@media screen and (max-width:1024px) {
    .navbar {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .navbar ul {
        flex-direction: column;
        gap: 17px;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media screen and (max-width:746px) {
    h1 {
        /* font-size: 37px; */
        text-align: center;
    }
}

@media screen and (max-width: 900px) {
    .about {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    .about .left {
        width: 100%;
    }

    .about img {
        width: 100%;

    }

    .left {
        text-align: center;
        margin-top: 20px;
    }

    .left h1 h2 .btn {
        margin-left: 0px;
    }

    .left p {
        margin: 20px auto;
        margin-right: auto;

    }
}

/* Footer */
@media screen and (max-width:1070px) {
    .foot1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .banner h1 {
        max-width: 400px;
    }
}

@media screen and (max-width:560px) {
    .sec2 iframe {
        width: 290px;
        height: 300px;
        border: 3px solid #4cb3ed;
    }

    .foot2 .logo a img {
        width: 30px;
    }

    .logo a {
        font-size: 17px;
    }

    .logo a span {
        font-size: 17px;
    }

    .foot2 .copy p {
        font-size: 13px;
    }

    /* Banner */
    .banner h1 {
        font-size: 33px;
        max-width: 300px;
    }
}