@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&display=swap');

.slide-font{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-size: 30px;
}
.font1{
    font-family: "Edu AU VIC WA NT Hand", cursive;
}
a{
    text-decoration: none;
}

.nav-elements{
    width: 60%;
    height: 50px;
}
.sec4{
    background-color: #2F4A70;
}

/* index page css */
.img11{
    background-image: url(img/Illustation/hero_1.jpg);
    background-size: cover;
}
.sec7-img{
    background-image: linear-gradient(rgb(24,54,97),rgba(0,0,0,0.8)),url(img/background/bg_1\ \(1\).jpg);
    background-size: cover;
}


/* addmision page css */
.img1{
    height: 300px;
    background-image: url(img/background/bg_1\ \(1\).jpg);
    background-size: contain;
    background-attachment: fixed;
}
.img4{
    background-image: linear-gradient(rgb(24,54,97),rgba(0,0,0,0.8)),url(img/Illustation/hero_1.jpg);
    background-size: cover;
    height: 500px;
}

@media(min-width:567px){
    .slide-font{
        font-size: 50px;
    }
    .in1{
        margin: 20px;
        width: 150px;
        height: 40px;
    }
    .b1{
        width: 90px;
        height: 40px;
    }
}

@media(min-width:992px){
    .slide-font{
        font-size: 80px;
    }
}