/*@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;700&display=swap');

:root {
    --primary-color: #D6AC34;
    --secondary-color: #144C95;
    --brand-color: #F8B509;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free" !important;
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    font-family: "Font Awesome 6 Free" !important;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands" !important;
}

.customFormHeader {
    color: white;
    font-weight: 900;
}

.iconsdivfontemail {
    display: none;
}

.custom-bannerBigText {
    color: #d6ac34;
    font-size: 40px;
    font-weight: 900;
}

.CustombannerH1 {
    font-size: 24px;
    font-weight: 500 !important;
    color: #fff !important;
    text-align: center !important;
    margin-bottom: 2px !important;
}

.custom-HeroSectionContainer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 1rem;
}

    .custom-HeroSectionContainer a {
        font-size: 15px;
        padding: 10px 36px;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 60px;
        text-decoration: none;
        color: #d5ab34;
        transition: all 0.2s ease-in-out;
    }

        .custom-HeroSectionContainer a i {
            font-size: 14px;
        }

.custom-ContactBtn p {
    margin-bottom: 0;
    font-size: 12px;
    color: #d5ab35 !important;
}

.des {
    font-size: 14px !important;
}

.last-banner {
    background-color: #c5a033;
}

    .last-banner ul li {
        padding: 0 20px 0 0;
        margin: 20px 10px;
        display: inline-block;
        border-right: 1px solid #3a3937;
        color: #fff;
        font-size: 1.6rem
    }

        .last-banner ul li > span {
            display: block
        }

.inner-last-banner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

    .inner-last-banner ul li {
        font-size: 14px;
        text-align: center;
    }

@media (max-width: 992px) {
    .last-banner {
        display: none;
    }

    .banner-text-position1 {
        display: none;
    }

    .landinghomecontentec {
        position: absolute;
        left: 50%;
        bottom: 42%;
        top: -104px;
    }

    .custom-bannerBigText {
        font-size: 25px;
        font-weight: normal;
    }

    .des {
        display: none;
    }
    
 }

@media (min-width: 992px) {
    .customFormCtaBtn {
        display: none;
    }
}

@media (max-width: 769px) {
    .landinghomecontentec {
        position: absolute;
        top: -60px !important;
        left: 7px;
        z-index: 999;
        max-width: 100%;
        text-align: center;
    }

    .custom-HeroSectionContainer a  {
        padding: 4px 8px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        background-color: rgba(0,0,0, 0.4);
    }

    .customFormCtaBtn {
        display: block;
        z-index: 99999;
    }
}

@media (max-width: 598px) {
    .landinghomecontentec {
        position: absolute;
        top: -90px !important;
        left: 7px;
        z-index: 999;
        max-width: 100%;
        text-align: center;
    }

    .CustombannerH1 {
        font-size: 20px !important;
    }

    .custom-bannerBigText {
        font-size: 20px;
        font-weight: bold;
    }

    .custom-HeroSectionContainer a {
        background-color: rgba(0,0,0, 0.6) !important;
    }
}


@media (max-width: 497px) {
    .CustombannerH1 {
        font-size: 15px !important;
    }

    .custom-bannerBigText {
        font-size: 16px;
    }

    .custom-HeroSectionContainer {
        gap: 10px;
        margin-bottom: 0;
    }

    .customFormCtaBtn button {
        margin-top: 15px;
    }

    .custom-HeroSectionContainer p {
        font-size: 10px !important;
    }

}

@media (max-width: 401px) {
    .CustombannerH1 {
        font-size: 14px !important;
        font-weight: normal;
    }

    .custom-bannerBigText {
        font-size: 12px !important;
        font-weight: normal;
    }

    .custom-HeroSectionContainer {
        gap: 5px;
        margin-bottom: 0;
    }

        .custom-HeroSectionContainer p {
            font-size: 8px !important;
        }

    
}