﻿:root {
    --bg1: #F36911;
    --bg2: #FEF7F5;
    --bg3: #ffe9e2;
    --bg4: #ffd0c0;
    --color1: #F36911;
    --color2: #FEF7F5;
    --redcolor: red;
    --font2: Montserrat;
}

.orange {
    color: var(--color1)
}

.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;
    margin-top: 50px;
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    line-height: 1.2rem;
    color: #111;
    font-family: "roboto", sans-serif;
    /*font-family: "League Spartan", sans-serif;
    font-family: "Barlow Condensed", sans-serif;*/
    font-weight: 400;
    font-style: normal;
}

.spartan {
    font-family: "League Spartan", sans-serif
}

.barlow {
    font-family: "Barlow Condensed", sans-serif
}

i {
    font-style: normal;
}

@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;
}

.topslider {
    min-height: 350px;
}

    .topslider .item {
        position: relative;
    }

        .topslider .item img {
            min-width: 100%;
            height: auto;
            max-height: 600px;
            cursor: pointer;
            max-width: 100%;
        }

.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/Formula-1-BAHRAIN.jpg);
}


.topbannerimage2 {
    background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/landing-page/img/Formula-1-saudi.jpg);
}


.topbannerimage3 {
    background-image: url(https://d1i3enf1i5tb1f.cloudfront.net/landing-page/img/Formula-1-JAPANESE.jpg);
}

.topslider .owl-nav button {
    position: absolute;
    top: 185px;
}

    .topslider .owl-nav button.disabled {
        opacity: .5;
    }

    .topslider .owl-nav button.owl-prev {
        font-size: 20px;
        display: flex;
        height: 50px;
        width: 50px;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        color: #111;
        left: 80px;
    }

    .topslider .owl-nav button.owl-next {
        font-size: 20px;
        display: flex;
        height: 50px;
        width: 50px;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        color: #111;
        right: 80px;
    }

.item-bnr-text {
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 20px;
    padding: 20px;
    font-size: 55px;
    font-weight: 600;
    line-height: 65px;
    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: 15px 40px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    border: 0;
}

.sec-rating {
    background-color: #040404;
    padding: 15px 0;
}

.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;
}

.f1-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 40px;
    margin-top: 40px;
}

.sec-banner {
    margin-top: 50px;
}

.bnr-heading {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    width: max-content;
    margin: auto;
    font-family: "League Spartan", sans-serif
}

.bnr-heading1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Barlow Condensed", sans-serif;
}

.bnr-heading2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Barlow Condensed", sans-serif;
    text-align: center;
}

.bnr-heading3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Barlow Condensed", sans-serif;
    padding-bottom: 5px;
    border-bottom: 4px solid var(--color1);
    width: max-content;
}

.video-sec {
    padding-top: 50px;
}

.video-square {
    width: 50%;
    height: auto !important;
}

    .video-square video {
        border-radius: 12px;
    }

p.paragraph {
    font-size: 20px;
    line-height: 30px;
}

button.see-all {
    background-color: #040404;
    padding: 0 20px;
    display: flex;
    margin: auto;
    height: 50px;
    color: #fff;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    width: 200px;
    justify-content: center;
    border-radius: 8px;
}

.flex-bnr-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.flex-bnr-heading .bnr-heading {
        margin: unset;
    }*/

.sec-upcoming-prix {
    padding: 50px 0;
}

.c-item {
    position: relative;
}

.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: 20px;
        }

.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: #f31818;
    display: flex;
    position: absolute;
    right: 15px
}

.panel-default > .panel-heading h4 a.collapsed::after {
    content: "\f107"
}

.sec-wcu {
    padding-top: 0;
    margin-top: 50px;
}

.wcu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
}

    .wcu-grid p {
        text-align: center;
        font-weight: 300;
        line-height: 28px;
        font-size: 18px;
        margin: 0;
    }

.fa-envelope:before {
    content: "\f0e0";
}

.header-right .fa-envelope {
    font-size: 26px;
    color: #444;
}

.fa-star:before {
    content: "\f005";
}

.f-raynab2c {
    background-color: #fff1f1;
    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: #ffe2e2;
    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: 40px 0
}

    .exploremore .f-heading {
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: 500
    }

.explore-tours {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-top: 30px;
}

    .explore-tours ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 15px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .explore-tours ul li:first-child {
            font-weight: 600;
            font-size: 18px;
            color: #000;
        }

        .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: 15px 32px;
    font-weight: 400;
    flex-wrap: wrap;
    padding: 0;
}

    .fac-list li {
        display: flex;
        column-gap: 6px;
        align-items: center;
        line-height: 21px;
    }

/*------------ dp ------------*/

.code-flex {
    position: relative;
}

.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: -40%;
    color: #fff;
    top: 2px;
    padding: 2px 5px;
}

.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;
}

.f1-country {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: end;
}

.whtsapp-inquire {
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background: #ff0000;
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    transition: .5s;
    cursor: pointer;
}

.content h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    min-height: 55px;
}

.f-date-list {
    display: flex;
    gap: 5px;
    align-items: center;
}

    .f-date-list span {
        background-color: #eee;
        padding: 4px 0;
        border-radius: 4px;
    }

.adress-txt {
    font-size: 18px;
    /*margin-bottom: 15px;*/
    min-height: 40px;
    display: flex;
    align-items: end;
}

.whtsapp-inquire:hover {
    background-color: black;
}

.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;
    }

.flex-1 {
    flex: 1;
}

.rr-container {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 20px;
    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: 23px;
    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;
}

.swal-footer {
    text-align: center;
}

.swal-modal {
    width: 500px;
}

.swal-text {
    font-size: 30px;
    font-weight: 700;
    color: #333;
}

.swal-button {
    background-color: #000;
}

    .swal-button:not([disabled]):hover {
        background-color: #333;
    }

.swal-icon--warning {
    border-color: #f31818 !important;
}

.swal-icon--warning__body, .swal-icon--warning__dot {
    background-color: #f31818;
}

.best-dpr-container {
    background-color: #f8f8f8;
    padding: 40px 20px;
    margin: 0;
}

.best-for {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    gap: 5px;
}

.dpr-grid {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.dpr-grid-item {
    display: flex;
    gap: 30px;
    align-items: center;
}

    .dpr-grid-item > img {
        height: 280px;
        object-fit: cover;
        border-radius: 12px;
        width: 100%;
    }

.dpr-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}

.drp-guide {
    padding-left: 20px;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dashed;
}

.dpr-save {
    color: #1f8316;
    font-size: 22px;
    font-weight: 600;
}

.pro-price {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
}

.use-code {
    font-size: 22px;
    font-weight: 600;
    gap: 10px;
}

.strike-price {
    font-size: 24px;
    text-decoration: line-through;
}

.txt-offer {
    color: #1f8316;
}

.txt-code {
    color: #0097b2;
    font-size: 36px;
    font-weight: 600;
    cursor: pointer;
}

.btn-wp, .btn-bo {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    flex: 1;
    border: 0;
    background-color: #128807;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
}

.btn-bo {
    background-color: #000;
}

.inclusions-click {
    color: #707070;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 500;
    background: no-repeat;
    border: 0;
    padding: 0;
}

.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%;
}

@media(min-width:1200px) and (max-width:1550px) {
    .container {
        max-width: 1170px;
    }
}


@media(max-width:991px) {
}

@media(max-width:767px) {

    .sl-img {
        height: 300px;
    }

    .topslider .item:after {
        border-radius: 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;
        }

    .item-bnr-text {
        font-size: 24px;
        line-height: 30px;
        padding: 15px;
    }

        .item-bnr-text button {
            font-size: 16px;
            padding: 15px 30px;
            border-radius: 8px;
        }

    .topslider .owl-nav button.owl-prev {
        height: 30px;
        width: 30px;
        font-size: 16px;
        left: 20px;
    }

    .dn-text {
        font-size: 20px;
        left: 10px;
        top: 20px;
    }

    .topslider .owl-nav button.owl-next {
        height: 30px;
        width: 30px;
        font-size: 16px;
        right: 20px;
    }

    .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;
    }

    .bnr-heading {
        font-size: 26px;
        max-width: 100%;
        padding: 0;
        margin-bottom: 0;
        line-height: 30px;
    }

    .bnr-heading2 {
        font-size: 28px;
        text-align: center;
    }

    .best-for {
        font-size: 16px;
    }

    .sec-sub-heading {
        font-size: 16px;
        scale: 0.9;
    }

    .c-item {
        width: 100%;
        scale: .95;
    }

    .bannerslider .owl-item img {
        height: 250px;
        border-radius: 15px 15px 0 0;
    }

    .caousel-grid {
        gap: 0;
        scale: unset;
    }

    .p-price {
        font-size: 24px;
    }

    span.save-price {
        font-size: 16px;
    }

    .va-tour {
        font-size: 16px;
        height: 40px;
        margin-top: 30px;
    }

    .sec-wcu {
        padding: 0;
    }

    .wcu-grid {
        grid-template-columns: 1fr;
        gap: 30px 20px;
        margin: 0;
        scale: .95;
    }

        .wcu-grid img {
            height: 50px;
            width: auto;
        }

        .wcu-grid > div {
            text-align: center;
            line-height: normal;
            font-size: 18px;
            gap: 10px;
        }

        .wcu-grid p {
            line-height: 22px;
            font-size: 16px;
        }

    .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 p {
        text-align: center;
    }

    .review-txt {
        padding: 0;
        border: 0;
    }

    .R-heading {
        text-align: center;
    }

    .R-rating {
        margin: unset;
    }

    .explore-tours ul {
        padding: 0;
    }

    .content h3 {
        min-height: unset;
        font-size: 22px;
    }

    ul.fac-list {
        scale: .95;
        position: relative;
        left: -15px;
        margin: 0;
    }

    .rating-txt {
        font-size: 20px !important;
    }

    .info-cc span {
        font-size: 16px;
    }

    .code-text {
        margin-top: 10px;
        text-align: center;
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        order: 3;
        margin-bottom: 10px;
    }

    .wcu-grid-offer {
        grid-template-columns: 1fr;
    }

    .wco-heading {
        font-size: 18px;
    }

    .sec-wco {
        padding: 40px 20px;
    }

    .wcu-grid-offer p {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-text-right {
        font-size: 20px;
    }

    .banner-text-left {
        font-size: 20px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .bannerslider img {
        height: 350px;
    }

    .copycode {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        margin-top: 40px;
        padding-bottom: 40px;
        gap: 10px;
    }

    .valentine-flex {
        flex-direction: column;
    }

    .wcu-grid-offer > div {
        gap: 10px;
    }

    .bnr-text h1 {
        font-size: 20px;
        max-width: 95%;
    }

    .bnr-text {
        gap: 15px;
        max-width: 70%;
        bottom: 40px;
    }

    .bnr-btn {
        padding: 10px 20px;
        border-radius: 8px;
        font-size: 20px;
    }

    .main-slider-top {
        min-height: unset;
    }

    .bnr-heading img {
        height: 30px;
    }

    .valentinecode {
        font-size: 16px;
        line-height: normal;
    }

    .object-img img {
        object-position: 0px 90%;
    }

    .copycode .valentinecode {
        font-size: 30px;
    }

    .copycode button {
        padding: 4px 10px;
        border-radius: 8px;
    }

    .topbannerimage2 {
        background-position: left 42% center;
    }

    .panel-group {
        scale: .95;
    }

    .explore-tours {
        scale: .95;
        margin-top: 10px;
    }

    .d-img {
        display: none !important;
    }

    .m-img {
        display: block !important;
    }

    .exploremore .bnr-heading {
        margin: unset;
    }

    .video-sec {
        flex-direction: column-reverse;
        scale: .95;
        padding-top: 0;
        gap: 15px;
    }


        .video-sec > div {
            gap: 10px;
        }

    .video-square {
        width: 100%;
    }

    .sec-banner {
        margin-top: 0;
        padding: 30px 0;
    }

    p.paragraph {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }

    .f1-grid {
        grid-template-columns: 1fr;
        margin-top: 20px;
        gap: 20px 40px;
    }

    .rr-container {
        flex-direction: column;
        margin-top: 0;
        padding: 20px;
        scale: .95;
        gap: 40px;
    }

    .rr-intro {
        width: 100%;
    }

    .rr-carousel-right {
        max-width: 100%;
    }

    .sec-upcoming-prix {
        padding-bottom: 0;
    }

    .topslider {
        min-height: 400px;
    }

    span.r-title {
        text-align: center;
        line-height: 24px;
    }

    .adress-txt {
        min-height: unset;
        line-height: 24px;
    }

    .swal-modal {
        width: 300px;
    }

    .swal-text {
        text-align: center;
        font-size: 18px;
    }

    .dpr-grid-item {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .dpr-title {
        font-size: 24px;
    }

    .dpr-save, .use-code {
        font-size: 16px;
    }

    .pro-price {
        font-size: 26px;
        line-height: 30px;
    }

    .strike-price {
        font-size: 20px;
    }

    .txt-code {
        font-size: 24px;
    }

    .panel-group .panel {
        margin: 0;
    }

    .bnr-heading3 {
        font-size: 26px;
    }

    .bnr-heading1 {
        font-size: 26px;
    }

    #scrolltooffer {
        padding: 10px;
    }

    .dpr-grid-item > div {
        width: 100%;
    }
}
