/********** Template CSS **********/
:root {
    --primary: #86B817;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** 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;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.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: 0px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 600;
    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(--primary) !important;
}

.navbar-light .navbar-brand img {
    /* max-height: 60px; */
    max-height: 100px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .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 img {
        /* max-height: 45px;*/
        max-height: 80px;
    }

}


@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;
        /* glass */
        backdrop-filter: blur(400px) saturate(96%);
        /* -webkit-backdrop-filter: blur(4px) saturate(66%);
        background-color: rgba(227, 232, 241, 0.29);
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.125); */
        /* background: white; */
    }

    .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(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

.hero-header {
    height: 80vh;
    background-size: cover;
    background-position: center;
}

/* .carousel-item {
    height: 80vh;
} */

.carousel-caption {
    bottom: 25%;
}

.carousel-item img {
    height: 80vh;
    object-fit: cover;
}


@media (max-width: 768px) {
    .carousel-item img {
        height: 60vh;
    }
}



.hero-header {

    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7));

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

.logomobile {
    display: block;
    /* Ensure it’s visible on mobile */
}

/* Hide on tablets and desktops */
@media (min-width: 768px) {
    .logomobile {
        display: none;
    }
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/bg-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    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: 15px;
    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;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.whatsapp-icon {
    position: fixed;
    bottom: 38px;
    right: 38px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: transform 0.3s ease;
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation: bounce 0.6s ease infinite;
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.whatsapp-icon img {
    width: 35px;
    height: 35px;
}



.nav-link1 {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: black !important;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

@media (min-width: 1024px) {
    .desktop {
        padding-top: 100px;
    }
}



/* Default for Desktop (Image Right, Text Left) */
.imagetop .text-section {
    order: 1;
}

.imagetop .image-section {
    order: 2;
}

/* For Mobile View (Image Top, Text Bottom) */
@media (max-width: 768px) {
    .imagetop .text-section {
        order: 2;
    }

    .imagetop .image-section {
        order: 1;
    }
}





.wrapper {
    margin: 2vh
}



.card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 450px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);

    @media (max-width: 768px) {
        min-height: 350px;
    }

    @media (max-width: 420px) {
        min-height: 300px;
    }

    &.card-has-bg {
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        background-size: 120%;
        background-repeat: no-repeat;
        background-position: center center;

        &:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            /* background: inherit;
            -webkit-filter: grayscale(1);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%); */
        }


        &:hover {
            transform: scale(0.98);
            box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
            background-size: 130%;
            transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);

            .card-img-overlay {
                transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
                background: rgb(220, 248, 193);
                background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(244, 247, 243) 100%);
            }
        }
    }

    .card-footer {
        background: none;
        border-top: none;

        .media {
            img {
                border: solid 3px rgba(237, 237, 184, 0.545);
            }
        }
    }

    .card-title {
        font-weight: 800;
    }

    .card-meta {
        color: rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 2px;
    }

    .card-body {
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);


    }

    &:hover {
        .card-body {
            margin-top: 30px;
            transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        }

        cursor: pointer;
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    }

    .card-img-overlay {
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);

        background: rgb(131, 196, 107);
        background: linear-gradient(0deg, rgba(115, 255, 108, 0.379) 0%, rgb(248, 247, 246) 100%);
    }
}



.gallery-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

@media (max-width: 480px) {
    .media-body a :hover {
        color: white !important;
    }
}

/* video */
.video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 100%;
    padding: 16px;
}

.video-wrapper {
    position: relative;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.video-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Keeps the video aspect ratio */
}

.play-pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    /* Adjust size as needed */
    height: 50px;
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.3s ease;
    pointer-events: none;
    /* Prevent clicking the button */
}

.video-wrapper:hover .play-pause-btn {
    opacity: 1;
    /* Show button on hover */
    pointer-events: auto;
    /* Allow interaction */
}

@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: 1fr;
        /* Stack videos on smaller screens */
    }
}







.itinerary-section {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 2rem;
    margin-top: 3rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.itinerary-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.itinerary-header h2 {
    font-weight: bold;
    /* color: #007bff; */
}

.itinerary-image img {
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}

.activity-list {
    margin-top: 1.5rem;
}

.activity-item {
    padding: 0.75rem 1rem;
    border-left: 4px solid rgb(131, 196, 107);
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 1rem;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.activity-item h5 {
    font-size: 1rem;
    color: #343a40;
    margin-bottom: 0.25rem;
}

.activity-item p {
    margin-bottom: 0;
    color: #6c757d;
}




.cbody {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    /* Space between each card */

    padding: 20px;
    /* min-height: 100vh; */
    flex-wrap: wrap;

    /* 
   
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3); */

    .cards {
        background-color: #ffffff;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        max-width: 300px;
        padding: 20px;
        font-family: Arial, sans-serif;
        color: #2b2b2b;
        margin: 10px;
        overflow: hidden;
        /* Ensure zoomed image doesn't overflow the card */
    }
}


.card-img-holder {
    overflow: hidden;
    /* Ensures the image stays within the card's border when zoomed */
    border-radius: 15px;
}

.card-img-holder img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    /* Smooth zoom effect */
}

.card-img-holder img:hover {
    transform: scale(1.1);
    /* Zooms in the image */
}

.blog-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #212b56;
    margin-top: 15px;
}

.blog-time {
    color: #999;
    font-size: 0.9em;
    display: block;
    margin: 5px 0;
}

.description {
    font-size: 0.9em;
    color: #666;
    margin: 10px 0;
}

.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.options span {
    font-weight: bold;
    color: #212b56;
}

.btns {
    background-color: #d0e4ff;
    color: #212b56;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 0.9em;
    cursor: pointer;
}










.bottom {
    margin: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    span {
        display: inline-block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin: 0 5px;
        position: relative;
    }

    span::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: inherit;
        border-radius: 50%;
        z-index: -1;
        animation: ripple 1.5s ease-out infinite;
    }

    span:first-child {
        background-color: #c9ff41;
    }

    span:first-child::before {
        animation-delay: 0.2s;
    }

    span:nth-child(2) {
        background-color: #55c506a8;
        transform: scale(0.9);
    }

    span:nth-child(2)::before {
        animation-delay: 0.4s;
    }

    span:nth-child(3) {
        background-color: #28df99;
        transform: scale(0.8);
    }

    span:nth-child(3)::before {
        animation-delay: 0.6s;
    }

    span:nth-child(4) {
        background-color: #81b214;
        transform: scale(0.7);
    }

    span:nth-child(4)::before {
        animation-delay: 0.8s;
    }

    span:last-child {
        background-color: #f09ae9;
        transform: scale(0.6);
    }

    span:last-child::before {
        animation-delay: 1s;
    }


}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale(0);
    }

    to {
        opacity: 0;
        transform: scale(3);
    }
}



/* Base Styles */
.package-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease;

    .ribbon-2 {
        --f: 10px;
        /* control the folded part*/
        --r: 15px;
        /* control the ribbon shape */
        --t: 10px;
        /* the top offset */

        position: absolute;
        inset: var(--t) calc(-1*var(--f)) auto auto;
        padding: 0 10px var(--f) calc(10px + var(--r));
        clip-path:
            polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%,
                calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)),
                var(--r) calc(50% - var(--f)/2));
        background: green;
        box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
        color: white;
    }

}

.package-item:hover {
    transform: scale(1.05);
}


.flow {

    width: 300px;
    height: 450px;

}



.celebrate-btn:active {
    transform: scale(0.98);
}


.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /* Fix for safari gap */
    min-height: 100px;
    max-height: 150px;
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: #25D366;
}

/* Animation */
.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    transform-style: preserve-3d;
    /* Preserve 3D transformations */
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-120px, 0, 0);
    }

    100% {
        transform: translate3d(120px, 0, 0);
    }
}

/* Shrinking for mobile */
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}



.package-item {
    position: relative;
}


.carousel-item {
    padding-bottom: 50px;
    /* Space to accommodate the reflection */
}



/* slider */
.slider {
    width: 100%;
    height: 80vh;
}

.slider .items-group {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider .items-group .item {
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    transition: 0.5s;
    visibility: hidden;
    position: absolute;
    padding: 50px 20px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

/* 
.slider .items-group .item:hover .bg {
    opacity: 0.2;
} */

.slider .items-group .item:hover .block {
    box-shadow: 0px 0px 50px #333;
}

.slider .items-group .item.active {
    opacity: 1;
    visibility: visible;
}

.slider .items-group .item .bg {
    top: 0px;
    left: 0px;
    opacity: 1;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    position: absolute;
    transform: scale(1.03);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.slider .items-group .item .blur {
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    filter: blur(5px);
    position: absolute;
    transform: scale(1.03);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* 
.slider .items-group .item .block {
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #ffffff;
    transition: box-shadow 0.5s;
    max-width: 300px;
    overflow: hidden;
    max-height: 450px;
    border-radius: 10px;
    transform: scale(1.03);
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    box-shadow: none;
} */

.slider .items-group .item .block .circleLight {
    top: 0px;
    left: 0px;
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.5s;
    position: absolute;
    border-radius: 10px;
    /* background: radial-gradient(circle at 80px 40px, #fff, transparent); */
}

.slider .items-group .item .block .text {
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background-attachment: fixed;

    /* h1 {
        color: white;
        text-shadow:
            -1px -1px 0 green,
            1px -1px 0 green,
            -1px 1px 0 green,
            1px 1px 0 green;
    } */
}

.slider .items-group .item .block h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 130px;
    margin-bottom: 0px;
}

.slider .items-group .item .block p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

/* 
.slider .items-group .item .block:hover {
    box-shadow: 0px 0px 70px #111;
} */

/* 
.slider .items-group .item .block:hover .circleLight {
    opacity: 0.4;
} */

.slider .navigations {
    bottom: 0px;
    width: 100%;
    position: absolute;
}

.slider .navigations .dots {
    height: 20px;
    padding: 10px 0px;
    text-align: center;
}

.slider .navigations .dots li {
    width: 10px;
    height: 10px;
    cursor: pointer;
    transition: 0.3s;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.slider .navigations .dots li+li {
    margin-left: 10px;
}

.slider .navigations .dots li:hover {
    filter: blur(2px);
}

.slider .navigations .dots li.active {
    width: 15px;
    height: 15px;
}

.slider .navigations .dots li.active:hover {
    filter: blur(0px);
}



@media(max-width:490px) {
    .mobile {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
}



/* From Uiverse.io by mi-series */
.btnview {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #25D366;
    min-width: 200px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 16px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
}

.btnview:hover {
    opacity: .95;
}

.btnview .animation {
    border-radius: 100%;
    animation: ripplebtnview 0.6s linear infinite;
}

@keyframes ripplebtnview {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}


body {
    /* background-color: #F5F5FA;
    background: #F5F5FA; */
    background: linear-gradient(0%, rgba(167, 244, 182, 0.6246148117450105) 0%, rgba(0, 0, 0, 0) 30%);
}

.clink a {
    text-decoration: none;
    color: #f5f5f5;
}




/* Container for the whole layout */
.jeep-container {
    display: flex;
    /* Flexbox for centering */
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    min-height: 100vh;
    /* Full viewport height */
    width: 100%;
    text-align: center;
    margin: 0;
    /* Remove any default margin */
}

/* Wrapper to hold the jeep cards */
.jeep-wrapper {
    display: flex;
    flex-direction: row;
    /* Default layout for larger screens */
    flex-wrap: wrap;
    /* Allow cards to wrap */
    justify-content: center;
    /* Center all cards */
    gap: 20px;
    /* Add space between cards */
}

/* Jeep card design */
.jeep-card {
    background: white;
    width: 80%;
    /* Responsive width */
    max-width: 400px;
    /* Limit maximum card width */
    border-radius: 19px;
    text-align: center;
    box-shadow: -1px 15px 30px -12px black;
    overflow: hidden;
}

/* Image styling within the jeep card */
.jeep-card-image img {
    width: 100%;
    display: block;
    border-radius: 14px 14px 0 0;
    filter: brightness(0.9);
}

/* Buttons Group */
.jeep-btn-group {
    display: flex;
    /* Group buttons in a row */
    justify-content: center;
    margin-top: 10px;
}

.jeep-btn-group .btn {
    border-radius: 30px;
    margin: 0 5px;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
    .jeep-wrapper {
        flex-direction: column;
        /* Stack cards vertically */
        align-items: center;
        /* Center cards in the wrapper */
        padding: 20px;
    }

    .jeep-card {
        width: 90%;
        /* Full width for mobile */
        max-width: none;
        /* Remove max-width restriction */
    }

    .jeep-container {
        display: block;
    }
}