
    .mainSwiper-container {
        display: flex;
        place-items: end;
        justify-content: center;
        width: 100%;
        border-radius: 24px;
        overflow-x: hidden;
    }

    .swiper-wrapper::-webkit-scrollbar {
        display: none;
    }

    .swiper-container {
        overflow: hidden;
    }

    .swiper-wrapper {
        display: flex;
        place-items: center;
    }




    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        position: relative;
        width: 100%;
        /* height: 82vh; */
        height: 74vh;
    }

    .swiper-slide::after{
        content: "";
        position: absolute;
        height: calc(100% - 71px);
        width: 100%;
        top: 0;
        left: 0;
        background: #0000007a;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
        border-radius: 24px;
    }


    .swiper-slide>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 24px;
        margin-bottom: 145px;
    }
.swiper-slide-one>img {object-position: 100% 30%;}

    .swiper-slide .slide-content {
        position: absolute;
        max-width: 100%;
		width: 100%;
        padding: 0 8px;
        transition: all .5s ease-in-out;
        z-index: 2;
        
    }

           



        .section-banner-heading{
        font-size: 14px;
        color: #C6E100; font-family: "NHaasGroteskTXPro-75Bd"; 
        text-transform: uppercase;
        margin-bottom: 16px;
    }

    h1.slide-heading {
        font-size: 48px;
        font-weight: 600;
        color: #fff !important;
        font-family: "bree", sans-serif;     font-feature-settings: "ss03" 1, "salt" 1;   font-variant-alternates: stylistic(ss03);  
        text-align: left;
        line-height: 1.2;
        margin-top: 0;
        letter-spacing: -1px;
    }
    .sub-slide-heading{font-size: 16px; font-family: "NHaasGroteskTXPro-55Rg"; display: none;}


    .bottom-controls {
        display: flex;
        justify-content: space-between;
        place-items: center;
        padding: 35px 80px;
        position: relative;
        z-index: 1;
    }


.slide-nav {
    display: flex;
    place-items: center;
    position: absolute;
    justify-content: space-between;
    width: 100%;
    z-index: 10;
    bottom: 6px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;


}

    .swiper-button-next,
    .swiper-button-prev {
        position: initial;
        width: 40px;
        height: 40px;
        background: #2F0D0B;
        border-radius: 22px;
        margin-top: 0;
        z-index: 15;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #C6E100;
        opacity: 1;
        transition: all .5s ease-in-out;
    }


    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background-color: #210B09;
    }


    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 12px;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        font-weight: 900;
    }




@media (min-width: 576px) {
    .slide-nav {
        max-width: 540px;
    }
}


@media (min-width: 768px) {
   .slide-nav {
        max-width: 720px;
    }
}


@media (min-width: 992px) {
    .slide-nav {
        max-width: 960px;
    }
}


@media (min-width: 1200px) {
    .slide-nav {
        max-width: 1140px;
    }
}


@media (min-width: 1400px) {
    .slide-nav {
        max-width: 1550px !important;
    }
}










        @media screen and (max-width:1200px) {
            h1.slide-heading {
                font-size: 45px;
            }
        }

        @media screen and (max-width:991px) {
            /* .slide-nav {
                display: none;
            } */
.swiper-button-next, .swiper-button-prev{
    display: none;
}
            .h-lg-100 {
                height: initial;
            }
        }


        @media screen and (max-width:768px) {
            h1.slide-heading {
                font-size: 24px;
            }


        }


        .swiper-slide.swiper-slide-active h1.slide-heading {
            -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        }

        @-webkit-keyframes fade-in {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @keyframes fade-in {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }


/* pagination start  */
.swiper-pagination {
    /* bottom: 20px !important; */
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #00000066;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    width: 24px;
    border-radius: 4px;
}
/* pagination end  */