@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html{font-size: 16px;scroll-behavior: smooth;}
body{margin:0; font-family: "Montserrat", sans-serif;}
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;}

header{padding: 15px 10px; background: #f9f9f9;}
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;}
header ul li a {font-size: 23px;color: #000;font-weight: 700; display: inline;}
.logo{display: block;text-align: left;}
.logo img{width: 250px;}
header h2{font-size: 28px;    font-weight: 600; }
header p{font-size: 15px;line-height: 17px;}

.box_inner ul{background: #f2f2f2;}
.box_inner ul li { border-top: 1px solid rgb(255, 255, 255); padding: 7px 10px;font-size: 13px; }
.progressset{background: transparent; position: fixed; top: 0; left: 0; height: 10px;  z-index:999;min-width: 100%;}
.pageprogress { transition: all linear 0.1s; min-width: 0%; height:10px}  
.progressbg{background: #f9f9f9;}

.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;background: #fff;} 
.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;}

.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}

.mainbg{background: url(../images/mainbg.jpg) center center no-repeat rgba(0, 0, 0, 0.5); background-size: cover; background-blend-mode: multiply;}
.sliderctn{display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 25px;padding: 130px 0px;}
.anchorlist{display: flex;gap: 20px;}
.anchorlist a{display: block; background-color: #ffc107; color: #fff; padding: 10px 40px; font-size: 17px; border-radius: .3rem; font-weight: 500;cursor: pointer;}
.sliderctn h1{font-size: 40px; color: #fff; text-align: center; font-weight: 600;}
.sliderctn p{color: #fff; margin-bottom: 0; font-weight: 500;}

.whyus{padding: 15px 0; background: #f2f2f2;}
.whyus h2{font-size: 22px;font-weight: 700; margin-bottom: 20px;}
.whyus ul{display: flex;gap: 20px;border: .7px solid #d7d7d7; padding: 24px; background-color: #fff;}
.whyus ul li{display: flex;}
.whyus ul img{margin-right: 15px; width: 41px; height: 41px;}
.whyus ul h3{font-size: 17px; margin-bottom: 4px;font-weight: 600}
.whyus ul p{color: #9b9b9b; margin-bottom: 0; font-size: 13px;}

.selfdrive{font-family: "Montserrat", sans-serif; padding: 30px 0px;background: #fdfdfd;}
.selfdrive h2{font-weight: 600;}
.selfdrive ul{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; text-align: center;}
.selfdrive ul li{flex: 0 0 33.33%;margin-top: 10px; padding-bottom: 30px;}
.selfdrive ul li img{width: 84px; height: 84px;}
.selfdrive ul li h5{font-size: 22px;  margin: 10px 0 5px;}
.selfdrive ul li p{margin-bottom: 0;font-size: 12px;color: #888;    margin-top: 10px;}

.cabbox ul{display: flex;justify-content: space-around;align-items: center; text-align: center;}
.cabbox ul li{padding: 10px;}
.cabbox ul li p{font-size: 14px; margin-bottom: 0; margin-top: 7px;}

.readlater{background-color: #fff; box-shadow: 0 2px 6px #0003; padding: 15px;border-radius: 10px; width: 842px; margin: 1rem auto; display: flex;justify-content: space-between;align-items: center; margin-bottom: 1rem;}
.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;}

.outstation{padding: 20px 0px;  }
.outstationbox{display: flex; flex-wrap: wrap;justify-content: space-between; align-items: center; gap: 30px; margin-top: 30px;}
.outstationbox .stationinner{display: flex; gap: 15px; flex: 0 0 31.33%;align-items: center; background: #fff; box-shadow: 0 .25px 3px #0000000a, 0 2.75px 9px #00000030; padding: 24px;}
.outstationbox .stationinner img{width: 66px;height: 70px;}
.outstationbox .stationinner h6{font-size: 16px;font-weight: 600;}
.outstationbox .stationinner p{margin-bottom: 0;font-size: 13px;font-weight: 400;}

.aboutus{padding: 30px 0px;}
.aboutus .aboutimg{border-radius: 20px 20px 20px 20px;width: 80%;}
.aboutus h4{color: #fdb813;    margin-bottom: 20px;    font-size: 18px;}
.aboutus h2{font-size: 50px;font-weight: 600;    margin-bottom: 20px;}
.aboutus h2 span{color: #fdb813;}
.aboutus h5{font-size: 18px;font-weight: 600; margin-bottom: 25px;}
.aboutus p{font-size: 15px; font-weight: 400;margin-bottom: 20px;color: #2a2a2a;}
.aboutus ul{margin-top: 40px;}
.aboutus ul li{display: flex;gap: 20px; align-items: center;    margin-top: 20px;}
.aboutus ul li .listimg{width: 71px; height: 71px; background: #fdb813; padding: 15px;    flex: 0 0 13%;    border-radius: 10px;s}
.aboutus ul li .listimg img{width: 40px;height: 40px;}
.aboutus ul li h6{margin: 5px 0px 5px 0px;font-size: 20px;}
.aboutus ul li  p{margin-bottom: 0; font-size: 13px;}

.specialties{background:#000 url(../images/spcial-bg.jpg) center center no-repeat;background-size: cover; padding: 6rem 0;}
.specialties h3{font-size: 28px;line-height: 30px; color: #fff; margin-bottom: 1rem;}
.specialties h4{color: #fff;font-size: 14px;line-height: 20px;font-weight: 700; letter-spacing: 1px;}
.specialties a{margin-top: 40px; display: inline-block;color: #fff; border: 1px solid #fff; padding: 15px 50px; font-size: 1.2rem;border-radius: 10px;}
.specialties ul.count{margin: 0; list-style: none; padding: 0; display: flex; justify-content: space-between; flex-flow: wrap; align-items: center; text-align: center;}
.specialties ul.count li{color: #fff; flex: 0 0 50%; width: 50%;}
.specialties ul.count li .counter{font-size: 3rem;font-weight: 700;}

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;}

#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: #ee2737;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: #ee2737;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;}

.gallery{padding:20px 0;}
.gallery h2{font-weight: 600;}
.gallerylist .swiper-wrapper{margin-bottom: 30px;}
.gallerylist img{border: 2px solid #000; height: 300px; object-fit: cover;} 

.features{padding: 20px 0;}
.features h2{text-align: center; margin-bottom: 40px;}
.features ul{display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;}
.features ul li{flex: 0 0 19%;text-align: center; background-color: #f7f7f7; border-radius: 5px; border: 1px solid #ddd; padding: 15px 10px;}
.features ul li img{width: 48px; height: 48px;}
.features ul li p{margin-bottom: 0; font-size: 14px; color: #222; font-weight: 600; margin-top: 15px;}

.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;}
.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;}

.ctasection{background: #17254e;width: 60%;margin: 0px auto;border-radius: 10px;padding: 6px 10px;margin-bottom: 20px;}
.ctainner{display: flex;justify-content: space-between;align-items: center;flex-flow: row;}
.ctainner .ctaicon{background: rgb(255 255 255 / 12%);border-radius: 5px;}
.ctainner .ctaicon a{display: block;padding: 5px;}
.ctainner .ctaicon a img{width: 25px;}
.ctainner .ctaicon a span{color: #fff;font-size: .8rem;}
.ctainner .ctabtn a{background: #ee2737;color: #fff;padding: 6px 20px;display: block;border-radius: 50px;animation: 1.4s infinite scaleup; box-shadow: 1px 0px 7px 0px;}
@keyframes scaleup {
  0%,100% {transform: scale3d(1,1,1)}
   50% {transform: scale3d(1.05,1.05,1.05)}
}
.packagecta{width: calc(100% - 12px); margin: 5px 0px 5px;    padding: 6px 6px;}
.farelist{width: 100%;margin: 5px 0px 5px;}
.packagecta .ctainner .ctaicon a {display: flex; align-items: center;justify-content: space-between; position: relative;}
.packagecta .ctainner .ctaicon p{position: absolute; width: 100px;  height: 44px;  top: -7px;   left: -10px;    margin: 0;    padding: 0;    opacity: 0;}
.packagecta .ctainner .ctabtn a{padding: 6px 9px; font-size: 11px;}
.packagecta .ctainner .ctaicon a span{font-size: 10px;}
.packagecta .ctainner .ctaicon a img{width: 20px;margin-right: 4px;}
.cta_form {background: rgb(250 250 250);padding: 20px; border: 1px solid #e3e3e3;}
.cta_form input[type="submit"] {background: #ee2737; border: 0px; color: rgb(255, 255, 255); font-weight: 600; padding: 10px 20px; margin-top: 10px;  margin-bottom: 10px; font-size: 12px;  border-radius: 50px;}
.cta_form button{border: 0;background: transparent;float: right;margin-top: -14px;}
.ctaicon.whats span{margin-right: 4px;}

.packagelist .swiper-button-next,.packagelist .swiper-button-prev{width: 40px; height: 40px; background: #fff; border-radius: 100%;box-shadow: -2px 4px 5px rgba(0, 0, 0, 0.6);}
.packagelist .swiper-button-next:after,.packagelist .swiper-button-prev:after{color: #000;}

.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%);}
}
.whyuspop .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:310px;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}

.taxipackage{padding: 20px 0;}
.flatbook{border: 1px solid #e8e8e8;background: #fff;border-radius: 7px;}
.flatbook img{width: 100%;border-radius: 7px 7px 0px 0px;}
.flatbook h3{font-size: 17px;padding: 10px 0px 0px 10px;}
.flatbook .listone{padding: 5px;white-space: nowrap;display: inline-block;overflow-x: scroll;width: 100%;}
.flatbook .listone button{font-size: 9px;padding: 4px 5px;}
.flatbook .taxiline img,.flatbook .taxilineone img,.flatbook .taxilinetwo img  {height: 229px;}
.flatbook  .ameneties{padding-left: 0;margin-bottom: 0;}
.flatbook .flatprice{padding: 15px 10px 0px; font-weight: 600;}
.flatbook h4{font-size: .9rem; padding: 0px 10px;color: #8b8b8b;font-weight: 400; margin-bottom: 0;}
.flatbook h5{padding: 0px 10px; color: #8b8b8b;font-size: .8rem;}
.flatbook p{font-size: .7rem; padding: 0px 10px;}
.flatbook .prolist ul{list-style: none;padding: 0;margin: 0 10px;white-space: nowrap; overflow-x: scroll;overflow-y: hidden; display: inline-block; word-wrap: break-word; width: 94%;    padding-bottom: 3px;}
.flatbook .prolist ul li{display: inline-block;font-size: .7rem;white-space: nowrap; border: 1px solid #ddd;padding: 3px;border-radius: 4px 4px 0px 0px;}
.flatbook .prolist ul li img{width: 12px;}
.taxislider .swiper-wrapper,.packagelist .swiper-wrapper {margin-bottom: 2rem;}
.ameneties li { display: inline-block; width: 18%; text-align: center; }
.ameneties li img { width: 38px; height: 38px;display: block; margin: 0px auto;}
.ameneties li small { font-size: 0.7rem; font-weight: 600; }
.tourpackage .swiper-button-next,.tourpackage  .swiper-button-prev{background: #000;width: 35px;height: 35px;border-radius: 100%;top: 37%;}
.tourpackage .swiper-button-next:after,.tourpackage .swiper-button-prev:after{font-size: 16px;color: #fff;}
.tourpackage .swiper-button-disabled{opacity: 0;}
