<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
    --dynamic-text:#ffbb02;
}

body{
    font-family: "Inter", sans-serif;
}
a{
    text-decoration: none;
}


.main_fghyuji {
    position: relative;
}

.main_fghyuji .first{
    position: absolute;top: 0;width: 100%;height: 170px;z-index: -1;
}

.main_fghyuji .second{
    padding: 2.5rem 1rem 1rem 1rem;
}
.main_fghyuji .second .bars_nav{
    background: #ffffff96;padding: 10px;border-radius: 6px;font-size: 22px;color: #FDFDFD;display: flex;align-items: center;justify-content: center;
}
.main_fghyuji .second .logo{
    height: 60px;
}
.main_fghyuji .second .second_child1,.main_fghyuji .second .second_child2{
    display: grid;grid-template-columns: repeat(4,1fr);margin-top: 2.5rem;gap: 10px;
}
.main_fghyuji .second .second_child2{
    border-radius: 12px;box-shadow: 0px 7px 16px #0000001c;margin-top: 2rem;gap: 0;
}
.main_fghyuji .second .second_child1&gt;a{
    background: #fff;box-shadow: 0px 7px 16px #0000001c;border-radius: 8px;padding: 12px;display: flex;flex-direction: column;gap: 6px;align-items: center;text-decoration: none;color: #696969;font-size: 12px;
}
.main_fghyuji .second .second_child1 img,.main_fghyuji .second .second_child2 img{
    height: 33px;width: auto;
}
.main_fghyuji .second .second_child2&gt;a{
    padding: 12px;display: flex;flex-direction: column;gap: 6px;text-decoration: none;color:#696969 ;font-size: 12px;align-items: center;justify-content: center;position: relative;
}
.main_fghyuji .second .second_child2&gt;a::before{
    content: '';position: absolute;right: 0;height: 50px;width: 2px;background: #e3e3e3;
}
.main_fghyuji .second .second_child2&gt;a:last-child::before{
    display: none;
}




.mainHeadAll h4{
    margin-bottom: 0;font-size: 16px;font-weight: 600;
}
.iujhghui{
    display: flex;align-items: center;gap: 6px;text-decoration: none;color: #696969;font-size: 12px;font-weight: 600;
}
.iujhghui i{
    background: var(--dynamic-text);color: #fff;padding: 4px 5px;border-radius: 50%;font-size: 8px;
}




.deal_first{
    margin-top: 1rem;padding:0.5rem 1rem 1.4rem 1rem;white-space: nowrap;display: flex;gap: 1rem;overflow: auto;
}
.scroll_none{scrollbar-width: none;-ms-overflow-style: none;}
.scroll_none::-webkit-scrollbar {
    display: none;
}
.deal_first&gt;div{
    background: #fff;border-radius: 12px;box-shadow: 0px 5px 10px #09090912;padding: 8px 18px;font-size: 12px;display: inline-flex;gap: 6px;align-items: center;font-weight: 600;cursor: pointer;transition: all ease-in-out .1s;
}
.deal_first&gt;div.active{
    background: var(--dynamic-text);color: #fff;
}
.deal_card_div{
    padding: 0 1rem;white-space: nowrap;overflow: auto;display: none;
}
.deal_card_div.active{
    display: block;
}
.deal_card_div&gt;div{
    display: inline-block;width:180px;white-space: collapse;border: 2px solid #f5f5f5;border-radius: 18px;margin-right: 0.5rem;
}
.deal_card_div .img{
    position: relative;height: 156px;border-radius: 18px;overflow: hidden;
}
.deal_card_div .img::before{
    content: '';position: absolute;top: 0;left: 0;border-radius: 18px;width: 100%;height: 100%;z-index: 1;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.54%, rgba(0, 0, 0, 0.68) 100%);
}
.deal_card_div .img .fwefwefw{
    position: absolute;top: 8px;right: 8px;background: #fff;border-radius: 50%;line-height: 1;display: grid;place-items: center;height: 26px;width: 26px;
}
.deal_card_div .child1{
    padding: 12px;
}
.deal_card_div .child1 h2{
    font-size: 12px;font-weight: 600;color:#2A2A2A;margin-bottom: 6px;width: 50%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.deal_card_div .child1 p{
    font-size: 10px;font-weight: 400;line-height: 12px;color: #696969;margin-bottom: 6px;
}
.deal_card_div .child1 a{
    font-size: 10px;font-weight: 600;text-decoration: none;color: #2A2A2A;display: flex;align-items: center;gap: 8px;
}
.deal_card_div .child1 a i{
    font-size: 8px;
}
.deal_card_div .child1 .yyvyvyvyuib{
    box-shadow: 4px 8px 20px 0px #0000000D;border-radius: 15px;display: flex;justify-content: space-between;font-size: 9px;margin-top: 10px;line-height: 18px;
}
.deal_card_div .child1 .yyvyvyvyuib&gt;div:first-child{
    padding-left: 8px;
}
.deal_card_div .child1 .yyvyvyvyuib&gt;div:last-child{
    background: var(--dynamic-text);color: #fff;width: 90px;height: 20px;border-radius: 15px;text-align: center;font-weight: 900;
}



.why_section{
    margin-top:1rem;background: #fafafa;padding: 1rem;display: flex;flex-direction: column;gap: 1rem;
}
.why_section&gt;div{
    display: flex;align-items: stretch;border-radius: 16px;overflow: hidden;box-shadow: 4px 8px 20px 0px #0000000D;background: white;
}
.why_section&gt;div .img{
    height: 100px;width: 30%;
}
.why_section&gt;div .rfewrgrgw{
    width: 70%;position: relative;display: flex;justify-content: center;flex-direction: column;padding: 0 12px;
}
.why_section&gt;div .rfewrgrgw&gt;div{
    position: absolute;top: 10px;right: 10px;background: var(--dynamic-text);color: #fff;font-size: 10px;padding: 3px 4px;border-radius: 50%;
}
.why_section&gt;div .rfewrgrgw h4{
    font-size: 16px;font-weight: 600;
}
.why_section&gt;div .rfewrgrgw p{
    font-size: 12px;font-weight: 400;color: #696969;margin-bottom: 0;
}


.banner_section{
    margin-top: 1rem;padding: 0 1rem;
}
.banner_section h2{
    font-size: 16px;font-weight: 600;
}
.banner_section img{
    height: 100px;width: 100%;object-fit: cover;
}
.slider_dotsCs{margin-bottom: 10px !important;}
.slider_dotsCs .slick-dots {position: relative;bottom: 5px;}
.slider_dotsCs .slick-dots li{
    width: 6px;height: 6px;background: #ccc;border-radius: 15px;transition: all ease-in-out .2s;
}
.slider_dotsCs .slick-dots li.slick-active{width: 18px;background: var(--dynamic-text);}
.slider_dotsCs .slick-dots li button{
    display: none;
}


.popular_section .img{
    height: 120px;
}
.popular_section .oiuyhnrgwe{
    background: var(--dynamic-text);font-size: 8px;font-weight: 600;padding: 2px 12px;border-radius: 26px;color: #fff;
}


.top_flight_div{
    display: flex;flex-direction: column;gap: 1rem;
}
.top_flight_div .biygyigiyhbwr4{
    box-shadow: 4px 8px 20px 0px #0000000D;border-radius: 15px;display: flex;align-items: center;
}
.top_flight_div .biygyigiyhbwr4&gt;div:first-child{
    width: 72%;padding: 12px;border-right: 1px solid #E0E0E0;display: flex;justify-content: space-between;
}
.top_flight_div .biygyigiyhbwr4&gt;div:first-child .img{
    height: 40px;width: 40px;border-radius: 6px;overflow: hidden;
}
.top_flight_div .biygyigiyhbwr4&gt;div:first-child .firsty{
    width: calc(100% - 60px);display: flex;justify-content: space-between;align-items: center;
}
.top_flight_div .biygyigiyhbwr4&gt;div:first-child .firsty&gt;div:first-child{
    width: 30%;overflow: hidden;
}
.top_flight_div .biygyigiyhbwr4&gt;div:first-child .firsty&gt;div:last-child{
    width: 30%;overflow: hidden;
}
.top_flight_div .flRoutBetwee{
    background: var(--dynamic-text);color: #fff;border-radius: 50%;width: 15px;height: 15px;display: grid;place-items: center;position: relative;
}
.top_flight_div .flRoutBetwee::before{
    content: '';position: absolute;top: 50%;width: 55px;height: 1px;background: var(--dynamic-text);z-index: -1;
}
.top_flight_div .flRoutBetwee i{
    font-size: 10px;
}
.top_flight_div .biygyigiyhbwr4&gt;div:first-child .firsty .flg_code{
    font-size: 14px;font-weight: 800;color: #2A2A2A;width: 100%;overflow: hidden;text-overflow: ellipsis;
}
.top_flight_div .biygyigiyhbwr4&gt;div:first-child .firsty .flg_city{
    font-size: 11px;font-weight: 400;color: #696969;width: 100%;overflow: hidden;text-overflow: ellipsis;
}
.top_flight_div .biygyigiyhbwr4&gt;div:last-child{
    width: 28%;display: flex;flex-direction: column;padding: 12px 12px;justify-content: center;
}
.top_flight_div .biygyigiyhbwr4&gt;div:last-child .strFrom{
    font-size: 10px;font-weight: 500;color: #9D9D9D;
}
.top_flight_div .biygyigiyhbwr4&gt;div:last-child .priceStr{
    font-size: 15px;font-weight:700 ;color: #2A2A2A;
}
.top_flight_div .biygyigiyhbwr4&gt;div:last-child .gvyiubhbui{
    font-size: 8px;padding: 3px 12px;background: var(--dynamic-text);color: #fff;border-radius: 10px;width: fit-content;text-align: center;margin-bottom: 3px;
}


.blog_card{
    height: 140px;width: 100%;position: relative;border-radius: 12px;overflow: hidden;
}
.blog_card .img{
    height: 100%;width: 100%;
}
.blog_card .gtyuijhberwtbg{
    position: absolute;top: 0 ;left: 0;width: 100%;height: 100%;z-index: 1;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.54%, rgba(0, 0, 0, 0.68) 100%);border-radius: 12px;
}
.blog_card .gtyuijhberwtbg&gt;div{
    font-size: 11px;font-weight: 600;color: #fff;height: 100%;width: 100%;display: flex;align-items: end;padding: 8px;
}


.review_card{
    box-shadow: 4px 8px 20px 0px #0000000D;padding: 1rem;border-radius: 16px;
}
.review_card .first{
    display: flex;align-items: center;gap: 10px;justify-content: space-between;
}
.review_card .userImg{
    height: 60px;width: 60px;border-radius: 50%;overflow: hidden;
}
.review_card .useName{
    font-size: 12px;font-weight: 600;color: #2A2A2A;
}
.review_card .userLoca{
    font-size: 10px;font-weight: 500;color: #9D9D9D;
}
.review_card .usestar{
    font-size: 12px;font-weight: 600;color: #2A2A2A;
    
}
.review_card .usestar i{
    color: #FFBB02;
}
.icoRev{
    display: flex;align-items: center;gap: 2px;
}
.icoRev&gt;div{
    height: 25px;width: 25px;border-radius: 8px;background: var(--dynamic-text);display: grid;place-items:center ;
}
.review_card .second{
    font-size: 12px;font-weight: 400;color: #696969;margin-top: 8px;
}


.faq_section .accordion-item{
    border: 0 !important;
}
.faq_section .accordion-button{
    border: 0;padding: 12px 6px 12px 0px;border-bottom: 2px solid #e2e2e2;font-size: 14px;font-weight: 400;color: #2a2a2a;
}
.faq_section .accordion-button:focus{
    outline: none;box-shadow: none;background: #fff;
}
.faq_section .accordion-button:not(.collapsed){
    outline: none;box-shadow: none;background: #fff;border: none;
}
.faq_section .accordion-body{
    padding: 0;font-size: 12px;color:#696969 ;
}
.faq_section .accordion-button::after{
    content: "\f054";background: var(--dynamic-text);color: #fff;border-radius: 50%;font-weight: bold;display: grid;place-items: center;font-family: "Font Awesome 6 Free";font-size: 10px;
}
.faq_section .accordion-button:not(.collapsed)::after{
    transform: rotate(90deg);
}
.faq_section .accordion-collapse.show .accordion-body{
    border-bottom: 1px solid #ddd;padding-bottom: 1rem;
}


.bottom_nav{
    position: fixed;z-index: 2;bottom: 0;width: 100%;box-shadow: 0px 0px 15px 0px #0000001A;padding: 10px 26px;background: #fff;display: flex;justify-content: space-between;
}
.bottom_nav&gt;a{
    display: flex;flex-direction: column;font-size:12px ;font-weight: 600;gap: 4px;align-items: center;color: #9D9D9D;
}
.bottom_nav&gt;a i{
    font-size: 14px;
}
.bottom_nav&gt;a.active{
    color: #173E95;
}
.bottom_nav .cfgvhyujiok{
    position: absolute;top: -30px;border-radius: 50%;padding: 8px;background: #fff;left: 42%;
}
.bottom_nav .cfgvhyujiok i{
    background: var(--dynamic-text);color: #fff;border-radius: 50%;height: 40px;width: 40px;display: grid;place-items: center;transition: all ease-in-out .3s;animation: zoonInOut linear 2s infinite;
}
@keyframes zoonInOut{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}

.flightSearchMain{
    background: #F5F5F5;
}
.flightSearchMain .rytuyuiretbg{
    font-size: 16px;font-weight: 600;color: #2A2A2A;line-height: 1;
}
.flightSearchMain .cghpijiohhvy{
    font-size: 12px;font-weight: 400;color: #696969;
}
.flightSearchMain .second_child{
    background: #fff;border-radius: 25px;padding: 1.5rem 2rem;box-shadow: 0px 0px 20px 0px #0000001A;margin-top: 18px;
}
.customRadio{
    width: 15px;height: 15px;border: 1px solid var(--dynamic-text);border-radius: 50%;position: relative;transition: all ease-in-out .5s;
}
.customRadio.active::after{
    content: '';position: absolute;width: 9.71px;height: 9.71px;background: var(--dynamic-text);border-radius: 50%;top: 1.5px;left: 1.5px;
}

.flrFirniegfwef{
    margin-top: 1rem;
}
.dep i,.arr i{
    color: var(--dynamic-text);
}
.dep{
    transform: rotate(-25deg);
}
.arr{
    transform: rotate(25deg);
}
.flrFirniegfwef&gt;div{
    padding: 15px 0;border-bottom: 1px solid #E0E0E0;position: relative;
}
.flrFirniegfwef&gt;div .gyuyouhio{
    font-size: 10px;font-weight: 500;color: #9D9D9D;line-height: 12px;
}
.flrFirniegfwef&gt;div .fgyhoiunhyhn{
    font-size: 14px;font-weight: 700;color: #2A2A2A;user-select: none;text-transform: uppercase;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.flrFirniegfwef&gt;div .rotateFly{
    position: absolute;background: #F7F6F4;bottom: -25%;right: 0;z-index: 1;padding: 6px 10px;border-radius: 10px;transform: rotate(90deg);color: var(--dynamic-text);transition: all ease-in-out .3s;
}
.flrFirniegfwef&gt;div .rotateFly.active{
    transform: rotate(270deg);
}
.flrFirniegfwef&gt;div svg path{
    stroke: var(--dynamic-text);
}
.roundBox.active svg path,.roundBox.active .gyuyouhio,.roundBox.active .we44efgw3234{
    stroke: #ddd;color: #ddd;
}
.picker__wrap{
    width: 90%;margin: auto;
}
.picker__frame{
    top: 20%;
}
.picker__footer{
    padding-bottom: 1rem;
}
.picker__day--highlighted{
    background: var(--dynamic-text);color: #fff;
}
.picker__footer button{
    width: 100%;background: var(--dynamic-text);color: #fff;border-radius: 10px;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected{
    background: var(--dynamic-text);border-color: var(--dynamic-text);
}
.flrFirniegfwef&gt;div .kjerwergqwrgb{
    border: 0;outline: none;width: 100%;font-size: 14px;font-weight: 700;color: #2A2A2A;padding: 0;
}

.flightSearchMain .ghjipoiuhg p{
    font-size: 12px;font-weight: 400;color: #696969;
}
.flightSearchMain .ghjipoiuhg .oiuytreswdfg{
    white-space: nowrap;overflow: auto;display: flex;
}
.flightSearchMain .ghjipoiuhg .oiuytreswdfg&gt;div{
    border-radius: 10px;background: #E0E0E0;color: #fff;padding: 3px 16px;width: fit-content;margin-right: 12px;transition: all ease-in-out .1s;font-size: 14px;font-weight: 700;
}
.flightSearchMain .ghjipoiuhg .oiuytreswdfg&gt;div.active{
    background: var(--dynamic-text);
}
.flightSearchMain .submiBtnFl,.oijtcyuiow{
    background: var(--dynamic-text);width: 100%;border: 0;outline: none;color: #fff;font-size: 16px;font-weight: 600;border-radius: 15px;padding: 12px;
}

.flightSearchDiv{
    position: fixed;top: 0;width: 100%;height: 100vh;z-index: 2;overflow: auto;transform: scale(0);transition: all ease-in-out .3s;
}
.flightSearchDiv.active{
    transform: scale(1);
}
.flightSearchDiv .oiujhgiuwerfw,.flightSearchDiv .oiujhgiuwerfw2{
    padding: 14px 22px;background: #fff;box-shadow: 0px 0px 20px 0px #0000001A;border-radius: 24px;
}
.flightSearchDiv input{
    font-size: 14px;font-weight: 500;border: 0;outline: none;
}
.flightSearchDiv .oiujhgiuwerfw2&gt;div{
    padding: 14px 0;border-bottom: 1px solid #ddd;
}
.flightSearchDiv .oiujhgiuwerfw2&gt;div&gt;div:first-child{
    width: 80%;
}
.flightSearchDiv .oiujhgiuwerfw2&gt;div&gt;div&gt;div:nth-child(2){
    width: calc(100% - 70px);
}
.flightSearchDiv .oiujhgiuwerfw2&gt;div&gt;div:last-child{
    width: 18%;margin-left: auto;
}
.flightSearchDiv .oiujhgiuwerfw2&gt;div .flCode{
    font-size: 16px;font-weight: 700;background: var(--dynamic-text);color: #fff;border-radius: 10px;padding: 4px 0;width: 50px;text-align: center;
}
.flightSearchDiv .oiujhgiuwerfw2&gt;div .flCity{
    font-size: 14px;font-weight: 700;color: #2A2A2A;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-transform: uppercase;
}
.flightSearchDiv .oiujhgiuwerfw2&gt;div .flAir{
    font-size: 10px;font-weight: 500;color: #9D9D9D;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.iopoikjhgfcert .ppiuhwerq{
    border-radius: 10px;background: #E0E0E0;color: #fff;padding: 4px 12px;user-select: none;transition: all ease-in-out .2s;
}
.iopoikjhgfcert .ppiuhwerq.active{
    background: var(--dynamic-text);
}


.loaderFlight{
    position: fixed;top: 0;left: 0;width: 100%;z-index: 4;height: 100vh;background: #fff;display: grid;place-items: center;
}
.loaderFlight img{
    height: auto;width: 400px;object-fit: cover;
}
.loaderFlight.active{
    display: none;
}

.customALT{
    display: flex;position: fixed;top: 10px;z-index: 2;right: 10px;
}
.customALT .alert{
    font-size: 12px;padding: 8px 50px 8px 12px;
}
.customALT .alert-dismissible .btn-close{
    padding: 12px;
}

.sideBar{
    position: fixed;top: 0;left: 0;width: 100%;height: 100dvh;z-index: 4;background: #2E2E2E61;display: flex;opacity: 0;user-select: none;pointer-events: none;transition: all ease-in-out .4s;
}
.sideBar.active{
    opacity: 1;user-select: auto;pointer-events: auto;
}
.sideBar .first {
    width: 70%;height: 100%;padding: 2rem 0;transform: translateX(-100%);transition: all ease-in-out .3s;
}
.sideBar .first.active{
    transform: translateX(0%);
}
.sideBar .first .child{
    width: 100%;background: #fff;height: 100%;border-radius: 0px 20px 20px 0;padding: 25px;overflow:auto;scrollbar-width: none;
}
.sideBar .first .child::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}
.sideBar .second{
    width: 30%;background: transparent;height: 100%;user-select: none;
}
.sideBar .closeSide i{
    background: #EB544A;color: #fff;padding: 4px 6px;border-radius: 2px;font-size: 14px;
}
.sideBar .sideLink{
    display: flex;list-style: none;flex-direction: column;padding: 0;margin: 0;margin-top: 12px;
}
.sideBar .sideLink li{
    border-bottom: 1px solid #D1D1D1;padding: 10px 0;
}
.sideBar .sideLink li a{
    font-size: 14px;font-weight: 500;color: #2A2A2A;
}
.sideBar .erftghjjhgtew{
    display: flex;align-items: center;justify-content: center;gap: 2rem;position: relative;
}
.sideBar .erftghjjhgtew::before{
    content: '';background: #D1D1D1;width: 2px;height: 100%;position: absolute;left: 50%;
}
.sideBar .erftghjjhgtew img{
    height: 25px;width: auto;
}

.about_head{
    height: 100px;width: 100%;overflow: hidden;position: relative;
}
.about_head .child{
    position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding-left: 20px;display: flex;align-items: center;background: #000000b0;
}
.about_head .child&gt;div a{
    background: #FFFFFF5C;padding: 10px 12px;border-radius: 10px;color: #Fff;
}


.holidayBox .second .second_child1{
    background: #fff;border-radius: 15px;box-shadow: 0px 6px 20px 0px #0000000D;padding: 12px 18px;margin-top: 4rem;display: block;
}
.holidayBox .second .second_child1 i{
    color: var(--dynamic-text);
}

.holidayBox .hojhbghjuiteg{
    font-size: 14px;font-weight: 400;color: #9D9D9D;user-select: none;
}

.destinSlider.slider_dotsCs .slick-dots{
    margin-top: 1rem;
}
.destiCard a{
    width: 100%;display: flex;flex-direction: column;align-items: center;
}
.destiCard .img{
    height: 80px;width: 80px;border-radius: 50%;overflow: hidden;
}
.destiCard h2{
    font-size: 12px;font-weight: 600;color: #2A2A2A;text-align: center;
}

.exploreDIV&gt;div{
    background: #173E9508;padding: 4px;
}


.viewPackage .ghjikolkijhgf{
    height: fit-content;
}
.viewPackage .img{
    border-radius: 8px;overflow: hidden;height: 100%;width: 100%;
}
.viewPackage h1{
    font-size: 20px;font-weight: 600;
}
.viewPackage .night{
    font-size: 18px;font-weight: 400;color:var(--dynamic-text)
}
.viewPackage .location{
    font-size: 15px;font-weight: 500;color: #9D9D9D;
}
.viewPackage .startFrom{
    font-size: 8px;font-weight: 500;color: #9D9D9D;
}
.viewPackage .price{
    font-size: 22px;font-weight: 700;color: #2A2A2A;
}
.viewPackage .packaType{
    display: flex;align-items: start;position: relative;
}
.viewPackage .packaType&gt;div{
    padding: 2px 12px;border-radius: 10px;font-size: 16px;font-weight: 600;color: var(--dynamic-text);border: .5px solid var(--dynamic-text);background: #fff;
}
.viewPackage .packaType::after{
    content: '';position: absolute;top: 50%;height: 1px;background: #00000080;width: 100%;z-index: -1;
}
.viewPackage .typekiujnwe4g&gt;div{
    padding: 4px 8px;border-radius: 8px;border: 1px solid #E0E0E0;box-shadow: 0px 0px 15px 0px #0000000D;background: var(--dynamic-text)
}
.viewPackage .typekiujnwe4g&gt;div img{
    height: 18px;width: 18px;
}

.bottomHeader{
    position: fixed;bottom: 0;left: 0;width: 100%;box-shadow: 0px 0px 15px 0px #0000001A;background: #fff;display: flex;align-items: center;justify-content: space-between;padding: 12px;
}
.bottomHeader&gt;div:nth-child(1){
    width: 60%;
}
.bottomHeader&gt;div:nth-child(1) a{
    background: var(--dynamic-text);color:#fff;width: 100%;border: 0;outline: none;border-radius: 10px;padding: 10px;font-size: 16px;font-weight: 600;display: block;text-align: center;
}
.bottomHeader&gt;div:nth-child(2),.bottomHeader&gt;div:nth-child(3){
    width: 15%;
}
.bottomHeader&gt;div:nth-child(2) a{
    background: #FF6161;color: #fff;width: 100%;padding: 10px;border-radius: 10px;border: 0;outline: none;display: block;text-align: center;
}
.bottomHeader&gt;div:nth-child(2) a img{
    height: 21px;width: 21px;
}
.bottomHeader&gt;div:nth-child(3) a{
    background: #35e356;color: #fff;width: 100%;padding: 10px;border-radius: 10px;border: 0;outline: none;display: block;text-align: center;
}
.viewPackage .topHeader&gt;div{
    padding: 3px 14px;border-radius: 10px;font-size: 14px;font-weight: 700;color: #fff;background: #E0E0E0;
}
.viewPackage .topHeader&gt;div&gt;a{
    color: #fff;
}
.viewPackage .topHeader&gt;div.active{
    background: var(--dynamic-text);
}
.viewPackage .bottSection{
    padding: 12px;border: 1px solid #E0E0E0;border-radius: 10px;
}
.viewPackage .bottSection h2{
    font-size: 15px;font-weight: 700;color: #263238;
}
.viewPackage .bottSection .rgwerwegweg{
    font-size: 13px;font-weight: 300;color: #000;line-height: 20px;max-height: 100px;overflow: hidden;margin-bottom: 8px;
}
.viewPackage .bottSection .rgwerwegweg.active{
    max-height: fit-content;
}
.viewPackage .bottSection .poab{
    position: absolute;top: -15px;right: 25px;background: #fff;
}
.viewPackage .bottSection .poab img{
    height: 25px;width: auto;
}
.viewPackage .bottSection .read{
    font-size: 12px;text-align: end;cursor: pointer;color: #2a2a2a;font-weight: 500;
}
.viewPackage .itinearryiweb&gt;div{
    border-radius: 15px;box-shadow: 0px 6px 20px 0px #0000000D;padding: 12px;margin-top: 1rem;border: 0;
}
.viewPackage .accordion-button{
    padding: 0;background: #E0E0E04D;border-radius: 10px;
}
.viewPackage .accordion-button .ghjuiokujhg{
    font-size: 12px;font-weight: 500;color: #263238;margin-left: 10px;width: calc(100% - 70px);
}
.viewPackage .accordion-button .dayIndi{
    background: var(--dynamic-text);color: #fff;border-radius: 10px;font-size: 14px;font-weight: 700;padding: 6px 12px;width: 80px;text-align: center;
}
.viewPackage .accordion-button::after{
    content: "\f054";background: var(--dynamic-text);color: #fff;border-radius: 50%;font-weight: bold;display: grid;place-items: center;font-family: "Font Awesome 6 Free";font-size: 10px;
}
.viewPackage .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}
.viewPackage .accordion-body{
    padding: 0;font-size: 13px;font-weight: 300;line-height: 22px;color: #000000;margin-top: 10px;
}
.viewPackage .accordion-button:focus{
    background: #E0E0E04D;outline: none;box-shadow: none;
}
.viewPackage .accordion-button:not(.collapsed){
    color: #263238;background: #E0E0E04D;
}

.viewPackage .bottomSecTab{
    border-radius: 10px;box-shadow: 0px 6px 20px 0px #0000000D;padding: 14px;
}
.viewPackage .bottomSecTab h3{
    font-size: 18px;font-weight: 600;color: var(--dynamic-text);
}
.viewPackage .bottomSecTab .bottDivP{
    font-size: 13px;font-weight: 300;line-height: 24px;max-height: 90px;overflow: hidden;margin-bottom: 8px;
}
.viewPackage .bottomSecTab .bottDivP ul{
    padding-left: 14px;
}
.viewPackage .bottomSecTab .bottDivP.active{
    max-height: fit-content;
}
.viewPackage .bottomSecTab .read{
    text-align: right;font-size: 12px;color: #2a2a2a;font-weight: 400;
}

.rfgthyujikl::before{
    width: 75px !important;
}

.fghyuiorftgyh{
    font-size: 15px;font-weight: 600;position: relative;padding-left: 18px;
}
.fghyuiorftgyh::after{
    content: '';position: absolute;top: 50%;width: 28px;left: -16px;background: var(--dynamic-text);height: 2px;
}   
.fghyuiorftgyh .option{
    font-size: 12px;font-weight: 700;color: #fff;background: var(--dynamic-text);padding: 1px 6px;border-radius: 10px;line-height: 19px;
}
.fghyuiorftgyh .option::after{
    content: '';width: 15px;height: 2px;background: var(--dynamic-text);position: absolute;right: -15px;top: 50%;
}
.fghioiuygfrwg{
    font-size: 8px;font-weight: 500;color: #9D9D9D;text-transform: uppercase;width: 48px;text-overflow: ellipsis;overflow: hidden;
}

.hotelCard{
    overflow: hidden;border-radius: 15px;box-shadow: 4px 8px 20px 0px #0000000D;margin-top: 10px;
}
.hotelCard .first&gt;div:first-child{
    width: 30%;overflow: hidden;
}
.hotelCard .first&gt;div:last-child{
    width: 70%;
}
.hotelCard .headhbkb{
    font-size: 14px;font-weight: 600;color: #2A2A2A;
}
.hotelCard .locatiowegwe{
    font-size: 10px;font-weight: 500;color: #9D9D9D;
}
.hotelCard .locatiowegwe p{
    margin: 0;
}
.hotelCard .roomType{
    background: #FFBB0233;color: var(--dynamic-text);font-size: 12px;font-weight: 600;padding: 12px;
}
.hotelCard .faciLIIi{
    font-size: 11px;font-weight: 600;color: var(--dynamic-text);
}
.hotelCard .faciDivwef{
    display: grid;grid-template-columns: repeat(3,1fr);gap: 5px;
}
.hotelCard .faciDivwef&gt;div{
    font-size: 9px;font-weight: 500;color: #9D9D9D;   display: flex;gap: 4px;align-items: center;
}
.hotelCard .faciDivwef&gt;div i{
    background: var(--dynamic-text);color: #fff;padding: 3px;font-size: 6px;border-radius: 50%;
}

.transitgvbhjk{
    border-radius: 15px;box-shadow: 0px 6px 20px 0px #0000000D;padding: 10px;display: flex;align-items: center;font-size: 12px;font-weight: 400;color: #263238;position: relative;
}
.transitgvbhjk .spanrgwerf{
    background: var(--dynamic-text);color: #fff;padding: 1px 15px;margin: 0 5px;font-size: 10px;font-weight: 700;border-radius: 10px;
}
.transitgvbhjk .spanrgwerf.from::after{
    content: '';position: absolute;top: 50%;left: -17px;background: var(--dynamic-text);height: 2px;width: 33px;
}
.transitgvbhjk .spanrgwerf.to::after{
    content: '';position: absolute;top: 50%;right: -15px;background: var(--dynamic-text);height: 2px;width: 33px;
}
.ghjuikthserter{
    position: absolute;top: 10px;right: 10px;background: var(--dynamic-text);color: #fff;font-size: 8px;padding:2px 4px;border-radius: 50%;
}




.gallery-container {
    display: flex;justify-content: center;
}

.slides {
    margin: 0;display: grid;grid-auto-flow: row;width: 100%;padding: 0;height: 100dvh;overflow-y: auto;overscroll-behavior-y: contain;scroll-snap-type: y mandatory;scrollbar-width: none;
}

.slides&gt;div {
    scroll-snap-align: start;height: 100dvh;position: relative;
}

.slides video {
    width: 100%;object-fit: cover;height: 100%;
}

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

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

.egwregesTop {
    position: absolute;top: 0;z-index: 1;width: 100%;padding: 1rem;
}

.egwregesTop i {
    font-size: 24px;color: #fff;
}

.egwregesBottom {
    position: absolute;bottom: 0;z-index: 1;width: 100%;padding: 1rem;height: 30%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);color: #fff;
}

.egwregesBottom h1 {
    font-size: 24px;font-weight: 600;margin-bottom: 10px;
}

.egwregesBottom h2 {
    font-size: 18px;font-weight: 400;margin-bottom: 10px;
}
.wregserthsrt{
    display: flex;align-items: center;margin-top: 10px;gap:8px;
}
.wregserthsrt&gt;div{
    height: 30px;width: 30px;border: 1px solid #fff;border-radius: 8px;padding: 8px;display: grid;place-items: center;
}
.wregserthsrt&gt;div img{
    height: 100%;width: 100%;object-fit: cover;
}

.itinearyGallery{
    position: fixed;top: 0;right: 0;width: 100%;height: 100dvh;background: #000000f0;z-index: 3;display: none;padding: 12px 20px;
}
.itinearyGallery img{
    height: 100% !important;width: 100% !important;object-fit: contain !important;
}
.itinearyGallery .slick-list,.itinearyGallery .slick-track,.itinearyGallery .slick-track,.itinearyGallery .slick-slide&gt;div{
    height: 100%;
}
.itinearyGallery.active{
    display: block;
}
.itinearyGallery.active .slider_dotsCs .slick-dots{
    margin-top: 1rem;
}
.itinearyGallery&gt;div:first-child{
    height: 20%;
}
.itinearyGallery&gt;div:last-child{
    height: 60%;
}


.enquiryForm{
    position: fixed;top: 0;left: 0;width: 100%;height: 100dvh;background: #F5F5F5;z-index: 3;overflow: auto;display: none;
}
.enquiryForm.active{
    display: block;
}
.enquiryForm .firstChild{
    border-radius: 25px;box-shadow: 0px 0px 20px 0px #0000001A;background: white;
}
.enquiryForm .firstChild .wantToGo{
    background: var(--dynamic-text);border-radius: 25px;padding: 20px;text-align: center;
}
.enquiryForm .firstChild .wantToGo h4{
    font-size: 16px;font-weight: 500;margin-bottom: 6px;color: #fff;
}
.enquiryForm .firstChild .wantToGo p{
    margin-bottom: 0;font-size: 10px;font-weight: 400;color: #fff
}


.enquiryForm .formChild{
    padding: 16px 20px;
}
.enquiryForm .formChild&gt;div{
    padding: 14px 6px;display: flex;align-items: center;gap: 14px;position: relative;
}
.enquiryForm .formChild&gt;div ul{
    padding: 0;margin: 0;list-style: none;
}
.enquiryForm .formChild&gt;div ul li{
    padding: 8px 12px;font-size: 14px;font-weight: 400;border-bottom: 1px solid #ddd;
}
/* .enquiryForm .formChild&gt;div:first-child,.enquiryForm .formChild&gt;div:nth-child(2){
    border-bottom: 1px solid #E0E0E0;
} */
.enquiryForm .formChild&gt;div label{
    font-size: 8px;font-weight: 500;color: #9D9D9D;
}
.enquiryForm .formChild&gt;div input{
    outline: none;border: 0;font-size: 14px;font-weight: 700;color: #2A2A2A;padding: 0;background: transparent;
}
.enquiryForm .formChild&gt;div input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.enquiryForm .formChild&gt;div input[type=number] {
    -moz-appearance: textfield;
}
.enquiryForm .formChild&gt;div input::placeholder{
    font-weight: 400;color: #9D9D9D;
}
.enquiryForm .formChild&gt;div .cotact{
    font-size: 12px;font-weight: 700;position: relative;width: 100%;
}
.enquiryForm .formChild&gt;div .cotact::after{
    content: '';position: absolute;top: 50%;height: 1px;background: #E0E0E0;width: 65%;right: 0;
}
.enquiryForm .formChild&gt;div button{
    width: 100%;background: var(--dynamic-text);color: #fff;border-radius: 15px;padding: 10px;border: 0;outline: none;font-size: 16px;font-weight: 600;
}

.enquiryForm .rfgtyuioprte{
    box-shadow: 0px 6px 20px 0px #0000000D;padding: 10px 16px;border-radius: 15px;margin-top: 14px;
}
.enquiryForm .rfgtyuioprte input{
    font-size: 14px;font-weight: 400;
}

.thankgtyuio{
    padding: 24px;border-radius: 25px;box-shadow: 0px 0px 20px 0px #0000001A;background: #fff;
}
.thankgtyuio .logo{
    display: flex;align-items: end;justify-content: end;
}
.thankgtyuio .logo img{
    height: 35px;width: auto;
}

.shareSection{
    background: #00000077;position: fixed;top: 0;left: 0;width: 100%;height: 100dvh;z-index: 2;opacity: 0;user-select: none;pointer-events: none;transition: all ease-in-out .3s;
}
.shareSection.active{
    opacity: 1;user-select: auto;pointer-events: all;
}
.shareSection&gt;div:first-child{
    height: 50%;
}
.shareSection .secondCHd{
    height: 50%;background: #fff;border-top-left-radius: 25px;border-top-right-radius: 25px;padding: 20px;transform: translateY(100%);transition: all ease-in-out .4s;
}
.shareSection .secondCHd.active{
    transform: translateY(0%);
}
.shareSection .imgGes{
    display: flex;align-items: center;gap: 20px;flex-wrap: wrap;
}
.shareSection .imgGes img{
    height: 45px;width: 45px;border: 1px solid #ddd;border-radius: 50%;
}
.shareSection .copyLink{
    width: 80%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 13px;font-weight: 400;
}
.shareSection .copyBtn{
    border: 0;outline: none;background: var(--dynamic-text);color: #fff;padding: 2px 9px;border-radius: 6px;font-size: 12px;font-weight: 400;
}</pre></body></html>