@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;
}

.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
}

.mobile-cta {
  display: none;
}

header {
  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: 100vh;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.header_inner .logo a {
  display: block;
}

.header_inner .logo img {
  width: 270px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #ffffffc7;
  padding: 5px 10px;
}

.header_inner .lettalk a {
  background: #fea51d;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}

header {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
}

.menu {
  background: #f2f2f2;
  display: none;
}

.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;
}

.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;
}

#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: #fea51d;
  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: #fea51d;
  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-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: 36px;
  font-weight: normal;
  color: #000000;
  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: 6px;
  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: 7px;
  width: 100%;
  /* height: 340px; */
  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 / 78%);
  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: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.packagelist .swiper-wrapper {
  margin-bottom: 2rem;
}

.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: 60px;
  line-height: 18px;
  padding: 2px;
}

.tamenities {
  margin-top: 10px;
  border: 1px solid #0000001a;
  padding: 10px;
  border-radius: 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 #fea51d;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  border-radius: 100%;
}

.packagebtn a svg {
  color: #fea51d;
}

.packagerequest a {
  background: #fea51d;
  color: #fff;
  display: block;
  height: 45px;
  line-height: 45px;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  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: #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: #fff;
}

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;
  color: #000;
  border-radius: initial;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  line-height: 36px;
  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: -224px;
  border: 1px solid #00000033;
  background: #fff;
  border-radius: 10px;
}

.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: 50px 0;
  background: #fff;
}

.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: 10px;
  text-align: center;
  flex: 0 0 32.33%;
  background: #faf6f1;
  border: 1px solid #0000001f;
}

.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;
  /* background: #fff; */
}

.inclusive h2 {
  /* font-size: 22px; */
  font-weight: 600;
  color: #212221;
  text-align: center;
  position: relative;
  font-family: 'platomedium';
}

.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: 25px 25px;
}

.inclusive_list {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.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));
  border-radius: 10px;
  overflow: hidden;
}

.safedesign .safectn {
  padding: 0 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  height: 100%;
  background: #000000b3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.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: #fea51d;
  margin-bottom: 0;
  font-size: 14px;
}

.gridlist .swiper-wrapper {
  margin-bottom: 3rem;
}


.sliderhome {
  overflow: hidden;
}

.homeslide .slidepnl {
  position: relative;
  /* background: #000; */
  width: 100%;
}

.homeslide .slidepnl img {
  width: 100%;
  height: 98vh;
  object-fit: cover;
}

.homeslide .slidectn {
  position: absolute;
  /* bottom: 50px; */
  /* padding: 0px 20px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.homeslide .slidepnl h2 {
  color: #fff;
  text-align: center;
  padding: 0 10px;
  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;
  background: #fea51d;
  padding: 5px 17px;
  border-radius: 100px;
}

.letplanlist {
  width: 100%;
  margin-top: 10rem;
}

.letplanlist .listplan h3 {
  font-size: 50px;
  line-height: 60px;
  margin: 0;
  font-family: 'platomedium';
}

.letplanlist .listplan h3 span {
  color: #fea51d;
}

.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: 135px;
}

.plandiscuss .planctn p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
  padding-top: 10px;
}

.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: #fea51d;
  color: #fff;
  padding: 10px 15px;
  border-radius: 100px;
  font-weight: 500;
}

.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; */
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.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;
  flex: 0 0 77px;
  text-align: center;
}

.itenarylist ul li:first-child {
  border-top: 0;
  border-bottom: none;
}

.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;
}

.scrollfix {
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 7%;
}
.logo img{
  width: 170px;
}
.tpcakage .dayscount li{
  color: #fea51d;
  letter-spacing: 0.5px;
  /* font-size: 13px; */
  /* font-weight: 600; */
}

.day-schedule {
  border: 1px solid #e2e2e2;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  background: #fff;
}

.day-schedule h3 {
  font-size: 15px;
  margin-top: 0;
  padding-top: 0;
  font-weight: 500;
  color: #081a64;
}
.day-schedule ul li{
  border-top: none;
  list-style: disc;
  display: block;
  font-size: 13px;
  color: #525050;
}
strong.heading {
  font-size: 17px;
  font-weight: 500;
}

.day-schedule h4 {
  font-size: 13px;
  margin-top: 0;
  padding-top: 0;
  font-weight: 600;
}
.menu ul.topmenu li.active a {
  background: #e3c16c;
}
.term{
    text-align: center;
    margin-top: 30px;
}
.why-choose-us {
  padding: 80px 0px;
  
  text-align: center;
}

.why-choose-us h2 {
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #222;
  font-weight: 700;
  font-family: 'platomedium';
}

.why-choose-us h2 span {
  color: #fea51d;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18%, 1fr));
  gap: 10px;
  /* max-width: 1100px; */
  margin: 0 auto;
}

.reason-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.reason-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.reason-box i {
  font-size: 40px;
  color: #fea51d;
  margin-bottom: 15px;
}

.reason-box h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.reason-box p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
}
.pickup-box ul {
    display: flex;
    /* justify-content: space-around; */
    gap: 10px;
}

.pickup-box ul li {
    border: 1px solid #ffe8b9;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 12px;
    background: #fff9ed;
    font-weight: 500;
    color: #515151;
}

.pickup-box h6 {
    font-size: 13px;
}
.custom-package-sec {
  background: #ed713b;
  padding: 60px 0px;
  text-align: center;
  /* border-radius: 16px; */
}
.custom-package-sec h2 {
  font-size: 3em;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: 'platomedium';
}
.custom-package-sec p {
  color: #ffffff;
  max-width: 1000px;
  margin: 0 auto 15px;
  line-height: 1.6;
}
.custom-package-sec .highlight {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
}
.contact-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.call-btn, .whatsapp-btn {
  background: #1c6bff;
  color: #fff;
  padding: 12px 25px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}
.whatsapp-btn {
  background: #25D366;
}
.call-btn:hover, .whatsapp-btn:hover {
  opacity: 0.9;
  transform: scale(1.03);
}
.copy-write {
    background: #d9cba1;
    color: #000;
}
.copy-write p{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
