/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mukta:wght@200;300;400;500;600;700;800&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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
/* CSS Code */
  .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;
        }


        .iti{
            width: 100% !important;
        }
        .iti input{
            width: 100% !important;
        }

            .swiper-button-next:after, .swiper-button-prev:after{
            font-size: 20px !important;
            color: black !important;
        }

        .bg{
             background-color:#1a2d5a;
            background-image: url('../img/Frame 19.png');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            /* background-image: linear-gradient(to right, rgb(255 255 255) 0%, #ffffff00 100%), url('../img/amity-girl-banner-without-blur.png'); */
        }


        .main-head {
    background: #fdc700;
    color: #1a2d5a;
    padding: 10px 8px;
    border-radius: 8px;
}

        .remain-text{
                color: #1a2d5a;
    position: relative;
    top: 16px;

        }

        .points {
    color: #1a2d5a;
    font-weight: 600;
}

.bro-btn {
    font-weight: 700;
}

.Enq-btn a {
    background: #1a2d5a;
    color: #fff;
}

.main-bullets {
    /* margin-top: 18px !important; */
    position: relative;
    top: 35px;
}

        .bgscroll{
            scrollbar-width: thin;
        }

        @media(max-width:480px){
            .bg{
                background-image: none;
                background-color:#1a2d5a;
            }

            .remain-text {
                color: #ffff;
            }

            .points{
                color: #ffff;
            }

            .main-bullets {
                top: 15px;
            }

            .Enq-btn a {
    background: #ffffff;
    color: #1a2d5a;
}



        }