<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('main.css');
body {
    font-family: 'Outfit', sans-serif;
}

.IconOuterDiv {
    font-size:1.25rem;display: inline-block;height: 2em;line-height: 2em;position: relative;vertical-align: middle;width: 2.5em;
}
.IconOuterCircle {
    font-size: 2em;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.UTWhyUsPopUpVideoDiv {
    position: absolute;
    right: 109px;
    top: 22px;
}

.IconInsideCircle {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    line-height: inherit!important;
}
.UTBlogLgImgHt {
    max-height: 350px !important;
}
.UTBlogSlImgHt {
    max-height: 250px!important;
}
.UTTerrainPlacesWh {
    width: 23%;
}
.UTLeftSideImgHt {
    width: 100%;
    height: 430px;
    object-fit: cover;
}
.UTTopPlacesHt{
    height:196px;
}
/* WhyUs Page Css Start*/
.UTFollowMyTripMoreTrips {
    height: 250px;
}


.UTSearchBarMeVw {
    background: #fff;
    height: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.8s;
    box-shadow: 4px 4px 6px 0 rgba(255,255,255,.3), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

    .UTSearchBarMeVw:hover &gt; .UTSearchBarInputMeVw {
        width: 100px;
    }

    .UTSearchBarMeVw .UTSearchBarInputMeVw {
        background: transparent;
        border: none;
        outline: none;
        width: 50px;
        font-weight: 500;
        font-size: 13px;
        transition: 0.8s;
    }

    .UTSearchBarMeVw .UTSearchBarBtnMeVw .fas {
        color: #5cbdbb;
    }

.UTBlogIntBannerTitle{
    font-size:var(--Pl40);
}
.UTBlogIntBannerSubTitle {
    font-size: var(--Pl28);
}
.UTBlogAuthorName{
    font-size:var(--Pl22);
}
.UTBlogPublishDate{
    font-size:var(--Pl16);
}
.UTBlogInternalWh{
    width:70%;
}
.UTBlogIntTitle{
    font-size:var(--Pl32);
}
.UTBlogInternalForm{
    width:40%;
}
.UTWhyUsValuesDv {
    width: 30%;
    display: flex;
    align-items: center;

}
.UTFollowMyTrip2DvWh{
    width:23%;
}
.UTFollowMyTrip2DvHt{
    height:250px;
}
.UTFollowMyTrip2TravelerDv {
    width: 21%;
    bottom: 4%;
    left: 5%;
    height: 58px;
}
.UTReviewCircularImge {
    height: 240px;
    width: 240px;
    overflow: hidden;
}
.CrBdSideNav {
    background-color: rgba(227, 107, 152, 0.89) !important;
}
.UTReviewsDvHtInMeVw {
    height: 300px;
}
.UtHotelImgHt {
    max-height: 380px !important;
}
.UtPackageInImgHt{
    max-height:380px;
}
.NavToggleBtnPn {
    position: absolute;
    left: 90%;
    top: 0;
    background: black;
    padding: var(--Pl2);
}

.SlideContainerHt {
    height: 400px;
}

    @media(max-width:786px) {

        .SlideContainerHt {
            height: 200px;
        }

        .UTTopPlacesHt {
            max-height: 170px;
        }

        .UtPackageInImgHt {
            max-height: 250px !important;
        }

        .UtHotelImgHt {
            max-height: 250px !important;
        }

        .UTBookNowFormInMeVw {
            background-color: #ffff;
            position: fixed;
            z-index: 9999999;
            bottom: 0;
            left: 0;
        }

        .UTFollowMyTrip2TravelerDv {
            height: 31px;
        }

        .UTFollowMyTrip2DvHt {
            height: 150px !important;
        }

        .UTFollowMyTrip2DvWh {
            width: 47%;
        }

        .UTWhyUsValuesDv {
            width: 43%;
            font-size: var(--Pl12);
        }

            .UTWhyUsValuesDv i {
                font-size: var(--Pl19) !important;
            }

        .UTWhyUsBannerSlider {
            height: 80px;
        }

        .UTMonthByPlacesBanner {
            height: 260px !important;
        }

            .UTMonthByPlacesBanner .FtSz40 {
                font-size: var(--Pl27) !important;
            }

        .UTBlogInternalForm {
            width: 75%;
        }

        .UTBlogIntTitle {
            font-size: var(--Pl22);
        }

        .UTBlogInternalWh {
            width: 80%;
        }

        .UTBlogPublishDate {
            font-size: var(--Pl13);
        }

        .UTBlogAuthorName {
            font-size: var(--Pl18);
        }

        .UTBlogIntBannerSubTitle {
            font-size: var(--Pl15);
        }

        .UTBlogIntBannerTitle {
            font-size: var(--Pl26);
        }

        .UTBlogInternalBanner {
            height: 140px !important;
        }

        .AeVeSlBlogDvHt {
            height: 500px;
        }

        .AeVeSlPlcByMnthHt {
            height: 470px;
        }

        .UTBlogSlImgHt {
            max-height: 150px !important;
        }

        .UTBlogLgImgHt {
            height: 133px !important;
        }

        .UTTerrainPlacesWh {
            width: 65%;
            margin-right: 9px;
        }

        .UTLeftSideImgHt {
            height: 220px;
        }

        .UTFollowMyTripMoreTrips {
            height: 165px !important;
        }

        .UtWhyUsBannerDiv {
            height: 270px !important;
        }

        .UTFollowMyTripBanner, .UTFollowMyTrip3Banner {
            height: 350px !important;
        }

        .UTWhyUsBannerWrapper {
            max-height: 240px !important;
        }

        .UTFollowMyTrip2Banner {
            height: 220px !important;
        }

        .UTFollowMyTrip2BannerTitle {
            font-size: var(--Pl22) !important;
        }

        .UTFollowMyTrip2BannerSubTitle {
            font-size: var(--Pl17) !important;
        }

        .AeVeSlBlogDvHt h2 {
            font-size: var(--Pl18) !important;
        }

        .UTCareerBanner {
            height: 250px !important;
        }

            .UTCareerBanner .FtSz52 {
                font-size: var(--Pl20) !important;
            }

            .UTCareerBanner .FtSz24 {
                font-size: var(--Pl16) !important;
            }

        .UTCareerDvTitle {
            font-size: var(--Pl27) !important;
        }

        .UTCareerDvSubTitle {
            font-size: var(--Pl15) !important;
        }

        .UTCareerLogoPn {
            top: -42px !important;
            left: 0% !important;
        }
    }

    .UTReviewIconSz {
        max-height: 358px;
        max-width: 356px;
    }

    .UTCareerLogoPn {
        top: -77px;
        left: 25%;
    }

    .UTCareerDvHtSl {
        height: 370px;
        padding: 4px;
    }

    .UTCareerDvSubTitle {
        font-size: var(--Pl18);
    }

    .UTCareerDvTitle {
        font-size: var(--Pl40);
    }

    .UTFollowMyTrip2BannerSubTitle {
        font-size: var(--Pl28);
    }

    .UTFollowMyTrip2BannerTitle {
        font-size: var(--Pl40);
    }

    .UTHotelsallSyDv {
        position: sticky;
        top: 60px;
        height: 100%;
    }

    .UTHotelsallSyDv_1 {
        position: sticky;
        top: 89px;
    }

    .UTHotelsallSyDv_2 {
        position: sticky;
        top: 45px;
        z-index: 99;
    }

    .UTHotelsallSyDv_3 {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .UTHotelSyDv {
        position: sticky;
        top: 60px;
        height: 100%;
    }

    .UTHotelSyDv_1 {
        position: sticky;
        top: 83px;
    }

    .UTHotelSyDv_2 {
        position: sticky;
        top: 45px;
        z-index: 99;
    }

    .UTHotelSyDv_3 {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .UTHnymnPckgSyDv {
        position: sticky;
        top: 45px;
        height: 100%;
    }

    .UTFollowMyTrip3Banner {
        height: 460px;
        overflow: hidden;
        object-fit: cover;
    }

    .UTFollowMyTrip3SyDv {
        position: sticky;
        top: 10%;
        height: 100%;
    }

    .UTFollowMyTrip2Banner {
        height: 370px;
        overflow: hidden;
        object-fit: cover;
    }

    .UTFollowMyTripBanner {
        height: 510px;
        overflow: hidden;
        object-fit: cover;
    }

    .UTWhyUsBannerWrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        max-height: 80vh; /* Change max-width to max-height */
        height: 100%;
        overflow-y: auto; /* Change overflow-x to overflow-y for vertical scroll */
        scroll-snap-type: y; /* Change x to y for vertical scroll */
        cursor: grab;
        scroll-behavior: smooth;
        scrollbar-width: none; /* for firefox */
    }

        .UTWhyUsBannerWrapper::-webkit-scrollbar { /* for chrome */
            display: none;
        }

    .UTWhyUsBannerSlider {
        min-width: calc(33.33% - .5rem);
        scroll-snap-align: start;
        user-select: none;
        border: 5px solid #f0f8ff1c;
    }


    .UTWhyUsBannerSliderHighlighted {
        transform: scale(0.95);
        transition: transform 0.5s ease;
    }

    .UTarrow-left {
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 9999;
    }

    .UTarrow-right {
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 9999;
    }


    .UtWhyUsBannerDiv {
        height: 85vh;
        width: 100%;
        object-fit: cover;
        Position: relative;
    }
    /*WhyUs Page Css End*/


    /*MonthByPlaces Css Start*/
    .UTMonthByPlacesBanner {
        height: 370px;
        overflow: hidden;
        object-fit: cover;
    }

    .UTMnByPlacesSyDv {
        position: sticky;
        top: 10%;
        height: 100%;
    }
    /*MonthByPlaces Css End*/


    /* Career Page Start  Css */
    .UTCareerBanner {
        height: 460px;
        overflow: hidden;
        object-fit: cover;
        background-image: url('/Image/career.jpg');
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .UTCareerAboutBanner {
        object-fit: cover;
        background-image: url('/Image/career.jpg');
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .UTDotBd {
        background-image: radial-gradient(#323232 1px, transparent 1px);
        background-size: 18px 18px;
    }

    .UTCareerUTCareerSyDv_3 {
        position: sticky;
        top: 0;
        z-index: 999;
    }
    /* Career Page End  Css */
    /*BlogInternal Page Css Start*/
.UTBlogInternalBanner {
    height: 140px;
    overflow: hidden;
    object-fit: cover;
    background: linear-gradient(45deg,#ffbe4175,#ff4b2b);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    /*BlogInternal Page Css End*/
    .otherPagesClass::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/Image/Ntre.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        filter: blur(4px);
        z-index: -1;
    }

    .otherPagesClass {
        min-height: 110px !important;
    }

        .otherPagesClass::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.29);
            z-index: -1;
        }

    .UTNavLinks {
    }

    .UTNavLinkActive {
        color: green;
    }

    .HyIaCd {
        position: relative;
        width: 100%;
        height: 345px;
        text-decoration: none;
        display: block;
    }


    .HyIaCd_content {
        display: flex;
        flex-direction: column;
        padding: var(--Pl10);
        margin: auto;
        margin-top: auto;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        transform: translateY(calc(100% - 86px));
        transition: transform 1s;
        justify-content: center;
    }

    .HyIaCd_content_2 {
        display: flex;
        flex-direction: column;
        padding: var(--Pl10);
        margin: auto;
        margin-top: auto;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        transform: translateY(calc(100% - 48px));
        transition: transform 1s;
        justify-content: center;
    }

    .HyIaCd_details {
        justify-content: center;
        width: 100%;
    }

        .HyIaCd_details h3 {
            font-size: var(--Pl19);
        }

        .HyIaCd_details h4 {
            color: lightgray;
            font-size: var(--Pl14);
            font-weight: 100;
        }

    .HyIaCd_hidden {
        color: #fff;
        transition: all 700ms;
        transform: translateY(100%);
    }

    .HyIaCd:hover .HyIaCd_image {
        transform: scale(1.1);
    }

    .HyIaCd:hover .HyIaCd_content, .HyIaCd:hover .HyIaCd_content_2 {
        transform: translateY(calc(2px));
    }

    .HyIaCd:hover .HyIaCd_hidden {
        transform: translateY(0%);
    }

    .HyIaCd:hover .HyIaCd_Bn {
        transform: translateY(0%);
    }

    .HyIaCd_Bn {
        width: 100%;
        transition: transform 2s;
        transform: translateY(50px);
        padding-top: var(--Pl5);
    }


    #hexGrid {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        overflow: hidden;
        list-style-type: none;
    }

    .hex {
        position: relative;
        visibility: hidden;
        outline: 1px solid transparent; /* fix for jagged edges in FF on hover transition */
        transition: all 0.5s;
        backface-visibility: hidden;
        will-change: transform;
        transition: all 0.5s;
        border: 3px solid transparent;
    }

        .hex::after {
            content: '';
            display: block;
            padding-bottom: 86.602%; /* =  100 / tan(60) * 1.5 */
        }

    .hexIn {
        position: absolute;
        width: 96%;
        padding-bottom: 110.851%; /* =  width / sin(60) */
        margin: 2%;
        overflow: hidden;
        visibility: hidden;
        outline: 1px solid transparent; /* fix for jagged edges in FF on hover transition */
        -webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
        -ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
        transform: rotate3d(0,0,1,-60deg) skewY(30deg);
        transition: all 0.5s;
        -webkit-clip-path: polygon(0 0, 88% 0, 100% 0%, 100% 100%, 0% 100%, 0 89%, 0 0, 0 0);
        clip-path: polygon(0 0, 88% 0, 100% 0%, 100% 100%, 0% 100%, 0 89%, 0 0, 0 0);
    }

        .hexIn:hover {
            transition: all 0.5s;
            -webkit-clip-path: polygon(0 0, 88% 0, 109% 20%, 100% 100%, 11% 100%, 0 89%, 0 0, 0 0);
            clip-path: polygon(0 0, 88% 0, 109% 20%, 100% 100%, 11% 100%, 0 89%, 0 0, 0 0);
        }

        .hexIn * {
            position: absolute;
            visibility: visible;
            outline: 1px solid transparent; /* fix for jagged edges in FF on hover transition */
        }

    .hexLink {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        overflow: hidden;
        -webkit-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
        -ms-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
        transform: skewY(-30deg) rotate3d(0,0,1,60deg);
    }




    /*** HEX CONTENT **********************************************************************/
    .hex img {
        left: -100%;
        right: -100%;
        width: auto;
        height: 100%;
        margin: 0 auto;
    }

    .hex h1 {
        width: 100%;
        padding: 5%;
        box-sizing: border-box;
        font-weight: 300;
        opacity: 1;
    }


    #demo1 {
        text-transform: capitalize;
        text-align: center;
        text-shadow: var(--Pl2) var(--Pl2) var(--Pl2) rgb(var(--CrBe));
        padding-top: 45%;
        font-size: 1.3em;
        z-index: 1;
    }


    .img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-position: center center;
        background-size: cover;
        overflow: hidden;
        -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    }

        .img:before, .img:after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            content: '';
            opacity: 1;
            transition: opacity 0.5s;
        }

        .img:before {
            background: rgba(22, 103, 137, 0.3)
        }

        .img:after {
            background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.2), transparent);
        }

    /*** HOVER EFFECT  **********************************************************************/

    .IyBn::before {
        content: '';
        background-color: rgb(var(--CrBe) / .7);
        width: 5px;
        height: 42px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        left: 0;
        top: 8px;
        position: absolute;
        transition: width 0.2s ease-out;
    }

    .IyBn:nth-of-type(2)::before {
        background-color: rgb(var(--CrGn));
    }

    .IyBn:nth-of-type(3)::before {
        background-color: rgb(var(--CrTe));
    }

    .IyBn:nth-of-type(4)::before {
        background-color: rgb(var(--CrBe));
    }

    .IyBn:nth-of-type(5)::before {
        background-color: rgb(var(--CrGy));
    }

    .IyBn.active {
        box-shadow: 2px 4px 3px rgb(var(--CrGy) / .2);
        background-color: rgb(var(--CrSsBe)/.09);
    }

        .IyBn.active::before {
            width: 14px;
        }



    .hexLink:hover h1, .hexLink:focus h1,
    .hexLink:hover p, .hexLink:focus p {
        opacity: 1;
        transition: 0.8s;
        color: #ffff;
    }


    .hexIn:hover .img:before,
    .hexIn:hover .img:after,
    .hexIn:hover .hexLink {
        opacity: 1;
    }


    /*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
    @media (min-width:1201px) { /* &lt;- 5-4  hexagons per row */
        #hexGrid {
            padding-bottom: 4.4%
        }

        .hex {
            width: 20%; /* = 100 / 5 */
        }

            .hex:nth-child(9n+6) { /* first hexagon of even rows */
                margin-left: 10%; /* = width of .hex / 2  to indent even rows */
            }
    }

    @media (max-width: 1200px) and (min-width:901px) { /* &lt;- 4-3  hexagons per row */
        #hexGrid {
            padding-bottom: 5.5%;
            font-size: 13px;
        }

        .hex {
            width: 25%; /* = 100 / 4 */
        }

            .hex:nth-child(7n+5) { /* first hexagon of even rows */
                margin-left: 12.5%; /* = width of .hex / 2  to indent even rows */
            }
    }

    @media (max-width: 900px) and (min-width:601px) { /* &lt;- 3-2  hexagons per row */
        #hexGrid {
            padding-bottom: 7.4%;
            font-size: 14px;
        }

        .hex {
            width: 33.333%; /* = 100 / 3 */
        }

            .hex:nth-child(5n+4) { /* first hexagon of even rows */
                margin-left: 16.666%; /* = width of .hex / 2  to indent even rows */
            }
    }

    @media (max-width: 600px) { /* &lt;- 2-1  hexagons per row */
        #hexGrid {
            padding-bottom: 11.2%;
            font-size: 12px;
        }

        .hex {
            width: 50%; /* = 100 / 3 */
        }

            .hex:nth-child(3n+3) { /* first hexagon of even rows */
                margin-left: 25%; /* = width of .hex / 2  to indent even rows */
            }
    }

    @media (max-width: 400px) {
        #hexGrid {
            font-size: 8px;
        }
    }

.Sw {
    max-width: 0; /* Initially hidden */
    overflow: hidden;
    white-space: nowrap; /* Prevents content from wrapping */
    opacity: 0;
    transition: max-width linear .5s;
}

.HrSw {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

    .HrSw:hover .Sw {
        max-width: 200px; /* Adjust width as needed */
        opacity: 1;
    }




    .utHeader {
        min-height: 110px;
        width: 100%;
        position: relative;
        z-index: 99999;
    }

    .utOeverlay {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        color: white;
    }

    .utRibbon {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        z-index: 1;
    }

    .utNavBar {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 18px;
        cursor: pointer;
    }

    .utNavBarLinksContainer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 99;
        animation-name: fade-left;
    }

    .utNavBarLinks {
        position: relative;
        background: linear-gradient(to bottom, #fff, #fff,#cadfe1);
    }

        .utNavBarLinks a {
            font-size: var(--Pl20);
        }

    @keyframes slideLeft {
        from {
            opacity: -100%;
        }

        to {
            opacity: 0;
        }
    }

    .utNavCloseIcn {
        position: absolute;
        right: 0;
        border-radius: 50%;
        padding: 7px;
        font-size: 15px;
        width: 31px;
        text-align: center;
        height: 31px;
        cursor: pointer;
    }

    .utImageContainer {
        height: 100%;
        overflow: hidden;
        position: relative;
    }

        .utImageContainer img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

    .utWatch {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0 30px;
        gap: 10px;
        font-size: 13px;
        position: absolute;
        top: 51px;
        right: 0;
        cursor: pointer;
    }

    .utWatchIcn {
        font-size: 18px;
        position: absolute;
        top: 67px;
        right: 31px;
        cursor: pointer;
    }

    .utRoomsImgDv {
        height: 150px;
        width: 100%;
    }

    @media (max-width:768px) {
        .WhSeNl {
            white-space: normal;
        }

        .DyInBkMeVw {
            display: inline-block;
        }

        .HyIaCd_details {
            white-space: normal;
        }

        .HyIaCd {
            height: 163px;
            display: inline-block;
        }

        .utRoomsImgDv {
            height: 76px;
        }

        .otherPagesClass {
            min-height: 82px !important;
        }
    }

    .gradientBr {
        background: linear-gradient(white, white) padding-box, linear-gradient(to right, #9cc2e5, #741e8d, #28aae2, #fa9a34) border-box;
        border: 2px solid transparent;
    }

    .gradient {
        background: linear-gradient(to left, #2dade2, #dd155f);
    }

    .gradientTt {
        background: linear-gradient(to left, #2dade2, #dd155f);
        -webkit-background-clip: text; /* For Safari and older browsers */
        background-clip: text;
        color: transparent;
    }

    .gradient.CrBn:hover {
        background: linear-gradient(to right, #2dade2, #dd155f);
        transition: all 3s ease-in-out;
    }

    .gradientTpBm {
        background: linear-gradient(to top, #6f4fbb, #9cc2e5);
    }

    .utMainDiv {
        width: 94%;
        position: relative;
        top: -14px;
        left: 3%;
        right: 3%;
    }

    .utTabContainer {
        background-color: #fff;
        width: 100%;
        height: 69px;
        font-weight: 700;
    }

    .UtTabContainerIn {
        position: relative;
        top: -16px;
        display: flex;
        justify-content: space-around;
        background-color: transparent;
    }

    .utTabs {
        height: 70%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 11px;
        cursor: pointer;
    }

        .utTabs:hover {
            color: var(--CrTe);
        }

    .utTabsIcon {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background-color: aliceblue;
        border: 2px solid #fff;
    }

        .utTabsIcon i {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

    .utTabsTxt {
    }

    .utBack {
        position: relative;
        background-color: #fff;
        z-index: 1;
        display: none;
        font-size: 20px;
        padding: 13px 9px;
        cursor: pointer;
    }

        .utBack:hover {
            color: var(--CrTe);
        }

    .utTabContentContainer {
        position: relative;
        background: white;
    }

    .utTabContent {
        display: none;
    }

    .utTabs.active {
        color: var(--CrTe);
    }

    .MnTpPackages {
        margin-top: 40px !important;
    }

    .UTHolidayIdeasHt {
        height: 350px !important;
    }

    .UTHolidayIdeasContainer {
        width: 90%;
    }

    .UTOffersHt {
        height: 146px !important;
    }

    .UTInterestsHt {
        height: 370px;
    }

    .UTWhyUsHt {
        height: 400px;
    }

    .UTWhyUsContainer {
        width: 90%;
    }

    .UTPopularDnContainer {
        width: 90%;
    }

    .UTPopularDnContainerMe {
        width: 82%;
    }

    .UTOffersCotainer {
        width: 90%;
    }

    @media(max-width:768px) {
        .UTOffersCotainer {
            width: 85%;
        }

        .UTPopularDnContainer {
            width: 82%;
        }

        .UTWhyUsContainer {
            width: 76%;
        }

        .UTWhyUsHt {
            height: 200px;
        }

        .UTInterestsHt {
            height: 186px;
        }

        .UTOffersHt {
            height: 85px !important;
        }

        .UTHolidayIdeasContainer {
            width: 80%;
        }


        .UTPlacesByMhHt {
            height: 250px !important;
            padding-top: 423px;
        }

        .UTPlacesByMhHtAlt {
            padding-top: 355px !important;
        }

        .MnTpPackages {
            margin-top: initial !important;
        }

        .UTPackageContainer {
            width: 90% !important;
            padding-top: 13%;
        }

        .UTPackageWh .title {
            font-size: var(--Pl16) !important;
        }

        .UTPackageWh .OfferTxt {
            font-size: var(--Pl12) !important;
        }

        .utFooterFixNav {
            position: fixed;
            bottom: 0;
            background-color: #000;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 48px;
            gap: 17px;
            z-index: 9;
        }

        .utFooterFixNavContainer {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 1px;
            color: #FAF9F6;
            cursor: pointer;
        }

            .utFooterFixNavContainer:hover {
                color: var(--CrTe);
            }

        .utFooterFixIcon {
            font-size: 17px;
        }

        .utFooterFixTxt {
            font-size: 12px;
        }
    }


    @media (min-width:768px) {
       
        .utFooterFixNav {
            display: none;
        }
    }

    .utActive {
        color: var(--CrTe);
    }


    .utFirstDiv {
        display: flex;
    }

    .grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 130px);
        grid-gap: var(--Pl22);
        width: 100%;
        padding: var(--Pl16);
    }

        .grid-container &gt; a {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
        }

        .grid-container a &gt; img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            transition: 600ms ease-in;
        }

            .grid-container a &gt; img:hover {
                transform: scale(1.02);
            }

    .item1 {
        grid-area: 1 / 1 / span 2 / span 2;
        height: 130px;
    }

    .item2 {
        grid-area: 2 / 1 / span 2 / span 1;
    }

    .item3 {
        grid-area: 2 / 2 / span 1 / span 1;
    }

    .item4 {
        grid-area: 2 / 3 / span 2 / span 1;
    }

    .item5 {
        grid-area: 4 / 1 / span 2 / span 1;
    }

    .item6 {
        grid-area: 3 / 2 / span 2 / span 1;
    }

    .item7 {
        grid-area: 4 / 3 / span 2 / span 1;
    }

    .item8 {
        grid-area: 5 / 2 / span 1 / span 1;
    }

    .reveal {
        transform: translateY(150px);
        opacity: 0;
        transition: all 1s ease;
    }

        .reveal:nth-child(2) {
            transform: translateY(150px);
            opacity: 0;
            transition: all 1s ease;
        }

        .reveal:nth-child(4) {
            transform: translateY(150px);
            opacity: 0;
            transition: all 2s ease;
        }

        .reveal:nth-child(5) {
            transform: translateY(150px);
            opacity: 0;
            transition: all 2s ease;
        }

        .reveal.active {
            transform: translateY(0);
            opacity: 1;
        }

    .active.fade-left {
        animation: fade-left 1s ease-in;
    }

    @keyframes fade-left {
        0% {
            transform: translateX(-100px);
            opacity: 0;
            transition: all 2s ease;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }



    .animate-charcter {
        background-image: linear-gradient( -225deg, #fff 0%, #fff 29%, #ff1361 67%, #c27c22 100% );
        background-size: 200% auto;
        color: #fff;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 7s linear infinite;
    }

    @keyframes textclip {
        to {
            background-position: 200% center;
        }
    }


    #scroller {
        /* background-color: red; */
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
        z-index: 10;
        scrollbar-width: none; /* For Firefox */
    }

        #scroller::-webkit-scrollbar {
            display: none;
        }

.scroller-in {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    animation: scroll 70s linear infinite;
}

    #scroller h4 {
        display: inline-block;
        font-size: 22px;
        font-weight: 900;
        /*    font-family: 'Kaushan Script', cursive;
*/ margin-right: 25px;
        transition: all linear 0.3s;
        padding: var(--Pl6);
        letter-spacing: -1px;
    }

    #scroller span:hover {
        color: var(--CrTe);
        -webkit-text-stroke: 1px var(--CrTe);
    }

    @keyframes scroll {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100%);
        }
    }


    .utTrending {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .utTrendingLink {
        border: 1px solid #f37022;
        box-shadow: 0px 0px 10px 2px rgba(243,112,34,0.3);
    }


    /* Popup Design */


    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .utPopupDiv {
        height: 300px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }

    .utPopupDivIn {
        background-color: #fff;
        width: 86%;
        height: 83%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
    }

    .utInputField {
        border-bottom: 2px solid #6f4fbb;
        border-top: none;
        border-right: none;
        border-left: none;
        font-size: 16px;
        font-weight: 300;
        border-radius: 0px;
        padding-left: 0px !important;
    }

        .utInputField :focus {
            border-bottom: 2px solid #dd155f;
            border-top: none;
            border-right: none;
            border-left: none;
            font-size: 16px;
            font-weight: 300;
            border-radius: 0px;
            padding-left: 0px !important;
        }

    .utInputFieldDiv {
        padding: 10px;
        border: 1px solid #7d7b7d2e;
        background-color: #e0bed20a;
        min-height: 48px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .utPriceScroller {
        overflow: scroll;
        scroll-behavior: smooth;
        white-space: nowrap;
    }

        .utPriceScroller::-webkit-scrollbar {
            display: none;
        }

        .utPriceScroller &gt; div {
            padding: var(--Pl10);
            border: 1px solid rgba(0, 0, 0, 0.19);
            border-radius: 5px;
        }

            .utPriceScroller &gt; div:hover {
                border: 1px solid #28aae2;
                color: #28aae2;
                background-color: #e0b9cd1f;
            }

    .utHotelsDiv {
        width: 100%;
    }

    .utHotels {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-around;
        gap: 15px;
    }

    .utHotelsContainer {
        display: flex;
        flex-direction: column;
        border-radius: 3px;
        width: 100%;
        justify-content: center;
        align-content: center;
        border: 2px solid #181a1a26;
    }

        .utHotelsContainer img {
            transition: 0.5s all ease-in-out;
        }

            .utHotelsContainer img:hover {
                transform: scale(1.2);
            }






    .UTPackageContainer {
        width: 95%;
    }

    .UTPackageWh .title {
        font-size: var(--Pl18);
    }

    .UTPackageWh .OfferTxt {
        font-size: var(--Pl14);
    }

    .utHotels &gt; h3 {
    }

    .utFaq {
        width: 100%;
        position: relative;
        padding-top: var(--Pl20);
    }


    /* Style the accordion container */
    .accordion {
        display: flex;
        flex-direction: column;
    }

    /* Style the accordion sections */
    .accordion-section {
        border-bottom: 1px solid #a49c9c38;
        padding: 13px;
        cursor: pointer;
        position: relative;
        display: flex;
        justify-content: space-between;
        border-right: 1px solid #a49c9c38;
    }

        .accordion-section &gt; :first-child {
            width: 93%;
        }
    /* Style the active (open) section */
    /* .active {
                 background-color: aliceblue;
                 }
             */
    .active .accordion-section {
    }
    /* Style the arrow icon */
    .arrow {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transition: transform 0.2s ease; /* Add a smooth transition for the arrow */
        color: var(--CrTe);
    }

    /* Rotate the arrow when the section is active */
    .active .arrow {
        -webkit-transform: translateY(-50%) rotate(180deg);
    }

    /* Hide the accordion section content by default */
    .accordion-section-content {
        display: none;
        padding: 10px 33px;
        font-size: 14px;
    }


    /* swiper css*/
    /* Add your styles for the swiper here */
    .swiper-container {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 346px;
        margin-bottom: 85px;
    }

    .swiper-wrapper {
        display: flex;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        height: 100%;
    }

    .swiper-slide {
        flex: 0 0 100%;
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .swiper-dots {
        text-align: center;
        margin-top: 20px;
        position: absolute;
        z-index: 1;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .swiper-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #333;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
    }

        .swiper-dot.active {
            background-color: var(--CrTe);
        }


    .utScrollerDiv {
        border-top: 1px solid #d7d1d17a;
    }

    .utScrollerContainer {
        display: flex;
        flex-direction: column;
    }

    #utScrolls {
        padding: 17px 12px;
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

        #utScrolls::-webkit-scrollbar {
            display: none;
        }

    .utScroller {
        position: relative;
        cursor: pointer;
        width: 100px;
        margin-right: 8px;
        display: inline-block;
        overflow: hidden;
    }

        .utScroller &gt; img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

    .utScrollerSqre {
        position: relative;
        cursor: pointer;
        width: 160px;
        height: 160px;
        display: inline-block;
        border-radius: 9px;
    }

    .utBeforeDive {
        display: flex;
        flex-direction: column;
        width: 160px;
        position: relative;
        padding-top: 18px;
        margin-right: 8px;
        display: inline-block;
        overflow: hidden;
    }

        .utBeforeDive::before {
            content: "";
            position: absolute;
            width: 87%;
            height: 100px;
            background-color: #dcdcdc;
            top: 9px;
            left: 6%;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        .utBeforeDive::after {
            content: "";
            position: absolute;
            width: 74%;
            height: 9px;
            background-color: #f5f5f5;
            top: 0px;
            left: 13%;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

    .utScrollerSqre &gt; img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .utSignInContainer {
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 999999;
        display: none;
    }





























































    /* Shapes Css Start */




    .circle-with-cutout {
        width: 100px;
        height: 100px;
        background-color: #e74c3c; /* Change the color as desired */
        border-radius: 50%;
        position: relative;
    }

    .circle-cutout {
        width: 60px;
        height: 60px;
        background-color: #fff; /* Change the color as desired */
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .speech-bubble {
        width: 200px;
        padding: 10px;
        background-color: #27ae60; /* Change the color as desired */
        position: relative;
        border-radius: 10px;
    }

        .speech-bubble:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -10px;
            border-width: 10px;
            border-style: solid;
            border-color: #27ae60 transparent transparent transparent;
        }

    .diamond {
        width: 100px;
        height: 100px;
        background-color: #9b59b6; /* Change the color as desired */
        transform: rotate(45deg);
    }

    .hexagon {
        width: 100px;
        height: 100px;
        background-color: #3498db; /* Change the color as desired */
        position: relative;
    }

        .hexagon:before,
        .hexagon:after {
            content: '';
            position: absolute;
            width: 0;
            border-left: 50px solid transparent;
            border-right: 50px solid transparent;
        }

        .hexagon:before {
            top: -25px;
            border-bottom: 25px solid #3498db; /* Same color as background */
        }

        .hexagon:after {
            bottom: -25px;
            border-top: 25px solid #3498db; /* Same color as background */
        }


    /* Shapes Css End */


    .input-container {
        position: relative;
    }

        .input-container label {
            position: absolute;
            left: 5px;
            top: 0px;
            transition: top 0.3s ease;
            pointer-events: none;
        }

    .input-focused label {
        left: 5px;
        top: -12px;
        font-size: var(--Pl16);
    }

    .CrPr {
        cursor: pointer;
    }

    .CrBdGtYwPe {
        background: -webkit-linear-gradient(248deg, rgb(var(--CrSsYw)), rgb(var(--CrSsPe)) 80%);
    }

    .CrGtPeRd50 {
        background: -webkit-linear-gradient(rgb(var(--CrSsPe)/.5), rgb(var(--CrSsYw)/.5));
        -webkit-background-clip: text;
        background-clip: text;
        color: rgb(var(--CrWe) / .2);
    }

    .BrCrTnt {
        border-color: transparent;
    }

    .GuestRoomDiv {
        position: relative;
        width: 100%;
        z-index: 1;
        background-color: rgb(var(--CrWeBt));
    }

    /* Add any additional styles for the dropdown as needed */
    .GRdropdown-content {
        display: none;
        position: absolute;
        width: 95%;
        padding: 10px;
        z-index: 1;
        top: -21px;
    }

    .decrement, .increment {
        border: 2px solid aliceblue;
        padding: 4px 8px;
        border-radius: 4px;
        color: var(--CrTe);
        cursor: pointer;
    }

    .count {
        font-size: var(--Pl20);
        align-items: center;
        display: flex;
        align-items: center;
    }

    .guests-selector &gt; h3 {
        font-size: var(--Pl24);
    }





    /* Style for body and footer */
    h2 {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .calendar {
        margin-bottom: 200px;
    }

    .class-link {
        color: #333333;
        text-decoration: none;
    }

        .class-link:hover {
            color: #ffbb00;
        }

    /* Calendar Styles */
    .date-picker {
        position: relative;
        width: 200px;
        margin: 0 auto;
        padding: 8px;
        background: #ffffff;
        border-radius: 4px;
        font-size: 18px;
        border: 1px solid #333333;
        box-shadow: 0px 20px 40px rgba(59, 60, 56, 0.05);
        cursor: pointer;
    }

    .icon {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        color: #31639c;
        font-size: 20px;
    }

    .calendar-container {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    }

    .calendar-header {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        background: #31639c;
        color: #fff;
    }

    .current-month {
        font-weight: bold;
    }

    .nav-button {
        cursor: pointer;
    }

    .calendar-days {
        display: flex;
        justify-content: space-between;
        padding: 5px 10px;
        background: #f0f0f0;
    }

    .day {
        flex: 1;
        text-align: center;
    }

    .calendar-dates {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 5px;
        padding: 10px;
        text-align: center;
    }

    .date {
        padding: 5px;
        border-radius: 50%;
        cursor: pointer;
    }

        .date:hover {
            background: #31639c;
            color: #fff;
        }

    /* Show calendar on focus */
    .date-picker.focus .calendar-container {
        display: block;
    }


    .UTCircularContainer {
        border-radius: 50%;
        width: 100px;
        object-fit: cover;
        height: 100px !important;
    }

    .UTCircularContainer50 {
        border-radius: 50%;
        width: 50px;
        object-fit: cover;
        height: 50px !important;
    }

    .utSqrDiv {
        transition: all ease 1s;
        text-align: center;
    }

        .utSqrDiv:hover .CrBdBe90 {
            background-color: transparent !important;
        }

        .utSqrDiv:hover .utImageContainer {
            cursor: pointer;
            box-shadow: 0 var(--Pl4) var(--Pl8) 0 rgba(0, 0, 0, 0.2), 0 var(--Pl6) var(--Pl20) 0 rgba(0, 0, 0, 0.19);
        }

    .utSqrDivIcnTxt {
    }

    .utSqrDiv:hover .utSqrDivIcnTxt {
        font-size: 10px;
        background-color: red;
    }




    .utReviewBox {
        border: 1px solid #e9e0e0;
        min-height: 200px;
        border-radius: var(--Pl6);
        margin-bottom: 30px;
        padding: var(--Pl10);
    }

    #green-div {
        height: 105px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: linear-gradient(to left bottom,rgb(var(--CrWe)),rgb(var(--CrBe)/.55));
        margin-top: 20px;
        border-radius: 4px;
        box-shadow: 0px 14px 14px 0px #50545730;
    }

    @media(max-width) {
        #green-div {
            font-size: 15px !important;
        }
    }

    #green-div h4 {
        width: 70%;
        text-align: center;
        color: #fff;
    }

    #green-div img {
        height: 100%;
        width: 13%;
        object-fit: cover;
    }

    .PsFxBmRt {
        position: fixed;
        bottom: 40%;
        right: -93px;
        z-index: 99;
        transition: .4s ease-in-out all;
    }

    .PgRt20VoSn {
        padding-right: var(--Pl20) !important;
    }

    .ProgressBar {
        height: 5px;
        background-color: #ddd;
        width: 0;
    }

    @media (min-width: 780px) and (max-width: 990px) {
        .PsFxBmRt {
            right: -81px;
        }
    }

    .InBd {
        font-size: 24px;
        background-color: gray;
        color: white;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        padding: 6px 6px;
        transition: .4s ease-in-out all;
    }

    .InFxShw {
        position: relative;
        right: 0;
        transition: .4s ease-in-out all;
    }

        .InFxShw:hover {
            right: 66%;
        }

#scroll-to-top-button {
    position: fixed;
    bottom: 0px;
    right: 3px;
    z-index: 99999;
    font-size: 18px;
    background: linear-gradient(45deg, #417aff, #ff4b2b);
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 1.25em 1.25em 0 0;
    padding: 24px 16px;
    transition: .4s ease-in-out all;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}

/* Shake animation */
@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px) rotate(-2deg);
    }

    50% {
        transform: translateX(4px) rotate(2deg);
    }

    75% {
        transform: translateX(-4px) rotate(-2deg);
    }

    100% {
        transform: translateX(0);
    }
}

.shake {
    animation: shake 0.6s ease-in-out;
}

      

    .wrapper {
        position: relative;
    }

    .wrapperIconL {
        position: absolute;
        top: 36%;
        left: -10px;
        height: 33px;
        width: 33px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        align-content: center;
        align-items: center;
        display: flex;
        justify-content: center;
        box-shadow: 0px 1px 6px 0px #575a5c4a;
        z-index: 1;
    }


    .wrapperIconR {
        position: absolute;
        top: 36%;
        right: -10px;
        height: 33px;
        width: 33px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        align-content: center;
        align-items: center;
        display: flex;
        justify-content: center;
        box-shadow: 0px 1px 6px 0px #575a5c4a;
        z-index: 1;
    }

    .wrapper .carousel {
        display: grid;
        grid-auto-flow: column;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        scroll-behavior: smooth;
        scrollbar-width: none;
        position: relative;
    }

    .Grid1 {
        grid-auto-columns: 100%;
    }

    .Grid2 {
        grid-auto-columns: calc((100% / 2) - 12px);
    }

    .Grid3 {
        grid-auto-columns: calc((100% / 3) - 12px);
    }

    .Grid4 {
        grid-auto-columns: calc((100% - 48px)/4);
    }

    .Grid5 {
        grid-auto-columns: calc((100% / 5) - 12px);
    }

    .carousel::-webkit-scrollbar {
        display: none;
    }

    .carousel.no-transition {
        scroll-behavior: auto;
    }

    .carousel.dragging {
        scroll-snap-type: none;
        scroll-behavior: auto;
    }

        .carousel.dragging .card {
            cursor: grab;
            user-select: none;
        }

    .carousel .card {
        scroll-snap-align: start;
        cursor: pointer;
        padding-bottom: 9px;
    }

    @media screen and (max-width: 1200px) {
        .Grid5 {
            grid-auto-columns: calc((100% / 4) - 9px);
        }
    }

    @media screen and (max-width: 900px) {
        .Grid4 {
            grid-auto-columns: calc((100% / 3) - 9px);
        }

        .Grid5 {
            grid-auto-columns: calc((100% / 3) - 9px);
        }

        .Grid3 {
            grid-auto-columns: calc((100% / 2) - 9px);
        }

        .Grid2 {
            grid-auto-columns: calc((100% / 1) - 9px);
        }
    }

    @media screen and (max-width: 800px) {
        .Grid4 {
            grid-auto-columns: calc((100% / 2) - 9px);
        }
    }

    @media screen and (max-width: 600px) {
        .Grid4 {
            grid-auto-columns: 100%;
        }

        .Grid5 {
            grid-auto-columns: 100%;
        }

        .Grid3 {
            grid-auto-columns: 100%;
        }

        .Grid2 {
            grid-auto-columns: 100%;
        }
    }

    .FxBs {
        flex-basis: calc(50% - 10px);
    }

    .FxBs3_2 {
        flex-basis: calc(24.5% - 10px);
        height: 100%;
    }

    .FxBs3_1 {
        flex-basis: calc(32.8% - 10px);
    }

    .FxBs6 {
        flex-basis: calc(14% - 10px);
    }

    .FsDv {
    }

    .FsActive {
        border: 2px solid rgb(var(--CrBe));
        border-radius: var(--Pl6);
    }


    .utImageTag {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 11;
        padding: var(--Pl5);
        border-radius: 3px;
    }

    @media (max-width: 768px) {
        #scroller h4{
            font-size:16px;
        }
        #scroller i{
            font-size:15px!important;
        }
        .FxBs3_2 {
            flex-basis: calc(50% - 10px);
        }

        .FxBs3_1 {
            flex-basis: calc(100% - 10px);
        }
    }

    .utFrmcontainer {
        transition: all 0.3s ease; /* Add a smooth transition for all properties */
    }

    

    .BnHrCr:hover {
        background-color: var(--CrTe);
        color: rgb(var(--CrWe));
        cursor: pointer;
        border: none;
        transition: .3s ease-in-out all;
    }

    @media (max-width: 768px) {
        .utFrmcontainer {
            opacity: 1;
            width: 90%;
            position: fixed;
            left: 0;
            margin: var(--Pl18);
            transition: z-index 0.1s ease;
        }
    }

    .rwd-table {
        margin: auto;
        max-width: 100%;
        border-collapse: collapse;
    }

        .rwd-table tr:first-child {
            border-top: none;
            color: #fff;
        }

        .rwd-table tr {
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            background-color: #f5f9fc;
        }

            .rwd-table tr:nth-child(odd):not(:first-child) {
                background-color: #ebf3f9;
            }

        .rwd-table th {
            display: none;
        }

        .rwd-table td {
            display: block;
        }

            .rwd-table td:first-child {
                margin-top: .5em;
            }

            .rwd-table td:last-child {
                margin-bottom: .5em;
            }

            .rwd-table td:before {
                content: attr(data-th) ": ";
                font-weight: bold;
                width: 120px;
                display: inline-block;
                color: #000;
            }

        .rwd-table th,
        .rwd-table td {
            text-align: left;
        }

    .rwd-table {
        color: #333;
        border-radius: .4em;
        overflow: hidden;
    }

        .rwd-table tr {
            border-color: #bfbfbf;
        }

        .rwd-table th,
        .rwd-table td {
            padding: .5em 1em;
        }

    @media screen and (max-width: 601px) {
        .rwd-table tr:nth-child(2) {
            border-top: none;
        }
    }

    @media screen and (min-width: 600px) {
        .rwd-table tr:hover:not(:first-child) {
            background-color: #d8e7f3;
        }

        .rwd-table td:before {
            display: none;
        }

        .rwd-table th,
        .rwd-table td {
            display: table-cell;
            padding: .25em .5em;
        }

            .rwd-table th:first-child,
            .rwd-table td:first-child {
                padding-left: 0;
            }

            .rwd-table th:last-child,
            .rwd-table td:last-child {
                padding-right: 0;
            }

        .rwd-table th,
        .rwd-table td {
            padding: 1em !important;
        }
    }


    /* THE END OF THE IMPORTANT STUFF */

    /* Basic Styling */




    .container {
        display: block;
        text-align: center;
    }

    .swing {
        position: relative;
    }

        .swing:before {
            content: "\25C0";
            position: absolute;
            left: -34px;
            -webkit-animation: leftRight 2s linear infinite;
            animation: leftRight 2s linear infinite;
        }

        .swing:after {
            content: "\25b6";
            position: absolute;
            right: -34px;
            -webkit-animation: leftRight 2s linear infinite reverse;
            animation: leftRight 2s linear infinite reverse;
        }

    @-webkit-keyframes leftRight {
        0% {
            -webkit-transform: translateX(0)
        }

        25% {
            -webkit-transform: translateX(-10px)
        }

        75% {
            -webkit-transform: translateX(10px)
        }

        100% {
            -webkit-transform: translateX(0)
        }
    }

    @keyframes leftRight {
        0% {
            transform: translateX(0)
        }

        25% {
            transform: translateX(-10px)
        }

        75% {
            transform: translateX(10px)
        }

        100% {
            transform: translateX(0)
        }
    }

    .tabs {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        gap: var(--Pl5);
    }

    .tab {
        border-radius: var(--Pl20);
        background-color: #c4e4d3;
        cursor: pointer;
        padding: 7px;
    }

        .tab:hover {
            color: #fff;
            box-shadow: inset 0px 0px var(--Pl6) rgb(235 235 235 / 0.95);
            font-size: 16px;
            border-bottom: 2px solid #aaa1a1;
        }


        .tab.active {
            background-color: var(--CrTe);
            color: #fff;
            box-shadow: inset 0px 0px var(--Pl6) rgb(236 236 236 / 0.95);
            border-bottom: 2px solid #aaa1a1;
        }


    .content {
        margin-top: 50px;
    }

    .content-section {
    }



    .utContainerOt {
        width: 100%;
    }

    .TtAnEd {
        text-align: end;
    }

    @media (max-width:768px) {
        .utContainerOt {
            width: 90%;
        }

        .MbNe {
            display: none !important;
        }

        .tab {
            padding: 9px;
        }
    }

    .utSubmitRvw {
        width: 30%;
    }

    @media (max-width:768px) {
        .utSubmitRvw {
            width: 60%;
        }

        #scroll-to-top-button {
            font-size: 17px;
            padding: 8px 14px;
            bottom: 0;
            left: 50%;
            right: auto;
            transform: translateX(-50%); /* Center it horizontally */
        }
    }

    .EnqreCsIcnMb {
        display: none;
    }

    @media (max-width:768px) {
        .EnqreCsIcnMb {
            position: absolute;
            top: -11px;
            right: -5px;
            border-radius: 50%;
            padding: 5px 10px;
            display: block;
            cursor: pointer;
        }

        .MbVw {
            display: block !important;
        }

        .DpVw {
            display: none !important;
        }

        .ribbon {
            padding: var(--Pl5) !important;
        }
    }

    .utCkBx {
        height: 21px;
        cursor: Pointer;
    }

    .MbVw {
        display: none;
    }

    .UTOffersDivBd, .UTPlacesByMonthDivBd {
        background-attachment: fixed;
        background-image: url('/Image/mountain.jpg');
        background-position: center;
    }

    .OnHrCrBdGy25:hover {
        background-color: rgb(243,243,243);
    }

    .OnHrCrTe:hover {
        color: var(--CrTe);
    }

.OyFx {
    position: fixed;
    z-index: 10000000000;
    top: 0;
    width: 100%;
    height: 100%;
}

    .OtpBx {
        height: 40px;
        width: 40px;
    }

    .PsRe {
        position: relative;
    }

    .PsAe {
        position: absolute;
    }

    #popup-container {
        display: none;
    }

    /* Country Js Start here */

    .HrLe {
        height: 2px;
        border-radius: 50%;
    }

    .utBr {
        position: relative;
    }

        .utBr::before {
            content: '';
            position: absolute;
            z-index: -1;
            left: 9%;
            top: 19%;
            height: 94%;
            width: 100%;
            background-color: #9dd3e9;
        }

    .ribbon {
        font-weight: bold;
        color: #fff;
        font-size: var(--Pl13);
    }

    .ribbon {
        --f: .4em; /* control the folded part */
        --r: .8em; /* control the cutout */

        position: absolute;
        left: 20px;
        top: calc(-1*var(--f));
        padding: var(--Pl9);
        border: solid #0000;
        border-width: 0 0 var(--r) calc(2*var(--f));
        background: radial-gradient(50% 100% at bottom,#0005 98%,#0000 101%) 0 0/calc(2*var(--f)) var(--f) no-repeat border-box;
        border-radius: var(--f) var(--f) 0 0;
        clip-path: polygon(0 0,100% 0,100% 100%,calc(50% + var(--f)) calc(100% - var(--r)),calc(2*var(--f)) 100%,calc(2*var(--f)) var(--f),0 var(--f));
        z-index: 9;
    }

    .RctrIeVe {
        width: 126px;
        height: 223px;
        border-radius: 75px 74px 75px 74px / 62px 66px 62px 66px;
        background-color: #3498db;
        object-fit: cover;
        border: 2px solid #fff;
        overflow: hidden;
    }

    .RctrIeVeHf {
        width: 126px;
        height: 126px;
        border-radius: 0 0 75px 74px / 62px 66px 62px 66px;
        background-color: #3498db;
        object-fit: cover;
        border: 2px solid #fff;
        overflow: hidden;
    }

    .HrZm {
        transition: transform 0.3s ease;
    }

        .HrZm:hover {
            transform: scale(1.1);
        }

    .HrZmLe {
        transition: transform 0.9s ease;
    }

        .HrZmLe:hover {
            transform: scale(1.3);
        }

    .HrSk {
        transition: transform 0.3s ease;
    }

        .HrSk:hover {
            transform: scale(0.9);
        }

    .HrSkLs {
        transition: transform 0.3s ease;
    }

        .HrSkLs:hover {
            transform: scale(0.97);
        }

    .RctrIeVeHfDw {
        width: 126px;
        height: 126px;
        border-radius: 75px 74px 0 0 / 62px 66px 62px 66px;
        background-color: #3498db;
        object-fit: cover;
        border: 2px solid #fff;
        overflow: hidden;
    }

    @media(max-width:876px) {
        .RctrIeVe {
            width: 108px;
            height: 223px;
        }

        .RctrIeVeHf {
            width: 108px;
            height: 115px;
        }

        .RctrIeVeHfDw {
            width: 108px;
            height: 115px;
        }
    }

    .OrLy {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .IndMapBdIe {
        background-image: url('/image/indiamap.png');
        background-position: center;
        filter: blur(6px);
        opacity: 0.1;
    }

    .CyIeDn {
        position: absolute;
        bottom: 58px;
        right: 0px;
        background-color: #f390237a;
        width: 62%;
        height: 57%;
    }

    .VeLe {
        position: absolute;
        bottom: 0;
        right: 50px;
        width: 30px;
        height: 58px;
        background: #f39023;
    }

    .VeLe2 {
        position: absolute;
        bottom: 116px;
        right: 135px;
        width: 30px;
        height: 342.5px;
        background: #f39023;
    }

    .HlLe {
        position: absolute;
        bottom: -30px;
        right: 50px;
        width: 134%;
        height: 31px;
        background: #f39023;
    }


    .BrTpRnd {
        border-radius: 159px 151px 0 0 / 120px 120px 0 0;
    }

    .ImgDv {
        overflow: hidden;
        position: relative;
    }

        .ImgDv img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

    .FtFyGtVe {
        font-family: 'Kaushan Script', cursive;
        font-size: 20px;
        letter-spacing: 1px;
    }


    .VoDv {
        height: 100%;
        width: 97%;
        overflow: hidden;
    }

    .ytp-large-play-button {
        width: 28px !important;
    }

    .RwBr {
        height: 8px;
    }

    .HvrCrTe {
    }

    .HvrCrTe {
        color: var(--CrTe);
    }

    .tabss {
        display: flex;
        position: relative;
        z-index: 99;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        gap: var(--Pl5);
        scrollbar-width: none;
    }

    .tabb {
        border-radius: var(--Pl20);
        cursor: pointer;
        padding: 9px;
        background-color: #fff;
    }

        .tabb:hover {
            color: #fff;
            box-shadow: inset 0px 0px var(--Pl6) rgb(235 235 235 / 0.95);
            font-size: 16px;
            padding: 8px;
            border-bottom: 2px solid #aaa1a1;
        }


        .tabb.active {
            background-color: var(--CrTe);
            color: #fff;
            box-shadow: inset 0px 0px var(--Pl6) rgb(236 236 236 / 0.95);
            border-bottom: 2px solid #aaa1a1;
        }



    .content-sectionn {
        display: none;
        animation: fadeIn 0.5s ease-in-out;
    }

        .content-sectionn.active {
            display: block;
        }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .SwInWd {
        box-shadow: inset 0px 0px var(--Pl6) rgba(128, 123, 123, 0.99);
    }


    @media(max-width:876px) {
        .AeNwsFxInMbVw {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: var(--Pl10);
        }

        .VoDv {
            height: 100%;
        }

        .MbIcWh {
            width: 27%;
        }

        .FtFyGtVeMbSz {
            font-size: var(--Pl14);
        }

        .PgLtRtMb {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .MnLtMb {
            margin-left: 0 !important;
        }

        .PgRtMb {
            padding-right: 0 !important;
        }

        .PgLtMb {
            padding-left: 0 !important;
        }

        .MnTpMb {
            margin-top: 1px !important;
            width: 90%;
        }

        .GpMb {
        }

        .MbWh100p {
            width: 100% !important;
        }

        .MbWh90p {
            width: 90%;
        }

        .MbWh80p {
            width: 80%;
        }

        .MbWh70p {
            width: 70% !important;
        }

        .MbWh12p {
            width: 9%;
        }

        .MbWh50p {
            width: 50%;
        }
        .MbWh30p {
            width: 30%;
        }
    }

    @media(max-width:400px) {
        .SchWhMb {
            width: 58% !important;
        }

        .SchInWhMb {
            width: 20% !important;
        }


        .RctrIeVe {
            width: 130px;
            height: 223px;
        }

        .RctrIeVeHf {
            width: 130px;
            height: 115px;
        }

        .RctrIeVeHfDw {
            width: 130px;
            height: 115px;
        }
    }

    @media(min-width: 400px) and (max-width: 650px) {
    }

    @media(min-width: 400px) and (max-width: 800px) {
        .SchWhMb {
            width: 38% !important;
        }

        .SchInWhMb {
            width: 28% !important;
        }

        .Wh14pMb {
            width: 14%;
        }

        .RctrIeVe {
            width: 160px;
            height: 223px;
        }

        .RctrIeVeHf {
            width: 160px;
            height: 115px;
        }

        .RctrIeVeHfDw {
            width: 160px;
            height: 115px;
        }
    }

    .FxdNav {
        position: fixed;
        top: 0;
        width: 100%;
        transition: top 0.3s ease;
        z-index: 99999;
    }

    .NvFxLogo {
        display: none;
        width: 40px;
        height: 27px;
    }

    .NvFxSrch {
        display: none;
    }

    .NoDa {
        pointer-events: none;
        opacity: 0.5;
    }

    .AdSl {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .HrOrCrTe {
    }

        .HrOrCrTe:hover {
            color: var(--CrTe);
        }

    .HrOrCrBe {
    }

        .HrOrCrBe:hover {
            color: var(--CrBe);
        }

    .HrOrBrCrBe {
    }

        .HrOrBrCrBe:hover {
            border: 1px solid var(--CrBe);
        }

    #collapseAllButton {
        display: none;
    }

    .ff {
        position: absolute;
        top: 0;
        right: 12px;
        z-index: 10000000000;
        background: black;
        border-radius: 3px;
        padding: 4px;
    }

    .UTSideIconItemDvMbVw {
        display: none;
    }

    .UTSideIconItem1DvMbVw {
        display: none;
    }

    /* Country Js End here */
    @media(max-width:876px) {
        .NvFxSrch {
            width: 100%;
        }

        .Wh97pMeVw {
            width: 97%;
        }

        .UTSideIconItemDvMbVw {
            display: block;
            position: fixed;
            right: 5px;
            top: 30%;
            z-index: 99999;
            max-width: var(--Pl41) !important;
            background: #f4faff;
            animation: slideInFromRight 0.7s ease-out 0s 1;
        }

            .UTSideIconItemDvMbVw .UTSideIconItem {
                width: 100%;
                height: 100%;
                padding: 4px;
                text-align: center;
                border-radius: 12px;
                background: #ffff;
                font-size: var(--Pl20);
            }

        .UTSideIconItem1DvMbVw {
            display: block;
            position: fixed;
            right: 30px;
            top: 18%;
            z-index: 99999;
            max-width: var(--Pl41) !important;
        }

            .UTSideIconItem1DvMbVw .UTSideIconItem {
                width: 100%;
                height: 100%;
                padding-top:4px;
                text-align: center;
                font-size: var(--Pl20);
            }

        .WhNeMeVw {
            width: 10% !important;
            margin-right: -15px !important;
        }

        .NvFxLogo {
            display: none;
            width: 35px;
            height: 27px;
        }

        .FtDvBrBm {
            padding-top: 7%;
            border-bottom: 1px solid #a99c9c57;
            padding-bottom: 15px;
        }

        .PgBm10Mb {
            padding-bottom: var(--Pl10);
        }
    }

    .PieChart {
        position: relative;
        border: 1px solid #ffff;
        padding: 0;
        margin: 1em auto;
        width: 18em;
        height: 18em;
        border-radius: 50%;
        list-style: none;
        overflow: hidden;
        box-shadow: inset 2px 5px 10px rgba(0,0,0,0.1), inset -2px -5px 10px rgba(255,255,255,1), 15px 15px 10px rgba(0,0,0,0.05), 15px 10px 15px rgba(0,0,0,0.025);
    }

        .PieChart li {
            overflow: hidden;
            position: absolute;
            top: 0;
            right: 0;
            width: 50%;
            height: 50%;
            transform-origin: 0% 100%;
            border: 2px solid #ffff;
            font-weight: bold;
        }

        .PieChart .text {
            position: absolute;
            left: -100%;
            width: 200%;
            height: 200%;
            text-align: center;
            transform: skewY(60deg) rotate(15deg);
            padding-top: 20px;
            border: 1px solid #6cd59d;
            font-size: 10px;
        }

        .PieChart li:first-child {
            transform: rotate(0deg) skewY(-60deg);
            background-color: var(--CrTe);
        }

        .PieChart li:nth-child(2) {
            transform: rotate(30deg) skewY(-60deg);
            background-color: antiquewhite;
        }

        .PieChart li:nth-child(3) {
            transform: rotate(60deg) skewY(-60deg);
            background-color: lightpink;
        }

        .PieChart li:nth-child(4) {
            transform: rotate(90deg) skewY(-60deg);
            background-color: floralwhite;
        }

        .PieChart li:nth-child(5) {
            transform: rotate(120deg) skewY(-60deg);
            background-color: #ff9b29;
        }

        .PieChart li:nth-child(6) {
            transform: rotate(150deg) skewY(-60deg);
            background-color: #c4e4d3;
        }

        .PieChart li:nth-child(7) {
            transform: rotate(180deg) skewY(-60deg);
            background-color: aliceblue;
        }

        .PieChart li:nth-child(8) {
            transform: rotate(210deg) skewY(-60deg);
            background-color: blanchedalmond;
        }

        .PieChart li:nth-child(9) {
            transform: rotate(240deg) skewY(-60deg);
            background-color: cornflowerblue;
        }

        .PieChart li:nth-child(10) {
            transform: rotate(270deg) skewY(-60deg);
            background-color: cornsilk;
        }

        .PieChart li:nth-child(11) {
            transform: rotate(300deg) skewY(-60deg);
            background-color: indianred;
        }

        .PieChart li:nth-child(12) {
            transform: rotate(330deg) skewY(-60deg);
        }

    @keyframes rotation {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(359deg);
        }
    }

    .rotate {
        animation: rotation 400s infinite linear;
    }

    #map {
        width: 100%;
        height: 400px;
    }

    .MapDv {
        max-height: 220px;
        overflow: hidden;
    }

    .VeSl {
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
    }

        .VeSl::-webkit-scrollbar {
            display: none;
        }

    .HlSl {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }

        .HlSl::-webkit-scrollbar {
            display: none;
        }

    .HnDvAirPort {
        overflow: hidden;
        position: relative;
        width: calc(361% - calc(20px*2)*2);
        z-index: 1;
        margin-top: -10px;
    }

    .HnDvAirPort_3 {
        left: -234%;
        overflow: hidden;
        position: relative;
        width: calc(361% - calc(20px*2)*2);
        z-index: 1;
        margin-top: -10px;
    }

    .HnDvAirPort_2 {
        overflow: hidden;
        position: relative;
        width: calc(361% - calc(20px*2)*2);
        z-index: 1;
        margin-top: -10px;
        left: -117%;
    }

    .HnDvTerrain {
        overflow: hidden;
        position: relative;
        width: calc(538% - calc(20px*2)*2);
        z-index: 1;
        margin-top: -10px;
    }

    .HnDvTerrain_3 {
        left: -234%;
        overflow: hidden;
        position: relative;
        width: calc(361% - calc(20px*2)*2);
        z-index: 1;
        margin-top: -10px;
    }

    .HnDvTerrain_2 {
        position: relative;
        width: calc(540% - calc(20px*2)*2);
        z-index: 1;
        margin-top: -10px;
        left: -134%;
    }

    .HnDvTerrain_4 {
        left: -234%;
        overflow: hidden;
        position: relative;
        width: calc(361% - calc(20px*2)*2);
        z-index: 1;
        margin-top: -10px;
    }

    .DvActive {
        background: gray;
    }

    .UTNewsSideBarHt {
        height: 150vh;
    }

    .UTWhyUsCountContainer {
        font-size: var(--Pl52);
    }

    .UTWhyUsTxtContainer {
        font-size: var(--Pl52);
    }

    @media(max-width:786px) {
        .UTWhyUsCountContainer {
            font-size: var(--Pl20) !important;
        }

        .UTWhyUsTxtContainer {
            font-size: var(--Pl20) !important;
        }

        .UTNewsSideBarHt {
            height: 100vh;
        }

        #FirstNews iframe {
            height: 240px !important;
        }

        .HnDvAirPort_3, .HnDvAirPort, .HnDvAirPort_2, .HnDvTerrain, .HnDvTerrain_3, .HnDvTerrain_4, .HnDvTerrain_2 {
            width: 100%;
            left: 0;
        }

        .TpNewsMbVw {
            display: none;
            position: fixed;
            left: 0;
            top: -14px;
            z-index: 999999;
            width: 81%;
            box-shadow: 0 var(--Pl4) var(--Pl8) 0 rgba(0, 0, 0, 0.2), 0 var(--Pl6) var(--Pl20) 0 rgba(0, 0, 0, 0.19);
        }
    }
    /* Add a smooth transition effect for visibility changes */
    .HnDvAirPort div {
        transition: all 0.3s ease; /* Adjust the duration to your preference */
    }

        /* Style for the visible content */
        .HnDvAirPort div[style="display: block"] {
            display: block;
        }

    .SwOnCkAirPort {
        display: none;
    }

    .RwDv {
        height: 340px;
    }

    @media(max-width:786px) {
        .RwDv {
            height: 216px;
        }
    }

    .TpNews {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        position: fixed;
        top: 20%;
        left: 0;
        width: 20px;
        z-index: 999;
    }

    .TtOrFwHn {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 138px;
    }

    .TtLgOrFwHn {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 200px;
    }

    .TtOrFwVe {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .TtOrFwVeLe1 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.TtOrFwVeLe2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .TtOrFwVeLe6 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    .TtOrFwVeLe11 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 11;
        -webkit-box-orient: vertical;
    }

    .TtOrFwVeLe18 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 18;
        -webkit-box-orient: vertical;
    }

    .OrFwLeCp3 {
        -webkit-line-clamp: 3 !important;
    }

    .OrFwLeCp4 {
        -webkit-line-clamp: 4 !important;
    }

    .OrFwLeCp5 {
        -webkit-line-clamp: 5 !important;
    }

    .OrFwLeCp6 {
        -webkit-line-clamp: 6 !important;
    }

    .UTbredCrumb {
        min-height: 40px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .UTFadeInLeft {
        animation: fade-left .5s ease-in-out;
        transition: all 2s ease-in-out; /* Add this line if you want a transition effect */
    }

    @keyframes fade-In-left {
        0% {
            transform: translateX(-100%);
        }

        100% {
            transform: translateX(100%);
        }
    }

    .UTFadeInTop {
        animation: fade-In-top .5s ease-in-out;
        transition: all 2s ease-in-out; /* Add this line if you want a transition effect */
    }

    .UTFadeInTopLs {
        animation: fade-In-top-less .5s ease-in-out;
        transition: all 1s ease-in-out; /* Add this line if you want a transition effect */
    }

    .UTFadeInBottom {
        animation: fade-In-bottom .5s ease-in-out;
        transition: all 2s ease-in-out; /* Add this line if you want a transition effect */
    }

    .UTFadeInBottomLs {
        animation: fade-In-bottom-less .5s ease-in-out;
        transition: all 2s ease-in-out; /* Add this line if you want a transition effect */
    }

    @keyframes fade-In-top {
        0% {
            transform: translateY(100%);
        }

        100% {
            transform: translateY(0);
        }
    }

    @keyframes fade-In-top-less {
        0% {
            transform: translateY(4%);
        }

        100% {
            transform: translateY(0);
        }
    }

    @keyframes fade-In-bottom {
        0% {
            transform: translateY(-100%);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes fade-In-bottom-less {
        0% {
            transform: translateY(20%);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }


    .UtImgBrAn {
        --b: 5px;
        --s: 60px;
        --g: 8px;
        --c: var(--CrTe);
        padding: calc(var(--b) + var(--g));
        background-image: conic-gradient(from 90deg at top var(--b) left var(--b),#0000 25%,var(--c) 0), conic-gradient(from -90deg at bottom var(--b) right var(--b),#0000 25%,var(--c) 0);
        background-position: var(--_p,0%) var(--_p,0%), calc(100% - var(--_p,0%)) calc(100% - var(--_p,0%));
        background-size: var(--s) var(--s);
        background-repeat: no-repeat;
        cursor: pointer;
        transition: background-position .4s var(--_i,.4s), background-size .4s calc(.4s - var(--_i,.4s));
    }


        .UtImgBrAn:hover {
            background-size: calc(100% - var(--g)) calc(100% - var(--g));
            --_p: calc(var(--g)/2);
            --_i: 0s;
        }



    /*Animation Css */

    @keyframes slideInLeft {
        0% {
            transform: translateX(-100%);
        }

        100% {
            transform: translateX(0);
        }
    }

    .UTslideInLt {
        animation: 1s ease-out 0s 1 slideInLeft;
    }








    /*Banner carousel css*/
    .UTcarousel {
        height: 93vh;
        margin-top: -110px;
        width: 100vw;
        overflow: hidden;
        position: relative;
    }


        .UTcarousel .list .item {
            width: 100%;
            height: 100%;
            position: absolute;
            inset: 0 0 0 0;
        }



            .UTcarousel .list .item img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .UTcarousel .list .item .content {
                position: absolute;
                top: 20%;
                width: 1140px;
                max-width: 80%;
                left: 47%;
                transform: translateX(-50%);
                padding-right: 39%;
                box-sizing: border-box;
                color: #fff;
                text-shadow: 0 5px 10px #0004;
            }

            .UTcarousel .list .item .author {
                font-weight: bold;
                letter-spacing: 10px;
            }

            .UTcarousel .list .item .title,
            .UTcarousel .list .item .topic {
                font-size: 3em;
                font-weight: bold;
                line-height: 1.3em;
            }

            .UTcarousel .list .item .topic {
                color: #ff8400;
            }

            .UTcarousel .list .item .buttons {
                display: grid;
                grid-template-columns: repeat(2, 130px);
                grid-template-rows: 40px;
                gap: 5px;
                margin-top: 20px;
            }

                .UTcarousel .list .item .buttons button {
                    border: none;
                    background-color: #eee;
                    letter-spacing: 2px;
                    font-weight: 500;
                }

                    .UTcarousel .list .item .buttons button:nth-child(2) {
                        background-color: transparent;
                        border: 1px solid #fff;
                        color: #eee;
                    }



    /* thumbail */
    .thumbnail {
        position: absolute;
        bottom: 140px;
        left: 50%;
        width: max-content;
        z-index: 100;
        display: flex;
        gap: 20px;
    }

        .thumbnail .item {
            width: 150px;
            height: 220px;
            flex-shrink: 0;
            position: relative;
        }

            .thumbnail .item img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 20px;
            }

            .thumbnail .item .content {
                color: #fff;
                position: absolute;
                bottom: 10px;
                left: 10px;
                right: 10px;
            }

                .thumbnail .item .content .title {
                    font-weight: 500;
                }

                .thumbnail .item .content .description {
                    font-weight: 300;
                }
    /* arrows */
    .arrows {
        position: absolute;
        top: 73%;
        right: 52%;
        z-index: 100;
        width: 300px;
        max-width: 30%;
        display: flex;
        gap: 10px;
        align-items: center;
    }

        .arrows button {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #eee4;
            border: none;
            color: #fff;
            font-family: monospace;
            font-weight: bold;
            transition: .3s;
        }

            .arrows button:hover {
                background-color: #fff;
                color: #000;
            }

    /* animation */
    .UTcarousel .list .item:nth-child(1) {
        z-index: 1;
    }

        /* animation text in first item */

        .UTcarousel .list .item:nth-child(1) .content .author,
        .UTcarousel .list .item:nth-child(1) .content .title,
        .UTcarousel .list .item:nth-child(1) .content .topic,
        .UTcarousel .list .item:nth-child(1) .content .des,
        .UTcarousel .list .item:nth-child(1) .content .buttons {
            transform: translateY(50px);
            filter: blur(20px);
            opacity: 0;
            animation: showContent .5s 1s linear 1 forwards;
        }

    @keyframes showContent {
        to {
            transform: translateY(0px);
            filter: blur(0px);
            opacity: 1;
        }
    }

    .UTcarousel .list .item:nth-child(1) .content .title {
        animation-delay: 0.7s !important;
    }

    .UTcarousel .list .item:nth-child(1) .content .topic {
        animation-delay: 0.9s !important;
    }

    .UTcarousel .list .item:nth-child(1) .content .des {
        animation-delay: 1.2s !important;
    }

    .UTcarousel .list .item:nth-child(1) .content .buttons {
        animation-delay: 1.6s !important;
    }
    /* create animation when next click */
    .UTcarousel.next .list .item:nth-child(1) img {
        width: 150px;
        height: 220px;
        position: absolute;
        bottom: 50px;
        left: 50%;
        border-radius: 30px;
        animation: showImage .5s linear 1 forwards;
    }

    @keyframes showImage {
        to {
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 0;
        }
    }

    .UTcarousel.next .thumbnail .item:nth-last-child(1) {
        overflow: hidden;
        animation: showThumbnail .5s linear 1 forwards;
    }

    .UTcarousel.prev .list .item img {
        z-index: 100;
    }

    @keyframes showThumbnail {
        from {
            width: 0;
            opacity: 0;
        }
    }

    .UTcarousel.next .thumbnail {
        animation: effectNext .5s linear 1 forwards;
    }

    @keyframes effectNext {
        from {
            transform: translateX(150px);
        }
    }

    /* running time */

    .UTcarousel .time {
        position: absolute;
        z-index: 1000;
        width: 0%;
        height: 3px;
        background-color: #f1683a;
        left: 0;
        top: 0;
    }

    .UTcarousel.next .time,
    .UTcarousel.prev .time {
        animation: runningTime 3s linear 1 forwards;
    }

    @keyframes runningTime {
        from {
            width: 100%
        }

        to {
            width: 0
        }
    }


    /* prev click */

    .UTcarousel.prev .list .item:nth-child(2) {
        z-index: 2;
    }

        .UTcarousel.prev .list .item:nth-child(2) img {
            animation: outFrame 0.5s linear 1 forwards;
            position: absolute;
            bottom: 0;
            left: 0;
        }

    @keyframes outFrame {
        to {
            width: 150px;
            height: 220px;
            bottom: 140px;
            left: 50%;
            border-radius: 20px;
        }
    }

    .UTcarousel.prev .thumbnail .item:nth-child(1) {
        overflow: hidden;
        opacity: 0;
        animation: showThumbnail .5s linear 1 forwards;
    }

    .UTcarousel.next .arrows button,
    .UTcarousel.prev .arrows button {
        pointer-events: none;
    }

    .UTcarousel.prev .list .item:nth-child(2) .content .author,
    .UTcarousel.prev .list .item:nth-child(2) .content .title,
    .UTcarousel.prev .list .item:nth-child(2) .content .topic,
    .UTcarousel.prev .list .item:nth-child(2) .content .des,
    .UTcarousel.prev .list .item:nth-child(2) .content .buttons {
        animation: contentOut 1.5s linear 1 forwards !important;
    }

    @keyframes contentOut {
        to {
            transform: translateY(-150px);
            filter: blur(20px);
            opacity: 0;
        }
    }

    @media screen and (max-width: 678px) {
        .UTcarousel .list .item .content {
            padding-right: 0;
            top: 17%;
        }

            .UTcarousel .list .item .content .title {
                font-size: 20px;
            }

        .thumbnail {
            bottom: 70px;
        }

        .UTcarousel .list .item .topic {
            font-size: 2em;
        }

        .arrows {
            top: 68%;
        }

        .UTcarousel {
            height: 610px;
        }

        .thumbnail .item {
            height: 185px !important;
        }
    }


.UTWishlistHeartDv {
    height: 37px;
    width: 35px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
}

.UTWishlistHeart {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .UTWishlistHeart input[type="checkbox"] {
        display: none;
    }

.UTHeartIcon::before {
    content: "\2661";
    font-size: 24px;
    color: #ccc;
}

.UTWishlistHeart input[type="checkbox"]:checked + .UTHeartIcon::before {
    content: "\2661";
    color: var(--CrTe);
}
.PnSyRwLtDv {
    height: 100%;
    position: sticky;
    top: 50px;
}
.CrBdHdIa {
    background-color: rgb(145, 1, 53) !important;
}</pre></body></html>