@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;
}

.about h1 {
    font-weight: 600;
    font-size: 30px;
    color: rgb(76, 35, 6);
}

.about h6 {
    letter-spacing: 1px;
    color: #2b6777;
}

.about p {
    text-align: justify;
    color: rgb(100, 100, 100);
}

.navbar {
    background: #2b6777;
}

.navbar img {
    object-fit: cover;
    height: 8vh;
}

p, h6{
    font-family: 'Inter', sans-serif;
}

h1, .navbar a {
    font-family: 'Poppins', sans-serif;
}

.about {
    position: relative;
    padding: 10% 40px;
    height: 100%;
}

.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);
}

@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) {
    .about {
        padding: 15% 10px 10px 10px;
    }

    .about p{
        font-size: 14px;
    }

    .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) {
    .about{
        padding: 35% 0px 10px 0px;;
    }

    .navbar span{
        font-size: 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%;
    }
}