@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');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    height: 100%;
    background: #f2f2f2;
}

p, h6{
    font-family: 'Inter', sans-serif;
}

h1, .navbar a {
    font-family: 'Poppins', sans-serif;
}


.news {
    position: relative;
    padding: 8% 10px 0% 10px;
    height: 100%;
}

.news h1 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 30px;
    color: rgb(76, 35, 6);
}

.news h6 {
    font-family: 'Inter';
    letter-spacing: 1px;
    color: #2b6777;
}

.news p {
    font-family: 'Inter';
    color: rgb(100, 100, 100);
    text-align: justify;
}

.news img{
    object-fit: cover;
    height: 40vh;
    width: 100%;
}
.Annual {
    position: relative;
    /* padding: 10% 40px; */
    height: 100%;
}
.Annual img{
    object-fit:cover;
    /* height: 130vh; */
    width: 100%;
}

.Annual h3 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 30px;
    color: rgb(76, 35, 6);
}

.navbar {
    background: #2b6777;
}

.navbar img {
    object-fit: cover;
    height: 8vh;
}

.navbar a {
    font-family: 'Poppins';
}

.footer {
    position: relative;
    padding: 20px 20px;
    height: 100%;
    background: #2b6777;
    color: #c8d8e4;
}

.footer img {
    height: 20vh;
}

.footer .logo p {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer a {
    text-decoration: none;
    color: #c8d8e4;
}
/* .footer p{
    word-spacing:0.5rem;
} */
.footer i {
    margin-right: 20px;
}

.footer h2 {
    color: rgb(248, 207, 0);
}

hr:not([size]) {
    height: 1px;
    color: rgb(159, 159, 159);
}

@media screen and (max-width:1024px) {

    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .show>.nav-link {
        color: #fff;
        font-size: 13px;
    }
}

@media screen and (max-width:768px) {
    .news {
        padding: 15% 10px 10px 10px;
    }

    .news p {
        font-size: 14px;
    }

    .news img{
        object-fit: cover;
        height: 20vh;
        width: 100%;
    }
    .Annual img{
        object-fit: cover;
        height: 60vh;
        width: 100%;
    }

    .h2,
    h2 {
        font-size: 22px;
    }

    .footer img {
        height: 15vh;
    }

    .footer .logo p {
        font-size: 13px;
    }

    .h3,
    h3 {
        font-size: 20px;
    }

    .footer p {
        font-size: 12px;
    }

    .footer i {
        margin-right: 10px;
    }
}

@media screen and (max-width:480px) {
    .news {
        padding: 35% 0px 10px 0px;
    }

    .news img {
        object-fit: cover;
        height: 30vh;
        width: 100%;
    }

    .news p {
        text-align: justify;
    }

    .news h1 {
        font-size: 15px;
    }

    .news h6 {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .footer {
        padding: 30px 10px;
    }

    .footer h2{
        text-align: left;
        margin-bottom: 10px;
    }

    .footer h3 {
        text-align: left;
    }

    .footer p {
        font-size: 13px;
    }

    .footer .social {
        margin-top: 10px;
    }

    .footer .social-button a {
        width: 100%;
    }
}