@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap");
@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&display=swap");
:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #caa17f;
    --header: #1c1c1c;
    --text: #434343;
    --text-2: #0b4e3d;
    --border: #c9c9c9;
    --border-2: #cbcccf;
    --bg: #fffaf4;
    --bg-2: #fffaf4;
    --bg-3: #f8f8f8;
    --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.theme-btn {
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: 0.9s;
    background-color: var(--theme);
    color: var(--white);
    padding: 16px 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    font-family: Barlow;
    display: inline-flex !important;
    align-items: center;
}

.theme-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    margin: auto;
    transform: rotate(-45deg);
    background-color: var(--header);
    transition: 900ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 10px;
}

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

.theme-btn:hover::before {
    height: 550%;
}


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

body {
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    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: "Gilda Display", serif;
    margin: 0px;
    padding: 0;
    color: var(--header);
    line-height: 1.4;
    transition: all 0.4s ease-in-out;
}

h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 107%;
}

h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}

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

.about-wrapper .about-image {
    position: relative;
    z-index: 9;
    max-width: 622px;
}

.about-wrapper .about-image::after {
    position: absolute;
    content: "";
    left: 38px;
    height: 100%;
    width: 85%;
    bottom: -30px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
    z-index: -1;
}

@media (max-width: 1399px) {
    .about-wrapper .about-image::after {
        display: none;
    }
}

.about-wrapper .about-image::before {
    position: absolute;
    content: "";
    left: 20px;
    height: 100%;
    width: 92%;
    bottom: -14px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

@media (max-width: 1399px) {
    .about-wrapper .about-image::before {
        display: none;
    }
}

.about-wrapper .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    min-height: 550px;
    object-fit: cover;
}

.about-wrapper .about-image .shape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 34px;
}

.about-wrapper .about-content .text {
    max-width: 690px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-wrapper .about-content .list-item {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-content .list-item {
        gap: 16px;
    }
}

@media (max-width: 991px) {
    .about-wrapper .about-content .list-item {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.about-wrapper .about-content .list-item .list li {
    font-size: 18px;
    font-weight: 500;
    color: var(--header);
}

@media (max-width: 1399px) {
    .about-wrapper .about-content .list-item .list li {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .about-wrapper .about-content .list-item .list li {
        font-size: 16px;
    }
}

.about-wrapper .about-content .list-item .list li i {
    color: var(--theme);
    margin-right: 10px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-content .list-item .list li i {
        margin-right: 4px;
    }
}

@media (max-width: 991px) {
    .about-wrapper .about-content .list-item .list li i {
        margin-right: 10px;
    }
}

.about-wrapper .about-content .list-item .list li:not(:last-child) {
    margin-bottom: 10px;
}

.about-wrapper .about-content .hero-button-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0 0;
    border-radius: 10px;
    position: relative;
}

@media (max-width: 991px) {
    .about-wrapper .about-content .hero-button-item {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.about-wrapper .about-content .hero-button-item .top-shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.about-wrapper .about-content .hero-button-item .top-shape img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.about-wrapper .about-content .hero-button-item .button-text span {
    font-size: 14px;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

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

.footer-widget-wrapper {
    padding: 40px 0 48px;
}

.footer-widget-wrapper .single-footer-widget {
    margin-top: 30px;
}

.footer-widget-wrapper .single-footer-widget .widget-title {
    margin-bottom: 20px;
}

.footer-widget-wrapper .single-footer-widget .widget-title h4 {
    position: relative;
    padding-bottom: 15px;
}

.footer-widget-wrapper .single-footer-widget .widget-title h4::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 4px;
    height: 2px;
    background-color: var(--theme);
}

.footer-widget-wrapper .single-footer-widget .widget-title h4::after {
    position: absolute;
    bottom: 0;
    left: 10px;
    content: "";
    width: 81px;
    height: 2px;
    background-color: var(--theme);
}

.footer-widget-wrapper .single-footer-widget .footer-content p {
    color: var(--white);
    max-width: 290px;
}

.footer-widget-wrapper .single-footer-widget .list li {
    transition: all 0.4s ease-in-out;
    font-weight: 400;
}

.footer-widget-wrapper .single-footer-widget .list li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-widget-wrapper .single-footer-widget .list li:hover {
    margin-left: 5px;
}

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

.footer-widget-wrapper .single-footer-widget .contact-item li {
    display: flex;
    align-items: start;
    color: var(--white);
    gap: 8px;
}

.footer-widget-wrapper .single-footer-widget .contact-item li.style-2 {
    display: flex;
    align-items: center;
}

.footer-widget-wrapper .single-footer-widget .contact-item li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widget-wrapper .single-footer-widget .contact-item li a {
    color: var(--white);
}

.footer-widget-wrapper .single-footer-widget .contact-item li i {
    color: var(--theme);
}

.footer-section {
    position: relative;
    z-index: 999;
}

.footer-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient( 180deg, rgb(255 250 244) 40%, rgb(202 161 127) 85%);
    z-index: -1;
}

.footer-bottom {
    padding-bottom: 40px;
}

.footer-bottom .footer-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .footer-bottom .footer-wrapper {
        flex-wrap: wrap;
        gap: 25px;
    }
}

@media (max-width: 575px) {
    .footer-bottom .footer-wrapper {
        justify-content: center;
    }
}

.footer-bottom .footer-wrapper p {
    color: var(--white);
}

.footer-bottom .footer-wrapper p span {
    text-transform: uppercase;
    color: var(--theme);
}

.footer-bottom .footer-logo {
    text-align: center;
    margin: 0 auto;
    display: block;
}

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

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

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

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

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    padding: 20px 0;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

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

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

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

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

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

.header-main .header-right {
    gap: 20px;
}

.header-main .header-right .call-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 15px;
    border-radius: 10px;
    position: relative;
    z-index: 9;
    text-align: center;
}

.header-main .header-right .call-item.style-2 {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 16px 15px;
}

.header-main .header-right .call-item .shape {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

.header-main .header-right .call-item .icon {
    border-radius: 4px;
    background-color: var(--theme);
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: var(--white);
    text-align: center;
}

.header-main .header-right .call-item h6 {
    font-size: 16px;
    font-weight: 700;
}

.header-main .header-right .call-item h6 a {
    color: var(--white);
}

.header-main .header-right .header-button .theme-btn {
    background-color: transparent;
    z-index: 1;
    color: var(--white);
    padding: 19px 41px;
    position: relative;
    overflow: hidden;
}

.header-main .header-right .header-button .theme-btn img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.header-main .header-right .header-button .theme-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    margin: auto;
    transform: rotate(-45deg);
    background-color: var(--theme);
    transition: 900ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 10px;
}

.header-main .header-right .header-button .theme-btn:hover {
    color: var(--white);
}

.header-main .header-right .header-button .theme-btn:hover::before {
    height: 550%;
}

.header-main .header-right .flag-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px 15px;
}

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

.header-main .header-right .flag-wrap i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: var(--theme);
    border-radius: 4px;
    color: var(--white);
}

.header-main .header-right .flag-wrap .flag {
    position: absolute;
    top: 9px;
    left: 15px;
    z-index: 1;
}

@media (max-width: 767px) {
    .header-main .header-right .flag-wrap .flag {
        display: none;
    }
}

.header-main .header-right .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
    color: var(--white);
}

.header-1 {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
}

.header-1 .container-fluid {
    padding: 0 60px;
}

@media (max-width: 1399px) {
    .header-1 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .header-1 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .header-1 .container-fluid {
        padding: 0 15px;
    }
}

.header-1 .header-main .header-left .header-logo-2 {
    display: none;
}

.header-1 .header-main .main-menu {
    position: relative;
    padding: 0 30px;
}

.header-1 .header-main .main-menu .bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 1399px) {
    .header-1 .header-main .main-menu .bg-image {
        display: none;
    }
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: all 0.9s;
    background-color: var(--white);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sticky.header-1 .header-main .main-menu ul li a {
    color: var(--text);
}

.sticky.header-1 .header-main .main-menu ul li .submenu li a {
    color: var(--header) !important;
}

.sticky.header-1 .header-main .header-right .sidebar__toggle {
    color: var(--header);
}

.sticky.header-2 .header-main .header-left .header__hamburger .sidebar__toggle {
    padding: 18px 20px;
}

@media (max-width: 1399px) {
    .sticky.header-2 .header-main .header-left .header-logo {
        display: block !important;
    }
    .sticky.header-2 .header-main .header-left .header-logo img {
        filter: brightness(0);
    }
}

.sticky.header-2 .header-main .logo .header-logo-2 {
    display: block;
}

.sticky.header-2 .header-main .logo .header-logo {
    display: none;
}

.sticky.header-2 .header-main .header-right .call-item.style-2 {
    border-radius: 10px;
    border: 1px solid var(--header);
    padding: 16px 15px;
}

.sticky.header-2 .header-main .header-right .call-item.style-2 h6 {
    font-weight: 700;
}

.sticky.header-2 .header-main .header-right .call-item.style-2 h6 a {
    color: var(--header);
}

.sticky.header-2 .header-main .header-right .flag-wrap {
    border: 1px solid var(--header);
    padding: 12px 16px;
}

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


/* Track */

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


/* Handle */

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

.fix {
    overflow: hidden;
}

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

.slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.p-relative {
    position: relative;
}

.array-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.array-buttons .array-prev {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    text-align: center;
    background-color: var(--white);
    color: var(--theme);
    transition: all 0.4s ease-in-out;
}

.array-buttons .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
}

.array-buttons .array-next {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    text-align: center;
    color: var(--white);
    background-color: var(--theme);
    transition: all 0.4s ease-in-out;
}

.array-buttons .array-next:hover {
    background-color: var(--white);
    color: var(--theme);
}

.hero-1 {
    padding-top: 220px;
    padding-bottom: 60px;
    position: relative;
    height: 100vh;
}

@media (max-width: 1399px) {
    .hero-1 {
        padding-top: 200px;
    }
}

@media (max-width: 991px) {
    .hero-1 {
        padding-top: 160px;
    }
}

.hero-1 .container-fluid {
    padding: 0 60px;
}

@media (max-width: 1600px) {
    .hero-1 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .hero-1 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .hero-1 .container-fluid {
        padding: 0 15px;
    }
}

.hero-1 .signature-image {
    position: absolute;
    bottom: 205px;
    right: 250px;
}

@media (max-width: 1399px) {
    .hero-1 .signature-image {
        display: none;
    }
}

.hero-1 .hero-content p {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    max-width: 422px;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .hero-1 .hero-content p {
        font-size: 16px;
    }
}

.hero-1 .hero-content .theme-btn {
    background-color: transparent;
    z-index: 1;
    color: var(--white);
    position: relative;
    overflow: hidden;
    padding: 22px 25px;
    height: 55px;
}

.hero-1 .hero-content .theme-btn img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -2;
}

.hero-1 .hero-content .theme-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    margin: auto;
    transform: rotate(-45deg);
    background-color: var(--theme);
    transition: 900ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 10px;
}

.hero-1 .hero-content .theme-btn:hover {
    color: var(--white);
}

.hero-1 .hero-content .theme-btn:hover::before {
    height: 550%;
}

.hero-1 .hero-content .hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: end;
    margin-top: 250px;
}

@media (max-width: 1399px) {
    .hero-1 .hero-content .hero-wrapper {
        margin-top: 40px;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.hero-1 .hero-content .hero-wrapper h1 {
    color: var(--white);
    margin-bottom: -30px;
}

@media (max-width: 767px) {
    .hero-1 .hero-content .hero-wrapper h1 {
        margin-bottom: 0;
    }
}

.hero-1 .hero-content .hero-wrapper .hero-box {
    border-radius: 10px;
    backdrop-filter: blur(40px);
    padding: 30px;
    width: 700px;
}

@media (max-width: 767px) {
    .hero-1 .hero-content .hero-wrapper .hero-box {
        max-width: 345px;
    }
}

.hero-1 .hero-content .hero-wrapper .hero-box .top-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hero-1 .hero-content .hero-wrapper .hero-box .top-item h4 {
    letter-spacing: 0.5px;
    color: var(--white);
}

.hero-1 .hero-content .hero-wrapper .hero-box .hero-item .hero-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.hero-1 .hero-content .hero-wrapper .hero-box .hero-item h6 {
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    font-family: "Barlow", sans-serif;
}

.scrolling-wrap {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 20px;
    padding: 15px 0;
    background-color: var(--header);
}

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

.scrolling-wrap .comm .cmn-textslide {
    font-size: 25px;
    font-weight: 400;
    line-height: 36px;
    text-transform: capitalize;
    color: var(--white);
    font-family: "Gilda Display", serif;
    display: flex;
    align-items: center;
    gap: 15px;
}

.scrolling-wrap .comm .cmn-textslide i {
    font-size: 21px;
    color: var(--theme);
}

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

@media (max-width: 1399px) {
    .scrolling-wrap .comm {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .scrolling-wrap {
        gap: 14px;
    }
    .scrolling-wrap .comm {
        gap: 14px;
    }
}

@media (max-width: 575px) {
    .scrolling-wrap .comm {
        gap: 12px;
    }
}


/* Preloader Base */

#preloader {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.1s ease, visibility 0.6s ease;
}

#preloader.hidden {
    opacity: 0;
    visibility: hidden;
}


/* Content */

.preloader-content {
    text-align: center;
}

.preloader-logo {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
    animation: pulse 2s infinite ease-in-out;
}


/* Spinner */

.spinner {
    width: 50px;
    height: 50px;
    border: 3px solid #ddd;
    border-top: 3px solid #c19b76;
    /* gold tone */
    border-radius: 50%;
    margin: 0 auto 15px;
    animation: spin 1.2s linear infinite;
}


/* Text */

#preloader p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #555;
    letter-spacing: 0.5px;
}


/* Animations */

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

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

.back-to-top {
    background-color: var(--theme);
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 100px;
    color: var(--white);
    font-size: 16px;
    position: fixed;
    display: inline-block;
    z-index: 9999;
    right: 30px;
    bottom: 30px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

@media (max-width: 575px) {
    .back-to-top {
        display: none;
    }
}

.back-to-top:hover {
    background-color: var(--white);
    color: var(--theme);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

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

.room-section .bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    right: 40px;
    overflow: hidden;
    border-radius: 20px;
}

@media (max-width: 1600px) {
    .room-section .bg-image {
        left: 0;
        right: 0;
    }
}

.room-section .bg-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.room-section .bg-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    z-index: 9;
}

.room-section .section-title-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
    margin-bottom: 0px;
}

.room-section .section-title-area .section-title p {
    max-width: 690px;
}

.room-section .room-slider {
    position: relative;
    z-index: 999;
}

.room-box-item {
    border-radius: 0 0 8px 8px;
    position: relative;
    z-index: 9;
}

.room-box-item .room-image {
    position: relative;
    overflow: hidden;
}

.room-box-item .room-image img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


/* .room-box-item .room-image img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
} */

.room-box-item .room-image span {
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    border-radius: 6px;
    background-color: var(--theme);
    position: absolute;
    left: 25px;
    top: 45px;
    padding: 6px 12px;
    z-index: 999;
}

.room-box-item .content-item {
    background: var(--white);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.room-box-item .content-item .room-content {
    padding: 30px;
}

.room-box-item .content-item .room-content h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme);
    display: inline-block;
    border-radius: 6px;
    border: 1px solid rgba(170, 132, 83, 0.2);
    padding: 5px 10px;
    margin-bottom: 20px;
}

.room-box-item .content-item .room-content h4 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.room-box-item .content-item .room-content h4 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.room-box-item .content-item .room-content .list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

@media (max-width: 1399px) {
    .room-box-item .content-item .room-content .list {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.room-box-item .content-item .room-content .list li {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1;
    gap: 10px;
    color: #434343;
}

.room-box-item .content-item .room-content .list li i {
    font-size: 18px;
    line-height: 1;
    color: var(--theme);
}

.room-box-item .content-item .theme-btn {
    justify-content: space-between;
    width: auto;
    border-radius: 8px;
    padding: 16px 30px;
    background-color: var(--header);
    margin-top: 15px;
}

.room-box-item .content-item .theme-btn::before {
    background-color: var(--theme);
    transform: rotate(-30deg);
    left: -40px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 0px;
}

.room-box-item:hover .room-image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.room-box-item:hover .room-image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.room-box-item .content-item .theme-btn i {
    margin-left: 7px;
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 0;
    }
}

.section-title .sub-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme);
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    position: relative;
}

.section-title .sub-title.sub-title-2 {
    padding-bottom: 10px;
}

.section-title .sub-title.sub-title-2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 1px;
    background-color: var(--theme);
}

.section-title .sub-title.sub-title-2::after {
    position: absolute;
    bottom: 0;
    left: 25px;
    content: "";
    width: 65px;
    height: 1px;
    background-color: var(--theme);
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}

.section-title-area .section-title {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .section-title-area {
        margin-bottom: 0;
    }
}

.section-title-area p {
    max-width: 523px;
}

.center {
    text-align: center;
    margin: 0 auto;
}

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

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

.section-bg-2 {
    background-color: #f7f7f7;
}

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

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

.news-bg {
    background: #f8f8f8;
}

.hero-bg {
    background-color: #f7f3ee;
}

.section-padding {
    padding: 120px 0;
}

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

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

.service-wrapper .service-main-item {
    position: relative;
    border-radius: 10px;
    transition: all 0.6s ease;
    /* First small card */
    /* Second card (hidden by default) */
    /* Hover (expand & switch cards) */
}

@media (max-width: 1399px) {
    .service-wrapper .service-main-item.active {
        display: none;
    }
}

.service-wrapper .service-main-item .service-item,
.service-wrapper .service-main-item .service-card-item {
    width: 100%;
    border-radius: 10px;
    transition: all 0.6s ease;
}

.service-wrapper .service-main-item .service-item {
    background-color: var(--header);
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    width: 210px;
}

.service-wrapper .service-main-item .service-item .service-image img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: auto;
    display: block;
}

.service-wrapper .service-main-item .service-item .service-content {
    margin-left: 30px;
    margin-bottom: 30px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 18px;
}

.service-wrapper .service-main-item .service-item .service-content h3 {
    height: 340px;
}

.service-wrapper .service-main-item .service-item .service-content h3 a {
    color: var(--white);
}

.service-wrapper .service-main-item .service-item .service-content h3 a:hover {
    color: var(--theme);
}

.service-wrapper .service-main-item .service-item .service-content .btn {
    text-transform: uppercase;
    color: var(--theme);
    font-weight: 600;
}

.service-wrapper .service-main-item .service-card-item {
    z-index: 1;
    transform: scale(0.95);
}

.service-wrapper .service-main-item .service-card-item .services-image {
    position: relative;
}

.service-wrapper .service-main-item .service-card-item .services-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.service-wrapper .service-main-item .service-card-item .services-image .content {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 20px;
    border-radius: 10px;
    background-color: var(--white);
}

.service-wrapper .service-main-item .service-card-item .services-image .content h3 {
    height: initial;
}

.service-wrapper .service-main-item .service-card-item .services-image .content h3 a {
    display: inline-block;
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.3s ease;
}

.service-wrapper .service-main-item .service-card-item .services-image .content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.service-wrapper .service-main-item .service-card-item .services-image .content .views-btn {
    color: var(--theme);
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}

.service-wrapper .service-main-item.active {
    width: 450px;
    transition: all 0.6s ease;
}

.service-wrapper .service-main-item.active .service-item {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
}

.service-wrapper .service-main-item.active .service-card-item {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    width: 450px;
    z-index: 3;
}

a.header-logo {
    max-width: 100px;
    display: block;
}

a.header-logo img {
    width: 100%;
}

.swiper-slide {
    height: auto !important;
    margin-bottom: 5px;
}

.room-box-item {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.gap-50 {
    gap: 50px 0;
}

.location_card {
    background-color: #fffaf4;
    padding: 30px;
    border-radius: 8px;
    gap: 15px 0;
    display: grid;
    height: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.location_card.location-2 {
    background-color: #caa17f;
}

.location_card h3 {
    font-size: 26px;
}

.location_card.location-2 h3,
.location_card.location-2 span,
.location_card.location-2 p,
.location_card.location-2 a {
    color: #fff;
}

.location_card i {
    width: 30px;
    height: 30px;
    background-color: #caa17f;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 8px;
    margin-right: 7px;
}

.location_card.location-2 i {
    background-color: #fff;
    color: #caa17f;
}

.location_card span {
    font-weight: bold;
    font-size: 18px;
}

.d-flex-loc p {
    margin-top: 10px;
}

span.divider {
    font-weight: 400;
    margin: 0 5px;
}

.gallery-slider img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.gallery-slider .swiper-slide {
    margin: 0 !important;
}

.footer_logo img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.single-footer-widget {
    padding-right: 40px;
}

.single-footer-widget.pr-0 {
    padding-right: 0;
}

.single-footer-widget .social-icon {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 0;
    justify-content: center;
}

.single-footer-widget .social-icon a {
    color: #1c1c1c;
    opacity: 0.7;
    font-size: 25px;
}

.single-footer-widget .social-icon a:hover {
    color: var(--theme);
    opacity: none;
}

.m-logo {
    float: right;
}

.footer-wrapper .row {
    width: 100%;
}

.copyright_txt {
    color: #fff;
    margin-bottom: 0;
}

.form-control {
    background-color: transparent;
    margin-bottom: 10px;
    padding: 12px 15px;
    color: #1c1c1c;
    border: 1px solid rgb(28 28 28 / 30%);
}

.form-control::placeholder {
    color: #1c1c1c;
}

footer ul.list li i {
    margin-right: 5px;
}

.m-footer .theme-btn {
    background-color: var(--header);
    padding: 10px 23px;
    margin-top: 10px;
}

.scrolling-wrap {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 20px;
    padding: 15px 0;
    background-color: var(--header);
}

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

.scrolling-wrap .comm .cmn-textslide {
    font-size: 25px;
    font-weight: 400;
    line-height: 36px;
    text-transform: capitalize;
    color: var(--white);
    font-family: "Gilda Display", serif;
    display: flex;
    align-items: center;
    gap: 15px;
}

.scrolling-wrap .comm .cmn-textslide i {
    font-size: 21px;
    color: var(--theme);
}

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

@media (max-width: 1399px) {
    .scrolling-wrap .comm {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .scrolling-wrap {
        gap: 14px;
    }
    .scrolling-wrap .comm {
        gap: 14px;
    }
}

@media (max-width: 575px) {
    .scrolling-wrap .comm {
        gap: 12px;
    }
}

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

@keyframes scrolly {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-60%);
    }
}

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

@keyframes scroll-left-to-right-loop {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}

.gap-30 {
    gap: 30px 0
}

.about_swiper {
    overflow: hidden;
}

.insta-icon {
    border-radius: 4px;
    background-color: var(--theme);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.insta-icon a {
    color: #fff;
}

.footer_logo {
    max-width: 250px;
}

.read_btn {
    color: #caa17f;
    font-weight: 600;
}

button.btn-close {
    position: absolute;
    top: -12px;
    right: -12px;
    background-color: #ffffff;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    opacity: 1;
    border-radius: 50%;
    font-size: 11px;
    filter: invert(1);
}

.modal-content {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.modal-body {
    padding: 25px;
}