    *{ font-family: "Roboto", sans-serif;}
    
    .list-img1 {
        list-style-image: url(../svg2/check.svg);
        list-style-position: inside;
    }

    :root {
        --color-1: #010e2d;
        --color-2: #facf2d;
        --color-3: #ea8923;
    }

    @media (min-width:768px) {
        .dropdown:hover .dropdown-menu {
            display: block;
        }
    }

    /* .navbar-nav .nav-item:not(:last-child)::after{
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: #ccc;
} */




    .bg-color-1 {
        background-color: var(--color-1);
    }

    .bg-color-2 {
        background-color: var(--color-2);
    }

    .bg-color-3 {
        background-color: var(--color-3);
    }

    .color-1 {
        color: var(--color-1);
    }

    .color-2 {
        color: var(--color-2);
    }

    .color-3 {
        color: var(--color-3);
    }

    /* .teg{color: var(--color-3);} */

    * {
        /* font-family: "Marcellus", serif; */
        /* font-family: "Tenor Sans", sans-serif; */
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Tenor Sans", sans-serif;
    }

    .btn-dark {
        color: #fff;
        background-color: var(--color-1);
        border-color: var(--color-1);
    }

    .btn-success {
        color: #fff;
        background-color: #2aa81a;
        border-color: #2aa81a;
    }

    .gradient1 {
        background: linear-gradient(90deg, rgba(104, 0, 0, 1) 0%, rgba(104, 0, 0, 1) 50%, rgba(255, 152, 0, 1) 100%);
    }

    .gradient2 {
        background: linear-gradient(0deg, rgba(255, 152, 0, 1) 0%, rgba(255, 152, 0, 1) 50%, rgba(104, 0, 0, 1) 100%);
    }

    .btn {
        text-transform: uppercase;
    }

    .btn-orange {
        color: #ffffff;
        background-color: #ea8923;
        border-color: #ea8923;
    }

    .btn-orange:hover {
        color: #ea8923;
        background-color: #ffffff;
        border-color: #ea8923;
    }

    .bg-orange {
        color: #ffffff;
        background-color: #ea8923;
        border-color: #ea8923;
    }

    .text-orange {
        color: #ea8923;
    }

    .navbar-nav .nav-item{
        text-transform: uppercase;
    }

    .navbar-nav .nav-item .dropdown-menu{
           text-transform: capitalize;
    }

    .heading {
        margin-bottom: 1.5rem;
    }


    .dropdown-menu .dropdown-item {
        margin-bottom: 10px;
    }

    .dropdown-menu .dropdown-item:last-child {
        margin-bottom: 0;
    }

    .dropdown-menu {
        padding: 10px;
        border-radius: 30px;
    }

    .dropdown-menu .dropdown-item {
        border: 1px solid #e1e1e1;
        border-radius: 50px;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #ffffff;
        background-color: #ea8923;
    }


    .inclusions {
        border: 2px solid #ffffff3b !important;
        border-radius: 30px;
    }

    .bg-img-1 {
        position: relative;
        background-image: url('../images/slider/2.jpeg');
        background-size: cover;
        background-position: center;
        z-index: 1;
        background-attachment: fixed;
    }

    .bg-img-1::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #451a2685;
    }

    .ul-icon-1 {
        list-style-image: url(../svg/checklist.svg);
        list-style-position: inside;
    }

    @media (max-width:767px) {
        #carouselHomeSlider .carousel-item {
            height: 64vh;
        }

        .navbar-brand img {
            width: 100px;
        }

        .ws-100 {
            width: 100%;
        }

        .heading {
            text-align: center;
        }
    }

    @media (min-width:768px) {
        #carouselHomeSlider .carousel-item {
            height: 84vh;
        }

        .navbar-brand img {
            width: 135px;
        }
    }

    #carouselHomeSlider .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    #carouselAbout .carousel-item {
        height: 400px;
    }

    #carouselAbout .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }

    .navbar-toggler {
        border: 1px solid var(--color-1);
        ;
        background-color: var(--color-1);
        ;
    }

    header {
        position: fixed;
        width: 100%;
        z-index: 100;
        left: 0;
        background-color: white;
    }

    a {
        text-decoration: none;
    }


    .cl {
        color: #680302;
        font-size: 20px;
    }

    #top-head a {
        color: #ffffff;
    }

    .bottom-fotter {
        border-top: 1px solid #ffffff3d;
    }

    .bottom-fotter p,
    .bottom-fotter a {
        color: #ffffffad;
    }

    .navbar {
        background-color: #ffffff !important;
    }

    .navbar-brand {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #ea8923 !important;
        font-weight: 700;
        font-size: 1.1rem;
    }

    .navbar-nav .nav-link {
        color: #030201 !important;
        position: relative;
        padding: 8px 0;
        transition: all 0.3s ease;
    }

    .navbar-nav .nav-link:hover {
        color: #680302 !important;
    }

    .navbar-nav .nav-link.active {
        color: #680302 !important;
        font-weight: 600;
    }


    .navbar-toggler:focus {
        box-shadow: none;
    }

    .object-fit {
        object-fit: cover;
        object-position: center;
    }

    .owl-theme .owl-controls .owl-buttons div {
        background: #ea8923;
        opacity: 1;
    }

    .back-img-1 {
        position: relative;
        z-index: 1;
    }

    .back-img-1:after {
        background-image: url(../images/red.png);
        content: '';
        background-repeat: repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        z-index: -1;
    }



    .mask1 {
        -webkit-mask-image: url(../images/map.png);
        mask-image: url(../images/map.png);
        mask-repeat: no-repeat;
        mask-size: 100% 100%;
        width: 100%;
        height: auto;
        display: block;
    }

    .mask1 img {
        object-fit: cover;
        object-position: center;
    }

    @media (min-width:768px) {
        .mask1 img {
            height: 450px;
        }
    }

    @media (max-width:767px) {
        #top-head ul {
            text-align: center;
        }

        .cont-m a {
            margin-top: 14px;
            width: 100%;
        }

        .mask1 img {
            height: 300px;
        }


    }






    /** The Keyframes
--------------------------------------**/
    @-webkit-keyframes image-zoom {
        0% {
            -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
            -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
        }

        100% {
            -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
            -webkit-transform-origin: top;
            transform-origin: top;
        }
    }

    @keyframes image-zoom {
        0% {
            -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
            -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
        }

        100% {
            -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
            -webkit-transform-origin: top;
            transform-origin: top;
        }
    }

    #page-slider .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    #page-slider img {
        object-fit: cover;
        height: 100%;
        object-position: center 30%;
    }

    .object-img {
        object-fit: cover;
        height: 100%;
        object-position: center;
    }

    #page-slider .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        place-content: center;
        text-align: center;
        /* background: linear-gradient(90deg, rgba(104, 0, 0, 1) 0%, rgba(104, 0, 0, 1) 50%, rgba(255, 152, 0, 1) 100%); */
    }

    footer ul li {
        padding-bottom: 6px;
        padding-top: 6px;
    }

    footer ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    footer ul li:first-child {
        padding-top: 0;
    }

    footer ul li {
        color: #ffffffad;
    }

    footer h5 {
        color: var(--color-2);
    }

    footer a {
        color: #ffffffad;
    }

    .navbar-toggler {
        color: white;
        font-size: 30px;
    }

    .line-clamp-4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .bg-color {
        background-color: #222021;
    }

    .star .bi-star-fill {
        color: #dd7242;
    }



    #title-slide {
        position: relative;
        height: 50vh;
        overflow: hidden;
    }

    #title-slide .slide-back-img {
        height: 100%;
    }

    #title-slide .slide-back-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .slide-title-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: white;
        place-content: center;
        text-align: center;
        /* background-color: #451a2652; */
    }

    .text-content {
        /* background-color: #00000078; */
        width: fit-content;
        margin: auto;
        padding: 14px;
    }

    footer a:hover {
        color: #fff3b0;
    }

    .page-item.active .page-link {
        z-index: 3;
        color: #fff;
           background-color: #010e2d;
    border-color: #010e2d;
    }

    .page-link {
        color: #010e2d;
    }

    .line-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    #rooms .card {
        background-color: #3e1923;
        border-color: #ffffff47;
    }

    #rooms .card img {
        padding: 4px;
        height: 300px;
        object-fit: cover;
        object-position: center;
    }

    #rooms .card h4 {
        color: #ffdf80;
    }

    #rooms .card p {
        color: white;
    }

    #rooms2 .card img {
        padding: 4px;
        height: 300px;
        object-fit: cover;
        object-position: center;
    }


    .bd {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        color: #ffffff;
    }

    .bd span {
        background-color: #dd7242;
        padding: 2px 20px 8px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    #am .card img {
        height: 350px;
        object-fit: cover;
        object-position: center;
    }

    #am .card .card-body {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        place-content: end;
        background: linear-gradient(0deg, rgb(69 26 38 / 97%) 0%, rgba(69, 26, 38, 0) 30%);
        color: #fff3b0;
    }

    #am .card h4 {
        margin: 0;
    }

    #amenities .card {
        backdrop-filter: blur(2px);
        background-color: #3e192378;
    }

    #amenities .card h4 {
        color: #ffdf80;
    }

    #stay .card {
        backdrop-filter: blur(2px);
        background-color: #3e192378;
    }

    #stay .card h4 {
        color: #ffdf80;
    }

    #testimonials .owl-buttons {
        position: absolute;
        display: flex;
        width: 120%;
        justify-content: space-between;
        margin-left: -10%;
        left: 0;
        top: 44%;
    }

    #testimonials .auther {
        color: #dd7242;
    }

    .testimonials .owl-controls .owl-page span {
        background: #451a26;
    }

    #am-div .icon-img img {
        height: 250px;
        object-fit: cover;
        object-position: center;
    }

    #am-div .card {
        border: none;
        background-color: unset;
    }



    .image-zoom {
        -webkit-animation: image-zoom 15s ease-out both;
        animation: image-zoom 15s ease-out both;
        animation-iteration-count: infinite;
    }

    /** The Keyframes
--------------------------------------**/
    @-webkit-keyframes image-zoom {
        0% {
            -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
            -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
        }

        100% {
            -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
            -webkit-transform-origin: top;
            transform-origin: top;
        }
    }

    @keyframes image-zoom {
        0% {
            -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
            -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
        }

        100% {
            -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
            -webkit-transform-origin: top;
            transform-origin: top;
        }
    }









    .btn {
        white-space: nowrap;
    }

    .ih-400 {
        height: 400px;
        object-fit: cover;
        object-position: center;
    }

    .ih-350 {
        height: 350px;
        object-fit: cover;
        object-position: center;
    }

    .ih-300 {
        height: 350px;
        object-fit: cover;
        object-position: center;
    }

    .ih-250 {
        height: 350px;
        object-fit: cover;
        object-position: center;
    }

    #destinatio1 .card-body {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        place-content: end;
    }

    #destinatio1 .card-body .cover {
        position: relative;
        padding: 12px 25px;
        background-color: #ffffffd4;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
        height: 30%;
        width: 100%;
        text-align: center;
        backdrop-filter: blur(2px);
        color: black !important;
        overflow: hidden;
    }

    #destinatio1 .card {
        border-radius: 108px !important;
    }


    #destinatio1 .card .card-body {
        transition: all 0.5s ease;
    }

    #destinatio1 .card:hover .card-body {
        height: 100% !important;
    }

    #destinatio1 .card:hover .cover {
        height: 100% !important;
        border-radius: 100px !important;
        place-content: center;
        transition: 0.5s all;
    }

    #destinatio1 .card:hover .content {
        display: block !important;
    }



    #destinatio1 .content {
        display: none;
    }

    #destinatio1 .bbtn {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        text-align: center;
    }




    @media (max-width:767px) {
        .man {
            position: relative;
            margin-top: -100px;
            height: 249px;
            bottom: 0;
            width: 50%;
            margin-left: auto;
            margin-right: auto;
        }

        .man::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            background: linear-gradient(0deg, rgb(1 14 45) 6%, rgba(234, 137, 35, 0) 33%, rgba(234, 137, 35, 0) 100%);
            z-index: 1;
        }
    }

    @media (min-width:768px) {
        .man {
            position: relative;
            margin-top: -100px;
            height: 440px;
            bottom: 0;
        }
    }

    .man img {
        position: absolute;
        height: 100%;
        object-fit: cover;
        object-position: top;
        bottom: 0;
    }

    #best ul li {
        border: 1px dashed #ffffff82;
        background-color: #010a20;
        border-radius: 50px;
        color: #ffffff;
        padding: 2px 20px;
        text-align: center;
    }

    #best ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }




    .ih-200 {
        height: 200px;
        object-fit: cover;
        object-position: center;
    }

    .ih-250 {
        height: 250px;
        object-fit: cover;
        object-position: center;
    }

    .ih-300 {
        height: 300px;
        object-fit: cover;
        object-position: center;
    }

    #tour1 .card .card-body {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        color: white;
        height: 100%;
        place-content: flex-end;
        background: linear-gradient(0deg, rgba(1, 14, 45, 0.7) 20%, rgba(1, 14, 45, 0) 50%, rgba(1, 14, 45, 0) 100%);
    }

    .card {
        border-radius: 30px;
        overflow: hidden;
    }

    .btn-arrow {
        position: absolute;
        top: 0;
        right: 0;
        margin: 6px 10px;
        color: #ffffff;
        font-size: 30px;
        z-index: 1;
    }

    .img-zoom {
        overflow: hidden;
    }

    .img-zoom img {
        transition: 0.5s all;
    }

    .zoom-cover .card:hover .img-zoom img {
        transform: scale(1.2);
    }



    .booking-form .form-control,
    .booking-form .form-select {
        background-color: unset;
        padding: 0;
        border: unset;
    }

    .nav-tabs {
        border-bottom: unset;
    }



    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #ffffff !important;
        background-color: #010e2d !important;
        border-color: white;
    }

    /* #tour-tab {
        border-top-left-radius: 20px;
    }

    #taxi-tab {
        border-top-right-radius: 20px;
    } */

    .nav-tabs .nav-item .nav-link {
        background-color: #ffffff00;
        color: black;
    }

    .ipt {
        border: 2px solid #ffffff66;
        padding: 6px 10px;
        border-radius: 50px;
    }

    .booking-form input::placeholder,
    .booking-form textarea::placeholder,
    .booking-form input {
        color: #ffffff;
        opacity: 1;
        /* Important for full white color */
    }

    .booking-form select {
        background-color: transparent;
        border: 1px solid #ffffff;
        color: #ffffff;
    }

    #slide-content {
        bottom: 42%;
        text-align: center;
        position: absolute;
        left: 0;
        width: 100%;
    }


    #slide-content .slide-content-cover {
        /* background-color: #010e2d82;
                padding: 20px;
                border-radius: 20px;
                backdrop-filter: blur(2px);
                border: 1px solid #ffffff57; */
    }

    #slide-content ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    /* #slide-content ul li {
                border-left: 2px solid #ffffff57;
                padding: 0px 10px;
            } */

    #slide-content ul li {
        background-color: #010e2d82;
        padding: 3px 10px;
        border-radius: 20px;
        backdrop-filter: blur(2px);
        border: 1px solid #ffffff57;
        text-transform: uppercase;
    }

    #slide-content ul li a {
        color: white;
    }

    /* #slide-content ul li i {
                background-color: #ea8923;
                padding: 3px 9px;
                border-radius: 50px;
            } */

    #slide-content h2 {
        font-weight: 600;
        text-transform: uppercase;
        text-shadow: 3px 3px 20px black;
    }



    @media (min-width:767px) {
        #slideform {
            position: relative;
        }

        #slideform .booking-form {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
        }

        /* .tab-pane {
            background-color: #02061780;
            padding: 24px;
            border-radius: 30px;
            backdrop-filter: blur(2px);
            border: 2px solid #ffffff66;
            color: white;
        } */
    }

    @media (max-width:768px) {
        /* .tab-pane {
            background-color: #010e2d;
            padding: 24px;
            border-radius: 30px;
            backdrop-filter: blur(2px);
            border: 2px solid #ffffff66;
            color: white;
        } */

        .booking-form {
            margin-top: -88px;
            position: relative;
        }
    }

    #carouselHomeSlider .carousel-caption {
        bottom: unset;
        top: 38%;
    }



    .back-form {
        background-color: #02061780;
        padding: 24px;
        border-radius: 30px;
        backdrop-filter: blur(2px);
        border: 2px solid #ffffff66;
        color: white;
    }




    .mask {
        -webkit-mask-image: url('../images/shape-1.png');
        mask-image: url('../images/shape-1.png');
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        width: 100%;
        height: auto;
        display: block;
    }

    @media (min-width:767px) {
        .mask {
            height: 400px;
        }
    }

    @media (max-width:767px) {
        .mask {
            height: 200px;
        }
    }

    .mask img {
        height: 100%;
    }

    .shape-box {
        position: relative;
        width: 100%;
    }

    .shape-box>img {
        position: absolute;
        height: 100%;
        width: 53%;
        right: 0;
        z-index: 1;
    }

    #carouselAboutSlider,
    #carouselAboutSlider .carousel-inner,
    #carouselAboutSlider .carousel-inner .carousel-item {
        height: 100%;
    }

    @media (max-width:767px) {
        #page-title {
            position: relative;
            height: 50vh;
        }
    }

    @media (min-width:768px) {
        #page-title {
            position: relative;
            height: 81vh;
        }
    }

    #page-title .page-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #page-title .page-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        place-content: center;
        /* background-color: #010e2d69; */
        color: white;
    }

    #page-title .page-img img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }


        .page-head-cover {
        position: relative;
        background-color: #010e2d8a;
        width: fit-content;
        padding: 20px;
        backdrop-filter: blur(2px);
        border-radius: 30px;
            margin: auto;
            
    }

    .page-head-cover::before {
        content: '';
        position: absolute;
        width: 30%;
        height: 110%;
        border: 3px solid #ffc107;
        border-right: unset;
        border-radius: 30px 0 0 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -2%;
    }

    .page-head-cover::after {
        content: '';
        width: 30%;
        height: 110%;
        border-right: unset;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: unset;
        right: -2%;
        border: 3px solid #ffc107;
        border-left: unset;
        border-radius: 0 30px 30px 0;
    }


    #cityTexi .city li {

        padding: 6px 14px;
        border-radius: 50px;
        border: 2px solid #ffffff3b;
        box-shadow: 0px 0px 10px 0px #0000004a, 0px 0px 10px 0px #ffffff4a inset;
    }

    #cityTexi .city li a {
        color: white;
    }

    #cityTexi .city li:hover a {
        color: #FFC107;
    }

    #cityTexi .city li:hover {
        border-color: #FFC107;
    }


    .listBox1 li {

        padding: 6px 14px;
        border-radius: 50px;
        border: 2px solid #ffffff3b;
        box-shadow: 0px 0px 10px 0px #0000004a, 0px 0px 10px 0px #ffffff4a inset;
    }

    .listBox1 li a {
        color: white;
    }

    .listBox1 li:hover a {
        color: #FFC107;
    }

    .listBox1 li:hover {
        border-color: #FFC107;
    }

    @media (min-width:768px) {
        .accordion-1 .accordion {
            column-count: 2;
        }
    }

    .accordion-1 .accordion-item {
        margin-bottom: 20px;
        border: 1px solid #010e2d47 !important;
        border-radius: 20px !important;
        overflow: hidden;
        box-shadow: 5px 7px 0px rgb(0 0 0 / 8%) !important;
    }

    .accordion-1 .accordion-item h5 {
        margin: 0;
    }

    .accordion-1 .accordion-button:not(.collapsed) {
        color: #ea8923;
        background-color: #fff3e7;
        box-shadow: unset;
    }

    .att-ul li {
        padding: 2px 14px;
        border-radius: 50px;
        border: 2px solid #ffffff3b;
        box-shadow: 0px 0px 10px 0px #0000004a, 0px 0px 10px 0px #ffffff4a inset;
    }


    .day h5 {
        width: fit-content;
        border: 1px solid #ea8923;
        padding: 10px 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        background-color: #ea8923;
        border-bottom: unset;
        color: white;
    }

    .day h5 {
        margin: 0;
        margin: auto;
    }

    .itinerary .card {
        background-color: #fff3e7;
        border-color: #ea8923;
    }

    .itinerary {
        position: relative;
        height: 100%;
    }

    .itinerary::after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 2px;
        background-color: #ea8923;
        left: 50%;
        z-index: -1;
    }



    .accordion-2 .accordion-item {
        background-color: #ffffff00;
        border-radius: 30px;
        border: 2px solid #ffffff3b !important;
        box-shadow: 0px 0px 10px 0px #0000004a, 0px 0px 10px 0px #ffffff4a inset;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .accordion-2 .accordion-button {
        padding: 12px;
        color: #ea8923 !important;
        background-color: #010b22 !important;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;
        border-bottom: 2px solid #ffffff3b !important;
    }

    .accordion-2 .accordion-button h5 {
        margin: 0;
    }

    .accordion-2 .accordion-body {
        color: white;
    }

    .accordion-2 .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293z'/%3E%3C/svg%3E") !important;
    }

    .accordion-2 .day {
        background-color: #ea8923;
        margin: 0;
        color: white;
        padding: 4px 10px;
        border-radius: 20px;
        text-transform: uppercase;
    }



   .shape-banner {
        height: 100%;
        width: 100%;
    }

    .shape-banner {
        height: 100%;
        width: 100%;
    }

    .shape-banner .mask {
        height: 100%
    }

    .object-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .shape-banner .sp-1,
    .shape-banner .sp-2,
    .shape-banner .sp-3 {
        height: 100%;
        position: absolute;
        width: 40%;
        top: 0;
        width: 43.50%;
        top: 0;
    }

    .shape-banner .sp-1 {
        left: 0;
    }

    .shape-banner .sp-2 {
        left: 14.30%;
        width: 71.30%;
    }

    .shape-banner .sp-3 {
        right: 0;
    }

    .shape-banner .mask1 {
        -webkit-mask-image: url(../images/s-shape-1.png);
        mask-image: url(../images/s-shape-1.png);
        mask-repeat: no-repeat;
        mask-size: 100% 100%;
        width: 100%;
    }

    .shape-banner .mask2 {
        -webkit-mask-image: url(../images/s-shape-2.png);
        mask-image: url(../images/s-shape-2.png);
        mask-repeat: no-repeat;
        mask-size: 100% 100%;
        width: 100%;
    }

    .shape-banner .mask3 {
        -webkit-mask-image: url(../images/s-shape-3.png);
        mask-image: url(../images/s-shape-3.png);
        mask-repeat: no-repeat;
        mask-size: 100% 100%;
        width: 100%;
    }


        .banner-content {
        /* max-width: 755px; */
        width: 100%;
        margin: 0 auto;
        position: relative;
        text-align: center;
        padding: 0 10%;
    }

    .vector {
        width: 10%;
        height: 91%;
        border: 2px dashed #ffc107;
        border-right: unset;
        border-radius: 20px 0 0 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .vector::before {
        content: "";
        position: absolute;
        top: -5px;
        right: -5px;
        width: 8px;
        height: 8px;
        background-color: #ffc107;
        border-radius: 50%;
    }

    .vector::after {
        content: "";
        position: absolute;
        bottom: -5px;
        right: -5px;
        width: 8px;
        height: 8px;
        background-color: #ffc107;
        border-radius: 50%;
    }

    .vector.two {
        left: unset;
        right: 0;
        border: 2px dashed #ffc107;
        border-left: unset;
        border-radius: 0 20px 20px 0;
    }

    .vector.two::before {
        right: unset;
        left: -2px;
    }

    .vector.two::after {
        right: unset;
        left: -2px;
    }








       .vector2 {
        width: 10%;
        height: 91%;
        border: 2px dashed #ea8923;
        border-right: unset;
        border-radius: 20px 0 0 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .vector2::before {
        content: "";
        position: absolute;
        top: -4px;
        right: -4px;
        width: 8px;
        height: 8px;
        background-color: #ea8923;
        border-radius: 50%;
    }

    .vector2::after {
        content: "";
        position: absolute;
        bottom: -4px;
        right: -4px;
        width: 8px;
        height: 8px;
        background-color: #ea8923;
        border-radius: 50%;
    }

    .vector2.two2 {
        left: unset;
        right: 0;
         border: 2px dashed #ea8923;
        border-left: unset;
        border-radius: 0 20px 20px 0;
    }

    .vector2.two2::before {
        right: unset;
        left: -2px;
    }

    .vector2.two2::after {
        right: unset;
        left: -2px;
    }


    .back-img-2 {
        background-image: url('../images/slider/4.jpg');
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        z-index: 1;
        color: white;
    }

    .back-img-2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.6;
        background-color: #020617;
    }



    .hk-button {
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
      color: white !important;
}

/* rotating gradient */
.hk-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: conic-gradient(#ffc107, #000, #ea8923, #fff);
  animation: spin 3s linear infinite;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.hk-button:hover{color:white}

/* inner layer */
.hk-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #ea8923; /* Bootstrap warning color */
  transform: translate(-50%, -50%);
  border-radius: 50rem; /* Bootstrap rounded-pill */
  z-index: 1;
}

/* text */
.hk-button span {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

/* animation */
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* hover */
.hk-button:hover {
  transform: scale(1.05);
  transition: 0.3s ease;
}





/* :root {
  --radius: 10px;
  --border: 4px;
}

.hk-button {
  padding: 15px 40px;
  background: #000;
  color: #fff;
  font-family: monospace;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;

  animation: glow 2s linear infinite;
}


.hk-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: conic-gradient(#fff, #000, #409, #fff);
  animation: spin 3s linear infinite;
  transform: translate(-50%, -50%);
}


.hk-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - var(--border));
  height: calc(100% - var(--border));
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%);
  border-radius: var(--radius);
}


.hk-button span {
  position: relative;
  z-index: 2;
  font-size: 16px;
  text-transform: uppercase;
}


@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 5px #409;
  }
  50% {
    box-shadow: 0 0 20px #409;
  }
} */



  .marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  max-width: 400px; /* adjust as needed */
}

.marquee-text {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 50s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}



.page-title{font-weight: 600;
    text-transform: uppercase;
    text-shadow: 3px 3px 20px black;
    /* letter-spacing: 4px; */
}









    .itinerary2 .day {
        width: 50px;
        height: 50px;
        min-width: 50px;
        flex-shrink: 0;
        background-color: #ea8923;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 20px;
        margin-top: -10px;

        border-radius: 50px;
        border: 2px solid #ffffff8c;
        box-shadow: 0px 0px 10px 0px #000000, 0px 0px 10px 0px #010e2d inset;
        padding: 17px;
    }

    .itinerary2 {
        position: relative;
        z-index: 1;
    }

    .itinerary2::before {
        content: '';
        position: absolute;
        height: 100%;
        left: 25px;
        border-left: 2px dashed #ffffff8c;
        z-index: -1;
    }

    .inright {
        margin-bottom: 30px;
        padding: 0;
        position: sticky !important;
        top: 100px;
    }

@media (max-width:767px) {
    .teg-box2{        display: flex;
    flex-direction: column;
    gap: 12px;} 
}    
@media (min-width:768px) {
    .teg-box2{    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;} 
}
    .teg-box2 li{
        padding: 6px 14px;
    border-radius: 50px;
    border: 2px solid #ea8923ab;
    box-shadow: 0px 0px 10px 0px #ea892361, 0px 0px 10px 0px #ea8923 inset;
    color: #010e2d;
    font-weight: 600;
    text-align: center;
    }


    .modal{    background-color: #010e2da3;
    backdrop-filter: blur(2px);}


          #tempo .card {
        border-width: 2px;
        background-color: #ffffff1f;
        border-color: #ffffff4a;
    }

    #tempo .seater {
           position: absolute;
    left: 12px;
    top: 5px;
    background-color: #ea8923;
    border-radius: 30px;
    padding: 2px 20px;
    font-size: 14px;
    }
    .seater2 {
   position: absolute;
    left: 12px;
    top: 5px;
    background-color: #ea8923;
    border-radius: 30px;
    padding: 2px 15px;
    font-size: 14px;
    color:white;
    }


    .page-head-cover a{color: #FFC107;}

    .owl-theme .owl-controls .owl-buttons div{
    padding: 0px 11px!important;
    background: #ea8923!important;
    opacity: 1!important;
    }


        #group .card img {
        height: 230px;
        object-fit: cover;
        object-position: top;
    }

    #group .card h4 {
        margin: 0;
    }


    #top-head ul li {
    position: relative;
    padding: 0 10px;
}

#top-head ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 1px;
    background-color: #ffffff;
}



    @media (max-width:768px) {
        .g-column {
            column-count: 2;
        }
    }

    @media (min-width:767px) {
        .g-column {
            column-count: 4;
        }
    }

    main a {
        color: #000000;
    }

    main a:hover {
        color: #ea8923;
    }

    #transport .card {
        background-color: #010a20;
        padding: 6px;
        border: 1px solid #ffffff2e;
    }

    .btnItem a {
        margin-bottom: 8px;
    }

    .btnItem a::last-chlid {
        margin-bottom: 0px;
    }

    @media (hover: none) and (pointer: coarse) {
        .call-btn {
            display: block;
        }
    }

    #testimonials .owl-buttons {
        position: absolute;
        display: flex;
        width: 120%;
        justify-content: space-between;
        margin-left: -10%;
        left: 0;
        top: 44%;
    }


    .form-box-2 {
        margin-top: -134px;
        overflow: hidden;
    }

    .form-box-2 .ipt {
        border: 2px solid #00000024;
        padding: 0px 10px;
        border-radius: 50px;
    }

    .form-box-2 .form-control,
    .form-box-2 .form-select {
        border: unset;
        padding-left: 0;
    }


    .form-box-2 .form-control:focus {
        box-shadow: unset;
    }

    .form-box-2 .card-form-cover {
        padding: 10px;
        background-color: white;
        position: relative;
        border-radius: 30px;
        z-index: 1;
    }

    .form-box-2 .card-form-cover::before {
        content: '';
        position: absolute;
        top: 56px;
        left: -30px;
        width: 50px;
        height: 50px;
        background-color: #ffffff00;
        border-bottom-right-radius: 56px;
        border-width: 20px;
        border-style: solid;
        border-color: white;
        border-top: none;
        border-left: none;
        z-index: -1;

    }

    .form-box-2 .card-form-cover::after {
        content: '';
        position: absolute;
        top: 56px;
        right: -30px;
        width: 50px;
        height: 50px;
        background-color: #ffffff00;
        border-bottom-left-radius: 56px;
        border-width: 20px;
        border-style: solid;
        border-color: white;
        border-top: none;
        border-right: none;
        z-index: -1;
    }

    .form-box-2 .nav-tabs .nav-link {
        border: none;
    }

    .form-box-2 .nav-tabs {
        border-radius: 30px;
        width: fit-content;
        overflow: hidden;
        background-color: #fff3e7;
        border: 2px solid #ffd4a7;
        margin: auto;
    }

    .form-box-2 .nav-tabs .nav-item .nav-link {
        padding: 6px 30px;
        text-transform: uppercase;
    }

    .form-box-2 {
        margin-top: -134px;
        overflow: hidden;
    }

    .form-box-2 .ipt {
        border: 2px solid #00000024;
        padding: 0px 10px;
        border-radius: 50px;
    }

    .form-box-2 .form-control,
    .form-box-2 .form-select {
        border: unset;
        padding-left: 0;
    }


    .form-box-2 .form-control:focus {
        box-shadow: unset;
    }

    .form-box-2 .card-form-cover {
        padding: 20px;
        background-color: white;
        position: relative;
        border-radius: 30px;
    }

    .form-box-2 .card-form-cover::before {
        content: '';
        position: absolute;
        top: 56px;
        left: -30px;
        width: 50px;
        height: 50px;
        background-color: #ffffff00;
        border-bottom-right-radius: 56px;
        border-width: 20px;
        border-style: solid;
        border-color: white;
        border-top: none;
        border-left: none;

    }

    .form-box-2 .card-form-cover::after {
        content: '';
        position: absolute;
        top: 56px;
        right: -30px;
        width: 50px;
        height: 50px;
        background-color: #ffffff00;
        border-bottom-left-radius: 56px;
        border-width: 20px;
        border-style: solid;
        border-color: white;
        border-top: none;
        border-right: none;
    }

    .form-box-2 {
        margin-top: -134px;
        overflow: hidden;
    }

    .form-box-2 .ipt {
        border: 2px solid #00000024;
        padding: 0px 10px;
        border-radius: 50px;
    }

    .form-box-2 .form-control,
    .form-box-2 .form-select {
        border: unset;
        padding-left: 0;
    }

    .form-box-2 .form-control:focus {
        box-shadow: unset;
    }

    .form-box-2 .card-form-cover {
        padding: 10px;
        background-color: white;
        position: relative;
        border-radius: 30px;
        z-index: 1;
    }

    .form-box-2 .card-form-cover::before {
        content: '';
        position: absolute;
        top: 56px;
        left: -30px;
        width: 50px;
        height: 50px;
        background-color: #ffffff00;
        border-bottom-right-radius: 56px;
        border-width: 20px;
        border-style: solid;
        border-color: white;
        border-top: none;
        border-left: none;
        z-index: -1;

    }

    .form-box-2 .card-form-cover::after {
        content: '';
        position: absolute;
        top: 56px;
        right: -30px;
        width: 50px;
        height: 50px;
        background-color: #ffffff00;
        border-bottom-left-radius: 56px;
        border-width: 20px;
        border-style: solid;
        border-color: white;
        border-top: none;
        border-right: none;
        z-index: -1;
    }


    #attractions1 .card-body {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        transform: scale(0);
        transition: 0.5s all;
    }

    #attractions1 .card-body .cover {
        position: relative;
        padding: 12px 25px;
        background-color: #ffffffbd;
        height: 100%;
        width: 100%;
        text-align: center;
        backdrop-filter: blur(2px);
        color: black !important;
        overflow: hidden;
        border-radius: 30px;
    }

    #attractions1 .active .card-body {
        transform: scale(1);
    }

    #attractions1 .bbtn {
        position: absolute;
        bottom: 6px;
        width: 100%;
        text-align: center;
    }

    .title-h {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .title-h h5 {
        background-color: #ea8923;
        color: white;
        margin: 10px;
        border-radius: 30px;
        padding: 3px 12px;
        width: fit-content;
    }

    #attractions1 .active .title-h {
        display: none;
    }

    .join {
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 100;
        /* margin: 12px; */
        padding: 10px;
    }

    @media (max-width:768px) {
        .join {
            position: fixed;
            text-align: center;
            width: 100%;
            left: 0;
            bottom: 0;
        }

        .join .booking,
        .join .booking a {
            width: 100%;
        }

        .join ul {
            display: flex;
            gap: 3px;
        }
    }

    #top-head {
        transition: margin-top .5s ease;
    }

        #choose-tempo .card img {
        height: 200px;
        object-fit: cover;
        object-position: center;
    }
    
    
    
        @media (min-width: 768px) {
    #page-title2 {
        position: relative;
        height: 50vh;
    }
}
#page-title2 .page-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    place-content: center;
    /* background-color: #010e2d69; */
    color: white;
}
#page-title2 .page-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#page-title2 .page-img img {
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
}

.text-line-3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
.card-img-1{height: 200px;
width: 100%;
    object-position: center;
    object-fit: cover;}