﻿.home-room {
    position: relative;
    background-image: url(../../../Design/img/bg-room.png);
    background-size: cover;
}

    .home-room:before {
        content: "";
        position: absolute;
        background: url(../../../Design/img/song.png);
        background-size: contain;
        background-repeat: repeat;
        left: 0;
        top: -87px;
        width: 100%;
        height: 87px;
        opacity: 0.4;
    }

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

.home-room-container h2 {
    margin: 0;
    color: #230C02;
    font-family: "avertaSTD";
    font-size: 15.761px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.home-room-container .p-title {
    font-family: "BeauDis";
    font-size: 47.284px;
    font-style: normal;
    font-weight: 400;
    line-height: 157%; /* 74.235px */
    text-transform: capitalize;
    background: linear-gradient(180deg, #C2966B 0%, #5A3204 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

    .home-room-container .swiper {
    }

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

    .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;
    bottom: 100%;
    left: 0;
    width: 100%;
    display: none;
}

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

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

    .homeRoomSwiper .btn-item {
        width: 78px;
        height: 78px;
        pointer-events: all;
        cursor: pointer;
        border-radius: 77.802px;
        border: 0.997px solid #FFF;
        background: linear-gradient(180deg, #C2966B 0%, #5A3204 100%);
        backdrop-filter: blur(1.9949240684509277px);
    }

    .homeRoomSwiper .btn-prev {
        transform: translateX(-15vw);
    }

    .homeRoomSwiper .btn-next {
        transform: translateX(15vw);
    }

    .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);
}

.home-room-container span.p-descript {
    color: #230C02;
    text-align: center;
    font-family: 'avertaLight';
    font-size: 15.761px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: -2px;
}
/*RS*/
@media(max-width:1023px) {
    .homeRoomSwiper {
        width: 100%;
    }
}

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

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

    .home-room:before {
        background-repeat: no-repeat;
        top: -23px;
    }

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

    .homeRoomSwiper .btn {
        display: none;
    }

    .home-room {
        height: auto;
    }
}

.home-tienich {
}

.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: 65px;
    }

    .home-tienich .item h3 {
        margin: 0;
        margin-top: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        color: #230C02;
        text-align: center;
        font-family: 'BeauDisB';
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

/*RS*/
@media(max-width:1023px) {
    .home-tienich {
        margin-top: 25px;
    }

    .home-room-container span.p-descript {
        margin-top: 10px;
    }

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

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

@media(max-width:739px) {
    .home-tienich .item h3 {
        font-size: 13px;
        margin-top: 14px;
    }
}