﻿:root {
    --bg1: #F36911;
    --bg2: #FEF7F5;
    --bg3: #ffe9e2;
    --bg4: #ffd0c0;
    --color1: #F36911;
    --color2: #FEF7F5;
    --redcolor: red;
    --font2: Montserrat;
}

@font-face {
    font-family: 'SF Pro';
    src: url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/SFPro-Regular.woff2') format('woff2'), url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/SFPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/SFProDisplay-Medium.woff2') format('woff2'), url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/SFProDisplay-Bold.woff2') format('woff2'), url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/SFProDisplay-Semibold.woff2') format('woff2'), url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/SFProDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/SFProDisplay-Regular.woff2') format('woff2'), url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/Montserrat-Medium.woff2') format('woff2'), url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/Montserrat-Bold.woff2') format('woff2'), url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/Montserrat-Regular.woff2') format('woff2'), url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/Montserrat-Light.woff2') format('woff2'), url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.ThemeButton {
    background-color: var(--bg1);
    color: #fff;
    border-radius: 8px;
    font-size: 24px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    line-height: normal;
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    line-height: 1.2rem;
    color: #111;
    font-family: SFProDisplay;
    letter-spacing: .5px;
    font-weight: 400;
}

.montserrat {
    font-family: var(--font2);
    letter-spacing: 0
}

    .montserrat * {
        font-family: var(--font2);
        letter-spacing: 0
    }


* {
    font-family: SFProDisplay;
}


@font-face {
    font-family: FontAwesome;
    src: url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/demohome/new_fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/demohome/new_fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/demohome/new_fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/demohome/new_fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/demohome/new_fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome !important;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    background-image: none
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-25 {
    gap: 25px;
}

.gap-30 {
    gap: 30px;
}

.gap-35 {
    gap: 35px;
}

.gap-40 {
    gap: 40px;
}

.gap-45 {
    gap: 45px;
}

.gap-50 {
    gap: 50px;
}

.header-right {
    align-items: center;
}

.contact-txt {
    font-weight: 600;
    font-size: 18px;
}

.header-right a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.slider-top-banner {
    min-height: 600px;
}

.topslider .item {
    position: relative;
}

    .topslider .item img {
        height: 500px;
        object-fit: cover;
    }

.sl-img {
    background-repeat: no-repeat;
    height: 600px;
    background-size: cover;
    display: flex;
    width: 100%;
    object-fit: cover;
    background-position: center center;
}

.topbannerimage1 {
    background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/landing-page/img/summer-bnr-1.jpg);
}

.topbannerimage2 {
    background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/landing-page/img/summer-bnr-2.jpg);
}

.topbannerimage3 {
    background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/landing-page/img/summer-bnr-3.jpg);
}

.topslider .owl-nav button {
    position: absolute;
    top: 43%;
}

    .topslider .owl-nav button.owl-prev {
        font-size: 30px;
        display: flex;
        height: 60px;
        width: 60px;
        background-color: #1c231f;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        color: #bdbdbd;
        left: 80px;
    }

    .topslider .owl-nav button.owl-next {
        font-size: 30px;
        display: flex;
        height: 60px;
        width: 60px;
        background-color: #1c231f;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        color: #bdbdbd;
        right: 80px;
    }

    .topslider .owl-nav button.disabled {
        opacity: .5;
    }

.item-bnr-text {
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 20px;
    padding: 20px;
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    letter-spacing: .2px;
    flex-direction: column;
    gap: 20px;
}

.dn-text {
    font-size: 30px;
    font-weight: 500;
    display: flex;
    gap: 30px;
    line-height: normal;
    align-items: center;
    position: absolute;
    left: 50px;
    top: 50px;
    color: #fff;
}

.item-bnr-text button {
    background-color: var(--bg1);
    padding: 10px 40px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    border: 0;
}

.bnr-w-btn {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    border: 0;
    background-color: #239c4c;
}

.main-bnr-price {
    display: flex;
    gap: 40px;
    font-weight: 500;
    font-size: 36px;
}

.strike {
    text-decoration: line-through;
}

.topslider {
    min-height: 600px;
}

.raitng-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    width: 75%;
    margin: auto;
}

.rating-wrap-flex {
    display: flex;
    padding: 30px;
    flex-direction: column;
    gap: 10px;
    border-right: 0;
    font-size: 18px;
    align-items: center;
    /* border: 2px solid #1f1f1f; */
    color: #cacaca;
}

    .rating-wrap-flex img {
        height: 32px;
        width: 32px;
    }

.rating-txt {
    font-size: 26px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.owl-dots {
    display: none;
}

.owl-nav {
    height: 0;
}

.c-item .owl-nav {
    opacity: 0;
    transition: ease 1s;
}

.c-item:hover .owl-nav {
    opacity: 1;
}

.caousel-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    margin-top: 40px;
}

.sec-banner {
    margin-top: 30px;
}

.bnr-heading {
    font-size: 30px;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font2);
}

.sec-sub-heading {
    color: #707070;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin: 0;
}

.c-item {
    width: calc(100%/3 - 20px);
    background-color: #fff;
    scale: 0.95;
    position: relative;
}

.bannerslider .owl-item img {
    border-radius: 16px;
    max-width: 100%;
    height: 395px;
    object-fit: cover;
}

.bannerslider .owl-nav > button > span {
    font-family: fontawesome !important;
    position: absolute;
    top: 48%;
    height: 30px;
    width: 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 30px;
}

.bannerslider .owl-nav > button > .owl-prev {
    left: 30px;
}

.bannerslider .owl-nav > button > .owl-next {
    right: 30px;
}

.bannerslider .owl-nav > button > .owl-prev::after {
    content: '\f104';
}

.bannerslider .owl-nav > button > .owl-next::after {
    content: '\f105';
}

.content {
    display: flex;
    padding-top: 15px;
    flex-direction: column;
    gap: 15px;
    font-size: 16px;
}

.grid-dn {
    color: #707070;
}

.star-reviews {
    color: #707070;
    font-size: 14px;
}

.star-count {
    background-color: #FFCA18;
    color: #000;
    padding: 2px 6px;
    border-radius: 4px;
}

.content h3 {
    margin: 0;
    min-height: 60px;
    line-height: normal;
    font-size: 24px;
    font-family: var(--font2);
    font-weight: 600;
}

.p-price .sf {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
}

.p-price {
    color: var(--color1);
    font-weight: 700;
    font-size: 24px;
}

.call-whtsapp {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
}

.fa-phone:before {
    content: "\f095";
}

a.call-btn {
    padding: 8px 12px;
    border: 1px solid var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: var( --color1);
    font-size: 24px;
}

.whtsapp-inquire {
    display: flex;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    flex: 1;
    background: #239c4c;
    border-radius: 4px;
    color: #fff;
}

.inclusions-click {
    color: #707070;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 400;
    background: no-repeat;
    border: 0;
}

.detail-click {
    color: var(--color1);
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 400;
}

.ul-inclusions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
}

.inclusion-dialog {
    width: 600px;
    max-width: 95%;
}

.sec-banner-2 {
    margin-top: 60px;
}

.info-cc {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}

    .info-cc span {
        background-color: #ffff90;
        color: green;
        padding: 5px;
        font-size: 24px;
    }

.grid-tour {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    scale: .9;
    margin-top: -50px;
}

    .grid-tour a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .grid-tour a img {
            width: 100%;
            border-radius: 16px;
            height: 400px;
            object-fit: cover;
            transition: .2s ease
        }

        .grid-tour a:hover img {
            filter: blur(3px);
        }

        .grid-tour a .tourname {
            margin: 0;
            font-size: 24px;
            color: #fff;
            position: absolute;
            bottom: 0;
            padding: 15px;
            line-height: 30px;
            left: 0;
            font-weight: 500;
            text-align: center;
            width: 100%;
        }

        .grid-tour a p {
            position: absolute;
            top: 0px;
            left: 0;
            z-index: 1;
            color: #000;
            background-color: #ffff90;
            padding: 15px;
            font-size: 20px;
            margin: 0;
            border-radius: 15px 0 0 0;
            font-weight: 400;
        }


        .grid-tour a::before {
            content: '';
            display: flex;
            background: linear-gradient(to bottom,transparent,#000) no-repeat bottom;
            background-size: 100% 50%;
            height: 60%;
            position: absolute;
            bottom: 0;
            width: 100%;
            border-radius: 0 0 16px 16px;
        }

.bn-btn {
    position: absolute;
    background-color: var(--bg1);
    padding: 10px 20px;
    color: #fff;
    transition: ease .3s;
    font-size: 20px;
    border-radius: 8px;
    opacity: 0;
}

.grid-tour a:hover .bn-btn {
    opacity: 1;
}

.panel-default > .panel-heading {
    background: #fff;
    padding: 0;
    border-radius: 8px;
}

    .panel-default > .panel-heading h4 {
        margin: 0;
    }

        .panel-default > .panel-heading h4 a {
            padding: 20px 15px;
            width: 100%;
            display: flex;
            align-items: center;
            column-gap: 10px;
            position: relative;
            color: #333;
            font-size: 22px;
        }

.panel-body {
    margin: 0 15px;
    padding: 15px 0;
    transition: .3s transform ease-in-out;
    color: #363636;
    transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    border-top: 1px dashed #d9d9d9;
    line-height: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
}

.panel-group .panel {
    margin-top: 20px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #DDD;
}

.panel-default > .panel-heading h4 a::after {
    content: "\f106";
    font-family: fontawesome;
    font-size: 30px;
    color: var(--color1);
    display: flex;
    position: absolute;
    right: 15px
}

.panel-default > .panel-heading h4 a.collapsed::after {
    content: "\f107"
}

.va-tour {
    margin-bottom: 30px;
}

.sec-wcu {
    padding: 40px 0;
    padding-top: 0;
}

.wcu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
}

    .wcu-grid p {
        font-weight: 200;
        font-size: 16px;
        text-align: center;
        margin: 0;
        line-height: 22px;
    }

    .wcu-grid img {
        height: 60px;
        width: auto;
    }

.fa-envelope:before {
    content: "\f0e0";
}

.header-right .fa-envelope {
    font-size: 26px;
    color: #444;
}

.fa-star:before {
    content: "\f005";
}

.f-raynab2c {
    background-color: var(--bg2);
    padding: 40px 0;
}

.f-raynab2c-flex ul {
    display: flex;
    column-gap: 15px;
    min-height: unset
}

.f-raynab2c-flex {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    align-items: center
}

.f-raynab2c .Design-Develope {
    margin-top: 30px;
    color: #333
}

.f-raynab2c ul li a:hover {
    color: var(--color1)
}

footer ul {
    min-height: unset
}

.Design-Develope {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    padding-top: 30px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
    align-items: center;
}

    .Design-Develope a {
        color: #8e9091;
        display: flex;
        align-items: center;
    }

        .Design-Develope a span {
            color: #10b5da;
            font-weight: 500;
        }

.t-logo {
    background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/assets/img/T-fevicon.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    background-size: contain;
    margin-right: 2px;
}

.quick-links li a {
    color: #333;
    align-items: center;
    padding-right: 10px;
    border-right: 1px solid #333;
    transition: .3s;
    font-size: 16px;
}

.quick-links li:last-child a {
    border: none
}

.social-links li a {
    display: flex;
}

    .social-links li a i {
        display: flex;
        height: 35px;
        width: 35px;
        align-items: center;
        justify-content: center;
    }

    .social-links li a .facebookicn {
        background-position: 1px -80px
    }

    .social-links li a .twittericn {
        background-position: -42px -80px
    }

    .social-links li a .linkdinicn {
        background-position: -83px -80px
    }

    .social-links li a .instagramicn {
        background-position: -125px -80px
    }

.s-icon-list a {
    height: 34px;
    width: 34px;
    background-color: var(--bg1);
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

footer ul {
    list-style: none;
    padding: 0;
}

.homesvg {
    background-image: url('https://d1i3enf1i5tb1f.cloudfront.net/assets/Whitelabel/svg/default/Home-Strip.svg');
    background-repeat: no-repeat;
}

.fa-youtube-play:before {
    content: "\f16a";
}

.f-raynab2c ul li.s-icon-list a:hover {
    color: #fff;
}

.back-to-top-button {
    height: 35px;
    width: 35px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: var(--bg3);
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    display: none;
    font-size: 21px;
    color: #000;
    z-index: 9;
}

    .back-to-top-button.show {
        display: flex !important;
    }

/*------------------------ reviews ------------------------------*/

.reviews-content {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    padding: 40px;
}

.review-header {
    display: flex;
    justify-content: space-between;
}

.five-rating {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-size: 50px;
    line-height: normal;
}

    .five-rating .star-grid {
        font-size: 16px;
    }

.rate-bar-header {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    font-size: 16px;
    font-weight: 400;
    flex: .7;
}

.star-rate-bar {
    display: flex;
    justify-content: space-between;
}

span.star-label {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.slide-bar-down {
    display: flex;
    width: 230px;
    height: 20px;
    background-color: #e1e1e1;
    position: relative;
}

.rating-bar {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

    .rating-bar > span:last-child {
        min-width: 20px;
        text-align: center;
    }

.slide-bar-up {
    position: absolute;
    height: 100%;
    left: 0;
    background-color: var(--color1);
}

.guest-reviews {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.user-review-list {
    display: flex;
    column-gap: 60px;
    align-items: center;
}

.reviewer {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    text-align: center;
    white-space: nowrap;
    align-items: center;
    min-width: 150px;
}

    .reviewer img {
        height: 70px;
        width: 70px;
        border-radius: 100px;
    }

.R-name {
    font-weight: 500;
    text-transform: capitalize;
}

.R-year {
}

.review-txt {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding-left: 80px;
    border-left: 1px solid #eee;
}

.R-heading {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}

.review-txt p {
    color: #707070;
    margin: 0;
}

.R-rating {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    align-items: center;
    margin-left: auto;
}

    .R-rating > span:first-child {
        font-size: 20px;
        font-weight: 400;
    }

    .R-rating .fivestar-bottom {
        font-size: 12px;
    }

.ratingword {
    display: flex;
    height: 25px;
    align-items: center;
    justify-content: center;
    background-color: #009E47;
    border-radius: 8px;
    color: #fff;
    padding: 0 15px;
}

.fivestar-bottom {
    position: relative;
    display: inline-block;
    letter-spacing: 3px;
    font-family: FontAwesome !important;
    font-size: 11px;
}

    .five-stars::before, .fivestar-bottom::before, .fivestar-up::before, .fivestar_up::before {
        content: '\f005\f005\f005\f005\f005';
        font-family: FontAwesome !important;
    }

.fivestar-bottom {
    color: var(--bg3);
}

.five-stars, .fivestar-up, .fivestar_up {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    color: var(--color1);
}

.wd100 {
    width: 100% !important;
}

.wd90 {
    width: 90% !important;
}

.wd80 {
    width: 80% !important;
}

.wd60 {
    width: 60% !important;
}

.wd40 {
    width: 40% !important;
}

.wd20 {
    width: 20% !important;
}

.exploremore {
    background-color: #fff;
    padding: 50px 0;
}

    .exploremore .f-heading {
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: 500
    }

.explore-tours {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 30px;
}

    .explore-tours ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 15px;
        list-style: none;
        margin: 0;
    }

        .explore-tours ul li:first-child {
            font-weight: 600;
            font-family: var(--font2);
            font-size: 16px;
        }

        .explore-tours ul li a {
            font-size: 14px;
            padding-right: 15px;
            border-right: 1px solid #ddd;
            color: #333;
        }

            .explore-tours ul li a:hover {
                color: var(--color1);
                transition: .3s
            }

        .explore-tours ul li:last-child a {
            border: 0
        }

.fac-list {
    display: flex;
    gap: 12px 30px;
    font-weight: 400;
    flex-wrap: wrap;
    padding: 0;
    min-height: 55px;
    align-items: start;
}

    .fac-list li {
        display: flex;
        column-gap: 6px;
        align-items: center;
        line-height: 21px;
    }

/*------------ dp ------------*/

.code-text {
    font-size: 16px;
    position: relative;
}

    .code-text span {
        font-size: 18px;
        background-color: red;
        color: #fff;
        padding: 2px 5px;
        font-weight: 600;
        cursor: default;
    }

span.tooltip {
    display: none;
    background-color: black;
    z-index: 1;
    position: absolute;
    opacity: 1;
    font-size: 12px;
    font-weight: 400;
    left: 30%;
    margin-top: 10px;
}

.spotlight-logo {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    height: 96px;
    width: 97px;
}

.img-label {
    background-color: #c1ff72;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 500;
}

.fix-dates {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    min-height: 54px;
}

.f-date-list {
    display: flex;
    gap: 5px;
    align-items: center;
}

    .f-date-list span {
        background-color: #eee;
        padding: 4px 0;
        border-radius: 4px;
    }

.img-label-eid {
    background-color: #7ef373
}

.img-label-sold-out {
    background-color: #ff0000;
    color: #fff;
}

.img-label-april {
    background-color: #2e2e2e;
    color: #fff;
}


.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* This is for a 16:9 aspect ratio */
}

/*.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
}*/

.lazy {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.unveiled {
    opacity: 1;
}

.owl-lazy {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .owl-lazy.loaded {
        opacity: 1;
    }

.wraper_hover {
    position: relative;
    display: inline-block
}

    .wraper_hover a {
        cursor: pointer
    }

.hoverinfo {
    bottom: 100%;
    margin-top: 10px;
    right: 5px;
    background: #ffeee4;
    padding: 15px;
    border-radius: 3px;
    width: max-content;
    display: none;
    position: absolute;
    margin-bottom: 10px;
    transition: ease .5s;
    z-index: 12;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
    font-size: 16px;
    max-width: 350px;
    opacity: 0;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0.1px;
}

    .hoverinfo ul {
        margin: 0;
        padding-left: 15px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        line-height: 25px;
    }

.wraper_hover:hover .hoverinfo {
    display: block;
    color: #000;
    opacity: 1;
    transition: all ease 1s
}

.wraper_hover a::before {
    position: absolute;
    content: "";
    font-family: FontAwesome !important;
    bottom: 18px;
    right: 0;
    left: 10px;
    font-size: 20px;
    color: rgb(249 227 212);
    line-height: normal;
    display: none
}

.wraper_hover:hover a::before {
    display: block
}


.rr-container {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 30px;
    padding: 30px;
    background-color: #ededed;
    border-radius: 12px;
}

.rr-intro {
    width: 30%;
    font-weight: 600;
    align-items: center;
}

.rr-carousel .owl-dots {
    display: flex;
    gap: 8px;
    margin-top: 30px;
    justify-content: center;
}

    .rr-carousel .owl-dots .owl-dot {
        height: 12px;
        width: 12px;
        background-color: #b8c8ca;
        border-radius: 50px;
    }

        .rr-carousel .owl-dots .owl-dot.active {
            background-color: #333;
        }

.rr-carousel-right {
    max-width: 70%;
}

    .rr-carousel-right .item {
        padding: 20px;
        background-color: #fff;
        border-radius: 12px;
    }

.rating-txt-big {
    font-size: 50px;
    font-weight: 700;
}

.star-grid-big {
    color: #00bf63;
    gap: 4px;
    font-size: 20px;
}

.say-txt {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.star-grid-small {
    color: #00bf63;
    gap: 4px;
}

.rr-container p {
    margin: 0;
    text-align: center;
    font-weight: 400;
}

.r-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

@media(min-width:1400px) and (max-width:1600px) {
    .container {
        max-width: 1200px;
    }

    .content h3 {
        font-size: 20px;
        min-height: 52px;
    }

    .grid-tour a .tourname {
        font-size: 22px;
    }

    .grid-tour a img {
        height: 350px;
    }
}

@media(max-width:991px) {
}

@media(max-width:767px) {

    .sl-img {
        height: 550px;
    }

    .topbannerimage1 {
        background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/landing-page/img/m-summer-bnr-1.jpg);
    }


    .topbannerimage2 {
        background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/landing-page/img/m-summer-bnr-2.jpg);
    }

    .topbannerimage2 {
        background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/landing-page/img/m-summer-bnr-3.jpg);
    }


    .topbannerimage3 {
        background-position: 25% 0;
    }

    header.py-3 {
        padding: 0 !important;
    }

    a.navbar-brand {
        width: 100%;
        text-align: center;
    }

    .navbar-brand img {
        height: 40px;
        width: auto;
    }

    .header-right {
        gap: 10px;
        justify-content: center;
        flex: 1;
        margin: 15px 0;
        scale: 0.95;
    }

        .header-right a {
            font-size: 14px;
        }

    .topslider .owl-item img {
        height: 400px;
        object-fit: cover;
    }

    .item-bnr-text {
        font-size: 24px;
        line-height: 30px;
        padding: 15px;
        gap: 10px;
        bottom: 0;
    }

        .item-bnr-text button {
            padding: 5px 15px;
        }

    .bnr-w-btn {
        padding: 5px 15px;
    }

    .topslider .owl-nav button.owl-prev {
        height: 30px;
        width: 30px;
        font-size: 16px;
        left: 20px !important;
    }

    .dn-text {
        font-size: 20px;
        left: 10px;
        top: 20px;
    }

    .topslider .owl-nav button.owl-next {
        height: 30px;
        width: 30px;
        font-size: 16px;
        right: 20px !important;
    }

    .raitng-wrap {
        grid-template-columns: 1fr 1fr;
        /* scale: .7; */
        width: 100%;
        padding: 15px;
        gap: 30px 10px;
    }

    .rating-wrap-flex > div {
        flex-direction: column;
        font-size: 14px;
        gap: 5px !important;
    }

    .rating-wrap-flex {
        padding: 0;
    }

        .rating-wrap-flex img {
            height: 24px;
            width: auto;
        }

    .sec-rating {
        padding: 0;
        margin-bottom: 20px;
    }

    .bnr-heading {
        font-size: 24px;
    }

    .sec-sub-heading {
        font-size: 16px;
    }

    .c-item {
        width: 100%;
    }

    .bannerslider .owl-item img {
        /*height: 350px;*/
        border-radius: 15px 15px 0 0;
    }

    .caousel-grid {
        gap: 20px;
    }

    .grid-tour {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        scale: unset;
        margin: 0;
    }

        .grid-tour a img {
            height: 200px;
        }

        .grid-tour a .tourname {
            font-size: 16px;
            line-height: 20px;
        }

        .grid-tour a::before {
            height: 95%;
        }

        .grid-tour a p {
            font-size: 12px;
            padding: 5px 10px;
        }

        .grid-tour a h2 {
            font-size: 18px;
            line-height: 24px;
        }

    .va-tour {
        font-size: 16px;
        height: 40px;
        margin-top: 30px;
    }

    .sec-wcu {
        padding: 0;
        margin: 0 !important;
    }

    .wcu-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px 20px;
        margin: 0;
        margin-top: 30px;
    }

        .wcu-grid img {
            height: 50px;
            width: auto;
        }

        .wcu-grid > div {
            text-align: center;
            line-height: normal;
            font-size: 18px;
        }

    .panel-default > .panel-heading h4 a {
        padding-right: 50px;
        font-size: 18px;
    }

    .info-cc {
        font-size: 16px;
    }

    .footerlogo {
        margin-bottom: 15px;
    }

    footer .LinkTitle {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .whitelabel-b2c {
        width: 100%;
        padding: 15px;
    }

        .whitelabel-b2c ul {
            flex-wrap: wrap;
            margin-bottom: 10px;
        }

            .whitelabel-b2c ul li {
                margin-bottom: 10px;
            }

    .Design-Develope {
        flex-wrap: wrap;
        padding-top: 20px;
        margin-top: 0
    }

        .Design-Develope span {
            margin-bottom: 5px;
        }

    .f-raynab2c-flex ul {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 15px;
        margin: 0;
    }

    .Design-Develope a span {
        margin: 0
    }

    .reviews-content {
        padding: 20px;
    }

    .review-header {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .star-rate-bar {
        flex-direction: column;
        gap: 15px;
    }

    .five-rating {
        font-size: 30px;
    }

    .user-review-list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .review-txt {
        padding: 0;
        border: 0;
    }

    .R-rating {
        margin: unset;
    }

    .explore-tours ul {
        padding: 0;
    }

    .content h3 {
        min-height: unset;
        font-size: 20px;
    }

    /*.content {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 0 0 15px 15px;
        border-top: 0;
    }*/

    .spotlight-logo {
        height: 80px;
        width: 81px;
    }

    ul.fac-list {
        scale: .9;
        position: relative;
        left: -15px;
        margin: 0;
    }

    .rating-txt {
        font-size: 26px;
    }

    .info-cc span {
        font-size: 16px;
    }

    .fix-dates {
        min-height: auto;
    }

    .month-dates {
        flex-direction: column;
        gap: 10px;
    }

    .rr-container {
        flex-direction: column;
        margin-top: 0;
        padding: 20px;
        scale: .95;
        gap: 40px;
    }

    .rr-intro {
        width: 100%;
    }

    .rr-carousel-right {
        max-width: 100%;
    }

    .r-title {
        text-align: center;
    }

    .main-bnr-price {
        gap: 20px;
        font-size: 24px;
    }

    .bnr-btn-group {
        flex-direction: column;
        margin-top: 15px;
    }

    .sec-banner-2 {
        scale: .95;
        margin-top: 20px;
    }

    .exploremore {
        scale: .95;
        padding: 0;
    }
}



/*--------------------- new css --------------------------*/


/* Navbar */
.navbar {
    position: sticky;
    top: 0;
    z-index: 99;
}

    .navbar .container {
        padding: 0 1rem;
    }

.navbar-brand img {
    scale: 0.95;
}

.contact .email {
    color: rgb(10, 10, 10);
    font-size: 1rem;
}

.contact img {
    scale: 1.2;
    display: none;
}

.contact span {
    font-size: 1rem;
}

.contact a {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 0.9rem;
    background-color: #ffffff;
    border: 1px solid #ff9100;
    color: rgb(0, 0, 0);
    padding: 0.5vw 1.2vw;
    border-radius: 3px;
}

    .contact a:hover {
        background-color: #ff9100;
        color: white;
        transition: ease 0.5s;
    }

        .contact a:hover .email {
            color: #ffffff;
        }


.c-item .content h3 {
    color: rgb(41, 41, 41);
    font-size: 1.1rem;
    font-weight: 600;
}

.c-item .content .fac-list span {
    font-size: 0.9rem;
}

.c-item .content .p-price span {
    font-size: 1.4rem;
}

.c-item .content .p-price .sf {
    font-size: 1.2rem;
}

.c-item .item img {
    height: 350px;
}

.content {
    gap: 15px;
}

.whtsapp-inquire:hover {
    background-color: #fff;
    border: 1px solid green;
    transition: ease 1s;
    color: green;
}

/* Responsive styles */
@media (max-width: 767px) {
    .navbar {
        position: sticky;
        top: 10px;
        z-index: 99;
    }

    .contact a {
        font-size: 0.55rem;
        padding: 1vw 2vw;
    }
}

.hero-banner .item {
    display: flex;
    justify-content: center;
}

    .hero-banner .item img {
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }
/* Rating Section */
.sec-rating {
    display: flex;
    justify-self: center;
    align-items: center;
    width: 100%;
    border-radius: 0 0 10px 10px;
    background-color: #040404;
}

    .sec-rating .container {
        width: 50%;
    }

.raitng-wrap {
    display: flex;
    justify-content: center;
    width: 50%;
}
/* background-color: red; */
.tab-switch {
    padding-top: 1vw;
}

.tab-head {
    display: flex;
    flex-direction: column;
}

    .tab-head h3 {
        font-size: 2rem;
        letter-spacing: 1px;
        width: fit-content;
        padding-bottom: 0.4vw;
        border-bottom: 1px solid orange;
    }

    .tab-head p {
        width: 70%;
        font-size: 1rem;
        padding: 1vw 0 0 0;
        color: rgb(59, 59, 59);
    }

.tab-switch ul {
    gap: 30px 10px;
}

    .tab-switch ul a {
        cursor: pointer;
        font-size: 0.95rem;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.932) !important;
        border: 1px solid rgb(255, 123, 0);
        padding: 0.71vw;
        border-radius: 5px;
    }

    .tab-switch ul li a:hover {
        color: rgb(255, 255, 255) !important;
        background-color: rgb(255, 123, 14);
        transition: ease 1s;
        border: none;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    }

    .tab-switch ul li a.active {
        color: rgb(255, 255, 255) !important;
        background-color: rgb(255, 123, 14);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.tab-switch ul {
    padding: 2vw 1vw;
    border-top: 1px solid rgb(226, 221, 221);
    border-bottom: 1px solid rgb(226, 221, 221);
}

/* Packages Item CSS */
.caousel-grid {
    gap: 1px 5px !important;
}

.c-item {
    position: relative; /* important for absolute positioning inside */
    overflow: hidden;
    scale: 0.85;
}



/* Mobile Device CSS */

@media (max-width: 767px) {
    .slider-top-banner {
        min-height: 280px;
    }

    .hero-banner .item {
        display: flex;
        justify-content: center;
    }

        .hero-banner .item img {
            width: 100% !important;
            height: auto;
            object-fit: cover;
        }

    .sec-rating {
        display: flex;
        justify-self: center;
        align-items: center;
        width: 100%;
        height: 120px;
    }

        .sec-rating .container {
            width: 100%;
        }

    .raitng-wrap {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .tab-head {
        align-items: center;
    }

        .tab-head h3 {
            width: 100%;
            text-align: center;
            font-size: 1.1rem;
            letter-spacing: 1px;
            width: fit-content;
            padding-bottom: 0.8vw;
        }

        .tab-head p {
            width: 90%;
            text-align: center;
            font-size: 0.8rem;
            padding: 1vw 0 0 0;
            color: rgb(59, 59, 59);
        }

    .tab-switch ul {
        gap: 20px 10px;
    }

        .tab-switch ul a {
            cursor: pointer;
            font-size: 0.68rem;
            font-weight: 600;
            color: rgba(0, 0, 0, 0.932) !important;
            border: 1px solid rgb(255, 123, 0);
            padding: 1.5vw;
            border-radius: 5px;
        }

    .tab-switch ul {
        padding: 6vw 1vw;
        border-top: 1px solid rgb(226, 221, 221);
        border-bottom: 1px solid rgb(226, 221, 221);
    }
}


/* Label design */
.c-item {
    position: relative; /* important for absolute positioning inside */
    overflow: hidden;
}

.date-label {
    position: absolute;
    top: 55px;
    left: -50px;
    width: 260px;
    background-color: #ff0000;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 8px 0;
    transform: rotate(-45deg);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    /* animation: colorBlink 5s infinite;  */
    font-size: 0.9rem;
    pointer-events: none;
    user-select: none;
    letter-spacing: 2px;
    z-index: 10;
}

    .date-label p {
        margin: 0;
    }

/* Green-Orange blinking background */
@keyframes colorBlink {
    0%, 50%, 100% {
        color: #022711; /* green */
    }

    25%, 75% {
        color: #b3ff01; /* orange */
    }
}
