html {
    font-size: 62.5%;
    /*scroll-behavior: smooth;*/
}

body {
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: rgb(21, 25, 30);
    background-color: rgb(255, 235, 175);
    overflow: hidden auto;
}

main > .container, main > .container-fluid {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

a {
    color: inherit;
    text-decoration: none;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .navbar form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a {
    text-decoration: none;
}

.hd {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 50;
    height: 12rem;
    background-color: rgb(255, 235, 175);
    transition: 0.4s;
}

.hd-wr {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 101;
    margin: auto;
}

.hd-flex {
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.hd-logo {
    z-index: 7;
}

.hd-logo .custom-logo-link {
    display: flex;
    width: 10.4rem;
    transition: 0.4s;
}

.hd-logo .custom-logo-link img {
    max-width: 100%;
    height: auto;
    transition: 0.4s;
}

.hd-nav {
    position: relative;
    z-index: 2;
    height: 100%;
}

.hd-nav .menu-nav {
    height: 100%;
}

.hd-nav .menu-list {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.hd-nav .menu-nav > .menu-list {
    height: 100%;
    gap: 2rem;
}

.hd-nav .menu-item {
    position: relative;
    text-transform: uppercase;
    transition: 0.2s;
}

.hd-nav .menu-nav > .menu-list > .menu-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.hd-nav .menu-nav > .menu-list > .menu-item {
    position: relative;
    height: 100%;
}

.hd-nav .menu-nav > .menu-list > .menu-item::before {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    width: 0px;
    height: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    background: #911C11;
    transition: 0.4s;
}

.hd-nav .menu-nav > .menu-list > .menu-item.current_page_item::before, .hd-nav .menu-nav > .menu-list > .menu-item.current-menu-item::before, .hd-nav .menu-nav > .menu-list > .menu-item.current_page_parent::before, .hd-nav .menu-nav > .menu-list > .menu-item.current-menu-parent::before, .hd-nav .menu-nav > .menu-list > .menu-item.current-post-parent::before {
    width: 100%;
}

.hd-nav .menu-item .menu-link, .hd-nav .menu-item a {
    transition: 0.2s;
}

.hd-nav .menu-item > .menu-link, .hd-nav .menu-item > a {
    color: #15191E;
    font-weight: 400;
    display: block;
    font-size: 1.6rem;
}

.hd-nav .menu-nav > .menu-list > .menu-item > .menu-link {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #15191E;
}

.hd-nav .menu-nav > .menu-list > .menu-item.current_page_item > a, .hd-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a, .hd-nav .menu-nav > .menu-list > .menu-item.current_page_parent > a, .hd-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > a, .hd-nav .menu-nav > .menu-list > .menu-item.current-post-parent > a {
    color: #911C11;
    font-weight: 600;
}

.hd-act {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    gap: 2rem;
}

.hd-lg {
    height: 4.8rem;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
}

.hd-lg-item {
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #15191E;
    gap: 0.4rem;
}

.hd-lg-item img {
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
}

.hd-lg-item .txt {
    font-size: 1.8rem;
    font-weight: 500;
    transition: 0.4s;
}

.hd-lg-item .ic {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 1.4rem;
}

.hd-lg-drop {
    position: absolute;
    width: 100%;
    top: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    gap: 0.5rem;
    transition: 0.4s;
}

.hd-lg-drop::after {
    content: "";
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    background-color: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.4rem;
}

.btn {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: fit-content;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size: 1.8rem;
    height: 4.8rem;
    min-width: 16.3rem;
    font-family: "SVN-Esmeralda Pro", sans-serif;
    text-transform: uppercase;
    border-radius: 100rem;
    transition: 0.4s;
    overflow: hidden;
    background: white;
    gap: 1rem;
    border-width: 0.1rem;
    border-style: solid;
    border-color: white;
    border-image: initial;
    white-space: nowrap;
}

.btn-box {
    width: fit-content;
    position: relative;
}

.btn.btn-bg {
    background-image: url(../images/btn-bg.jpg);
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center center;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.btn::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.btn .txt {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    color: #911C11;
    line-height: 1;
    transition: 0.4s;
    gap: 1rem;
    padding: 1rem 2rem;
}

.btn.btn-bg .txt {
    color: white;
    padding: 0;
}

.burger {
    position: relative;
}

.hd .burger {
    width: 4rem;
    height: 4rem;
    background-image: url(../images/btn-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1rem;
    background-position: center center;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    transition: transform 400ms, -webkit-transform 400ms;
}

.main {
    padding-top: 12rem;
}

.page-home {
    overflow: hidden;
}

.homes-bn {
    position: relative;
}

.homes-bn-it {
    position: relative;
}

.homes-bn-it .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.homes-bn-it .bg img, .homes-bn-it .bg video, .homes-bn-it .bg iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homes-bn-ctn {
    min-height: calc(56.25vw);
    padding-top: calc(12rem + 6rem);
    padding-bottom: 6rem;
    position: relative;
    z-index: 2;
    pointer-events: none;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: end;
}

.homes-bn-tt {
    color: white;
    font-size: 15rem;
    font-family: "SVN-Esmeralda Pro", sans-serif;
    line-height: 1;
    text-transform: uppercase;
}

.homes-bn-tt.words.chars.splitting {
    display: none;
}

.homes-bn-control {
    position: absolute;
    padding-bottom: 6rem;
    right: calc((100vw - 120rem) / 2);
    bottom: 0px;
    z-index: 2;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 1rem;
}

.homes-bn-control .circle-progress {
    position: relative;
    width: 4rem;
    height: 4rem;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    background-color: rgba(217, 217, 217, 0.3);
    border-radius: 100rem;
}

.homes-bn-control .circle-progress svg {
    width: 3.5rem;
    height: 3.5rem;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    pointer-events: none;
}

.homes-bn-control .circle-progress .circle-progress-in {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.homes-bn-control .circle-progress .circle-progress-in i {
    font-size: 14px;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.swiper-pagination {
    position: static;
    margin-top: 1.6rem;
}

.homes-bn-control .swiper-pagination {
    margin-top: 0px;
}

.swiper-pagination-bullet {
    --circle: -0.4rem;
    background-color: rgb(101, 117, 139);
    opacity: 1;
    position: relative;
    height: 1rem;
    width: 1rem;
    transition: 0.4s;
    border-radius: 100rem;
    margin: 0px 0.3rem !important;
}

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

.ss-pd {
    padding: 8rem 0;
}

.mb-32 {
    margin-bottom: 3.2rem;
}

.head-verti {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 1rem;
}

.head-verti.center {
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.title {
    line-height: 1.2;
}

.title-60 {
    --f-sz: clamp(2.5rem, calc(0.4918rem + 2.8689vw), 6rem);
    font-size: var(--f-sz);
    font-family: "SVN-Esmeralda Pro", sans-serif;
    position: relative;
    color: #911C11;
    text-transform: uppercase;
    width: fit-content;
}

.title-60::before {
    content: "";
    aspect-ratio: 57 / 40;
    width: 5.7rem;
    display: block;
    background: url(../images/title-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 0.8rem;
}

.title-40 {
    --f-sz: clamp(2rem, calc(0.4918rem + 2.8689vw), 6rem);
    font-size: var(--f-sz);
    font-family: "SVN-Esmeralda Pro", sans-serif;
    position: relative;
    color: #911C11;
    text-transform: uppercase;
    width: fit-content;
}

.box1 {
    --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
    font-size: var(--f-sz);
    font-weight: 500;
}

.desc {
    color: #021441;
}

.head-verti .desc {
    max-width: 75rem;
}

.btn.second {
    background-color: #FFE189;
    border-color: #911C11;
    border-width: 0.2rem;
}

.btn.second .txt {
    color: #911C11;
    z-index: 2;
}

.homes-ab-three {
    max-width: 157.6rem;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}

.homes-ab-decs {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .1;
}

.homes-ab-dec {
    width: 100%;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}

.homes-ab-dec img {
    width: 100%;
}

.homes-ab-it {
    height: 100%;
}

.homes-ab-it .inner {
    height: 100%;
}

.homes-ab-it .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.homes-ab-it .inner .img {
    position: relative;
    border-radius: 100rem;
    border: 1rem solid white;
    overflow: hidden;
}

.homes-ab-it .inner .img-inner {
    display: block;
    padding-top: calc((656 / 492) * 100%);
    position: relative;
    overflow: hidden;
}

.homes-ab-it .inner .img-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.homes-ab-it .inner .img-des {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    color: white;
    border-radius: inherit;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
    font-size: var(--f-sz);
    padding: 3rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(4rem);
    transform: translateY(4rem);
    opacity: 0;
}

.homes-ab-it .inner .img-des .tt {
    --f-sz: clamp(2.7rem, calc(1.9541rem + 1.0656vw), 4rem);
    font-size: var(--f-sz);
    text-align: center;
    font-family: "SVN-Esmeralda Pro", sans-serif;
    text-transform: uppercase;
}

.homes-ab-it .inner .img::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #911C11;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.homes-ab-it .inner:hover .img-des {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.page-home .homes-ab-it .info {
    display: none;
}

.homes-ab-it .inner:hover .img::after {
    opacity: 1;
}

.homes-ab-it .inner:hover .img-inner img {
    opacity: .1;
}

.col {
    width: 100%;
    padding: 0 calc(2.4rem / 2);
    margin-bottom: 2.4rem;
    flex: none;
}

.ss-pd {
    padding: 8rem 0;
}

.homes-book-box {
    position: relative;
    padding: 8rem 0;
    max-width: 157.6rem;
    width: calc(100% - 3rem);
    margin: 0 auto;
    border: 0.8rem solid #911C11;
    border-radius: 4rem;
}

.homes-book-box .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 3rem;
    overflow: hidden;
}

.homes-book-box .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.homes-book-box .bg::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.mb-48 {
    margin-bottom: 4.8rem;
}

.head-verti {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

.head-verti.center {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-60.white {
    color: white;
}

.title-60.white::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.homes-book-list .col {
    width: 25%;
}

.homes-book-it {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.homes-book-it .icon {
    width: 8rem;
    height: 8rem;
}

.homes-book-it .icon img {
    height: 100%;
    width: 100%;
    display: block;
}

.homes-book-it .ctn-tt {
    --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
    font-size: var(--f-sz);
    color: white;
    text-transform: uppercase;
}

.homes-book-box .btn-box {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    bottom: 0;
    z-index: 2;
}

.homes-book-box .btn-box .btn {
    border-width: 0.8rem;
}

.twoSplide-it .img {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 3.2rem;
}

.twoSplide-it .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.splide__arrows {
    display: none;
}

.splide__pagination {
    display: none;
}

.splide:not(.is-overflow) .splide__pagination {
    display: none;
}

.twoSplide .splide:not(:first-child) {
    margin-top: 1.6rem;
}

.homes-gal-wrapper {
    position: relative;
}

.homes-gal-wrapper .btn-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    border: 1.6rem solid #FFEBAF;
    border-radius: 100rem;
}

.homes-dinner {
    position: relative;
}

.homes-dinner .swiper {
    overflow: visible;
}

.homes-dinner .homes-dinner-dec {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 120rem;
    width: 100%;
    z-index: -1;
    mix-blend-mode: multiply;
}

.homes-dinner .homes-dinner-dec img {
    width: 100%;
}

.btn::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    background-color: #911C11;
    background-image: url("../images/btn-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.btn.second::after {
    background-color: white;
}

.btn.second:hover .txt {
    color: white;
}

.btn.second:hover::after {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.homes-dinner-wrapper {
    overflow: hidden;
    padding-top: 1rem;
}

.homes-dinner-it .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 1rem;
}

.homes-dinner-it .inner .img {
    width: 100%;
    border-radius: 100rem;
    position: relative;
}

.homes-dinner-it .inner .img::after {
    content: '';
    position: absolute;
    height: calc(100% + 1rem);
    width: calc(100% + 1rem);
    border-radius: inherit;
    z-index: -1;
    background-color: #FFE189;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.homes-dinner-it .inner .img-inner {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 100rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.homes-dinner-it .inner .img-inner {
    transform: rotate(0);
}

.homes-dinner-it .inner .img-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.homes-dinner .swiper-slide {
    width: calc(100% / 4);
    overflow: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(30%) scale(0.6);
    transform: translateX(30%) scale(0.6);
    cursor: pointer;
}

.homes-dinner .swiper-slide-prev {
    -webkit-transform: translateX(5%) scale(0.6);
    transform: translateX(5%) scale(0.6);
}

.homes-dinner .swiper-slide-next {
    -webkit-transform: translateX(-5%) scale(0.6);
    transform: translateX(-5%) scale(0.6);
}

.homes-dinner .swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.homes-dinner-it .inner .info {
    text-align: center;
}

.homes-dinner-it .inner .info-tt {
    --f-sz: clamp(2.2rem, calc(1.6262rem + 0.8197vw), 3.2rem);
    font-size: var(--f-sz);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: 500;
    opacity: 0;
    color: #911C11;
    text-transform: uppercase;
    margin-top: 3rem;
    display: block;
}

.homes-dinner .swiper-slide-active .homes-dinner-it .inner .info-tt {
    opacity: 1;
}

.homes-dinner .swiper-slide-active .homes-dinner-it .inner .img-inner {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.homes-dinner .swiper-slide-active .homes-dinner-it .inner .img::after {
    -webkit-box-shadow: 2rem 2rem 1rem rgba(19, 41, 52, 0.01), 1rem 1.4rem 1rem rgba(19, 41, 52, 0.05), 0.5rem 0.64rem 0.8rem rgba(19, 41, 52, 0.09), 0.1rem 0.16rem 0.5rem rgba(19, 41, 52, 0.1);
    box-shadow: 2rem 2rem 1rem rgba(19, 41, 52, 0.01), 1rem 1.4rem 1rem rgba(19, 41, 52, 0.05), 0.5rem 0.64rem 0.8rem rgba(19, 41, 52, 0.09), 0.1rem 0.16rem 0.5rem rgba(19, 41, 52, 0.1);
    opacity: 1;
}

.homes-dinner .swiper-slide-next + .swiper-slide {
    -webkit-transform: translateX(-30%) scale(0.6);
    transform: translateX(-30%) scale(0.6);
}

.homes-review {
    overflow: hidden;
}

.homes-review .recontainer {
    width: calc(calc(100vw - (100vw - 120rem) / 2));
    margin-left: 15rem;
}

.homes-review-row {
    --w: 48rem;
}

.homes-review-ctn {
    width: var(--w);
}

.homes-review-slide {
    width: calc(100% - var(--w));
}

.homes-review-ctn .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
}

.homes-review-ctn .wrapper .title-60::before {
    margin-left: 0;
}

.homes-review-ctn .wrapper .swiper-control {
    margin-top: auto;
}

.swiper-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem;
    --size: 4.8rem;
}

.swiper-control-btn {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 100rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #911C11;
    border: 0.1rem solid #911C11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    z-index: 5;
    position: relative;
    overflow: hidden;
    font-size: 1.6rem;
    background-color: white;
}

.swiper-control-btn i {
    color: #911C11;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.homes-review-slide .wrapper {
    padding-right: calc((100vw - 120rem) / 2);
    overflow: hidden;
}

.homes-review-slide .swiper {
    overflow: visible;
    margin: 0 calc(2.4rem / 2 * -1) calc(2.4rem * -1);
}

.homes-review-it {
    height: 100%;
}

.homes-review-it .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    height: 100%;
    border-radius: 1.6rem;
    padding: 2rem;
    aspect-ratio: 450 / 591;
    position: relative;
    overflow: hidden;
}

.homes-review-it .inner::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.homes-review-it .inner::after {
    content: '';
    position: absolute;
    height: calc(100% - 1.6rem);
    width: calc(100% - 1.6rem);
    background-image: url(../images/review-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 1rem;
}

.homes-review-it .inner .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

.star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.star-list {
    position: relative;
    height: 2rem;
}

.star .star-list {
    height: unset;
}

.star-flex {
    gap: 0.3rem;
}

.star-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.star .star-empty i {
    color: #dedede;
    font-size: 1.4rem;
}

.homes-review-it .inner .star i {
    font-size: 1.8rem;
}

.star-filter {
    overflow: hidden;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    height: 100%;
    width: 0;
}

.homes-review-it .inner .star .star-filter i {
    color: #FFE189;
}

.homes-review-it .inner .info-tt {
    --f-sz: clamp(1.6rem, calc(1.2557rem + 0.4918vw), 2.2rem);
    font-size: var(--f-sz);
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.homes-review-it .inner .info-des {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.homes-review-it .inner .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.homes-review-it .inner .author .avatar {
    width: 6.4rem;
    height: 6.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 100rem;
}

.homes-review-it .inner .author .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
}

.homes-review-it .inner .author .ctn-name {
    --f-sz: clamp(1.6rem, calc(1.2557rem + 0.4918vw), 2.2rem);
    font-size: var(--f-sz);
    font-weight: 600;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.homes-review-it .inner .author .ctn-role {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.homes-review-slide .swiper-slide {
    width: 60%;
    overflow: visible;
}

.homes-review-it:hover .inner {
    -webkit-filter: drop-shadow(0.5 1rem 2rem rgba(19, 41, 52, 0.8));
    filter: drop-shadow(0.5 1rem 2rem rgba(19, 41, 52, 0.8));
}

.homes-review-it:hover .inner::before {
    background-color: #911C11;
}

.homes-review-it:hover .inner::after {
    opacity: 1;
}

.swiper-control-btn:hover:not(.swiper-button-disabled) {
    color: white !important;
}

.swiper-control-btn:hover i {
    color: white;
}

.swiper-control-btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #911C11;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.swiper-control-btn:hover:not(.swiper-button-disabled)::after {
    left: 0;
    width: 100%;
}

.swiper-control-btn > * {
    position: relative;
    z-index: 2;
}

.ft {
    overflow: hidden;
}

.ft-wrap {
    position: relative;
}

.ft-wrap .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.ft-logo {
    width: 22.9rem;
    margin: 0 auto;
    margin-bottom: 3.2rem;
}

.ft-logo > a {
    width: 100%;
    display: block;
}

.ft-logo > a img {
    width: 100%;
    display: block;
}

.ft-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ft-item {
    color: white;
}

.ft-item:nth-child(1) {
    width: calc(5 / 12 * 100%);
}

.ft-item .tt {
    --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
    font-size: var(--f-sz);
    font-weight: 700;
    margin-bottom: 2rem;
}

.ft-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
    font-size: var(--f-sz);
}

.contact-form-info-bot, .contact-form-info-bot-footer {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    line-height: 1.2;
    font-family: "SVN-Esmeralda Pro", sans-serif;
    color: #FFE189;
}

.contact-form-info-bot-footer {
    font-size: 2rem;
}

.contact-form-info-bot span:nth-child(1), .contact-form-info-bot-footer span:nth-child(1) {
    white-space: nowrap;
    font-size: 2rem;
}

.contact-form-info-bot span:nth-child(2), .contact-form-info-bot-footer span:nth-child(2) {
    display: flex;
    flex-direction: column;
    font-size: 2rem;
}

.contact-form-info-bot .phone, .contact-form-info-bot-footer .phone {
    font-size: 2rem;
}

.contact-form-info-bot-footer {
    font-size: 2rem;
}

.ft-item:nth-child(n+2) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.ft-item .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
}

.ft-item .menu-list .menu-item {
    --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
    font-size: var(--f-sz);
}

.ft-item .menu-list .menu-link {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: .4s;
    transition: .4s;
}

.ft-item .menu-list .menu-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #FFE189;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

ol, ul {
    list-style: none;
    padding-left: 0;
}

.dev-map-custom {
    aspect-ratio: 2 / 1;
    max-width: 30rem;
    overflow: hidden;
    border-radius: 1.6rem;
    border: 0.2rem dashed #FFE189;
    margin-top: 2rem;
}

iframe {
    vertical-align: middle;
}

.dev-map-custom iframe {
    height: 100%;
    width: 100%;
    display: block;
}

.back-to-top {
    width: 4rem;
    height: 4rem;
    border-radius: 100rem;
    background-color: #911C11;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    bottom: 9rem;
    right: 3rem;
    z-index: 7;
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem);
    opacity: 0;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    cursor: pointer;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.1rem solid #911C11;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.back-to-top.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.back-to-top::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    border: 0.1rem solid #911C11;
    -webkit-animation: grows 4s linear infinite;
    animation: grows 4s linear infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.back-to-top::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    border: 0.1rem solid #911C11;
    -webkit-animation: grows 4s linear infinite;
    animation: grows 4s linear infinite;
}

.back-to-top .triangle {
    width: 4rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.back-to-top .triangle i {
    color: white;
}

.btn img {
    width: 1.7rem;
    height: 1.7rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.hd-act .btn-box.phone .btn {
    width: 4.8rem;
    height: 4.8rem;
    min-width: unset;
    background-size: 120% 100%;
}

@keyframes grows {
    0% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
    display: inline-block;
}

/* Psuedo-element chars */

.splitting .char {
    position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */

.splitting .char::before,
.splitting .char::after {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: inherit;
    user-select: none;
}

/* Expanded CSS Variables */

.splitting {
    /* The center word index */
    --word-center: calc((var(--word-total) - 1) / 2);
    /* The center character index */
    --char-center: calc((var(--char-total) - 1) / 2);
}

.splitting .word {
    /* Pecent (0-1) of the word's position */
    --word-percent: calc(var(--word-index) / var(--word-total));
}

.splitting .char {
    /* Percent (0-1) of the char's position */
    --char-percent: calc(var(--char-index) / var(--char-total));
    /* Offset from center, positive & negative */
    --char-offset: calc(var(--char-index) - var(--char-center));
    /* Absolute distance from center, only positive */
    --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
    /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    /* Distance from center where 1 is far left/far right, 0 is center */
    --distance-percent: calc((var(--distance) / var(--char-center)));
}

.splitting.cells img {
    width: 100%;
    display: block;
}

.no-scroll {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
}

.bn {
    position: relative;
    overflow: hidden;
}

.bn .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.bn .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bn-wr {
    min-height: calc(23.9583vw);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 12rem 0px;
}

.bn .bn-wr .title-100 {
    line-height: 1.2;
}

.title-100 {
    font-size: 10rem;
    font-family: "SVN-Esmeralda Pro", sans-serif;
    position: relative;
    text-transform: uppercase;
    width: fit-content;
    color: white;
    line-height: 1;
}

.title-100.center {
    text-align: center;
}

.bking {
    padding: 8rem 0;
}

.bking-flex {
    align-items: unset;
}

.bking-bn {
    position: relative;
    border-radius: 2.4rem;
    overflow: hidden;
}

.bking-bn .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.bking-bn .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bking-bn .inner {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 2rem;
}

.bking-bn .inner .tt {
    --f-sz: clamp(2.7rem, calc(1.9541rem + 1.0656vw), 4rem);
    font-size: var(--f-sz);
    color: white;
    font-family: "SVN-Esmeralda Pro", sans-serif;
    line-height: 1;
    text-transform: uppercase;
}

.bking-bn .inner .tt {
    font-family: "Proxima Nova Rg", sans-serif;
}

.bking-bn .inner .bot {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: white;
    gap: 1rem 2rem;
}

.bking-bn .inner .bot-time {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 1rem;
}

.bking-bn .inner .bot-time .time {
    width: fit-content;
    --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
    font-size: var(--f-sz);
    font-weight: 600;
    color: #911C11;
    background-color: #FFE189;
    text-align: center;
    padding: 0.1rem 1rem;
    border-radius: 100rem;
}

.bking-bn .inner .bot-time .txt {
    --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
    font-size: var(--f-sz);
    line-height: 1;
}

.bking-bn .inner .bot-hour .second {
    --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
    font-size: var(--f-sz);
    font-weight: 600;
    color: #FFE189;
}

.booking-index .bking-r {
    background-color: white;
    padding: 2.4rem;
    border: 1.6rem solid #FFE189;
    border-radius: 2.4rem;
    width: 100%;
}

.bking-form-tt {
    --f-sz: clamp(2.7rem, calc(1.9541rem + 1.0656vw), 4rem);
    font-size: var(--f-sz);
    font-family: "SVN-Esmeralda Pro", sans-serif;
    line-height: 1.2;
    padding-bottom: 2rem;
}

.bking-r .bking-form-tt {
    text-align: center;
}

.bking-r .text {
    display: block;
    color: #15191E;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
}

.bking-r h6 {
    --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
    font-size: var(--f-sz);
    font-weight: 600;
    padding: 0.5rem 0;
    color: #911C11;
}

.bking-policy {
    background-color: white;
    border-radius: 2.4rem;
    overflow: hidden;
    padding: 2.4rem;
    position: relative;
}

.bking-policy::after {
    content: "";
    width: 100%;
    background-image: url("../images/ab-three-dec.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    aspect-ratio: 988/695;
    pointer-events: none;
    opacity: 0.05;
}

.bking-policy .bking-form-tt {
    --f-sz: clamp(2.7rem, calc(1.9541rem + 1.0656vw), 3.2rem);
}

.bking-l .bking-form-tt {
    margin-bottom: 2.4rem;
}

.bking-form-tt .pri {
    color: #911C11;
}

.mona-content {
    color: #000;
}

.bking-policy ul {
    list-style: disc;
    padding-left: 2rem;
}

.mona-content ul, .mona-content ol {
    list-style-position: inside;
    margin: 1em 0px;
}

.btn-day {
    /*flex: 1;*/
    border-radius: 100rem;
    cursor: pointer;
    font-size: 1.6rem;
    border: 0.1rem solid white;
    background: #FFE189;
    color: #911C11;
    font-weight: 600;
}

.btn-day.active {
    background: #911C11;
    color: white;
}

/*.bking h3{*/
/*    font-size: 1.8rem;*/
/*}*/
.quantity-btn {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 100rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #911C11;
    border: 0.1rem solid #911C11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    z-index: 5;
    position: relative;
    overflow: hidden;
    font-size: 1.6rem;
    background-color: white;
}

.show-dt-book-it {
    height: 100%;
    position: relative;
    border-radius: 1.6rem;
    overflow: hidden;
}

.show-dt-book-it.ticket {
    border: 0.2rem dashed #911C11;
    height: auto;
}

.show-dt-book-it .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.show-dt-book-it .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.show-dt-book-it .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4rem;
    position: relative;
    z-index: 2;
    color: white;
    gap: 2.4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 25rem;
}

.show-dt-book-it.ticket .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    gap: 1rem;
    padding: 2rem;
}

.show-dt-book-it.ticket .inner .name {
    --f-sz: clamp(2.2rem, calc(1.6262rem + 0.8197vw), 3.2rem);
    font-size: var(--f-sz);
    font-weight: 700;
}

.show-dt-book-it.ticket .inner .lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 1rem;
    font-size: 2rem;
}

.show-dt-book-it.ticket .inner .lines img {
    -webkit-transform: translateY(0.4em);
    transform: translateY(0.4em);
    width: 2.4rem;
    height: 2.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.show-dt-book-it.ticket .inner .bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem 2rem;
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: 0.1rem dashed white;
}

.show-dt-book-it.ticket .inner .bot .price {
    line-height: 1;
}

.show-dt-book-it.ticket .inner .bot .price-value {
    --f-sz: clamp(2.2rem, calc(1.6262rem + 0.8197vw), 3.2rem);
    font-size: var(--f-sz);
    font-weight: 500;
    color: #FFE189;
}

.show-dt-book-it.ticket .inner .lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 1rem;
    font-size: 2rem;
}

.bking-l {
    width: calc(6.5 / 12 * 100%);
}

.bking-r {
    width: calc(5.5 / 12 * 100%);
}

.bking-l .wrapper {
    position: sticky;
    top: calc(var(--size-hd) + 1rem);
}

.bking-l .wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.bking-form {
    padding: 2.4rem;
    background-color: white;
    border: 1.6rem solid #FFE189;
    border-radius: 2.4rem;
}

.bking-r .bking-form-tt {
    text-align: center;
}

.bking-form-tt .pri {
    color: #911C11;
}

.screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.form-ip .text {
    display: block;
    color: #911C11;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
}

.form-control {
    font-size: 1.6rem;
    height: 4.8rem;
    border-radius: .8rem;
    border-color: #911c11;
}

textarea.form-control {
    height: 12rem;
}

.homes-ab .homes-ab-wrap .desc {
    --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
    font-size: var(--f-sz);
    font-weight: 500;
}

.ab-mana {
    position: relative;
}

.ab-mana-bn {
    position: relative;
}

.ab-mana-bn .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.ab-mana-bn .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ab-mana-bn-ctn {
    min-height: calc(601 / 1728 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8rem 0;
}

.homes-dinner .swiper-slide-active .homes-dinner-it .inner .info-des {
    opacity: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.homes-dinner-it .inner .info-des {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.contact-map {
    position: relative;
    margin-top: calc(-1 * var(--wave) / 1.5);
    position: relative;
}

.contact-map::after {
    content: '';
    position: absolute;
    height: calc(76 / 1412 * 100vw);
    width: 100vw;
    bottom: 0;
    left: 0;
}

.contact-map .map {
    position: relative;
    padding-top: calc(950 / 1512 * 100vw);
}

.contact-map .map iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact-form {
    position: relative;
}

.contact-form-decs {
    position: absolute;
    height: calc(100% - (100 / 1412 * 100vw * 2));
    width: 100%;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.contact-form-dec {
    width: 100%;
    opacity: 0.1;
    position: absolute;
    aspect-ratio: 1572 / 1096;
}

.contact-form-dec img {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact-form-decs::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/ranri.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-form-box {
    border: 0.4rem solid #FFE189;
    border-radius: 1.6rem;
    padding: 3.2rem;
    background-color: #FFEBAF;
    margin-top: calc(-1 * (100 / 1412 * 100vw * 2));
    position: relative;
    z-index: 2;
}

.contact-form-l {
    width: calc(100% - 40rem);
}

.contact-form-r {
    width: 40rem;
}

.contact-form-tt {
    --f-sz: clamp(2.7rem, calc(1.9541rem + 1.0656vw), 4rem);
    font-size: var(--f-sz);
    font-weight: 600;
}

.contact-form-tt .pri {
    color: #911C11;
}

.contact-form-r .wrapper {
    padding: 3.2rem;
    background-color: #911C11;
    color: white;
    border-radius: 1.6rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.contact-form-r .tt {
    --f-sz: clamp(2.2rem, calc(1.6262rem + 0.8197vw), 3.2rem);
    font-size: var(--f-sz);
    font-weight: 600;
}

.contact-form-r .tt {
    --f-sz: clamp(1.6rem, calc(1.6262rem + 0.8197vw), 1.8rem);
    margin-bottom: 0;
}

.contact-form-info {
    margin: 2rem 0;
    padding: 2rem 0;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

.contact-form-info .logo {
    width: 10rem;
}

.contact-form-info .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.contact-form-info-bot, .contact-form-info-bot-footer {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    line-height: 1.2;
    font-family: "SVN-Esmeralda Pro", sans-serif;
    color: #FFE189;
}

.contact-form-info-bot {
    margin-top: auto;
}

.contact-form-info-bot span:nth-child(1), .contact-form-info-bot-footer span:nth-child(1) {
    white-space: nowrap;
    font-size: 2rem;
}

.contact-form-info .phone {
    --f-sz: clamp(2.2rem, calc(1.6262rem + 0.8197vw), 3.2rem);
    font-size: var(--f-sz);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: "SVN-Esmeralda Pro", sans-serif;
    color: #FFE189;
}

.contact-form-info-bot .phone, .contact-form-info-bot-footer .phone {
    font-size: 2rem;
}

.contact-form-bot {
    margin-top: auto;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
}

.contact-form-bot .social {
    margin-top: 2.4rem;
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
}

.contact-form-bot .social-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.social-link {
    display: block;
    width: 3.6rem;
    height: 3.6rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 100rem;
    border: 0.1rem solid #D8DCE3;
}

.contact-form-bot .social-link {
    border: none;
    width: 2.4rem;
    height: 2.4rem;
}

.social-link img {
    height: inherit;
    width: inherit;
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 0;
}

.contact-form-bot .social .social-link img {
    filter: none !important;
}

.ss-pd-b {
    padding-bottom: 8rem;
}

.contact-form-r .wrapper::after {
    content: '';
    position: absolute;
    aspect-ratio: 789 / 551;
    background-image: url(../images/ab-three-dec.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 300%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    mix-blend-mode: color-dodge;
    opacity: .05;
    pointer-events: none;
}

.blog-filter {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 100rem;
    background-color: #FFE189;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.2rem;
    gap: .5rem;
}

.blog-filter-link {
    color: #911C11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .8rem 1.6rem;
    border-radius: 100rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.scrollContainer .buttons {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
}

.blog-filter-link.is-active {
    background-color: #911C11;
    color: white;
}

.rows-3 .col {
    width: calc(100% / 3);
}

.blog-item {
    height: 100%;
}

.blog-item .inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

.blog-item .inner .img-inner {
    display: block;
    padding-top: calc((282 / 439) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 1.6rem;
}

.blog-item .inner .img-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

blog-item .inner .info-date {
    font-size: 1.4rem;
    opacity: 0.5;
}

.blog-item .inner .info-tt {
    --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
    font-size: var(--f-sz);
    font-weight: 700;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-item .inner .info-des {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-dt-date {
    font-size: 1.4rem;
    opacity: 0.5;
    margin-bottom: 1rem;
}

.blog-dt-tt {
    --f-sz: clamp(2.7rem, calc(1.9541rem + 1.0656vw), 4rem);
    font-size: var(--f-sz);
    font-weight: 700;
    margin-bottom: 2.4rem;
}

.blog-dt-img {
    width: 100%;
    border-radius: 1.6rem;
    overflow: hidden;
    margin-bottom: 3.2rem;
}

.blog-dt-img img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.layout-two-l {
    width: calc(100% - 32.6rem);
}

.layout-two-r {
    width: 32.6rem;
}

.mona-content {
    color: #000;
}

.mona-content p {
    color: #15191E;
    font-size: 1.6rem;
}

.mona-content .btn-box {
    margin: 0 auto;
}

.blog-dt-bottom {
    padding-top: 2.4rem;
    margin-top: 2.4rem;
    border-top: 0.1rem solid #911C11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem 2rem;
}

.blog-dt-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.blog-dt .side-open {
    position: sticky;
    top: calc(12rem + 2rem);
    margin-left: auto;
    margin-right: -1.5rem;
    margin-bottom: -4rem;
}

.side-open-wrap {
    width: 4rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-dt-share .social-link {
    width: 2rem;
    height: 2rem;
    border: none;
}

.blog-dt-share .social-link img {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}

.hover-img-rotate .img-inner img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0;
    max-width: unset;
}

.hover-img-rotate .img-inner:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05) rotate(2deg) !important;
    transform: translate(-50%, -50%) scale(1.05) rotate(2deg) !important;
}

img {
    max-width: 100%;
    border-radius: inherit;
    height: auto;
}
.hamburger .line {
    width: 2.4rem;
    height: 0.2rem;
    border-radius: .4rem;
    background: black;
    display: block;
    margin: 0.5rem 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.ham .line {
    fill: none;
    -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: white;
    stroke-width: 5.5;
    stroke-linecap: round;
}
.ham .top {
    stroke-dasharray: 40 140;
}
.hamburger .line:nth-child(2) {
    width: 1.8rem;
    margin-left: auto;
}
.ham .bottom {
    stroke-dasharray: 40 180;
}
.w2w-pinkBg {
    background: #911C11;
}

#w2w-widget-flyout {
    bottom: 14rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgb(0 0 0 / .1);
    cursor: pointer;
    right: 3rem;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
}
#w2w-widget-flyout.w2w-pos-fixed {
    position: fixed;
    z-index: 9999;
}
#w2w-widget-flyout>span {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
}
#w2w-widget-flyout ul {
    position: absolute;
    bottom: 50px;
    min-width: max-content;
    margin: 0;
    padding: 10px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    border: 1px solid rgb(123 123 123 / 10%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
    right: 0;
    background: #fff;
}
#w2w-widget-flyout.pos-right ul {
    right: 0;
}
#w2w-widget-flyout ul.active {
    bottom: 60px;
    opacity: 1;
    visibility: visible;
    animation: 0.5s ease 0s 1 normal none running FadeIn;
}
#w2w-widget-flyout ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    transition: .3s;
    margin-bottom: 0;
    margin-left: 0;
}
#w2w-widget-flyout ul li:not(:last-child) {
    border-bottom: 1px dashed rgb(0 0 0 / .1);
}
#w2w-widget-flyout ul li .w2w-icon {
    margin-right: 10px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
#w2w-widget-flyout ul li .w2w-icon {
    display: inline-flex;
    box-shadow: 0 5px 5px rgb(0 0 0 / .1);
}
#w2w-widget-flyout ul li.btn-email>.w2w-icon {
    background: #d26e4b;
    color: #fff;
}
#w2w-widget-flyout ul.active {
    bottom: 60px;
    opacity: 1;
    visibility: visible;
    animation: 0.5s ease 0s 1 normal none running FadeIn;
}
#w2w-widget-flyout ul li.btn-phone>.w2w-icon {
    background: #46CA57;
    color: #fff;
}
#w2w-widget-flyout ul li.btn-zalo>.w2w-icon {
    background: #018fe5;
}
.icon-zalo {
    background: url(../images/icon-zalo.png) no-repeat 50% 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 16px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .hd {
        top: 0;
        height: 6rem;
    }

    .hd-wr {
        max-width: 100%;
    }

    .main {
        padding-top: 6rem;
    }

    .hd-flex {
        padding: 0;
    }

    .hd-logo .custom-logo-link {
        width: 9rem;
    }

    .hd-nav {
        display: none;
    }

    .hd-lg {
        height: 4rem;
        width: 4rem;
        background-color: #911C11;
        padding: 1rem;
        border-radius: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: url("../images/btn-bg.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .hd-lg > .hd-lg-item {
        color: white;
    }

    .hd-act .btn-box:not(.phone) {
        display: none;
    }

    .hd-act .btn-box {
        width: 4rem;
        height: 4rem;
    }

    .hd-act .btn-box.phone .btn {
        width: 4rem;
        height: 4rem;
    }

    .hd-lg-item .txt {
        display: none;
    }

    .hd-lg .hd-lg-item .ic {
        display: none;
    }

    .btn .txt {
        font-size: 1.4rem;
    }

    .hd-act .btn-box > .btn {
        border-radius: 1rem;
        width: inherit;
        height: inherit;
        background-size: cover;
    }

    .homes-ab-it .inner .img {
        border-width: 0.5rem;
        border-radius: 2rem;
    }

    .homes-ab-it .inner .img-inner img {
        opacity: 1;
    }

    .homes-ab-it .inner .img-des {
        opacity: 1;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: static;
        font-size: 1.4rem;
        background-color: #911C11;
        border-radius: 0;
        padding: 1rem;
    }

    .homes-ab-it .inner .img-des {
        justify-content: unset !important;
    }

    .rows-3 {
        margin: 0 calc(1.2rem / 2 * -1) calc(1.2rem * -1);
    }

    .homes-book-box {
        border-width: 0.4rem;
    }

    .homes-book-box .btn-box .btn {
        border-width: 0.4rem;
    }

    .homes-gal-wrapper .btn-box {
        border-width: 0.8rem;
    }

    .btn {
        height: 4rem;
    }

    .btn .txt {
        font-size: 1.4rem;
    }

    .homes-dinner .swiper-slide {
        width: calc(100% / 3);
    }

    .homes-review-row {
        --w: 35rem;
    }

    .homes-review-ctn {
        width: 100%;
    }

    .homes-review-it .inner::before {
        background-color: #FFE189;
    }

    .homes-review-it .inner::after {
        opacity: 1;
    }

    .homes-review-it .inner .info {
        color: white;
    }

    .bn-wr {
        padding: 8rem 0;
    }

    .ab-mana-bn-ctn {
        padding: 4rem 0;
    }

    .layout-two-l {
        width: 100%;
    }

    .layout-two-r {
        width: 100%;
    }

    .hd-lg-item img, .btn img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
}

@media screen and (max-width: 820px) {
    .contact-form-l {
        width: 100%;
    }

    .contact-form-r {
        width: 100%;
    }

    .rows-3 .col {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .homes-book-box {
        padding: 4rem 0;
        padding-bottom: 6rem;
    }

    .title-100 {
        font-size: 4rem;
    }
}

@media screen and (min-width: 801px) {
    .homes-ab-three .swiper {
        overflow: visible;
    }

    .booking-checkout .bking-r .wrapper {
        margin-top: -20rem;
        position: sticky;
        top: calc(var(--size-hd) + 2.4rem);
    }

    .bking-r .bking-policy {
        display: none;
    }
}

@media screen and (min-width: 1201px) {
    .side-open:not(.no-style) {
        display: none;
    }

    .hd.sticky {
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        --size-hd: 7rem;
        height: 7rem;
    }

    .hd-act .btn-box.phone {
        display: none;
    }

    .hd .burger {
        display: none;
    }

    .homes-ab-it .inner .img-des .tt {
        display: none;
    }

    .homes-book-box .btn-box .btn {
        height: 7rem;
    }

    .homes-review-it .inner::before {
        background-color: #FFE189;
    }

    .homes-review-it .inner::after {
        opacity: 1;
        transition: .4s;
        background-size: 100%;
    }

    .homes-review-it .inner .info {
        color: white;
    }

    .homes-review-it .inner .author .ctn-name {
        color: #911C11;
    }

    .homes-review-it:hover .inner::after {
        background-size: 120%;
    }

    .homes-ab-it .inner .img {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .bn .bn-wr {
        padding: 12rem 0;
    }

    .contact-map .map {
        padding-top: calc(100vh - 12rem);
    }
}

@media screen and (min-width: 801px) {
    .page-bking .bn-wr {
        -webkit-box-pack: start;
        justify-content: start;
    }

    .page-bking .bn-wr .title-100 {
        text-align: left;
    }

    .page-bking .bn-wr .title-100 {
        text-align: left;
    }
}

@media screen and (max-width: 1230px) {
    .homes-review .recontainer {
        width: 100%;
        padding: 0 1.5rem;
        margin-left: auto;
    }
}

@media screen and (max-width: 1000px) {
    .homes-review-ctn .wrapper .head-verti {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .homes-review-ctn .wrapper .head-verti .title-60::before {
        margin-left: auto;
    }

    .homes-review-ctn .wrapper .swiper-control {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
    }

    .homes-review-slide {
        width: 100%;
    }

    .homes-review-slide .swiper-slide {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 900px) {
    .homes-book-it .icon {
        width: 4rem;
        height: 4rem;
    }

    .homes-book-it .ctn-tt {
        font-size: 1.4rem;
    }

    .ss-pd {
        padding: 4rem 0;
    }

    .homes-review-slide .swiper-slide {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .ft-logo {
        max-width: 15rem;
    }
}

@media screen and (max-width: 700px) {
    .homes-dinner .swiper-slide {
        width: calc(100% / 2);
    }

    .homes-dinner .swiper-slide-prev {
        -webkit-transform: translateX(20%) scale(0.6);
        transform: translateX(20%) scale(0.6);
    }

    .homes-dinner .swiper-slide-active {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .homes-dinner .swiper-slide {
        width: calc(100% / 2);
    }

    .homes-dinner .swiper-slide-next {
        -webkit-transform: translateX(-20%) scale(0.6);
        transform: translateX(-20%) scale(0.6);
    }
}

@media screen and (max-width: 600px) {
    .homes-review-slide .swiper-slide {
        width: calc(100% / 1.5);
    }
}

@media screen and (max-width: 576px) {
    .ft-item:nth-child(1) {
        width: 100%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

@media screen and (max-width: 500px) {
    .homes-ab-three-row .col {
        width: 100%;
    }

    .homes-book-list .col {
        width: 50%;
    }

    .homes-review-slide .swiper-slide {
        width: calc(100% / 1.2);
    }
}

@media screen and (max-width: 390px) {
    .homes-review-slide .swiper-slide {
        width: 100%;
    }
}