@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
}
.banner_img{
    min-width: 500px;
}
.banner_head{
    font-size: 100px;
}
.head_para{
    font-size: 25px;
    text-align: justify; 
    line-height: 40px;
}
.image_aa{
    width: 500px;
    height: 500px;
}
.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;
  }

@media(max-width:1100px){
    .banner_head{
        font-size: 70px;
    }
    .head_para{
        font-size: 22px;
    }
    .cont{
        display: none !important;
    }
}

@media(max-width:900px){
    .banner_head{
        font-size: 60px;
    }
    .head_para{
        font-size: 20px;
    }
}

@media(max-width:830px){
    .banner_img{
        min-width: 400px;
    }
    .banner_head{
        font-size: ;
    }
    .banner_head{
        font-size: 40px;
    }
    .head_para{
        font-size: 16px;
        line-height: 25px;
    }
    .swiper-button-next{
        display: none !important;
    }
    .swiper-button-prev{
        display: none !important;
    }
}

@media(max-width:400px){
    .banner_img{
        min-width: 250px;
    }
    .image_aa{
        width: 300px;
        height: 300px;
    }
}
