@media only screen and (max-width: 1800px) {
    
}

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1440px) {
    #hero-section .hero-social {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    #header #menu-btn {
        display: block;
    }
    #header #menu-list {
        position: fixed;
        top: 0;
        right: -360px;
        bottom: 0;
        height: 100%;
        padding: 80px 0 30px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow-y: auto;
        overflow-x: hidden;
        width: 300px;
        max-width: 100%;
        background: var(--main-black);
        opacity: 0;
        visibility: hidden;
        box-shadow: -2px 0 8px rgb(0 0 0 / 20%);
        transition: all .5s cubic-bezier(.7,0,.2,1);
        z-index: 1;
    }
    .menu_opened #header #menu-list {
        right: 0;
        opacity: 1;
        visibility: visible;
        margin: 0;
    }
    #header #menu-list ul {
        align-items: flex-start;
        flex-direction: column;
    }
    #header #menu-list ul > li {
        width: 100%;
        margin-right: 0;
    }
    #header #menu-list ul > li:last-child {
        margin-bottom: 0;
    }
    #header #menu-list ul > li > a:first-child {
        border-top: 1px solid #393939;
    }
    #header #menu-list ul > li > a {
        display: block;
        width: 100%;
        font-size: 18px;
        padding: 13px 20px;
        width: 100%;
        border-bottom: 1px solid #393939;
    }
    #hero-section {
        min-height: 630px;
    }
    #gallery .gallery {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    #about-us-section > .container {
        flex-direction: column;
    }
    #about-us-section .about-img {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 40px;
    }
    #about-us-section .about-img > img {
        width: auto;
        margin: 0 auto;
    }
    #about-us-section .about-content {
        width: 100%;
    }
    #our-services-section > .container > .item {
        width: 50%;
    }
}

@media only screen and (max-width: 900px) {
    #benefits-section .benefits-in > .item {
        width: 50%;
    }
    #benefits-section .benefits-in > .item:last-child {
        width: 100%;
    }
    #gallery .gallery {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
}

@media only screen and (max-width: 769px) {
    #our-services-section > .container > .item > .in > .section-titles > h3 {
        color: #fff;
        font-size: 27px;
    }
    #our-services-section > .container > .item > .in > .section-titles > h5 {
        font-size: 16px;
    }
    #contact-section .contact-left {
        display: none;
    }
    #contact-section .contact-right {
        flex-basis: 100%;
    }
    #contact-section .contact-right {
        padding: 20px 10px 80px;
    }
    #footer > .container:first-child {
        flex-direction: column;
    }
    #footer .foot-logo {
        padding-right: 0;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 600px) {
    #hero-section .hero-text {
        font-size: 14px;
    }
    #hero-section .hero-buttons > .call {
        display: none;
    }
    #benefits-section .benefits-in > .item {
        width: 100%;
    }
    #about-us-section .section-titles h3 {
        font-size: 24px;
    }
    #our-services-section > .container > .item {
        width: 100%;
    }
    #partners-section > .container .section-titles > h3 {
        font-size: 30px;
    }
    #works-section > .container > .section-titles > h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 480px) {
    #partners-section > .container .section-titles > h3 {
        font-size: 22px;
    }
    #works-section > .container > .section-titles > h3 {
        font-size: 22px;
    }
    #works-section > .container > .items {
        grid-template-columns: repeat(1, 1fr);
    }
    #gallery .gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    #gallery h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 420px) {
    #footer .foot-sections {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 380px) {
    
}

@media only screen and (max-width: 320px) {
    
}