*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.ccontainer{
    margin-top: 100px;
    height: 100vh;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper {
    width: 80%;
    height: fit-content;
  }
  
  .swiper-slide img{
      width: 100%;
      
  }
  .swiper .swiper-button-prev,.swiper .swiper-button-next{
      color: #fff;
  }

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