@import url("https://fonts.googleapis.com/css2?family=Kanit: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&family=Mukta:wght@200;300;400;500;600;700;800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap"); /* Mukta, Kanit, Outfit, Noto Sans */
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");

#page2 {
  width: 100vw;
  display: flex;
  flex-direction: column;
  padding: 20px 50px;
  margin-bottom: 20px;
  box-sizing: border-box;

}

#page2 .Initiatives{
   
    font-size: 68px;
    font-family: "outfit";
    color: white;
    font-weight: bold;  
    padding-top: 50px;
    padding-left:13px;
    text-align: center;
    
  }


  #page2 .Init{
    display: flex;
    flex-direction: row;
    margin-bottom: 34px;;
    
  }







.container{
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.slider-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 70px 55px;
  width: 100%;
}

.card-list .card-item {
  height: auto;
  color: #fff;
  user-select: none;
  text-align: center;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  background: rgba(0, 0, 0, 0.5);
}
.card-list .card-item img {
  width: 100%;
  height: 400px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-list .card-item h2 {
  font-size: 30px;
  color: whitesmoke;
  font-family: noto sans;
  margin: 20px;
}

.card-list .card-item p {
  font-family: rajdhani;
  margin: 30px;
  font-size: 20px;
}

.slider-wrapper .swiper-pagination-bullet {
  background: #fff;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}
.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}
.slider-wrapper .swiper-slide-button {
  color: #fff;
  margin-top: -55px;
  transition: 0.2s ease;
}
.slider-wrapper .swiper-slide-button:hover {
  color: #4658ff;
}

@media (max-width: 768px) {
  .slider-wrapper {
    margin: 0;
  }
  .slider-wrapper .swiper-slide-button {
    display: none;
  }
  .card-list .card-item img{
    height: 250px;
  }
 
  .card-list .card-item h2, .card-list .card-item p{
    padding: inherit 10px;
  }
  #page2{
    padding: 20px;
  }




  
}
