@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;
}

.vision img {
    height: 80vh;
    width: 100%;
    justify-content: center;
    margin-top: -65px;
}

.vision {
    position: relative;
    padding: 10% 40px;
    height: 100%;
}

.vision h1 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 30px;
    color: rgb(76, 35, 6);
}

.vision h6 {
    margin-top: 30px;
    font-family: 'Inter';
    letter-spacing: 1px;
    color: #2b6777;
}

.vision p {
    text-align: justify;
    font-family: 'Inter';
    justify-content: center;
    margin-left: 10px;
    color: rgb(100, 100, 100);
}


/* .vision .row-clr{
    background: rgba(173, 216, 230, 0.139);
} */

.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: 11px;
    
    }
}


@media screen and (max-width:768px) {
    .vision {
        padding: 15% 10px 10px 10px;
    }

    .vision p {
        font-size: 15px;
    }
    

    .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) {
    .vision {
        padding: 35% 0px 10px 0px;
    }

    .vision img {
        height: 30vh;
        width: 100%;
        justify-content: center;
        margin-top: -42px;
    }

    .vision p {
        text-align: justify;
    }

    .vision h1 {
        font-size: 15px;
    }

    .vision h6 {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .p-5 {
        padding: 0px !important;
    }

    .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%;
    }
}