 
header{background-color: #000306;
    position: unset;}
/* start contact section here */
.contact{width:100%;
    background-image: url(../img/overlay/white-pattern-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
padding-top: 5%;
    padding-bottom: 10%;
    position: relative;
    overflow: hidden;
    }

    
.background-girl{background-image:url(../img/overlay/beti-images.png);
    background-size: 100% 100%;
 position: absolute;
 width: 675px;
height: 814px;
bottom: 0px;
right: -357px;
z-index: 1;}


/* top contact start here */
.top-contact{display: flex;
width: 100%;
align-items: center;
 justify-content: center;}

 .copy-top-contact{width: 30%;
margin-left: 1%;
background-color:#F7F7F7;
display: flex;
align-items: center;
justify-content: center;
padding: 3% 3%;
margin: 3% 1%;
transition: all 1s;
}


.one-copy-top{border-radius: 100%;
background-color: orangered;
font-size: 40px;
width: 90px;
height: 90px;
margin-right: 3%;
display: flex;
align-items: center;
justify-content: center;
color: white;
transition: transform .2s ease-in-out;
cursor: pointer;
}

.copy-top-contact:hover .one-copy-top{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.two-copy-top{font-family: 'Rubik';
    margin-left: 3%;
}

.two-copy-top h4{    font-size: 25px;
    margin-bottom: 10px;
    color: #717070;
    font-weight: 500;
}

.two-copy-top p{font-weight: bold;
    color: #717070;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;}

/* top contact end here */
    
    
    .contact-one{width: 45%;
    margin-left: 5%;
    }

    .contact-one h2{font-family: 'montserrat';
    font-size: 16px;
color: orangered;
line-height: 40px;
}

.contact-one h3{    font-family: 'Rubik';
    font-size: 39px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 35px;
}

.img-contact-first{display: flex;
margin-top: 20px;}

.first-one-c{width: 45%;
margin-right: 5%;}

.first-two-c{width: 45%;
margin-right: 5%;}

.contact-para{    font-family: 'Rubik';
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #717070;
    line-height: 34px;}

.check-contact p{    color:#171717;
    font-family: 'Rubik';
    line-height: 40px;
    letter-spacing: 1px;}


.contact-two{width: 40%;
margin-right: 5%;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
padding: 10px;
position: relative;
background-color: white;}

.layer-two-bg{width: 95%;
height: 95%;
background-image: url(../img/overlay/contact-line.png);
background-repeat: no-repeat;
background-size: 100% 100%;
z-index: 1;
position: absolute;
}

.contact-form{width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.contact-form h2{    font-family: 'Roboto';
    text-align: center;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 26px;
    margin-top: 15px;}

.input-contact{padding: 26px 15px;
    width: 90%;
font-family: 'Rubik';
margin-top: 10px;
background-color: #F6F6F6;
color: #686a6f;
border: 1px solid rgba(241, 238, 246, 0.5);
border-radius: 8px;
}

#textarea-c{padding: 26px 15px;
    width: 90%;
    height: 100%;
font-family: 'Rubik';
margin-top: 10px;
background-color: #F6F6F6;
color: #686a6f;
border-radius: 8px;
border: 1px solid rgba(241, 238, 246, 0.5);}

.input-contact:focus{outline: 2px solid orangered;}
   
#textarea-c:focus{outline: 2px solid orangered;
}

.submit-dc{width: 90%;}

#submit{    background-color: orangered;
    color: white;
    border: transparent;
    font-family: 'rubik';
    padding: 23px 56px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 20px;
    transition: all 1s;
    cursor: pointer;
}

#submit:hover{background-color: #171717;}



    /* end contact section here */

    @media (max-width:900px){
        

    /* start contact here */

    .contact{flex-direction: column;}

    .contact-one{width: 100%;}

    .contact-two{width: 100%;}

    .layer-two-bg{position:unset;}

    .background-girl{display: none;}

    .top-contact{display: flex;
    flex-direction: column;
}
.copy-top-contact{width: 100%;}

/* end contact section here */
    }

    @media(max-width:600px){
        
/* start contact here */
.contact-one h3{font-size: 25px;
    line-height: 40px;
    }
    .contact-one{margin-right: 5%;}
    /* end contact here */
    }
