.Contact-Head{
    background-image: url('../img/About/AboutHead.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.Contact-Head .head-main h2{
    color: white;
    padding-left: 10px;
    border-left: 5px solid #e79009;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;

}
.Contact-Head .head-main h4{
    color: white;
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.Contact-Head .head-main h4 a{
    color: white;
    transition: 0.3s;
}
.Contact-Head .head-main h4 a:hover{
    color: #e79009;
}

.Conatct-h4{
    font-size: 20px;
    color: #e79009;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 80px;
}
.Conatct-h2{
    font-size: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: black;
    text-align: center;
    margin-top: 20px;
}
.Conatct-h2 span{
    color: #e79009;
}
.Conatct-Input{
    height: 500px;
    margin-top: 50px;
    padding: 0;
    
}

.Input-one,
.Input-two{
    display: flex;
    justify-content: space-between;   
    width: 100%;
}
.Input-one div,
.Input-two div{
    width: 49%;
    margin-top: 20px;
    /* background-color: red; */
}
.Input-one div input,
.Input-two div input{
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: none;
    background-color:#eaeaea ;
    outline: none;
}
.Input-one div span,
.Input-two div span{
    /* opacity: 0; */
    color: red;
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    transition: 0.3s;
    display: none;
}




.Input-there{
    margin-top: 20px;
}
.Input-there .texts{
    color: #343434;
    outline: none;
    width: 100%;
    background-color: #eaeaea;
    border: none;
    padding: 10px 20px;
    resize: none;
    border-radius:5px ;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.Input-there span{
    /* opacity: 0; */
    display: none;
    color: red;
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    transition: 0.3s;
}


.Input-button{
    margin-top: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: white;
    background-color: #e79009;
    border: none;
    transition: 0.3s;
}
.Input-button:hover{
    background-color:#ba5c12 ;
}
.Input-one span{
    width: 50%;
}

.shake {
    animation: shake 0.5s;
    animation-iteration-count: 3;
}
@keyframes shake {
    0% { transform: translateY(0); }
    25% { transform: translateY(-2px); }
    50% { transform: translateY(2px); }
    75% { transform: translateY(-2px); }
    100% { transform: translateY(0); }
}







.Conatct-box{ 
    margin: 0 auto;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;

}
.Conatct-box div{ 
    height: 100%;
    text-align: center;
}
.Conatct-box div p{
    margin: 0;
    padding: 0;
}
.Conatct-box div p span{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 50px;
    color: #e79009;
}
.Conatct-box div  h2{
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 0;
    font-size: 40px;
}

.Conatct-box div  h6{
    font-size: 16px;
    margin-top: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@media screen and (max-width:991px) {
    .Input-one{
        display: block;
    }
    .Input-one div{
        width: 100%;
    }
    .Input-two{
        display: block;
    }
    .Input-two div{
        width: 100%;
    }
}