@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'platomedium';
  src: url('../fonts/plato-medium-webfont.eot');
  src: url('../fonts/plato-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/plato-medium-webfont.svg#platomedium') format('svg'), url('../fonts/plato-medium-webfont.woff') format('woff'), url('../fonts/plato-medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html{font-size: 16px;scroll-behavior: smooth;}
body{margin:0; font-family: "Poppins", sans-serif; background: url(../images/bodybg.jpg) repeat center top; }
a{text-decoration: none;}
img{max-width: 100%;}
ul{margin: 0; padding: 0; list-style: none;}
.lightgrey { background: rgb(246, 248, 252); }
.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,.mobileheader{display: none;}
.box_inner ul{background: #f2f2f2;}
.box_inner ul li { border-top: 1px solid rgb(255, 255, 255); padding: 7px 10px;font-size: 13px; }

.swiper-pagination-bullet{height: 3px;width: 15px;border-radius: 0px;background: linear-gradient(to bottom, #b7e132 0%, #76b62e 100%); transition: opacity .6s ease;}
.swiper-pagination-bullet.swiper-pagination-bullet-active{background: linear-gradient(to bottom, #a51206 0%, #8c0f05 45%, #730c04 100%);transition: opacity .6s ease;}
.sliderhome iframe{width: 100%; height: 84vh;}
.scrollfix {height: 100vh;overflow-y: scroll;padding-bottom: 7%;}
.popframe {height: 100vh;padding-bottom: 5%; overflow-y: scroll; width: 100%;}

.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} 

header{padding: 15px 10px; }
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;  display: flex;flex-direction: column;align-items: center;justify-content: center;height: 100%;}
header ul li a {font-size: 23px;color: #000;font-weight: 600; display: inline;}
.logo{display: block;text-align: left;}
.logo img{width: 180px;}
header h2{font-size: 28px;}
header p{font-size: 11px;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{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;}
.homeslide img{width: 100vw;height:80vh; 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: 100%; 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{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: #016701;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;}


.reviewlist{padding: 30px 0px;}
.reviewlist h2{text-align: center; margin-bottom: 2rem;    font-family: 'platomedium';}
.reviewpoint{background: #fafafa; padding: 15px;}
.reviewpic{display: flex;    margin-bottom: 1rem;}
.reviewpic img{width: 40px;height: 40px; margin-right: 2%;}
.reviewpic .name{color: #000; font-weight: 600;}
.reviewpic .name small{display: block; font-weight: 400; }
.reviewpoint i.fa-star{color: #fb8e28;font-size: 1.2rem;}
.reviewpoint .reviewctn{font-size: .8rem;margin-top: 0.6rem;height: 100px;overflow-y: scroll;}
.reviewpoint1 .swiper-wrapper{margin-bottom: 3rem;}


.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;}

.counteroffer{padding:0px 0 30px;}
.offercounter{display: flex; justify-content: space-between; align-items: flex-end;background: #141414;padding: 20px; border-radius: 10px; width: 1020px;margin: 0px auto;margin-top: 20px;}
.offerbox{display: flex; flex-direction: column; align-items:flex-start; flex: 0 0 60%;}
.offerbox h3{color: #fff;text-align: center; font-size: 24px; font-weight: 700; line-height: 36px;}
.offerbox h4{color: #fff; font-size: 20px; font-weight: 600; line-height: 30px;}
.offerbox p{color: #e0e0e0;font-size: 14px; font-weight: 400; line-height: 21px; margin-top: 0px; margin-bottom: 7px;}
.offerbox a{display: block;height: 51px; line-height: 51px; text-align: center; width: 236px; border-radius: 10px; background: linear-gradient(93deg, #ff7b26, #ec048c); margin-top: 9px; color: #fff; font-size: 15px; font-weight: 500; cursor: pointer;}
.counterbox{flex: 0 0 40%;display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end;}
.counterbox h3{color: #fff; font-size: 18px; font-weight: 400; line-height: 27px; text-align: right;    margin-bottom: 0;}
.counterbox .counterdivider{width: 270px; height: 1px; background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff); margin: 10px 0;}
.counterbox .tick{width: 80%;}
.counterbox .tick-group{text-align: center;margin-left: 10px;}
.counterbox .tick-label{font-size: 13px;color: #fff;}

#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: #016701;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: #016701;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:40px 0 30px;}
.tourpackage .tourtitle h2{line-height: 33px; font-size: 31px; font-weight: normal; color:#9a0404;text-transform: capitalize; margin-bottom: 0;     font-family: 'platomedium';}
.tourpackage .tourtitle h3{line-height: 27px; margin-top: 5px;font-size: 18px;font-weight: 500;color: #515151; text-transform: capitalize; margin-top: 0;}
.tpcakage{margin-top: 20px;border: 1px solid #c9c7c7; box-shadow: 2px 2px 5px 0 #00000014;padding: 15px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;     background: #fff;}
.positionctn{position: relative;}
.offerbtna{background: #f9ae00;font-weight: 800; text-shadow: 0 1px 3px rgba(24,24,24,.2); color: #fff; padding: 6px 20px;border-radius: 0px 3px 3px 0; font-size: 14px; position: absolute;top: 15px;left: -5px;}
.offerprice{background: #057500;font-weight:600; text-shadow: 0 1px 3px rgba(24,24,24,.2); color: #fff; padding: 6px 20px;border-radius: 0px 3px 3px 0; font-size: 13px; position: absolute;top: 18px;left: -5px;}
.offerprice:after{border-style: solid;  border-width: 0 .3125em .3125em 0; border-color: transparent #104c78 transparent transparent; content: "";display: block;position: absolute;left: 0px;bottom: -4px;}
.tpcakage img{border-radius: 10px;width: 100%;height: 240px;object-fit: cover; cursor: pointer;}
.tpcakage .dayscount{display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 9; width: 100%; margin: -41px auto 0px; background:rgb(0 0 0 / 45%); padding: 10px 10px; border-radius: 0px 0px 10px 10px; -webkit-border-radius: 0px 0px 10px 10px; -moz-border-radius: 0px 0px 10px 10px;}
.tpcakage li .dcount{color: #fff;  font-size: 16px; 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: 14px; font-weight: 600; text-transform: capitalize; margin-top: 10px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.mprice{font-weight: 600;font-size: 15px;}
.packagelist .swiper-wrapper{margin-bottom: 2rem;}
.packagelist .swiper-button-prev,.packagelist .swiper-button-next{background-color: #fef7ff;  border: 1px solid #f2f2f2; border-radius: 50%;  min-width: 50px;  min-height: 50px; max-width: 50px; max-height: 50px;    margin-top: -50px;}
.packagelist .swiper-button-next:after,.packagelist  .swiper-button-prev:after {background: var(--primarycolor); color: #000; font-size: 20px; padding: 8px; border-radius: 10px;}
.moredetails a{background: #f37002;color: #fff; text-align: center; display: block; padding: 10px 10px; font-size: 16px; margin-top: 1rem;border-radius: 6px;}
.moredetails a:hover{background: #000;}
.ilternarylist{background: linear-gradient(180deg, rgba(255, 186, 10, .1), rgba(255, 186, 10, 0)); font-size: 11px; margin: 3px 0px; height: 30px; line-height: 18px;    overflow-y: scroll;scrollbar-width: none;}
.ilternarylist.morehgt{height: 50px;     scrollbar-width: inherit;}
.tamenities{margin-top: 10px;}
.tamenities ul{display: flex;justify-content: space-between; align-items: center;text-align: center;}
.tamenities ul li img{width: 32px; height: 32px;}
.tamenities ul li p{margin-bottom: 0;font-size: 12px;}
.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 #016701; display: block; width: 51px; height: 51px; line-height: 51px; text-align: center; border-radius: 7px;}
.packagebtn a svg{color: #016701;}
.packagerequest a{background: #016701; color: #fff; display: block; height: 51px; line-height: 51px; 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);}
.packagebtn{width: 51px; display: inline-block;}

.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}


footer {padding: 3rem 0 0;background: rgba(55, 55, 55,0.8) url(../images/footerbg.jpg) center center  no-repeat; background-blend-mode: multiply; background-attachment: fixed; background-size: cover;}
footer h3 {color: #ffcb04;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: #fff;    font-size: 15px;}
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: 50%;left: -57px;padding: 2px;cursor: pointer;font-size: 30px; font-weight: 700;color: #000;border-radius: initial;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);width: 40px;height: 40px;line-height: 40px;text-align: center;margin: 10px auto;background-color: #fff;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; font-size: 24px; background: url(../images/bodybg.jpg) repeat center top;   font-family: 'platomedium'; letter-spacing: 2px;}
/* .scrollfix{height: 100vh; overflow-y: scroll;padding-bottom: 7%;} */
.pckframe{width: 100%; height: 100vh; overflow-y: scroll;padding-bottom: 5%;}
.packageenquiry {position:fixed;width:100%;max-width:280px;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}


.tourgroup{border: 1px solid #f37022;box-shadow: 0px 0px 10px 2px rgba(243,112,34,0.3);border-radius: 10px;margin: -30px auto 30px; padding: 10px;display: flex; justify-content: flex-start;    align-items: center;}
.tourgroup .groupimg{width: 90px; margin-right: 10px;}
.tourgroup .groupimg img{border-radius: 10px;width: 90px; height: 90px;}
.tourgroup .groupctn {flex: 0 0 75%;}
.tourgroup .groupctn h3{font-weight: 600; font-size: 23px;padding-bottom: 5px; color: #f37022;    margin-bottom: 0;    font-family: 'platomedium';}
.tourgroup .groupctn p{ margin-bottom: 0; font-weight: 400;  font-size: 14px; color: #515151;}
.tourgroup .groupbtn a{background: linear-gradient(90deg, #ffba0a 0%, #f37022 100%);    border-radius: 8px;    color: #fff;  font-size: 15px;    letter-spacing: 0.2px; line-height: 1.23;    padding: 15px 20px;      display: inline-block;  cursor: pointer;}


.differntshow{background-color: #ed713b; padding: 15px 0 0; margin-bottom: 2rem;}
.differbox{display: flex; justify-content: space-between; align-items: center;gap: 40px;}
.differbox .differctn{padding-bottom: 1rem;}
.differbox .differctn h2{color: #fff; border-bottom: 1px solid #f58f62; font-size: 30px; padding-bottom: 10px;}
.differbox .differctn p{color: #fff;font-weight: 300;}
.differbox .differctn a{border: 2px solid #fff; color: #fff; padding: 5px 20px; border-radius: 60px; font-weight: 300; display: inline-block;}

.readlater{background-color: #fff; box-shadow: 0 2px 6px #0003; padding: 15px;border-radius: 10px; width: 842px; margin: 0px auto; display: flex;justify-content: space-between;align-items: center; margin-bottom: 2rem;}
.readctn{display: flex; gap: 10px;}
.readctn img{width: 32px; height: 32px;}
.readctn h2{font-size: 1.25rem; margin-bottom: .25rem;}
.readctn p{color: #111111e6; margin-bottom: 0;    font-size: 14px;}
.readbtn a{display: block;color: #ed1c24; border: 1px solid #ed1c24;border-radius: 30px;font-weight: 500;font-size: 13px; padding: 5px 10px;}
.readbtn a img{width: 30px;}

.activites{background: url(../images/category-bg.png) center center repeat; padding: 50px 0px 50px; background-color: #f9f6f6; margin-bottom: 2rem;}
.activiestitle{margin-bottom: 2rem; text-align: center;}
.activiestitle h6{font-size: 18px;font-weight: 700; color: #ff6525;}
.activiestitle h2{color: #000;font-size: 40px;font-weight: 700;line-height: 1.125; padding: 15px 0px 20px;}
.activites ul{display: flex;gap: 20px;justify-content: space-between;}
.activites ul li .actbox{padding: 35px 25px; border-radius: 10px; margin-bottom: 30px; background-color: #fff9f7;border: 10px solid #fff; transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);}
.activites ul li .actbox img{transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);}
.activites ul li .actbox p{margin-bottom: 0;font-size: 15px;text-align: center; margin-top: 1rem;    font-weight: 700;}
.activites ul li:hover .actbox{background: #fff;}
.activites ul li:hover .actbox img{transform: rotateY(360deg);}


.courselist {padding: 25px 0;}
.vdesign{padding-top: 15px;overflow-y: scroll;height: 500px;display: block;overflow-x: hidden;}
.vdesign .nav-link{height: 50px;line-height: 30px;padding: 10px 10px 10px 12px;color: rgba(0, 0, 0, 0.5);font-size: 14px;font-weight: 700;text-transform: uppercase;width: 135px;text-align: left;    letter-spacing: 1px;}
.vdesign .nav-link img{margin-right: 12px;}
.vdesign .nav-link.active{color: #3f8cff; -webkit-border-radius: 25px 0px 0px 25px;-moz-border-radius: 25px 0px 0px 25px; border-radius: 25px 0px 0px 25px;-webkit-box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.1);-moz-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.1);box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.1);background: #ffffff;}
#v-pills-tabContent{width: -webkit-calc(100% - 195px); width: -moz-calc(100% - 195px); width: calc(100% - 127px);}
.vboxdetails{margin: 0px auto;-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;background: #ffffff;padding: 12px 20px 20px; }
.coursebox{position: relative;}
.coursebox h6{font-size: 16px;font-weight: 700;position: relative;line-height: 28px;color: rgba(45, 46, 86, 0.5);text-transform: uppercase; text-align: left;}
.coursebox p{font-size: 14px;text-align: left;}
/* .coursebox:before{content: "";width: 1px;height: 100%;height: -webkit-calc(100% - 7px);height: -moz-calc(100% - 7px);height: calc(100% - 7px);background-color: rgba(45, 46, 86, 0.2); position: absolute;left: 11px;top: 7px;} */
/* .coursebox h6::before{content: "";width: 15px;height: 15px;-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; background-color: #2d2e56; position: absolute; left: -41px; top: 7px;} */
.coursebox ul{margin: 0px;padding: 0px;list-style: none;}
.coursebox ul li{margin-top: 7px;border: 1px solid #f1f1f1;background: #ffffff;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;overflow: hidden;padding: 10px 10px;color: #2d2e56;letter-spacing: 0.3px;line-height: 20px;font-size: .9rem;text-align: left;}

.course_box{text-align: left;}
.course_box h3{color: rgba(45, 46, 86, 0.5);font-size: 1.5rem;border-bottom: 1px solid #ddd;padding-bottom: 0.5rem;margin-bottom: 0.5rem;}
.course_box h5{font-size: 1rem;}
.course_box li{font-size: .9rem;padding: 0.2rem 0;}
.course_box h4{font-size: 1rem;}
.course_box p{font-size: .9rem;}


.benfits{padding: 30px 0;}
.benfits .benfitsbox{display: flex;gap: 20px;}
.benfitsbox .benfitslits{box-shadow: 0px 0px 24px 1px rgb(14 2 8 / 8%); padding:20px 15px 20px;border-radius: 5px; text-align: center; flex: 0 0 32.33%;    background: #fff;}
.benfitsbox .benfitslits img{width: 68px;margin: 0px auto 20px;     height: 80px;}
.benfitsbox .benfitslits h2{font-size: 22px; color: #000; font-weight: 500; margin-bottom: 0; line-height: 1.3;     font-family: 'platomedium';}
.benfitsbox .benfitslits p{margin-top: 10px; margin-bottom: 0;    font-size: 12px;}

.inclusive{padding: 30px 0;}
.inclusive h2{font-size: 22px;font-weight: 600;color: #212221;text-align: center; position: relative;}
.inclusive h2:after{content:""; display: block; background: url(../images/title-bottom.svg) center center no-repeat; width: 160px;height: 7px; margin: 5px auto 0;}
.inclusive_box{margin-top:40px;display: grid;grid-template-columns: repeat(3, 1fr);gap: 35px 50px;}
.inclusive_list{display: flex;align-items:center;gap: 15px;}
.inclusive_list h3{color: #212221;font-weight: 600;font-size: 16px; line-height: 23px; margin-bottom: 4px;}
.inclusive_list p{font-weight: 400;font-size: 12px;line-height: 20px;letter-spacing: .01em;color: #595959;}

.safeus{padding: 30px 0;}
.safelft h2{font-size: 40px; margin-bottom: 20px;    font-family: 'platomedium';}
.safelft span.safeexp{display: block;letter-spacing: 0.08em; color: #2f2e2e;margin-bottom: 1rem;}
.safelft p{color:#3B424C; font-size: 14px;line-height: 23px; margin-bottom: 0;}
.safelft a{color: #000; padding-left: 4px; font-weight: 600;}

.safedesign{position: relative;background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(47, 46, 46, 0.5));}
.safedesign .safectn{padding: 0 20px 20px; position: absolute;top: 50%;left: 0;box-sizing: border-box;}
.safedesign .safectn h5{color: #fff;}
.safedesign img{width: 100%;object-fit: cover;height: 319px;}
.safedesign .safectn p{color: #fff;margin-bottom: 0;}
.safepoint .swiper-button-next,.safepoint .swiper-button-prev{width: 50px;height: 50px;background: rgba(255, 255, 255, .6);border-radius: 100%;}
.safepoint .swiper-button-next:hover,.safepoint .swiper-button-prev:hover{background: rgba(255, 255, 255, 1);}
.safepoint .swiper-button-next:after,.safepoint .swiper-button-prev:after{color: #2f2e2e;}
.safepoint .swiper-button-disabled{visibility: hidden;}


.homeActivityBanner{display: block;}
.activityBannerOverlay{position: absolute;background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent);top: 0;left: 0; height: 100%; width: 100%; z-index: 0;}
.activityBannerText{position: absolute;top: calc(30% - 30px);padding: 0 2rem;z-index: 1;}
.activityBannerText h2{color: #fff; font-size: 2rem;    font-family: 'platomedium';}
.activityBannerText p{color: #fff;margin-bottom: 0; font-size: 14px;}
.homeactivitygrid{margin-top: -20px;}
.gridhome{border: 1px solid #e8e8e8;padding: 5px; background: #fff;text-align: center;border-radius: 10px;}
.gridhome h5{padding: 10px 0;font-weight: 600; color: #016701;margin-bottom: 0;font-size: 14px;}
.gridlist .swiper-wrapper{margin-bottom: 3rem ;}


.sliderhome{overflow: hidden;}
.homeslide .slidepnl{position: relative;}
.homeslide .slidepnl img{width: 100%;height:98vh; object-fit: cover;}
.homeslide .slidectn{position: absolute; bottom: 50px;padding: 0px 20px;}
.homeslide .slidepnl h2{color: #fff;text-align: center; font-size: 40px;font-weight: 600;line-height: 50px;    font-family: 'platomedium';}
.homeslide .slidepnl p{color: #fff;text-align: center; margin-bottom: 0;font-weight: 500;}

.letplanlist{ width: 100%;   margin-top: 3rem;}
.letplanlist .listplan h3{font-size: 50px;line-height: 60px; margin: 0;    font-family: 'platomedium';}
.letplanlist .listplan h3 span{color: #016701;}
.letplanlist .listplan h5{font-size: 16px;line-height: 24px;}

.plandiscuss img{border-radius: 6px;}
.plandiscuss .planctn{padding: 10px 15px;background: linear-gradient(180deg, transparent -4.82%, #000 87.02%);border-radius: 6px; position: absolute;bottom: 0; width: 207px;}
.plandiscuss .planctn p{color: #fff;font-size: 12px;}
.letplan .swiper-wrapper{margin-bottom: 3rem;}
.listplan{margin-bottom: 2rem;}

.headersection{display: flex;align-items: center; justify-content: space-between;padding-right: 30px;padding-top: 10px;}
.headersection .lettalk a{background: #016701;color: #fff;padding: 15px 15px;border-radius: 7px;font-weight: 600;}
.headersection .logo img{background: #000;border-radius: 10px; padding: 10px; width: 200px;}

.packagemenu{position: fixed;top: 0;left: 0; width: calc(100% - 320px);background: #f6f8fc;}
.packageconten{padding-top: 70px;}
.packagemenu ul{display: inline-block;white-space: nowrap;overflow-x: scroll;width: 100%;padding-bottom: 7px; padding-top: 7px;}
.packagemenu ul li{border: 1px solid #5c8d24;background: linear-gradient(to bottom, #b7e132 0%, #76b62e 100%);display: inline-block;margin: 0px -3px;}
.packagemenu ul li:first-child{margin-left: 1px;}
.packagemenu ul li a.is-current{background: linear-gradient(to bottom, #a51206 0%, #8c0f05 45%, #730c04 100%); box-shadow: 0 0 1px rgba(255,255,255,0.5) inset;color: #fff;}
.packagemenu ul li a{color: #000; padding: 5px 10px; display: block; text-align: center;font-size: 13px;}
.packageconten h4{font-family: 'platomedium'; color: #5b4606; background: url(../images/heading-bg2.png) repeat-x bottom;margin-bottom: 12px;padding-bottom: 12px;}
.packageconten p{font-size: 13px;}


.itenarylist h3{border-bottom: 1px solid #e9e9e9; padding-top: 20px;font-size: 22px; padding-bottom: 5px;}
.uvlist{display: flex;justify-content: space-between;padding: 20px 0px 20px;}
.staring{font-weight: 500;font-size: 15px;}
.staring img{width: 20px;}
.itenarylist .duration{font-weight: 500;font-size: 14px;}
.itenarylist .duration img{width: 20px;}
.itenarylist ul li{font-weight: 400; font-size: 14px;padding-bottom: 15px; border-top: 1px solid #ddd;}
.itenarylist ul li b{background: #f2ead3; padding: 1px 4px 2px 10px; font-size: 14px;font-weight: 600;     border-radius: 0px 0px 4px 4px; -moz-    border-radius: 0px 0px 4px 4px; -webkit-    border-radius: 0px 0px 4px 4px;}
.itenarylist ul li:first-child{border-top: 0;}
.highlight{margin-bottom: 20px;}
.highlight h6{font-size: 20px;border-bottom: 1px solid #e3e3e3;border-top: 1px solid #e3e3e3;padding: 10px 0px;margin-bottom: 10px;}
.highlight p{margin-bottom: 5px;font-size: 14px;}

.floatingwhatsapp{position: fixed;right: 10px;bottom: 40px; z-index: 99999;}
.floatingwhatsapp a{display: block;width: 100px;    text-align: center;}
.floatingwhatsapp a img{width: 70px;    margin-bottom: 6px;}
.floatingwhatsapp p{margin-bottom: 0;background: #fff;padding: 3px; font-size: 13px; font-weight: 600; text-align: center; border-radius: 10px; box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.2);}

.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;}

.popular{padding: 35px 0; background: #25272c; margin-bottom: 25px;}
.popular h2{color: #fff; text-align: center; font-size: 22px;}
.popular p{color: #fff; text-align: center; font-size: 14px; margin-bottom: 30px;}
.popularbox{background: #fff; border-radius: 12px; padding-bottom: 15px; margin-bottom: 20px;}
.popularbox img{border-radius: 12px 12px 0px 0px;width: 100%;}
.popularbox h4{padding: 15px;font-size: 15px; color: #25272c; padding-bottom: 10px;}
.popularbox p{color: #25272c; font-size: 12px; font-weight: 400; text-align: left; padding: 0px 15px 15px;     height: 170px;overflow-y: scroll; margin-bottom: 0;}

.sightseenlist{padding-top: 20px;}
.sightseenlist h2{}
.sightseenlist .swiper-button-next,.sightseenlist .swiper-button-prev{width: 35px;height: 35px;background: #000;border-radius: 100%;}
.sightseenlist .swiper-button-next:after,.sightseenlist .swiper-button-prev:after{    font-size: 13px;}

.banner-contentv2{padding: 20px 0px; background: #fbfbfb;}
.banner-contentv2 .row{justify-content: center; align-self: center; text-align: center;}
.banner-contentv2 img{    width: 60%;}

.aboutus{background-color: #eaf3d8; padding: 30px 0px; margin-bottom: 30px;}
.aboutus p{font-size: 14px;}
.aboutus ul{list-style: circle; padding-left: 20px;}
.aboutus ul li{font-size: 15px;}

.recommended{padding: 40px 0;background: #e7f4ff; margin-bottom: 30px;}
.recommended h2{ text-align: center; margin-bottom: 30px;border-bottom: 1px dashed #828282; display: inline-block;}
.recommend_box{background: #fff;padding: 10px;border:1px solid #e7e7e7;border-radius: 10px;}
.tourbox{margin-bottom: 1rem;}
.tourbox img{width: 15px;}
.tourbox span{text-transform: uppercase;font-size: .7rem;font-weight: 700;}
.recommend_box h2{font-size: 18px;font-weight: 600; text-align: center; margin-bottom: 10px; margin-top: 10px;}
.recommend_box p{height: 70px;overflow-y: scroll;font-size: 12px;}
.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;}
.recommend_box .ctahotel{display: flex;justify-content: space-between;align-items: center;}
.recommend_box .ctahotel a{background:#030167;color: #fff;display: block; padding: 10px 20px; border-radius: 10px; font-size: 14px;}
.recommend_box .ctahotel a:nth-child(2){background: #075E54;}
.recommend .swiper-wrapper{margin-bottom: 40px;}