.contactus {
    height: auto;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 5.4vh 2.2vh;
    min-height: 100vh;
    text-transform: uppercase;
}



.contactus .ban {
    width: 90%;
    height: 10.5vw;

    margin-top: 90px;
    /* border-radius: 2vh; */

    display: flex;
    align-items: center;
    justify-content: center;
    background: url(Banners/ContactUsBanner.webp);
    background-position: center center;

    background-size: cover;
}

.contactus .Title {
    margin-top: 5vh;
    color: rgb(255, 255, 255);
    font-size: clamp(5vh, 10vw, 10vh);
    font-weight: bolder;
    text-align: center;
    transform: translateY(5.4vh);
    opacity: 0;

    animation: bantextani 1s 1 alternate ease-in-out forwards;
}

@keyframes banani {
    to {
        background-position: center -15vh;
    }
}

@keyframes bantextani {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contactus .contactform {
    position: relative;
    /* background: #141414e0; */
    padding: 3.3vh 0vh;
    padding-right: 6.5vh;
    padding-left: 3.3vh;
    border-bottom-left-radius: 1.1vh;
    border-top-left-radius: 1.1vh;
    max-width: 54.3vh;
    width: 80%;
    height: 65.2vh;
    font-weight: 800;
    font-size: 1.3vh;
    /* background: #141414b4; */
    border-radius: 3.8vh;
}



.contactus form {
    margin-top: 3.3vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: #141414b4; */
    /* backdrop-filter: blur(1.1vh); */
    max-width: 130.4vh;
    width: 100%;
    position: relative;
    border-radius: 4.3vh;
    z-index: 1000;
}

.contactus form h2 {
    margin: 3.3vh 0vh;
    text-align: center;
    color: #f1f1f1;
    font-size: 5.4vh;
    font-weight: bolder;
    text-shadow: 0 0.3vh 0vh rgb(156, 156, 156);
}

.contactus form h2 span {
    color: var(--ThemeColor-);
    text-shadow: 0 0.3vh 0vh rgb(136, 111, 0);
}

.contactus label {
    display: block;
    margin-bottom: 2vh;
    color: var(--ThemeColor-);
    position: relative;
}

.contactus label span {
    display: block;
    margin-bottom: 0.7vh;
    margin-top: 1.1vh;
    font-weight: 500;
    color: var(--ThemeColor-);
    margin-left: 1.1vh;
}

.contactus input[type="text"],
.contactus input[type="email"],
.contactus input[type="tel"],
.contactus textarea {
    width: 100%;
    padding: 1.3vh 1.5vh;
    font-size: 1.7vh;
    border: none;
    border-radius: 1.1vh;
    background-color: transparent;
    box-shadow: 0vh 0.3vh .0vh .1vh rgba(0, 0, 0, 0.418);
    color: #ffffff;

    background-color: #262626;

    transition: .1s ease-in-out;
}

.textp{
    font-size: 1.7vh;
}

.contactus input:focus,
.contactus textarea:focus {
    box-shadow: 0vh 0.3vh .0vh .1vh var(--ThemeColor-);
    outline: none;
}

.contactus textarea {
    resize: none;
    min-height: 10.9vh;
}

.test {
    width: 100%;
}

.contactus button[type="submit"] {
    /* position: relative; */
    text-transform: uppercase;
    font-size: 1.8vh;
    color: var(--ThemeColor-);
    font-weight: 600;
    margin-top: 1vh;
    padding: 1.2vh 2vh;
    border-radius: 1.4vh;
    border: 0.4vh solid var(--ThemeColor-);

    transition: 0.3s ease;
    position: relative;
    background-color: transparent;
    cursor: pointer;
}

.contactus button[type="submit"]::after {
    content: '';
    position: absolute;
    background-image: url(right-arrow.png);
    height: 1.8vh;
    width: 1.8vh;
    right: 1vh;


    /* background-color: #fff; */
    top: 50%;
    right: 0.5vh;
    transform: translate(-50%, -50%);

    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: 0.3s ease;
}

.contactus button[type="submit"]:hover {
    padding: 1.2vh 4vh 1.2vh 1vh;
}

.contactus button[type="submit"]:hover::after {
    opacity: 1;
}


.g-recaptcha {
    position: absolute;
    top: 83.5%;
    left: 33%;
    transform: translate(-50%, -50%);
}

.hidden {
    display: none;
}



.contactus .info {
    width: 54.3vh;
    height: 71.7vh;

    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-right: 3.3vh;
    /* background: #141414b4; */
    padding-left: 3.3vh;
    border-radius: 3.8vh;
}


.info .one {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    
}
.info .adress .one .image{
    width: 2.5vh;
    height: 2.5vh;
    margin-right: 1vh;

    /* background-color: #fff; */
    background-image: url(maps-and-flags.png);
    background-size: cover;
}

.info .phone .one .image{
    width: 2.5vh;
    height: 2.5vh;
    margin-right: 1vh;
    /* background-color: #fff; */
    background-image: url(phone-call.png);
    background-size: cover;
}
.info .whatsapp .one .image{
    width: 2.5vh;
    height: 2.5vh;
    margin-right: 1vh;
    /* background-color: #fff; */
    background-image: url(whatsapp.png);
    background-size: cover;
}
.info .email .one .image{
    width: 2.5vh;
    height: 2.5vh;
    margin-right: 1vh;
    /* background-color: #fff; */
    background-image: url(email.png);
    background-size: cover;
}

.info .one .text {
    color: var(--ThemeColor-);
    font-weight: bold;
    margin: 1.1vh 0vh;
    font-size: 1.9vh;
    
}

.info .two {
    color: white;
    margin-left: 2.2vh;
    font-size: 1.9vh;

        line-height: 2.5vh;
}

.contactus iframe {
    width: 100%;
    border-radius: 2.2vh;
    margin-top: 10.9vh;
    height: 32.6vh;
    margin-top: 7.6vh;
}



@media (max-width: 800px) {
    .contactus form {
        height: 145vh;
        margin-top: 3.3vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        /* background: #141414b4; */
        backdrop-filter: blur(1.1vh);
        max-width: 130.4vh;
        width: 100%;
        position: relative;
        border-radius: 4.3vh;
        z-index: 1000;
    }

    .contactus .info {
        width: 90%;
        height: 71.7vh;

        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding-right: 3.3vh;
        /* background: #141414b4; */
        backdrop-filter: blur(1.1vh);
        padding-left: 3.3vh;
        border-radius: 3.8vh;
    }

    .contactus .contactform {
        position: relative;
        /* background: #141414e0; */
        padding: 3.3vh 0vh;
        padding-right: 6.5vh;
        padding-left: 3.3vh;
        border-bottom-left-radius: 1.1vh;
        border-top-left-radius: 1.1vh;
        max-width: 54.3vh;
        width: 80%;
        height: 65.2vh;
        font-weight: 800;
        font-size: 1.3vh;
        /* background: #141414b4; */
        border-radius: 3.8vh;
    }

}

.r{
    font-size: 4vh;
}