﻿.home-room {
    position: relative;
}

    .home-room .decor-1 {
    }

    .home-room .grid.wide {
        max-width: 1680px;
        position: relative;
        z-index: 2;
    }

.home-room-container {
    position: relative;
    padding-top: 40px;
}

    .home-room-container .swiper {
    }

.home-room-decor {
    position: absolute;
    top: 0;
    left: 0;
}

.home-tienich {
    background-color: #fff;
    box-shadow: 0px 4px 24px 0px rgba(157, 217, 243, 0.60);
    margin-top: 78px;
}

.home-tienich-container {
    padding-bottom: 61px;
    padding-top: 52px;
}

.home-tienich .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .home-tienich .item img {
        height: 40px;
    }

    .home-tienich .item h3 {
        text-align: center;
        color: #4D4D4D;
        margin: 0;
        font-size: 18px;
        text-transform: uppercase;
        font-family: avertaSTDSB;
        margin-top: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

.home-room-decor img {
}

.home-room-container .swiper-wrapper {
    margin-top: 29px;
}

.home-room-container .swiper-pagination {
    left: unset;
    text-align: center;
    bottom: 0;
}

    .home-room-container .swiper-pagination span {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #d4d4d4;
        background-color: #fff;
        opacity: 1;
        transition: all linear .3s;
        margin: 0 3px !important;
    }

    .home-room-container .swiper-pagination .swiper-pagination-bullet-active {
        border-color: var(--default-color-2);
    }

.home-room .decor-1 {
    position: absolute;
    top: 127px;
    right: 0;
}

.homeRoomSwiper {
    margin: 0 auto;
    width: 890px;
    position: relative;
    margin-top: 41px;
}

    .homeRoomSwiper .btn {
        position: absolute;
        width: 100%;
        top: 48%;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        pointer-events: none;
    }

    .homeRoomSwiper .btn-item {
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background-color: rgb(255 255 255 / 80%);
        border: 1px solid #fff;
        pointer-events: all;
        cursor: pointer;
        backdrop-filter: blur(2px);
    }

    .homeRoomSwiper .btn-prev {
        transform: translateX(-29px);
    }

    .homeRoomSwiper .btn-next {
        transform: translateX(29px);
    }

    .homeRoomSwiper .swiper {
        overflow: unset;
    }

.home-room .decor-2 {
    position: absolute;
    top: -82px;
    left: 0;
    width: 100%;
}

.home-room .decor-3 {
    position: absolute;
    bottom: calc(100% - 51px);
    right: 62px;
}

.home-room .decor-4 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-room .decor-5 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.home-room .decor-6 {
    position: absolute;
    left: 0;
    bottom: calc(100% + -103px);
}
/*RS*/
@media(max-width:1023px) {
    .homeRoomSwiper {
        width: 100%;
    }

    .home-room-container {
        padding-top: 30px;
    }

    .swiper .swiper-slide-active .p-room-item {
        transform: scale(1) !important;
    }

    .home-tienich {
        margin-top: 25px;
    }

    .home-tienich-container {
        padding: 30px 0;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .home-room-container {
        padding-top: 30px;
    }

    .home-room .decor-3 {
        display: none;
    }

    .homeRoomSwiper .btn {
        display: none;
    }

    .home-room {
        height: auto;
    }

    .home-tienich .item h3 {
        font-size: 13px;
        margin-top: 14px;
    }
}