@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html{
 scroll-behavior: smooth;
}

/* CSS Code */
  .swiper {
            width: 100%;
            height: 100%;
        }
        .swiper-slide {
            text-align: center;
            font-size: 18px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }
/* 
        /* .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        } */

        .iti{
                width: 100% !important;
        }

        .iti input {
            width: 100% !important;
        }

        .swiper-button-next:after, .swiper-button-prev:after{
            font-size: 25px !important;
            color: black !important;
        }

          @media(max-width:480px){
            .mobilebg{
           background-image: linear-gradient(to right bottom, #ef6613, #b03e2f, #ef6613, #3d191fb2, #000000e0);
            }
        }

       