/********** Template CSS **********/
:root {
    --primary: #E63946;
    --secondary: #FF6B6B;
    --tertiary: #FFEBEB;
    /*--primary: #2-124B1;
    --secondary: #4-777F5;*/
    --light: #FFFFFF;
    --dark: #1D1D27;
    --text-light: #4A4A57;
}

/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

/* Text Color */
body {
    color: var(--text-light);
}

.content p {
    color: var(--text-light);
}

a {
    color: var(--primary);
}

a:hover {
    color: var(--secondary);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--dark);
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Cookies ***/
#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
}

/*** Telegram Color ***/
.bg-telegram {
    background-color: #0088cc;
}

.telegram-color {
    color: #0088cc;
}

.telegram-color:hover {
    color: #006f9c;
}

.telegram-btn {
    background-color: #0088cc;
    color: white;
}
  
.telegram-btn:hover {
    background-color: #006f9c;
    color: white;
}

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: var(--primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
    filter: brightness(0) saturate(100%) invert(36%) sepia(85%) saturate(580%) hue-rotate(337deg) brightness(94%) contrast(101%);
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: fixed;
        top: 0;
        width: 100%;
        background: #FFFFFF;
        z-index: 999;
        transition: top 0.3s ease;
    }

    .navbar-light .navbar-nav .nav-link.active,
    .sticky-top.navbar-light .navbar-nav .nav-link.active {
        color: var(--bs-primary) !important;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
        filter: brightness(0) saturate(100%) invert(36%) sepia(85%) saturate(580%) hue-rotate(337deg) brightness(94%) contrast(101%);
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--secondary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }
}

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    height: 100vh;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 30px;
    margin-left: 90px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: var(--bs-primary);
}


.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding-top: 120px;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }
}

@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }


    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}


.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {height: 100%; opacity: 0.9;}

    25% {height: 110%; opacity: 0.50;}

    50% {height: 115%; opacity: 1;}

    75% {height: 110%; opacity: 0.50;}

    100% {height: 100%; opacity: 0.9;}
}
/*** Carousel Hero Header End ***/

/*** Hero Header ***/
.hero-header {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slides/slides-1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .hero-header {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .hero-header {
        padding: 60px 0 60px 0;
    }
}

.hero-header .breadcrumb {
    position: relative;
}

.hero-header .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Plyr js ***/
.vid-header {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vid-header video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Overlay for dimming effect */
.vid-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.contant {
    z-index: 3;
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

/* Responsiveness */
@media (max-width: 768px) {
    .contant{
        display: none;
    }

    .vid-header::before{
        display: none;
    }

    .vid-header {
        height: auto;
    }

    .vid-header video {
        width: 100%;
        height: auto;
        object-fit: contain;
        position: relative;
    }
}

/*** Pricing ***/
.buy-btn {
    background-color: var(--primary);
    color: var(--bs-light);
    border: none;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.popular-btn {
    background-color: var(--bs-light);
    color: var(--bs-primary);
    border: none;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.buy-btn:hover, .popular-btn:hover {
    background-color: var(--bs-dark);
    color: var(--bs-light);
    border: none;
    transform: scale(1.05);
}

.card {
    transition: box-shadow 0.5s ease, transform 0.5s ease;
    will-change: transform;
}

.card:hover, .card:active {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.pricing-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.pricing-card.featured {
    background-color: var(--primary);
    color: #fff;
}

.pricing-header h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.pricing-header .price {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin: 10px 0;
}

.pricing-card.featured .price {
    color: #fff;
}

.features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.features li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.9rem;
}

.features li:last-child {
    border-bottom: none;
}

/*** splide ***/
.splide__slide img {
    width: 100%;
    height: auto;
    max-width: 150px;
}

@media (max-width: 992px) {
.splide__slide img {
    max-width: 120px;
    }
}

@media (max-width: 768px) {
.splide__slide img {
    max-width: 100px;
    }
}

@media (max-width: 576px) {
.splide__slide img {
    max-width: 80px;
    }
}

/* movies */
.movies-splide .splide__slide img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

.splide__pagination__page {
    background-color: #ccc;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 3px;
}

.splide__pagination__page.is-active {
    background-color: var(--primary);
}

@media (max-width: 768px) {
    .movies-splide .splide__slide img {
        max-width: 200px;
    }
}

@media (max-width: 576px) {
    .movies-splide .splide__slide img {
        max-width: 150px;
    }
}

/*** Features Start ***/
.bg-features {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slides/slides-1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .bg-features {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-features {
        padding: 60px 0 60px 0;
    }
}

/*** Single Page Hero Header End ***/

/* Help Center */
.custom-tab-list, .custom-tab-content .tab-pane {
    background-color: var(--tertiary);
    border: 1px solid var(--primary);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*** Footer ***/
.footer-cover {
    background: url(../img/footer.webp) center center no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .footer-cover {
        background-size: contain;
    }
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}