@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@import url("./color.css");

body {
  /* font-family: Lato, sans-serif !important; */
  font-family:  "Montserrat";
  background: #F9F9F9;
}

.custom-menu ul.navbar-nav li.nav-item {
  padding: 5px 20px;
}

.custom-menu ul.navbar-nav li.nav-item a.nav-link {
  font-weight: 500;
  color: rgb(0, 0, 0);
  font-size: 15px;
}

p {
  font-size: 14px;
  color: var(--normal-text-color);
  line-height: 24px;
}

h5{
  font-size: 1rem;
}

hr {
  background: #a6a6a6;
}

.margin-top100{
  margin-top: 100px;
}

.hero-slider {
  position: relative;
  background-color: #fff;
}
.hero-slider h2{
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.hero-slider .carousel-inner {
  /* min-height: 540px; */
  overflow:inherit;
}

.hero-slider .carousel-inner .carousel-caption {
  top: .25rem;
}

.hero-slider .carousel-inner .carousel-caption h2 {
  font-size: 46px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: Lato, sans-serif !important;
  text-shadow: var(--text-shadow);
}

.sticky-top{
  background-color: #f9f9f9;
}
.hero-slider .carousel-inner .carousel-caption h2 .heroslider-special-text {
  color: #fb9141;
  -webkit-text-stroke: 2px #fff;
}

.hero-slider .carousel-inner .carousel-caption p {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-shadow: var(--text-shadow);
}

.btn {
  color: var(--normal-text-color);
}

span.icon {
  position: absolute;
  left: 25px;
  top: 2px;
  padding-right: 4px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.package-filter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  border: 1px solid rgba(0,0,0,.125);
    padding-bottom: 10px;
    background: #fff;
    padding-top: 10px;
}

.hero-slider .slider-calender {
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: 157px;
  z-index: 5; */
  margin: auto;
  /* max-width: 760px; */
  height: 40px;
  background: #fff;
  border-radius: 10px;
  padding: 12px 20px 12px 0px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #54524E;
}
.select-rating, .days-filtering, .price-sorting {
  width: 27%;
  display: flex;
  justify-content: space-around;
}
.hero-slider .slider-calender .placeholder {
  color: #C8A3A3;
  text-transform: capitalize;
  padding: 0 0px;
  font-size: 16px;
  font-family: Lato, sans-serif !important;
}

.hero-slider .slider-calender .custom-select {
  position: relative;
  /* width: 310px; */
  padding-left: 15px;
}

.hero-slider .slider-calender .custom-select .custom-label {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  font-family: Lato, sans-serif !important;
}

.hero-slider .slider-calender .custom-select select {
  display: none;
}

.breadcrumb li.breadcrumb-item a {
  color: var(--special-text-color);
  text-decoration: none;
  text-transform: capitalize;
}

.breadcrumb li.breadcrumb-item.active a {
  color: var(--normal-text-color);
  font-weight: 600;
}

.breadcrumb {
  background: #f4f4f4;
  padding: 5px 15px;
}

.white {
  color: var(--text-color-white);
}

.whereto {
  border: none;
  background: none;
  /* position: absolute;
  width: 100%; */
  height: auto;
  top: 0px;
}

.slider-calender {  
  transition: border-radius 0.3s ease-in-out; 
}
/* .whereto i {
  position: absolute;
  top: 19px;
  right: 48px;
} */

#filter {
  width: 92%;
  margin: 10px auto;
}

.destination-count h3 {
    font-size: 24px;
    font-weight: bold;
}
.hero-slider .slider-calender .custom-select .custom-select-wrapper {
  background-color: #fff;
  cursor: pointer;
  /* display: flex;
  justify-content: flex-start;
  align-items: center; */
  width: 450px;
}

.hero-slider .slider-calender .custom-select .custom-select-wrapper .selected-option {
  color: var(--placeholder-text-color);
  font-size: 16px;
  font-weight: 500;
  font-family: Lato, sans-serif !important;
}

.hero-slider .slider-calender .custom-select .custom-select-wrapper:hover {
  border-color: #007bff;
}

.border {
  border: 1px solid #d4d4d4;
}

.hero-slider .slider-calender .custom-select .custom-select-options {
  display: none;
  position: absolute;
  width: 107%;
  top: 32px;
  left: 1px;
  background-color: #fff;
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 2px;
  border: 1px solid #e2e2e2;
  transition: .5s;
}

.destination-list {
  height: 200px;
  overflow-y: auto;
  padding-left: 20px;
}

.hero-slider .slider-calender .custom-select .custom-select-options a {
  padding: 10px;
  color: black;
  text-decoration: none;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #e2e2e2;
}

.date-search-container {
  position: relative;
}

.date-search-container button.calendar-icon {
  width: 100%;
  position: absolute;
  z-index: 39;
  height: 81px;
  top: -12px;
}

.date-search-container button.calendar-icon i {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 0;
  visibility: hidden;
}

.date-search-container .index-calender {
  position: absolute;
  z-index: 1;
  right: -20px;

}

.hero-slider .slider-calender .custom-select .custom-select-options a:hover {
  background-color: #f1f1f1;
}

.hero-slider .slider-calender .custom-select.open .custom-select-wrapper {
  border-color: #007bff;
}

.hero-slider .slider-calender .custom-select.open .custom-select-options {
  display: block;
}

.mt-20 {
  margin-top: 10px;
}

.date-search-container {
  background: #fff;
  border-radius: 20px;
  padding: 0px 20px;
  position: relative;
}

.date-search-container .selected-option {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  font-family: Lato, sans-serif !important;
}

.date-search-container .date-picker {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: 200px;
}

.date-search-container .date-picker .label {
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}

.date-search-container .date-picker #date {
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  color: #444;
  width: 100%;
  cursor: pointer;
}

.date-search-container .date-picker #date::placeholder {
  color: #d7a7a7;
}

.date-search-container .date-picker .icon-calendar {
  font-size: 20px;
  color: #444;
  cursor: pointer;
  margin-left: 10px;
}

.date-search-container .calendar-popup {
  position: absolute;
  top: 60px;
  left: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: none;
}

.date-search-container .calendar-popup #calendar {
  padding: 10px;
}

#calendar-popup {
  position: absolute;
  top: 35px;
  left: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: none;
  padding: 10px;
  z-index: 1000;
}

#calendar-popup .month {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

#calendar-popup .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

#calendar-popup .day {
  padding: 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}

#calendar-popup .day:hover {
  background: #ddd;
}

#calendar-popup .empty {
  visibility: hidden;
}

#calendar .month button {
  border: none;
  background: none;
}

.calendar-icon {
  border: none;
  background: transparent;
}

/*explore top picks*/
    .container-flex {
      display: flex;
      flex-wrap: wrap;
      min-height: 445px;
    }

    .left-column {
      width: 50%;
      display: flex;
      gap: 30px;
    }

    .right-column {
      width: 50%;
      padding-left: 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .custom-card {
      position: relative;
      width: 100%;
      border: none;
    }

    .custom-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 15px;
      display: block;
    }

    .card-overlay {
      position: absolute;
      left: 7px;
      bottom: 50px;
      color: var(--normal-text-color);
      background: rgba(255, 255, 255, 1);
      padding: 15px 20px;
      border-radius: 12px;
      width: 95%;
    }

    .card-title {
      font-weight: 700;
      font-size: 1.25rem;
      margin-bottom: 5px;
    }

    .ratings {
      color: #ffa500;
      font-size: 1rem;
      font-weight: 500;
    }

    .reviews {
      color: #ddd;
      margin-left: 10px;
    }

    .like {
      color: #ff6b6b;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 0.95rem;
      margin-top: 5px;
    }

    .right-column h2 {
      font-size: 2rem;
      font-weight: 800;
      line-height: 1.2;
    }

    .right-column p {
      color: #555;
      font-size: 1.1rem;
      margin-top: 15px;
      margin-bottom: 25px;
    }

    .explore-btn {
      background-color: #f27a44;
      color: white;
      border: none;
      padding: 12px 30px;
      font-weight: 600;
      border-radius: 10px;
      width: fit-content;
    }

    @media (max-width: 768px) {
      .left-column,
      .right-column {
        width: 100%;
        padding-left: 0;
        padding-right: 0px !important;
      }

      .container-flex {
        flex-direction: column;
      }
    }



.search-button {
  background: transparent;
  color: var(--normal-text-color);
  border: none;
  /* border-radius: 50%;
  width: 55px;
  height: 55px; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-button .icon-search {
  font-size: 18px;
}

.advantages h2 {
  font-size: 2rem;
  font-weight: 700;
}

.advantages h2 span {
  color: var(--special-text-color);
}

.advantages p {
  font-size: 16px;
  font-family: Lato, sans-serif !important;
  color: var(--normal-text-color);
}

.advantages .advantages-box {
  background: #fff;
  padding: 15px;
  box-shadow: var(--box-shadow);
}

.advantages .advantages-box h3 {
  font-size: 22px;
  font-weight: 600;
}

.advantages .advantages-box p {
  font-size: 14px;
  font-family: Lato, sans-serif !important;
  color: var(--normal-text-color);
}

.advantages .advantages-box img {
  margin-bottom: 30px;
  margin-top: 25px;
}

.spritual-locations h2 {
  font-size: 36px;
  font-weight: 600;
}

.spritual-locations h2 span {
  color: var(--special-text-color);
}
.image-container-inspiredtour {
    max-height: 252px;
    overflow: hidden;
    border-radius: 10px;
}
.spritual-locations p {
  color: var(--normal-text-color);
}

.card-fixeddeparture .slick-slide{
  background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
.card-fixeddeparture .slick-slide .card-body{
  padding: 0px !important;
}

.img-container {
  overflow: hidden;
  height: 260px;
  border-radius: 10px;
}
.img-container .card-img-top{
  min-height: 300px;
  object-fit: cover;
}

.slick-slide .card {
  border-radius: 10px;
}

.slick-slide .card .location-rating {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
}

.slick-slide .card .location-rating .loaction {
  display: flex;
}

.slick-slide .card .location-rating .loaction span {
  color: var(--placeholder-text-color);
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
}

.slick-slide .card .location-rating .rating {
  display: flex;
  gap: 5px;
  align-items: center;
}

.slick-slide .card .location-rating .rating span {
  font-size: 14px;
}

.slick-slide .card .card-body .card-title {
  margin-bottom: 0.5rem;
  font-size: 22px;
  font-weight: 600;
  width: 264px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  min-height: 53px;
}

.slick-slide .card .card-body p.card-text {
  font-size: 14px;
}

/*====card-update=====*/
.slick-slide .card-spritiulcontainer .location-rating {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}

.slick-slide .card-spritiulcontainer .location-rating .loaction {
  display: flex;
}

.slick-slide .card-spritiulcontainer .location-rating .loaction span {
  color: var(--placeholder-text-color);
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
}

.slick-slide .card-spritiulcontainer .location-rating .rating {
  display: flex;
  gap: 5px;
  align-items: center;
}

.slick-slide .card-spritiulcontainer .location-rating .rating span {
  font-size: 14px;
}
.review-star {
  background: linear-gradient(45deg, #ff8b3c, #ff8b3cb0);
  border-radius: 20px;
  padding: 2px 7px;
  font-size: 12px;
  color: #fff;
}
.review-count {
  font-size: 12px;
  margin-left: 10px;
}
.slick-slide .card-spritiulcontainer .card-body .card-title {
  margin-bottom: 0.9rem;
  font-size: 18px;
  font-weight: 700;
  width: 264px;
  text-overflow: ellipsis;
  white-space: normal;
  margin-top: 0.9rem;
}

/* .slick-slide .card-spritiulcontainer .card-body p.card-text {
  font-size: 14px;
} */
.rating-text {
  font-size: 14px;
}

button.prev-btn {
  background: transparent;
  border: none;
  border-radius: 50%;
 color: var(--normal-text-color);
  /* width: 40px;
  height: 40px; */
}

button.next-btn {
  background: transparent;
    border: none;
    border-radius: 50%;
    color: var(--normal-text-color);
    /* width: 40px; */
    /* height: 40px;*/
}

.btn-wrap {
    text-align: right;
    margin-bottom: 15px;
    background: #fff;
    width: fit-content;
    border-radius: 25px;
    border: 1px solid var(--placeholder-text-color);
    padding: 5px 15px;
}

.prev-btn.slick-disabled {
  background-color: transparent;
  color: #535150;
}

.popular-destination {
  background: #f6f6f6;
  padding-bottom: 3rem;
}

.popular-destination .img-location {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  max-height: 350px;
}

.popular-destination .img-location.destination-location .card-img-top {
  height: 350px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.popular-destination .img-location .image-location-title {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  width: fit-content;
  color: #fff;
  text-shadow: 3px 5px 5px rgba(0, 0, 0, .6);
}

.best-solution-ocean {
  background-image: url(../images/young-woman-walking-wooden-bridge-si-chang-island-thailand.jpg);
  background-position: center;
  background-size: cover;
  min-height: 500px;
  position: relative;
}

.best-solution-ocean .ocean-text-content {
  background: #fff;
  height: 300px;
  padding: 15px;
  position: absolute;
  width: 675px;
  top: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.best-solution-ocean .ocean-text-content h2 {
  font-size: 36px;
  font-weight: 600;
}

.best-solution-ocean .ocean-text-content h2 span {
  color: var(--special-text-color);
}

.text-warning {
  color: var(--special-text-color) !important;
}

.best-solution-ocean .ocean-text-content p {
  font-size: 16px;
  font-family: Lato, sans-serif !important;
  color: var(--normal-text-color);
}

.best-solution-ocean .ocean-text-content .btn-large {
  background-color: var(--active-background-color);
  color: #fff;
  width: 180px;
  font-size: 16px;
  font-weight: 600;
}

a.card-link {
  text-decoration: none;
  color: var(--normal-text-color);
  transform: scale();
}

.card-link:hover {
  transform: scale(0.9);
}

.spritual-slider .img-location.destination-location img:hover {
  transform: rotateY(3.104rad);
  transition: 1s;
}

/* .spritual-slider .img-location:hover .image-location-title{
  transform: rotateY(3.142rad);
} */

.most-inspired-tour {
  background: #fff;
  padding-bottom: 1.5rem;
}

/* .most-inspired-tour .img-location:hover {
  transform: rotateY(20deg);
  transition: .5s;
} */

/* .most-inspired-tour .img-location:hover .image-location-title {
  transform: rotateY(20deg);
} */

/* .most-inspired-tour .img-location:hover span.favrouite {
  transform: rotateY(20deg);
} */

/* .most-inspired-tour .img-location:hover .view-more-option{
  transform: rotateY(20deg);
} */
/* .most-inspired-tour .img-location:hover .view-more-option .image-location-title {
  transform: rotateY(0deg);
} */

/* .most-inspired-tour .img-location:hover .view-more-option {
  bottom: 0;
} */

.most-inspired-tour .img-location { 
  /* overflow: hidden;
  max-height: 350px; */
  border: none;
}

.location {
  display: flex;
  justify-content:space-between;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #b7b7b7;
  font-weight: 300;
  width: 100%;
}
.rating-data {
    color: var(--normal-text-color);
    font-weight: 700;
}
.rating-data .fa-solid{
  color: var(--active-background-color);
}
.location-icon {
  width: 22px;
}
.spritual-locations h3{
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.spritual-locations h4{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.most-inspired-tour .img-location .card-img-top {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.most-inspired-tour .img-location span.favrouite {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ff2222;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}

/* .most-inspired-tour .img-location .view-more-option {
  background-color: rgba(0, 0, 0, 0.67);
  position: absolute;
  z-index: 3;
  bottom: -56px;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  width: 100%;
  padding: 15px;
  color: #fff;
  transition: 0.5s;
} */

.most-inspired-tour .img-location .view-more-option .image-location-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: initial;
}
.img-container-destination {
    max-height: 350px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.offer-price {
    position: absolute;
    background: #ffffff;
    /* box-shadow: 0px 1px 0px 1px #111; */
    color: var(--normal-text-color);
    padding: 2px 10px;
    border-radius: 40px;
    top: 10px;
    left: 10px;
    font-size: 12px;
    border: 1px solid #e8e8e8;
}
.offer-price .badge{
  color: var(--normal-text-color);
}
.most-inspired-tour .img-location .view-more-option p {
  font-size: 16px;
  color: #fff;
}

.most-inspired-tour .img-location .view-more-option .btn-large-viewmore {
  background-color: var(--active-background-color);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
}

.spritual-adventure-custom {
    background: #f2f1f4;
        padding: 30px 0px;
}
.most-inspired-tour .img-location .view-more-option:hover {
  bottom: 0px;
}


.Customer-review button.prev-btn-customer, .Customer-review button.next-btn-customer {
    outline: none;
    border: none;
    background: transparent;
}
.customer-review .slick-slide .card {
  padding: 20px;
  border: none;
  min-height: 250px;
}
.img-bgwhite {
    background: #fff;
    border-radius: 10px;
}



.spritual-locations.Customer-review {
    padding: 20px 0px;
}
.customer-review .slick-slide .card p {
  line-height: 24px;
  font-size: 14px;
}

.customer-review .slick-slide .customer-details {
  align-items: center;
  gap: 15px;
  display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
}

.customer-review .slick-slide .customer-details p {
  /* color: var(--special-text-color);*/
  margin-bottom: 0; 
  font-weight: 600;
}

.customer-review .slick-slide .customer-details h4 {
  font-size: 14px;
  color: var(--normal-text-color);
  font-weight: 400;
}
.advantages-section {
      padding: 10px 15px 50px;
    }

    .left-column {
      padding-right: 30px;
    }

    .left-column h2 {
      font-size: 2rem;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    .left-column p {
      font-size: 16px;
      color: #777;
      line-height: 1.7;
    }

    .advantage-box {
      background: #fff;     
      padding: 30px 20px;
      border-radius: 8px;      
      transition: 0.3s ease-in-out;
      height: 100%;
      text-align: center;
    }

    .advantage-box img {
      width: 40px;
      height: 40px;
      margin-bottom: 15px;
    }

    .advantage-box h5 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 10px;
      color: var(--normal-text-color);
    }

    .advantage-box p {
      font-size: 14px;
      line-height: 1.6;
    }

    .right-column .row {
      row-gap: 20px;
    }

    /* .beyond-yatra-blogs h2 {
      font-size: 36px;
      font-weight: 600;
    }

.beyond-yatra-blogs h2 span {
  color: var(--special-text-color);
}

.beyond-yatra-blogs .img-location {
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
  border: transparent;
}

.beyond-yatra-blogs .img-location .image-large-box {
  margin-bottom: 20px;
}

.beyond-yatra-blogs .img-location .view-more-option {
  padding: 15px;
  padding-bottom: 40px;
}

.beyond-yatra-blogs .img-location .view-more-option .post-date {
  color: var(--placeholder-text-color);
}

.beyond-yatra-blogs .img-location .view-more-option h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--normal-text-color);
  line-height: 24px;
}

.beyond-yatra-blogs .img-location .view-more-option p {
  font-size: 14px;
  line-height: 24px;
  color: var(--normal-text-color);
}

.beyond-yatra-blogs .img-location .view-more-option .read-more {
  color: var(--special-text-color);
  font-weight: 600;
  text-decoration: none;
  margin-top: 40px;
}

.beyond-yatra-blogs .blogs-section .blog-image-small {
  background: transparent;
  border: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.beyond-yatra-blogs .blogs-section .blog-image-small .small-image-container {
  min-width: 150px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 132px;
}

.beyond-yatra-blogs .blogs-section .blog-image-small .blogs-title h3 {
  font-weight: 600;
  font-size: 20px;
}

.beyond-yatra-blogs .blogs-section .blog-image-small .blogs-title h3 a {
  color: var(--normal-text-color);
  text-decoration: none;
}

.beyond-yatra-blogs .blogs-section .blog-image-small .blogs-title p {
  color: var(--placeholder-text-color);
  font-size: 14px;
} */

.customsubscription-btn
 {
    background: #52514d;
    color: #fff;
    border-radius: 0px;
}
.custom-subscription {
    border: 1px solid #52514d;
    border-radius: 5px;
}
.custom-subscription .form-control{
  border: none;
  min-height: 45px;
}
/* .subscribe-from {
  margin-top: 30px;
  background-image: url(../images/uAcHJ67RBnXIbiGLTU0xZK8yUKkiMm.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.subscribe-from .subscribe-news-form {
  background-color: rgba(252, 141, 67, 0.8);
  border-radius: 10px;
  width: 800px;
  margin: auto;
  min-height: 200px;
  padding: 30px;
}

.subscribe-from .subscribe-news-form h2 {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
}

.subscribe-from .subscribe-news-form p {
  color: #fff;
  font-weight: 500;
}

.subscribe-from .subscribe-news-form input.form-control {
  height: 60px;
  border-radius: 30px;
  padding: 15px;
}

.subscribe-from .subscribe-news-form .custom-btn {
  border-radius: 30px;
  margin-left: 0;
  min-width: 150px;
  background: rgb(83 81 80 / 89%);
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 60px;
} */

footer {
  background-color: #fff;
  padding: 25px 0 0px;
  color: var(--normal-text-color);
}

footer p{
  margin-bottom: 10px;
}
footer .footer-heading {
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
  padding-bottom: 5px;
}

footer .footer-link {
  list-style: disc;
}

footer .footer-link li {
  margin-bottom: 10px;
}

footer .footer-link li a {
  text-decoration: none;
  color: var(--normal-text-color);
  font-weight: 400;
  font-size: 14px;
}
footer .footer-link li a:hover{
  color: var(--special-text-color);
}

footer .social-icons a {
  margin-right: 10px;
  font-size: 18px;
  color: var(--normal-text-color);
}


footer .social-icons a:hover {
  color: #ffc107;
}

footer .back-to-top {
  width: 40px;
  height: 40px;
  background-color: var(--active-background-color);
  /* border: 2px solid #ffc107; */
  border-radius: 10%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: auto;
}
.copy-rightborder{
  border-top: 1px solid #52514d;
    padding-top: 5px;
    padding-bottom: 5px;
}
.text-muted {
   
    margin-bottom: 0;
    font-size: 14px;
}
.text-normal-color
 {
    color: var(--normal-text-color);
}
footer .back-to-top:hover {
  background-color: #ffc107;
  color: #111;
}

footer .card-logos img {
  height: 30px;
  margin-right: 10px;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  background-color: #007bff;
  color: white;
  border: none;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.back-to-top:hover {
  background-color: #0056b3;
}

.state-citydetails {
  position: absolute;
  bottom: 35px;
  margin: auto;
  left: 0;
  right: 0;
  width: fit-content;
}

.state-citydetails p {
  color: #fff;
  text-shadow: -1px -1px 7px rgb(0 0 0);
  font-size: 20px;
  -webkit-text-stroke: 1px #ffffff;
}

.hero-slider .carousel-inner .carousel-caption.statick-text {
  position: absolute;
  /* left: 0; */
  top: 7rem;
  height: max-content;
}

.img-responsive {
  min-height: 304px;
  width: auto;
}

.tect-color-white {
  color: var(--text-color-white);
}

.text-color {
  color: var(--normal-text-color);
}

.hero-slider-home .carousel-inner img {
  object-fit: contain !important;
}
.hero-slider .carousel-inner img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: center;
}


/*modal css*/
.modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.modal-header {
  border-bottom: none;
}

.modal-body {
  display: flex;
  padding: 0;
}

.modal-left {
  background: #2c2f3a;
  color: white;
  padding: 30px;
  text-align: center;
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-right {
  padding: 30px;
  width: 65%;
}

.modal-left p {
  font-size: 14px;
  margin: 20px 0;
  color: #fff;
}

.modal-left img {
  width: 50px;
  margin-bottom: 10px;
}

.modal-right input {
  margin-bottom: 15px;
}

.btn-subscribe {
  background: #ff6600;
  border: none;
  color: white;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
}

.btn-subscribe:hover {
  background: #e65c00;
}

.border-radius.login-shield {
  width: 50px;
  height: 50px;
  margin: 0px auto;
  background: #494d5c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

#checkavailbility .modal-dialog {
  max-width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-imagecontainer {
  width: 485px;
  overflow: hidden;
  height: 415px;
  border-radius: 15px 0px 0px 15px;
  position: relative;
}

.popup-imagecontainer img {
  object-fit: cover;
  width: 740px;
  min-height: 483px;
}

.active-text {
  color: var(--special-text-color);
}

.normal-text {
  color: var(--normal-text-color);
}

.profile-icon {
  width: 40px;
  height: 40px;
  background: #dedede;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.display-containt {
  display: contents;
}

.align-items-center p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sub-menu-profile {
  position: absolute;
  right: 8px;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
  top: 4rem;
  min-width: 10rem;
}

.sub-menu-profile ul {
  padding-left: 0;
}

.sub-menu-profile ul li {
  list-style-type: none;
}

#checkavailbility .modal-body {
  padding: 1rem;
}

.sub-menu-profile ul li a {
  text-decoration: none;
  color: var(--normal-text-color);
  font-size: 14px;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.13) !important;
}


.accordion-button:not(.collapsed) {
  color: var(--normal-text-color);
}

.accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 700;
}

.accordion-item {
  background-color: transparent !important;
  border: none !important;
}

.accordion-button {
  padding: .5rem 0rem;
}

.accordion-body {
  padding: .6rem .25rem;
}

.accordion-body ul {
  padding-left: 1rem;
}

.accordion-button::after {
  content: "Collapse";
  background-image: none !important;
  transform: rotate(0) !important;
  width: auto;
  font-size: 16px;
  color: var(--normal-text-color);
  font-weight: normal;
}

.accordion-button.collapsed::after {
  content: "Expand";
  background-image: none !important;
  transform: rotate(0) !important;
}

.accordion-body ul li {
  font-size: 14px;
  color: var(--normal-text-color);
  line-height: 24px;
  font-style: italic;
}

.mobile-formdata {
  display: block;
}

#enquery-form.sticky .mobile-formdata {
  display: none;
}


.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}

.accordion-button:not(.collapsed) {
  color: var(--normal-text-color);
}

.accordion-body ul li {
  font-size: 14px;
  color: var(--normal-text-color);
  line-height: 24px;
  font-style: italic;
}

@media only screen and (max-width:768px) {
  .hero-slider .slider-calender .custom-select .custom-select-wrapper{
    max-width: 338px;
  }
  .mobile-banner {
    display: none;
  }
  .card-overlay {
   
    left: 5px;
    bottom: 1px;
    color: var(--normal-text-color);
    background: rgba(255, 255, 255, .85);
}
.margin-top100 {
    margin-top: 0;
}
.reviews{
  color: #5c5656;
}
  .flex-direction-mobile{
    flex-direction: column-reverse
  }
  /* .hero-slider .slider-calender {
    display: none !important;
  } */

  .subscribe-from .subscribe-news-form {
    width: 500px;
  }

  #checkavailbility .modal-dialog {
    flex-direction: column;
  }

  .popup-imagecontainer {
    display: none;
  }

  #checkavailbility .mobile-formdata {
    display: block;
  }

  #enquery-form.sticky .mobile-formdata {
    display: flex !important;
  }

  .hero-slider .carousel-inner img {
    height: 210px;
  }
  .hero-slider .carousel-inner{
    min-height: 418px;
  }
}

@media only screen and (max-width:540px) {

  .subscribe-from .subscribe-news-form {
    width: 360px;
  }
}

/*# sourceMappingURL=style.css.map */