/* Contact-section */

  
 
h2{
    font-size: 3.5rem;
    padding-top: 90px;
}




#contact{
    font-family: 'Baloo Bhai 2',Helvetica, sans-serif;
    color: #000000; 
}

#CONTACT ::before{
    content: "";
    background: url("contact.png") no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: -1;
    opacity: 0.89;
} 

.contact-box{
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: row; */
    height: 70vh;
}

.contact-group input, textarea{
    width: 100%;
    padding: 0.5rem;
    font-size: 0.9rem;
    background-color: rgb(246, 241, 241);
    font-family: 'Baloo Bhai 2',Helvetica, sans-serif;
    border-radius: 7px; 
}
.contact-group ::placeholder{
    color: #000000;
}

.contact-box form{
    width: 50%;
    font-size: 18px;
    height: 75%;
}


.btn_2{
    display: block;
    margin: auto;
    padding: 3px 22px;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 0.9rem;
    font-weight: bold;
    background-color: #eee0de;
    margin-bottom: 40px;
}
.btn_2:hover{
    cursor: pointer;
    background-color: rgb(32, 32, 32);
    color: rgb(255, 252, 252);
}


.head{
    color: rgb(0, 0, 0);;
    display: block;
    text-align: center;
}





@media(max-width: 651px){
   h2{
    font-size: 3.2rem;
   }
}

@media(max-width: 1112px){
    .contact-box form {
        width: 70%;
    }
}

@media(max-width:850px){
    #link{
        right: 15px;
    }
}














