.navbar {
    position: absolute; 
    background-color: transparent;
}

.background_section{
    background-image: url(../img/contact-us-img.jpg);
    background-position: center;
    background-size: cover;
    height: 55vh;
}

.contact_us_section {
    color: var(--medium-dark-green);
}

.contact_us_section  #img_title{
    font-size: 3vh;
    letter-spacing: 0vh;
    font-family: var(--straight_curvy_font);
}

.img_text{
    font-size: 2.3vh;
    font-weight: 400;
} 

.contact_us_section .studio_contacts{
    font-family: var(--italic_curvy_font);
    font-weight: 600;
}

textarea{
    height: 13vh;
}

.submit_button {
    background-color: var(--dark-green);
    color: var(--white);
    font-family: var(--italic_curvy_font);
    border: none;
    position: relative;
}

textarea, input{
    border: none;
    outline: none;
    border-bottom: 0.1vh solid gray;
    color: var(--medium-dark-green);
}

iframe{
    height: 60vh;
    width: 85%;
}

.studio_contacts p{
    position: relative;
}

.studio_contacts p::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0.1vh;
    background-color: var(--medium-dark-green);
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
}

.studio_contacts p:hover::before{
    width: 50%;
}

#number:hover::before{
    width: 20%;
}

#email:hover::before{
    width: 30%;
}

/* ?  pottery_love SECTION START */
.pottery_love_section .col-lg{
    height: 28vh;
}

@media (max-width:1200px){
    .pottery_love_section .col-lg{
        width: 35vw;
    }
}

.pottery_love_section .pottery_1{
    background-image:url(../img/h1-img-gallery-1.jpg);
}
.pottery_love_section .pottery_2{
    background-image:url(../img/h1-img-gallery-2.jpg);
}
.pottery_love_section .pottery_3{
    background-image:url(../img/h1-img-gallery-3.jpg);
}
.pottery_love_section .pottery_4{
    background-image:url(../img/h1-img-gallery-4.jpg);
}
.pottery_love_section .pottery_5{
    background-image:url(../img/h1-img-gallery-5.jpg);
}
.pottery_love_section .pottery_6{
    background-image:url(../img/h1-img-gallery-6.jpg);
}
/* ?  pottery_love SECTION END */