
  .s-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .swiper {
    width: 100%;
    height: 670px;
    display: flex;
    align-items: flex-end;
  }

  .swiper-slide {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.5s ease;
  }

  .slide-inner {
    width: 100%;
    height: 80%;
    transition: height 0.5s ease;
    position: relative;
  }

  .swiper-slide:not(.swiper-slide-active) .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
    z-index: 11;
    border-radius: 15px;
  }

  .swiper-slide-active .slide-inner {
    height: 100%;
  }

  .slide-inner img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 15px !important;
  }

  .slide-content-top {
    position: absolute;
    top: 80px;
    left: 50px;
    max-width: 55%;
    z-index: 10;
    text-align: left;
  }

  .slide-content-top h3 {
    margin: 0 0 30px;
    color: #fff;
    font-size: 46px;
    font-weight: 600;
  }

  .slide-content-top p {
    color: #fff;
    margin: 0 0 30px;
    font-size: 24px;
  }

  .slide-content-top a {
    font-family: "Metropolis", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #DF6126;
    padding: 0px 0px 0px 0px;
  }

  .slide-content-top a img {
    position: relative;
    left: 3px;
    top: 6px;
    width: 27px;
  }

  .slide-content-bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: right;
    z-index: 10;

    background: #00155f;
    padding-right: 50px;
    padding-left: 50px;
    opacity: .85;
  }

  .slide-content-bottom .amount {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 0;
  }
  .swiper-slide-active .slide-content-bottom .amount {
   font-size: 85px;
  }

  .slide-content-bottom .label {
    font-size: 16px;
    margin-top: -14px;
    color: #fff;
    text-align: right;
  }
  
  .swiper-slide-active .slide-content-bottom .label {
    font-size: 20px;
    margin-top: -35px;
    }

  .bottom-controls {
    position: absolute;
    margin-top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 10;
  }

  .bottom-controls .arrow {
    font-size: 22px;
    color: #DF6126;
    cursor: pointer;
    user-select: none;
    position: relative;
    top: 3px;
  }

  .swiper-pagination {
    display: flex !important;
    gap: 10px;
    position: static !important;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #D9D9D9;
    border-radius: 50%;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background-color: #DF6126;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

@media only screen and (max-width: 600px) {  
  .slide-content-top {
    max-width: 100% !important;
    left: 20px !important;
    right: 20px !important;
    z-index: 1000;
  }
  .slide-content-bottom {
    width: 100% !important;
    text-align: center !important;
    z-index: 1000;
  }
  .slide-content-bottom .label {
    text-align: center !important;
  }
  .slide-content-top h3 {
    font-size: 40px;
    text-align: center;
  }
  .swiper-slide-active .slide-content-bottom .amount {
    font-size: 60px !important;
    line-height: 130px;
  }

  .swiper-slide.swiper-slide-active .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
    z-index: 11;
    border-radius: 15px;
  }

}