*
{
    margin: 0;
    padding: 0;
}


    body 
    {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: #373C37;
    overflow-x: hidden;
    height: 102vh;
  }

  .swiper-container
  {
    height: 100%;
    top: 2vh;
    width: 100%;
    padding-bottom: 10%;
    background-size: cover;
  }
  .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-slide
  {
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 50vh;
    background: #000;
    -webkit-box-reflect: below 2px linear-gradient(transparent,transparent,#0006);

  }
  .desc-slider ul{
    padding-bottom: 20px;
  }

  .desc-slider ul > li {

    text-transform: capitalize;
    
  }
  @media screen and (max-width:650px){
    .swiper-slide{
      width: 70%;
    }
  }