/* header bacgground slider */
.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination span {
  border-radius: 0;
  width: 35px !important;
  height: 5px;
}

.swiper-pagination-bullet-active {
  background-color: #a38caf !important;
}

/* Main birinci slider (tuors) */

.tours .swiper-slide {
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.375rem;
}

/* azerbaycani kesf et hissesi */
.discover .swiper {
  width: 100% !important;
  height: 100% !important;
}

.discover .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eaeaea;
  padding-bottom: 20px;
}

.discover .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px !important;
  font-weight: 900;
  color: rgb(0, 0, 0) !important;
  padding: 20px 25px;
  border-radius: 50%;
  box-shadow: 0px 3px 16px -3px rgba(0, 0, 0, 0.1);
  background-color: #ffffffc5;
}

.swiper-button-next::after {
  position: absolute;
  right: 1px !important;
}

.swiper-button-prev::after {
  position: absolute;
  left: 1px !important;
}


/* sirketler ve ortaqlar */


.companySlider1 .swiper-slide, .companySlider2 .swiper-slide {
  padding: 0 40px;
  height: 150px;

}

.partnerBox {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partnerBox img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  /* overflow-clip-margin: content-box; */
  overflow: clip;
}

/* comments section */

.comments .swiper {
  width: 100%;
  height: 100%;
}

.comments .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #F9F9F9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.comments .swiper-slide img {
  position: absolute;
  top: 3%;
  left: 1%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.comments .swiper-button-next::after,
.comments .swiper-button-prev::after {
  border-radius: 0;
  padding: 7px 25px;
  border: 1px solid #cdcdcd;
  position: absolute;
  top: -15%;
} 

@media only screen and (min-width: 500px) {
  .companySlider1 .swiper-slide, .companySlider2 .swiper-slide  {
    padding: 0 10px !important;
  }

}