@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;600;800&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.swiper {
    width: 100%;
    height: 100%;
  }
 
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .navbar-nav .nav-item a:hover {
    color: #F26522 !important;
    border-bottom: .5px solid #F26522 !important;
    transition: all .4s;
  }

  .btn-close{
    color: #F26522 !important;
  }