@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&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html{
    scroll-behavior: smooth;
}

.sgwidth{
    /* scrollbar-width:thin; */
    scrollbar-width: none;
    border-radius: 10px;
}

 .iti{
                width: 100% !important;
        }

        .iti input {
            width: 100% !important;
        }

          .swiper {
            width: 100%;
            height: 100%;
        }
        .swiper-slide {
            text-align: center;
            font-size: 18px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

         .swiper-button-next:after, .swiper-button-prev:after{
            font-size: 25px !important;
            color: black !important;
        }


        @media(max-width:480px){
            .bgcolor{
       background: #032539;
    background: linear-gradient(165deg, rgb(3, 37, 57) 0%, rgb(170, 164, 164) 50%, rgba(214, 206, 206, 0.82) 100%);
            }

        }
        @media(max-width:720px){
            .bgcolor{
       background: #032539;
    background: linear-gradient(165deg, rgb(3, 37, 57) 0%, rgb(170, 164, 164) 50%, rgba(214, 206, 206, 0.82) 100%);
            }

        }
