h2,
p {
  font-family: "Kumbh Sans", sans-serif;
}
.carousel-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  /* max-width: 1200px; */
  margin: auto;
}
hr {
  margin: 0.6rem 0;
}
.card-slider {
  display: flex;
  gap: 15px;
  transition: transform 0.8s ease-in-out;
}

.card {
  flex: 1 1 calc(25% - 15px);
  min-width: 350px;
  transition: all 0.3s ease-in-out;
}

.card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

/* hero sec code  */
.hero-sec {
  /* margin-top: 2.5rem; */
  height: 58vh;
}
.hero-sec-package-card {
  display: flex;
  width: 100%;
  gap: 1rem;
  align-items: center;
}
.hero-sec-package-card .hero-sec-package-card-text .text-container {
  width: 100%;
  margin: auto;
}
.hero-sec-package-card .hero-sec-package-card-text .text-container h1 {
  font-weight: 800;
}
.hero-sec-package-card
  .hero-sec-package-card-text
  .text-container
  .package-para {
  font-size: 15px;
}

.hero-sec-package-card .hero-sec-package-card-image {
  width: 58%;
}
.hero-sec-package-card .hero-sec-package-card-image img {
  width: 949px;
  height: 50vh;
  object-fit: cover;
  border-bottom-left-radius: 193px;
}

/* .gallery-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}

.gallery-icon .counter {
    position: absolute;
    bottom: 41px;
    right: 2px;
    background: rgb(7, 145, 53);
    color: #fff;
    height: 23px;
    width: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* .gallery-icon img {
    width: 40px;
    height: 40px;
}
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
}

.lightbox-overlay img {
    max-width: 90%;
    max-height: 90%;
} */

.hr-line {
  width: 100%;
  height: 1px;
  background: #000000;
}

/* first-sec  */

.first-sec {
  position: relative;
}
.first-sec .first-sec-div {
  display: flex;
  align-items: flex-start;
}
.first-sec .left {
  min-height: 200vh; /* Ensure left side has enough content to scroll */
}
.first-sec .right {
  height: 100vh; /* Match the viewport height */
}
.first-sec .first-sec-wrapper {
  flex: 1;
  position: relative;
}

.sec1-info .sec1-size,
.sec1-info .sec1-time {
  display: flex;
  align-items: center;
}

.time-icon,
.people-icon {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  padding: 18px;
  font-size: 1.3em;
  border: 1px solid #63ab45;
  display: flex;
  justify-content: center;
  align-items: center;
}
.time-text,
.size-text {
  font-size: 14px;
}

/* sec3 */
.included-icon {
  color: #63ab45;
  margin-right: 5px;
}
.excluded-icon {
  color: rgb(199, 22, 22);
  margin-right: 5px;
}

/* sec4  */
.sec4-category {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.sec4-category .category-tag {
  height: auto;
  width: auto;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
  border: 1px solid #63ab45;
  border-radius: 8px;
}

/* sec5 */

.accordion-button {
  transition: all 0.6s ease !important;
}
.accordion-button:active {
  color: #ffffff !important;
  background-color: #63ab45 !important;
}
.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #63ab45 !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(./arrow-204-xxl.png) !important;
}

/* sec6  */
.sec6 .language div {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.sec6 .language div i {
  font-size: 26px;
}

/* right  */
.package-card {
  width: 350px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.discount-tag {
  position: absolute;
  top: -5px;
  right: -26px;
  background: #63ab45;
  color: white;
  padding: 8px 13px;
  /* border-radius: 5px; */
  transform: rotate(45deg);
  display: flex;
  align-items: end;
  justify-content: center;
  width: 84px;
  height: 41px;
  padding: 0;
}
.package-price span {
  position: relative;
}
.package-price span del {
  position: absolute;
  top: -20px;
  left: 6px;
  font-size: 14px;
}
.per-coup {
  font-size: 12px;
}
.package-valid {
  font-size: 14px;
}
.packages-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.packages-btn-group button {
  width: 145px;
}

.date-picker {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.date-picker input[type="date"] {
  width: 100%;
  padding: 7px 10px;
  border-radius: 10px;
}
.all-count-cont {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6rem;
}
.children-cont {
  gap: 5rem;
}

/* second-sec  */

.map-iframe iframe {
  height: 450px;
  width: 600px;
}

.review-cont-wrapper {
  margin-top: 3.2rem;
}

.review-cont-wrapper .card {
  width: 350px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.review-cont-raiting {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.review-cont-raiting .star-symbol,
.review-cont-raiting .raiting-count {
  font-size: 2.5rem;
  font-weight: bolder;
}
.raiting-catgeory {
  width: 85px;
  font-size: 16px;
  display: inline-block;
}
.raiting-bar {
  width: 177px;
  height: 10px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  background-color: #2727274b;
}
.raiting-bar::before {
  content: "";
  width: 30%;
  background: rgb(226, 200, 0);
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  display: inline-block;
  border-radius: 10px;
}

/* third sec  */
.more-option-card-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
.option-card {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 329px;
  border: 1px solid black;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.option-card:hover {
  transform: translateY(-10px);
}
.option-card .option-card-img {
  overflow: hidden;
}
.option-card .option-card-img img {
  height: 250px;
  width: 328px;
  object-fit: cover;
  border-radius: 10px;
}
.option-card .option-card-details {
  padding: 6px 15px;
}
.option-card .option-card-details h3 {
  font-size: 18px;
  font-weight: bolder;
}
.option-card .option-card-details p {
  font-size: 14px;
  text-align: justify;
}
.option-card .option-card-details .price_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
}
.option-card .option-card-details .price_type .time-people {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.option-card .option-card-details .price_type .time-people span {
  font-weight: 700;
}
.option-card .option-card-details .price_type .price {
  position: relative;
}
.option-card .option-card-details .price_type .price span del {
  position: absolute;
  bottom: 75%;
  left: 7%;
  font-size: 14px;
}
.option-card .option-card-btn {
  width: 145px;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translate(-55%, -1%);
  border-radius: 39px;
}

@media (min-width: 1798px) {
  .first-sec .left {
    min-height: 130vh;
  }
  .hero-sec {
    padding-left: 0 !important;
  }
  .hero-sec-package-card .hero-sec-package-card-image img {
    width: 182%;
  }
  .package-card {
    width: 438px;
    margin-top: 4rem;
    margin-left: 7rem;
    transform: scale(1.2);
  }
  .more-option-card-wrapper {
    justify-content: space-between;
  }
  .map-iframe iframe {
    width: 738px;
  }
  .review-cont-wrapper .card {
    margin-left: 7rem;
    transform: scale(1.09);
  }
  .second-sec .row {
    flex-wrap: nowrap;
  }
  .hero-sec-package-card {
    gap: 11rem;
  }
  .hero-sec-package-card .hero-sec-package-card-text .text-container .package-para {
    font-size: 18px;
    width: 573px;
}
.third-sec{
  margin-bottom: 8rem!important;
}
}
@media (min-width: 2046px) {
  .hero-sec-package-card .hero-sec-package-card-image img {
    width: 231%;
  }
}
@media (max-width: 1275px) {
  .first-sec .first-sec-div {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 1200px) {
  .map-iframe iframe {
    height: 400px;
    width: 500px;
  }
  .review-cont-wrapper .card {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .map-iframe iframe {
    height: 353px;
    width: 400px;
  }
  .review-cont-wrapper .card {
    height: 353px;
  }
  .first-sec .first-sec-div {
    margin-bottom: 1rem !important;
  }
  .card {
    flex: 1 1 calc(33.33% - 15px);
  }
}
@media (max-width: 980px) {
  .hero-sec-package-card .hero-sec-package-card-image {
    width: 48%;
  }
  .hero-sec-package-card .hero-sec-package-card-text .text-container h1 {
    font-weight: 800;
    font-size: 1.9rem;
  }
  .hero-sec-package-card .hero-sec-package-card-image img {
    width: 475px;
  }
}

@media (max-width: 768px) {
  .card {
    flex: 1 1 calc(50% - 15px);
  }
  .first-sec .left {
    min-height: 100vh; /* Ensure left side has enough content to scroll */
  }
  .first-sec .right {
    height: auto; /* Match the viewport height */
  }
  .first-sec-inner {
    display: flex;
    justify-content: center;
  }
  .Tour {
    margin-top: 2rem;
  }
  .Tour h2 {
    text-align: center;
    margin-bottom: 1.8rem !important;
  }
  .second-sec .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .map-iframe iframe {
    width: 513px;
    margin: auto;
    display: flex;
  }
  .review-cont-wrapper .card {
    margin: auto;
    height: 368px;
  }
  .third-sec h2 {
    text-align: center;
    margin-bottom: 1.8rem !important;
  }
}

@media (max-width: 576px) {
  .card {
    flex: 1 1 100%;
  }
  .hero-sec {
    height: auto;
  }
  .hero-sec-package-card {
    flex-direction: column;
  }
  .hero-sec-package-card .hero-sec-package-card-image {
    width: 100%;
  }
  .hero-sec-package-card .hero-sec-package-card-image img {
    width: 102%;
  }
  .first-sec .left {
    min-height: 100vh;
    margin-left: 12px;
  }
}
