@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

*{
  margin: 0px;
  padding: 0px;
}
ol, ul, li{
  list-style: none;
  list-style-type: none;
}
@font-face {
  font-family: 'Enriqueta';
  src: url('../fonts/Enriqueta-Bold.woff2') format('woff2'),
      url('../fonts/Enriqueta-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Enriqueta';
  src: url(../'fonts/Enriqueta-Medium.woff2') format('woff2'),
      url('../fonts/Enriqueta-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Enriqueta';
  src: url('../fonts/Enriqueta-Regular.woff2') format('woff2'),
      url('../fonts/Enriqueta-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Enriqueta';
  src: url('../fonts/Enriqueta-SemiBold.woff2') format('woff2'),
      url('../fonts/Enriqueta-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* title for use font */
@font-face {
  font-family: 'Elephant';
  src: url('../fonts/Elephant-Regular.woff2') format('woff2'),
      url('../fonts/Elephant-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1{
  font-family: 'Elephant';
}
h2, h3, h4{
  /* font-family: 'Elephant'; */
  font-family: "Lato", sans-serif;
  color: #4e473e;
  font-weight: bold;
}
body{
  font-family: "Lato", sans-serif;
  color: #676f6f;
  background-color: #fef6ec;
}

.hero-section{
  position: relative;
}
.hero-section img{
  width: 100%;
  height: 100vh;
}
.hero-section .caption{
  position: absolute;
  bottom: 20px;
  width: 100%;
}

/* header.innerpagehero-section img {
  width: 100%;
} */
.mfp-counter {
  display: none !important;
}

h1.maintitle{
  font-size: 4.5rem;
  color: #fff;
  text-align: center;
  margin: auto;
  width: 70%;
  display: block;
}

.flowershape{
  margin: 0px auto 50px;
  text-align: center;
}
.aboutarea{
  text-align: center;
}
.aboutarea p {
  font-size: 1.4rem;
}
.box img{
  width: 100%;
}
.box-body h2.box-title a{
  font-size: 1.5rem;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #4e473e;
  display: block;
}
.box-body .box-text{
  font-size: 1.2rem;
  text-align: left;
  line-height: normal;
  height: 50px;
  color: #676f6f;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.box-body .boxtext{
  font-size: 19px;
  text-align: left;
  line-height: normal;
  color: #676f6f;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
a.knowmore {
  text-align: left;
  display: block;
  color: #676f6f;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 500;
}
a.knowmore:hover{
  color: #4e473e;
  letter-spacing: 1px;
}
.last .box-body .boxtext{
  font-size: 1.5rem;
  text-align: left;
  line-height: normal;
  color: #676f6f;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.innerpagehero-section .caption h1.maintitle{
  font-size: 3.5rem;
  color: #4e473e;
  text-align: center;
  margin: 15px auto 0px;
  width: 100%;
  display: block;
}
.offerblock{
  background-color: #f5f5f5;
}
.offerblock .box h2{
  text-align: left;
  /* font-family: 'Enriqueta'; */
  font-family: "Lato", sans-serif;
  color: #676f6f;
  letter-spacing: 1.2px;
  font-size: 1.333rem;
  font-weight: normal;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  position: absolute;
  left: 0px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  position: absolute;
  left: 0px;
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-item, .accordion-button:not(.collapsed), .accordion-button {
  background-color: inherit !important;
  border: none;
  box-shadow: inherit;
}
.accordion-item .accordion-button, button.accordion-button.collapsed{
  padding: 10px 33px;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #676f6f;
  letter-spacing: 1.2px;
}
.accordion-button:focus{
  box-shadow: inherit;
}
.list ul {
  margin-left: 0px;
  padding-left: 0px;
  position: relative;
  color: #676f6f;
}
.list:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
}
.list ul li {
  padding: 2px 0px 2px 30px;
  color: #676f6f;
  font-size: 1rem;
}
.list ul li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 5px;
  color: #676f6f;
  font-size: 7px;
  line-height: 46px;
}
a.checkavb {
  text-align: left;
  display: block;
  color: #676f6f;
  letter-spacing: 1px;
  font-size: 1.25rem;
  text-decoration: underline;
}
a.checkavb:hover{
  color: #4e473e;
  letter-spacing: 1px;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}
.project {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 0;
  }
  .project:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    image-rendering: -webkit-optimize-contrast; 
}
.project img {
    width: 100%;
    z-index: -1;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease; 
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.15);
    image-rendering: -webkit-optimize-contrast;
  }
  .project:hover:after, .project:focus:after {
    opacity: .5; 
    image-rendering: -webkit-optimize-contrast;
}
.project:hover img, .project:focus img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  image-rendering: -webkit-optimize-contrast;
}
.owl-item.lastslider{
  transition: 7.0s !important;
  }

.box.project a {
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 99;
}
.box-body {
  z-index: 99;
  position: relative;
}

.weekendmargin{
  margin-top: -100px;
}


/* The Sacred Trail */
.the-trail img{
  width: 80%;
  margin: 0px auto 30px;
  text-align: center;
  display: block;
}
h2.darshan{
  color: #a61e29;
}

.topthreeboxes {
    position: relative;
}
.topthreeboxes:before {
    position: absolute;
    left: 0;
    content: '';
    top: 0px;
    background: url(../img/leftbell.png) no-repeat;
    width: 192px;
    height: 1292px;
    z-index: -1;
}
.accordion-item .accordion-button, button.accordion-button.collapsed{
  padding: 0px 25px;
}
.accordion-item .accordion-button, button.accordion-button.collapsed{
  color: #fff;
  font-size: 1.7rem;
}
.offerblock .box h2{
  color: #fff;
  font-size: 1.6rem;
}
h2.accordion-header{
padding-left: 30px;
}
.rightbtn{padding-left: 32px;}
.list ul li{
  color: #fff;
}
.list ul li::before {
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 5px;
    color: #fff;
    font-size: 7px;
    line-height: 27px;
}
.offerblock{
  background-image: url(../img/packagedetailsbg.jpg);
  background-size: cover;
  padding: 30px;
  background-position: bottom;
  color: #fff;
  height: 100%;
  position: relative;
}
.accordion-button:not(.collapsed)::after, .accordion-button::after{
  filter: invert(1);
}
.box.space1{
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.col-12.col-sm-6.col-md-6.leftarea {
    padding-right: 0px;
}
.col-12.col-sm-6.col-md-6.d-flex.rightarea{
  padding-left: 0px;
}
.col-12.col-sm-6.col-md-6.d-flex.rightarea .box{
    background: rgba(0, 0, 0, 0.5);
}
button.booknow {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 30px;
    border: inherit;
    text-transform: uppercase;
    background-color: #a61e29;
}
button.booknow:hover {
    color: #a61e29;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 30px;
    border: inherit;
    text-transform: uppercase;
    background-color: #ffffff;
    transition: all 0.5s ease-in;
}
.offerblock::after{
  position: absolute;
  right: 0;
  content: '';
  bottom: 0px;
  background: url(../img/details-flower-clip.png) no-repeat;
  width: 180px;
  height: 189px;
  z-index: 999;
}

/* maplocation */
.imgarea{
  padding-right: 0px !important;
}
.locationimg{
  padding-left: 0px !important;
}

/* itineraryarea */
.itineraryarea{
  background-color: #e6e2dd;
  position: relative;
}   
.itineraryarea {
    background-color: #e6e2dd;
    padding: 40px;
}
.timeline-content{
  height: 180px;
  overflow-y: scroll;
  direction: ltr;
  padding: 0px 0px;
  position: relative;
}
.timeline-section {
    padding-left: 30px;
}
.bookbtn{
   padding-left: 30px;
}
.timeline-section p {
    margin-bottom: 5px;
}
.timeline-section{
  position: relative;
}
.timeline-section .day-title {
    color: #a01b28;
    font-size: 19px;
}

.timeline-content::-webkit-scrollbar {
  width: 3px;
  border-left: 2px dashed #000000;
}
.timeline-content::-webkit-scrollbar-thumb {
  background: #a61e29;
  border-radius: 10px;
  width: 3px;
}

.timeline-section:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #494a4b;
    position: absolute;
    background: #494a4b;
    border-radius: 50px;
    left: 3px;
    overflow-x: hidden;
    top: 7px;
}


.itineraryarea:after{
  position: absolute;
  right: 208px;
  content: '';
  bottom: -118px !important;
  background: url(../img/itineraryclip.png) no-repeat;
  width: 250px;
  height: 249px;
  z-index: 9999;
}


/* responsive css strat here */
/* @media(min-width:992px) and (max-width:1023px){}*/

@media(min-width:768px) and (max-width:991px){
  .weekendmargin{margin-top: 0px;}
  h1.maintitle{font-size: 4.1rem; width:100%;}
  h1.maintitle br, .box br {display: none;}
}

@media(min-width:576px) and (max-width:767px){
  .hero-section img{height: 70vh;}
  h1.maintitle{font-size: 2.5rem;}
  .flowershape img {width: 100%;}
  .box {margin-bottom: 30px;}
  .weekendmargin{margin-top: 0px;}
  header.innerpagehero-section img {width: 100%;}
  .innerpagehero-section .caption h1.maintitle{font-size: 1.9rem;}
  h1.maintitle br, .box br {display: none;}
} 

@media(min-width:320px) and (max-width:575px){
  .hero-section img{height: 70vh;}
  h1.maintitle{font-size: 2.5rem;}
  .flowershape img {width: 100%;}
  .box {margin-bottom: 30px;}
  .weekendmargin{margin-top: 0px;}
  .aboutarea p{font-size: 1.5rem;}
  header.innerpagehero-section img {width: 100%;}
  .innerpagehero-section .caption h1.maintitle{font-size: 1.5rem;}
  h1.maintitle br, .box br {display: none;}

  .imgarea{padding-right: 15px !important;}
  .locationimg{padding-left: 15px !important;}
  .offerblock::after {
    position: absolute;
    right: 0;
    content: '';
    bottom: -10px;
    background: url(../img/details-flower-clip.png) no-repeat;
    width: 105px;
    height: 120px;
    z-index: 999;
    background-size: contain;
}
  .itineraryarea:after {
      position: absolute;
      right: 3px;
      content: '';
      bottom: -124px;
      background: url(../img/itineraryclip.png) no-repeat;
      width: 140px;
      height: 221px;
      z-index: 9999;
      background-size: contain;
  }
}