@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fira+Code:wght@300..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sniglet:wght@400;800&display=swap');


.swiper {
    width: 100%;
    height: 100vh;
}
html{
    overflow-x: hidden;
}

.swiper-slide::after {
    content: "";
    width: 450px;
    height: 450px;
    position: absolute;
    background-image: url('../images/desktop-hero-pattern.svg');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2222;
    right: 0;
    opacity: 70%;
}

.swiper-slide::before {
    content: "";
    width: 200px;
    height: 100%;
    background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(250, 250, 240, 0) 100%);
    position: absolute;
    z-index: 2;
    left: 0;
    opacity: 50%;
}

/* .swiper-slide::before {
    content: "";
    width: 200px;
    height: 100%;
    background: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(250, 250, 240, 0) 100%);
    position: absolute;
    z-index: 2;
    right: 0;
    opacity: 80%;
} */


.swiper-slide {
    position: relative;
}

.swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(90%);
    box-shadow: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(250, 250, 240, 0) 100%);
}



.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.slide-text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 140px;
    transform: translateY(-50%);
    color: white;
    max-width: 600px;
}

.slide-text h2 {
    font-size: 4rem;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 3px;

}
.slide-text h3 {
    font-size: 2rem;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 3px;
}
.slide-text p {
    font-size: 1.2rem;
    margin: 10px 0;
}

.slide-text .btn {
        margin-top: 20px;
    padding: 10px 20px;
    background-color: #fc5b0b;
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
}

.swiper-button-prev,
.swiper-button-next {
    color: white;
}

.swiper-pagination-bullet {
    background: white;
}


.swiper-button-next {
    right: 28%;
}

.swiper-button-prev {
    left: 28%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 22px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-weight: 700;
}





.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 90%;
    /* width: calc(var(--swiper-navigation-size) / 2 * 27); */
    height: var(--swiper-navigation-size);
    /* margin-top: calc(0px - (var(--swiper-navigation-size) / 2)); */
    z-index: 1111;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;


    width: 50px;
    height: 50px;
    background-color: #fc5b0b;
}




.swiper-pagination-bullet-active {
    opacity: 100% !important;
    background-color: #fc5b0b;
}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 60px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10%)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 0%);
    opacity: 100%;
}
.dropdown-item:hover {
    color: #ffffff!important;
    background-color: #fd600f!important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff!important;
    text-decoration: none!important;
     background-color: #fd600f!important;
}
.dropdown-menu {

    --bs-dropdown-color: #ffffff!important;
    --bs-dropdown-bg: #16161e!important;
}



.dropdown-item {
  
    color: #ffffff!important;
    
    background-color: #16161e!important;
}
.navbar-toggler {
   

    color: rgb(255 255 255);
    border: var(--bs-border-width) solid rgb(255 255 255)!important;
}
  .no-caret::after {
    display: none !important;
  }

@media(max-width:992px) {

    .swiper-button-next {
        right: 0%;
    }

    .swiper-button-prev {
        left: 0%;
    }


    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        /* top: var(--swiper-navigation-top-offset, 82%); */
        bottom: auto;
        width: calc(var(--swiper-navigation-size) / 27 * 27);
        background: #fc5b0b;
    }


    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 22px;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        font-weight: 700;
    }



    /* .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 147px);
    } */


    .slide-text {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        color: white;
        max-width: 600px;
    }

    .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 21%)) !important;
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
        display: inline-block;
        border-radius: var(--swiper-pagination-bullet-border-radius, 0%);
        opacity: 100%;
    }
}