.page-content .page-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.gray-section {
    position: relative;
}

    .gray-section::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 405px);
        background: #2F2F2F;
        z-index: -1;
    }

.trend-colors {
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    row-gap: 44px;
    padding-bottom: 40px;
}

.trend-colors-area {
    display: flex;
    flex-direction: column;
    row-gap: 44px;
}

.trend-colors-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    padding: 0 50px;
}

.trend-colors-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    padding-top: 8px;
}

    .trend-colors-title::before {
        content: "";
        position: absolute;
        height: 4px;
        width: 50px;
        background: #d1000f;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
    }

.trend-colors-sub-title-and-description {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.trend-color-sub-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

.trend-color-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.trend-colors-button {
    margin: auto;
}

    .trend-colors-button a {
        font-family: Inter;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        column-gap: 10px;
        padding: 16px 54px;
        border: 1px solid #FFFFFF;
        text-decoration: none;
    }

        .trend-colors-button a i, .trend-colors-button a svg path {
            color: #d1000f;
            fill: #d1000f;
        }


.trend-colors-second-area {
    display: flex;
    flex-direction: column;
    row-gap: 44px;
}

.trend-colors-second-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.trend-colors-second-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.trend-colors-second-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    width: 780px;
    margin: auto;
    max-width: 100%;
}


.trend-colors-swiper .swiper-slide {
    width: 80%;
    /* Yükseklik ayarý gerekiyorsa ekleyin */
}

/* Container'a padding vermeyin, centeredSlides bunu halleder */
.trend-colors-swiper {
    width: 100%;
    /* padding-left ve padding-right'ý kaldýrýn veya düzenleyin */
}

    .trend-colors-swiper .swiper-slide, .trend-colors-swiper .swiper-slide img {
        height: 750px;
        display: flex;
        align-items: center;
    }

        .trend-colors-swiper .swiper-slide img {
            height: calc(100% - 150px);
            width: 100%;
            object-fit: cover;
            transition: height 0.4s ease;
            user-select: none;
        }

    /* 3. Aktif Olan Resim */
    .trend-colors-swiper .swiper-slide-active img {
        height: 750px;
    }

.swiper-button-disabled {
    visibility: hidden;
}

.swiper-buttons {
    position: absolute;
    top: 0;
    left: 10%;
    transform: translate(-5%, 0px);
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    pointer-events: none;
}

    .swiper-buttons .swiper-button-next, .swiper-buttons .swiper-button-prev {
        pointer-events: auto;
    }

        .swiper-buttons .swiper-button-next::after {
            content: "\f054";
            font-weight: 900;
            font-family: 'Font Awesome 6 Free';
            font-size: 32px;
            color: #fff;
        }

        .swiper-buttons .swiper-button-prev::after {
            content: "\f053";
            font-weight: 900;
            font-family: 'Font Awesome 6 Free';
            font-size: 32px;
            color: #fff;
        }



.product-section {
    padding: 60px 12px;
    max-width: 1650px;
    margin: auto;
    display: flex;
    flex-direction: column;
    row-gap: 90px;
}

.product-item {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.product-item-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 8px;
}

.product-item-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-top: 8px;
    color: #202223;
}

    .product-item-title::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        height: 4px;
        background: #d1000f;
        width: 60px;
        transform: translate(-50%, 0);
    }

.product-item-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #221F20;
    text-align: center;
}

.product-item-card-text {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    padding-left: 46px;
}

.product-item-card-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: capitalize;
    color: #202223;
}

.product-item-card-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #3E3E3F;
}

.product-item-card-button a {
    padding: 16px 48px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #202223;
    border: 1px solid #BDBDBD;
    width: max-content;
    max-width: 100%;
    text-decoration: none;
}

    .product-item-card-button a i, .product-item-card-button a svg path {
        color: #d1000f;
        fill: #d1000f;
    }


section.reference-projects-section {
    padding: 90px 0;
}

.reference-projects-section-container {
    margin: auto;
    max-width: 1725px;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.reference-projects-section-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding: 0 16px;
}

.reference-projects-section-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #202223;
    padding-top: 8px;
    position: relative;
}

    .reference-projects-section-title::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        height: 4px;
        background: #d1000f;
        width: 60px;
        transform: translate(-50%, 0);
    }

.reference-projects-section-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #221F20;
    text-align: center;
}






.swiper-video {
    position: relative;
    aspect-ratio: 2/0.8;
    padding: 0 16px;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    border-radius: 50px;
    font-size: 20px;
    color: #d1000f;
    outline: 10px solid #4B4B4B1A;
}


.reference-project-swiper .swiper-slide:not(.swiper-slide-thumb-active) {
    filter: grayscale(1);
    opacity: 0.6;
}

.reference-project-swiper {
    margin-top: 32px;
    padding-bottom: 24px;
}

.reference-project-item {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    cursor: pointer;
    padding: 0 16px;
}

.reference-project-item-sup-title {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #D1000F;
    position: relative;
    padding-top: 8px;
}

    .reference-project-item-sup-title::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 32px;
        height: 1px;
        background: #D1000F;
    }

.reference-project-item-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #202223;
}

.reference-project-item-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #57585A;
}

.reference-project-item-button {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 16px 0;
    color: #202223;
}

    .reference-project-item-button i, .reference-project-item-button svg path {
        color: #D1000F;
        fill: #D1000F;
    }

.reference-project-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 0 16px;
}

    .reference-project-swiper .swiper-pagination .swiper-pagination-bullet {
        margin: 0;
        border: none;
        opacity: 1;
        background: #E0E0E0;
        width: 42px;
        height: 8px;
        border-radius: 0 !important;
    }

        .reference-project-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #D1000F;
            width: 77px;
        }


.pages-section {
    padding: 60px 0;
}

.pages-section-container {
    margin: auto;
    max-width: 1725px;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    padding: 0 16px;
}

.pages-card-link {
    text-decoration: none;
}

.pages-card {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.pages-card-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #202223;
}

.pages-card-image, .pages-card-image img {
    aspect-ratio: 1/0.90;
    object-fit: cover;
}


.mobile-pages {
    display: none;
}

.mobile-pages-swiper .swiper-slide {
    width: 80%;
}


@media only screen and (max-width: 1399px) {
    .product-item-card-text {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .trend-colors-text-area {
        padding: 0;
    }

    .trend-colors-swiper .swiper-slide, .trend-colors-swiper .swiper-slide img {
        height: 515px;
    }

        .trend-colors-swiper .swiper-slide:not(.swiper-slide-active) img {
            height: calc(100% - 150px) !important;
        }

    .gray-section::after {
        height: calc(100% - 257.5px);
    }

    .trend-colors-swiper .swiper-buttons {
        display: none;
    }

    .trend-colors-title {
        font-size: 32px;
        line-height: 42px;
    }

    .trend-color-sub-title {
        font-size: 24px;
        line-height: 32px;
    }

    .trend-color-description {
        font-size: 15px;
        line-height: 29px;
    }

    .trend-colors-button a {
        font-size: 14px;
        line-height: 22px;
        padding: 14px 42px;
    }

    .trend-colors-second-title {
        font-size: 24px;
        line-height: 32px;
    }

    .trend-colors-second-description {
        font-size: 15px;
        line-height: 29px;
    }

    .product-item-title {
        font-size: 32px;
        line-height: 42px;
    }

    .product-item-card-title {
        font-size: 24px;
        line-height: 32px;
    }

    .product-item-card-description {
        font-size: 15px;
        line-height: 29px;
    }

    .product-item-card-button a {
        padding: 14px 42px;
        font-size: 14px;
        line-height: 22px;
    }

    .product-item-description {
        font-size: 18px;
        line-height: 30px;
    }

    .reference-projects-section-title {
        font-size: 26px;
        line-height: 36px;
    }

    .reference-projects-section-description {
        font-size: 18px;
        line-height: 30px;
    }

    .reference-project-item-title {
        font-size: 24px;
        line-height: 26px;
    }

    .reference-project-item-description {
        font-size: 15px;
        line-height: 29px;
    }

    .reference-project-item-button {
        font-size: 13px;
        line-height: 21px;
        padding: 12px 0;
    }

    .reference-project-item-sup-title {
        font-size: 13px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 991px) {
    .trend-colors-swiper .swiper-slide, .trend-colors-swiper .swiper-slide img {
        height: unset;
        aspect-ratio: 2/1.25;
    }

        .trend-colors-swiper .swiper-slide:not(.swiper-slide-active) img {
            height: unset !important;
            aspect-ratio: 2/1.10;
        }

    .gray-section::after {
        height: calc(100% - 170px);
    }
}

@media only screen and (max-width: 767px) {
    .desktop-pages {
        display: none;
    }

    .mobile-pages {
        display: block;
    }

    .pages-section {
        padding: 32px 0;
        background: #F3F3F3;
    }

    .pages-section-container {
        padding-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .gray-section::after {
        height: calc(100% - 135px);
    }
}
