.contact{

    width: 100%;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;


}


.contact-div{

    display: flex;
    flex-direction: row-reverse;
    width: 80%;
    height: 79%;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: fadeIn 1s forwards;

}

.contact-form{

    color: #626060;
    width: 55%;
    height: 99.3%;
    border-radius: 10px 0px 0px 10px;
    border-top: 2px solid #626060;    /* top border */
    border-bottom: 2px solid #626060; /* bottom border */
    border-left: 2px solid #626060;   /* left border */
    text-align: center;
    overflow: hidden
}

.contact-form form{

    height: 98%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.contact-form h2{

    color: white;
    background-color: #0015ffde;

}

.input-all{

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    width: 41%;
    gap: 10%;
}

.in-information{

    display: flex;
    flex-direction: column;
    align-items: flex-start;


}

.in-information input{

    width: 100%;
    border: none;
    border-bottom: 1px solid #626060;
    padding-bottom: 5px;
    outline: none;

}

.meassage-input{

    display: flex;
    flex-direction: column;
    margin-top: 40px;
    width: 91%;
    height: 30%;
    align-items: center;
}

.meassage-input textarea{

    width: 100%;
    height: 100%;
    resize: none; 
    outline: none;
    padding: 5px;
    color: #626060;

}

.radio-input{

    display: flex;
    justify-content: space-evenly;
    width: 50%;
    margin-top: 20px;

}

form input[type="radio"]:checked + label {
    color: #0075ff;
  }



.submit{
    width: 90%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    

  }

.submit button{

    padding: 5px 9px;
    width: 90%;
    max-width: 200px;
    font-size: 16px;
    background-color: #626060;
    border: none;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70%;
    max-height: 50px;
    
}


.g-recaptcha{

    width: 50%;

}

.g-recaptcha div:first-child{

    height: 78px !important;
    width: unset !important;

}


.g-recaptcha div:first-child iframe{


    width: 100% !important;

}


#submit_div {

    width: 50%;
    text-align: right;
}

#submit_div div{

    display: none;
    font-size: 11px;
    width: 90%;
    height: 20px;
    text-align: center;
    max-width: 200px;
    margin-top: 8px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 2px;

}


.svg-sub {
    
    opacity: 0;
    width: 0;
    height: 0;
    /* animation: zoomIn 1s forwards; */
}

.svg-sub.addres{
    
    /* animation: zoomIn 1s ease-in; */
    width: 35px;
    height: 24px;
    opacity: 1;

}

.g-sub {
    mix-blend-mode: normal;
    width: 15px;
    height: 15px;
    /* animation: zoomIn 1s forwards; */
}
    
#submit p{

   
    margin-bottom: 0;
    
}

.sent.addrep{

        opacity: 0;
        display: none;
        /* animation: zoomIn 1s forwards; */
}
  


.inputs-information{

    display: flex;
    justify-content: center;
    width: 100%;
    height: 30%;
    gap: 10%;

}



.ta{
    width: 45%;
    height: 100%;
    overflow: hidden;
    color: white;
    border-radius: 0px 10px 10px 0px;
}

.mas{
    position: absolute;
    padding-bottom: 670px;
    left: 72%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 612px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    
}
.contact-information{

    
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fou 12s ease-in-out infinite alternate;
    background-image: linear-gradient(#0015ffde, rgba(19, 17, 155, 0.56)), url(../img/hemmaimg.png);
    background-size: cover;
    background-position: center center;

}

.place{

    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-us{

    display: flex;
    flex-direction: column;
    align-items: center;
    
}


.contact-media{

    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

@keyframes fou{

    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes zoomIn {

    0% {
        transform: scale(1);
      }
      
      100% {
        transform: scale(1.1);
      }
    
}



.location-map{


    height: 650px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;


}

.map-content{

    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;

}

.map-content iframe{

    animation: fadeIn 1s forwards;
    border-radius: 0.5em;
    width: 100%;
    
}



@media(max-width: 740px) {


    .contact {

        height: 1500px;
        
    }

    .contact-div {
        width: 100%;
        height: 90%;
        flex-direction: column;
    }



    .contact-form {
        width: 90%;
        height: 100%;
        border-radius: 10px 10px 0px 0px;
        border-right: 2px solid #626060;
    }


    .ta {
        width: 90%;
        border-left: 2px solid #626060;
        border-right: 2px solid #626060;
        border-radius: 0px 0px 10px 10px;
    }





    .mas {
        left: 50%;
        width: 75%;
    }


    .contact-div {
       
        margin-top: 275px;
    }

    .location-map {
        height: 800px;
        
    }
    


}



