.tours {
  position: relative;
}

.bg-image {
  position: absolute;
  width: 100%;
  min-height: 80%;
  top: 110px;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
}
.banner {
  position: relative;
}
.banner-img {
  border-radius: 12px;
}

.hero-title {
  color: rgb(255, 255, 255);
}

.tours__info {
  padding: 0px 20px;
  background-color: rgb(170, 170, 170);
  position: relative;
  border-radius: 20px;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0.95;
}

.tours__info_desc {
  color: #ff896a;
}

.tours__info_btn {
  padding: 10px 50px;
}
.yellow {
  color: #e99e01;
}
.about-tour {
  display: flex;
}
.about-tour__info {
  width: 45%;
  padding-right: 0px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 0px;
}

.about-tour__info_title {
  color: #14183e;
}

.about-tour__img {
  width: 55%;
}
.tours__info {
  margin-top: 50px;
}

.bg-image {
    object-fit: contain;
}

.tour-swiper img {
  max-height: 636px;
  max-width: 636px;
}

@media only screen and (max-width: 1124px) {
  .none {
    display: none;
  }
  .about-tour {
    align-items: center;
  }
  .about-tour__img {
    height: 600px;
  }
  .swiper {
    height: 100%;
  }
}
@media only screen and (max-width: 1124px) {
  .about-tour__img {
    height: 500px;
  }
  .swiper {
    height: 100%;
    padding: 0px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 996px) {
  .banner {
    display: none;
  }

  .tours__info_info {
    width: 100%;
  }
  .about-tour {
    flex-direction: column;
    gap: 30px;
  }
  .about-tour__info,
  .about-tour__img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .none-banner {
    display: none;
  }
  .section-partners {
    padding-top: 0px;
  }
  .swiper {
    padding: 50px;
    padding-top: 0px;
  }

  .about-tour__img {
    height: 550px;
  }
  .section-about-tour {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .about-tour__img {
    height: 400px;
  }
  .swiper {
    height: 100%;
    padding: 0px;
    padding-bottom: 50px;
  }
}
