@media (max-width:991px) {
    .section {
        padding: 30px 0;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 20px;
    }

    /* navbar*/
    .header-scrolled {
        height: auto;
    }

    .navbar_wrapper .menu-navbar-nav {
        text-align: center;
        background-color: var(--bg-darkblue);
        padding-bottom: 15px;
    }

    .navbar_wrapper .nav-item .nav-link {
        margin-top: 15px;
    }

    /* about section*/
    .about_wrapper ul.nav-pills {
        width: 53.9%;
        margin: auto;
    }
    .portfolio_wrapper .card{
        min-height: 400px;   
    }
    .banner_wrapper{
        background-image: url(Photos/WhatsApp\ Image\ 2022-11-2.jpg);
        min-height: 350px;
    }







}


@media (max-width:767px) {
    h1 {
        font-size: 40px;
        line-height: 48px;
    }

    h2 {
        font-size: 25px;
    }

    p {
        font-size: 13px;
        line-height: 24px;
    }

    .banner_wrapper {
        padding: 200px 0;
    }
    .banner_wrapper .text-about{
        padding-top: 280px;

    }
    .banner_wrapper .text-about h6{
        color: rgb(95, 69, 125);

    }
    

    .about_wrapper ul {
        width: 71%;
        margin: auto;
    }
    /* about*/
    .about_wrapper ul.nav-pills {
        width: 100%;
        margin: auto;
        border: none;
    }
    .about_wrapper ul li .nav-link {
        font-size: 13px;
    }
    .portfolio_wrapper .card{
        min-height: 500px;   
    }
}