/*------------------------------------------------------------------
[Master Stylesheet]

Project:        Helex Luxury Hotel
Author URI:     https://themeforest.net/user/namespace-it
Version:        1.1
File:           Css File
Last change:    23/12/2024
Assigned to:    Helex - Luxury Hotel HTML Template
Primary use:    Hotel 
-------------------------------------------------------------------*/

/* @import */

@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dancing+Script:wght@400..700&family=Kalnia:wght@100..700&display=swap");
:root {
    --body: #fff;
    --black: #070A01;
    --black2: #353844;
    --white: #fff;
    --theme: #F5B245;
    --theme2: #0077B1;
    --theme3: #DA3C3C;
    --theme4: #0162FD;
    --header: #01030D;
    --header2: #161616;
    --ratting: #febb02;
    --text: #ACADB5;
    --text2: #f5f5f5;
    --text3: #e2dfeb;
    --border: #e2dfeb;
    --bg: #F9DABB;
    --bg2: #F8F5F0;
    --bg3: #FFFDFB;
    --bg4: #1C210C;
    --bg5: #EEEEEE;
    --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.bg2 {
    background: var(--bg2);
}

.bg3 {
    background: var(--bg3);
}

.bg4 {
    background: var(--bg4);
}

.bg5 {
    background: var(--bg5);
}

.black-clr {
    color: var(--black);
}

.black2-clr {
    color: var(--black2);
}

.black-bg {
    background: var(--black);
}

.white-clr {
    color: var(--white);
}

.white-bg {
    background: var(--white);
}

.theme-clr {
    color: var(--theme);
}

.theme-bg {
    background: var(--theme);
}

.theme2-clr {
    color: var(--theme2);
}

.theme2-bg {
    background: var(--theme2);
}

.theme3-clr {
    color: var(--theme3);
}

.theme3-bg {
    background: var(--theme3);
}

.ratting-clr {
    color: var(--ratting);
}

.ratting-bg {
    background: var(--ratting);
}

.text-clr {
    color: var(--text);
}

.text-bg {
    background: var(--text);
}

.text2-clr {
    color: var(--text2);
}

.text2-bg {
    background: var(--text2);
}

.cmn-clr {
    color: var(--text);
}

.cmn-bg {
    background: var(--bg);
}

.section-bg {
    background: var(--bg);
}

.border-clr {
    color: var(--border);
}

.cmn-border {
    border: 1px solid var(--border);
}

.border-bg {
    background: var(--border);
}

.theme-btn {
    position: relative;
    z-index: 2;
    vertical-align: middle;
    display: inline-flex;
    gap: 15px;
    border: none;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    padding: 15px 36px 17px;
    overflow: hidden;
    align-items: center;
    font-family: "Expose", sans-serif;
}

.theme-btn::after,
.theme-btn::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--header);
    transition: 1s ease;
}

.theme-btn::before {
    top: -2em;
    left: -2em;
}

.theme-btn::after {
    left: calc(100% + 2em);
    top: calc(100% + 2em);
}

.theme-btn:hover {
    color: var(--white);
    box-shadow: none;
}

.theme-btn:hover::after,
.theme-btn:hover::before {
    height: 410px;
    width: 410px;
}

.theme-btn.theme2-btn {
    background-color: var(--theme2);
}

.theme-btn.theme2-btn::after,
.theme-btn.theme2-btn::before {
    background-color: var(--theme);
}

.theme-btn.theme3-btn {
    background-color: var(--theme3);
}

.theme-btn.theme3-btn::after,
.theme-btn.theme3-btn::before {
    background-color: var(--theme);
}

.theme-btn.header-bg {
    background-color: var(--header);
}

.theme-btn.header-bg::after,
.theme-btn.header-bg::before {
    background-color: var(--theme);
}

.theme-btn.extra-bg {
    background-color: var(--bg);
    color: var(--black);
}

.theme-btn.extra-bg::after,
.theme-btn.extra-bg::before {
    background-color: var(--theme);
}

.theme-btn.bg-white {
    background-color: var(--white);
    color: var(--header);
}

.theme-btn.bg-white::before,
.theme-btn.bg-white::after {
    background-color: var(--header);
}

.theme-btn.bg-white:hover {
    color: var(--white);
}

@media (max-width: 575px) {
    .theme-btn {
        padding: 14px 30px;
        font-size: 14px;
    }
}

.link-btn {
    display: inline-block;
    color: var(--header);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Expose", sans-serif;
    border-bottom: 2px solid var(--header);
}

.link-btn:hover {
    border-bottom: 2px solid var(--theme);
    color: var(--theme);
}

.view-more {
    transition: all 0.4s;
}

.view-more .view-text {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    transition: all 0.4s;
}

.view-more .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    transform: rotate(-15deg);
}

.view-more .icon i {
    transition: all 0.4s;
}

.view-more:hover .icon {
    transform: rotate(0deg);
    background: var(--theme);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */

.heading-font {
    font-family: "Kalnia", serif;
}

.sub-font {
    font-family: "Dancing Script", cursive;
}

.body-font {
    font-family: "Barlow", sans-serif;
}

body {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--white);
    outline: none;
}

input {
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Kalnia", serif;
    margin: 0px;
    font-style: normal;
    padding: 0;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 100px;
    font-weight: 900;
    line-height: 100%;
}

h2 {
    font-size: 50px;
    line-height: 120%;
    font-weight: 900;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 32px;
    }
}

h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 130%;
}

@media (max-width: 991px) {
    h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 145%;
}

@media (max-width: 991px) {
    h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    h4 {
        font-size: 18px;
    }
}

h5 {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 991px) {
    h5 {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 145%;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: #f6f5f4;
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
    color: white;
}

span {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

.d-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-32 {
    font-size: 32px;
    line-height: 132%;
}

@media (max-width: 1199px) {
    .fs-32 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .fs-32 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .fs-32 {
        font-size: 22px;
    }
}

.thumb2-wrap .thumb2-inne {
    display: flex;
    align-items: center;
    gap: 52px;
}

.thumb2-wrap .thumb2-inne .thumb-small {
    overflow: hidden;
    max-width: 300px;
    transition: all 0.4s;
}

.thumb2-wrap .thumb2-inne .thumb-small img {
    overflow: hidden;
    width: 100%;
    transition: all 0.4s;
}

.thumb2-wrap .thumb2-inne .thumb-small:hover img {
    transform: scale(1.05);
}

.thumb2-wrap .thumb2-inne .about-textcircle .boxes {
    padding-top: 20px;
}

.thumb2-wrap .thumb2-inne .about-textcircle .boxes .exprience {
    font-family: "Kalnia", serif;
    font-size: 70px;
    font-weight: 300;
    color: var(--theme);
    margin-bottom: 24px;
}

.thumb2-wrap .thumb2-inne .about-textcircle .boxes .exprience .year {
    font-size: 20px;
    font-family: "Barlow", sans-serif;
    color: #070a01;
    opacity: 0.52;
    margin-bottom: -20px;
}

@media (max-width: 1399px) {
    .thumb2-wrap .thumb2-inne {
        gap: 24px;
    }
}

@media (max-width: 575px) {
    .thumb2-wrap .thumb2-inne {
        flex-wrap: wrap;
    }
    .thumb2-wrap .thumb2-inne .thumb-small {
        max-width: 100%;
        width: 100%;
    }
    .thumb2-wrap .thumb2-inne .thumb-small img {
        width: 100%;
    }
    .thumb2-wrap .thumb2-inne .about-textcircle {
        margin: 0 auto;
    }
}

.thumb2-wrap .thumb1 {
    transition: all 0.4s;
    overflow: hidden;
}

.thumb2-wrap .thumb1 img {
    transition: all 0.4s;
    overflow: hidden;
}

.thumb2-wrap .thumb1:hover img {
    transform: scale(1.05);
}

.about-thumb1 {
    transition: all 0.4s;
    overflow: hidden;
}

.about-thumb1 img {
    transition: all 0.4s;
    overflow: hidden;
}

.about-thumb1:hover img {
    transform: scale(1.05);
}

.about-shape-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.about-shape-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.about-section2 {
    z-index: 1;
}

.about-section2 .container {
    max-width: 1424px;
    margin: 0 auto;
}

.about-section2 .about-ele1 {
    position: absolute;
    right: -10px;
    top: -70px;
    z-index: -1;
}

.about-section2 .about-ele2 {
    position: absolute;
    bottom: 20px;
    left: -50px;
    z-index: -1;
}

.about-content2 {
    z-index: 1;
}

.about-content2 .about-insurance-area {
    display: flex;
    gap: 70px;
}

.about-content2 .about-insurance-area .about-insurance-list .about-insurance-item .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
}

.about-content2 .about-insurance-area .about-insurance-list .about-insurance-item h4 {
    text-wrap: nowrap;
}

.about-content2 .about-insurance-area .about-insurance-list .about-insurance-item p {
    max-width: 140px;
    line-height: 16px;
}

.about-content2 .about-insurance-area .about2-small-thumb {
    width: 450px;
    border-radius: 12px;
}

.about-content2 .about-insurance-area .about2-small-thumb img {
    width: 100%;
    border-radius: 12px;
}

@media (max-width: 1399px) {
    .about-content2 .about-insurance-area {
        gap: 24px;
    }
    .about-content2 .about-insurance-area .about-insurance-list .about-insurance-item .icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }
    .about-content2 .about-insurance-area .about-insurance-list .about-insurance-item h4 {
        text-wrap: nowrap;
    }
    .about-content2 .about-insurance-area .about-insurance-list .about-insurance-item p {
        max-width: 140px;
        line-height: 16px;
    }
    .about-content2 .about-insurance-area .about2-small-thumb {
        width: 450px;
        border-radius: 12px;
    }
    .about-content2 .about-insurance-area .about2-small-thumb img {
        width: 100%;
        border-radius: 12px;
    }
}

@media (max-width: 500px) {
    .about-content2 .about-insurance-area {
        flex-wrap: wrap;
    }
    .about-content2 .about-insurance-area .about2-small-thumb {
        width: 100%;
    }
    .about-content2 .about-insurance-area .about2-small-thumb img {
        width: 100%;
    }
}

.about-section3 {
    z-index: 1;
}

.about-section3 .about-birds-left {
    position: absolute;
    top: 144px;
    left: 0;
    animation: updowns 2s linear infinite;
}

.about-section3 .about-shadow-right {
    position: absolute;
    right: 0;
    bottom: 120px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .about-section3 .about-shadow-right {
        opacity: 0.4;
    }
}

.about-wrapper4 {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}

.about-wrapper4 .about-content-version3 {
    max-width: 530px;
}

.about-wrapper4 .about-content-version3 .theme-btn {
    background: var(--bg);
    color: var(--black);
}

.about-wrapper4 .about-content-version3 .theme-btn:hover {
    color: var(--white);
}

.about-wrapper4 .line {
    width: 2px;
    height: 400px;
    background: #d9d9d9;
}

.about-wrapper4 .about-thumbv4 {
    max-width: 520px;
}

.about-wrapper4 .about-thumbv4 img {
    width: 100%;
}

@media (max-width: 991px) {
    .about-wrapper4 {
        flex-wrap: wrap;
    }
    .about-wrapper4 .line {
        display: none;
    }
    .about-wrapper4 .about-thumbv4 {
        margin: 0 auto;
    }
    .about-wrapper4 .about-content-version3 {
        order: 1;
        text-align: center;
        margin: 0 auto;
    }
}

.suit-facilites-section {
    background: #091018;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

.suit-facilites-section .shadow-ele1 {
    position: absolute;
    right: -20%;
    top: -30%;
    z-index: -1;
    width: 1000px;
    height: 1000px;
}

.suit-facilites-section .shadow-ele2 {
    position: absolute;
    left: -20%;
    bottom: -40%;
    z-index: -1;
    width: 1000px;
    height: 1000px;
}

.suit-facilites-thumb-inner .thumb-big2 {
    position: absolute;
    bottom: -120px;
    right: 0;
}

.suit-facilites-thumb-inner .thumb-big2 .luxuries-vid {
    width: 55px;
    height: 55px;
    background: var(--white);
}

.suit-facilites-thumb-inner .thumb-big2 .luxuries-vid i {
    color: var(--black);
    font-size: 19px;
}

@media (max-width: 1199px) {
    .suit-facilites-thumb-inner .thumb-big {
        max-width: 520px;
    }
    .suit-facilites-thumb-inner .thumb-big img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .suit-facilites-thumb-inner .thumb-big2 {
        max-width: 320px;
    }
    .suit-facilites-thumb-inner .thumb-big2 img {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .suit-facilites-thumb-inner .thumb-big2 {
        max-width: 320px;
    }
    .suit-facilites-thumb-inner .thumb-big2 img {
        width: 100%;
    }
    .suit-facilites-thumb-inner .thumb-big {
        width: 100%;
        max-width: 100%;
    }
    .suit-facilites-thumb-inner .thumb-big img {
        width: 100%;
    }
    .suit-facilites-thumb-inner .offtext {
        position: absolute;
        top: 10px;
        right: 10px;
        max-width: 70px;
        height: 150px;
        object-fit: contain;
    }
}

.city-view2-section {
    background: var(--white);
    padding: 100px 0;
}

.city-view2-section .city-view-content-wrap {
    background: var(--white);
}

.city-view2-section .city-view-content-wrap .city-view-content {
    max-width: 550px;
}

.about-section05 {
    z-index: 1;
}

.about-section05 .about5-cl1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    animation: updowns 8s linear infinite;
    z-index: -1;
}

.about-section05 .about5-cl2 {
    position: absolute;
    top: -50px;
    right: -80px;
    z-index: -1;
}

.img-hover {
    overflow: hidden;
}

.img-hover img {
    overflow: hidden;
    transition: all 0.4s;
}

.img-hover:hover img {
    transform: scale(1.1);
}

@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(15deg);
    }
}

@keyframes updowns {
    50% {
        transform: translateY(10px);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.brand-slider .swiper-slide.swiper-slide-active .brand-item img {
    opacity: 1;
    transform: scale(1.05);
}

.brand-slider .brand-item {
    max-width: 160px;
    height: 80px;
    margin: 0 auto;
    transition: all 0.4s;
}

.brand-slider .brand-item img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    opacity: 0.7;
    transition: all 0.4s;
}

.contact-wrapper .contact-image {
    position: relative;
    margin-left: -26px;
}

.contact-wrapper .contact-image img {
    width: 100%;
    height: 100%;
}

.contact-wrapper .contact-image .shape-1 {
    position: absolute;
    left: 16%;
    top: 27%;
}

.contact-wrapper .contact-image .shape-2 {
    position: absolute;
    left: 2%;
    top: 45%;
    z-index: -1;
}

.contact-wrapper .contact-from-items {
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .contact-wrapper .contact-from-items {
        margin-left: 0;
    }
}

.contact-wrapper .contact-from-items h4 {
    font-weight: 400;
    margin-top: 12px;
    color: var(--text);
    text-transform: capitalize;
}

.contact-wrapper .contact-from-items .contact-from-area {
    margin-top: 50px;
}

.contact-wrapper .contact-from-items .contact-from-area .form-clt {
    position: relative;
}

.contact-wrapper .contact-from-items .contact-from-area .form-clt .icon {
    position: absolute;
    top: 18px;
    left: 0;
}

@media (max-width: 575px) {
    .contact-wrapper .contact-from-items .contact-from-area .form-clt .icon {
        display: none;
    }
}

.contact-wrapper .contact-from-items .contact-from-area .form-clt .icon i {
    color: var(--header);
}

.contact-wrapper .contact-from-items .contact-from-area .form-clt input,
.contact-wrapper .contact-from-items .contact-from-area .form-clt textarea {
    width: 100%;
    outline: none;
    border-radius: 0;
    border: none;
    padding: 20px 30px;
    background-color: transparent;
    font-weight: 500;
    font-size: 20px;
    color: rgba(102, 108, 120, 0.8);
    border-bottom: 1px solid var(--border);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .contact-wrapper .contact-from-items .contact-from-area .form-clt input,
    .contact-wrapper .contact-from-items .contact-from-area .form-clt textarea {
        padding: 15px 20px;
    }
}

.contact-wrapper .contact-from-items .contact-from-area .form-clt input::placeholder,
.contact-wrapper .contact-from-items .contact-from-area .form-clt textarea::placeholder {
    color: var(--text);
}

.contact-wrapper .contact-from-items .contact-from-area .form-clt input:hover,
.contact-wrapper .contact-from-items .contact-from-area .form-clt textarea:hover {
    border-bottom: 1px solid var(--header);
}

.contact-wrapper .contact-from-items .contact-from-area .form-clt textarea {
    padding: 20px 30px 110px;
}

.contact-info-area {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #32353f;
}

@media (max-width: 1199px) {
    .contact-info-area {
        flex-wrap: wrap;
        gap: 40px;
        padding-top: 85px;
        justify-content: initial;
    }
}

@media (max-width: 575px) {
    .contact-info-area {
        gap: 30px;
    }
}

.contact-info-area .contact-info-items {
    display: flex;
    align-items: center;
    gap: 28px;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 1199px) {
    .contact-info-area .contact-info-items {
        flex-wrap: wrap;
    }
}

.contact-info-area .contact-info-items .icon {
    width: 90px;
    height: 90px;
    line-height: 48px;
    text-align: center;
    background: #2d313b;
    padding: 22px;
}

.contact-info-area .contact-info-items .content p {
    color: var(--white);
    margin-bottom: 5px;
    font-size: 20px;
    color: #bbbfcb;
}

.contact-info-area .contact-info-items .content h3 {
    font-size: 24px;
    color: var(--white);
}

.contact-info-area .contact-info-items .content h3 a {
    color: var(--white);
}

.contact-us-wrapper-2 .contact-us-area {
    margin-top: 40px;
}

.contact-us-wrapper-2 .contact-us-area .contact-us-items {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.contact-us-wrapper-2 .contact-us-area .contact-us-items .icon {
    width: 90px;
    height: 90px;
    line-height: 100px;
    background-color: var(--theme);
    text-align: center;
}

.contact-us-wrapper-2 .contact-us-area .contact-us-items .icon i {
    font-size: 40px;
    color: var(--white);
}

.contact-us-wrapper-2 .contact-us-area .contact-us-items .content {
    flex-basis: 80%;
}

.contact-us-wrapper-2 .contact-us-area .contact-us-items .content p {
    font-size: 20px;
    color: #bbbfcb;
    margin-bottom: 5px;
}

.contact-us-wrapper-2 .contact-us-area .contact-us-items .content h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.contact-us-wrapper-2 .contact-us-area .contact-us-items .content h3 a {
    color: var(--white);
}

.contact-section-2 {
    position: relative;
}

.contact-section-2 .track-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.contact-section-2 .track-image img {
    width: 100%;
    height: 100%;
}

.contact-info-content .contact-info-item .icon {
    background: #eaeaea;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    transition: all 0.4s;
}

.contact-info-content .contact-info-item .icon i {
    font-size: 34px;
    color: var(--black);
}

@media (max-width: 1199px) {
    .contact-info-content .contact-info-item .icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 10px;
    }
    .contact-info-content .contact-info-item .icon i {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .contact-info-content .contact-info-item .icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 10px;
    }
    .contact-info-content .contact-info-item .icon i {
        font-size: 20px;
    }
}

.contact-info-content .contact-info-item:hover .icon {
    background: var(--theme);
}

.general-inquriest {
    background: #18181b;
    padding: 100px 100px;
    position: relative;
    z-index: 1;
}

.general-inquriest .inque-ele {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.general-inquriest .frm-grp textarea,
.general-inquriest .frm-grp input {
    border: unset;
    outline: none;
    font-size: 16px;
    padding: 16px 30px;
    border-radius: 4px;
    color: var(--white);
    background: #2f2f32;
    width: 100%;
}

.general-inquriest .frm-grp textarea::placeholder,
.general-inquriest .frm-grp input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1399px) {
    .general-inquriest {
        padding: 60px 60px;
    }
}

@media (max-width: 991px) {
    .general-inquriest {
        padding: 40px 24px;
    }
    .general-inquriest .frm-grp textarea,
    .general-inquriest .frm-grp input {
        font-size: 16px;
        padding: 16px 18px;
    }
}

.vedio-area {
    padding: 300px 0;
    background-attachment: fixed;
    position: relative;
}

.play-btn .video-btn {
    width: 160px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    background-color: var(--white);
    color: var(--header);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
}

.booking-info-area {
    background: var(--white);
    padding: 40px 60px;
    max-width: 440px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1399px) {
    .booking-info-area {
        padding: 30px 30px;
    }
}

@media (max-width: 991px) {
    .booking-info-area {
        padding: 30px 30px;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .booking-info-area {
        padding: 24px 20px;
        max-width: 100%;
    }
}

.booking-form .book-form .input-area input {
    width: 100%;
    border: 1px solid #e2e2e2;
    background: #f2f2f2;
    padding: 13px 16px 14px;
    font-size: 14px;
    line-height: 16px;
    color: var(--text);
}

.book-flower1 {
    position: absolute;
    bottom: 110px;
    left: 0;
    animation: updowns 2s linear infinite;
    z-index: -1;
    width: 10%;
}

.book-flower2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    animation: updowns 2s linear infinite;
    width: 9%;
}

.hotel-booking-content {
    position: relative;
}

.hotel-booking-content .section-title {
    max-width: 650px;
}

.hotel-booking-content .section-title h2 {
    font-size: 40px;
}

.hotel-booking-content .booking-listing-inner {
    display: flex;
    align-items: center;
    gap: 80px;
}

.hotel-booking-content .booking-listing-inner .list li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.hotel-booking-content .booking-listing-inner .list li i {
    font-size: 5px;
    color: var(--black);
}

@media (max-width: 991px) {
    .hotel-booking-content .section-title {
        max-width: 650px;
    }
    .hotel-booking-content .section-title h2 {
        font-size: 32px;
    }
    .hotel-booking-content .booking-listing-inner {
        display: flex;
        align-items: center;
        gap: 7px 30px;
        flex-wrap: wrap;
    }
    .hotel-booking-content .booking-listing-inner .list li {
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .hotel-booking-content .booking-listing-inner .list li i {
        font-size: 5px;
        color: var(--black);
    }
}

.hotel-booking-content::before {
    position: absolute;
    right: 0;
    bottom: -90px;
    width: 975px;
    height: 630px;
    content: "";
    background: #f8f6f2;
    z-index: -1;
}

@media (max-width: 1199px) {
    .hotel-booking-content::before {
        display: none;
    }
}

.hotel-booking-main {
    background: rgba(251, 224, 180, 0.2);
}

.hotel-booking-main .hotel-booking-content::before {
    background: var(--white);
}

.hotel-booking-main .booking-info-area {
    border: 4px solid var(--black);
}

@media (max-width: 1399px) {
    .hotel-booking-main .booking-info-area {
        border: 1px solid var(--black);
    }
}

.acomodation-section .head-texts {
    font-size: 48px;
}

@media (max-width: 1399px) {
    .acomodation-section .head-texts {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .acomodation-section .head-texts {
        font-size: 24px;
        line-height: 29px;
    }
}

@media (max-width: 500px) {
    .acomodation-section .head-texts {
        font-size: 20px;
        font-weight: 500;
        line-height: 29px;
    }
}

.acomodation-section .booking-info-area {
    border-radius: 3px;
    overflow: hidden;
    background: var(--theme);
}

.acomodation-section .booking-info-area .theme-btn {
    background: var(--white);
    width: 224px;
    margin: 0 auto;
    padding: 10px 16px !important;
    color: var(--theme);
}

.acomodation-section .acomodation-booking-content p {
    line-height: 28px;
}

.acomodation-section .acomodation-booking-content .booking-listing-inner {
    max-width: 525px;
}

.acomodation-section .acomodation-booking-content .booking-listing-inner .list li i {
    font-size: 5px;
}

.acomodation-section .acomodation-booking-content .theme-btn {
    padding: 12px 28px;
}

.resort-section .container {
    max-width: 1455px;
    margin: 0 auto;
}

.resort-tabbing-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.resort-tabbing-area .nav-item .nav-link {
    padding: 10px 24px;
    border: 1px solid var(--black);
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    text-align: center;
    border-radius: 100px;
    transition: all 0.4s;
}

.resort-tabbing-area .nav-item .nav-link.active,
.resort-tabbing-area .nav-item .nav-link:hover {
    background: var(--theme2);
    color: var(--white);
    border-color: var(--theme2);
}

@media (max-width: 1399px) {
    .resort-tabbing-area {
        gap: 10px 16px;
    }
    .resort-tabbing-area .nav-item .nav-link {
        padding: 8px 16px;
        font-size: 16px;
    }
}

.resort-map iframe {
    width: 100%;
    height: 720px;
}

@media (max-width: 767px) {
    .resort-map iframe {
        height: 500px;
    }
}

@media (max-width: 575px) {
    .resort-map iframe {
        height: 400px;
    }
}

@media (max-width: 500px) {
    .resort-map iframe {
        height: 300px;
    }
}

.explore-resort-wrap {
    display: grid;
    gap: 20px;
}

.explore-resort-wrap .explore-resort-item {
    padding: 14px 16px;
    border: 1px solid var(--black);
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 30px;
}

.explore-resort-wrap .explore-resort-item .thumb {
    border-radius: 100px;
}

.explore-resort-wrap .explore-resort-item .thumb img {
    border-radius: 100px;
}

.explore-resort-wrap .explore-resort-item .content {
    max-width: 242px;
}

.explore-resort-wrap .explore-resort-item .content p {
    font-size: 14px;
    line-height: 17px;
    color: rgba(7, 10, 1, 0.7);
}

@media (max-width: 1600px) {
    .explore-resort-wrap {
        gap: 16px;
    }
    .explore-resort-wrap .explore-resort-item {
        padding: 14px 16px;
        border: 1px solid var(--black);
        border-radius: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .explore-resort-wrap .explore-resort-item .thumb {
        border-radius: 100px;
    }
    .explore-resort-wrap .explore-resort-item .thumb img {
        border-radius: 100px;
    }
    .explore-resort-wrap .explore-resort-item .content {
        max-width: 242px;
    }
    .explore-resort-wrap .explore-resort-item .content p {
        font-size: 14px;
        line-height: 17px;
        color: rgba(7, 10, 1, 0.7);
    }
}

@media (max-width: 1399px) {
    .explore-resort-wrap {
        gap: 16px;
    }
    .explore-resort-wrap .explore-resort-item {
        padding: 14px 16px;
        border: 1px solid var(--black);
        border-radius: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .explore-resort-wrap .explore-resort-item .thumb {
        width: 98px;
        min-width: 98px;
        height: 98px;
        border-radius: 50%;
    }
    .explore-resort-wrap .explore-resort-item .thumb img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    .explore-resort-wrap .explore-resort-item .content {
        max-width: 242px;
    }
    .explore-resort-wrap .explore-resort-item .content p {
        font-size: 14px;
        line-height: 17px;
        color: rgba(7, 10, 1, 0.7);
    }
}

@media (max-width: 1199px) {
    .explore-resort-wrap {
        gap: 16px;
    }
    .explore-resort-wrap .explore-resort-item {
        padding: 24px 16px;
        border: 1px solid var(--black);
        border-radius: 50px;
        flex-wrap: wrap;
        display: grid;
        align-items: center;
        justify-content: center;
        gap: 20px;
        text-align: center;
    }
    .explore-resort-wrap .explore-resort-item .thumb {
        margin: 0 auto;
    }
    .explore-resort-wrap .explore-resort-item .thumb img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    .explore-resort-wrap .explore-resort-item .theme-btn {
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .explore-resort-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }
    .explore-resort-wrap .explore-resort-item {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .explore-resort-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .explore-resort-wrap .explore-resort-item {
        width: 100%;
    }
}

.luxries-room-section .room-head-area p {
    max-width: 337px;
}

.luxries-room-item {
    border-radius: 50px 50px 0px 0px;
    box-shadow: 0px 8px 50px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.4s;
    border-radius: 40px;
    overflow: hidden;
}

.luxries-room-item .boxes {
    padding: 20px 40px 30px;
}

.luxries-room-item .blog-admin {
    background: var(--black);
    border-radius: 100px;
    padding: 12px 20px;
    max-width: 270px;
    margin: -20px auto 0 auto;
    position: relative;
}

.luxries-room-item .blog-admin li {
    color: var(--white);
    font-weight: 400;
}

.luxries-room-item .blog-admin li img {
    width: 16px;
    object-fit: contain;
    filter: brightness(25);
}

.luxries-room-item p {
    font-size: 16px;
    color: var(--black);
    line-height: 22px;
}

.luxries-room-item .theme-btn {
    color: var(--black) !important;
    background: var(--white) !important;
    border-radius: 100px;
    border: 1px solid var(--black);
}

.luxries-room-item .theme-btn:hover {
    background: var(--theme) !important;
    color: var(--white) !important;
}

.luxries-room-item:hover {
    transform: translateY(5px);
}

.luxries-room-item:hover h3 a {
    color: var(--theme2);
}

@media (max-width: 1199px) {
    .luxries-room-item {
        border-radius: 24px;
    }
    .luxries-room-item .boxes {
        padding: 18px 18px 24px;
    }
}

.off-section {
    position: relative;
}

.off-section .off-items {
    transition: all 0.4s;
    overflow: hidden;
    display: block;
    border-radius: 32px;
}

.off-section .off-items img {
    transition: all 0.4s;
    overflow: hidden;
}

.off-section .off-items:hover img {
    transform: scale(1.05);
}

.off-section .off-birds {
    position: absolute;
    top: 210px;
    right: 10px;
    animation: updowns 2s linear infinite;
}

.off-section .off-birds2 {
    position: absolute;
    left: 0;
    width: 150px;
    top: 320px;
    animation: updowns 2s linear infinite;
}

.offinfo-section {
    background: rgba(0, 119, 177, 0.05);
    position: relative;
}

.offinfo-section .testimonial-offbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.offinfo-section .testimonial-offbtn button {
    width: 80px;
    height: 80px;
    border: 1px solid var(--white);
    transition: all 0.4s;
}

.offinfo-section .testimonial-offbtn button i {
    color: var(--white);
    font-size: 24px;
}

.offinfo-section .testimonial-offbtn button:hover {
    border-color: var(--theme2);
    background: var(--theme2);
}

@media (max-width: 991px) {
    .offinfo-section .testimonial-offbtn button {
        width: 55px;
        height: 55px;
    }
}

.off-info-items .off-info-content {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: var(--black);
    text-align: center;
    transition: all 0.4s;
    opacity: 0;
    transform: scale(0);
}

.off-info-items .off-info-content:hover .off-info-content {
    background: var(--theme2);
    color: var(--white);
}

.off-info-items:hover .off-info-content {
    background: var(--white);
    color: var(--black);
    opacity: 1;
    transform: scale(1);
}

.about3-listing .about-insurance-item .icon {
    border: 1px solid rgba(7, 10, 1, 0.1);
    width: 40px;
    height: 40px;
}

.about3-listing .about-insurance-item .icon img {
    width: 22px;
    object-fit: contain;
}

.datepicker-section {
    background: var(--white);
    padding: 60px 0;
    margin: 0px 0 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.datepicker-section .container {
    max-width: 1624px;
    margin: 0 auto;
}

@media (max-width: 1399px) {
    .datepicker-section {
        padding: 40px 0;
    }
}

.date-picker-container .form-group {
    text-align: left;
    width: 320px;
}

.date-picker-container .form-group input {
    border-radius: 100px !important;
    border: 1px solid #e2e2e2;
    background: #f2f2f2;
    color: #353844;
    padding: 5px 16px;
}

.date-picker-container .form-group input[type=date]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: 0.5;
}

.date-picker-container .form-group .nice-select {
    border-radius: 100px !important;
    border: 1px solid #e2e2e2;
    background: #f2f2f2;
    color: var(--text);
    padding: 9px 16px;
}

.date-picker-container .form-group .nice-select .current {
    color: #353844 !important;
    font-size: 14px;
}

.date-picker-container .form-group .nice-select .list {
    background: var(--white);
}

.date-picker-container .form-group .nice-select .list li {
    border-color: #e2e2e2;
    color: #353844;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 10px;
}

.date-picker-container .form-group .nice-select::after {
    right: 20px;
    top: 22px;
    border-color: var(--text);
}

.date-picker-container .theme-btn {
    padding: 12px 20px !important;
    width: 224px;
}

.date-picker-container label {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.date-picker-container input[type=date],
.date-picker-container select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.date-picker-container select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media (max-width: 1399px) {
    .date-picker-container .theme-btn {
        padding: 12px 20px !important;
        width: 200px;
    }
}

.day-night-section {
    background: #091018;
    position: relative;
    z-index: 1;
}

.day-night-section .day-ele1 {
    position: absolute;
    bottom: 80px;
    left: 0;
    animation: updowns 2s linear infinite;
    z-index: -1;
}

.day-night-section .day-ele2 {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}

.day-night-section .section-title h2 {
    font-size: 80px;
}

.day-night-section .section-title p {
    font-size: 20px;
    line-height: 28px;
    max-width: 820px;
    margin: 0 auto 40px;
}

.day-night-section .section-title .theme-btn {
    border: 1px solid var(--white);
}

@media (max-width: 1399px) {
    .day-night-section .section-title h2 {
        font-size: 60px;
    }
    .day-night-section .section-title p {
        font-size: 20px;
        line-height: 28px;
        max-width: 820px;
        margin: 0 auto 40px;
    }
    .day-night-section .section-title .theme-btn {
        border: 1px solid var(--white);
    }
}

@media (max-width: 991px) {
    .day-night-section .section-title h2 {
        font-size: 38px;
    }
    .day-night-section .section-title p {
        font-size: 18px;
        line-height: 28px;
        margin: 0 auto 30px;
    }
}

@media (max-width: 575px) {
    .day-night-section .section-title h2 {
        font-size: 28px;
    }
    .day-night-section .section-title p {
        font-size: 15px;
        line-height: 24px;
        margin: 0 auto 30px;
    }
}

.custom-accordion .accordion-item {
    border: unset;
}

.custom-accordion .accordion-item .accordion-header {
    line-height: 30px;
}

.custom-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 24px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    padding: 0 0;
    outline: none;
}

.custom-accordion .accordion-item .accordion-header .accordion-button::after {
    content: "";
    background-image: none;
    width: 16px;
    height: 2px;
    background: var(--black);
}

.custom-accordion .accordion-item .accordion-header .accordion-button::before {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 16px;
    content: "";
    background: var(--black);
}

.custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--black);
    box-shadow: none;
    outline: none;
}

.custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
    display: none;
}

.custom-accordion .accordion-item .accordion-header .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.custom-accordion .accordion-item .accordion-body {
    padding: 0 0;
}

.custom-accordion .line {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .custom-accordion {
        gap: 20px;
    }
    .custom-accordion .accordion-item {
        border: unset;
    }
    .custom-accordion .accordion-item .accordion-header {
        line-height: 24px;
    }
    .custom-accordion .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
    .custom-accordion .accordion-item .accordion-header .accordion-button::after {
        content: "";
        background-image: none !important;
        background-repeat: no-repeat;
    }
    .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        color: var(--black);
        box-shadow: none;
        outline: none;
    }
    .custom-accordion .accordion-item .accordion-header .accordion-button:focus {
        z-index: 3;
        outline: 0;
        box-shadow: none;
    }
    .custom-accordion .accordion-item .accordion-body {
        padding: 0 0;
    }
}

.custom-accordion.white-version .line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.custom-accordion.white-version .accordion-item {
    border: unset;
}

.custom-accordion.white-version .accordion-item .accordion-header .accordion-button {
    color: var(--white);
}

.custom-accordion.white-version .accordion-item .accordion-header .accordion-button::after {
    background: var(--white);
}

.custom-accordion.white-version .accordion-item .accordion-header .accordion-button::before {
    background: var(--white);
}

.custom-accordion.white-version .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--white);
}

.custom-accordion.white-version .accordion-item .accordion-body {
    padding: 0 0;
}

.custom-accordion.white-version .accordion-item .accordion-body p {
    color: rgba(255, 255, 255, 0.7);
}

.faq-section.faq-main {
    background: rgba(245, 178, 69, 0.4);
}

.offer-section {
    background: rgba(245, 178, 69, 0.4);
    position: relative;
    z-index: 1;
}

.offer-section .offer-ele {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    animation: updowns 10s linear infinite;
    z-index: -1;
}

.offer-single-item {
    background: url(../../assets/img/blog/offer-thumb1.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    position: relative;
    padding: 200px 16px 60px;
}

.offer-single-item.style2 {
    background: url(../../assets/img/blog/offer-thumb2.jpg) no-repeat center center;
    background-size: cover;
}

.offer-single-item.style3 {
    background: url(../../assets/img/blog/offer-thumb3.jpg) no-repeat center center;
    background-size: cover;
}

.offer-single-item:hover {
    transform: translateY(6px);
}

.offer-single-item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 28.38%, rgba(0, 0, 0, 0.7) 56.68%);
}

.offer-single-item .content {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.offer-single-item .content h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.city-view-content-wrap {
    background: var(--bg4);
}

.city-view-content-wrap .city-view-content {
    padding: 9px 20px;
    max-width: 501px;
    margin: 0 auto;
}

.city-view-content-wrap .city-view-content .theme-btn {
    border: 1px solid var(--white);
}

@media (max-width: 1399px) {
    .city-view-content-wrap .city-view-content {
        padding: 50px 20px;
        max-width: 700px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .city-view-content-wrap .city-view-content .city-icon-inner li span {
        font-size: 14px;
    }
}

.city-view-content-wrap.stylev2 {
    background: var(--white);
}

.city-view-content-wrap.stylev2 .city-icon-inner li img {
    filter: brightness(0);
}

.city-view-content-wrap.stylev2 .theme-btn {
    border: 1px solid var(--black);
    color: var(--black);
}

.city-view-content-wrap.stylev2 .theme-btn:hover {
    color: var(--white);
}

.oops-thumb {
    max-width: 200px;
    object-fit: contain;
}

.facilites-wrap {
    column-count: 6;
}

.facilites-wrap .facilites-item {
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.4s;
}

.facilites-wrap .facilites-item .facilites-bg {
    width: 100%;
    border-radius: 12px;
    transition: all 0.4s;
    overflow: hidden;
}

.facilites-wrap .facilites-item .facilites-cont {
    position: absolute;
}

.facilites-wrap .facilites-item:hover {
    transform: translateY(5px);
}

.facilites-wrap .facilites-item:hover .facilites-bg {
    transform: scale(1.1);
}

@media (max-width: 1199px) {
    .facilites-wrap {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.facileties-section4 .facilites-wrap .facilites-cont img {
    filter: brightness(0);
}

.watch5-section {
    background: url(../../assets/img/global/watch-bg5.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 390px 0;
}

.watch5-section .luxuries-vid {
    width: 225px;
    height: 225px;
    border: 1px solid var(--white);
    z-index: 1;
    background: var(--white);
}

.watch5-section .luxuries-vid i {
    font-size: 28px;
    color: var(--white);
}

.watch5-section .luxuries-vid::before,
.watch5-section .luxuries-vid::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid var(--white);
    border-radius: 50%;
}

.watch5-section .luxuries-vid::before {
    transition: all 0.3s;
    animation: scsl 2s linear infinite;
}

.watch5-section .luxuries-vid::after {
    transition: all 0.4s;
    animation: scsl2 3s linear infinite;
}

.watch5-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(182deg, rgba(0, 0, 0, 0) -86.27%, rgba(0, 0, 0, 0.15) 98.22%);
}

@media (max-width: 1399px) {
    .watch5-section {
        padding: 280px 0;
    }
    .watch5-section .luxuries-vid {
        width: 150px;
        height: 150px;
    }
    .watch5-section .mimg {
        height: 350px;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .watch5-section {
        padding: 200px 0;
    }
    .watch5-section .luxuries-vid {
        width: 100px;
        height: 100px;
    }
    .watch5-section .luxuries-vid i {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .watch5-section {
        padding: 180px 0;
    }
    .watch5-section .luxuries-vid {
        width: 100px;
        height: 100px;
    }
    .watch5-section .luxuries-vid i {
        font-size: 22px;
    }
}

.footer-widget-wrapper {
    padding: 100px 0 80px;
}

.footer-widget-wrapper .single-footer-widget .widget-head {
    margin-bottom: 28px;
}

.footer-widget-wrapper .single-footer-widget .social-cmn a {
    width: 40px;
    height: 40px;
    background: #20221a;
}

.footer-widget-wrapper .single-footer-widget .social-cmn a i {
    color: var(--white);
    font-size: 14px;
}

.footer-widget-wrapper .single-footer-widget .footer-content p {
    margin-bottom: 24px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .adjust-form {
    margin-bottom: 30px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .adjust-form input {
    height: 45px;
    padding: 6px 16px;
    border-radius: 0;
    border: unset;
    font-size: 14px;
    width: 100%;
    font-weight: 500;
    color: var(--black);
}

.footer-widget-wrapper .single-footer-widget .footer-content .adjust-form input::placeholder {
    color: var(--black);
}

.footer-widget-wrapper .single-footer-widget .footer-content .adjust-form button {
    width: 55px;
    min-width: 55px;
    height: 45px;
}

.footer-widget-wrapper .single-footer-widget .important-link li a {
    color: var(--text);
    font-size: 16px;
}

.footer-widget-wrapper .single-footer-widget .important-link li a:hover {
    color: var(--theme);
}

.footer-widget-wrapper .single-footer-widget .adredd-info li a {
    color: var(--text);
    font-size: 16px;
    line-height: 23px;
}

.footer-widget-wrapper .single-footer-widget .adredd-info li:hover a {
    color: var(--theme);
}

@media (max-width: 991px) {
    .footer-widget-wrapper .single-footer-widget .widget-head {
        margin-bottom: 18px;
    }
    .footer-widget-wrapper .single-footer-widget .footer-content p {
        margin-bottom: 20px;
    }
    .footer-widget-wrapper .single-footer-widget .footer-content .adjust-form {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .footer-widget-wrapper {
        padding: 80px 0 70px;
    }
}

.footer-bottom {
    border-top: 1px solid #32353f;
    padding: 30px 0;
}

@media (max-width: 1199px) {
    .footer-bottom {
        padding: 22px 0;
    }
}

.footer-style2 .single-footer-widget .social-cmn a {
    background: var(--white);
    border: 1px solid var(--black);
}

.footer-style2 .single-footer-widget .social-cmn a i {
    color: var(--black);
}

.footer-style2 .single-footer-widget .social-cmn a:hover {
    border-color: var(--theme);
}

.footer-style2 .single-footer-widget .footer-content .adjust-form input {
    background: var(--black);
    color: var(--white);
}

.footer-style2 .single-footer-widget .footer-content .adjust-form input::placeholder {
    color: var(--white);
}

.footer-style2 .single-footer-widget .important-link li a {
    color: var(--black);
}

.footer-style2 .single-footer-widget .adredd-info li svg path {
    stroke: var(--black);
}

.footer-style2 .single-footer-widget .adredd-info li a {
    color: var(--black);
}

.footer-style2 .single-footer-widget .adredd-info li:hover a {
    color: var(--theme);
}

.footer-style2 .footer-bottom {
    border-color: #ebebeb;
}

.header-top-section {
    position: relative;
    z-index: 99;
    background: var(--bg4);
}

.header-top-section .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
}

.header-top-section .header-top-wrapper .located {
    color: #fff;
    opacity: 0.8;
}

.header-top-section .header-top-wrapper .located i {
    font-size: 16px;
    color: var(--white);
}

.header-top-section .header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-top-section .header-top-wrapper .contact-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
}

.header-top-section .header-top-wrapper .contact-list li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.header-top-section .header-top-wrapper .contact-list li i {
    font-size: 16px;
    color: var(--white);
}

.header-top-section.style3 {
    background: var(--white);
}

.header-top-section.style3 .located {
    font-weight: 500;
    color: rgba(7, 10, 1, 0.9);
}

.header-top-section.style3 .located i {
    color: var(--black);
    opacity: 1;
}

.header-top-section.style3 .contact-list li i {
    color: var(--black);
}

.header-top-section.style3 .contact-list li a {
    color: rgba(7, 10, 1, 0.9);
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.header-main .main-menu ul {
    margin-bottom: 0;
}

.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 30px;
}

.header-main .main-menu ul li:last-child {
    margin-inline-end: 0;
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    padding: 16px 0;
    text-align: left;
    font-family: "Barlow", sans-serif;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a i {
    margin-left: 2px;
    font-size: 16px;
}

.header-main .main-menu ul li a:hover {
    color: var(--theme) !important;
}

.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    width: 200px;
    background: var(--white);
    border-radius: 5px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--header);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    transition: all 0.5s;
    transform: scale(0);
}

.header-main .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-main .main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    font-size: 16px;
    font-weight: 500;
    color: var(--black) !important;
    padding: 0 18px;
    padding-bottom: 11px;
    padding-top: 11px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    border-radius: 5px;
}

.header-main .main-menu ul li .submenu li:last-child a {
    border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.header-main .main-menu ul li .submenu li:hover>a {
    background: var(--theme);
    color: var(--white) !important;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
    color: var(--theme);
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
    -webkit-transform: translateY(1);
    -moz-transform: translateY(1);
    -ms-transform: translateY(1);
    -o-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu {
    width: 870px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    left: 0px;
    visibility: hidden;
    padding: 20px 20px 20px 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
    display: flex;
    justify-content: center;
}

@media (min-width: 1200px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        flex-wrap: wrap;
        gap: 24px;
    }
    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
        width: 31.33%;
    }
}

@media (max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        flex-wrap: wrap;
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
    width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button span {
    text-align: center;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 14px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
    border-radius: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb.active::before,
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb.active .demo-button,
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb.active .homemenu-btn,
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

.header-main .main-menu ul li:hover>a {
    color: var(--theme);
}

.header-main .main-menu ul li:hover>a::after {
    color: var(--theme);
}

.header-main .main-menu ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-main .sidebar__toggle {
    cursor: pointer;
    width: 40px;
    font-size: 20px;
}

.header-main .sidebar__toggle img {
    width: 30px;
    object-fit: contain;
}

.header-main .search-trigger {
    font-size: 19px;
    color: var(--white);
}

.header-main .search-trigger img {
    width: 26px;
    object-fit: contain;
}

.header-main .tolly-icon .count-quan {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background: var(--white);
    font-size: 11px;
    line-height: 12px;
    padding: 3px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
}

.header-1 {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: rgba(245, 178, 69, 0.05);
}

.header-1.style3 {
    background: rgba(255, 255, 255, 0.07);
}

.header-1 .container {
    max-width: 1710px;
    margin: 0 auto;
}

.header-1 .header-main .header-left {
    display: flex;
    align-items: center;
    gap: 60px;
}

@media (max-width: 1899px) {
    .header-1 .header-main .header-left {
        gap: 40px;
    }
}

@media (max-width: 1399px) {
    .header-1 .header-main .header-left {
        gap: 25px;
    }
}

@media (max-width: 1199px) {
    .header-1 .header-main .header-left {
        gap: 20px;
    }
}

.header-1 .header-main .header-left .category-oneadjust {
    width: 160px;
    border-radius: 8px;
    border: 1px solid rgba(92, 112, 126, 0.3);
    padding: 10px 16px;
    position: relative;
    z-index: 99;
}

@media (max-width: 767px) {
    .header-1 .header-main .header-left .category-oneadjust {
        display: none;
    }
}

.header-1 .header-main .header-left .category-oneadjust .nice-select {
    width: unset !important;
    gap: 20px;
    font-size: 16px;
}

.header-1 .header-main .header-left .category-oneadjust .nice-select .list {
    max-height: 15vh;
    background: var(--white);
    width: 160px;
    padding: 5px 8px;
    overflow-y: scroll;
}

@media (max-width: 1199px) {
    .header-1 .header-main .header-left .category-oneadjust .nice-select .list {
        right: -60px;
    }
}

.header-1 .header-main .header-left .category-oneadjust .nice-select .list li {
    color: var(--header);
    font-size: 14px;
    border: none;
}

.header-1 .header-main .header-right {
    gap: 30px;
}

@media (max-width: 1199px) {
    .header-1 .header-main .header-right {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .header-1 .header-main .header-right {
        gap: 10px;
    }
}

@media (max-width: 1399px) {
    .header-1 .header-main .header-right {
        gap: 7px;
    }
}

.header-1 .header-main .header-right .search-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(92, 112, 126, 0.3);
    color: var(--header);
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .header-1 .header-main .header-right .search-icon {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .header-1 .header-main .header-right .search-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 1399px) {
    .header-1 .header-main .header-right .header-button {
        display: none;
    }
}

.header-1 .header-logo {
    width: 90px;
    display: block;
}

.header-1 .header-logo img {
    width: 100%;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .header-1 .common-btn {
        padding: 9px 16px 11px !important;
    }
    .header-1 .common-btn i {
        display: none;
    }
}

@media (max-width: 450px) {
    .header-1 .header-logo {
        max-width: 100px;
    }
    .header-1 .header-logo img {
        width: 100%;
    }
}

.sidebar__toggle {
    cursor: pointer;
}

.sticky-header1.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.9s;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky-header1.sticky .mega-menu-wrapper {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #efefef !important;
}

.sticky-header1 .mega-menu-wrapper {
    background: #f5f6f8 !important;
}

.header-style2.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.9s;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.offcanvas__info {
    background: var(--white) none repeat scroll 0 0;
    border-left: 2px solid var(--theme);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
    display: none;
}

.offcanvas__info.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content {
    padding-bottom: 20px;
}

.offcanvas__wrapper .offcanvas__content .text {
    color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background-color: var(--theme);
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 22px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: var(--black);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 14px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
    margin-right: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: var(--black);
    font-size: 21px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
    padding: 16px 40px;
    text-transform: capitalize !important;
    background: var(--theme) !important;
    border-radius: 100px;
    overflow: hidden;
    padding: 9px 16px 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn span,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn i {
    color: var(--white) !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: var(--white);
    color: var(--black);
    border-radius: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    border-color: var(--theme);
    background-color: var(--theme);
    color: var(--white);
}

@media (max-width: 1199px) {
    .offcanvas__overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background: #151515;
        z-index: 900;
        top: 0;
        opacity: 0;
        visibility: hidden;
        right: 0;
    }
}

@media (max-width: 1199px) {
    .offcanvas__overlay.overlay-open {
        opacity: 0.8;
        visibility: visible;
    }
}

@media (max-width: 450px) {
    .offcanvas__info {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.blar-comming img {
    filter: blur(4px);
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme);
    border-radius: 5px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 10px;
}

.fix {
    overflow: hidden;
    background: black;
}

.ralt {
    position: relative;
}

.ripple {
    position: relative;
}

.ripple::before,
.ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(191, 247, 71, 0.5);
    -webkit-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.ripple::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.swiper-dot .swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    transition: 0.6s;
    background-color: #2a2a2a;
    opacity: 1;
    border-radius: 10px;
    position: relative;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    transition: 0.6s;
    position: relative;
    width: 40px;
}

@media (max-width: 767px) {
    br {
        display: none;
    }
}

/* background */

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.nice-select {
    background-color: transparent;
    border: transparent;
    float: initial;
    overflow: initial;
    height: initial;
    padding: 0;
    display: inline-flex;
    align-items: center;
    line-height: 150%;
    width: 100%;
    border: none;
}

.nice-select:focus,
.nice-select:hover {
    border-color: transparent;
}

.nice-select::after {
    height: 8px;
    width: 8px;
    right: 0px;
    top: 15px;
    border-color: var(--header);
    border-bottom: 2px solid var(--header);
    border-right: 2px solid var(--header);
}

.nice-select .list {
    width: initial;
    background-color: var(--theme);
    box-shadow: none;
    overflow: initial;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    width: 100%;
    top: 100%;
    padding: 0;
    max-height: 50vh;
    overflow-x: auto;
    right: initial;
    left: 0;
}

.nice-select .list::-webkit-scrollbar {
    width: 2px;
    opacity: 1;
    display: block;
}

.nice-select .list::-webkit-scrollbar-button,
.nice-select .list::-webkit-scrollbar-thumb {
    background: var(--header);
}

.nice-select .option {
    background-color: transparent;
    font-size: 16px;
    line-height: 150%;
    padding: 4px 5px;
    min-height: initial;
    font-weight: 500;
}

.nice-select .option:hover,
.nice-select .option:focus,
.nice-select .option.selected.focus {
    background-color: transparent;
}

.nice-select .current {
    font-weight: 500;
    color: var(--header);
}

.price-range-wrapper {
    /* Custom thumb styling */
    /* Remove the default appearance for sliders in Firefox */
}

.price-range-wrapper .slider-container {
    position: relative;
    width: 100%;
}

.price-range-wrapper .price-text label {
    color: #1b1f2a;
    font-size: 20px;
    font-weight: 500;
}

.price-range-wrapper .price-text input {
    color: #1b1f2a;
    font-size: 18px;
    font-weight: 500;
}

.price-range-wrapper .slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: #ddd;
    /* Default background */
    outline: none;
    position: absolute;
    top: 0;
    pointer-events: none;
}

.price-range-wrapper .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #ff5722;
    cursor: pointer;
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
    pointer-events: all;
}

.price-range-wrapper .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ff5722;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #000;
    z-index: 2;
    position: relative;
}

.price-range-wrapper .slider::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #ff5722;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #000;
    z-index: 2;
    position: relative;
}

.price-range-wrapper input[type=range]::-moz-range-track {
    background: transparent;
}

.common-table {
    min-width: -moz-max-content;
    min-width: max-content;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.common-table .cart-item-thumb {
    width: 86px;
}

.common-table .cart-item-thumb .head {
    color: #1B1F2A;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.common-table .price-usd {
    font-size: 16px;
    font-weight: 500;
    color: #666C78;
}

.common-table tr {
    border-bottom: 1px solid #E4E4E5;
}

.common-table thead,
.common-table tbody {
    width: 100%;
}

.common-table thead tr,
.common-table tbody tr {
    width: 100%;
    display: flex;
    box-sizing: border-box;
}

.common-table thead tr th,
.common-table thead tr td,
.common-table tbody tr th,
.common-table tbody tr td {
    width: 100%;
    box-sizing: border-box;
}

.common-table thead tr {
    color: #1B1F2A;
    border-bottom: unset;
    border-radius: 16px 16px 0 0;
    border-bottom: 1px solid #E4E4E5;
}

.common-table thead tr th {
    background: unset;
    color: unset;
    border: unset;
    font-size: 16px;
    padding-bottom: 16px;
}

.common-table tbody tr td {
    background: transparent;
    color: unset;
    box-sizing: border-box;
    border-bottom: unset;
}

.quantity button i {
    font-size: 16px;
}

.quantity .quantityValue {
    width: 40px;
    text-align: center;
    padding: 0;
    color: #000;
    border: unset;
}

.social-cmn a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    transition: all 0.4s;
}

.social-cmn a:hover {
    background: var(--theme) !important;
}

.pra-clr {
    color: rgba(7, 10, 1, 0.8);
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
    line-height: 25px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 767px) {
    .fs-18 {
        font-size: 16px;
    }
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 35px;
    line-height: 32px;
}

@media (max-width: 991px) {
    .fs-20 {
        font-size: 18px;
    }
}

.fw-500 {
    font-weight: 500;
}

.hero-1 {
    padding: 245px 0 160px;
    position: relative;
    z-index: 1;
}

.hero-1 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}

.hero-1 .hero-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, #212121 0.05%, rgba(33, 33, 33, 0.64) 36.5%, rgba(33, 33, 33, 0.55) 46.41%, rgba(33, 33, 33, 0.41) 59.91%, rgba(33, 33, 33, 0.21) 79.1%);
}

.hero-1 .hero-slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}

.hero-1 .hero-slide-btn .common-slide-btn {
    width: 60px;
    height: 120px;
    background: var(--white);
    transition: all 0.4s;
}

.hero-1 .hero-slide-btn .common-slide-btn i {
    color: var(--black);
    font-size: 24px;
}

.hero-1 .hero-slide-btn .common-slide-btn:hover {
    background: var(--theme);
}

.hero-1 .hero-content {
    position: relative;
    opacity: 0;
    z-index: 3;
    transform: translateY(-150px);
}

.hero-1 .hero-content .hero-btn-adjust {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.hero-1 .hero-content .room {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .hero-1 {
        padding: 180px 0 120px;
    }
    .hero-1 .hero-content .hero-btn-adjust {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }
    .hero-1 .hero-content h1 {
        font-size: 58px;
    }
}

@media (max-width: 767px) {
    .hero-1 {
        padding: 145px 0 90px;
    }
    .hero-1 .hero-content .hero-btn-adjust {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }
    .hero-1 .hero-content h1 {
        font-size: 44px;
    }
    .hero-1 .hero-slide-btn {
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .hero-1 .hero-slide-btn .common-slide-btn {
        width: 40px;
        height: 80px;
        background: var(--white);
        transition: all 0.4s;
    }
    .hero-1 .hero-slide-btn .common-slide-btn i {
        color: var(--black);
        font-size: 24px;
    }
    .hero-1 .hero-slide-btn .common-slide-btn:hover {
        background: var(--theme);
    }
}

@media (max-width: 575px) {
    .hero-1 {
        padding: 145px 0 155px;
    }
    .hero-1 .hero-content .hero-btn-adjust {
        display: flex;
        align-items: center;
        gap: 14px;
        justify-content: center;
    }
    .hero-1 .hero-content h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .hero-1 .hero-content .theme-btn {
        padding: 14px 19px;
    }
    .hero-1 .hero-content .room {
        font-size: 18px;
    }
    .hero-1 .hero-content .room .right-arrow {
        width: 60px;
        object-fit: contain;
    }
    .hero-1 .hero-slide-btn {
        top: initial;
        bottom: 20px;
        transform: translateY(0%);
        width: 100%;
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    .hero-1 .hero-slide-btn .common-slide-btn {
        width: 40px;
        height: 60px;
        background: var(--white);
        transition: all 0.4s;
    }
    .hero-1 .hero-slide-btn .common-slide-btn i {
        color: var(--black);
        font-size: 24px;
    }
    .hero-1 .hero-slide-btn .common-slide-btn:hover {
        background: var(--theme);
    }
}

.hero-section .swiper-slide.swiper-slide-active .hero-bg {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
}

.hero-section .swiper-slide.swiper-slide-active .hero-content {
    opacity: 1;
    transform: translateY(0px);
    transition: all 2500ms ease;
}

.hero-section .swiper-slide.swiper-slide-active .hero-button {
    opacity: 1;
    transform: translateY(0px);
    transition: all 2500ms ease;
}

.hero-section.hero-style2 .hero-1 {
    padding: 190px 0 140px;
}

.hero-section.hero-style2 .hero-1 .hero-content {
    position: relative;
    z-index: 99;
}

.hero-section.hero-style2 .hero-1 .about-textcircle {
    position: absolute;
    top: 170px;
    right: 300px;
}

.hero-section.hero-style2 .hero-1 .about-textcircle .boxes {
    padding-top: 20px;
}

.hero-section.hero-style2 .hero-1 .about-textcircle .boxes .exprience {
    font-family: "Kalnia", serif;
    font-size: 70px;
    font-weight: 300;
    color: var(--white);
    margin-bottom: 24px;
}

.hero-section.hero-style2 .hero-1 .about-textcircle .boxes .exprience .year {
    font-size: 20px;
    font-family: "Barlow", sans-serif;
    color: #fff;
    opacity: 0.52;
    margin-bottom: -20px;
}

.hero-section.hero-style2 .hero-1 .about-textcircle .boxes .exprience p {
    color: #fff;
    opacity: 0.52;
}

.hero-section.hero-style2 .hero-1 .hero-bg::before {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../../assets/img/element/fs.png) no-repeat center center;
    background-size: cover;
}

.hero-section.hero-style2 .hero-1 .hero-satisfaction {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    margin-right: 70px;
}

.hero-section.hero-style2 .hero-1 .hero-satisfaction h3 {
    font-size: 32px;
    color: var(--white);
    font-weight: 700;
    line-height: 36px;
}

.hero-section.hero-style2 .hero-1 .hero-satisfaction p {
    font-size: 18px;
    color: var(--white);
    opacity: 0.7;
}

.hero-section.hero-style2 .hero-1 .hero-satisfaction .satisfaction-user {
    display: flex;
    align-items: center;
}

.hero-section.hero-style2 .hero-1 .hero-satisfaction .satisfaction-user .satisfaction-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.hero-section.hero-style2 .hero-1 .hero-satisfaction .satisfaction-user .satisfaction-item img {
    border: 1px solid var(--theme);
}

.hero-section.hero-style2 .hero-1 .hero-satisfaction .satisfaction-user .satisfaction-item:not(:first-child) {
    margin-left: -18px;
}

.hero-section.hero-style2 .hero-1 .hero-satisfaction .satisfaction-user .satisfaction-link {
    margin-left: -18px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #353929;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
}

.hero-section.hero-style2 .hero-eles {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 700px;
    z-index: -1;
}

.hero-section.hero-style2 .hero-slide-btn button {
    width: 80px;
    height: 80px;
    min-width: 80px;
    background: transparent;
    border: 1px solid var(--white);
    border-radius: 50%;
}

.hero-section.hero-style2 .hero-slide-btn button i {
    font-size: 26px;
    color: var(--white);
}

.hero-section.hero-style2 .hero-slide-btn button:hover {
    border-color: var(--theme);
}

.hero-section.hero-style2 .hero-slide-btn .array-prev {
    margin-left: 60px;
}

.hero-section.hero-style2 .hero-slide-btn .array-next {
    margin-right: 60px;
}

@media screen and (max-width: 1500px) {
    .hero-section.hero-style2 .hero-1 {
        padding: 190px 0 120px;
    }
    .hero-section.hero-style2 .hero-1 .hero-slide-btn {
        position: relative;
        transform: translateY(0);
        width: initial;
        justify-content: center;
        gap: 10px;
    }
    .hero-section.hero-style2 .hero-1 .hero-slide-btn button {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    .hero-section.hero-style2 .hero-1 .hero-slide-btn button i {
        font-size: 17px;
    }
    .hero-section.hero-style2 .hero-1 .hero-content {
        position: relative;
        z-index: 99;
    }
    .hero-section.hero-style2 .hero-1 .about-textcircle {
        position: absolute;
        top: 120px;
        right: 100px;
    }
    .hero-section.hero-style2 .hero-1 .about-textcircle .boxes {
        padding-top: 20px;
    }
    .hero-section.hero-style2 .hero-1 .about-textcircle .boxes .exprience {
        font-family: "Kalnia", serif;
        font-size: 70px;
        font-weight: 300;
        color: var(--white);
        margin-bottom: 24px;
    }
    .hero-section.hero-style2 .hero-1 .about-textcircle .boxes .exprience .year {
        font-size: 20px;
        font-family: "Barlow", sans-serif;
        color: #fff;
        opacity: 0.52;
        margin-bottom: -20px;
    }
    .hero-section.hero-style2 .hero-1 .about-textcircle .boxes .exprience p {
        color: #fff;
        opacity: 0.52;
    }
    .hero-section.hero-style2 .hero-1 .hero-satisfaction {
        display: flex;
        align-items: center;
        gap: 16px;
        justify-content: flex-end;
        position: relative;
        z-index: 1;
        margin-right: 70px;
    }
    .hero-section.hero-style2 .hero-1 .hero-satisfaction h3 {
        font-size: 32px;
        color: var(--white);
        font-weight: 700;
        line-height: 36px;
    }
    .hero-section.hero-style2 .hero-1 .hero-satisfaction p {
        font-size: 18px;
        color: var(--white);
        opacity: 0.7;
    }
    .hero-section.hero-style2 .hero-1 .hero-satisfaction .satisfaction-user {
        display: flex;
        align-items: center;
    }
    .hero-section.hero-style2 .hero-1 .hero-satisfaction .satisfaction-user .satisfaction-item {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    .hero-section.hero-style2 .hero-1 .hero-satisfaction .satisfaction-user .satisfaction-item img {
        border: 1px solid var(--theme);
    }
    .hero-section.hero-style2 .hero-1 .hero-satisfaction .satisfaction-user .satisfaction-item:not(:first-child) {
        margin-left: -18px;
    }
    .hero-section.hero-style2 .hero-1 .hero-satisfaction .satisfaction-user .satisfaction-link {
        margin-left: -18px;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background: #353929;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--white);
    }
}

@media (max-width: 1199px) {
    .hero-section.hero-style2 .hero-1 .hero-slide-btn {
        position: absolute;
        bottom: -120px;
        justify-content: center;
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .hero-section.hero-style2 .hero-1 {
        padding: 140px 0 120px;
    }
    .hero-section.hero-style2 .hero-1 .hero-slide-btn {
        position: absolute;
        bottom: -280px !important;
        left: 50%;
        transform: translateY(0) translateX(-50%);
        width: initial;
        justify-content: center;
        gap: 10px;
    }
    .hero-section.hero-style2 .hero-1 .hero-content {
        position: relative;
        z-index: 99;
        text-align: center;
    }
    .hero-section.hero-style2 .hero-1 .about-textcircle {
        display: none;
    }
    .hero-section.hero-style2 .hero-1 .hero-satisfaction {
        margin-top: 30px;
        gap: 10px;
        justify-content: center;
        margin-right: 0px;
    }
    .hero-section.hero-style2 .hero-1 .hero-satisfaction h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
    }
    .hero-section.hero-style2 .hero-1 .hero-satisfaction p {
        font-size: 14px;
    }
    .hero-section.hero-style2 .hero-1 .hero-satisfaction .satisfaction-user .satisfaction-item {
        width: 48px;
        height: 48px;
    }
    .hero-section.hero-style2 .hero-1 .hero-satisfaction .satisfaction-user .satisfaction-item:not(:first-child) {
        margin-left: -10px;
    }
    .hero-section.hero-style2 .hero-1 .hero-satisfaction .satisfaction-user .satisfaction-item img {
        width: 100%;
    }
    .hero-section.hero-style2 .hero-1 .hero-satisfaction .satisfaction-user .satisfaction-link {
        margin-left: -18px;
        width: 46px;
        height: 46px;
    }
}

@media (max-width: 767px) {
    .hero-section.hero-style2 .hero-1 .hero-slide-btn {
        bottom: -210px !important;
    }
}

@media (max-width: 575px) {
    .hero-section.hero-style2 .hero-1 .hero-slide-btn {
        bottom: 10px !important;
    }
}

.hero-section.hero-style4 .hero-1 {
    padding: 270px 0 210px;
}

.hero-section.hero-style4 .hero-bg::before {
    background: rgba(0, 0, 0, 0.664);
}

.hero-section.hero-style4 .hero-content {
    max-width: 739px;
    text-align: center;
    margin: 0 auto 60px;
}

.hero-section.hero-style4 .hero-content h1 {
    font-size: 60px;
}

.hero-section.hero-style4 .hero-slide-btn button {
    width: 80px;
    height: 80px;
    min-width: 80px;
    background: transparent;
    border: 1px solid var(--white);
    border-radius: 50%;
}

.hero-section.hero-style4 .hero-slide-btn button i {
    font-size: 26px;
    color: var(--white);
}

.hero-section.hero-style4 .hero-slide-btn button:hover {
    border-color: var(--theme);
}

.hero-section.hero-style4 .hero-slide-btn .array-prev {
    margin-left: 60px;
}

.hero-section.hero-style4 .hero-slide-btn .array-next {
    margin-right: 60px;
}

.hero-section.hero-style4 .date-picker-container {
    max-width: 999px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 16px;
    padding: 30px 30px;
    z-index: 1;
    position: relative;
}

.hero-section.hero-style4 .date-picker-container form .form-group {
    position: relative;
    z-index: 1;
}

.hero-section.hero-style4 .date-picker-container form .form-group input,
.hero-section.hero-style4 .date-picker-container form .form-group .nice-select {
    border-radius: 16px !important;
}

.hero-section.hero-style4 .date-picker-container form .theme-btn {
    background: #f9dabb;
    color: var(--black);
    width: 100%;
}

.hero-section.hero-style4 .date-picker-container form .theme-btn i {
    color: var(--black);
    font-size: 14px;
}

.hero-section.hero-style4 .date-picker-container form .theme-btn:hover {
    color: var(--white);
}

.hero-section.hero-style4 .date-picker-container form .theme-btn:hover i {
    color: var(--white);
}

@media (max-width: 991px) {
    .hero-section.hero-style4 .date-picker-container form .form-group {
        width: 47.5%;
    }
}

@media (max-width: 500px) {
    .hero-section.hero-style4 .date-picker-container form .form-group {
        width: 95%;
    }
}

@media (max-width: 1399px) {
    .hero-section.hero-style4 .hero-1 {
        padding: 200px 0 190px;
    }
}

@media (max-width: 1199px) {
    .hero-section.hero-style4 .hero-1 {
        padding: 150px 0 150px;
    }
    .hero-section.hero-style4 .hero-slide-btn button {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    .hero-section.hero-style4 .hero-slide-btn button i {
        font-size: 18px;
    }
    .hero-section.hero-style4 .hero-slide-btn .array-prev {
        margin-left: 10px;
    }
    .hero-section.hero-style4 .hero-slide-btn .array-next {
        margin-right: 10px;
    }
}

@media (max-width: 991px) {
    .hero-section.hero-style4 .hero-1 {
        padding: 130px 0 100px;
    }
    .hero-section.hero-style4 .hero-content {
        margin: 0 auto 40px;
    }
    .hero-section.hero-style4 .hero-content h1 {
        font-size: 48px;
    }
    .hero-section.hero-style4 .hero-slide-btn {
        position: initial;
        width: initial;
        justify-content: center;
        gap: 16px;
        margin-top: 80px;
    }
    .hero-section.hero-style4 .hero-slide-btn button {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    .hero-section.hero-style4 .hero-slide-btn button i {
        font-size: 18px;
    }
    .hero-section.hero-style4 .hero-slide-btn .array-prev {
        margin-left: 10px;
    }
    .hero-section.hero-style4 .hero-slide-btn .array-next {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .hero-section.hero-style4 .hero-1 {
        padding: 130px 0 90px;
    }
    .hero-section.hero-style4 .hero-content h1 {
        font-size: 38px;
    }
    .hero-section.hero-style4 .hero-slide-btn {
        position: initial;
        width: initial;
        justify-content: center;
        gap: 16px;
        margin-top: 60px;
    }
}

@media (max-width: 500px) {
    .hero-section.hero-style4 .hero-1 {
        padding: 130px 0 90px;
    }
    .hero-section.hero-style4 .hero-content {
        margin: 0 auto 24px;
    }
    .hero-section.hero-style4 .hero-content h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .hero-section.hero-style4 .hero-slide-btn {
        position: initial;
        width: initial;
        justify-content: center;
        gap: 16px;
        margin-top: 60px;
    }
}

.hero-section.hero-style5 {
    background: url(../../assets/img/hero/hero5.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 240px 0 180px;
}

.hero-section.hero-style5 .container {
    max-width: 1343px;
    margin: 0 auto;
}

.hero-section.hero-style5::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(9, 16, 24, 0.88) 11.44%, rgba(9, 16, 24, 0.56) 48.51%, rgba(5, 8, 12, 0.1) 59.19%);
    z-index: -1;
}

.hero-section.hero-style5 .hero-content h1 {
    font-size: 80px;
    line-height: 90px;
}

.hero-section.hero-style5 .date-picker-container {
    background: var(--white);
    padding: 34px 40px 40px;
}

.hero-section.hero-style5 .date-picker-container .form-group {
    width: 100%;
}

.hero-section.hero-style5 .date-picker-container .theme-btn {
    margin-right: auto !important;
}

@media (max-width: 1399px) {
    .hero-section.hero-style5 {
        padding: 210px 0 160px;
    }
    .hero-section.hero-style5 .date-picker-container {
        background: var(--white);
        padding: 20px 16px 30px;
    }
    .hero-section.hero-style5 .hero-content h1 {
        font-size: 70px;
    }
}

@media (max-width: 1199px) {
    .hero-section.hero-style5 {
        padding: 170px 0 130px;
    }
    .hero-section.hero-style5 .hero-content h1 {
        font-size: 55px;
        line-height: 65px;
    }
}

@media (max-width: 991px) {
    .hero-section.hero-style5 {
        padding: 150px 0 90px;
    }
    .hero-section.hero-style5 .hero-content h1 {
        font-size: 55px;
        line-height: 65px;
    }
}

@media (max-width: 767px) {
    .hero-section.hero-style5 {
        padding: 140px 0 80px;
    }
    .hero-section.hero-style5 .hero-content h1 {
        font-size: 38px;
        line-height: 52px;
    }
}

@media (max-width: 500px) {
    .hero-section.hero-style5 {
        padding: 140px 0 70px;
    }
    .hero-section.hero-style5 .hero-content h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .hero-section.hero-style5 .hero-content .hero-btn-adjust .theme-btn {
        padding: 8px 24px;
    }
    .hero-section.hero-style5 .hero-content .hero-btn-adjust .room img {
        display: none;
    }
}

.hero-section3 {
    background: url(../../assets/img/hero/hero3-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 220px 0 130px;
}

.hero-section3 .container {
    max-width: 1550px;
    margin: 0 auto;
}

.hero-section3 .hero-wrapper3 .hero-content3 {
    padding: 80px 80px;
    max-width: 1016px;
    border-radius: 50px;
    background: var(--theme2);
    border: 1px solid var(--white);
}

.hero-section3 .hero-wrapper3 .hero-content3 h2 {
    font-size: 70px;
}

.hero-section3 .hero-wrapper3 .hero-vid {
    width: 276px;
    height: 276px;
    border: 1px solid var(--white);
    z-index: 1;
}

.hero-section3 .hero-wrapper3 .hero-vid .icon {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: var(--white);
}

.hero-section3 .hero-wrapper3 .hero-vid i {
    font-size: 28px;
    color: var(--black);
}

.hero-section3 .hero-wrapper3 .hero-vid::before,
.hero-section3 .hero-wrapper3 .hero-vid::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid var(--white);
    border-radius: 50%;
}

.hero-section3 .hero-wrapper3 .hero-vid::before {
    transition: all 0.3s;
    animation: scsl 2s linear infinite;
}

.hero-section3 .hero-wrapper3 .hero-vid::after {
    transition: all 0.4s;
    animation: scsl2 3s linear infinite;
}

@media (max-width: 1399px) {
    .hero-section3 {
        padding: 180px 0 90px;
    }
    .hero-section3 .hero-wrapper3 .hero-content3 {
        padding: 80px 80px;
        max-width: 1016px;
        border-radius: 50px;
        background: var(--theme2);
        border: 1px solid var(--white);
    }
    .hero-section3 .hero-wrapper3 .hero-content3 h2 {
        font-size: 64px;
    }
    .hero-section3 .hero-wrapper3 .hero-vid {
        width: 176px;
        height: 176px;
        z-index: 1;
    }
    .hero-section3 .hero-wrapper3 .hero-vid .icon {
        width: 76px;
        height: 76px;
    }
    .hero-section3 .hero-wrapper3 .hero-vid i {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .hero-section3 {
        padding: 160px 0 90px;
    }
    .hero-section3 .hero-wrapper3 .hero-content3 {
        padding: 40px 40px;
        max-width: 1016px;
        border-radius: 50px;
        background: var(--theme2);
        border: 1px solid var(--white);
    }
    .hero-section3 .hero-wrapper3 .hero-content3 h2 {
        font-size: 56px;
    }
    .hero-section3 .hero-wrapper3 .hero-vid {
        width: 176px;
        height: 176px;
        z-index: 1;
    }
    .hero-section3 .hero-wrapper3 .hero-vid .icon {
        width: 76px;
        height: 76px;
    }
    .hero-section3 .hero-wrapper3 .hero-vid i {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .hero-section3 {
        padding: 140px 0 90px;
    }
    .hero-section3 .hero-wrapper3 .hero-content3 {
        padding: 40px 40px;
        max-width: 1016px;
        border-radius: 50px;
        background: var(--theme2);
        border: 1px solid var(--white);
    }
    .hero-section3 .hero-wrapper3 .hero-content3 h2 {
        font-size: 56px;
    }
    .hero-section3 .hero-wrapper3 .hero-vid {
        width: 176px;
        height: 176px;
        margin: 0 auto;
        z-index: 1;
    }
    .hero-section3 .hero-wrapper3 .hero-vid .icon {
        width: 76px;
        height: 76px;
    }
    .hero-section3 .hero-wrapper3 .hero-vid i {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .hero-section3 {
        padding: 150px 0 90px;
    }
    .hero-section3 .hero-wrapper3 .hero-content3 {
        padding: 40px 40px;
        max-width: 1016px;
        border-radius: 50px;
        background: var(--theme2);
        border: 1px solid var(--white);
    }
    .hero-section3 .hero-wrapper3 .hero-content3 h2 {
        font-size: 40px;
    }
    .hero-section3 .hero-wrapper3 .hero-vid {
        width: 176px;
        height: 176px;
        margin: 0 auto;
        z-index: 1;
    }
    .hero-section3 .hero-wrapper3 .hero-vid .icon {
        width: 76px;
        height: 76px;
    }
    .hero-section3 .hero-wrapper3 .hero-vid i {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .hero-section3 {
        padding: 70px 0 90px;
    }
    .hero-section3 .hero-wrapper3 .hero-content3 {
        border: unset;
        max-width: 100%;
        padding: 50px 30px 60px;
        border-radius: 0;
    }
    .hero-section3 .hero-wrapper3 .hero-content3 h2 {
        font-size: 40px;
    }
    .hero-section3 .hero-wrapper3 .hero-vid {
        width: 176px;
        height: 176px;
        margin: 0 auto;
        z-index: 1;
    }
    .hero-section3 .hero-wrapper3 .hero-vid .icon {
        width: 76px;
        height: 76px;
    }
    .hero-section3 .hero-wrapper3 .hero-vid i {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    .hero-section3 {
        padding: 70px 0 90px;
    }
    .hero-section3 .hero-wrapper3 .hero-content3 {
        border: unset;
        max-width: 100%;
        padding: 50px 30px 60px;
        border-radius: 0;
    }
    .hero-section3 .hero-wrapper3 .hero-content3 h2 {
        font-size: 32px;
    }
    .hero-section3 .hero-wrapper3 .hero-vid {
        width: 176px;
        height: 176px;
        margin: 0 auto;
        z-index: 1;
    }
    .hero-section3 .hero-wrapper3 .hero-vid .icon {
        width: 76px;
        height: 76px;
    }
    .hero-section3 .hero-wrapper3 .hero-vid i {
        font-size: 24px;
    }
}

.room-arrow-btn {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 14px;
}

@media (max-width: 575px) {
    .room-arrow-btn img {
        display: none;
    }
}

.white-variation .header-right .mean__menu-wrapper .main-menu ul li a {
    color: var(--white);
}

.white-variation .header-right .mean__menu-wrapper .main-menu ul li a:hover {
    color: var(--theme);
}

.breadcrumb-section {
    background: url(../../assets/img/hero/breadcrumb-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 250px 0 150px;
    position: relative;
    z-index: 1;
}

.breadcrumb-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.38;
    background: #1c210c;
    z-index: -1;
}

@media (max-width: 1199px) {
    .breadcrumb-section {
        padding: 220px 0 150px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-section {
        padding: 150px 0 80px;
    }
}

.breadcrumb-section.restaurant-bread {
    background: url(../../assets/img/hero/restaurant-bread.jpg) no-repeat center center;
    background-size: cover;
}

.breadcrumb-section.rooms-bread {
    background: url(../../assets/img/hero/room-bread.jpg) no-repeat center center;
    background-size: cover;
}

.breadcrumb-section.reservation-bread {
    background: url(../../assets/img/hero/restaurant-bread.jpg) no-repeat center center;
    background-size: cover;
}

.breadcrumb-black-header {
    background: var(--black) !important;
}

.scrolling-wrap {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 20px;
}

.scrolling-wrap .comm {
    display: flex;
    align-items: center;
    animation: scroll 60s linear infinite;
    gap: 30px;
    cursor: pointer;
}

.scrolling-wrap .comm .cmn-textslide {
    font-size: 130px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Kalnia", serif;
    line-height: 134px;
}

.scrolling-wrap .comm .text-custom-storke {
    -webkit-text-stroke: rgb(228, 228, 229);
}

.scrolling-wrap:hover .comm {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-200%);
    }
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-nav>ul .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .mean-container .mean-nav>ul .homemenu-items {
        flex-wrap: wrap;
    }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu {
    position: relative;
}

@media (max-width: 1199px) {
    .mean-container .mean-nav>ul .homemenu-items .homemenu {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid var(--border);
        padding: 10px;
    }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 12px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 16px;
    text-align: center;
    border-radius: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--header);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border) !important;
    border: none;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
    font-size: 18px;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

.blog-single-item {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.blog-single-item .blog-admin {
    margin-bottom: 22px;
}

.blog-single-item .blog-admin li {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.blog-single-item h3 {
    margin-bottom: 24px;
}

.blog-single-item .thumb img {
    transition: all 0.4s;
}

.blog-single-item:hover .thumb img {
    transform: scale(1.05);
}

@media (max-width: 1199px) {
    .blog-single-item .blog-admin {
        margin-bottom: 10px;
    }
    .blog-single-item h3 {
        margin-bottom: 18px;
    }
    .blog-single-item h3 a {
        font-size: 18px;
        line-height: 20px;
    }
    .blog-single-item .view-more .icon {
        width: 36px;
        height: 36px;
    }
}

.drinks-section .container {
    max-width: 1680px;
    margin: 0 auto;
}

.drinks-section .drinks-head {
    max-width: 765px;
    margin: 0 auto -290px;
}

.drinks-section .drinks-head p {
    max-width: 512px;
    margin: 0 auto;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
}

@media (max-width: 1399px) {
    .drinks-section .drinks-head {
        max-width: 765px;
        margin: 0 auto -190px;
    }
}

@media (max-width: 991px) {
    .drinks-section .drinks-head {
        max-width: 765px;
        margin: 0 auto -90px;
    }
}

@media (max-width: 500px) {
    .drinks-section .drinks-head {
        max-width: 765px;
        margin: 0 auto 30px;
    }
    .drinks-section .drink-all-thumb {
        flex-wrap: wrap;
    }
}

.drinks-items {
    overflow: hidden;
    transition: all 0.4s;
    max-width: 465px;
}

.drinks-items img {
    overflow: hidden;
    transition: all 0.4s;
}

.drinks-items:hover img {
    transform: scale(1.05);
}

@media screen and (max-width: 1500px) {
    .drinks-items {
        max-width: 400px;
    }
}

@media (max-width: 1399px) {
    .drinks-items {
        max-width: 320px;
    }
}

@media (max-width: 1199px) {
    .drinks-items {
        max-width: 280px;
    }
}

@media (max-width: 991px) {
    .drinks-items {
        max-width: 280px;
    }
}

@media (max-width: 500px) {
    .drinks-items {
        max-width: 100%;
    }
}

.quote-text {
    position: relative;
    border-left: 4px solid var(--theme);
    padding: 40px 40px;
    background: #ecf3ff;
    color: var(--black2);
}

.quote-text .quote-icons {
    position: absolute;
    right: 24px;
    bottom: 24px;
    font-size: 36px;
    color: var(--theme);
}

@media (max-width: 500px) {
    .quote-text {
        padding: 24px 19px;
    }
    .quote-text .quote-icons {
        display: none;
    }
}

.tips-inner {
    display: flex;
    align-items: center;
    gap: 34px;
}

@media (max-width: 1399px) {
    .tips-inner {
        gap: 16px;
    }
}

@media (max-width: 1199px) {
    .tips-inner {
        flex-wrap: wrap;
    }
}

.taging-share {
    border-top: 1px solid #e6e8ec;
    border-bottom: 1px solid #e6e8ec;
    padding: 20px 0;
}

.taging-share .details-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.taging-share .details-tags li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--black2);
    display: inline-block;
    text-align: center;
    padding: 8px 14px;
    background: #ecf3ff;
    border-radius: 8px;
}

.taging-share .details-tags li a:hover {
    background: var(--theme);
}

.perker-author {
    display: flex;
    align-items: center;
    gap: 28px;
    background: #f3f7fc;
    padding: 34px 36px;
}

@media (max-width: 500px) {
    .perker-author {
        gap: 16px;
        flex-wrap: wrap;
        padding: 30px 20px;
    }
}

.post-comment {
    background: #f3f7fc;
    padding: 40px 40px;
    border-radius: 10px;
}

.post-comment .post-grp textarea,
.post-comment .post-grp input {
    width: 100%;
    outline: none;
    padding: 11px 16px;
    color: #7c8392;
    border-radius: 8px;
    border: 1px solid #cfd9e5;
    background: var(--white);
    font-size: 14px;
}

.post-comment .post-grp textarea::placeholder,
.post-comment .post-grp input::placeholder {
    color: #7c8392;
}

@media (max-width: 767px) {
    .post-comment {
        padding: 30px 20px;
    }
}

.stories-section .container {
    max-width: 1660px;
    margin: 0 auto;
}

.stories-wrapper {
    display: grid;
    align-items: flex-start;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.stories-wrapper .stories-item {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.stories-wrapper .stories-item .ista {
    width: 46px;
    height: 46px;
    border-radius: 5px;
    background: var(--theme);
    position: absolute;
    z-index: 1;
    transform: rotateX(90deg);
}

.stories-wrapper .stories-item .ista i {
    color: var(--black);
}

.stories-wrapper .stories-item img {
    overflow: hidden;
    transition: all 0.5s;
}

.stories-wrapper .stories-item::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0.329);
    transition: all 0.5s;
    z-index: 1;
}

.stories-wrapper .stories-item:hover .ista {
    transform: rotateX(0deg);
}

.stories-wrapper .stories-item:hover::before {
    width: 100%;
}

.stories-wrapper .stories-item:hover img {
    transform: scale(1.05) rotate(2deg);
}

@media (max-width: 1399px) {
    .stories-wrapper {
        gap: 14px;
    }
    .stories-wrapper .stories-item .ista {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    .stories-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .stories-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
        justify-content: center;
    }
}

.luxries-section {
    position: relative;
    z-index: 1;
}

.luxries-section .luxuries-shape {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.luxries-section.style2 .luxries-single-item {
    border-radius: 12px;
    overflow: hidden;
    border: 4px solid var(--black);
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}

.luxries-section.style2 .luxries-single-item .theme-custom {
    color: var(--black);
    background: transparent;
    border: 1px solid var(--theme);
}

.luxries-section.style2 .luxries-single-item .theme-custom:hover {
    color: var(--white);
}

.luxries-section.style2 .luxries-single-item .content {
    padding: 24px 28px 30px;
    z-index: -1;
    position: relative;
}

.luxries-section.style2 .luxries-single-item .luxries-thumb-info {
    width: 0%;
    left: -50%;
    transition: all 0.5s;
}

.luxries-section.style2 .luxries-single-item:hover {
    border-color: var(--white);
}

.luxries-section.style2 .luxries-single-item:hover .luxries-thumb-info {
    left: 0;
    width: 100%;
}

.luxuries-wrap .luxuries-vid {
    width: 150px;
    height: 150px;
    border: 1px solid var(--white);
    z-index: 1;
}

.luxuries-wrap .luxuries-vid i {
    font-size: 28px;
    color: var(--white);
}

.luxuries-wrap .luxuries-vid::before,
.luxuries-wrap .luxuries-vid::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid var(--white);
    border-radius: 50%;
}

.luxuries-wrap .luxuries-vid::before {
    transition: all 0.3s;
    animation: scsl 2s linear infinite;
}

.luxuries-wrap .luxuries-vid::after {
    transition: all 0.4s;
    animation: scsl2 3s linear infinite;
}

.luxuries-wrap::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(182deg, rgba(0, 0, 0, 0) -86.27%, rgba(0, 0, 0, 0.15) 98.22%);
}

@media (max-width: 767px) {
    .luxuries-wrap .luxuries-vid {
        width: 90px;
        height: 90px;
    }
    .luxuries-wrap .luxuries-vid i {
        font-size: 22px;
    }
    .luxuries-wrap .mimg {
        height: 350px;
        object-fit: cover;
    }
}

@media (max-width: 575px) {
    .luxuries-wrap .luxuries-vid {
        width: 70px;
        height: 70px;
    }
    .luxuries-wrap .luxuries-vid i {
        font-size: 22px;
    }
    .luxuries-wrap .mimg {
        height: 300px;
        object-fit: cover;
    }
}

@keyframes scsl {
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    60% {
        transform: scale(1.09);
        opacity: 0.6;
    }
    80% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    90% {
        transform: scale(1.2);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes scsl2 {
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    60% {
        transform: scale(1.09);
        opacity: 0.6;
    }
    80% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    90% {
        transform: scale(1.2);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.luxries-single-item .white-icon {
    filter: brightness(0);
    width: 26px;
    height: 26px;
}

.luxries-single-item .thumb img {
    transition: all 0.4s;
}

.luxries-single-item:hover .thumb img {
    transform: scale(1.05);
}

.watching-information-wrap {
    background: var(--white);
    padding: 60px 16px;
    border: 0.2px solid var(--theme);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.05);
    margin-top: -180px;
    z-index: 1;
    position: relative;
}

.watching-information-wrap .box p {
    max-width: 550px;
    margin: 0 auto;
}

.watching-information-wrap .box form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 470px;
    margin: 0 auto;
}

.watching-information-wrap .box form input {
    padding: 10px 14px 12px;
    color: var(--white);
    font-size: 16px;
    background: var(--black);
    width: 60%;
    border: unset;
}

.watching-information-wrap .box form input::placeholder {
    color: var(--white);
}

@media (max-width: 1399px) {
    .watching-information-wrap {
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .watching-information-wrap {
        margin-top: 60px;
    }
    .watching-information-wrap .box form {
        flex-wrap: wrap;
        gap: 14px;
    }
    .watching-information-wrap .box form input {
        width: 100%;
    }
}

.luxries-thumb-info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.luxries-thumb-info .mimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luxries-thumb-info .luxries-initial-arrow {
    position: absolute;
    z-index: 2;
}

.luxries-thumb-info .luxries-initial-arrow .luxries-arrow {
    width: 45px;
    height: 45px;
    border: 1px solid var(--white);
    border-radius: 8px;
    margin: 0 auto 14px;
}

.luxries-thumb-info .luxries-initial-arrow .luxries-arrow:hover {
    background: var(--theme);
}

.luxries-thumb-info::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0.69;
    background: linear-gradient(180deg, rgba(28, 33, 12, 0.8) 0%, #1c210c 56.55%);
}

.video-section.style2 .luxuries-wrap {
    background: url(../../assets/img/global/vide-bg2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    position: relative;
    padding: 450px 0;
}

.video-section.style2 .luxuries-wrap::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.219);
}

.video-section.style2 .luxuries-wrap .luxuries-vid {
    width: 300px;
    height: 300px;
}

.video-section.style2 .luxuries-wrap .luxuries-vid i {
    font-size: 36px;
}

@media (max-width: 1399px) {
    .video-section.style2 .luxuries-wrap {
        padding: 350px;
    }
    .video-section.style2 .luxuries-wrap .luxuries-vid {
        width: 250px;
        height: 250px;
    }
    .video-section.style2 .luxuries-wrap .luxuries-vid i {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .video-section.style2 .luxuries-wrap {
        padding: 250px 0;
    }
    .video-section.style2 .luxuries-wrap .luxuries-vid {
        width: 120px;
        height: 120px;
    }
    .video-section.style2 .luxuries-wrap .luxuries-vid i {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .video-section.style2 .luxuries-wrap {
        padding: 190px 0;
    }
    .video-section.style2 .luxuries-wrap .luxuries-vid {
        width: 120px;
        height: 120px;
    }
    .video-section.style2 .luxuries-wrap .luxuries-vid i {
        font-size: 22px;
    }
}

.gallery-single-item {
    position: relative;
}

.gallery-single-item img {
    width: 100%;
    height: 100%;
}

.gallery-single-item .arrows-area {
    position: absolute;
    width: 90%;
    height: 90%;
    background: var(--white);
    transform: rotateX(90deg);
    z-index: 1;
    transition: all 0.4s;
}

.gallery-single-item .arrows-area .marrows {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.gallery-single-item .arrows-area .arrow-text {
    position: absolute;
    bottom: 30px;
    z-index: 2;
}

.gallery-single-item:hover .arrows-area {
    transform: rotateX(0deg);
}

.details-common-box {
    padding: 30px 30px;
    border-radius: 12px;
    border: 1px solid #e9e9e9;
    background: var(--white);
    box-shadow: 0px 0px 15px 0px #efefef;
}

@media (max-width: 1199px) {
    .details-common-box {
        padding: 24px 24px;
    }
}

@media (max-width: 991px) {
    .details-common-box {
        padding: 22px 20px;
    }
}

@media (max-width: 767px) {
    .details-common-box {
        padding: 20px 18px;
    }
}

.details-common-box .search-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f2f2f2;
    border-radius: 8px;
}

.details-common-box .search-area input {
    width: 100%;
    padding: 10px 16px;
    color: var(--black2);
    font-size: 14px;
    background: transparent;
    border: unset;
}

.details-common-box .search-area input::placeholder {
    color: var(--black2);
}

.details-common-box .search-area button {
    padding-right: 14px;
    font-size: 16px;
    color: var(--theme);
}

.details-common-box .cate-listing {
    display: grid;
    gap: 16px;
}

.details-common-box .cate-listing li a:hover span {
    color: var(--theme);
}

@media (max-width: 1399px) {
    .details-common-box .cate-listing {
        gap: 10px;
    }
}

.details-common-box .recente-ads-inner {
    display: grid;
    gap: 24px;
}

.details-common-box .recente-ads-inner .content .titles {
    display: block;
    line-height: 20px;
}

@media (max-width: 991px) {
    .details-common-box .recente-ads-inner {
        gap: 19px;
    }
}

.details-common-box .details-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.details-common-box .details-tags li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--black2);
    display: inline-block;
    text-align: center;
    padding: 8px 14px;
    background: #ECF3FF;
    border-radius: 8px;
}

.details-common-box .details-tags li a:hover {
    background: var(--theme);
}

.cmn-detail-line {
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    display: block;
}

.belling-address input,
.belling-address textarea {
    width: 100%;
    padding: 12px 18px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    color: #353844;
    font-size: 14px;
}

.belling-address input::placeholder,
.belling-address textarea::placeholder {
    color: #353844;
}

.belling-address .nice-select {
    width: 100%;
    padding: 13px 16px 16px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    color: #353844;
    font-size: 14px;
    font-weight: 400;
}

.belling-address .nice-select .current {
    font-weight: 500;
    font-size: 14px;
    color: #353844;
}

.belling-address .nice-select::after {
    top: 25px;
    right: 20px;
}

.belling-address .nice-select .list {
    background: var(--white);
}

.belling-address .nice-select .list li {
    border-color: #e1e1e1;
}

.same-space40 {
    display: grid;
    gap: 40px;
}

@media (max-width: 1199px) {
    .same-space40 {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .same-space40 {
        gap: 24px;
    }
}

.section-title {
    position: relative;
    z-index: 99;
}

.section-title span {
    display: inline-block;
    font-size: 33px;
    font-weight: 800;
    line-height: 1;
    color: var(--header);
    margin-bottom: 12px;
}

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

@media (max-width: 1199px) {
    .mb-50 {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .mb-50 {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .mb-50 {
        margin-bottom: 24px;
    }
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.center {
    text-align: center;
    margin: 0 auto;
}

.section-bg {
    background-color: var(--bg);
}

.section-bg-2 {
    background-color: var(--header);
}

.section-padding {
    padding: 120px 0;
    background: #ebb22e;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

.common-bg {
    background: rgba(0, 119, 177, 0.05);
}

.cus-border {
    border: 1px solid rgba(7, 10, 1, 0.1) !important;
}

.cus-bb {
    border-bottom: 1px solid rgba(7, 10, 1, 0.1) !important;
}

.cus-bt {
    border-top: 1px solid rgba(7, 10, 1, 0.1) !important;
}

.space-top {
    padding-top: 120px;
}

@media (max-width: 1199px) {
    .space-top {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .space-top {
        padding-top: 80px;
    }
}

.space-bottom {
    padding-bottom: 120px;
    background: black;
}

@media (max-width: 1199px) {
    .space-bottom {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .space-bottom {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

.mb-60 {
    margin-bottom: 55px;
}

@media (max-width: 1199px) {
    .mb-60 {
        margin-bottom: 45px;
    }
}

@media (max-width: 991px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .mb-60 {
        margin-bottom: 35px;
    }
}

.services-section2 .container {
    max-width: 1730px;
    margin: 0 auto;
}

.service2-items {
    position: relative;
    transition: all 0.5s;
    width: 100%;
    z-index: 1;
}

.service2-items img {
    width: 100%;
}

.service2-items::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 28.38%, rgba(0, 0, 0, 0.7) 56.68%);
}

.service2-items h3 {
    position: absolute;
    bottom: 36px;
    left: 40px;
}

.service2-items:hover {
    transform: scale(1.04);
}

.choose-section5 {
    background: #091018;
}

.choose-section5 .section-title p {
    max-width: 580px;
    margin: 0 auto;
}

.choose-items5 {
    padding: 40px 32px;
    background: var(--white);
    transition: all 0.4s;
}

.choose-items5 .icon {
    width: 120px;
    height: 120px;
    background: #c4c4c4;
    margin: 0 auto 15px;
    transition: all 0.4s;
}

.choose-items5:hover {
    background: var(--theme);
}

.choose-items5:hover .icon {
    background: var(--white);
}

@media (max-width: 1199px) {
    .choose-items5 {
        padding: 30px 16px;
    }
    .choose-items5 .icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 15px;
    }
    .choose-items5 .icon img {
        width: 40px;
    }
}

.aprtment-rooms4 .apartment-cont {
    background: var(--white) !important;
}

.aprtment-rooms4 .apartment-cont .theme-btn {
    border: 1px solid var(--black) !important;
    color: var(--black);
}

.aprtment-rooms4 .apartment-cont .theme-btn:hover {
    color: var(--white);
}

.aprtment-rooms4 .apartment-cont .apartment-cont-inner .invirment li {
    font-size: 20px;
    font-weight: 500;
}

.aprtment-rooms4 .apartment-cont .apartment-cont-inner .invirment li img {
    filter: brightness(0);
}

.aprtment-rooms4.aprtment-rooms-small .apartment-cont {
    width: 94%;
    bottom: 18px;
}

.aprtment-rooms4.aprtment-rooms-small .apartment-cont .theme-btn {
    font-size: 14px;
    text-wrap: nowrap;
}

.aprtment-rooms4.aprtment-rooms-small .apartment-cont .apartment-cont-inner .invirment li {
    font-weight: 500;
}

.aprtment-rooms4.aprtment-rooms-small .apartment-cont .apartment-cont-inner .invirment li span {
    font-size: 12px;
}

.aprtment-rooms4.aprtment-rooms-small .apartment-cont .apartment-cont-inner .invirment li img {
    width: 18px;
    filter: brightness(0);
}

@media (max-width: 991px) {
    .aprtment-rooms4 {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        display: grid !important;
    }
    .aprtment-rooms4 .apartment-cont {
        position: initial !important;
    }
}

.dining-room-section .room-head-area .drink-dining-pra {
    max-width: 349px;
}

.offer-room-item {
    z-index: 1;
}

.offer-room-item .content {
    position: absolute;
}

.offer-room-item .content .offer-title {
    background: var(--white);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 21px 5px 0;
    text-align: center;
    margin: 0 auto 14px;
}

.offer-room-item .content .offer-title span {
    line-height: 14px;
}

.offer-room-item .content .theme-btn {
    border: 1px solid var(--white);
}

.offer-room-item .content .theme-btn:hover {
    border-color: var(--theme);
    color: var(--black);
}

.offer-room-item::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 15px;
    background: radial-gradient(51.84% 51.84% at 50% 51.84%, rgba(0, 0, 0, 0.7) 34.5%, rgba(0, 0, 0, 0.9) 78.5%);
}

.offer-room-item:hover .content .offer-title {
    background: var(--bg);
}

.team-items {
    background: var(--white);
    transition: all 0.4s;
}

.team-items .content h6 a {
    color: #0a165e;
}

.team-items .content .icon {
    width: 32px;
    height: 32px;
    border: 0.5px solid rgba(7, 10, 1, 0.5);
    transition: all 0.4s;
}

.team-items .content .icon i {
    color: var(--black);
    font-size: 14px;
    transition: all 0.4s;
}

.team-items .content .icon:hover {
    background: var(--theme3);
    color: var(--white);
    border-color: var(--theme3);
}

.team-items .content .icon:hover i {
    color: var(--white);
}

.team-items .content .team-link {
    border: 0.5px solid rgba(7, 10, 1, 0.5);
    transition: all 0.4s;
    font-size: 12px;
    font-weight: 500;
    color: var(--black);
    border-radius: 100px;
    padding: 1px 10px;
    transition: all 0.4s;
}

.team-items .content .team-link:hover {
    background: var(--theme3);
    color: var(--white);
    border-color: var(--theme3);
}

.team-items .thumbs {
    display: block;
    width: 100%;
}

.team-items .thumbs img {
    width: 100%;
    transition: all 0.4s;
}

.team-items.active,
.team-items:hover {
    box-shadow: 0px 12px 40px 4px rgba(10, 22, 94, 0.08);
}

.team-items.active .thumbs img,
.team-items:hover .thumbs img {
    transform: scale(1.05);
}

.testimonial-items1 {
    position: relative;
}

.testimonial-items1::before {
    top: 50px;
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: var(--theme);
    z-index: -1;
    opacity: 0.3;
}

.testimonial-items1 .text-pra {
    font-size: 36px;
    line-height: 133%;
    margin-bottom: 36px;
}

.testimonial-items1 .quote-opa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1399px) {
    .testimonial-items1 .text-pra {
        font-size: 24px;
        line-height: 133%;
        margin-bottom: 30px;
    }
    .testimonial-items1 .quote-opa {
        width: 150px;
    }
}

@media (max-width: 575px) {
    .testimonial-items1 .text-pra {
        font-size: 19px;
        line-height: 133%;
        margin-bottom: 22px;
    }
    .testimonial-items1 .quote-opa {
        width: 150px;
    }
    .testimonial-items1 .quotes {
        width: 30px;
    }
}

.testimonial-btngrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-btngrap .array-prev {
    margin-left: -150px;
}

.testimonial-btngrap .array-next {
    margin-right: -150px;
}

.testimonial-btngrap .common-slide-btn {
    width: 80px;
    height: 80px;
    border: 1px solid var(--theme);
}

.testimonial-btngrap .common-slide-btn i {
    font-size: 29px;
    color: var(--black);
}

.testimonial-btngrap .common-slide-btn:hover {
    background: var(--theme);
}

.testimonial-btngrap .common-slide-btn:hover i {
    color: var(--black);
}

@media (max-width: 1600px) {
    .testimonial-btngrap {
        justify-content: center;
        align-items: center;
        width: 100%;
        position: initial;
        gap: 16px;
        top: 0;
        transform: translateY(0);
        margin-top: 40px;
    }
    .testimonial-btngrap .array-prev {
        margin-left: 0px;
    }
    .testimonial-btngrap .array-next {
        margin-right: 0px;
    }
    .testimonial-btngrap .common-slide-btn {
        width: 60px;
        height: 60px;
    }
    .testimonial-btngrap .common-slide-btn i {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .testimonial-btngrap {
        margin-top: 20px;
    }
}

.common-slide-btn {
    transition: all 0.4s;
}

.common-slide-btn i {
    transition: all 0.4s;
}

.swiper-pagination-total {
    color: var(--black);
}

@media (max-width: 1199px) {
    .apartment-section .common-right img {
        width: 30px;
    }
}

.apartment-item {
    position: relative;
    display: flex;
    justify-content: center;
}

.apartment-item .apartment-cont {
    position: absolute;
    bottom: 60px;
    width: 80%;
    background: var(--black);
    padding: 28px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.apartment-item .apartment-cont .theme-btn {
    border: 1px solid var(--white);
}

.apartment-item .apartment-cont .apartment-cont-inner {
    display: flex;
    gap: 70px;
}

@media (max-width: 1899px) {
    .apartment-item .apartment-cont {
        position: absolute;
        bottom: 40px;
        width: 90%;
        background: var(--black);
        padding: 24px 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .apartment-item .apartment-cont .theme-btn {
        border: 1px solid var(--white);
    }
    .apartment-item .apartment-cont .apartment-cont-inner {
        display: flex;
        gap: 30px;
    }
}

@media (max-width: 1399px) {
    .apartment-item .apartment-cont {
        position: absolute;
        bottom: 40px;
        width: 90%;
        background: var(--black);
        padding: 24px 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px 20px;
        flex-wrap: wrap;
    }
    .apartment-item .apartment-cont .theme-btn {
        border: 1px solid var(--white);
    }
    .apartment-item .apartment-cont .apartment-cont-inner {
        display: flex;
        gap: 16px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .apartment-item .mimg {
        height: 500px;
    }
}

@media (max-width: 575px) {
    .apartment-item .apartment-cont {
        bottom: 0px;
        width: 100%;
        background: var(--black);
        padding: 16px 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px 20px;
        flex-wrap: wrap;
    }
    .apartment-item .apartment-cont .theme-btn {
        border: 1px solid var(--white);
    }
    .apartment-item .apartment-cont .apartment-cont-inner {
        display: flex;
        gap: 14px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .apartment-item .apartment-cont .apartment-cont-inner .invirment li img {
        width: 20px;
    }
    .apartment-item .apartment-cont .apartment-cont-inner .invirment li span {
        font-size: 14px;
    }
    .apartment-item .mimg {
        height: 350px;
        object-fit: cover;
    }
}

.city-items5 {
    position: relative;
    overflow: hidden;
}

.city-items5::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(9, 16, 24, 0.582);
}

.city-items5 .content {
    max-width: 345px;
}

.city-items5 .content .theme-btn {
    border: 1px solid var(--white);
    padding-top: 10px;
    padding-bottom: 11px;
}

.city-items5 .content .box {
    max-width: 277px;
}

.city-items5 .content .city-ele {
    position: absolute;
    width: 341px;
    height: 265px;
}

@media (max-width: 1199px) {
    .city-items5 .content {
        max-width: 345px;
        padding-left: 9px;
        padding-right: 8px;
    }
    .city-items5 .content .theme-btn {
        border: 1px solid var(--white);
        padding-top: 10px;
        padding-bottom: 11px;
    }
    .city-items5 .content .box {
        max-width: 277px;
    }
    .city-items5 .content .city-ele {
        display: none;
    }
}

.city-wrapper5 .swiper-slide .city-items5::before {
    opacity: 0;
    transition: all 0.5s;
}

.city-wrapper5 .swiper-slide .city-items5 .content {
    opacity: 0;
    transition: all 0.5s;
}

.city-wrapper5 .swiper-slide.swiper-slide-active .city-items5::before {
    opacity: 1;
}

.city-wrapper5 .swiper-slide.swiper-slide-active .city-items5 .content {
    opacity: 1;
}

@media (max-width: 1399px) {
    .city-wrapper5 .city-view-content {
        padding: 30px 10px;
    }
}

.testimonial-section2 {
    position: relative;
    z-index: 1;
}

.testimonial-section2 .shadow-ele3 {
    position: absolute;
    left: -20%;
    top: -40%;
    z-index: -1;
    width: 1000px;
    height: 1000px;
}

.testimonial-section2 .container {
    max-width: 1703px;
    margin: 0 auto;
}

.testimonial-section2.testimonial-style3 .testimonil-spce-wrapper2 .testimonial-slider .testimonial-items1 p {
    color: var(--black) !important;
}

.testimonial-section2.testimonial-style3 .testimonil-spce-wrapper2 .testimonial-slider .testimonial-items1 .quote1 {
    filter: brightness(0);
}

.testimonial-section2.testimonial-style3 .testimonil-spce-wrapper2 .testimonial-btngrap2 button {
    border-color: var(--black);
}

.testimonial-section2.testimonial-style3 .testimonil-spce-wrapper2 .testimonial-btngrap2 button i {
    color: var(--black);
}

.testimonial-section2.testimonial-style3 .testimonil-spce-wrapper2 .testimonial-btngrap2 button:hover {
    border-color: var(--theme);
}

.testimonial-section2.testimonial-style3 .testimonil-spce-wrapper2 .testimonial-btngrap2 button:hover i {
    color: var(--white);
}

.testimonial-section2 .testimonial-slider {
    max-width: 1405px;
    margin-left: auto;
}

.testimonial-section2 .testimonial-slider .testimonial-items1 {
    display: flex;
    align-items: center;
    gap: 80px;
}

.testimonial-section2 .testimonial-slider .testimonial-items1::before {
    display: none;
}

.testimonial-section2 .testimonial-slider .testimonial-items1 .content-area {
    display: flex;
    gap: 10px;
}

.testimonial-section2 .testimonial-slider .testimonial-items1 .content-area p {
    font-size: 34px;
    line-height: 132%;
}

.testimonial-section2 .testimonial-slider .testimonial-items1 .content-area .quote1 {
    margin-top: -30px;
    width: 47px;
    height: 47px;
    object-fit: contain;
    filter: brightness(25);
}

.testimonial-section2 .testimonial-btngrap2 {
    display: grid;
    gap: 50px;
}

.testimonial-section2 .testimonial-btngrap2 button {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 1px solid var(--white);
}

.testimonial-section2 .testimonial-btngrap2 button i {
    color: var(--white);
    font-size: 29px;
}

.testimonial-section2 .testimonial-btngrap2 button:hover {
    background: var(--theme);
    border-color: var(--theme);
}

@media (max-width: 1399px) {
    .testimonial-section2 .testimonil-spce-wrapper2 {
        display: grid;
        flex-wrap: wrap;
        justify-content: center;
    }
    .testimonial-section2 .testimonial-slider .testimonial-items1 {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .testimonial-section2 .testimonial-slider .testimonial-items1 .content-area {
        display: flex;
        gap: 10px;
    }
    .testimonial-section2 .testimonial-slider .testimonial-items1 .content-area p {
        font-size: 34px;
        line-height: 132%;
    }
    .testimonial-section2 .testimonial-slider .testimonial-items1 .content-area .quote1 {
        margin-top: -30px;
        width: 47px;
        height: 47px;
        object-fit: contain;
        filter: brightness(25);
    }
    .testimonial-section2 .testimonial-btngrap2 {
        display: flex;
        gap: 18px;
        justify-content: center;
        order: 1;
        margin: 0 auto;
    }
    .testimonial-section2 .testimonial-btngrap2 button {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 1px solid var(--white);
    }
    .testimonial-section2 .testimonial-btngrap2 button i {
        color: var(--white);
        font-size: 18px;
    }
    .testimonial-section2 .testimonial-btngrap2 button:hover {
        background: var(--theme);
        border-color: var(--theme);
    }
}

@media (max-width: 1199px) {
    .testimonial-section2 .testimonil-spce-wrapper2 {
        display: grid;
        flex-wrap: wrap;
        justify-content: center;
    }
    .testimonial-section2 .testimonial-slider .testimonial-items1 {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .testimonial-section2 .testimonial-slider .testimonial-items1 .content-area {
        display: flex;
        gap: 10px;
    }
    .testimonial-section2 .testimonial-slider .testimonial-items1 .content-area p {
        font-size: 26px;
        line-height: 132%;
    }
    .testimonial-section2 .testimonial-slider .testimonial-items1 .content-area .quote1 {
        margin-top: -30px;
        width: 47px;
        height: 47px;
        object-fit: contain;
        filter: brightness(25);
    }
    .testimonial-section2 .testimonial-btngrap2 {
        display: flex;
        gap: 18px;
        justify-content: center;
        order: 1;
        margin: 0 auto;
    }
    .testimonial-section2 .testimonial-btngrap2 button {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 1px solid var(--white);
    }
    .testimonial-section2 .testimonial-btngrap2 button i {
        color: var(--white);
        font-size: 18px;
    }
    .testimonial-section2 .testimonial-btngrap2 button:hover {
        background: var(--theme);
        border-color: var(--theme);
    }
}

@media (max-width: 991px) {
    .testimonial-section2 .testi-thumb {
        display: none;
    }
    .testimonial-section2 .testimonial-items1 .quote1 {
        margin-top: 0 !important;
    }
}

@media (max-width: 575px) {
    .testimonial-section2 .testi-thumb {
        display: none;
    }
    .testimonial-section2 .testimonial-items1 .quote1 {
        width: 24px !important;
        height: 24px !important;
        margin-top: 0 !important;
    }
    .testimonial-section2 .testimonial-items1 p {
        font-size: 16px !important;
    }
}

.testimonial-section3 {
    background: url(../../assets/img/testimonial/testimonial-bg3.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 200px 0;
    position: relative;
}

.testimonial-section3 .testimonial-items1 {
    max-width: 901px;
    margin: 0 auto;
}

.testimonial-section3 .testimonial-items1 h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 132%;
}

.testimonial-section3 .testimonial-items1::before {
    display: none;
}

.testimonial-section3 .quotes {
    position: absolute;
    top: 40%;
}

.testimonial-section3 .quotes-right {
    position: absolute;
    right: 0;
    top: 40%;
}

.testimonial-section3 .testimonial-btngrap button {
    margin-right: 5px;
    margin-left: 5px;
    border-color: var(--white);
}

.testimonial-section3 .testimonial-btngrap button i {
    color: var(--white);
}

.testimonial-section3 .testimonial-btngrap button:hover {
    border-color: var(--theme);
}

.testimonial-section3 .testimonial-btngrap button:hover i {
    color: var(--black);
}

@media (max-width: 1399px) {
    .testimonial-section3 {
        padding: 120px 0;
    }
}

@media (max-width: 1199px) {
    .testimonial-section3 {
        padding: 90px 0;
    }
}

@media (max-width: 991px) {
    .testimonial-section3 {
        padding: 90px 0;
    }
    .testimonial-section3 .testimonial-items1 {
        max-width: 901px;
        margin: 0 auto;
    }
    .testimonial-section3 .testimonial-items1 h3 {
        font-size: 26px;
        font-weight: 400;
        line-height: 132%;
    }
}

@media (max-width: 500px) {
    .testimonial-section3 {
        padding: 80px 0;
    }
    .testimonial-section3 .testimonial-items1 {
        max-width: 901px;
        margin: 0 auto;
    }
    .testimonial-section3 .testimonial-items1 h3 {
        font-size: 22px;
        font-weight: 400;
        line-height: 132%;
    }
}

.testimonial-style5 {
    background: #091018;
    padding-bottom: 190px;
}

.testimonial-style5 .section-title {
    max-width: 725px;
    margin: 0 0 -140px 470px;
}

.testimonial-style5 .testimonial-wrapper-main5 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}

.testimonial-style5 .testimonial-wrapper-main5 .testimonial-thumb5 {
    max-width: 735px;
}

.testimonial-style5 .testimonial-wrapper-main5 .testimonial-thumb5 img {
    width: 100%;
}

.testimonial-style5 .container {
    max-width: 1794px;
    margin: 0 auto;
}

.testimonial-style5 .testimonil-spce-wrapper {
    max-width: 970px;
    gap: 60px;
    margin-bottom: -70px;
}

.testimonial-style5 .testimonial-items1 .quotev51 {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

@media screen and (max-width: 1700px) {
    .testimonial-style5 {
        padding-bottom: 110px;
    }
    .testimonial-style5 .section-title {
        max-width: 725px;
        margin: 0 auto 30px auto;
        text-align: center;
    }
    .testimonial-style5 .testimonil-spce-wrapper {
        max-width: 870px;
        gap: 40px;
        margin-bottom: 0;
    }
    .testimonial-style5 .testimonial-wrapper-main5 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
    }
    .testimonial-style5 .testimonial-wrapper-main5 .testimonial-thumb5 {
        max-width: 735px;
    }
    .testimonial-style5 .testimonial-wrapper-main5 .testimonial-thumb5 img {
        width: 100%;
    }
}

@media screen and (max-width: 1399px) {
    .testimonial-style5 {
        padding-bottom: 110px;
    }
    .testimonial-style5 .section-title {
        max-width: 725px;
        margin: 0 auto 30px auto;
        /* text-align: center; */
    }
    .testimonial-style5 .testimonil-spce-wrapper {
        max-width: 100%;
        gap: 20px;
        margin-bottom: 0;
        /* display: grid; */
        /* justify-content: center; */
    }
    .testimonial-style5 .testimonial-wrapper-main5 {
        /* display: flex; */
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 20px;
        padding: 0;
        text-align: center;
    }
    .testimonial-style5 .testimonial-wrapper-main5 .testimonial-thumb5 {
        display: none;
    }
    .testimonial-style5 .testimonial-btngrap2 {
        position: initial;
    }
    .testimonial-style5 .testimonial-items1 {
        /* max-width: 700px; */
        /* margin: 0 auto; */
    }
}

@media (max-width: 991px) {
    .testimonial-style5 {
        padding-bottom: 80px;
    }
}

/*# sourceMappingURL=main.css.map */