@media (max-width: 1400px) {
    /*.clipped {*/
    /*    -webkit-clip-path: url(#my-clip-path-mobile);*/
    /*    clip-path: url(#my-clip-path-mobile);*/
    /*    height: 750px;*/
    /*}*/
    .project-img-bg, .project-img img {
        max-width: 500px;
    }


    .news-box {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .home-page-slider-section {
        height: 700px;
    }


    .clipped {
        height: 701px;
    }

    .home-page-slider-section-content {
        top: 160px;
    }

    /*.news-first-card {*/
    /*    aspect-ratio: 331/320;*/
    /*}*/
    /*.news-second-card {*/
    /*    aspect-ratio: 331/191;*/
    /*}*/
    /*.news-third-card .news-card-img {*/
    /*    aspect-ratio: 331/168;*/
    /*}*/
    /*.news-fourth-card img, .news-fifth-card img {*/
    /*    aspect-ratio: 331/170;*/
    /*}*/
    .roll {
        right: calc(50% - 590px);
    }

}

@media (max-width: 1200px) {
    header .navbar-nav {
        gap: 40px;
    }

    .project-img-bg {
        max-width: 430px;
    }

    .project-img img {
        max-width: 420px;
    }

    .news-first-card {
        padding: 16px;
    }

    .home-page-slider-section-text {
        padding-top: 80px;
    }

    .home-page-slider-section-text h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .home-page-slider-section-text span, .about-us-title {
        font-size: 30px;
        line-height: 34px;
    }

    .item {
        width: 90px;
        height: 90px;
    }

    .home-page-slider-section {
        height: 530px;
    }

    .clipped {
        height: 531px;
    }

    .home-page-slider-section-content {
        top: 132px;
    }

    .tub-box {
        max-width: 90%;
    }

    .controls {
        bottom: 145px;
    }

    .roll {
        right: calc(50% - 500px);
    }

    .about-us-service {
        margin-right: 0;
    }

    .about-us-title {
        padding-bottom: 80px;
    }

    .about-us-main-projects .lamp {
        bottom: 65px;
    }
}

@media (max-width: 991px) {
    header > div {
        padding: 14px 0;
    }

    .logo {
        width: 70px;
    }

    #navbar-menu {
        width: fit-content;
        position: fixed;
        background-color: #FFFFFF;
        z-index: 15;
        right: 0;
        top: 0;
        min-width: 87%;
        display: none;
    }

    .navbar-menu-header {
        width: -webkit-fill-available;
    }

    .navbar-logo {
        width: 33px;
    }


    .project-img-bg {
        max-width: calc(100% - 63px);
    }

    .project-img img {
        max-width: calc(100% - 32px);
    }

    .promotions-box {
        aspect-ratio: 396/391;
        position: relative;
    }

    .promotions-info {
        padding: 24px 44px;
        height: fit-content;
    }


    .promotions-info h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .promotions-info h2 {
        font-size: 28px;
        line-height: 32px;
        position: absolute;
        top: 20%;
        right: 50px;
    }

    .promotions-info h3, .promotions-info p, .promotions-info h2 {
        margin-bottom: 24px;
    }

    .home-page-slider-section {
        height: 500px;
    }

    .clipped {
        height: 501px;
    }

    .home-page-slider-section-mobile {
        z-index: 3;
    }

    .home-page-slider-section-text {
        padding-top: 0;
    }

    .best-seller-category-img {
        aspect-ratio: 393/160;
    }

    .best-seller-category-img > div {
        padding: 20px 30px;
    }

    .news-card-info h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .news-card-info p, .news-card-info a {
        font-size: 14px;
        line-height: 18px;
    }

    .roll {
        right: calc(50% - 380px);
    }

    .about-us-service {
        padding: 50px;
    }

    .about-us-title {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 30px;
    }

    .about-us-main-projects, .about-us-find-us-section {
        padding: 50px 0;
    }


    .about-us-main-projects .lamp {
        bottom: auto;
        top: 150px;
        z-index: 2;
        left: calc(50% + 309px);
        width: 100px;
    }


    .product-section{
        padding: 50px 0;
    }

    .product-single-page, .news-single-page{
        margin-top: 0;
    }

    .news-header-background{
        height: 100px;
    }

    .news-header-img img{
        aspect-ratio: 393 / 180;
        height: auto !important;
    }

    .news-header-info{
        width: 90vw;
        padding-inline: 10px;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

}


@media (max-width: 820px) {
    .about-us-main-projects .lamp {
        left: auto;
        right: 0;
    }
}

@media (max-width: 767px) {
    .news-box {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }


    .news-first-card {
        aspect-ratio: 331/320;
    }

    .news-second-card {
        aspect-ratio: 331/191;
    }

    .news-third-card .news-card-img {
        aspect-ratio: 331/168;
    }

    .news-fourth-card-img, .news-fifth-card .news-card-img {
        aspect-ratio: 331/170;
    }


    .item {
        width: 60px;
        height: 60px;
    }

    .home-page-slider-section {
        height: 400px;
    }

    .clipped {
        height: 401px;
    }

    .home-page-slider-section-content {
        top: 100px;
    }

    .tub-box {
        top: calc(50% - 15px);
        max-width: 85%;
    }

    .controls {
        bottom: 100px;
    }

    .projects-button-box {
        position: absolute;
        bottom: 0;
    }


    .projects-button-prev, .projects-button-next {
        width: 9px;
    }

    .project-info-box h2, .services-section h2,
    .best-seller-section h2, .news-section h2, .similar-products h2,
    .promotions-section h2, .about-us-service-info h3, .about-us-find-us-section h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .best-seller-section h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .project-info-box p, .project-type h6, .service-item-info p, .promotions-info a,
    .news-card-info p, .news-card-info a, .see-all-products a {
        font-size: 16px;
        line-height: 18px;
    }

    .service-item-info h4, .best-seller-category-img h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .best-seller-categories-box .swiper-slide, .best-seller-categories-box .swiper-slide-active {
        width: 200px !important;
        height: 64px;
    }

    .see-all-btn, .promotions-info p, .about-us-service-info p,
    .about-us-service-info a, .about-us-service-card h4,
    .news-single-text p, .news-single-text, .news-header-info p{
        font-size: 16px;
        line-height: 18px;
    }

    .partners-section .swiper-slide {
        height: 40px;
    }

    .project-type {
        margin-left: -8px;
        margin-right: -8px;
    }

    .promotions-info h3, .promotions-info p, .promotions-info h2 {
        margin-bottom: 16px;
    }

    .promotions-info, .about-us-service {
        padding: 24px;
    }

    .about-us-main-projects, .about-us-find-us-section {
        padding: 24px 0;
    }

    .roll {
        right: calc(50% - 290px);
        width: 70px;
    }

    .roller-box-img {
        width: 80px;
        right: -12px;
    }

    .item-img-box {
        top: 15px;
    }

    .product-swiper .gallery-top{
        width: 60%;
        margin: 0 0 0 auto;
    }


    .product-swiper .gallery-thumbs{
        width: 100%;
    }

    .about-us-service-card-box {
        row-gap: 16px;
    }

    .about-us-title {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    .about-us, .about-us-title-section {
        aspect-ratio: 1440/530;
    }

    .about-us-service-info h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .about-us-service-info h2 span {
        font-size: 24px;
        line-height: 28px;
    }


    .about-us-find-us-section span {
        font-size: 14px;
        line-height: 18px;
    }


    .about-us-main-projects .lamp{
        left: calc(50% + 230px);
        right: auto;
        width: 80px;
    }


    .product-section{
        padding: 24px 0;
    }
}


@media (max-width: 620px){
    .about-us-main-projects .lamp{
        left: auto;
        right: 0;
    }
}


@media (max-width: 575px) {
    .home-page-slider-section {
        height: 374px;
    }

    .clipped {
        height: 375px;
    }

    .item {
        width: 50px;
        height: 50px;
    }


    .project-info-box h2, .services-section h2,
    .best-seller-section h2, .news-section h2,
    .promotions-section h2, .similar-products h2, .about-us-service-info h3, .about-us-find-us-section h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .project-info-box p, .project-type h6, .service-item-info p, .news-card-info a,
    .see-all-btn, .news-card-info p, .product-card-title, .promotions-info p, .promotions-info a,
    .see-all-products a,
    .about-us-service-info p, .about-us-service-info a, .about-us-service-card h4,
    .news-single-text p, .news-single-text, .news-header-info p, .news-second-item p {

        font-size: 14px;
        line-height: 18px;
    }

    .service-item-info h4, .best-seller-category-img h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .service-item-card {
        aspect-ratio: 331/224;
    }

    .service-item .service-item-info {
        padding: 24px;
    }

    .best-seller-section h3, .news-card-info h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .best-seller-categories-box .swiper-slide, .best-seller-categories-box .swiper-slide-active {
        height: 48px;
    }

    .best-seller-category-img > div, .promotions-info {
        padding: 16px 20px;
    }

    .project-type {
        margin-left: -4px;
        margin-right: -4px;
    }

    .product-card-desc, .product-card-price, .about-us-service-card p {
        font-size: 12px;
        line-height: 14px;
    }

    .product-card-price {
        padding: 12px;
    }

    .product-card-heart {
        width: 18px;
        height: 18px;
    }

    .product-card-heart svg {
        width: 100%;
        height: 100%;
        vertical-align: baseline;
    }

    .promotions-info h3, .promotions-info p, .promotions-info h2 {
        margin-bottom: 8px;
    }

    .home-page-slider-column {
        padding-left: 48px;
    }

    .roll {
        right: 30px;
    }

    .roller-box-img {
        right: 12px;
    }

    .about-us-service-card-box {
        row-gap: 8px;
    }

    .about-us-title {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 12px;
    }

    .about-us-service-info h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .about-us-service-info h2 span {
        font-size: 14px;
        line-height: 18px;
    }

    .about-us-main-projects .lamp{
        left: auto;
        top: 80px;
        right: 0;
        width: 48px;
    }

    .about-us-find-us-section span{
        left: 24px !important;
    }
}

@media (max-width: 500px) {
    .home-page-slider-section {
        height: 348px;
    }

    .clipped {
        height: 350px;
    }

    .home-page-slider-section-content {
        top: 95px;
    }
}

@media (max-width: 481px) {
    .item {
        width: 40px;
        height: 40px;
    }

    .service-item .service-item-info {
        padding: 20px;
    }

    .best-seller-category-img h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .news-card-info p {
        font-size: 12px;
        line-height: 14px;
    }

    .news-card {
        margin-bottom: 0;
    }

    .home-page-slider-section-content {
        top: 80px;
    }

    .home-page-slider-section {
        height: 309px;
    }

    .clipped {
        height: 310px;
    }

    .right svg, .left svg {
        width: 18px;
        height: 18px;
    }

    .right {
        margin-left: 18px;
    }

    .left {
        margin-right: 18px;
    }

    .controls {
        bottom: 90px;
    }
}


@media (max-width: 440px) {
    .home-page-slider-section-content {
        top: 80px;
    }

    .home-page-slider-section {
        height: 299px;
    }

    .clipped {
        height: 300px;
    }

    .home-page-slider-column {
        padding-left: 30px;
    }
}


@media (max-width: 400px) {
    .home-page-slider-section {
        height: 289px;
    }

    .clipped {
        height: 290px;
    }

    .home-page-slider-column {
        padding-left: 0;
    }

    .controls {
        bottom: 80px;
    }

    .about-us, .about-us-title-section {
        aspect-ratio: 1440/800;
    }
}

@media (max-width: 380px) {
    .home-page-slider-section {
        height: 269px;
    }

    .clipped {
        height: 270px;
    }
}

@media (max-width: 350px) {
    .home-page-slider-section {
        height: 269px;
    }

    .clipped {
        height: 270px;
    }

    .home-page-slider-section-content {
        top: 75px;
    }

    .news-single-swiper .swiper-slide {
        width: 100% !important;
    }
}


@media (min-width: 768px) {

    .news-first-card {
        grid-column: span 1;
        grid-row: 1 / 3;
    }

    .news-third-card {
        grid-column: 3;
        grid-row: 1 / 4;
        /*background-color: var(--lightGray);*/
    }

    .news-fourth-card {
        grid-column: span 1;
        grid-row: 3 / 4;
        /*background-color: var(--lightGray);*/
    }

    .news-fifth-card {
        grid-column: 2;
        grid-row: 2 / 4;
        /*background-color: var(--lightGray);*/
    }
}


@media (min-width: 1200px) {
    .about-us-service-card-col {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .news-box {
        grid-template-columns: 45% 55%;
    }

    .news-first-card {
        aspect-ratio: 526 / 566;
    }

    .news-third-card,
    .news-fourth-card,
    .news-fifth-card {
        position: relative;
    }

    .news-third-card .news-card-info,
    .news-fourth-card .news-card-info,
    .news-fifth-card .news-card-info {
        position: absolute;
        height: 100%;
        z-index: 3;
        color: var(--white);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .news-second-card .news-card-info {
        justify-content: center;
    }

    .news-second-card .news-card-info, .news-second-card .news-card-info a,
    .news-third-card .news-card-info a,
    .news-fifth-card .news-card-info a,
    .news-fourth-card .news-card-info a {
        color: var(--white);
    }

    .news-second-card::before,
    .news-third-card::before,
    .news-fourth-card::before,
    .news-fifth-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background: #06060699;
    }

    .news-fourth-card-img {
        /*aspect-ratio: 526/239;*/
        aspect-ratio: 526/283;
    }


    .news-second-card {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .news-third-card {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        display: flex;
        margin-bottom: 0;
    }

    .news-fifth-card {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
        display: flex;
    }

    .news-second-card, .news-third-card .news-card-img, .news-fifth-card .news-card-img {
        aspect-ratio: 645 / 283;
    }
}


@media (max-height: 1300px) {
    .roller-box {
        top: 50%;
        /*z-index: 0;*/
    }

    .roll {
        top: calc(50% + 290px);
    }
}

@media (max-height: 700px) {
    .roller-box {
        top: 40%;
        /*z-index: 0;*/
    }

    .roll {
        top: calc(40% + 290px);
    }
}


@media (min-height: 1300px) {
    .roller-box {
        top: 770px;
        /*z-index: 0;*/
    }

    .roll {
        top: 1050px;
    }
}

