@media (max-width: 1199px){
    .container {
        max-width: 100%;
    }
    .header-row {
        margin: 0 50px;
    }
    .header-nav {
        justify-content: space-around;
    }
    .header-content {
        margin-left: 50px;
    }

    .gallary {
    grid-template-columns: repeat(2, 380px);
    grid-template-rows: repeat(3, 410px);
    grid-template-areas:
    "item-1 item-2"
    "item-3 item-4"
    "item-5 item-6";
    }
    .reviews-row {
    justify-content: center;
    }

}





@media (max-width: 1170px) {
    .header-nav li + li {
        margin-left: 20px;
    }
    .price-bl-card {
    grid-template-columns: repeat(2, 370px);
    }
    .faq-row {
    flex-direction: column;
    }
    .faq-l {
        margin-bottom: 15px;
    }
}








@media (max-width: 1129px) {
    .stages-line-l {
        padding-top: 100px;
    }
    .stages-line-r {
        padding-top: 100px;
    }
}












@media (max-width: 1070px) {
    .header-nav, .header-login, .header-row-menu, .social-top {
        display: none;
    }
    .mobile-nav-button {
        display: flex;
    }
    .before-row {
    flex-direction: column;
    }
    .stock-row {
        flex-direction: column;
    }
    .stock-content {
       text-align: center;
    }
    .stock-img {
        max-width: 650px;
    }
    .stock-text {
        width: 100%;
    }
}








@media (max-width: 1050px) {
    .about-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .about-text {
    max-width: 100%;
    }
}









@media (max-width: 790px) {
    .gallary {
    grid-template-columns: repeat(1, 380px);
    grid-template-rows: repeat(6, 410px);
    grid-template-areas:
    "item-1"
    "item-2"
    "item-3"
    "item-4"
    "item-5"
    "item-6";
    }
    .bottom-more {
        flex-direction: column;
        text-align: center;
    }
    .bottom-more img {
    margin-left: 0;
    margin-top: 20px;
    }
}










@media (max-width: 768px) {
    .header {
        height: 550px;
    }
    .header-content {
        margin-left: 0;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }   
    .heaer-heading {
        font-size: 50px;
    }
    .header-text {
        margin-bottom: 30px;
    }
    .header-btn {
        margin: 0 auto;
        width: 250px;
    }
    .price-bl-card {
    grid-template-columns: repeat(1, 370px);
    }
    .action-text {
    font-size: 38px;
    }
}








@media (max-width: 576px) {

        .header-row {
        margin: 0 auto;
    }
        .heaer-heading {
        font-size: 38px;
        }


    .heaer-row {
        margin: 0;
    }


    .advantages-heading {
    font-size: 28px;
    }


    .stages-line span {
    display: none;
    }


    .stages-line-l {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .stages-line-r {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-img {
        max-width: 100%;
    }
    .gallary {
        grid-template-columns: repeat(1, 320px);
    }
    .action-text {
        font-size: 28px;
    }

    .before-heading {
        font-size: 38px;
        margin-bottom: 35px;
    }
    .container-before {
        max-height: 233px;
        max-width: 320px;
    }
    .container-before-two {
        max-height: 233px;
        max-width: 320px;
    }
    .reviews-item {
        width: 375px;
        height: auto;
    }

    .footer-row {
        flex-direction: column;
        gap: 15px;
    }
    .footer {
        padding: 20px 0;
    }
    .stock-title {
        font-size: 48px;
    }
    
}