.owl-carousel .item {
    height: 100vh;
  }
  .owl-theme .owl-dots{
    position: absolute;
    transform: rotate(90deg);
    top: 40%;
    right: 20px;
  }
  .owl-theme .owl-nav {
    display: none;
}
 

  .banner1{
    background: url("../images/bg1.jpg");
  }
  .banner2{
    background: url("../images/bg2.jpg");
  }
  .banner3{
    background: url("../images/bg3.jpg");
  }
  .banner4{
    background: url("../images/bg4.jpg");
  }
  .banner{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
  }
  .banner-text{
   height: 100vh;
   display: flex;
   align-items: center;
  }
  .banner-text .hero-title{
    font-size: 50px;
    line-height: 128.5%;
    color: #171717;
    margin-bottom: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
  } 
   
  .banner2 .banner-text .hero-title{
color: white;
  }
  .banner3 .banner-text{

  }
  .banner4 .banner-text{

  }

  
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }