@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&amp;display=swap');


html{font-size: 16px;scroll-behavior: smooth;overflow-x:hidden}
body{margin:0; font-family: "Poppins", sans-serif;}
a{text-decoration: none;}
img{max-width: 100%;}
ul{margin: 0; padding: 0; list-style: none;}
.lightgrey { background: rgb(246, 248, 252); }
.whitebg{background: #fff;}
.swiper-button-next:after,.swiper-button-prev:after{background: var(--primarycolor); color: #fff;font-size: 20px; padding: 8px;border-radius: 10px;}
.commonbox{background-color: #fff; border-radius: 0px; -webkit-box-shadow: 2px 2px 5px 0 #00000014; box-shadow: 2px 2px 5px 0 #00000014;padding: 15px 15px;border: 1px solid #c9c7c7;}
.commonbox h2{border-bottom: 1px solid #e8e8e8; padding-bottom: 1rem; margin-bottom: 1rem;font-size: 1.4rem;}
.commonbox.tbpad{padding-top: 15px;    padding-bottom: 15px;}
.mobile-cta{display: none;}
.pckframe{width: 100%; height: 100vh; padding-bottom: 5%;}
.mobileshow,.mobileheader{display: none;}
.collapsing {transition: height .99s ease;}
.menu-arrow {display: none !important;}
.progressset{background: #f6f8fc00; position: fixed; top: 0; left: 0; height: 10px;  z-index:999;min-width: 100%;}
.progressset.progressbg{background: #f6f8fc;}
.pageprogress { transition: all linear 0.1s; min-width: 0%; height:10px}  

.box_inner ul{background: #f2f2f2;}
.box_inner ul li { border-top: 1px solid rgb(255, 255, 255); padding: 7px 10px;font-size: 13px; }

header{padding: 15px 10px;background: #ffffff;}
header h1 {font-size: 1.8rem;font-weight: 700;}
header p{font-size: 1rem;    margin-bottom: 0;}
header ul {padding: 0;text-align: right;list-style: none;    font-family: arial;     display: flex;flex-direction: column;align-items: center;justify-content: center;height: 100%;}
header ul li a {font-size: 23px;color: #000;font-weight: 700; display: inline;}
.logo{display: block;text-align: left;}
.logo img{width: 100%;    border-radius: 10px;}
header h2{font-size: 28px;font-family: "Cinzel", serif;}
header p{font-size: 13px;line-height: 17px;}

.menu{background: #f2f2f2;}
.homeicon {float: left; background: rgb(227 193 108 / 29%); padding:8.5px 9px;}
.homeicon img {width: 24px;}
.menu ul.topmenu{list-style: none; padding: 0%; margin: 0%;text-align: left;float: left;}
.menu ul.topmenu li{display: inline-block;}
.menu ul.topmenu li a{padding:0.5rem 0.7rem;display: block;color: #434242;font-weight: 500;text-transform: uppercase; font-size: 1.1rem;}
.menu ul.topmenu li a.is-current,.menu ul.topmenu li.active a{background: #e3c16c;}
.menu ul.topmenu li a:active{color: #fff;background: blue;border-color: blue;}
.menu.has-sticky {display: block !important; position: fixed; box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 16px; width: 100%; z-index: 99; top:10px; animation: 0.35s ease-out 0s 1 normal none running slideDown; }
@keyframes slideDown { 
  0% { transform: translateY(-100%); }
  100% { transform: translateY(0px); }
}
.menu ul.childmenu{text-align: right; border-top: 1px solid #fff; margin-bottom: 0;list-style: none;} 
.menu ul.childmenu li{display: inline-block;}
.menu ul.childmenu a{padding: 0.5rem 0.7rem;display: block;color: #434242;text-transform: uppercase;font-weight: 500;    font-size: 14px;}


.homeslider{position: relative;margin-bottom: 30px;}
.homeslide img{width: 100vw;height: 69vh; object-fit: cover; position: relative;}
.homeslide .swiper-slide{position: relative;}
.homeslide .swiper-slide:after{position: absolute;content: ""; height: 100%; display: block; bottom: 0; left: 0; z-index: 1; width: 100%; height: 40%; background: linear-gradient(0deg, #141414, rgba(0, 0, 0, .78) 22.22%, rgba(0, 0, 0, .56) 46.84%, rgba(65, 65, 65, 0));pointer-events: none; margin-bottom: -2px;}
.homeslide .swiper-button-prev,.homeslide .swiper-button-next{background-color: rgba(0, 0, 0, .5);  border: 1px solid #e0e0e0; border-radius: 50%;min-width: 50px;   min-height: 50px;  max-width: 50px;  max-height: 50px;}
.homeslide .swiper-button-prev{left: 100px;}
.homeslide .swiper-button-next{right: 100px;}
.homeslide .swiper-pagination-bullet{height: 3px;width: 15px;border-radius: 0px; background: #868786; transition: opacity .6s ease;}
.homeslide .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;transition: opacity .6s ease;}
.slidecontent{min-width: 536px; display: flex; flex-direction: column; position: absolute;  z-index: 2; bottom: 43px; left: 50%;margin-left: -268px;box-sizing: border-box;align-items: center; text-align: center;justify-content: center;}
.slidecontent h3{color: #fff;font-size: 22px;font-weight: 400; line-height: 33px; margin-top: 17px;padding-right: 15px;}
.slidecontent h3 span.slideoff{background: #ffba0a;padding: 0 12px;    border-radius: 5px;    color: #202020;    font-weight: 500;}
/* .slidecontent h3 span{padding: 0 4px; border-radius: 5px; color: #fcaf17; font-weight: 600;} */
.slidecontent h2{color: #fff; font-size: 42px; font-weight: 600; line-height: 50px;}
.slidecontent h2 span{color: #ffba0a;font-weight: 700; text-transform: uppercase;}
.slidecontent .ctndraw{width: 100%;margin: 15px 0; min-height: 1px; background: linear-gradient(270deg, hsla(0, 0%, 100%, .05) -.13%, hsla(0, 0%, 88%, .05) 0, #fff 49.17%, hsla(0, 0%, 88%, .05));}
.slidecontent .tprice{color: #e0e0e0;font-size: 15px; font-weight: 400;line-height: 20px;}
.slidecontent .tprice .inprice{color: #fff;font-size: 22px;font-weight: 600;line-height: 33px;margin: 0 5px 0 10px;}
.slidecontent .tprice .closeprice{color: #e0e0e0;font-size: 18px; font-weight: 300;line-height: 33px; margin-right: 15px; -webkit-text-decoration-line: line-through;text-decoration-line: line-through;}
.slidecontent a{margin-top: 15px;width: 184px; height: 51px;line-height: 51px; border-radius: 40px; background: #2f4137;color: #fff; font-size: 14px; font-weight: 500; cursor: pointer;text-transform: capitalize;}

.tourlist{padding: 40px 0 20px;}
.tour{position: relative;}
.tourctn{z-index: 1; position: absolute;bottom: 0;padding: 15px;width: 100%;}
.tour .tourimage img{border-radius: 10px;width: 100%; height: 510px;}
.duration ul{display: flex;justify-content: space-between;align-items: center;}
.duration li{color: #fff;font-size: 13px;line-height: 21px;}
.duration li svg{margin-top: -10px;}
.tourctn h2{line-height: 23px;color: #fff; font-size: 14px;font-weight: 500;text-transform: capitalize;margin-top: 5px;}
.tourctn .drawline{margin: 15px 0 5px;min-height: 1px; width: 100%;background: linear-gradient(270deg, hsla(0, 0%, 100%, .05) -.13%, hsla(0, 0%, 88%, .05) 0, #fff 49.17%, hsla(0, 0%, 88%, .05));}
.tourprice ul{display: flex; justify-content: flex-start;}
.tourprice ul li:first-child{padding-left: 0; text-decoration: line-through;font-weight: 400;}
.tourprice ul li{color: #fff;font-weight: 600;padding-left: 10px; font-size: 18px; line-height: 27px;}
.tourbtn ul{padding-top: 1rem;}
.tourbtn li{text-align: center; display: inline-block;}
.tourbtn li a{display: block;height: 51px; width: 51px; line-height: 51px;border-radius: 7px; border: 1px solid #fff;background: transparent;color: #fff; font-size: 14px; font-weight: 500;}
.tourbtn li:nth-child(2) a{background: #fff;color: #202020; width: 100%;}
.tourbtn li:first-child{width: 51px;margin-right: 5px;}
.tourbtn li:nth-child(2){width: calc(100% - 121px);}
.tourbtn li:nth-child(3){width: 51px; margin-left: 5px;}
.tourlistslider .swiper-wrapper,.tourpackagelist .swiper-wrapper{margin-bottom: 2rem;}
.swiper-pagination-bullet.swiper-pagination-bullet-active{background: #2f4137;}

.getoffer{padding-bottom: 30px;}
.offer_bg{text-align: center;position: relative;}
.offer_bg img{border-radius: 10px;    width: 1320px;    height: 220px}
.offerctn{position: absolute; left: 16px; top: 0; width: 50%; height: 100%; text-align: left; padding: 16px 20px;}
.offerctn h2{color: #fff;font-size: 30px; font-weight: 600;line-height: normal;}
.offerctn p{font-size: 13px;font-style: normal;font-weight: 400; color: #fff;}
.offerctn a{background: #fff;color: #2f4137;font-size: 14px;font-weight: 500;  padding: 12px 24px;display: block;width: 162px;}

.holiday_market{background: #fff; padding: 30px 0px;}
.holidaypoint ul{padding: 0; margin: 0; list-style: none;}
.holidaypoint ul li{float: left; width: 33.33%;text-align: center; margin-top: 20px;}
.holidaypoint ul li img{width: 48px; height: 48px;}
.holidaypoint h3{text-align: center;font-size: 21px;}
.holidaypoint p{margin-bottom: 0;}
.holidaypoint.bdfrgt ul{border-left: 1px dotted;}

.reviewlist{padding: 30px 0px;}
.reviewlist h2{text-align: center; margin-bottom: 1rem;}
.svgfile{margin-bottom: 1rem;}
.revexc{display: flex; flex-direction: column; justify-content: center; align-items: center;height: 100%;}
.revstar img{width: 30px;}
.glogo img{width: 110px; margin: 0px auto;}
.revexc p{font-size: 13px; margin-top: 10px;}
.reviewpoint{background: #fff;padding: 15px;box-shadow: 1px 1px 7px 0 rgba(0,0,0,.13), 0 0 2px 0 rgba(0,0,0,.05);margin: 20px 5px;position: relative;transition: transform 300ms ease-out;display: flex;flex-direction: column-reverse;border-radius: 10px;}
.reviewpoint:hover{-webkit-transform: translate(0, -5px);  -ms-transform: translate(0, -5px); transform: translate(0, -5px);}
/* .reviewpoint:before{display: block; content: ""; background: url(../images/gicon.svg) no-repeat; background-size: 20px 20px;width: 20px;height: 20px; position: absolute;right: 10px;} */
.reviewpoint1 .swiper-wrapper{margin-bottom: 1rem;}
.reviewpic{display: flex;margin-top: 1rem;}
.reviewpic img{width: 40px;height: 40px; margin-right: 2%;}
.reviewpic .name{color: #000; font-weight: 600;    font-size: 13px;}
.reviewpic .name small{display: block; font-weight: 400; font-size: 10px;}
.starimg img{width: 17px;}
.reviewpoint i.fa-star{color: #fb8e28;font-size: 1.2rem;}
.reviewpoint .reviewctn{font-size: .8rem;margin-top: 0.6rem;height: 100px;overflow-y: scroll;}

.recommended{padding: 30px 0;}
.recommend_box{background: #fff;padding: 10px;border:1px solid #e9cd7e;border-radius: 10px;}
.tourbox{margin-bottom: 1rem;}
.tourbox img{width: 15px;}
.tourbox span{text-transform: uppercase;font-size: .7rem;font-weight: 500;}
.recommend_box h2{font-size: 18px;font-weight: 600;}
.tdetails img{width: 10px;}
.tdetails p{font-size: .7rem;}
.tourimg{position: relative;}
.tourimg img{border-radius: 12px; height: 240px; width: 100%; object-fit: cover;}
.tourimg span.days{background: #000; color: #fff;position: absolute;right: 5px; z-index: 1; font-size: 11px;top: -10px; padding: 5px 15px; border-radius: 13px;}
.specialoffer{margin-top: 1rem;font-size: .9rem;}

#popupmodel .modelclosebtn{position: absolute;right: 0px;top: -11px; width: 30px; height: 30px; background: #fff; color: #000; border-radius: 100%; text-align: center;line-height: 33px; box-shadow: 0 -5px 15px rgba(82,82,82,.5);z-index: 2;}
#popupmodel .modelclosebtn .btn-close{transition: all .2s ease-in-out;    font-size: 13px;}
#popupmodel .modelclosebtn .btn-close:hover{    transform: rotate(90deg); color: #000;font-size: 14px;}
.mainform h3{color: #202020;font-size: 22px;font-weight: 500; line-height: 33px; margin-bottom: 3px;}
.mainform h3 span{color: #fcaf17;font-weight: 600; margin-left: 5px;}
.mainform p{color: #515151;font-size: 12px; font-weight: 400; line-height: 18px;}
.mainform label{font-size: 14px;color: #cbcbcb;    transition: all .1s linear;}
.mainform label span{color: red;}
.mainform .form-control:focus{box-shadow: none;    border-color: #dee2e6;}
.mainform .input-group-text{background: transparent; width: 14%; margin-right: 2%; border-radius: 5px;}
.mainform .input-group input{border-radius: 5px;}
.mainform textarea{height: 82px; margin-bottom: 11px;}
.mainform input[type=submit]{border-radius: 7px;background: #2f4137;width: 100%;height: 51px;color: #fff; font-size: 16px;font-weight: 500;cursor: pointer; transition: all .1s linear; border: 0;text-decoration: none;}
.mainform .form-floating,.mainform .input-group-text{margin-bottom: 11px;}
.mainform .form-floating .form-control{height: 52px;min-height: 52px;padding:.7rem .75rem 0;font-size: 14px;}

.tourpackage{padding: 50px 0 30px;}
.tourtitle h2{line-height: 33px; font-size: 22px; font-weight: 600; color: #202020;text-transform: capitalize; margin-bottom: 20px;}
.tourtitle h3{line-height: 27px; margin-top: 5px;font-size: 18px;font-weight: 500;color: #515151; text-transform: capitalize; margin-top: 0;}
.tpcakage{border: 1px solid #c9c7c7; box-shadow: 2px 2px 5px 0 #00000014;padding: 15px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;margin-bottom: 25px;}
.tpcakage img{border-radius: 10px;width: 100%;height: 280px;object-fit: cover;cursor: pointer;}
.tpcakage .dayscount{display: flex;justify-content: space-between;align-items: center;position: relative;z-index: 9;width: 100%;margin: -44px auto 0px;background: rgb(24 65 94 / 79%);padding: 10px 10px;border-radius: 0px 0px 10px 10px;-webkit-border-radius: 0px 0px 10px 10px;-moz-border-radius: 0px 0px 10px 10px;color: #fff;}
.tpcakage li .dcount{color: #fff;  font-size: 12px; font-weight: 400; line-height: 21px;}
.tpcakage .dayscount svg{margin-top: -8px;}
.tpcakage .dayscount .rating{color: #fff; font-size: 14px; font-weight: 500;line-height: 21px;margin:0 5px 0px 0px;}
.tpcakage li span{color: #fff; font-size: 12px; font-weight: 400; line-height: 21px;}
.tpcakage h2{color: #202020; font-size: 15px; font-weight: 400; text-transform: capitalize; margin-top: 10px;}
.ilternarylist{background: linear-gradient(180deg, rgba(255, 186, 10, .1), rgba(255, 186, 10, 0));font-size: 12px;margin: 3px 0px;/* height: 36px; */}
.tamenities{margin-top: 10px;}
.tamenities ul{display: flex;justify-content: space-between;align-items: center;text-align: center;flex-wrap: nowrap;overflow-x: scroll;gap: 20px;overflow-y: hidden;border: 1px solid #e3e3e3;border-radius: 4px;padding: 10px;}
.tamenities ul li{/* flex: 0 0 56px; */}
.tamenities ul li img{width: 32px; height: 32px;}
.tamenities ul li p{margin-bottom: 0;font-size: 12px;/* height: 50px; */}
.tpcakage .tprice{display: flex; justify-content: flex-start;gap: 3px;align-items: center;}
.tpcakage .tprice .mprice{color: #202020; font-size: 18px;font-weight: 600;line-height: 27px;margin-right: 5px;}
.tpcakage .tprice .sprice{color: #515151;font-size: 14px;font-weight: 400;line-height: 21px;text-decoration-line: line-through;}

.tbtn{display: flex; justify-content: space-between; align-items: center; margin-top: 15px;}
.packagebtn a{border: 1px solid #18415e;display: block;/* width: 51px; *//* height: 40px; *//* line-height: 40px; */text-align: center;border-radius: 7px;background: #18415e;color: #fff;font-size: 12px;font-weight: 500;text-transform: uppercase;}
.packagebtn a svg path{color: #ffffff;fill: #fff !important;!I;!;}
.packagerequest a{background: #18415e;color: #fff;display: block;/* height: 40px; *//* line-height: 40px; */width: 100%;text-align: center;border-radius: 7px;font-size: 14px;font-weight: 600;}
.packagerequest{display: inline-block;padding: 0px 10px;width: calc(100% - 100px);/* display: none; */height: 43px;line-height: 43px;}
.packagebtn{width: 50px;display: inline-block;height: 40px;line-height: 40px;}

.tslide .swiper-button-prev,.tslide .swiper-button-next{width: 30px; height: 30px; background: #fff;border-radius: 100%; opacity: 0;transition: opacity .2s linear;}
.tslide:hover .swiper-button-prev,.tslide:hover .swiper-button-next{opacity: 1;}
.tslide .swiper-button-prev:after,.tslide .swiper-button-next:after{color: #637075;font-size: 13px;width: 30px;height: 30px;line-height: 15px;text-align: center;}
.tslide .swiper-pagination-bullet{background-color: #fff; opacity: .5;}
.tslide .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;}

.details_form {background: #8c8c8c;padding: 18px 10px}
.details_form p {margin-bottom: 0;font-size: 13px;color: #fff}
.details_form input {height: 38px}
.details_form .btn {line-height: .5}
.details_form img {margin-bottom: 5px}
.details_form .input-group-text {padding: 4px;font-size: .8rem}
.form-number {background: #fff;font-size: 12px;display: flex;align-items: center; padding: 0 5px 0 0;color: #b3b3b3;line-height: 40px;height: 38px;border: 1px solid #c9c9c9}
.details_form img {width: 23px}

#book-online {padding: 20px 0px;position: relative;}
.why-book { border-right: 1px dotted rgb(51, 51, 51); text-align: center; margin: 20px 0px;  height: 70%; padding: 0px 20px;}
.why-book img { margin-bottom: 10px; filter: hue-rotate(119deg); width: 35px;}
.why-book h4 { color: rgb(80 109 220); font-size: 19px;}
.why-book p {font-size: 16px;}

.how-it-work {padding: 20px 0px;}
.elementor-widget-container {padding: 25px;text-align: center;}
.ha-steps-icon {position: relative; display: inline-block; margin-bottom: 2rem; padding: 40px; border-radius: 50%; text-align: center;  font-size: 46px;   height: 150px;   width: 150px;   background: rgb(80 109 220);}
.ha-step-arrow {width: 60px; border-color: rgb(155, 155, 155);}
.ha-steps-icon img {width: 70px;}
.ha-steps-icon .ha-steps-label {position: absolute;top: 5px; right: 0px; overflow: hidden; padding: 8px 10px;  max-width: 200%;  border: 3px solid rgb(255, 255, 255);  border-radius: 20px;   color: rgb(255, 255, 255);   text-overflow: ellipsis;   white-space: nowrap;   font-size: 12px;   line-height: 1;}
.ha-steps-title {margin-bottom: 10px; color: rgb(49, 62, 100);  font-size: 17px;  letter-spacing: 0.6px;  font-weight: 900;}
.ha-step-description {color: rgb(46, 46, 46);font-size: .8rem;}
.ha-steps-label {color: rgb(49, 62, 100); background: rgb(255, 199, 80);}

.place {padding-bottom: 30px;}
#pills-tab button.active {
    background: linear-gradient(to right, #8A19E2, #0094DA) !important;
    /* font-weight: 600 !important; */
    color: #fff;
}
#pills-tab button {
    margin-right: 10px;
    border: 1px solid transparent;
    border-radius: 20px !important;
    background: linear-gradient(to right, white, white), linear-gradient(to right, #8A19E2, #0094DA);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    padding: 0px 20px;
    border-radius: 50px;
    width: auto !important;
    height: 31px;
    font-weight: bold;
    color: #000;
    font-weight: 300;
}
.place-inner {
    margin-bottom: 30px;border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}
.place-content {
    padding: 10px;
    background: #fff;
}
.place-content h4 {
    font-size: 15px;
    font-weight: 800;
}

footer {padding: 3rem 0 0;background: #373737;}
footer h3 {color: #eb5976;border-bottom: 1px solid #757575; padding-bottom: 0.5rem; margin-bottom: 0.5rem; font-size: 1.3rem;}
footer h5 {color: #c9c9c9;margin-bottom: 0;font-size: 1rem;}
footer .footerfirst ul {margin-top: 1rem;padding-left: 0;list-style: none;}
footer .footerfirst ul li {margin-bottom: 1rem;}
footer .footerfirst ul li a {color: #757575;}
footer .footerfirst ul li a i {margin-right: 0.6rem;}
footer h6 {color: #f9f9f9}
footer .approved img {width: 56px; height: 56px; background: #fff;border-radius: 10px}
footer .accept img {width: 42px;height: 42px;background: #fff; border-radius: 100%}
.disclamier{background: #f2ead3;}
.disclamier p {margin-top: 10px;text-align: center;color: #000;padding: 10px;font-size: .9rem; margin-bottom: 0;}
.copyright p {text-align: left; color: #fff; padding: 10px 0;}



.modal-overlay.slideuppopup { display: none; position: fixed; top: 0;  left: 0; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.7); z-index: 999;}
.modal-content.slideupcontent {background-color: #e1e1e1;height: 100vh !important; width: 70%; padding: 1px; border-radius: 5px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); position: fixed; bottom: 0; right: 0;}
.close-btn {position: absolute;top: 341px; left: -57px; padding: 2px; cursor: pointer; font-size: 26px; color: #fff; border-radius: initial; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); width: 40px; height: 40px;text-align: center;  margin: 10px auto;  background-color: #000;border-radius: 30px;}
#backgroundOverlay {position: fixed; top: 0;left: 0;width: 100%; height: 98%; background-color: rgba(0, 0, 0, 0.5); display: none;z-index: 9998;}
@keyframes slideIn { from { transform: translateY(100%);  }
to {transform: translateY(0); }  }
@keyframes slideOut {from {transform: translateY(0);  }
to {transform: translateY(100%);} 
}
@keyframes slideleft {from { transform: translateX(+100%); }
to {transform: translateX(0);} 
}
@keyframes slideleftOut {from {transform: translateX(0);}
to {transform: translateX(+100%);}
}
.whyus .modeltitle {text-align:center; padding:10px;background: #F2EAD3;color: #121212;padding-top: 10px;border-radius: 6px 6px 0px 0px;margin-bottom: 0px;border-bottom: 1px solid #d1cbcb; text-transform: uppercase; font-size: 28px;}
.scrollfix{height: 100vh; overflow-y: scroll;padding-bottom: 7%;}
.packageenquiry {position:fixed;width:100%;max-width:23%;top:50%;box-sizing:border-box;padding:5px 10px;margin-top:-184px}
.packageenquiry input,.packageenquiry textarea {margin-bottom:4px;font-size: 14px;}
.packageenquiry img{width: 21px;}
.packageenquiry .form-number{height: 35px;}
.packageenquiry h3 {font-size:1rem;text-align:center}
.packageenquiry p {font-size:13px;text-align:center}

.guestgallery{padding: 20px 0px;background: #f9f9f9;}
.guestgallery h2{text-align: center; margin-bottom: 30px;    color: #212221; font-size: 28px;}
.galleryguest img{height: 250px;width: 100%;object-fit: cover;}
.galleryguest .swiper-wrapper{margin-bottom: 40px;}

.bestchoose{padding: 30px 0px;}
.bestchoose h2{text-align: center; margin-bottom: 30px;}
.featured-item{/* text-align: center; */border: 1px solid #dfdfdf;border-radius: 8px;padding: 15px;display: flex;/* justify-content: center; */align-items: center;}
.featured-item h4{font-size: 18px;/* margin-top: 15px; */}
.featured-item p{margin-bottom: 0;font-size: 13px;}

.popular{padding: 35px 0;background: #18415e;}
.popular h2{color: #fff; text-align: center; font-size: 22px; margin-bottom: 30px;}
.popular p{color: #fff; text-align: center; font-size: 14px; margin-bottom: 30px;}
.popularbox{background: #fff;border-radius: 12px;position: relative;}
.popularbox img{border-radius: 12px;width: 100%;object-fit: cover;height: 200px;}
.popularbox h4{padding: 5px 10px;font-size: 15px;color: #25272c;/* padding-bottom: 10px; *//* margin-bottom: 40px; */position: absolute;left: 50%;background: #ffffffde;bottom: 10px;transform: translate(-50%, 10px);width: max-content;border-radius: 18px;}
.popularbox p{color: #25272c; font-size: 14px; font-weight: 400; text-align: left; padding: 0px 15px 15px; height: 170px;}

.brands,.villaexperience{padding: 20px 0;}
.experiencebox{display: flex; margin-bottom: 50px;}
.experienceimage{flex: 0 0 50%; max-width: 50%;}
.experienceimage img{border-radius: 10px 0 0 10px; -webkit-border-radius: 10px 0 0 10px; -moz-border-radius: 10px 0 0 10px;}
.experiencectn{flex: 0 0 50%; max-width: 50%;border: 1px solid #f1f1f1;  padding: 0 30px 0 70px;display: flex;  flex-direction: column;  align-items: center;  justify-content: center; border-radius: 0px 10px 10px 0px; -webkit-border-radius: 0px 10px 10px 0px; -moz-border-radius: 0px 10px 10px 0px;}
.experiencectn h3{font-family: "Athelas Regular";font-size: 50px; color: #2b2b2b; margin-bottom: 25px;}
.experiencectn p{font-size: 15px; color: #2b2b2b; line-height: 30px;font-weight: 500;margin-bottom: 0;}
.experiencebox.bdrchnage .experienceimage img{border-radius: 0px 10px 10px 0; -webkit-border-radius: 0px 10px 10px 0; -moz-border-radius: 0px 10px 10px 0;}
.experiencebox.bdrchnage .experiencectn{border-radius: 10px 0px 0px 10px; -webkit-border-radius: 10px 0px 0px 10px; -moz-border-radius: 10px 0px 0px 10px;}

.progresscounter{text-align: center;padding: 50px 0;}
.progresscounter h2{    margin-bottom: 2rem;}
.progresscounter h4{color: #282828;font-size: 18px;    margin-top: 1rem}
.progresscounter p{font-size: 13px;}

.stepworld{background: #000; padding: 100px 0;}
.stepworld .stepone h2{font-size: 34px;color: #A37D2D;text-transform: uppercase;  font-family: "Cinzel", serif;    line-height: 43px;}
.stepworld .stepone p{color: rgb(255 255 255 / .6); font-size: 13px;}
.stepworld ul{text-align: center;}
.stepworld ul li{display: inline-block; width: 23%; box-sizing: border-box;box-shadow: inset 0 0 0 2px rgb(163 125 45 / .2);transition: color 0.25s;border-radius: 10px;padding: 18px;margin:0px 5px 15px; position: relative;}
.stepworld ul li:hover:before{content:"";display:block;color: #A37D2D; transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;  border-radius: 10px; border-top-color: rgb(163 125 45 / .7); border-right-color: rgb(163 125 45 / .7);}
.stepworld ul li:hover:after{content: ''; position: absolute; box-sizing: inherit;  width: 0; height: 0; border: 2px solid #fff0; border-radius: 10px;}
.stepworld ul li img{width: 79px;height: 70px;}
.stepworld ul li p{margin-top: 20px;color: rgb(255 255 255 / .6); font-size: 13px; font-weight: 300;    margin-bottom: 0;}

.highlight{padding: 30px 0;}
.highlight ul{display: flex;flex-wrap: wrap;align-items: center;gap: 0px 15px;/* justify-content: center; */}
.highlight ul li{/* flex: 0 0 32.33%; */display: flex;/* gap: 10px; */align-items: center;justify-content: center;width: 19%;border: 1px solid #00000012;padding: 7px 10px;margin-bottom: 15px;border-radius: 10px;background: #8484840f;}
.highlight ul li img{width: 31px;margin-right: 10px;}
.highlight ul li p{margin-bottom: 0;font-size: 15px;font-weight: 400;}


.popupmenu{position: sticky;top: 0;left: 0; background: #fff;z-index: 999;}
.popupmenu ul{border-bottom: .7px solid #bababa;display: flex;justify-content: center;align-items: center;}
.popupmenu ul li a{color: #4a4a4a;padding: 11px 15px 11px;display: block;font-weight: 600; text-transform: uppercase;}
.popupmenu ul li a.is-current{    border-bottom: 2px solid #0084ff;
    color: #0084ff;}

.villadetails{padding: 10px 10px;}
.villadetails .t3{color: #4a4a4a;font-weight: 600;margin-bottom: 15px;border-bottom: 1px solid #e7e7e7;padding-bottom: 10px;}
.entire ul{border: 1px solid #d4d4d4; border-radius: 8px; padding: 15px;display: flex;align-items: center;justify-content: space-between;}
.entire ul li{display: flex; gap: 10px;}
.entire ul li img{width: 15px;height: 20px;}
.entire ul li h6{color: #4a4a4a;margin-bottom: 0; font-size: 15px; font-weight: 600;}
.entire ul li p{margin-bottom: 0;font-size: 12px;}

.aboutvilla{padding-top: 30px;}
.aboutvilla p{font-size: 12px;font-weight: 600;}
.aboutvilla ul{list-style: disc;padding-left: 20px;}
.aboutvilla li{font-size: 14px;padding-bottom: 5px;}

.highlightbox{display: flex; gap: 20px;margin-top: 20px; }
.highlightbox .hightlist{background-color: #EDF6FF; border: 1px solid #c8e6ff; border-radius: 4px;padding: 10px;text-align: center;    flex: 0 0 150px;}
.highlightbox .hightlist p{margin-bottom: 0;font-size: 11px;margin-top: 7px;}

.fooddining{padding-top: 30px;}
.fooddining .fdining{border-bottom: 1px solid #c7c7c7; margin-bottom: 10px;padding-bottom: 10px;}
.fooddining .fdining h5{font-size: 16px;padding-bottom: 5px;}

.villalocation{padding-top: 40px;}
.villalocation button:focus{box-shadow: none;}
.villalocation .locvilinner p{font-size: 14px;font-weight: 400;border-bottom: 1px solid #f5f4f4; padding-bottom: 10px; margin-bottom: 10px;}

.amenitiespopup{padding-top: 30px;padding-bottom: 30px;}
.amenitiespopup .amentbox{}
.amenitiespopup .amentbox ul{padding-left: 0;list-style: none;display: flex; justify-content: space-between; flex-wrap: wrap;}
.amenitiespopup .amentbox ul li{display: flex;align-items: center;gap: 10px;flex: 0 0 50%; padding-bottom: 10px;}
.amenitiespopup .amentbox ul li img{border: 1px solid #aad9ff; border-radius: 100%; width: 40px; height: 40px; padding: 10px;}

.amenitiespopup .boxlist{padding-top: 20px;display: flex; gap: 20px;flex-wrap: wrap;}
.amenitiespopup .boxlist .amenbox{flex: 0 0 47%;}
.amenitiespopup .boxlist .amenbox h5{font-size: 18px;padding-bottom: 10px;}
.amenitiespopup .boxlist .amenbox ul{list-style: none;    padding: 10px; background: #fff;}

.vilatoggle{border: 1px solid #dee2e6;}
.vilatoggle button{background: #fff;  border: 0; padding: 16px; width: 100%; text-align: left;background: #f6f8fc;border-radius: 6px 6px 0px 0px; display: flex; justify-content: space-between;align-items: center;}
.vilatoggle .locvilinner{padding: 20px; border-radius: 0px 0px 10px 10px;}

.floatingwhatsapp,.floatingcall {position: fixed; right: 10px;  bottom: 40px;  z-index: 99999;}
.floatingcall{right: inherit; left: 10px;}
.floatingwhatsapp a,.floatingcall a { display: block; width: 100px; text-align: center; color: #000;}
.floatingwhatsapp a img,.floatingcall a img { width: 55px; margin-bottom: 6px;}
.floatingwhatsapp p,.floatingcall p { margin-bottom: 0; background: #fff; padding: 3px; font-size: 12px;font-weight: 600;text-align: center; border-radius: 10px; box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.2);}
.sc-heading.style-02 .head-button a {position: relative;display: inline-block;font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}
.sc-heading.style-02 .head-button a:after {
    float: right;
    content: '';
    position: relative;
    width: 60px;
    height: 2px;
    display: block;
    margin: 11px 10px 0 20px;
    background: red;
}
.sc-heading.style-02 .head-button {
    margin-top: 20px;
    text-align: right;
}
.sc-img-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
section.about {
    padding: 50px 0;
}
.sc-heading.style-02 h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
}
box_facilities.no-border {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.box_facilities.no-border img {
    width: 70px;
}
.border-box {
    border: 1px solid #0000000f;
    padding: 16px;
    border-radius: 10px;
    background: #f7f7f7c9;
    margin-bottom: 50px;
}

.box_facilities.no-border h3 {
    font-size: 20px;
    margin-top: 10px;
}
.box_facilities.no-border {
    display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.mainbg {
 background: url(../images/banner.JPG) #0000004f;
 background-size: cover;
 min-height: 600px;
 /* padding: 4rem 0; */
 position: relative;
 background-blend-mode: multiply
}

.sliderform {
    margin-left: auto;
    background-color: #ffffff73;
    width: 373px;
    border-radius: 16px;
    padding: 20px 24px
}

.sliderform h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem
}

.sliderform img {
    width: 25px
}

.sliderform label {
    display: block;
    font-size: .9rem;
    text-transform: uppercase;
    color: #161616;
    margin-bottom: 5px
}

.sliderform input,
.sliderform select {
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    font-weight: 400;
    font-size: .8rem;
    line-height: 24px;
    padding: 9px 10px;
    display: block;
    width: 100%;
    margin-bottom: .7rem
}

.sliderform .input-group-text {
    padding: 8.5px 10px
}

.sliderform input[type=submit] {
    background: #038760;
    border-color: #038961;
    color: #fff;
    text-transform: uppercase
}

.slider_ctn h2 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 7px 6px rgba(0, 0, 0, .4)
}

.slider_ctn p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}

.review_list span {
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff
}

.review_list i {
    color: #ffcc13;
    font-size: 1.7rem
}

.trusrcard {
    background-color: rgba(4, 4, 4, .5);
    padding: 20px 30px;
    position: absolute;
    left: 0;
    bottom: 15%;
    border-radius: 0 80px 80px 0;
    width: 100%;
    max-width: calc(100% - 40%)
}

.trusrcard ul {
    padding: 0;
    margin: 0
}

.trusrcard ul li {
    display: inline-block;
    text-align: center;
    width: 19.33%
}

.trusrcard ul li img {
    height: 40px;
    object-fit: contain;
    width: 50px
}

.trusrcard h5 {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    margin-top: 10px
}
.slider_ctn h6 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
}
.Stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Stars {
    --percent: calc(var(--rating) / 2.6* 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
    margin-left: 10px;
}       
:root {
    --star-size: 24px;
    --star-color: #fff;
    --star-background: #fc0;
}
.rating-box {
    display: flex;
    align-items: center;
}

.mobile-cta, .mobileheader, .mobileshow, .mobshow {
    display:none;
}
.mainbg {
    position:relative;
}
.banner-slider img{
    width:100%;
}
.banner-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    background: #00000045;
}
.packagebtn a svg {
    width: 17px;
    /* height: 40px; */
    /* margin-right: 5px; */
}
.tpcakage .dayscount .rating img {
    display: inline-block;
    width: 20px;
    height: 100%;
}
.featured-item img {
    width: 50px;
    margin-right: 16px;
}
.seen-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c7ffad;
}

.seen-slider .swiper-pagination-bullet{
    background-color: #fff;
    border: 1px solid #fff;
}

/*.tbtn .packagebtn:first-child a{*/
/*    background:red;*/
/*    border-color: red;*/
/*}*/
/*.tbtn .packagebtn:last-child a{*/
/*    background: green;*/
/*    border-color: green;;*/
/*}*/