﻿/* General styles for detail-room */
.detail-room {
    position: relative;
}

    .detail-room:before {
        content: "";
        position: absolute;
        background: #f2fbff;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

/* Detail room banner */
.detail-room-banner {
    height: 475px;
    position: relative;
}

    .detail-room-banner::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        content: "";
    }

    .detail-room-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Detail room container */
.detail-room-container {
    padding: 60px 0 30px;
    position: relative;
}

    .detail-room-container .title {
        margin: 0 0 13px;
        color: var(--default-color-1);
        letter-spacing: 4px;
        font-family: 'MontserratAlternates-Regular';
        font-size: 32px;
        font-weight: 400;
        line-height: 139%;
        background: linear-gradient(180deg, #0AE8EA 0%, #0046ED 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .detail-room-container .options {
        display: flex;
        align-items: center;
    }

        .detail-room-container .options .item svg path {
            fill: #0AE8EA; /* Hoặc bất kỳ màu tĩnh nào */
        }

        .detail-room-container .options .item {
            color: #6C8F9C;
            font-family: 'WixMadeforDisplay-Regular';
            font-size: 18px;
            font-weight: 400;
            line-height: 150%;
            margin-left: 6px;
        }

        .detail-room-container .options span {
            margin: 0 5px;
            font-size: 14px;
        }

    .detail-room-container .info {
        display: flex;
        align-items: center;
    }

        .detail-room-container .info .item {
            display: flex;
            margin-right: 23px;
            align-items: center;
        }

            .detail-room-container .info .item img,
            .detail-room-container .info .item svg {
                width: 22px;
            }

                .detail-room-container .info .item svg path {
                    fill: #0AE8EA; /* Hoặc bất kỳ màu tĩnh nào */
                }

            .detail-room-container .info .item span {
                color: #6C8F9C;
                font-family: 'WixMadeforDisplay-Regular';
                font-size: 18px;
                font-weight: 400;
                line-height: 150%;
                margin-left: 6px;
            }

.askjdhjas {
    display: flex;
    justify-content: center;
}

.btnn-datphong:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 68px;
    transition: .3s;
    animation: zoomin 2s infinite linear;
}

.detail-room-container .descript {
    font-weight: 100;
    color: #333632;
    font-size: 18px;
    line-height: 29px;
    margin: 15px 0 25px;
    text-align: justify;
}

.btnn-datphong {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    width: fit-content;
    transition: all linear .2s;
    border-radius: 50px;
    padding: 7px 12px;
    box-shadow: 0 0 10px 0 #33333342;
    border: solid 1px #d5d5d5;
    background: linear-gradient(90deg, #43A7AE 0%, #2F78B1 29.5%, #4463DD 79.5%, #2B5DB5 100%);
    margin-top: 20px;
    cursor: pointer;
}
.wrap-content2{
    display:flex;
    justify-content: space-between;
}
.detail-room-container .wrap1 {
    padding: 25px 0;
    border-top: 1px solid #d5d5d5;
}

.detail-room-container .wrap-title {
    margin: 0;
    font-size: 22px;
    letter-spacing: 1px;
    color: var(--default-color-1);
    font-family: 'MonM';
    font-weight: 500;
    line-height: 157%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #0AE8EA 0%, #0046ED 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.detail-room-container .wrap-content {
    margin-top: 25px;
}

.detail-room-container .tien-ich-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 0px;
    width: 100%;
}

.detail-room-container .tien-ich-item {
    display: flex;
    align-items: center;
}

    .detail-room-container .tien-ich-item img {
        width: 35px;
    }

    .detail-room-container .tien-ich-item span {
        color: black;
        font-size: 16px;
        margin-left: 15px;
        font-weight: bold;
    }
.detail-room-album .btn{
    position:relative;
    z-index:9;
}
/* Detail room album */
.detail-room-album {
    margin-top: 20px;
    padding-bottom: 40px;
    position: relative;
}

    .detail-room-album:after {
        content: "";
        position: absolute;
        background-size: 100% 100%;
        width: 100%;
        height: 609px;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    .detail-room-album .btn {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        pointer-events: none;
    }

        .detail-room-album .btn .btn-prev.btn-item.flex-center,
        .detail-room-album .btn .btn-next.btn-item.flex-center {
            padding: 10px 20px;
            cursor: pointer;
            pointer-events: auto;
        }

            .detail-room-album .btn .btn-prev.btn-item.flex-center img,
            .detail-room-album .btn .btn-next.btn-item.flex-center img {
                filter: brightness(0) invert(1);
                width: 16px;
                height: auto;
            }
    .btn-next svg path, .btn-prev svg path{
    fill: var(--default-color-2);
}
            .detail-room-album .btn .btn-prev.btn-item.flex-center:hover,
            .detail-room-album .btn .btn-next.btn-item.flex-center:hover {
                color: var(--default-color-1);
            }

                .detail-room-album .btn .btn-prev.btn-item.flex-center:hover img,
                .detail-room-album .btn .btn-next.btn-item.flex-center:hover img {
                    filter: brightness(0);
                }

    .detail-room-album .item {
        border-radius: 10px;
        overflow: hidden;
        /* margin-right: 15px !important; */
    }

        .detail-room-album .item a {
            display: block;
            width: 100%;
            height: 249px;
            position: relative;
        }

            .detail-room-album .item a::before {
                content: '';
                background: rgba(255, 255, 255, 0.3);
                position: absolute;
                top: 50%;
                bottom: 50%;
                left: 0;
                right: 0;
                opacity: 1;
                z-index: 3;
                pointer-events: none;
                transition: all 600ms linear;
            }

        .detail-room-album .item:hover a::before {
            top: 0;
            bottom: 0;
            opacity: 0;
        }

        .detail-room-album .item a img {
            width: 100%;
            height: 248px;
            object-fit: cover;
            transition: all linear 0.2s;
        }

/* Detail room form */
.detail-room-form {
     /* Ẩn ban đầu */
     /* box-shadow: 0 5px 30px rgba(80, 57, 24, 0.15); */
     border-radius: 10px;
     height: fit-content;
     padding: 20px 30px;
     overflow: hidden;
     /* box-shadow: 0 5px 30px rgba(80, 57, 24, 0.15); */
     border-radius: 15px;
     background-color: #FFFF;
     height: fit-content;
     padding: 20px 30px;
     overflow: hidden;
     height: 100%;
     width: 380px;
}

    .detail-room-form.show {
        display: block !important; /* Hiển thị khi có lớp show */
    }

    .detail-room-form > div[style*="width: 300px"][style*="height: 326px"] {
        display: none !important; /* Ẩn thẻ div trung gian */
    }

    .detail-room-form .price {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .detail-room-form h3 {
        margin: 0;
        font-size: 28px;
        letter-spacing: 2px;
        font-family: 'WixMadeforDisplay-Regular';
        color: var(--default-color-1);
        font-weight: 500;
    }

    .detail-room-form span {
        font-family: 'MontserratAlternates-Regular';
        font-size: 16px;
        font-weight: 600;
        background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

        .detail-room-form span strong {
            position: relative;
            top: 4px;
            font-family: 'MontserratAlternates-Regular';
            font-size: 20px;
            font-weight: 400;
            background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .detail-room-form .btn {
        width: 70%;
        font-family: 'WixMadeforDisplay-SemiBold';
        font-size: 16px;
        font-weight: 600;
        line-height: 150%;
        text-transform: uppercase;
        margin: 25px auto 0;
        color: #FFD05C;
        border-radius: 34px;
        /* border: 1px solid #D49C03; */
        /* box-shadow: 0 4px 4px rgba(7, 37, 130, 0.38); */
        background: linear-gradient(90deg, #43A7AE 0%, #2F78B1 29.5%, #4463DD 79.5%, #2B5DB5 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 13px 0;
        transition: all linear 0.2s;
        height: unset !important;
    }

        .detail-room-form .btn:hover {
            color: var(--default-color-1);
            /* border: 1px solid var(--default-color-2); */
            background: linear-gradient(94deg, rgba(255, 133, 85, 1) 0%, rgba(255, 208, 92, 1) 41%);
            /* box-shadow: 0 4px 4px rgba(7, 37, 130, 0.38); */
        }

    .detail-room-form .choice {
        margin-top: 26px;
        position: relative;
        z-index: 3;
    }

    .detail-room-form .choice-item {
        border: 1px solid #33333340;
        margin-bottom: 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 48px;
        cursor: pointer;
        z-index: 10;
        padding: 0 12px;
        color: #072582;
        font-family: 'WixMadeforDisplay-SemiBold';
        font-size: 15px;
        font-weight: 500;
    }

        .detail-room-form .choice-item > div {
            display: flex;
            align-items: center;
        }

        .detail-room-form .choice-item span {
            font-size: 15px;
            color: #072582;
            font-family: 'WixMadeforDisplay-SemiBold';
            font-weight: 500;
        }

        .detail-room-form .choice-item i {
            position: absolute;
            right: 10px;
            color: #2c2c2c;
            font-size: 12px;
        }

        .detail-room-form .choice-item .vis {
            outline: none;
            border: none;
            width: fit-content;
            margin-right: 15px;
            color: #072582;
            font-family: 'WixMadeforDisplay-SemiBold';
            font-size: 15px;
            font-weight: 500;
        }

        .detail-room-form .choice-item .txt {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
            color: #072582;
            font-family: 'WixMadeforDisplay-SemiBold';
            font-size: 15px;
            font-weight: 500;
        }

        .detail-room-form .choice-item .drop {
            position: absolute;
            left: 0;
            top: -49px;
            border: 1px solid #333;
            height: 45px;
            background-color: #FFF;
            box-shadow: 0 0 10px rgba(51, 51, 51, 0.22);
            padding: 0 18px;
            opacity: 0;
            pointer-events: none;
            transform: translateY(15px);
            transition: all ease 0.3s;
        }

            .detail-room-form .choice-item .drop.show {
                opacity: 1;
                transform: translateY(0);
                pointer-events: all;
            }

        .detail-room-form .choice-item .drop-btn {
            font-size: 21px;
            border: 1px solid #333;
            width: 25px;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all ease 0.2s;
            color: #333;
            position: relative;
        }

            .detail-room-form .choice-item .drop-btn:hover {
                background-color: #333;
            }

                .detail-room-form .choice-item .drop-btn:hover i {
                    color: #fff !important;
                }

            .detail-room-form .choice-item .drop-btn i {
                font-size: 10px;
                \: 25px;
                left: 7px;
            }

        .detail-room-form .choice-item input {
            border: none;
            outline: none;
            background-color: transparent;
            text-align: right;
        }

        .detail-room-form .choice-item .count {
            width: 30px;
            text-align: center;
            margin: 0 10px;
        }

/* Detail room right */
.detail-room-right {
    float: right;
    border-radius: 13px;
    background: url(/Design/img/kigiresort/Ghee.png) no-repeat;
    background-size: cover;
    stroke-width: 1px;
    stroke: red;
    border: 1px solid #00000014;
}

    .detail-room-right.my-sticked {
         /* Ẩn ban đầu */
    }

        .detail-room-right.my-sticked.show {
             /* Hiển thị khi có lớp show */
        }

        .detail-room-right.my-sticked.fixed-bottom-right {
            position: fixed;
            bottom: 20px !important;
            right: 20px;
            width: 500px;
            top: unset !important;
            z-index: 10000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
            border-radius: 8px;
            padding: 25px;
        }

/* Detail room same */
.detail-room-same {
    position: relative;
    padding: 116px 0 60px;
    /* background: url(../../../Design/img/KigiResort/qweqwc.jpg) no-repeat center center; */
}

    .detail-room-same:before {
        content: "";
        position: absolute;
        bottom: 46%;
        left: -143px;
        width: 29%;
        height: 67%;
        background: url(../../../Design/img/KigiResort/asd.png) no-repeat;
        z-index: 3;
    }

    .detail-room-same:after {
        content: "";
        position: absolute;
        top: -147px;
        right: -69%;
        width: 100%;
        height: 100%;
        background: url(../../../Design/img/KigiResort/wqee.png) no-repeat;
        z-index: 0;
    }

    .detail-room-same .p-title {
        margin-bottom: 35px;
    }

.decor-logo-room-child {
    position: absolute;
    top: -73px;
    right: 0;
    left: 0;
    bottom: 0;
    height: max-content;
    z-index: 1;
}

    .decor-logo-room-child img {
        width: 148px;
        height: 148px;
        border-radius: 50%;
        padding: 8px;
        border: 1.5px solid #DCEEF3;
        margin: auto;
        box-shadow: 0 5px 30px rgba(80, 57, 24, 0.15);
        background-color: #fff;
    }

.my-room-item:hover a.my-room-img img.d-img-hover {
    opacity: 1;
}

.my-room-img:hover::before {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 600ms linear;
}

.d-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* Content detail room */
.content-detail-room-dd {
    position: relative;
}

.decor-img-childdd {
    position: absolute;
    right: -13%;
    top: 2%;
}

    .decor-img-childdd img {
        display: block;
        width: 100%;
        height: 100%;
    }

/* Policy content */
.chinhsach-content {
    line-height: 24px;
    text-align: justify;
}

    .chinhsach-content p {
        font-size: 16px;
    }

/* Room item */
.tt-room-item-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #d5d5d5;
}

/* Detail room left */
.detail-room-left {
    width: 100%;
    padding-right: 40px;
    float: left;
    height: fit-content;
}

/* Media queries */
@media (min-width: 1390px) {
    .detail-room-album .item a img {
        /* height: 460px; */
    }
}

@media (max-width: 1023px) {
    .detail-room-left,
    .detail-room-right {
        width: 100%;
        float: unset;
        padding: 0;
    }

    .detail-room-form {
        margin: 0 auto;
        width: 100%;
    }

    .detail-room-right.my-sticked.show {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .detail-room-container .options .item {
        font-size: 12px;
        display: flex;
    }

        .detail-room-container .options .item svg {
            margin-right: 4px;
        }

    .detail-room-container .info .item span {
        font-size: 12px;
    }

    .detail-room-form h3 {
        font-size: 20px;
    }

    .chinhsach-content h3 {
        font-size: 17px;
        font-family: 'WixMadeforDisplay-Medium';
        font-weight: 400;
        line-height: 150%;
    }
}

@media (min-width: 740px) and (max-width: 1023px) {
    .detail-room-album .item {
        height: 200px;
    }
}

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

    .detail-room-album {
        margin-bottom: 0;
    }

        .detail-room-album .btn {
            display: none;
        }

        .detail-room-album .item {
            height: 150px;
        }

            .detail-room-album .item a img {
                height: 100%;
            }

    .detail-room-form {
        width: 100%;
        padding: 15px;
    }

    .detail-room-right.my-sticked.show {
        width: 95%;
        max-width: 100%;
        margin: 0 auto;
        bottom: 10px;
        right: 10px;
    }

    .detail-room-container .title {
        font-size: 20px;
    }

    .detail-room-container .descript {
        font-size: 16px;
    }

    .detail-room-container .wrap-title {
        font-size: 18px;
    }

    .detail-room-container .info {
        flex-wrap: wrap;
        justify-content: unset;
    }

        .detail-room-container .info .item {
            margin: 5px;
        }

    .detail-room-container .tien-ich-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 6px;
        row-gap: 14px;
        margin-top: 24px;
    }

    .detail-room-container .tien-ich-item img {
        width: 22px;
    }

    .detail-room-container .tien-ich-item span {
        font-size: 13px;
    }

    .chinhsach-content p {
        font-size: 14px;
    }

    .detail-room-banner {
        height: auto;
    }

    .decor-logo-room-child img {
        width: 100px;
        height: 100px;
        padding: 4px;
    }

    .detail-room-same {
        padding: 46px 0 25px;
    }

    .detail-room-right.my-sticked.fixed-bottom-right {
        width: 90%;
    }
     
    .decor-img-childdd{
        display:none
    }
    .wrap-content2{
        flex-direction:column;
        gap:20px
    }.detail-room-album .item a{
        height: 169px;
    }
}
