@media (max-width: 1400px) {

    footer.footer .footer-top .left p {
        padding: 0 50px;
    }

}

@media (max-width: 992px) {

    footer.footer .footer-top .left p {
        padding: 0 30px;
    }

    footer.footer {
        background: #606060;
        margin-top: 100px;
        padding: 50px 100px;

    }
}

@media (max-width: 1200px) {
    footer.footer {
        background: #606060;
        margin-top: 100px;
        padding: 50px 50px;

    }

    footer.footer .footer-top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer.footer .footer-top .left {
        width: 70%;
    }

    footer.footer .footer-top .right {
        width: 70%;
        text-align: center;
        margin-top: 50px;
    }
}

@media (min-width: 991px) {
    #bars {
        display: none;
    }

    #times {
        display: none;
    }
}

@media (max-width: 991px) {
    #bars {
        font-size: 30px;
        color: #fff;
    }

    #times {
        font-size: 30px;
        color: #606060;
        margin-bottom: 20px;

    }

    header nav .navlinks {
        background-color: #fff;
        /* border: 1px solid #606060; */
        box-shadow: 0 10px 10px #606060;
        display: flex;
        text-align: center;
        flex-direction: column;
        position: absolute;
        width: 200px;
        height: 100vh;
        top: 0;
        right: -200%;
        padding: 30px 0;
        transition: .4s;
        z-index: 1000;
        /* clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); */

    }



    header nav .navlinks a {
        margin: 20px 0;
        color: #606060;
    }
}

@media (max-width: 768px) {
    header.bg-image {
        width: 100vw;
        height: 100vh;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/banner/banner.jpeg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .sm-none {
        display: none;
    }

    header .nav {
        padding: 20px 20px;
    }

    header .nav-2 {
        padding: 10px 20px;

    }

    header nav .navlinks a:hover {
        border-bottom: 2px solid #606060;
    }

    header nav .logo h1 {
        font-size: 35px;
    }

    .head-text {
        font-size: 40px;
        padding-top: 70px;
    }

    #bars {
        font-size: 25px;

    }

    #times {
        font-size: 25px;
    }

    header .banner-text h2 {
        color: #fff;
        font-size: 18px;
    }

    header .banner-text h1 {
        color: #fff;
        font-weight: bold;
        font-size: 20px;

    }

    header .banner-text p {
        font-size: 16px;
        text-align: justify;
    }

    section.skills .skill img {
        width: 60px;
    }

    section.skills .skill p {
        font-size: 17px;
    }

    .btnn button {
        margin: 0 10px;
        padding: 3px 10px;
        font-size: 15px;
        border: 1px solid #606060;
        border-radius: 3px;
    }


    .btnn .text {
        width: 50px;
    }

    section.about-us {
        padding: 0 10px;
    }

    .banner-text {
        padding: 0 10px;
    }

    section.projects {
        padding: 0 10px;
    }

    section.about-us .left {
        padding: 10px 20px;
    }

    section.about-us .right {
        padding: 10px 10px;
        margin-top: 20px;
    }


}

@media (max-width: 550px) {
    footer.footer {
        background: #606060;
        margin-top: 100px;
        padding: 50px 20px;

    }

    footer.footer .footer-top .left {
        width: 97%;
    }

    footer.footer .footer-top .right {
        width: 97%;
        text-align: center;
        margin-top: 50px;
    }
}