
.swiper {
  width: 100%; 
  height: 500px;
  max-height: 500px; 
  margin: 0px auto; 
  border-radius: 12px;
  overflow: hidden; 
  position: relative;
  padding: 20px 0 20px 0;
}
@media (min-width: 1024px) {
  .swiper {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .swiper {
    padding: 0 16px; 
    padding-bottom: 20px; 
  }
}

.swiper-slide {
  background-size: cover; 
  background-position: center; 
  border-radius: 12px;
  overflow: hidden; 
  display: flex;
  align-items: flex-end; 
  justify-content: center;
  text-decoration: none;
  color: white;
  position: relative;
  padding: 20px;
}

@media (max-width: 767px) {
  .swiper-wrapper {
    height: 450px;
  }
}

.swiper-slide h2 {
  color: white;
}

.swiper-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  position: absolute; 
  top: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(
    180deg,
    rgb(13 12 61 / 5%),
    rgb(13 12 61 / 0%) 75%,
    #0d0c3d24 95%,
    #0d0c3d54
  );
}

.swiper-slide-content {
  padding: 35px; 
  color: white; 
  font-size: 24px;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0); 
  box-sizing: border-box;
  border-radius: 0 0 12px 12px; 
  bottom: 0; 
}

@media (max-width: 768px) {
  .swiper-slide-content {
    padding: 0px;
  }
}

.swiper-slide-text {
  font-size: 18px;
  font-family: "HeroNew", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  position: absolute;
  padding-right: 20px;
  z-index: 9;
  text-align: left;
  line-height: 1;
  padding-right: 40px;
  top: 15%;
}

.swiper-slide-title {
  font-size: 28px;
  font-family: "HeroNew", Arial, sans-serif;
  font-weight: 800;
  position: absolute;
  z-index: 9;
  background: linear-gradient(260deg, #fba942 18.89%, #e4f21e 81.52%);
  -webkit-background-clip: text; 
  color: transparent !important;
  text-align: left;
  line-height: 1.1; 
  text-transform: uppercase;
  top: 75%;
  padding: 0 40px 40px 0;
}

.swiper-pagination {
  position: absolute; 
  bottom: -5px !important; 
  text-align: center; 
  z-index: 10; 
}
@media (max-width: 768px) {
  .swiper-pagination {
    bottom: 25px !important; 
  }
}

.swiper-pagination-bullet {
  width: 20px; 
  height: 4px; 
  background: gray;
  opacity: 0.4; 
  margin: 0 5px; 
  border-radius: 20px; 
  display: inline-block; 
  transition: opacity 0.3s ease, transform 0.3s ease; 
}

.swiper-pagination-bullet-active {
  background: #ff0000; 
  opacity: 1; 
}

.swiper-button-prev,
.swiper-button-next {
  color: transparent;
  width: 30px; 
  height: 30px;
}

.swiper-slide-button {
  display: inline-block; 
  border: none;
  color: white; 
  text-decoration: none; 
  margin-top: 15px; 
  cursor: pointer;
  font-family: "HeroNew", Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 59%;
  left: 10%;
  z-index: 10;
  background: linear-gradient(90deg, #ff2f31 2.02%, #f41c43);
  border-radius: 7px;
  padding: 15px;
  font-size: 14px;
  text-transform: uppercase;
}


.swiper-slide-button:hover {
  color: white; 
}

@media (max-width: 767px) {
  a.swiper-slide-button {
    left: 5%;
  }
  .swiper-slide-title {
    font-size: 26px;
  }
}

div[aria-label="1 / 7"] .swiper-slide-text {
  font-size: 20px;
  top: 15%;
}
div[aria-label="1 / 7"] .swiper-slide-title {
  top: 22%;
  width: 400px;
  font-size: 44px;
}
div[aria-label="1 / 7"] .swiper-slide-button {
  top: 75%;
  font-weight: 800;
}

@media (max-width: 767px) {
  div[aria-label="1 / 7"] .swiper-slide-title {
    width: 310px;
    font-size: 38px;
  }
}
