.s-block--enhanced-fixed-banner .banner-content {
  opacity: 1;
}
/* frist banner*/
@media (min-width: 1024px) {
  section:nth-child(1 of .s-block--enhanced-fixed-banner) h3 {
    font-size: 55px;
    width: 600px;
    line-height: 80px;
  }

  .banner-button {
    margin-right: 20% !important;
  }
}

.banner-button {
  padding: 10px 20px;
  width: 150px;
  background-color: #b0905f;
  color: black;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 28%;
}

.banner-button:hover {
  background-color: white;
}

/* categories*/

.f_image-entry {
  position: relative;
}

.f_image-entry__title {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  z-index: 10;
}

.f_image-entry img {
  width: 100%;
  height: auto;
}
#E_square_photos_sec_1 h3 {
  color: white;
  width: 180px;
}

/* sec banner*/

@media (min-width: 1024px) {
  section:nth-child(2 of .s-block--enhanced-fixed-banner) .px-2 {
    margin-right: 500px;
  }
  section:nth-child(2 of .s-block--enhanced-fixed-banner) h3 {
    font-size: 50px;

    line-height: 80px;
  }
  section:nth-child(2 of .s-block--enhanced-fixed-banner) p {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
section:not(:nth-of-type(1)) .swiper-wrapper {
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
}
@media (min-width: 640px) {
  .s-block {
    padding-top: 1rem;
    padding-bottom: 10px;
  }
}
.s-block {
  padding-top: 0.5rem;
  padding-bottom: 10px;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-block--hero-slider .swiper-slide {
  position: relative;
  height: 17rem;
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
@media (min-width: 1280px) {
  .s-block--hero-slider .swiper-slide {
    height: 55rem;
  }
}

@media (max-width: 768px) {
  .swiper.s-slider-container.swiper-watch-progress {
    max-height: 190px !important;
  }

  .swiper-lazy.swiper-lazy-loaded {
    /* background-size:contain; */
    background-repeat: no-repeat;
  }

  .swiper-lazy {
    height: 63% !important;
  }
}