.animation_containerMain{
    position: relative !important;
}

.soundOnOff{
    position: absolute;
    bottom:5px;
    right: 15px;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 1;
}

.soundOnOff button {
    font-size: 11.5px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-family: 'arial-nova';
    text-transform: uppercase;
}
.soundOnOff button span{
    color: #09b1eb;
    margin-left: 5px;
}

.contactFromBox{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
    width: 80%;
    z-index: 1;
    display: flex;
    /* background-color: dodgerblue; */
    /* display: none; */

}
.contactFromBox .box:first-child{
    width: 59%;
}
.contactFromBox .box:last-child{
    width: 39%;
    /* margin-left: auto; */
    border-radius: 5px;
    margin-left: auto;
}

.contactFrom{

    background:none;
    
}
.contactFrom input{
    display: block;
    width: 80%;
    margin: 5px auto 5px auto;
    font-family: 'arial-nova';
    border: 1px solid #1c4354;
    background-color: #121d24;
    color: white;
    padding: 2px;
    font-size: 1.8vh;
    padding: 5px;
}
.contactFrom input:focus{
    outline: none;
}
.contactFrom textarea:focus{
    outline: none;
}
.contactFrom textarea{
    font-family: 'arial-nova';
    display: block;
    height: 120px;
    padding: 5px;
    resize: none;
    margin-top: 2px;
    width: 80%;
    margin: auto;
    background-color: #121d24;
    color: white;
    border: 1px solid #1c4354;
    font-size: 1.8vh;
    
}
.contactFrom h6{
    font-family: 'arial-nova';
    color: white;
    font-size: 30px;
    margin: 0px;
    font-weight: 400;
    margin: 19px 0px 0px 24px;
    visibility: hidden;
}
.formBtn{
    font-family: 'arial-nova';
    font-size: 10px;
    text-transform: uppercase;
    background: none;
    color: white;
    border: none;
}

.formBtnBox {
    margin: 5px 10px;
    width: 88%;
    display: flex;
    justify-content: flex-end !important;
    align-items: center;
}

.formBtnBox input{
    width: 50px;
    margin:0px !important;
    background: none !important;
    border: none;
    cursor: pointer;
    font-size: 0.8vw
    
}
.formBtnBox span{
    /* font-size: 1.4vh; */
    text-transform: uppercase;
    font-size: 0.8vw !important;
    margin-right: auto !important;
    margin-left: 15px !important;
    font-family: 'arial-nova' !important

}


#_preload_div_{
    z-index: 1111111 !important;

}
#_preload_div_::after{
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: black;
}

.contactFrom form{
    animation-name: slideOnLoad;
    animation-duration: 20s;
    opacity: 1;
}
.contactFrom form input::placeholder{
    color: rgb(116, 116, 116);
}
.contactFrom form textarea::placeholder{
    color: rgb(116, 116, 116);
}

@keyframes slideOnLoad {
    0%{
        opacity: 0;

    }100%{
        opacity: 1;
    }
}

.box{
    height: 320px;
    position: relative;
}
.contactFrom form{
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.contactFrom h6{
    display: none;
}


/* @media only screen and (max-height:650px){
    .contactFrom textarea{
        height: 16vh;
    }
    .contactFrom form{
        width: 100%;
        height: 100%;
        top: 70%;
    }
    .contactFromBox .box:last-child{
        display: flex;
        justify-content: center;
        align-items: flex-end;

    }

    .formBtnBox input{
		font-size: 2vh;
	}
    .formBtnBox span{
        font-size: 2vh !important;
    }
    .formBtnBox{
        margin: 10px;
    }
}

@media only screen and (max-height:570px){
    .contactFrom textarea{
        height: 13vh;
    }
    .formBtnBox input{
        font-size: 1.5vh !important;
    }
    .formBtnBox span{
        font-size: 1.5vh !important;
    }
}

@media only screen and (max-height:500px){

}

@media only screen and (max-width:600px){
	.formBtnBox input{
		font-size: 2vw;
	}
    .formBtnBox span{
        font-size: 2vw !important;
    }
}

@media only screen and (max-height:500px){

    .contactFrom form{
        width: 100%;
        height: 100%;
        top: 65%;
    }
    .contactFrom textarea {
        height: 10vh;
    }

}

@media only screen and (min-width:1800px){
    .contactFrom form {
        top: 65%;
    }
    .formBtnBox span{
        font-size: 10px;
    }
    .formBtnBox input{
        font-size: 10px;
    }
}


@media only screen and (max-width:1800px){
    .contactFrom form {
        top: 63%;
    }
}


/* @media only screen and (max-width:375px){
    .contactFrom form{
        top: 57%;
    }
} */ 

@media only screen and (max-width:1920px){
    .contactFrom form{
        top: 63%;
    }
}


@media only screen and (max-width:1020px){
    .formBtnBox input{
        font-size: 1vw;
    }
    .formBtnBox span{
        font-size: 1vw;
    }
}

@media only screen and (max-width:400px){
    .formBtnBox input{
        font-size: 2.5vw;
    }
    .formBtnBox span{
        font-size: 2.5vw;
    }
}