         /* Portrait Tablets */
@media screen and (max-width: 768px) {
    html,body{
      overflow-x: hidden;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      font-size: 15px;
    }

    .carousel{
      height: 93vh;
    }

    .carousel .list .item .content .title,
    .carousel .list .item .content .topic{
        font-size: 250%;
    }

    .carousel .list .item .content .topic{
      white-space: nowrap;
    }
    .carousel .list .item .content{
        position: absolute;
        top: 22%;left: 38%;
    }

    .des{
        white-space: nowrap;
    }

  .arrows {
      position: relative;
     left: 1.313em;
  }

  .thumbnail {
    position: absolute;
  }

  .thumbnail .item{
    height: 180px;
    width: 135px;
  }
  .thumbnail .item .content .title{
    font-size: 80%;
    font-weight: 500;
  }

  .home-btn-1,
  .home-btn-2{
   height: 5vh !important;
   width: 40%;
   display: flex;
   align-items: center;
  }

  .home-btn-1 .btn-1-text,
  .home-btn-2 .btn-text-2{
    position: relative;
    font-size: 14px;
    font-weight: 600;
  }

  .home-btn-1 svg, 
  .home-btn-2 .bell {
    width: 20px;
    height: 20px;
  }

}

        /* Phone Portrait */
@media screen and (max-width: 360px) {
    html,body{
        overflow-x: hidden;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
      }

    .carousel .list .item .content{
        position: absolute;
        top: 22%;
    }

    body{
        font-size: 11px;
    }

    .arrows{
        position: relative;
        left: 2.313em;
    }

    .des{
      white-space: nowrap;  }

}



























/* Mobile screen*/
/* @media (max-width: 520px) {

  .list .item .content{
    position: relative;
    left: 40%;
  }
}


@media screen and (max-width: 680px) {
    .arrows{
        position: relative;
        left: 10%;
    }
} */