

@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: var(--header);
    transition: all 0.4s ease-in-out;
}

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

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

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

.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%;

}

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


/* 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;
}

.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: 20px;
    line-height: 32px;
}

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

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

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

@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;
}

@media (max-width: 1199px) {
    .space-bottom {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .space-bottom {
        padding-bottom: 80px;
    }
}

.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; */
    }
}




/* General styles */
body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}

/* 3D Section */
#3D {
    margin-bottom: 30px;
}

.heading-content-two {
    padding: 20px;
}

.heading-content-two .section-title {
    margin: 0;
}

.offers-section {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f1e4;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(189, 153, 21, 0.1);
    box-shadow: 0 8px 30px rgba(209, 162, 75, 0.7), 0 0 50px rgba(227, 180, 26, 0.7);
    margin-bottom: 30px;
    position: relative;
}

.sub-title p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.tab-btn-box {
    background-color: #333;
    padding: 10px;
}

.tab-btns {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tab-btn {
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.4s, border 0.4s;
    cursor: pointer;
    flex: 1;
    text-align: center;
    margin: 5px;
}

.tab-btn:hover,
.tab-btn.active-btn {
    background-color: rgb(185, 149, 56);
    color: #e4e3e0;
    border: 10px solid rgb(199, 147, 75);
}

.tabs-content .tab {
    display: none;
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.tabs-content .active-tab {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.content-column,
.image-column {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
}

.content-box {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(189, 148, 51, 0.1);
}

.content-box h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

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

.btn-box {
    margin-top: 20px;
}

.theme-btn {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background-color: #e7cb98;
    margin-right: 10px;
    transition: background-color 0.3s;
}

.theme-btn:hover {
    background-color: gold;
}

.image-box img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

/* Tiles Grid Section */
.tiles-grid-section {
    padding: 20px 0;
    background-color: #ffffff;
}

.tiles-grid-section .wrap-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.tiles-grid-section .wrap-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.tiles-grid-section .wrap-img:hover img {
    transform: scale(1.1);
}

.tiles-grid-section .title {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

/* Responsive styles */
@media (max-width: 768px) {
    /* 3D Section Specific Styles */
    .offers-section .tab-btn {
        flex: 1 1 100%;
    }

    .offers-section .content-column,
    .offers-section .image-column {
        flex: 1 1 100%;
    }

    .offers-section .row {
        flex-direction: column;
    }

    /* Tiles Grid Section Specific Styles */
    .tiles-grid-section .col-xs-6 {
        flex: 1 1 100%;
    }

    .tiles-grid-section .wrap-img {
        margin-bottom: 15px; /* Adjust margin for mobile view */
    }

    .tiles-grid-section .title {
        font-size: 16px; /* Adjust title size for mobile view */
    }

    .tiles-grid-section .row {
        display: flex;
        flex-wrap: wrap;
    }
}









img {
    height: auto;
    max-width: 100%;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #aa8000;
}

.main-content {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.decs-content {
    text-align: center;
    padding: 150px 0;
    margin-bottom: 40px;
    position: relative;
    background: url('https://img.freepik.com/free-vector/white-abstract-wallpaper_23-2148830026.jpg?w=2000') repeat fixed left top;
}

.wrap-img {
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 1200px) {
    .tiles-grid-section .wrap-img {
        margin-bottom: 40px;
        padding: 40px; /* Increase padding to make the tiles bigger */
        transform: scale(1.2); /* Scale up the tiles by 20% */
    }

    .tiles-grid-section .wrap-img img {
        width: calc(120% + 40px); /* Increase width to account for increased padding */
        height: auto;
        border-radius: 10px; /* Adjust border-radius if needed */
    }

    .img-bg {
        padding: 10px; /* Increase padding inside img-bg */
        border-radius: 10px;
    }

    .tiles-grid-section .title {
        font-size: 20px; /* Increase font size for titles */
    }
}

.wrap-img a {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    display: block;
    position: relative;
}

.img-bg {
    background: #feeec9;
    padding: 20px 17px 0;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .tiles-grid-section {
        padding: 5px; /* Reduce padding to maintain gaps */
    }

    .wrap-img {
        margin-bottom: 10px; /* Reduced margin to minimize gaps */
        padding: 0; /* Remove padding to make the image bigger */
        box-sizing: border-box; /* Ensure padding is included in the element's total width and height */
    }

    .img-bg {
        padding: 0; /* Remove padding inside img-bg to maximize image size */
        border-radius: 8px;
    }

    .wrap-img img {
        width: 100%; /* Ensure the image takes full width */
        height: auto;
    }
}

.img-bg img {
    border-radius: 8px 8px 0 0;
}

.img-bg:hover {
    background: #d2a550;
}

.wrap-img:hover .title-demo a {
    color: #f3b136;
}

.wrap-img a .action {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Safari */
    transform: translate(-50%, -50%);
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */
}

.wrap-img a:hover:before,
.wrap-img a:active:before {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

.wrap-img a:hover .action,
.wrap-img a:active .action {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

.title-demo {
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 0;
}
/* Existing CSS */

/* Add your existing CSS here */

/* Updated CSS for mobile view */
@media (max-width: 767px) {
    .container {
        padding-left: 5px; /* Reduce container padding for mobile */
        padding-right: 5px; /* Reduce container padding for mobile */
    }

    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        padding-left: 5px; /* Reduced padding to make images bigger */
        padding-right: 5px; /* Reduced padding to make images bigger */
        margin-bottom: 10px; /* Reduce margin to minimize gaps between tiles */
    }

    .img-bg {
        padding: 0; /* Remove padding inside img-bg to maximize image size */
    }

    .wrap-img {
        margin-bottom: 10px; /* Adjust margin to reduce gaps */
        padding: 0; /* Remove padding to make the image bigger */
        box-sizing: border-box; /* Ensure padding is included in the element's total width and height */
    }

    .wrap-img img {
        width: 100%; /* Ensure the image takes full width */
        height: auto;
    }
}








/* Existing styles... */

body {
    font-family: 'Open Sans', sans-serif; /* Updated font-family for body text */
}

.contact-area {
    position: relative; /* Make the container a positioning context */
    background-image: url('https://static.vecteezy.com/system/resources/previews/002/848/473/non_2x/modern-white-background-with-shiny-gold-geometric-element-abstract-light-clean-silver-background-vector.jpg'); /* Background image */
    background-size: cover; /* Ensure the background covers the entire area */
    background-position: center; /* Center the background image */
    padding: 50px 0;
}

/* Pseudo-element to create the overlay */
.contact-area::before {
    content: ''; /* Required for pseudo-element */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.187); /* Transparent white overlay, adjust 0.5 for transparency level */
    z-index: 1; /* Ensure it's above the background but below content */
}

/* Content inside .contact-area */
.contact-area > * {
    position: relative; /* Ensure the content stays above the overlay */
    z-index: 2; /* Make sure text and content stay above the overlay */
}


.heading-content-two.available {
    margin-bottom: 30px;
}

.heading-content-two .title {
    font-family: Georgia, 'Times New Roman', Times, serif; /* Stylish font-family for headings */
    font-size: 36px;
    color: #333;
    margin-bottom: 10px;
    margin-left: -640px;
}

.heading-content-two .sub-title {
    font-family: 'Open Sans', sans-serif; /* Keep sub-title consistent with body text */
    font-size: 18px;
    color: #777;
    margin-left: -640px;
}

.row.d-flex.align-items-center.justify-content-center {
    display: flex;
    justify-content: flex-start; /* Align items to the start (left) */
    align-items: flex-start;
    flex-wrap: wrap;
}

.map-left-content {
    flex: 0 0 700px; /* Increased width for the map */
    margin-left: 40px; /* Add margin to the left to move the map to the right */
    padding: 20px; /* Add padding inside the map container */
    border: 2px solid #ccc; /* Add a border around the map */
    border-radius: 20px; /* Rounded corners for the border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow for a subtle 3D effect */
}

.map-left-content iframe {
    width: 100%; /* Make the iframe take the full width of the container */
    height: 500px; /* Increased height for the iframe */
    border: 0;
    border-radius: 10px; /* Match the rounded corners of the container */
}

.map-right-content {
    flex: 0 0 auto;
    max-width: 400px;
    margin-left: 90px; /* Move text content to the right */
}

.contact {
    margin-bottom: 30px;
}

.contact h4 {
    font-family: Georgia, 'Times New Roman', Times, serif; /* Stylish font-family for contact headings */
    font-size: 25px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 30px;
    color: #333;
}

.contact p {
    font-family: Georgia, 'Times New Roman', Times, serif; /* Consistent font-family for contact text */
    font-size: 20px;
    margin-left: 20px;
    margin-bottom: 0;
    color: #555;
}

.social-icon a {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 24px; /* Adjust the size of the icons */
    color: #333;
    text-decoration: none;
}

.social-icon a:hover {
    color: #bd7500; /* Change color on hover */
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
    .map-left-content {
        flex: 0 0 100%; /* Full width on mobile devices */
        margin-left: 0; /* Remove left margin */
        padding: 10px; /* Adjust padding */
        margin-bottom: 20px; /* Add bottom margin for spacing */
        box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    }

    .map-left-content iframe {
        height: 300px; /* Adjust height for mobile */
        box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    }

    .map-right-content {
        flex: 0 0 100%; /* Full width on mobile devices */
        max-width: 100%; /* Full width on mobile devices */
        margin-left: 0; /* Remove left margin */
        margin-top: 20px; /* Add top margin */
        padding: 10px; /* Add padding for better spacing */
        text-align: center; /* Center align text */
        box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    }

    .heading-content-two .title,
    .heading-content-two .sub-title,
    .contact h4,
    .contact p {
        margin-left: 0; /* Remove left margin */
        text-align: center; /* Center align text */
    }

    .social-icon a {
        display: inline-block; /* Ensure icons are inline-block for better spacing */
        margin: 10px 10px; /* Adjust margins for better spacing */
    }
}

/* Optimize animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.wow {
    animation-name: fadeInUp;
    animation-duration: 1.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    will-change: opacity, transform;
}
.contact-area {
    background-color: #ffffff; /* Cream color background */
    background-image: url('https://static.vecteezy.com/system/resources/previews/002/848/473/non_2x/modern-white-background-with-shiny-gold-geometric-element-abstract-light-clean-silver-background-vector.jpg'); /* Add background image */
    background-size: cover; /* Ensure the background covers the entire area */
    background-position: center; /* Center the background image */
    padding: 50px 0;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
    .contact-area {
        background-size: cover; /* Ensure the background covers the entire area */
        background-position: center; /* Center the background image */
        background-attachment: fixed; /* Fix the background image position */
        background-repeat: no-repeat; /* Prevent the background image from repeating */
        padding: 30px 0; /* Adjust padding for mobile view */
    }
}



/* Hamburger Button Style */
.hamburger-btn {
    display: none;
    flex-direction: column;
    cursor: pointer;
    border: none;
    background: none;
    padding: 10px;
}

.hamburger-btn span {
    width: 25px;
    height: 3px;
    background-color: #8f5400;
    margin: 4px 0;
    transition: 0.4s;
}
/* Font Awesome for icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');

/* Mobile Navigation Sidebar Style */
.mobile-nav {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background-color: #b7832f64; /* Updated background color */
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: right 0.3s ease;
    z-index: 1000;
    padding-top: 60px;
    overflow-y: auto;
}

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

.mobile-nav ul li {
    margin: 10px 0;
}

.mobile-nav ul li a {
    display: flex;
    align-items: center;
    padding: 15px 20px; /* Increased padding for better spacing */
    color: #ecf0f1; /* Updated text color */
    text-decoration: none;
    font-size: 18px;
    transition: background 0.3s, color 0.3s; /* Smooth transition for hover effects */
}

.mobile-nav ul li a i {
    margin-right: 10px; /* Space between icon and text */
    font-size: 20px; /* Adjust icon size */
}

.mobile-nav ul li a:hover {
    background-color: #eac18b; /* Updated hover background color */
    color: #f39c12; /* Updated hover text color */
}

/* Media Query for Mobile View */
@media (max-width: 992px) {
    .hamburger-btn {
        display: flex;
        margin-left: auto; /* Pushes the button to the far right */
        margin-right: 10px; /* Adjust the value as needed to move it slightly to the right */
    }

    .mean__menu-wrapper {
        display: none;
    }
}

/* Active State for Mobile Navigation Sidebar */
.mobile-nav.open {
    right: 0;
}


.header-main {
    display: flex;
    justify-content: space-between; /* Ensures that the left and right parts are spaced correctly */
    align-items: center; /* Vertically centers the items */
}

.header-right {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.mean__menu-wrapper {
    display: flex;
    justify-content: center;
}

.main-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    margin: 0 15px;
}
/* Adjust Hamburger Button Position */
@media (max-width: 992px) {
    .hamburger-btn {
        display: flex;
        margin-left: auto; /* Pushes the button to the far right */
        margin-right: 10px; /* Adjust the value as needed to move it slightly to the right */
    }
}



.rotatex {
    position: relative;
}

.rotatex .rotate-box {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto;
}

.rotatex .rotate-box .rotate-circle {
    position: relative;
    width: 220px;
    height: 220px;
    animation: rotateText 20s linear infinite; /* Apply animation to this element */
}

.rotatex .rotate-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 70px; /* Adjust height to fit inside the circle */
    width: 70px; /* Adjust width to fit inside the circle */
    line-height: 70px; /* Adjust line-height to match the new height */
    border-radius: 50%;
    background-color: transparent;
    font-size: 20px; /* Adjust font size as needed */
    border: 1px solid #efb865;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #deb952; /* Ensure the icon color is set */
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5); /* Add gold shadow */
    transition: box-shadow 0.5s ease-in-out;
}

.rotatex .rotate-box .icon:hover {
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.8); /* Enhance shadow on hover */
}

.rotatex .rotate-box .rotate-text svg {
    width: 220px;
    height: 220px;
    fill: none;
}

.rotatex .rotate-box .rotate-text text {
    fill: #e3be6f;
    font-size: 40px;
    text-shadow: 0 0 5px #e3be6f, 0 0 10px #e3be6f, 0 0 15px gold; /* Add gold glow */
}

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

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #e3be6f, 0 0 10px #e3be6f, 0 0 15px gold;
    }
    50% {
        text-shadow: 0 0 10px #e3be6f, 0 0 20px #e3be6f, 0 0 30px gold;
    }
    100% {
        text-shadow: 0 0 5px #e3be6f, 0 0 10px #e3be6f, 0 0 15px gold;
    }
}

.rotatex .rotate-box .rotate-text text {
    animation: glow 2s infinite alternate; /* Apply glowing animation */
}



.video-section .luxuries-wrap {
    position: relative;
}

.video-section .luxuries-vid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
}

.rotatex {
    position: relative;
}

.rotatex .rotate-box {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    opacity: 0; /* Initially hidden */
    transform: translateY(50px); /* Initial position for slide-up effect */
    animation: slideUp 1s ease-out forwards; /* Trigger slide-up animation */
}

@keyframes slideUp {
    to {
        opacity: 1; /* Fade in */
        transform: translateY(0); /* Slide to original position */
    }
}

.rotatex .rotate-box .rotate-circle {
    position: relative;
    width: 220px;
    height: 220px;
    animation: rotateText 20s linear infinite; /* Apply animation to this element */
}

.rotatex .rotate-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 70px; /* Adjust height to fit inside the circle */
    width: 70px; /* Adjust width to fit inside the circle */
    line-height: 70px; /* Adjust line-height to match the new height */
    border-radius: 50%;
    background-color: transparent;
    font-size: 20px; /* Adjust font size as needed */
    border: 1px solid #efb865;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #deb952; /* Ensure the icon color is set */
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5); /* Add gold shadow */
    transition: box-shadow 0.5s ease-in-out;
}

.rotatex .rotate-box .icon:hover {
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.8); /* Enhance shadow on hover */
}

.rotatex .rotate-box .rotate-text svg {
    width: 220px;
    height: 220px;
    fill: none;
}

.rotatex .rotate-box .rotate-text text {
    fill: #e3be6f;
    font-size: 40px;
    text-shadow: 0 0 5px #e3be6f, 0 0 10px #e3be6f, 0 0 15px gold; /* Add gold glow */
    animation: glow 2s infinite alternate; /* Apply glowing animation */
}

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

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #e3be6f, 0 0 10px #e3be6f, 0 0 15px gold;
    }
    50% {
        text-shadow: 0 0 10px #e3be6f, 0 0 20px #e3be6f, 0 0 30px gold;
    }
    100% {
        text-shadow: 0 0 5px #e3be6f, 0 0 10px #e3be6f, 0 0 15px gold;
    }
}



.footer-bottom {
    white-space: nowrap; /* Prevents wrapping */
}

.footer-bottom a {
    display: inline; /* Ensures the link stays inline */
}

.footer-bottom .theme-clr {
    text-decoration: none; /* Optional, removes underline from link */
}
.footer-bottom {
    white-space: nowrap; /* Prevents wrapping */
    margin-top: 50px; /* Adjust this value to control how far down the footer is */
    
}
.footer-bottom {
    white-space: nowrap; /* Prevents wrapping */
    position: relative;
    left: -140px; /* Adjust this value to move it left */
}

.footer-bottom {
    margin-left: -60px; /* Adjust this value to move it to the right */
}

.footer-bottom { white-space: nowrap; /* Prevents wrapping */ } .footer-bottom a { display: inline; /* Ensures the link stays inline */ } .footer-bottom .theme-clr { text-decoration: none; /* Optional, removes underline from link */ } .footer-bottom { white-space: nowrap; /* Prevents wrapping */ margin-top: 100px; /* Adjust this value to control how far down the footer is */ } .footer-bottom { white-space: nowrap; /* Prevents wrapping */ position: relative; left: -140px; /* Adjust this value to move it left */ } /* For desktop view */ .footer-bottom { white-space: nowrap; /* Prevents wrapping */ position: relative; left: -140px; /* Adjust this value to move it left on desktop */ } /* For mobile view */ @media (max-width: 767px) { .footer-bottom { white-space: nowrap; /* Prevents wrapping */ position: relative; left: 50px; /* Adjust this value to move the text more towards the right on mobile */ text-align: center; /* Keep text centered in mobile view */ width: 100%; /* Ensure the footer takes up full width */ padding: 5px 0; /* Optional: add some padding for spacing */ } } .footer-bottom { margin-left: -60px; /* Adjust this value to move it to the right */ } /* Footer Section Styles */ .footer-section { background: #000; /* Keep the black background */ padding: 30px 0; /* Adjust padding as per needs */ } /* Footer widget wrapper styles */ .footer-widget-wrapper { display: flex; flex-wrap: wrap; justify-content: space-between; } /* Adjust for different screen sizes */ @media (max-width: 767px) { .footer-section { padding: 30px 15px; /* Adjust padding for mobile screens */ } .footer-widget-wrapper { flex-direction: column; /* Stack widgets vertically on mobile */ } .single-footer-widget { width: 100%; /* Ensure widgets take full width */ margin-bottom: 30px; /* Space between widgets */ } .widget-head { text-align: center; /* Center the widget titles */ } .important-link a { font-size: 14px; /* Reduce font size for mobile */ margin-bottom: 8px; /* Space between links */ } /* Social icons */ .social-cmn a { font-size: 18px; /* Reduce icon size for mobile */ padding: 10px; } .footer-bottom { font-size: 10px; /* Adjust footer text size for mobile */ } /* Adjust contact information */ .adredd-info li { display: flex; justify-content: flex-start; /* Align items to the left */ margin-bottom: 15px; /* Space between address items */ } .adredd-info svg { margin-right: 10px; /* Space between icon and text */ } }


body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.video-section {
    padding-bottom: 50px;
}

.luxuries-wrap {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 400px;
    margin: 40px auto;
    padding: 20px;
    box-sizing: border-box;
    border: 5px solid white;
    border-radius: 15px;
    background-color: #f0f0f0;
}

@media (max-width: 768px) {
    .luxuries-wrap {
        height: 200px !important;
    }
}


.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.luxuries-vid {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rotatex {
    position: relative;
}

.rotate-box {
    display: inline-block;
    position: relative;
}

.rotate-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rotate-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textcircle {
    width: 100%;
    height: 100%;
}

.icon {
    font-size: 24px;
    color: #fff;
}


.wrap-img h3.title {
    min-height: 60px;  /* Adjust this value to control the height */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;  /* Limit to 2 lines */
    -webkit-box-orient: vertical;
}
@media (max-width: 576px) {
    .wrap-img h3.title {
        font-size: 14px;     /* Smaller font size for mobile */
        line-height: 1.2;    /* Slightly tighter line spacing */
        min-height: auto;    /* Allow the height to adjust */
        -webkit-line-clamp: unset; /* Remove line clamping on mobile */
    }
}

@media (max-width: 767px) {
    .wrap-img {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .wrap-img img {
        flex-shrink: 0;
        height: 130px; /* Adjust this as needed for image size */
        object-fit: cover;
        border-radius: 10px;
    }

    .wrap-img h3.title {
        min-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 10px;
    }

    /* Ensure all tiles have the same height */
    .col-xs-6 {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .wrap-img img {
        object-fit: contain;
    }
}
/* General Styles */
body {
    margin: 0;
    padding: 0;
    font-family: 'Barlow', sans-serif;
    overflow-x: hidden;
}

/* Navbar Container */
header.header-1-alt {
    position: relative;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    max-width: 1300px;
    padding: 20px 20px;
    background: rgba(183, 182, 182, 0.329);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgb(210, 162, 51);
    z-index: 10;
    transition: all 0.4s ease;
}

.header-main-alt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-alt img {
    max-height: 50px;
    transition: all 0.3s ease;
}

.main-menu-alt ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    padding: 0;
    margin: 0;
}

.main-menu-alt ul li {
    position: relative;
    overflow: hidden;
}

.main-menu-alt ul li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    transition: all 0.4s ease;
}

.main-menu-alt ul li a:hover {
    color: #e2b646;
    transform: scale(1.1);
}



.header-right-alt {
    margin-right: 40px; /* Adjust this value to control how much you want to move them */
}
.logo-alt {
    margin-left: 20px; /* Adjust this value to control the distance */
}
/* Move buttons slightly to the left */
body.scrolled .header-right-alt {
    margin-right: 50px; /* Adjust this value as needed */
}

/* Move logo slightly to the right */
body.scrolled .header-left-alt {
    margin-left: 20px; /* Adjust this value as needed */
}

.header-right-alt .main-menu-alt nav ul li a {
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
}
@media (max-width: 991px) {
    .mobile-menu-alt {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw; /* Ensures full width */
        max-width: 100%; /* Prevents overflow */
        height: 100vh;
        background: linear-gradient(to bottom, white, #f0e6c0);
        transform: translateX(-100%); /* Moves menu fully out of view */
        transition: transform 0.5s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 999;
        padding: 20px;
        box-sizing: border-box;
    }

    .mobile-menu-alt.active {
        transform: translateX(0); /* Slides in smoothly */
    }

    .mobile-menu-alt ul {
        list-style: none;
        padding: 0;
        text-align: center;
        width: 90%; /* Ensures it stays within screen */
    }

    .mobile-menu-alt ul li {
        margin: 15px 0;
    }

    .mobile-menu-alt ul li a {
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        color: #444;
        padding: 10px 20px;
        border-radius: 10px;
        display: inline-block;
        transition: background 0.3s ease, transform 0.3s ease;
    }

    .mobile-menu-alt ul li a:hover {
        background: rgba(255, 215, 0, 0.2);
        transform: scale(1.1);
    }

    .hamburger-btn-alt {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1000;
        background: none;
        border: none;
        cursor: pointer;
    }

    .hamburger-btn-alt span {
        display: block;
        width: 30px;
        height: 4px;
        background: #444;
        margin: 6px 0;
        transition: transform 0.4s ease, opacity 0.4s ease;
    }

    .hamburger-btn-alt.active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    .hamburger-btn-alt.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-btn-alt.active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }
}

/* Hide mobile menu on larger screens */
@media (min-width: 992px) {
    .mobile-menu-alt,
    .hamburger-btn-alt {
        display: none !important;
    }
}
.hero-1 {
    margin-top: -30px !important; /* Moves the entire hero section up */
    position: relative !important;
    z-index: 0 !important; /* Ensures it's behind the navbar */
}



