.div-room,
.modal {
    color: #ae7869;
}

.logo {
    margin-bottom: 20px;
}

.div-room-container {
    width: 100%;
    min-width: 328px;
    max-width: 540px;
}

.div-room-type {
    width: 152px;
    height: 184px;
    margin: 0 12px
}

.div-room-type p {
    width: 152px;
    font-size: 14px;
}

.div-room-type .hover-bg p {
    display: none;
    font-size: 20px;
    color: #fff;
}

.div-room-type:hover {
    cursor: pointer;
}

.div-room-type:hover .hover-bg {
    width: 152px;
    height: 184px;
    background-color: #c6976ccc;
    border-radius: 20px;
}

.div-room-type:hover .hover-bg p {
    display: block;
}

.div-room-type:hover .div-room-type-name {
    display: none;
}

.div-room-type .img-pressed {
    display: none;
}

.div-room-type.active .div-room-type-name {
    color: #fff;
}

.div-room-type.active .img-item {
    display: none;
}

.div-room-type.active .img-pressed {
    display: block;
}

.modal.rabbit .modal-content {
    background-image: url("../images/rooms/modal-rabbit-sm-bg.png");
}

.modal.grouundhog .modal-content {
    background-image: url("../images/rooms/modal-grouundhog-sm-bg.png");
}

.modal.hamster .modal-content {
    background-image: url("../images/rooms/modal-hamster-sm-bg.png");
}

.modal.hedgehog .modal-content {
    background-image: url("../images/rooms/modal-hedgehog-sm-bg.png");
}

.modal.rat .modal-content {
    background-image: url("../images/rooms/modal-rat-sm-bg.png");
}

.modal.parrot .modal-content {
    background-image: url("../images/rooms/modal-parrot-sm-bg.png");
}

.modal .modal-content {
    background-repeat: no-repeat;
    background-size: contain;
}

.modal-header {
    border-bottom: none;
}

:root {
    --close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ae7869'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586l6.293-6.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.btn-close {
    background: transparent var(--close-bg) center/1em auto no-repeat;
}

.modal .modal-lg {
    max-width: 600px;
}

.modal .modal-title {
    font-size: 20px;
}

.modal .nav-pills .nav-item .nav-link{
    margin-right: 16px;
    padding: 8px 16px;
    gap: 10px;
    color: #e4b891;
    font-size: 12px;
    border: 1px solid #e4b891;
    border-radius: 100px;
}

.modal .nav-pills .nav-item:last-child .nav-link {
    margin-right: 0;
}

.modal .nav-pills .nav-link.active {
    background-color: #e4b891;
    color: #fff;
}

.modal .div-content {
    width: 340px;
}

.modal .text-danger {
    color: #da603e!important;
}

.mb-12px {
    margin-bottom: 12px;
}

.mb-36px {
    margin-bottom: 36px;
}

.swiper {
    width: 340px;
    height: 278px;
}

.swiper-slide {
    height: 246px;
}

.swiper-pagination-bullet {
    background: #f5ede4;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #e4b891;
}

@media screen and (min-width: 768px) {
    .div-room-type {
        margin: 0 auto
    }

    .swiper {
        width: 380px;
        height: 308px;
    }

    .swiper-slide {
        height: 276px;
    }

    .modal .div-content {
        width: 380px;
    }

    .modal .nav-pills .nav-item .nav-link {
        font-size: 20px;
    }
}

@media screen and (min-width: 992px) {
    .swiper {
        width: 260px;
        height: 220px;
    }

    .swiper-slide {
        height: 188px;
    }

    .modal .modal-content {
        background-position: bottom right;
    }

    .modal.rabbit .modal-content {
        background-image: url("../images/rooms/modal-rabbit-bg.png");
    }
    
    .modal.grouundhog .modal-content {
        background-image: url("../images/rooms/modal-grouundhog-bg.png");
    }
    
    .modal.hamster .modal-content {
        background-image: url("../images/rooms/modal-hamster-bg.png");
    }
    
    .modal.hedgehog .modal-content {
        background-image: url("../images/rooms/modal-hedgehog-bg.png");
    }
    
    .modal.rat .modal-content {
        background-image: url("../images/rooms/modal-rat-bg.png");
    }
    
    .modal.parrot .modal-content {
        background-image: url("../images/rooms/modal-parrot-bg.png");
    }

    .modal .div-content {
        width: auto;
    }

    .modal .modal-title {
        font-size: 14px;
    }

    .modal .nav-pills .nav-item .nav-link {
        font-size: 14px;
    }

    .modal p {
        font-size: 12px;
    }
}