:root {
    --sh-projects-title-color: #000;
    --sh-projects-text-color: #000;
    --sh-projects-card-title-color: #fff;
    --sh-projects-chip-text-color: #000;
    --sh-projects-chip-bg-color: #D9D9D9;
    --sh-projects-play-bg-color: #2e2e2eba;
}

body.theme-dark {
    --sh-projects-title-color: #F2F3F5;
    --sh-projects-text-color: #D6DAE0;
    --sh-projects-card-title-color: #FFFFFF;
    --sh-projects-chip-text-color: #F2F3F5;
    --sh-projects-chip-bg-color: #2B313A;
    --sh-projects-play-bg-color: rgba(0, 0, 0, 0.55);
}

.smart-house__projects {
    margin-bottom: 95px;
    position: relative;
}

.smart-house__projects-swiper {
    max-width: 100%;
}

.smart-house__projects-item-block {
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 21px 22px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.smart-house__projects-top {
    margin-left: 3px;
}

.smart-house__projects-title {
    color: var(--sh-projects-title-color);
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    margin: 0 0 18px 0;
}

.smart-house__projects-text {
    max-width: 921px;
    font-size: 24px;
    line-height: 117%;
    font-weight: 400;
    color: var(--sh-projects-text-color);
    margin: 0 0 45px 0;
}

.smart-house__projects-item {
    max-width: 100%;
}

.smart-house__projects-item-block-title {
    color: var(--sh-projects-card-title-color);
    font-size: 28px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 19px;
}

.smart-house__projects-item-block-link {
    color: var(--sh-projects-chip-text-color);
    background-color: var(--sh-projects-chip-bg-color);
    border-radius: 5px;
    padding: 5px 6px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    width: min-content;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.smart-house__projects-video {
    width: 100%;
    height: auto;
    display: block;
}

.custom-play-button {
    background-color: var(--sh-projects-play-bg-color);
    background-image: url('data:image/svg+xml,<svg width="53" height="62" viewBox="0 0 53 62" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M53 31L0.499997 61.3109L0.5 0.689109L53 31Z" fill="%23ffffffff" style="mix-blend-mode:screen"/></svg>');
    background-repeat: no-repeat;
    background-size: 65px 65px;
    background-position: center;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -113px);
    border: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.custom-play-button.playing {
    opacity: 0;
    cursor: default;
    pointer-events: none;
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg width="800px" height="800px" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 1H2V15H7V1Z" fill="%23ffffffff"/><path d="M14 1H9V15H14V1Z" fill="%23ffffffff"/></svg>');
}

.video-container:hover .custom-play-button.playing {
    opacity: 0.8;
    cursor: pointer;
    pointer-events: all;
}

@media (max-width: 1450px) {
    .smart-house__projects {
        margin-bottom: 80px;
    }
}

@media (max-width: 1111px) {
    .smart-house__projects {
        margin-bottom: 60px;
    }
}

@media (max-width: 1024px) {
    .smart-house__projects {
        margin-bottom: 40px;
    }

    .smart-house__projects-title {
        font-size: 28px;
    }

    .smart-house__projects-text {
        font-size: 22px;
        margin: 0 0 30px 0;
    }

    .smart-house .swiper-pagination-bullet {
        width: 14px !important;
        height: 14px !important;
    }

    .smart-house .swiper-pagination {
        bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .smart-house__projects-title {
        font-size: 24px;
        margin-bottom: 22px;
    }

    .smart-house__projects-text {
        font-size: 18px;
        margin: 0 0 25px 0;
        line-height: 123%;
    }

    .custom-play-button {
        background-size: 32px;
        width: 100px;
        height: 100px;
        transform: translate(-50%, -50%);
    }

    .smart-house .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
}

@media (max-width: 660px) {
    .smart-house__projects {
        margin-bottom: 22px;
    }
}

@media (max-width: 520px) {
    .smart-house__projects-title {
        font-size: 22px;
    }

    .smart-house__projects-text {
        font-size: 16px;
    }

    .custom-play-button {
        background-size: 14px;
        width: 41px;
        height: 41px;
    }

    .smart-house .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
    }
}
