.swiper.gallery {
  padding-left: 60px;
  padding-right: 60px;
}
.swiper.gallery .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 3rem;
  column-gap: 0.75rem;
}

.why-choose .bg-themeColor.rounded-full {
  aspect-ratio: 1;
}

@media screen and (max-width: 768px) {
  .text-title-1,
  .text-title-2 {
    line-height: 3.5rem;
    text-align: center;
  }
  .px-\[60px\] {
    padding-left: 32px;
    padding-right: 32px;
  }
  .what-is {
    display: flex;
    flex-direction: column;
  }
  .what-is .items-center:first-child img {
    display: none;
  }
  .why-choose {
    display: flex;
    flex-direction: column;
  }
  .why-choose .img-1 {
    display: none;
  }
  .why-choose .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .your-airbnb {
    max-width: 100%;
  }
  .swiper.gallery {
    width: 100%;
    height: 100%;
  }
  .swiper.gallery .swiper-wrapper {
    display: flex;
    row-gap: 0;
    column-gap: 0;
  }
  .swiper.gallery .swiper-slide {
    height: auto !important;
    justify-content: start;
  }
  .amenities {
    width: 100%;
  }
  .amenities .max-w-\[1440px\] {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .amenities .grid {
    width: 100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .amenities .vector.mt-\[400px\] {
    margin-top: 64px;
  }
  .guests-stories-section .reviews-block .review-item:not(:first-child) {
    display: none;
  }
  .guests-stories-section .reviews-block .review-item .pl-20 {
    padding-left: 0;
  }
  .footer-comp .wrap.wrapWidth {
    flex-direction: column;
  }
  .footer-comp .wrap.wrapWidth .items-start {
    border: none;
  }
  .footer-comp .wrap.wrapWidth .items-start .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d33f3f;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}
