@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');

* {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


@media (max-width: 992px) {

    .total-nav {
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
    }

    .navigation a {
        font-size: 12px;
    }

    .hero {
        display: flex;
        justify-content: space-between;

    }

    .first {
        font-size: 25px;
    }

    .position {
        font-size: 25px;
    }

    .social-icons {
        width: 80%;
    }

    .hero-img {
        width: 100%;
    }
}

@media (max-width:768px) {

    .navigation {
        margin: 10px 0;
    }

    .navigation a {
        font-size: 10px;

    }

    .logo {
        font-size: 20px;
    }

    .total {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .position {
        font-size: 20px;
    }

    .social-icons a {
        padding: 1% 5%;
    }

    .projects-title {
        padding-top: 60px;
    }

    .title {
        padding-top: 40px;
    }




}



@media (max-width: 576px) {

    .total-nav {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .main {
        padding-top: 40px;
    }

    .hero {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .hero-img {
        padding-bottom: 40%;
    }

    .social-icons {
        max-width: fit-content;
    }

    .left {
        margin: 20% 0%;
        width: 80%;
        display: flex;
        align-items: center;
    }

    .first {
        width: 100%;
        text-align: center;
    }

    .position {
        width: 100%;
        text-align: center;

    }

    .button {
        margin: 5% 0px;

    }

    .right {
        display: flex;
        justify-content: center;
        padding: 0% 3%;
        width: 80%;
    }

    .navigation a {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .navigation {
        margin: 10px 0px;
    }

    .services {
        padding-top: 10px;
    }

    .card {
        max-width: 80% !important;
        min-width: 80% !important;
        margin-bottom: 15%;
    }

    .card-img-top {
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        display: block;
    }

    .card-body {
        padding-bottom: 20px;
    }

    .title {
        padding: 10% 0%;
    }

    .description {
        max-width: 80%;
        margin: auto !important;
    }

    .services-card {
        margin-bottom: 15px;
        border-bottom: solid 1px grey;
        height: fit-content;

    }

    .projects-title {
        padding-top: 80px;
    }

    .project-btn {
        margin-bottom: 10px;
    }


}

@media (max-width:321px) {
    .main {
        padding-top: 40px;
    }

    .position {
        font-size: 12px;
    }


}