@import url("https://fonts.googleapis.com/css2?family=Bungee+Spice&family=Hind&family=Mukta&family=Nosifer&family=Noto+Sans&family=Poppins:wght@300;400&family=Roboto:wght@300&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins;
}
body {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
    transition: 0.3s linear;
}
.slider {
    padding-top: 100px;
}
.shadow {
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: #333; */
    color: white;
    padding: 10px 0;
    /* text-align: center; */
}
#aboutus {
    scroll-margin-top: 100px;
}
#class {
    scroll-margin-top: 100px;
}
#aboutus {
    scroll-margin-top: 100px;
}
#countries {
    scroll-margin-top: 100px;
}
#contact {
    scroll-margin-top: 100px;
}

@media (max-width: 768px) {
    .slide {
        transform: translateY() !important;
        /* width: 100% !important; */
    }
    .langimg {
        width: 24rem !important;
        margin: auto !important;
        height: 14rem !important;
    }

    .countries {
        width: 100% !important;
        margin: auto;
    }
    .countries .country1 img {
        width: 24rem;
        margin: auto;
        height: 14rem;
    }
    .card {
        margin: 0px !important;
    }
    .bannerimg {
        height: 300px !important;
    }
    /* .slidebutton {
        position: absolute !important;
        top: 40px !important;
    } */
    .aboutimg img {
        height: 300px;
        margint-top: 10px;
    }
    .contactbutt {
        display: none !important;
        -webkit-display: none !important;
    }
    #slidebutton1 {
        top: 13rem !important;
    }
    #slidebutton2 {
        top: 13rem !important;
    }
    .slider .bannerimg img {
        height: 290px !important;
    }
    .aboutimg {
        display: none !important;
        -webkit-display: none !important;
    }
}
