.as-highlights p {
  font-size: medium;
  font-weight: 400;
}

.h-480 {
	height:480px
}

.as-highlight-img {
  width: 100px;
}

.as-highlight-img img {
    height: 16px;
    width: 16px;
}

.overview ul {
    list-style: disc;
    padding-left: 20px;
}

p:not(:last-of-type) {
    margin-bottom: 1rem;
}

.btn {
  background-color: #DB3F18;
  border-color: #DB3F18;
  color: #FFFFFF;
}

.btn:hover {
  background-color: #F7471B;
  border-color: #F7471B;
  color: #FFFFFF;
}

.img-fluid {
  height: 10vh;
  width: 12vh;
  object-fit: cover;
  border-radius: 10%;
}

.as-description {
  max-height: 50px;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #333;
}

.as-social{
  font-size: large;
  font-weight: 400;
  color: #333;
  text-align: center;
}

.modal-title {
  font-size: larger;
  font-weight: 500;
}

.modal-review p {
  padding: 2px;
  margin-top: 5px;
  font-size: medium;
  font-weight: 600;

}

.modal-review span {
  font-size: medium;
  font-weight: 400;
  text-align: justify;
}

li {
  font-size: 18px;
  font-weight: 400;
}

.as-form-container {
  position: sticky;
  top: 150px;
  height: fit-content;
  margin-top: 5rem;
  margin-left: 65px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.as-form-container h5 {
  font-size: large;
  font-weight: 600;
}

.as-form-container p {
  font-size: medium;
  font-weight: 400;
}

.as-prev,
.as-next {
  width: 5vh;
  top: 10vh;
  bottom: 40vh;
}

.carousel-control-prev-icon {
  background-color: #333;
}

.carousel-control-next-icon {
  background-color: #333;
}

.as-timeline {
  position: relative;
  padding-left: 30px;
}

.as-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 2px;
  background-color: black;
}

.as-day {
  position: relative;
  margin-bottom: 20px;
}

.as-day h5 {
  font-size: large;
  font-weight: 600;
  position: relative;
}

.as-day h5::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: black;
}

.aboutGuideCard p {
  font-size: medium;
  font-weight: 300;
}

.aboutGuideCard h4 {
  font-size: medium;
  font-weight: 500;
  color: unset !important;
}
.review-name {
    font-size: 18px;
}
.review-gallery-wrapper img {
    cursor: pointer;
}
#openReviewImage {
    z-index: 99999;
    background: rgba(0, 0, 0, 0.6);
}

#openMoreReview {
    z-index: 99999;
    background: rgba(0, 0, 0, 0.6);
}

#openMoreReview .modal-dialog {
    max-width: 75vw;
}
#openMoreReview .modal-content {
    height: 90vh;
}
#openMoreReview .modal-body {
    max-height: 90vh !important;
}
#openReviewImage .modal-content {
    background: unset;
    border: unset;
}

#craouselForTripSuggestions .card {
    border-radius: 20px;
    border: rgba(0, 0, 0, 0.3) solid 1px;
    background: rgb(255 255 255);
}
#craouselForTripSuggestions .card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 220px;
    object-fit: cover;
}
#craouselForTripSuggestions .card-text {
    color: unset;
	font-weight: 600;
    font-size: 18px;
    overflow: unset;
    white-space: unset;
}

#craouselForTripSuggestions .card-body {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
#craouselForTripSuggestions .as-date-group {
	width: 100%;
}

.review_carousel_item img {
    height: 90vh;
    object-fit: contain;
}
.as-image {
  height: 40%;
  display: flex;
  cursor: pointer;
}

.large-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  gap: 10px;
}

.image-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  height: 100%;
}


.sm-img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.as-carouselBody h5 {
  font-size: larger;
  font-weight: 600;
}

.as-carouselBody p {
  font-size: large;
  font-weight: 400;
}

.price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.as-price-small {
  font-size: small;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-icon {
  font-size: medium;
  font-weight: 400;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  align-items: center;
}

.info-icon img {
  max-height: 20px;
  max-width: 18px;
}

.as-date-group p {
  color: #DB3F18;
  font-size: medium;
  font-weight: 400;
  margin: 0;
}

.as-date-group span {
  font-size: medium;
  font-weight: 400;
}

.hidden-image-gallery {
  position: fixed;
  top: 0vh;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  overflow: auto;
}

.gallery-content {
  position: relative;
  width: 90%;
  max-height: 90vh;

}
.gallery-content img {
	width: 20%;
	cursor: pointer;
}

div#openCarousel {
    z-index: 99999;
}

.as-image-gallery-close {
  position: absolute;
  top: 4vh;
  right: 2vh;
  border: none;
  color: #f3eeee;
  background-color: #FFFFFF;
  z-index: 1000;
}

.as-review {
  display: block;
  margin-bottom: 1rem;
}

.as-review p {
  font-size: large;
  font-weight: 500;
}

.as-review span {
  font-size: medium;
  font-weight: 400;
}

@media (max-width: 991px) {
  .as-image {
    height: 21%;
    flex-direction: column;
  }

  .large-img {
    height: 50%;
  }

  .image-container {
    display: none;
  }

  .container {
    margin-top: 0;
  }
}