
:root{
   --header-font: 'Open Sans', sans-serif;
  --subheader-font: 'Open Sans', sans-serif;
  --paragrap-font: 'Open Sans', sans-serif;
  --menu-font: 'Open Sans', sans-serif;
  --default-font: 'Open Sans', sans-serif;

  --secondary-font: 'Playball', cursive;
 
  --primary-color:#312555;
  --secondary-color:#e71717;
  --dark-gray-color1: #404041;
  --dark-gray-color2: #313131;
  --dark-gray-color3: #323232;
  --heighlight-color1: var(--secondary-color);
  --white-color:#ffffff;
  --menu-color: #3b3b3b;
  --text-color1: #3f3f3f;
  --text-color2: #313131;
  --button-color: var(--secondary-color);
  --section-gap:60px;
}

* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: var(--paragrap-font);
  overflow-x: hidden;
  font-weight: 400;
  transition: all .5s ease;
  background-color: #ffffff;
}

html, body, ul, ol, li, form, fieldset, legend {
  margin: 0;
  padding: 0; 
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: none;
  outline: none; 
}

fieldset, img {
  border: 0; 
}

li {
  list-style: none; 
}

a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; 
}

a:focus {
  color: var(--black-color); 
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: var(--secondary-color); 
}


/* rotate first span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

/* rotate third span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-light .navbar-toggler[aria-expanded="false"] span {
  transform: none;
  opacity: 1;
}

.navbar-light .navbar-toggler {
  border-color: #fff;
  padding: 0;
}

.navbar-light .navbar-toggler:focus {
  background: none;
  outline: 0;
}

.navbar-light .navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background: var(--secondary-color);
  transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-light .navbar-toggler:hover span {
  background: var(--secondary-color);
}
button.navbar-toggler.collapsed span{color: var(--primary-color);}

/* rotate first span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

/* rotate third span */
.navbar-light .navbar-toggler[aria-expanded="true"] span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-light .navbar-toggler[aria-expanded="false"] span {
  transform: none;
  opacity: 1;
}


img {
  max-width: 100%;
  height: auto; }

/* VARIABLES */
/*/////*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0, 0); 
  }
  100% {
    opacity: 1;
    transform: scale(1, 1); 
  } 
}


.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; 
}

img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; 
}

/*//header//*/

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/fabicon.png);
  background-size: content;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; 
}

/*///*/
.slick-slide a{
  padding: 0 !important;
  margin: 0 !important;
}

/*
@media only screen and (min-width: 1500px) {
  .container{
    width: 100% !important;
    max-width: 1390px !important;
  }
}
*/



/*///granarl///*/

.section-block{
  width: 100%;
  padding: var(--section-gap) 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
}

p{
  font-family: var(--paragrap-font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color1);
  font-weight: 400;
}


/*////animation///*/


/* Animate the size, outside*/
.pulse:hover, 
.pulse:focus {
  animation: pulse 0.1s;
  box-shadow: 0 0 0 2em transparent;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 var(--heighlight-color); }
}


/*///*/

.lineUp {
  animation: 2s anim-lineUp ease-out infinite;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}



/*///*/



.round-ret-btn{
  width: auto;
  display: inline-block;
  padding: 0 30px;
  margin: 0;
  text-align: center;
  min-width: 220px;
  line-height: 50px;
  border-radius: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--heighlight-color);
  font-size: 20px;
  color: var(--heighlight-color2);
  position: relative;
}
.round-ret-btn:hover{
  text-decoration: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.round-ret-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.round-ret-btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.round-ret-btn:hover span {
  padding-right: 25px;
}

.round-ret-btn:hover span:after {
  opacity: 1;
  right: 0;
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}


/*///header////*/

.titel{
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-family: var(--header-font);
  color: var(--dark-gray-color1);
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
}
.titel span{
  color: var(--heighlight-color1);
}


/*///*/
.main-header{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .main-header-innerblock {
    width: 100%;
    padding: 20px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-menublock {
    width: 100%;
    padding: 0 30px;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content:center;
    align-items: center;
}

.top-menublock .navbar{
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-menublock .navbar ul.navbar-nav  li a{
  padding: 10px 15px !important;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  color: var(--menu-color);
  font-family: var(--menu-font);
  font-size: 16px;
  position: relative;
  font-weight: 500;
}

.top-menublock .navbar ul.navbar-nav  li.active > a{
  color: var(--heighlight-color1);
}

.top-menublock .navbar li a .menu-tag {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    margin: 0;
    background-color: var(--heighlight-color) !important;
    border-radius: 20px;
    color: #ffffff;
    font-size: 8px !important;
    font-family: var(--titel-font) !important;
    position: absolute;
    text-transform: none;
    font-weight: 400 !important;
    top: -15px;
    right: 10px;
}
.top-menublock .navbar li .dropdown-menu{
    background-color: var(--heighlight-color4) !important;
}

.top-menublock .submenu-box{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  text-align: left;
}
.top-menublock .submenu-box .header-block{
  width: 100%;
  padding: 0 0 10px 0;
  min-height: 30px;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  text-align: left;
  font-family: var(--menu-font);
  font-size: 16px !important;
  text-transform: none !important;
  font-weight: 600;
  color: #ffffff;
}
.top-menublock .submenu-box .header-block .titel{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  text-align: left;
  font-family: var(--menu-font);
  font-size: 16px !important;
  text-transform: none !important;
  font-weight: 600;
  color: #ffffff;
}

.top-menublock .submenu-box .menu-list{
  width: 100%;
  padding: 0 !important;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  text-align: left;
  font-family: var(--menu-font);
  font-size: 12px !important;
  text-transform: none !important;
  font-weight: 400;
}

.top-menublock .submenu-box .menu-list a{
  display: block;
  padding: 2px 0 !important;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  text-align: left;
  font-family: var(--menu-font);
  font-size: 12px !important;
  text-transform: none !important;
  font-weight: 400;
}

.top-menublock .navbar li.getaquote-menu a{
  background-color: var(--heighlight-color1) !important;
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 10px 40px 10px 20px !important;
  color: #ffffff !important;
  border-radius: 8px;
}
.top-menublock .navbar ul.navbar-nav li a:hover{
  color: var(--heighlight-color1);
}

.enquiry-btn{
  background: var(--button-color);
  color:var(--white-color);
  padding: 4px 25px;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  white-space: nowrap;
}
.enquiry-btn:hover{
  background: var(--primary-color);
  color:var(--white-color);text-decoration: none;
}

/*Hero section*/


.hero-banner-mainblock{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  clear: both;
  position: relative;
  background-color: #ffffff;
}

.hero-banner{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  clear: both;
  position: relative;
}

.hero-banner-mainblock .slider-banner{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

.hero-banner-mainblock .slider-banner img{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

.hero-container{
  position: absolute;
  top:24vh;
  max-width: 752px;
  width:100%;
  left:0;
  right:0;
  margin:auto;
  z-index: 99;
}
.hero-banner img{width: 100%;}
.hero-container h1{
  color: var(--primary-color);
  font-size: 54px;
  font-weight: 700;
  text-align: center;
}
.hero-container h1 span{
  color: var(--secondary-color);
  font-size: 90px;
  font-family: var(--secondary-font);
  font-weight: normal;
}
.hero-container .latest-news{
  background: #f9c40a;
  padding: 2px;
  display: flex;
  align-items: center;
  gap: 10px; border-radius: 20px;
}
.hero-container .latest-news p{
  color: var(--primary-color);
  font-family: var(--default-font);
  font-size: 18px;
  font-weight: 600;
  flex-grow: 1;
  text-align: center;
  padding-right: 15px;
}
.hero-container .latest-news p span {
    color: var(--secondary-color);
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.hero-container .latest-news .highlights{
  text-decoration: none;
  background: var(--secondary-color);
  color:var(--white-color);
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 20px;
  white-space: nowrap;
}


.seat-availablebox{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.seat-availablebox .marquee-allitems{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.seat-availablebox .marquee-allitems .marquee-item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 0 0 10px;
  margin: 0;
  border-left: 1px solid var(--secondary-color);
  font-size: 16px;
}

.seat-availablebox .marquee-allitems .marquee-item:first-child{
  border-left: none;
} 


/*Default button*/

.default-btn{
  background: var(--button-color);
  color:var(--white-color);
  display: inline-flex;
    width: 194px;
    height: 39px;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    border-radius: 30px; font-size: 18px;
}
.default-btn:hover{
  text-decoration: none;color:var(--white-color);
  background: var(--primary-color);
}
.default-btn:after{
  background: url(../images/arrow-right.png) center no-repeat;
  width:30px;height: 13px;display: inline-block;
  content: '';
}


/*placeSlider*/
.placeSlider{margin-top:-70px}
.placeSlider figure{position: relative;margin:0; overflow: hidden; transition: all 0.3s;}

.placeSlider figure:before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.placeSlider figure img
{
  width:100%;
  transition: all 0.3s;
}

.placeSlider figure:hover img{transform: scale(1.1);}

.placeSlider figure h2{
  position: absolute;
  top:65px;
  left:36px;
  font-family: var(--default-font);
  font-weight: 600;
  color: var(--white-color);
}
.placeSlider figure a{
  position: absolute;
  bottom:42px;
  right:45px;
}
.placeSlider .slick-track{display: flex;  gap: 0;}
.placeSlider .slick-slide .slider-item{position: relative;padding-bottom: 90px;}
.placeSlider .slick-slide .slider-item:after{
  background: url(../images/shadow.png) center bottom no-repeat;
  content:'';
  position: absolute;
  bottom: 0;
  height: 90px;
  left: 0;
  right: 0 ;
  margin:auto;
  background-size: cover;
}

/*founder*/
.founder{
	position: relative;
  margin:2rem auto;
  overflow-x: hidden;
}
.founder:before{
  content:'';
  position: absolute;
  top:0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 65px;
  background: var(--primary-color);
}
.founder h1{
  color: var(--secondary-color);
  font-size: 122px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding-left: 40px;
}
.founder h1 span{
  font-size: 36px;
  font-weight: normal;
  color: #3c3c3c;    display: inline-block;
}
.founder .col-md-5{padding-left: 12vw;}
.founder-text {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 3;
}

.founder-text img.founder-bird{
  position: absolute;
  top: 0;
  right: 10px;
}

.founder-text img{margin-left:-15px;}
.founder-text:after{
  background: #f9c40a;
  width:100%;height:139px;
  content: '';position: absolute;
  left: 15px;
  z-index: -1;
}
.founder-text h2{
  color: var(--secondary-color);
  font-size: 26px;
  font-weight: bold;
}
.founder-text em{
  font-size: 26px;
  font-weight: bold;
}
.founder-bird{
  position: relative;
  top: -65px;
  animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

/*part2*/
.part2{padding-top: 3rem;}
.part2 .container{position: relative;z-index: 2;}
.part2 img{margin-top:-260px}
.part2 h2{
  color: #343434;
    font-size: 54px;
    font-weight: 700;
    text-align: center;
}
.part2 h2 span{
  color: var(--secondary-color);
    font-size: 90px;
    font-family: var(--secondary-font);
    font-weight: normal;
}
.part2 p{
  font-size: 16px;
  color:#383838;
  max-width: 775px;
  margin:2.5rem auto 0;
  line-height: 1.5;
}

/*Part 3*/
.part3{margin-top:-125px;padding-bottom: 5.5rem;}
.part3 .container{max-width: 1126px;}
.part3 img{
  width:100%;
  box-shadow:10px 10px 95px 15px #00000026;
}

.heilight-toor-box{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  transition: all 0.8s;
  position: relative;
  overflow: hidden;
}
.heilight-toor-box img{
  transition: all 0.8s;
}
.heilight-toor-box:hover img{
  text-decoration: none;
  transform: scale(1.05);
}


.part3 h2 {
  position: absolute;
  top: 62px;
  left: 65px;
  font-family: var(--default-font);
  font-weight: bold;
  color: var(--white-color);
}
.part3 a {
  position: absolute;
  bottom: 42px;
  left: 60px;
}
.text-red{color: var(--secondary-color) !important;}


/*Upcoming-tour*/
.upcoming-tour{
  position: relative;
  overflow-x: hidden;
}
.upcoming-content{position: relative;margin-bottom: 4rem;}
.upcoming-content h2{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.upcoming-content p{
  font-size: 16px;
  color: #383838;
  line-height: 1.6;
}
.upcoming-tour .slick-track{margin-right: initial;display: flex;
  gap: 40px;}
.upcoming-tour .sliderContainer{margin-right: initial;}
.upcoming-tour .slick-track:before, .upcoming-tour .slick-track:after{display: none;}
.upcoming-tour figure h3{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.upcoming-tour figure p{
  font-size: 16px;
}
.btn-wrap {
  text-align: center;
}
.upcoming-tour figure .btn-wrap a{
    background: #3c2e68;
    width: 86%;
    position: relative;
    top: -22px;
}
.upcoming-tour figure .btn-wrap a:hover{
  background:var(--secondary-color);
}
.upcoming-tour figure .btn-wrap a:after{
  display: none;
}
.tourSlider figure img{width: 100%;border-radius: 10px;}

.upcoming-tour .sliderContainer {
  margin-right: initial;
  max-width: calc(1400px + 5.7vw);
}
@media screen and (min-width:1601px){
  .upcoming-tour .sliderContainer {
    max-width: calc(1400px + 13.5%);
  }
}

/*destination*/
.destination{position: relative;}
.destination .container-fluid{position: relative;}
.destination .container-fluid h2{
  font-size: 67px;
  font-weight: bold;
  line-height: 62px;
  position: absolute;
  right:14%;
  bottom:32vh;
  color:var(--white-color)
}
.package-tour{
  width:172px;
  height:172px;
  background: var(--secondary-color);
  color: var(--white-color);
  border-radius: 100%;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  line-height: 31px;
  text-align: center;
  margin-bottom: -100px;
  z-index: 2;
  position: relative;
  animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.destination .container h2{
  font-size: 43px;
  font-weight: bold;
  line-height: 59px;
}
.destination .container h2 span{
  color:var(--secondary-color);
  font-size: 85px;
  font-weight: bold;
}
.destination figure img{width: 100%;}

/*latest-greatest*/

.latest-greatest h2{
font-size: 38px;color:#202020;
line-height: 50px;text-transform: uppercase;
font-weight: bold;margin-bottom: 3rem;
}
.latest-greatest p{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4rem;
}
.latest-greatest{margin-top:-30vw;}  
.latest-greatest .container{margin-top:-46vw;position: absolute;left: 0;
  right: 0;}
.latest-greatest img{ width:100%;}


/* Contact Blog*/
.contact-blog{position: relative;}
.contact-blog img{width: 100%;}
.contact-blog .container{
    position: absolute;
    top:8vw;
    right: 0;
    left: 0;
}
.contact-blog h2{
  font-size: 38px;
  line-height: 50px;
  padding-left: 4rem;
}
.contact-blog h3{
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
}
.contact-form{
  background: url(../images/contact-bg.webp) center bottom no-repeat;
  padding: 22px;
  background-size: cover;
}
.contact-form form{border: 1px dotted #fff;background-size: cover;padding: 30px;}
@media screen and (max-width: 767px){
  .contact-form form{padding: 15px;}
  .contact-blog .contact-form{
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.contact-form ul{display: flex;flex-direction: column;gap: 20px;text-align: center;}
.contact-form form input{
  width: 100%;
  background: transparent;
  border-bottom: 2px solid #fff;
  height: 40px;
  color: #fff;
}
.contact-form form textarea{
  width: 100%;
  background: transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.contact-form form input[type="submit"] {
    background: #f9c40a;
    color: #141414;
    display: inline-flex;
    width: 274px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    border:none;
    transition-duration:.3s;
    text-shadow: none !important;
}
.contact-form form input[type="submit"]:hover{
  background: #fff;
  color: var(--heighlight-color1) !important;
}
.contact-form form ::placeholder{ color: #fff;text-transform: uppercase;}

/* Footer */
.footer-mainblock{
  padding-top: 4rem;
}
.footer-mainblock a{
  font-size: 16px;
  color:#484848;
  line-height: 1.5;
}
.footer-mainblock a:hover{
  color:var(--secondary-color);
  text-decoration: none;
}
.footer-mainblock h4{
  font-size: 18px;
  font-weight: bold;
  color:#312555;margin-bottom: 1rem;
}
.footer-logo a{
  display: block;
  margin-bottom: 2rem;
}
.footer-address-block p{margin-bottom: 1rem;}
ul.social-meda-list {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 1300px){
  .footer-logo {
    padding-right: 3rem;
  }
}


.footer-copyright-block {  
  margin-top: 2rem;
}
.footer-copyright-block .container {
  border-top: 1px solid #d5d5d5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*////newcss///*/


.innerpage-mainblock{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  clear: both;
  position: relative;
  background-color: #ffd5b3;
}

.innerpage-mainblock .slider-banner{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  clear: both;
  position: relative;
}

.innerpage-mainblock .slider-banner img{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  clear: both;
}

/*//*/

.toorplace-mainblock{
  width: 100%;
  padding: 0 0 40px 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  clear: both;
  position: relative;
}
.toorplace-mainblock .placeSlider{
  margin: 0 !important;
}
.toorplace-mainblock .placeSlider .slick-slide .slider-item {
    position: relative;
    padding-bottom: 0;
}


/*//latestnews-mainblock//*/

.latestnews-mainblock {
  width: 100%;
  padding: 0 0 30px 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  clear: both;
}

.latestnews-mainblock h1{
  color: var(--primary-color);
  font-size: 54px;
  font-weight: 700;
  text-align: center;
}
.latestnews-mainblock h1 span{
  color: var(--secondary-color);
  font-size: 90px;
  font-family: var(--secondary-font);
  font-weight: normal;
}
.latestnews-mainblock .latest-news{
  background: #f9c40a;
  padding: 2px;
  display: flex;
  align-items: center;
  gap: 10px; border-radius: 20px;
}


.latestnews-mainblock .latest-news p{
  color: var(--primary-color);
  font-family: var(--default-font);
  font-size: 18px;
  font-weight: 600;
  flex-grow: 1;
  text-align: center;
  padding-right: 15px;
}
.latestnews-mainblock .latest-news p span {
    color: var(--secondary-color);
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.latestnews-mainblock .latest-news .highlights{
  text-decoration: none;
  background: var(--secondary-color);
  color:var(--white-color);
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px){
  .latestnews-mainblock .latest-news{
    margin-top: 15px;
  } 
  .latestnews-mainblock .latest-news p{
    font-size: 14px;
  } 
  .latestnews-mainblock .latest-news .highlights{
    font-size: 14px;
  }
  .seat-availablebox .marquee-allitems .marquee-item{
    font-size: 14px;
  }
}


/*/////inner-founder-block///*/

.inner-founder-block{
  width: 100%;
  padding: 0;
  margin: -40px 0 0 0;
}



/*///all-toursblock///*/

.all-toursblock{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  clear: both;
}

.all-toursblock .tour-item{
  width: 100%;
  padding: 0;
  margin: 15px 0;
  border: none;
  outline: none;
  text-decoration: none;
  clear: both;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 16px;
  overflow: hidden;
  transition: all 2s;
}
.all-toursblock .tour-item:hover{
  background-color: #f1f1f1;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.all-toursblock .tour-item a{
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.all-toursblock .tour-item .tour-item-banner {
    width: 100%;
    height: 320px;
    background-color: #111111;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
    transition: all 2s;
    overflow: hidden;
}
.all-toursblock .tour-item .tour-item-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  margin: 0;
  transition: all 2s;
  transform: scale(1.0);
}

.all-toursblock .tour-item:hover .tour-item-banner img{
  text-decoration: none;
  transform: scale(1.1);
}

.all-toursblock .tour-item .tour-item-content {
  width: 100%;
  padding: 10px 15px;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  max-width: 100%;
}

.all-toursblock .tour-item .tour-item-content .tour-titel {
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}


.all-toursblock .tour-item .tour-item-content p {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-family: var(--paragrap-font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color1);
  font-weight: 400;
}

.all-toursblock .tour-item .tour-item-content .btn-wrap {
    text-align: center;
    width: 100%;
    padding: 10px 0 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.all-toursblock .tour-item .tour-item-content .btn-wrap .default-btn{
  background-color: transparent !important;
  color: var(--text-color1) !important;
}
.all-toursblock .tour-item .tour-item-content .btn-wrap .default-btn {
    background-color: #3c2e68 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 5px 15px !important;
    min-width: 160px !important;
    width: auto;
}

.all-toursblock .tour-item .tour-item-content .btn-wrap .default-btn:hover{
  text-decoration: none;
  background-color: var(--button-color) !important;
  color: #ffffff !important;
}

/*////ole-site///*/


.tour-details-block .tour-holder {
  height: auto;
  padding: 0px;
  background: #c04e29;
  color: #fff;
  border-radius: 1px;
  overflow: hidden;
  margin-bottom:20px;
}

.tour-details-block .tour-container .all-content {
   -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}




.tour-details-block .tour-dtl {
  padding: 15px 18px 20px 18px;
  font-size: 16px;
}
.tour-details-block .tour-dtl h3 {
  font-size: 28px;
  padding-bottom: 10px;
  font-weight: 200;
}
.tour-details-block .tour-dtl p {
  line-height: 22px;
  font-size: 16px;
  padding-bottom: 10px;
}
.tour-details-block a{
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}
.tour-details-block .tour-dtl a {
  color: #fbe3db;
  background: url(../images/more-bg.png) no-repeat 40px 5px;
  display: inline-block;
  float: right;
  padding-right: 35px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.tour-details-block .full-width > h2 {
  line-height: 20px;
}
.tour-details-block .tour-dtl a:hover {
  color: #fff;
  background-position: 45px 5px;
}
/*-- table --*/

.tour-details-block .table {
  margin: 0 0 0px 0;
  width: 100%;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
  display: table;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 580px) {
  .tour-details-block .table {
    display: block;
  }
}
.tour-details-block .table .row {
  display: table-row;
  background: #f6f6f6;
}
.tour-details-block .table .row:nth-of-type(odd) {
  background: #e9e9e9;
}
.tour-details-block .table .row.header {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}
.tour-details-block .table .row.green {
  background: #27ae60;
}
.tour-details-block .table .row.blue {
  background: #2980b9;
}
.tour-details-block .table .row.brown {
  background: #C04E29;
}
.tour-details-block .table .cell {
  line-height: 25px;
}
 @media screen and (max-width: 580px) {
.tour-details-block .table .row {
  padding: 8px 0;
  display: block;
}
}
.tour-details-block .table .cell {
  padding: 6px 12px;
  display: table-cell;
}
@media screen and (max-width: 580px) {
.tour-details-block .table .cell {
  padding: 2px 12px;
  display: block;
}
}
/*-- table --*/
.tour-details-block .package-holder {
  padding: 20px 20px 10px 20px;
}
.tour-details-block .package-holder h3 {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #c04e29;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
}
.tour-details-block .package-holder h3 i {
  padding: 0 10px 0 5px;
  color: #919191;
}
.tour-details-block .bttn-all {
  display: inline-block;
  border-radius: 1px;
  padding: 7px 15px;
  color: #fff;
  background: #C04E29;
}
.tour-details-block .bttn-all:hover {
  background: #a83611;
}
.tour-details-block .print-holder {
  padding: 20px 0px;
}
.tour-details-block .print-holder a {
  float: right;
}


/*////ole-site//end///*/

.tour-details-block {
    width: 100%;
    padding: 30px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
}

.header-block{
  width: 100%;
  padding: 0;
  motion: 0;
  border: none;
  outline: none;
  display: flex;
}
.header-block h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.header-block .sub-header {
  width: 100%;
  padding: 0;
  motion: 0;
  border: none;
  outline: none;
  font-size: 24px;
  font-weight: bold;
  margin: 1rem 0 0 0;
}

/*/////*/

#feedback-form-wrapper #floating-icon > button {
  position: fixed;
  right: 0;
  top: 50%;
  transform: rotate(-90deg) translate(50%, -50%);
  transform-origin: right;
}

#feedback-form-wrapper .rating-input-wrapper input[type="radio"] {
  display: none;
}
#feedback-form-wrapper .rating-input-wrapper input[type="radio"] ~ span {
  cursor: pointer;
}
#feedback-form-wrapper .rating-input-wrapper input[type="radio"]:checked ~ span {
  background-color: #4261dc;
  color: #fff;
}
#feedback-form-wrapper .rating-labels > label{
  font-size: 16px;
    color: #777;
}

@media screen and (max-width: 575px) {
  #feedback-form .rating-labels > label{
    font-size: 14px;
  }
  #feedback-form .rating-input-wrapper label{
    text-align: center;
  }
  #feedback-form .rating-input-wrapper label input[type=radio]{
    margin: 0 4px;
  }
  #feedback-form .rating-input-wrapper label span.px-3{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    display: inline-block;
    margin-top: 4px;
  }
  
}

#feedback-form .button-block button[data-dismiss="modal"]{
  display: none;
}
 
/*////////*/

.feedback-formbox{
  width: 100%;
  max-width: 840px;
  padding: 30px;
  border-radius: 10px;
  margin: 0 0 40px 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 575px) {
  .feedback-formbox{
    padding: 15px;
  }
  
}

.text-block {
  width: 100%;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border: none;
  outline: none;
  text-decoration: none;
  font-family: var(--paragrap-font);
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-color1);
    font-weight: 400;
    border-bottom: 1px solid #f1f1f1;
}

.text-block p {
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
    font-family: var(--paragrap-font);
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-color1);
    font-weight: 400;
}

.text-block .text-box{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  font-family: var(--paragrap-font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color1);
  font-weight: 400;
}

.text-block .sub-titel {
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--secondary-color);
}

.text-block .number{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  list-style: decimal !important;
  font-family: var(--paragrap-font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color1);
  font-weight: 400;
  padding-left: 30px;
}

.text-block .number li{
  width: 100%;
  padding: 5px 0;
  margin: 0;
  border: none;
  outline: none;
  list-style: decimal !important;
  font-family: var(--paragrap-font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color1);
  font-weight: 400;
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
}

.text-block .number li::marker {
  font-weight: bold;
}

.text-block .hilight-textbox{
  padding: 20px !important;
  margin: 10px 0 5px 0;
  background-color: #f1f1f1;
}


.text-block .note-text{
  padding: 20px !important;
  margin: 10px 0 5px 0;
  background-color: #fff4ce;
  border: 4px dotted var(--secondary-color);;
}


/*///////*/



.contact-area {
  display: block;
}
.contactus-block .contact-area .contact-form {
  float: left;
  width: 50%;
  min-height: 200px;
}

.contact-form-inner {
  padding: 25px;
  border: 1px solid #f0f0f0;
  background: #fff;
}
.contact-address {
  float: right;
  width: 45%;
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .contactus-block .contact-area .contact-form {
    width: 100%;
  }
  .contact-address {
    width: 100%;
  }
}
.contact-form label {
  display: block;
  font-size: 17px;
  padding: 0 0 5px 1px;
  font-weight: 300;
}
.contact-form label span.req {
  color: #F00;
  font-weight: 700;
  margin-left: 1px;
}
.contact-form input {
  width: 96%;
  height: 38px;
  margin: 0 0 16px 0px;
  padding: 0 2%;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #4a4a4a;
  outline: none;
}
 .contact-form input:-moz-placeholder {
color: #cc9471;
}
.contact-form input:-ms-input-placeholder {
color: #cc9471;
}
.contact-form input::-webkit-input-placeholder {
color: #cc9471;
}
.contact-form textarea {
  width: 96%;
  height: 120px;
  margin: 0 0 16px 0px;
  padding: 10px 2% 0 2%;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #4a4a4a;
  outline: none;
}
 .contact-form textarea:-moz-placeholder {
color: #cc9471;
}
.contact-form textarea:-ms-input-placeholder {
color: #cc9471;
}
.contact-form textarea::-webkit-input-placeholder {
color: #cc9471;
}
.contact-form input[type="submit"] {
  width: 100%;
  height: 50px;
  margin-top: 16px;
  padding: 0;
  background: #f8cc37;
  border: 0;
  font-weight: 600;
  cursor: pointer;
  margin: 0px;
  font-size: 18px;
  color: #4b2813;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  text-shadow: 0 2px 0 #fce653;
}
.contact-form input[type="submit"]:hover {
  background: #e67632;
  color: #f8f8f8;
  text-shadow: 0 3px 0 #e15e28;
}
.contact-form input:focus, .contact-form textarea:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form input, .contact-form textarea, .contact-form button {
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}
.unit {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 21px;
  padding: 10px 10px 15px 20px;
  background: url(../images/location.png) no-repeat center right #f8f8f8;
}
h3.unit-title {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.unit.active{
    border: 2px solid var(--heighlight-color1) !important;
}


/*///////*/


.contactus-block{
  width: 100%;
  padding: 0 0 40px 0;
  margin: 0;
  border: none;
  outline: none;
}

.contactus-block .iframe-map {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
    border: none;
    outline: none;
}
.contactus-block .iframe-map iframe{
  max-width: 100% !important;
}

.contactus-block p{
  width: 100%;
  padding: 0 0 20px 0;
}
.contactus-block .contact-form {
    background: no-repeat;
    padding: 0;
    background-size: cover;
    margin: 0;
    outline: none;
}

.contactus-block .contact-form form input[type="submit"]:hover {
    background: var(--heighlight-color1) !important;
    color: #ffffff !important;
}

.contactus-block .contact-form {
    background: url(../images/contact-bg.webp) center bottom no-repeat;
    padding: 22px;
    background-size: cover;
}

.contactus-block .contact-form-inner{
  padding: 0;
}

.contactus-block .contact-form input {
  width: 96%;
  height: 38px;
  margin: 0 0 16px 0px;
  padding: 0 2%;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #4a4a4a;
  outline: none;
}


/*/////////toordetails-card///////*/

.toordetails-cardblock{
  width: 100%;
  padding: 40px 0 0 0;
  margin: 0;
  clear: both;
}
.toordetails-cardblock .timeline_area {
    position: relative;
    z-index: 1;
}
.toordetails-cardblock .single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 15px;
    padding-top: 15px;
}

@media only screen and (max-width: 575px) {
    .toordetails-cardblock .single-timeline-area {
        padding-left: 100px;
    }
}
.toordetails-cardblock .single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}

.toordetails-cardblock .single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.toordetails-cardblock .single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: var(--button-color);
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
@media only screen and (max-width: 575px) {
    .toordetails-cardblock .single-timeline-area .timeline-date {
        width: 100px;
        padding-right: 30px;
    }
    .toordetails-cardblock .single-timeline-area .timeline-date::after {
        right: 15px;
    }
    .toordetails-cardblock .single-timeline-area .timeline-date::before {
        right: 11px;
    }
}
.toordetails-cardblock .single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.toordetails-cardblock .single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .toordetails-cardblock .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.toordetails-cardblock .single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.toordetails-cardblock .single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.toordetails-cardblock .single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.toordetails-cardblock .single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}
.toordetails-cardblock .single-timeline-area .single-timeline-content:hover .timeline-icon,
.toordetails-cardblock .single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}
.toordetails-cardblock .single-timeline-area .single-timeline-content:hover .timeline-text h6,
.toordetails-cardblock .single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}


.toordetails-cardblock .timeline-text .date-text {
    margin-bottom: 0;
    color: #020710;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.toordetails-cardblock .timeline-text .toor-name {
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--secondary-color);
}

.toordetails-cardblock .timeline-text ul{
  width: 100%;
  padding: 10px 0 0 0;
  margin: 0;
  border: none;
  outline: none;
  list-style: disc !important;
  font-family: var(--paragrap-font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color1);
  font-weight: 400;
  padding-left: 15px;
}

.toordetails-cardblock .timeline-text ul li{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  list-style: disc !important;
  font-family: var(--paragrap-font);
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-color1);
  font-weight: 600;
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
}

.toordetails-cardblock .timeline-text ul li::marker {
  font-weight: bold;
  color: red;
}

.toordetails-cardblock .timeline-text .hilight-textbox{
  padding: 20px !important;
  margin: 10px 0 5px 0;
  background-color: #f1f1f1;
}
.placeSlider .slick-slide .slider-item {
  padding-right: 22px;
}


.tour-details-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.tour-details-block .month-wise-sidebar{
  flex: 0 0 345px;
  max-width: 345px;
  background: #e71717;
  position: sticky;
  top: 100px;
}
.tour-details-block .month-wise-sidebar ul{
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.tour-details-block .month-wise-sidebar ul li{
  width: 100%;
  padding: 10px 24px;
  margin: 0;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.tour-details-block .month-wise-sidebar ul li:hover,
.tour-details-block .month-wise-sidebar ul li.active{
  background-color: #312555;
  color: #ffffff;
}

.tour-details-block .tour-details-month-wise-content{
  flex: 0 0 calc(100% - 345px);
  max-width: calc(100% - 345px);
  padding-left: 20px;
}
.tour-details-block .tour-details-month-wise-content .tour-details-content{
  width: 100%;
  display: none;
}
.tour-details-block .tour-details-month-wise-content .tour-details-content.active-content{
  display: block;
}

.tour-details-block .tour-details-month-wise-content .tour-details-content .tour-details-package-content + .tour-details-package-content{
  margin-top: 30px;
}
.tour-details-block .tour-details-month-wise-content .tour-details-content .tour-details-package-content > .header-block{
  margin-bottom: 15px;
}
.tour-details-block .tour-details-month-wise-content .tour-details-content .tour-details-package-content > .header-block:first-child .sub-header{
  margin-top: 0;
}
@media (max-width: 991px) { 
  .tour-details-block .month-wise-sidebar{
    position: static;
    top: auto;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .tour-details-block .tour-details-month-wise-content{
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .tour-details-block .table .row{
    margin: 0;
  }
}

/* Tour Package Details Styling */
.date-group-holder {
	margin-bottom: 30px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
}

.date-header {
	background: linear-gradient(135deg, #8B4513, #A0522D);
	color: white;
	padding: 15px 20px;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}

.date-header i {
	margin-right: 10px;
}

.package-holder {
	border-bottom: 1px solid #f0f0f0;
	padding: 20px;
}

.package-holder:last-child {
	border-bottom: none;
}

.package-info h5 {
	color: #8B4513;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.package-info h5 i {
	margin-right: 8px;
}

.package-desc {
	color: #666;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.package-details-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.detail-item {
	background: #f8f9fa;
	padding: 8px 12px;
	border-radius: 5px;
	font-size: 13px;
	border-left: 3px solid #8B4513;
}

.package-itinerary h6 {
	color: #8B4513;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

.package-itinerary h6 i {
	margin-right: 8px;
}

.package-itinerary .table {
	margin-top: 10px;
}

.no-itinerary {
	color: #888;
	font-style: italic;
	padding: 15px;
	background: #f9f9f9;
	border-radius: 5px;
	text-align: center;
}

.no-itinerary i {
	margin-right: 8px;
}

.no-packages-message {
	text-align: center;
	padding: 50px 20px;
	background: #f9f9f9;
	border-radius: 8px;
	margin-top: 20px;
}

.no-packages-message p {
	font-size: 16px;
	color: #666;
	margin: 0;
}

.no-packages-message i {
	margin-right: 10px;
	color: #8B4513;
}

.itinerary-description {
	color: #666;
	font-style: italic;
	margin-bottom: 15px;
	padding: 10px;
	background: #f0f8ff;
	border-left: 3px solid #8B4513;
	border-radius: 4px;
}

.itinerary-modifications {
	margin-bottom: 20px;
	padding: 15px;
	background: #fff3cd;
	border: 1px solid #ffeaa7;
	border-radius: 6px;
}

.itinerary-modifications h7 {
	display: block;
	color: #856404;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}

.itinerary-modifications h7 i {
	margin-right: 6px;
}

.itinerary-modifications p {
	color: #6c5700;
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.package-details-row {
		flex-direction: column;
		gap: 10px;
	}
	
	.detail-item {
		flex: 1;
	}
	
	.date-header {
		font-size: 16px;
		padding: 12px 15px;
	}
}