@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    padding: 0;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
}

html,
body {
    position: relative;
    height: 100%;
}

.swiper-pagination-progressbar {
    background: #233636 !important;
  }
  
  .swiper-pagination-progressbar-fill {
    background: #436667 !important;
  }

.swiper {
    height: 100%;
    width: 100%;
    background-color: rgb(49, 49, 49);
}

.swiper-slide {
    display: flex;
    align-items: end;
    position: relative;

}

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

    position: absolute;
    z-index: 0;
}

.swiper-slide .content {
    position: absolute;
    z-index: 0;
  
    color: white;
    
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 4rem;
    z-index: 2;
  }
  
  
  .custom-next-button {
    width: 100%;
    border: none;
    padding: 1rem 0;
    border-radius: 24rem;
    background-color: #9D352A;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-top: 2rem;
  }

  .slide-1 .content{
    padding: 1.5rem 1.5rem;

    
  }

  .slide-2 .content{
    /* padding: 2rem; */
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;

  }
  .swiper-slide .content .text {
    margin-top: 1rem;
  }

  .boxes{
    display: flex;
    flex-direction: column;

    gap: .5rem;
    margin-top: 24px;
}

.box-default{
    background-color: #3c6d46;
    border-radius: 8px;
    /* width: 100%; */
    height: 124px;
    padding: 1rem 24px;
}

.box-default h1{
    font-size: 18px;
}
.box-default p{
    font-size: 14px;
}



.slide-3
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-3 .title{
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}


  /* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .swiper-slide .content {
        margin-left: 3rem;
        margin-bottom: 4rem;
      }
    
      .swiper-slide .content .title {
        max-width: 33.75rem;
      }
      .swiper-slide .content .subtitle {
        margin-top: 0.5rem;
      }
    
      .swiper-slide .content .text {
        max-width: 40.75rem;
      }
    
      .custom-next-button {
        width: 26.75rem;
      }
      
      .slide-3 iframe{
        width: 32rem;
        aspect-ratio: 16 / 9;
      }


    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .swiper-slide .content {
        margin-left: 12.5rem;
        margin-right: 12.5rem;
        margin-bottom: 5rem;
      }
    
      .swiper-slide .content .title {
        max-width: 33.75rem;
      }
      .swiper-slide .content .subtitle {
        margin-top: 0.5rem;
      }
    
      .swiper-slide .content .text {
        max-width: 40.75rem;
      }
    
      .custom-next-button {
        width: 26.75rem;
      }


      .boxes{
        display: flex;
        flex-direction: row;
    
        gap: 1rem;
    }

    .slide-3 iframe{
        width: 56rem;
        aspect-ratio: 16 / 9;
    }
    
}


/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}