/* @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap'); */

@charset "UTF-8";

@font-face {
    font-family: Poppins;
    src: url(../fonts/poppins/Poppins-Regular.woff2) format("woff2"), url(../fonts/poppins/Poppins-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/poppins/Poppins-Medium.woff2) format("woff2"), url(../fonts/poppins/Poppins-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/poppins/Poppins-SemiBold.woff2) format("woff2"), url(../fonts/poppins/Poppins-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/poppins/Poppins-Bold.woff2) format("woff2"), url(../fonts/poppins/Poppins-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/poppins/Poppins-ExtraLight.woff2) format("woff2"), url(../fonts/poppins/Poppins-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/poppins/Poppins-Light.woff2) format("woff2"), url(../fonts/poppins/Poppins-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Sacramento;
    src: url(../fonts/sacramento/Sacramento-Regular.woff2) format("woff2"), url(../fonts/sacramento/Sacramento-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Droid Arabic Kufi;
    src: url(../fonts/droidarabickufi/DroidArabicKufi-Bold.woff2) format("woff2"), url(../fonts/droidarabickufi/DroidArabicKufi-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Droid Arabic Kufi;
    src: url(../fonts/droidarabickufi/DroidArabicKufi.woff2) format("woff2"), url(../fonts/droidarabickufi/DroidArabicKufi.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}


:root {
    /* Color Config */
    --color-orange: #F47D35;
    /* --color-yellow: #fcb118; */
    /* --color-yellow: #926d4e; */
    --color-yellow: #fac25a;
    --color-dark: #000;
    /* --color-dark: #181D24; */
    --color-blue: #1e587f;
    --color-peal: #add4ef;
    --color-cream: #FFDFBD;
    --color-light-cream: #FDEBD8;
    --color-white: #FFFFFF;
    --color-grey: #B6B6B6;
    --orange: #fcb118;
    --border-orange: #fcb118;
    --white-text-color: #fff;
    --border-dark: #1e587f;
    --color-new-bg: #2c3339;

    --orange: #F47D35;
    /* --cream: #fcb118; */
    /* --cream: #926d4e; */
    --cream: #fac25a;


    --body-bg-blue-light-color: #181D24;
    --body-bg-white-color: #ffffff;
    --blue-text-color: #181D24;
    --white-text-color: #ffffff;
    --body-bg-blue-dark-color: #181D24;
    --border-white: #ffffff;
    --border-dark: #686b78;
    --border-yellow: #fcb118;

    /* --font-weight: 300; */
    /* --font-family: 'DM Sans', sans-serif; */
    /* --fs-large: clamp(2rem, calc(2.5rem + 3vw), 90px); */
    /* Font Config */
    --font-weight: 300;
    --font-size: 16px;
    --font-line-height: 1.4;
    --font-family: Poppins, Droid Arabic Kufi, Arial, sans-serif;
    --fs-large: clamp(2rem, calc(3vw), 90px);
    /* --fs-large-new: clamp(2rem, calc(3vw),70px); */
    --fs-large-new: clamp(1rem, 10vw, 2rem);
    --fs-small: 14px;
    /* Spacing Config */
    --section-padding: 40px;
    --menu-banner-padding: 20px;
    /* Other Config */
    --horizontal-scroll-height: 180px;
    --horizontal-scroll-width: 290px;
    --gallery-height: clamp(100px, calc(10px + 44.8438vw), 600px);
    --border-radius: clamp(20px, 1.5625vw, 30px);
    --header-height: 95.2px;


    --fw-light: 300;
    --fw-medium: 400;
    --fw-bold: 700;

}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
}

.c-scrollbar:hover {
    transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
    opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1);
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
    transform: scaleY(1.3);
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0;
}

@media (min-width:420px) {
    :root {
        --gallery-height: clamp(200px, calc(10px + 50.8438vw), 600px);
    }
}

@media (min-width:576px) {
    :root {
        --horizontal-scroll-height: 200px;
        --horizontal-scroll-width: 350px;
        --gallery-height: clamp(200px, calc(10px + 50.84745762711864vw), 600px);
    }
}

@media (min-width:768px) {
    :root {
        --horizontal-scroll-height: 230px;
        --horizontal-scroll-width: 420px;
        --fs-small: 16px;
        --gallery-height: clamp(200px, calc(10px + 29.0625vw), 600px);
    }
}

@media (min-width:992px) {
    :root {
        /* Font Config */
        --font-size: 22px;
        --font-line-height: 1.6;
        --menu-banner-padding: 40px;
        --horizontal-scroll-height: 333px;
        --horizontal-scroll-width: 500px;
    }
}

@media (min-width:1200px) {
    :root {
        --section-padding: 80px;
        --menu-banner-padding: 60px;
    }
}

@media (min-width:1400px) {
    :root {
        --menu-banner-padding: 60px;
        --horizontal-scroll-height: 550px;
        --horizontal-scroll-width: 950px;
    }
}

@media (min-width:1600px) {
    :root {
        --menu-banner-padding: 100px;
    }
}

html,
body {
    font: var(--font-weight) var(--font-size)/var(--font-line-height) var(--font-family);
    color: var(--color-white);
    /* background-color: var(--color-peal); */
    background-color: var(--color-new-bg);
}

@media (max-width:767px) {
    body.menu-opened {
        overflow: hidden;
    }
}

ul {
    list-style: none;
    padding: unset;
}

ul.ul-reset {
    list-style: disc;
    padding-left: 1rem;
    margin: unset;
}

ul.ul-reset li {
    margin-bottom: 0.75rem;
}

ul.ul-reset li:last-child {
    margin-bottom: unset;
}

dd {
    margin-bottom: 1rem;
}

a,
.nav-link {
    color: var(--color-white);
    text-decoration: none;
}

a.a-default .nav-link.a-default {
    color: var(--color-white);
}

a:hover,
.nav-link:hover {
    color: var(--color-yellow);
}

p a {
    color: var(--color-yellow) !important
}

p a:hover {
    text-decoration: underline !important
}

.section-light-cream a {
    color: var(--color-dark);
}

a[data-fancybox] {
    outline: 0;
}

h1,
.h1 {
    font-size: 2rem;
}

h2,
.h2 {
    font-size: 1.75rem;
}

h3,
.h3 {
    font-size: 1.25rem;
}

h4,
.h4 {
    font-size: 1rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h2+p,
.h2+p,
h1+p,
.h1+p {
    margin-bottom: unset;
}

hr {
    margin: 0.75rem 0;
    color: var(--color-yellow);
    border: 0;
    border-top: 1px solid;
    opacity: unset;
}

.fs-large {
    font-size: var(--fs-large);
    line-height: 1;
}

.fs-small {
    font-size: var(--fs-small);
}

.text-orange {
    color: var(--color-yellow);
}

@media (min-width:992px) and (min-height:768px) {
    ul.ul-reset li {
        margin-bottom: 0.5rem;
    }

    h1,
    .h1 {
        font-size: 2.5rem;
    }

    h2,
    .h2 {
        font-size: 2rem;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
    }

    h4,
    .h4 {
        font-size: 1.25rem;
    }

    .parallax h2,
    .parallax .h2 {
        margin-top: var(--section-padding);
    }
}

/* Loco */
html.has-scroll-smooth {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.c-scrollbar_thumb {
    background-color: var(--color-yellow);
    opacity: 1;
    width: 7px;
}

#content-wrapper {
    overflow-y: hidden !important;
}

@media (max-width:767px) {
    .c-scrollbar_thumb {
        width: 5px;
    }
}

/* Loco */

.section-padding-sm,
.section-padding {
    padding: 60px 0;
}

:root {
    --padding-gap: 60px;
}

.section-padding-bottom {
    padding-bottom: 30px;
}

.container-gap {
    padding: 0 20px;
}

.padding-gap {
    padding: 60px 20px;
}

.mt-30 {
    margin-top: 15px;
}

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

.mt-45 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 30px;
}

.margin-bottom {
    margin-bottom: 30px;
}

@media(min-width: 768px) {
    .section-padding {
        padding: 60px 0;
    }

    .section-padding-bottom {
        padding-bottom: 30px;
    }

    .container-gap {
        padding: 0 30px;
    }

    .padding-gap {
        padding: 60px 30px;
    }
}

@media(min-width: 992px) {
    .mt-30 {
        margin-top: 30px;
    }

    .mt-45 {
        margin-top: 55px;
    }

    .mt-60 {
        margin-top: 60px;
    }

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

    :root {
        --padding-gap: 90px;
    }

    .section-padding-bottom {
        padding-bottom: 45px;
    }

    .container-gap {
        padding: 0 60px;
    }

    .margin-bottom {
        margin-bottom: 60px;
    }
}

@media(min-width: 1200px) {
    .section-padding {
        padding: 120px 0;
    }

    :root {
        --padding-gap: 120px;
    }

    .section-padding-bottom {
        padding-bottom: 60px;
    }

    .container-gap {
        padding: 0 90px;
    }

    .padding-gap {
        padding: 90px 40px;
    }
}

@media(min-width: 1400px) {
    .section-padding {
        padding: 180px 0;
    }

    :root {
        --padding-gap: 180px;
    }

    .container-gap {
        padding: 0 120px;
    }

    .section-padding-bottom {
        padding-bottom: 75px;
    }

    .padding-gap {
        padding: 120px 60px;
    }
}

@media(max-width: 992px) {
    .pt-max-lg-0 {
        padding-top: 0 !important;
    }

    .pb-max-lg-0 {
        padding-bottom: 0 !important;
    }

    .py-max-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .px-max-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .row-revers-lg {
        flex-wrap: wrap-reverse;
    }

    .p-max-lg-0 {
        padding: 0 !important;
    }
}

@media(max-width: 767px) {
    .pt-max-md-0 {
        padding-top: 0 !important;
    }

    .pb-max-md-0 {
        padding-bottom: 0 !important;
    }

    .py-max-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .px-max-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .p-max-md-0 {
        padding: 0 !important;
    }

    .row-revers-md {
        flex-wrap: wrap-reverse;
    }
}


/* ---------- Custom Classes Start ---------- */

.red {
    color: red !important;
}

.section-padding {
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
}

.head-section-padding {
    padding-bottom: 20px;
}

.img-rounded {
    border-radius: var(--border-radius);
}

.for-background-image {
    position: relative;
    overflow: hidden;
}

.for-background-image .background-image {
    top: 0;
    left: 0;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    z-index: -1;
}

.sub-banner-section-half.for-background-image .background-image {
    transform: unset !important;
}

.background-image.z1 {
    z-index: 1 !important;
}

.for-zoom-img-effect .zoom-img-effect {
    overflow: hidden;
    transition: transform 300ms;
}

.for-zoom-img-effect:hover .zoom-img-effect {
    transform: scale(1.03);
}

.rounded-wrapper {
    padding: 10px;
}

.rounded-container {
    border-radius: var(--border-radius);
    overflow: hidden;
}

.background-overlay {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.background-overlay::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.section-cream {
    /* background-color: var(--color-peal); */
    /* background-color: var(--color-white); */
    /* color: var(--color-dark); */
    /* color: var(--color-dark); */

    color: var(--color-white);
    background-color: #2c3339;
    position: relative;
    z-index: 10;
}

.section-light-cream {
    background-color: var(--color-light-cream);
    color: var(--color-dark);
    position: relative;
    z-index: 10;
}

.section-dark,
.section-dark a:not(.btn),
.section-dark .nav-link {
    color: var(--color-white)
}

.section-dark .rounded-wrapper {
    /* background-color: var(--color-white); */
    /* background-color: var(--color-peal); */
    background-color: #2c3339;
}

.section-dark .rounded-container {
    /* background-color: var(--color-blue); */
    /* color: var(--color-grey); */
    background-color: var(--color-dark);
    color: var(--color-white);
}

/* .section-dark h1,
.section-dark .h1,
.section-dark h2,
.section-dark .h2,
.section-dark h3,
.section-dark .h3,
.section-dark h4,
.section-dark .h4,
.section-dark h5,
.section-dark .h5,
.section-dark dt {
    color: var(--color-white);
} */

.section-dark[data-animate="section-color-change"] {
    position: relative;
    z-index: 10;
}

.section-dark[data-animate="section-color-change"] .rounded-wrapper {
    background-color: var(--color-dark);
}

.section-dark[data-animate="section-color-change"] .rounded-container {
    color: var(--color-dark);
    background-color: var(--color-peal);
}

.section-dark[data-animate="section-color-change"] h1,
.section-dark[data-animate="section-color-change"] .h1,
.section-dark[data-animate="section-color-change"] h2,
.section-dark[data-animate="section-color-change"] .h2,
.section-dark[data-animate="section-color-change"] h3,
.section-dark[data-animate="section-color-change"] .h3,
.section-dark[data-animate="section-color-change"] h4,
.section-dark[data-animate="section-color-change"] .h4,
.section-dark[data-animate="section-color-change"] h5,
.section-dark[data-animate="section-color-change"] .h5 {
    color: var(--color-dark);
}

.slider-controller {
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    margin: 0 0.5rem;
    display: inline-flex;
    align-items: center;
}

.slider-controller path {
    stroke-width: 1.5px;
}

.slider-controller.btn {
    background-color: transparent !important;
    cursor: auto;
}

.slider-controller.btn:hover {
    border-color: var(--color-yellow);
}

.slider-controller .slide-next.swiper-button-disabled path,
.slider-controller .slide-prev.swiper-button-disabled path {
    stroke: var(--color-white) !important;
}

.slider-controller .slide-next.swiper-button-disabled,
.slider-controller .slide-prev.swiper-button-disabled {
    cursor: not-allowed;
    opacity: 0.2;
}

.slide-prev {
    margin-right: 10px;
    width: 30px;
    height: 17px;
}

.slide-next {
    margin-left: 10px;
    width: 30px;
    height: 17px;
}

.slide-next path,
.slide-prev path {
    transition: all 300ms;
}

.slide-next:hover path,
.slide-prev:hover path {
    stroke: var(--color-yellow) !important;
}

/* .slider-controller.slider-controller-dark .slide-next path,
.slider-controller.slider-controller-dark .slide-prev path {
    stroke: var(--color-dark);
} */

.slider-controller.slider-controller-dark .slide-next.swiper-button-disabled path,
.slider-controller.slider-controller-dark .slide-prev.swiper-button-disabled path {
    stroke: var(--color-dark) !important;
}

.site-container {
    max-width: 1800px;
}

.fix-project-btn {
    position: fixed !important;
    width: 80px;
    bottom: 10px;
    right: 10px;
    padding: 3px;
    z-index: 100;
    justify-content: center;
    border-radius: 50%;
    transition: all 300ms;
    cursor: pointer;
    background-color: var(--color-yellow);
}

.fix-project-btn #view_project_svg {
    animation: rotate 10s infinite linear;
}

.fix-project-btn .view_project_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    transform: translate(-50%, -50%);
    display: inline-flex;
    padding: 3px;
}

#view_project_svg path {
    fill: var(--color-white);
}

.google-map {
    width: 100%;
    height: 300px;
}

.google-map iframe {
    position: relative;
    width: calc(100% + 4px);
    height: calc(100% + 6px);
    left: -2px;
    top: -3px;
}

/* Preloader Start */
.website-preloader {
    position: fixed;
    display: grid;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-color: var(--color-blue); */
    /* background-color: #926d4e; */
    /* background-color: var(--cream); */
    background-color: #42484d;
    place-items: center;
    overflow: hidden;
    z-index: 10001;
    clip-path: circle(80% at 50% 50%);
    transition: all 800ms;
    transition-delay: 1900ms;
}

.website-preloader.active {
    animation: preloader-bg-change 500ms linear forwards 1900ms;
    /* clip-path: circle(0 at calc(100% - 40px) calc(100% - 40px)); */
    clip-path: circle(0 at calc(100% - 50%) calc(100% - 50%));
}

.preloader {
    /* width: 150px; */
    width: 300px;
    /* animation: zoom-in-out 400ms infinite alternate 1900ms; */
}

.preloader path.preloader-color-orange {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: strokes-anime 2000ms linear forwards 700ms, fill-color-orange 700ms linear forwards 1700ms, strokes-zero 700ms linear forwards 1500ms;
    fill: none;
}

.preloader path.preloader-color-white {
    /* animation: fill-color-white 700ms linear forwards 1000ms; */
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: strokes-anime 2000ms linear forwards 700ms, fill-color-orange 700ms linear forwards 1700ms, strokes-zero 700ms linear forwards 1500ms;
    fill: none;
}

.preloader path {
    stroke-width: 1px;
}

/* Preloader End */

@keyframes zoom-in-out {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

@keyframes preloader-bg-change {
    0% {
        background-color: var(--color-dark);
    }

    100% {
        /* background-color: var(--color-yellow); */
        background-color: #42484d;
    }
}

@keyframes strokes-anime {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fill-color-orange {
    from {
        fill: transparent;
    }

    to {
        fill: var(--color-white);
    }
}

@keyframes fill-color-white {
    from {
        fill: transparent;
    }

    to {
        fill: var(--color-white);
    }
}

@keyframes strokes-zero {
    to {
        stroke-width: 0px;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

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

@media (min-width:576px) {
    .google-map {
        height: 400px;
    }
}

@media (min-width:768px) {
    .rounded-wrapper {
        padding: 20px;
    }

    .rounded-container {
        padding: 18px;
    }

    .section-dark.section-padding,
    .section-dark .section-padding {
        padding-top: calc(var(--section-padding) - 50px);
        padding-bottom: calc(var(--section-padding) - 50px);
        /* padding-top: calc(var(--section-padding) - 18px); */
        /* padding-bottom: calc(var(--section-padding) - 18px); */
    }
}

@media (min-width:992px) {
    .website-preloader.active {
        clip-path: circle(0 at calc(100% - 50%) calc(100% - 50%));
    }

    .preloader {
        /* width: 250px; */
        width: 600px;
    }

    .rounded-wrapper {
        padding: 30px;
    }

    .head-section-padding {
        padding-bottom: 40px;
    }

    .fix-project-btn {
        width: 120px;
        bottom: 30px;
        right: 30px;
        padding: 5px
    }

    .fix-project-btn .view_project_icon {
        width: 60px
    }

    .google-map {
        height: 600px
    }
}

/* ---------- Custom Classes End ---------- */

/* ---------- Global Trigger Animation Start ---------- */

/* Image Reveal Animation Start */
[data-animate="reveal"],
[data-animate="reveal-sm-max"],
[data-animate="reveal-horizon"] {
    width: 100%;
    --revealingImage: 10%;
    clip-path: inset(var(--revealingImage) var(--revealingImage) var(--revealingImage) var(--revealingImage) round var(--border-radius));
}

@media(max-width:1199px) {
    [data-animate="reveal-xl-max"] {
        width: 100%;
        --revealingImage: 10%;
        clip-path: inset(var(--revealingImage) var(--revealingImage) var(--revealingImage) var(--revealingImage) round var(--border-radius));
    }
}

/* Image Reveal Animation End */

/* ---------- Global Trigger Animation End ---------- */

/* ---------- Bootstrap Classes Customize Start ---------- */

.btn {
    --bs-btn-padding-x: 1.2rem;
    --bs-btn-padding-y: 0.65rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: var(--font-weight);
    --bs-btn-line-height: 1.188;
    --bs-btn-color: var(--color-white);
    --bs-btn-hover-color: var(--color-yellow);
    --bs-btn-active-color: var(--color-yellow);
    --bs-btn-bg: var(--color-yellow);
    --bs-btn-hover-bg: var(--color-white);
    --bs-btn-active-bg: var(--color-white);
    --bs-btn-border-width: 0;
    --bs-btn-border-color: var(--color-yellow);
    --bs-btn-active-border-color: inherit;
    --bs-btn-border-radius: 30px;
    z-index: 100;
    position: relative;
    margin-top: 2rem;
}

.btn[disabled] {
    pointer-events: unset;
    background-color: var(--color-yellow);
    opacity: var(--bs-btn-disabled-opacity);
    cursor: not-allowed;
    color: var(--color-white);
    border-color: var(--color-yellow);
}

.btn.btn-white {
    margin-top: 1rem;
    border-color: var(--color-white);
    color: var(--color-white);
    --bs-btn-border-width: 1px;
    --bs-btn-line-height: 1.063;
}

.btn.slider-controller {
    --bs-btn-border-width: 1px;
}

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

span.nav-link {
    cursor: pointer;
}

.nav-link:hover {
    /* color: var(--color-yellow) !important; */
    color: #ffffff !important;
    transform: translateX(20px);
}

.form-control {
    background-color: transparent;
    border: none;
    color: #fff;
    border-radius: unset;
    border-bottom: 1px solid var(--color-yellow);
    padding: unset;
    padding-bottom: 0.25rem;
}

.form-control:focus {
    /* color: var(--color-dark); */
    color: var(--cream);
    background-color: transparent;
    border-color: var(--color-yellow);
    outline: 0;
    box-shadow: unset;
}

.badge {
    --bs-badge-padding-x: 10px;
    --bs-badge-padding-y: 5px;
    --bs-badge-font-size: 14px;
    --bs-badge-border-radius: 10px;
    font-weight: var(--font-weight);
    background-color: var(--color-yellow);
}

.modal-backdrop {
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

.modal-content {
    color: var(--color-dark);
    background-color: var(--color-white);
    border: 1px solid var(--color-yellow);
}

@media (max-width:991px) {
    .navbar-brand {
        max-width: 120px;
    }
}

@media (max-width: 767px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: 20px;
        padding-left: 20px;
    }

    .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .row>*:not(.rounded-wrapper) {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width:992px) {
    .btn {
        --bs-btn-padding-x: 1rem;
        --bs-btn-padding-y: 0.6rem;
        --bs-btn-font-size: 0.9rem;
    }

    .btn.btn-white {
        --bs-btn-line-height: 0.859;
    }
}

@media(min-width:1200px) {
    .navbar-brand {
        margin-left: 40px;
    }
}

/* ---------- Bootstrap Classes Customize End ---------- */


/* ---------- Header Classes Start ---------- */

.header-navigation {
    position: absolute;
    /* position: fixed; */
    width: 100%;
    z-index: 1000;
    background-image: linear-gradient(to bottom, rgb(1, 1, 1, 0.5), transparent);
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.left-menu {
    display: flex;
    align-items: center;
}

.right-menu {
    display: none;
}

.social-links {
    display: flex;
}

.menu-icon {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.menu-icon-lines {
    width: 100%;
    height: 2px;
    background-color: var(--color-white);
    transition: all 400ms;
}

.menu-icon-line-1 {
    width: 50%;
}

.menu-icon-line-3 {
    width: 75%;
}

body.menu-opened .menu-icon .menu-icon-line-1 {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(4px, 1px);
}

body.menu-opened .menu-icon .menu-icon-line-2 {
    transform-origin: top;
    transform: rotatez(-45deg)
}

body.menu-opened .menu-icon .menu-icon-line-3 {
    transform-origin: bottom;
    width: 50%;
    transform: translate(12px, -5px) rotatez(45deg);
}

@media (max-width:1199px) {
    .left-menu {
        display: flex;
        width: 100% !important;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width:992px) {
    .header-navigation {
        padding: 20px 40px;
    }
}

@media (min-width:1200px) {
    .right-menu {
        display: flex;
        align-items: center;
    }

    .header-navigation {
        padding: 20px 50px 50px;
        padding: 20px var(--menu-banner-padding);
    }
}

@media (min-width:1400px) {
    .header-navigation {
        padding: 20px var(--menu-banner-padding);
    }
}

/* ---------- Header Classes End ---------- */

/* ---------- Menu Classes Start ---------- */

.nav-link.projects:hover svg path {
    stroke: var(--color-yellow);
}

.arrow {
    cursor: pointer;
}

.arrow:hover path {
    stroke: var(--color-yellow);
}

.bottom-line {
    position: relative;
}

.bottom-line::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--color-yellow);
    left: 0;
    bottom: 0;
    transition: all 800ms;
}

.customize-menu-padding {
    padding: 40px 0;
}

.customize-menu .nav-link {
    font-size: 1rem;
    position: relative;
}

.menu-bottom-links .nav-link {
    font-size: 18px;
    line-height: 20px;
}

.menu-slider a:not(.btn) {
    color: var(--color-white) !important;
}

.menu-slide {
    height: 55vh;
    border-radius: var(--border-radius);
}

.menu-slide::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 90%);
    pointer-events: none;
}

.menu-slide-data img {
    margin-bottom: 20px;
}

.menu-slide-data p {
    margin: unset;
}

.menu-slide-data .btn {
    margin-top: 20px;
}

.project-logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

.project-highlights {
    position: absolute;
    top: 20px;
    right: 20px;
}

.menu-slide-data {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.customize-menu-animation .project-link.active {
    color: #fff !important;
    /* color: var(--color-yellow) !important; */
}

.customize-menu {
    position: fixed !important;
    z-index: 1001;
    width: 100%;
    /* max-width: 430px; */
    height: 100vh;
    right: 0;
    top: 0;
    /* background-color: var(--color-blue); */
    /* background-color: #926d4e; */
    background-color: var(--color-new-bg);

    clip-path: inset(0 0 0 100%);
    transition: clip-path 500ms ease-out;
    /* overflow: auto scroll; */
}

body.menu-opened .customize-menu {
    clip-path: inset(0);
}

/* Menu Animations Start */
.customize-menu-animation .menu-header-text-anim-l {
    transform: translateY(-50px);
    opacity: 0;
    transition: all 800ms;
    transition-delay: 200ms;
}

.customize-menu-animation .menu-header-text-anim-r {
    transform: translateY(-50px);
    opacity: 0;
    transition: all 800ms;
    transition-delay: 260ms;
}

.customize-menu-animation .menu-header-text-anim-b {
    transform: translateY(-50px);
    opacity: 0;
    transition: all 800ms;
    transition-delay: 410ms;
}

body.menu-opened .customize-menu .menu-header-text-anim-l,
body.menu-opened .customize-menu .menu-header-text-anim-r,
body.menu-opened .customize-menu .menu-header-text-anim-b {
    transform: translateY(0);
    opacity: 1;
}


.customize-menu-animation .left-to-right-text-anim {
    transform: translateX(-100px);
    opacity: 0;
    transition: transform 800ms 900ms, opacity 800ms 900ms;
}

.customize-menu-animation .left-to-right-animate .left-to-right-text-anim:nth-child(1) {
    transition-delay: 230ms;
}

.customize-menu-animation .left-to-right-animate .left-to-right-text-anim:nth-child(2) {
    transition-delay: 260ms;
}

.customize-menu-animation .left-to-right-animate .left-to-right-text-anim:nth-child(3) {
    transition-delay: 290ms;
}

.customize-menu-animation .left-to-right-animate .left-to-right-text-anim:nth-child(4) {
    transition-delay: 320ms;
}

.customize-menu-animation .left-to-right-animate .left-to-right-text-anim:nth-child(5) {
    transition-delay: 350ms;
}

.customize-menu-animation .left-to-right-animate .left-to-right-text-anim:nth-child(6) {
    transition-delay: 380ms;
}

.customize-menu-animation .left-to-right-animate2 .left-to-right-text-anim:nth-child(1) {
    transition-delay: 440ms;
}

.customize-menu-animation .left-to-right-animate2 .left-to-right-text-anim:nth-child(2) {
    transition-delay: 480ms;
}

.customize-menu-animation .left-to-right-animate2 .left-to-right-text-anim:nth-child(3) {
    transition-delay: 520ms;
}

.customize-menu-animation .left-to-right-animate2 .left-to-right-text-anim:nth-child(4) {
    transition-delay: 560ms;
}

.customize-menu-animation .left-to-right-animate3 .left-to-right-text-anim {
    transition-delay: 440ms;
}

body.menu-opened .customize-menu .left-to-right-text-anim {
    opacity: 1;
    transform: translateX(0);
}

/* Menu Animations End */

.menu-links .nav-link {
    font-size: 1rem;
    line-height: 40px;
}

.menu-links .nav-link.project-link {
    line-height: 60px;
    font-weight: 600;
}

.menu-margin-bottom {
    margin-bottom: 1rem;
}

.menu-header-text-anim-l {
    font-size: 2.5rem;
}

@media (max-width:1199px) {
    .back-drop-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(24, 29, 36, 0);
        z-index: 10;
        transition: all 500ms;
        visibility: hidden;
        user-select: none;
    }

    body.menu-opened .back-drop-overlay {
        background-color: rgba(24, 29, 36, 0.7);
        visibility: visible;
    }

    .menu-header-text-anim-l {
        font-size: 2.1rem;
    }
}


@media (min-width:768px) {
    .customize-menu .show-in-pc {
        display: block !important;
    }
}

@media (max-width:767px) {

    .menu-header-text-anim-l {
        font-size: 2.5rem;
    }

    .menu-links h5 {
        font-size: 2rem;
    }

    .project-logo {
        width: 110px;
    }

    .customize-menu {
        max-width: 430px;
    }

    .customize-menu-projects-for-mobile {
        padding: 30px 12px 20px 12px;
    }

    .customize-menu .hide-in-mobile {
        display: none;
    }

    .customize-menu .show-in-mobile {
        display: block !important;
    }

    .our-project-slider-for-mobile {
        position: absolute;
        /* background-color: var(--color-blue); */
        background-color: var(--color-new-bg);
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1002;
        clip-path: inset(0 0 0 100%);
        transition: clip-path 500ms ease-out;
    }

    .our-project-slider-for-mobile.projects-open {
        clip-path: inset(0);
    }
}

@media (min-width:350px) {
    .menu-links .nav-link.project-link {
        font-size: 1.5rem;
    }
}

@media (min-width:768px) {
    .customize-menu-padding {
        padding: 20px;
    }

    .menu-links .nav-link.project-link {
        font-size: 30px;
        line-height: 60px;
    }

    /* Menu Animations Start */
    .customize-menu-animation .menu-header-text-anim-l {
        transition-delay: 150ms;
    }

    .customize-menu-animation .menu-header-text-anim-r {
        transition-delay: 260ms;
    }

    .customize-menu-animation .menu-header-text-anim-b {
        transition-delay: 240ms;
    }

    .customize-menu-animation .left-to-right-animate .left-to-right-text-anim:nth-child(1) {
        transition-delay: 160ms;
    }

    .customize-menu-animation .left-to-right-animate .left-to-right-text-anim:nth-child(2) {
        transition-delay: 170ms;
    }

    .customize-menu-animation .left-to-right-animate .left-to-right-text-anim:nth-child(3) {
        transition-delay: 180ms;
    }

    .customize-menu-animation .left-to-right-animate .left-to-right-text-anim:nth-child(4) {
        transition-delay: 190ms;
    }

    .customize-menu-animation .left-to-right-animate .left-to-right-text-anim:nth-child(5) {
        transition-delay: 200ms;
    }

    .customize-menu-animation .left-to-right-animate .left-to-right-text-anim:nth-child(6) {
        transition-delay: 210ms;
    }

    .customize-menu-animation .left-to-right-animate2 .left-to-right-text-anim:nth-child(1) {
        transition-delay: 220ms;
    }

    .customize-menu-animation .left-to-right-animate2 .left-to-right-text-anim:nth-child(2) {
        transition-delay: 230ms;
    }

    .customize-menu-animation .left-to-right-animate2 .left-to-right-text-anim:nth-child(3) {
        transition-delay: 240mx;
    }

    .customize-menu-animation .left-to-right-animate2 .left-to-right-text-anim:nth-child(4) {
        transition-delay: 250mx;
    }

    .customize-menu-animation .left-to-right-animate3 .left-to-right-text-anim {
        transition-delay: 250ms;
    }

    .customize-menu-animation .right-to-left-text-anim {
        transform: translateX(100px);
        opacity: 0;
        transition: transform 800ms, opacity 800ms;
    }

    .customize-menu-animation .right-to-left-animate .right-to-left-text-anim:nth-child(1) {
        transition-delay: 270ms;
    }

    .customize-menu-animation .right-to-left-animate .right-to-left-text-anim:nth-child(2) {
        transition-delay: 280ms;
    }

    .customize-menu-animation .right-to-left-animate .right-to-left-text-anim:nth-child(3) {
        transition-delay: 290ms;
    }

    .customize-menu-animation .right-to-left-animate .right-to-left-text-anim:nth-child(4) {
        transition-delay: 300ms;
    }

    .customize-menu-animation .right-to-left-animate .right-to-left-text-anim:nth-child(5) {
        transition-delay: 310ms;
    }

    .customize-menu-animation .right-to-left-animate .right-to-left-text-anim:nth-child(6) {
        transition-delay: 320ms;
    }

    body.menu-opened .customize-menu .right-to-left-text-anim {
        opacity: 1;
        transform: translateX(0);
    }

    .menu-footer-text-anim:nth-child(1) {
        transition-delay: 410ms;
    }

    .menu-footer-text-anim:nth-child(2) {
        transition-delay: 430ms;
    }

    .menu-footer-text-anim:nth-child(3) {
        transition-delay: 450ms;
    }

    .menu-slider-animation {
        transform: translateX(200px);
        clip-path: inset(0 100% 0 0);
        transition: all 800ms;
        transition-delay: 280ms;
    }

    body.menu-opened .customize-menu .menu-slider-animation {
        clip-path: inset(0);
        transform: translateX(0px);
    }

    /* Menu Animations End */
}

@media (min-width:992px) {
    .customize-menu {
        max-width: 100%;
        left: 0;
        right: unset;
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        transition: clip-path 500ms linear;
    }

    body.menu-opened .customize-menu {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .customize-menu-padding {
        padding: var(--menu-banner-padding);
        padding-top: 20px;
    }

    .menu-links .nav-link.project-link {
        /* font-size: 40px; */
        /* line-height: 70px; */
        font-size: 35px;
        line-height: 60px;
    }

    .menu-slide {
        position: relative;
        height: calc(100vh - calc(var(--menu-banner-padding) * 2) - var(--header-height));
    }
}

@media (min-width:1200px) {
    .customize-menu-padding-right {
        padding-right: var(--menu-banner-padding);
    }
}

@media (min-width:1600px) {
    .menu-links .nav-link.project-link {
        font-size: 50px;
        /* line-height: 80px; */
        line-height: 90px;
    }
}

/* ---------- Menu Classes End ---------- */

/* ---------- Banner Slider Start ---------- */

.sub-banner-section,
.banner-slider {
    height: 100vh;
}

.sub-banner-section-half,
.banner-slider-half {
    height: 50vh;
}

.banner-slide .btn {
    margin-top: unset;
}

.banner-slide-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    z-index: 1;
}

.banner-project-logo {
    margin-bottom: 1.5rem;
}

.banner-info {
    position: relative;
    transform: translateX(-200px);
    opacity: 0;
    visibility: hidden;
    transition-property: transform, opacity, visibility;
    transition-duration: 1000ms;
    transition-delay: 800ms;
}

.banner-content {
    margin-bottom: 100px;
}

.banner-project-highlight {
    font-size: 1.25rem;
    text-decoration: underline;
    text-decoration-color: var(--color-yellow);
    margin-bottom: 0.5rem;
    color: var(--color-white) !important;
}

.banner-tagline {
    max-width: 630px;
}

.banner-bottom-data {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

@media (min-width:992px) {
    .banner-content {
        margin-bottom: 150px;
    }

    .banner-bottom-data {
        flex-direction: row;
        align-items: center;
    }
}

.textToTop {
    transform: translateY(300px);
    transition: transform 1500ms, opacity 1000ms;
    opacity: 0;
}

.banner-content.active.textToTop {
    transform: translateY(0);
    opacity: 1;
}

.banner-navigation {
    position: relative;
}

.slider-content .col-12 {
    padding-left: unset;
    padding-right: unset;
}

.slider-content {
    padding: 0 var(--menu-banner-padding);
}

.slider-content .banner-tagline {
    font-size: var(--fs-large);
    line-height: 1;
    margin-bottom: unset;
}

.slide-text {
    height: var(--fs-large-new);
    /* height: var(--fs-large); */
}

.slide-text span {
    position: absolute;
    font-size: var(--fs-large-new);
    /* font-size: var(--fs-large); */
    line-height: 1;
    /* color: #ff9236; */
    color: #fff;
    /* var(--color-yellow); */
    opacity: 0;
}

@media (max-width:575px) {
    .slide-text.slide-text-two-line {
        height: calc(var(--fs-large) * 1.8);
    }
}

.banner-content.active .slide-text span {
    animation: topToBottom 12.5s linear infinite;
}

.banner-content.active .slide-text span:nth-child(2) {
    animation-delay: 2.5s;
}

.banner-content.active .slide-text span:nth-child(3) {
    animation-delay: 5s;
}

.banner-content.active .slide-text span:nth-child(4) {
    animation-delay: 7.5s;
}

.banner-content.active .slide-text span:nth-child(5) {
    animation-delay: 10s;
}

@keyframes topToBottom {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        transform: translateY(-50px);
    }

    10% {
        opacity: 1;
        transform: translateY(0px);
    }

    25% {
        opacity: 1;
        transform: translateY(0px);
    }

    30% {
        opacity: 0;
        transform: translateY(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: var(--color-yellow);
    opacity: 1;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    border-radius: unset;
    transition: all 500ms;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 12px;
    background-color: #f07c00;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

@media(min-width:576px) {
    .banner-content {
        margin-bottom: 50px;
    }
}

@media (min-width:768px) {
    .after-line {
        position: relative;
        margin-right: 40px;
    }

    .after-line::after {
        position: absolute;
        content: '';
        top: 50%;
        right: -30px;
        transform: translateY(-50%);
        width: 20px;
        height: 5px;
        background-color: var(--color-yellow);
    }
}

.text-align-left {
    text-align: left;
}

@media (max-width:991px) {

    .sub-banner-section,
    .banner-slider {
        height: 90vh !important;
    }

    .sub-banner-section-half,
    .banner-slider-half {
        height: 40vh !important;
    }
}

@media (max-width:575px) {
    .swiper-pagination-bullet {
        width: 15px;
        height: 6px;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        height: 15px;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: -1px var(--swiper-pagination-bullet-horizontal-gap, 8px);
    }
}

/* ---------- Banner Slider End ---------- */

/* ---------- Horizontal Scroll Start ---------- */
.pin-horizontal-scroll {
    position: relative;
}

.horizontal-scroll-wrapper {
    position: relative;
    width: 100%;
    height: calc(var(--horizontal-scroll-height) + 156px);
}

#amenities .horizontal-scroll-wrapper {
    height: var(--horizontal-scroll-height);
}

.horizontal-scroll-list {
    position: absolute;
    display: flex;
    gap: 0 12px;
}

.horizontal-scroll-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    z-index: 1;
    text-align: center;
}

.horizontal-scroll-item-image {
    position: relative;
    overflow: hidden;
    width: var(--horizontal-scroll-width);
    height: var(--horizontal-scroll-height);
    border-radius: var(--border-radius);
    overflow: hidden;
    margin-bottom: 20px;
}

.horizontal-scroll-item-image>img {
    top: 0;
    left: 0;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}

.side-scroll-heading {
    color: #eeebdd;
}

@media (min-width:576px) {
    .horizontal-scroll-wrapper {
        height: calc(var(--horizontal-scroll-height) + 163px);
    }

    #amenities .horizontal-scroll-wrapper {
        height: var(--horizontal-scroll-height);
    }

    .horizontal-scroll-item-image {
        width: var(--horizontal-scroll-width);
        height: var(--horizontal-scroll-height);
    }
}

@media (min-width:768px) {
    .horizontal-scroll-wrapper {
        height: calc(var(--horizontal-scroll-height) + 163px);
    }

    #amenities .horizontal-scroll-wrapper {
        height: var(--horizontal-scroll-height);
    }

    .horizontal-scroll-list {
        gap: 0 30px;
    }

    .horizontal-scroll-item-image {
        width: var(--horizontal-scroll-width);
        height: var(--horizontal-scroll-height);
    }
}

@media (min-width:992px) {

    .horizontal-scroll-wrapper,
    #amenities .horizontal-scroll-wrapper {
        height: var(--horizontal-scroll-height);
    }

    .horizontal-scroll-list {
        gap: 0 100px;
    }

    .horizontal-scroll-item {
        justify-content: center;
    }

    .horizontal-scroll-item-image {
        width: var(--horizontal-scroll-width);
        height: var(--horizontal-scroll-height);
        margin-bottom: unset;
    }
}

@media (min-width:1400px) {

    .horizontal-scroll-wrapper,
    #amenities .horizontal-scroll-wrapper {
        height: var(--horizontal-scroll-height);
    }

    .horizontal-scroll-list {
        gap: 0 200px;
    }

    #amenities .horizontal-scroll-list {
        gap: 0 100px;
    }

    .horizontal-scroll-item-image {
        width: calc(var(--horizontal-scroll-width) - 230px);
        height: calc(var(--horizontal-scroll-height) - 70px);
    }

    #amenities .horizontal-scroll-item-image {
        width: 950px;
        height: var(--horizontal-scroll-height);
    }
}

/* ---------- Horizontal Scroll End ---------- */

/* ---------- Intro Section Start ---------- */
.intro {
    position: relative;
    z-index: 2;
}

.intro img {
    border-radius: var(--border-radius);
}

.intro .intro-big-text {
    font-size: 4rem;
    color: var(--color-white);
    font-weight: 400;
}

.intro .intro-medium-text {
    font-size: 2.5rem;
    color: var(--color-white);
    font-weight: 400;
}

.intro .horizontal-scroll-item p {
    margin: unset;
    line-height: 1.2;
}

@media (min-width:992px) {
    .intro .intro-big-text {
        font-size: 9rem;
        line-height: 7.5rem;
    }

    .intro .intro-medium-text {
        font-size: 5.5rem;
        line-height: 7.5rem;
    }
}

@media (min-width:1400px) {
    .intro .intro-big-text {
        font-size: 15rem;
        line-height: 13.5rem;
    }

    .intro .intro-medium-text {
        font-size: 10rem;
        line-height: 13.5rem;
    }
}

/* ---------- Intro Section End ---------- */

/* ---------- Our Project Section Start ---------- */

.our-projects {
    position: relative;
    z-index: 2;
}

.project-slider a:not(.btn) {
    color: var(--color-white) !important;
}

.projects-content {
    position: relative;
    border: 1px solid var(--color-yellow);
    border-radius: var(--border-radius);
    transition-duration: .7s;
    text-align: center;
    padding: 20px;
    overflow: hidden;
}

.projects-content h3 {
    margin-bottom: 0;
}

.projects-content .projects-content-image {
    margin: 20px 0;
}

.projects-content-project-name,
.projects-content-image-scale {
    display: none;
}

.projects-content-header-data p,
.projects-content-footer-data p {
    font-size: var(--fs-small);
    color: var(--color-yellow);
    margin-bottom: 0;
}

.projects-pagination-wrapper {
    margin-top: 50px;
}

@media (min-width:768px) {
    .project-slider {
        margin-left: -50px;
        margin-right: -50px;
    }

    .projects-content {
        border: 1px solid transparent;
        text-align: start;
        padding: unset;
    }

    .projects-content::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        background-color: rgba(24, 29, 36, 0.3);
        width: 100%;
        height: 100%;
        transition-duration: .7s;
        pointer-events: none;
    }

    .projects-content:hover::after {
        background-color: rgba(24, 29, 36, 0);
    }

    .projects-content:hover {
        border-color: var(--color-yellow);
    }

    .projects-content-header-data>h3 {
        display: none;
    }

    .projects-content-project-name,
    .projects-content-image-scale {
        display: block;
    }

    .projects-content .projects-content-image {
        position: absolute;
        top: 0;
        left: 0;
        transition-duration: .7s;
        margin: unset;
    }

    .projects-content:hover .projects-content-image {
        opacity: 0;
        visibility: hidden;
    }

    .projects-content .projects-content-image-scale {
        transform: scale(0.6);
        clip-path: inset(0 round 30px);
    }

    .projects-content-project-name {
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%) translateX(0px);
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 0;
        transition-duration: .7s;
        z-index: 1;
        display: block;
    }

    .projects-content:hover .projects-content-project-name {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%) translateX(10px);
    }

    .projects-content-header-data {
        position: absolute;
        top: 20px;
        left: 20px;
        opacity: 0;
        visibility: hidden;
    }

    .projects-content-footer-data {
        position: absolute;
        bottom: 18px;
        left: 20px;
        transform: translateY(20px);
        opacity: 0;
        visibility: hidden;
    }

    .projects-content:hover .projects-content-header-data,
    .projects-content:hover .projects-content-footer-data {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

    .projects-content-header-data p,
    .projects-content-footer-data p {
        line-height: 1;
    }
}

@media (min-width:992px) {
    .projects-content-project-name {
        left: 50px;
    }

    .projects-content-header-data {
        top: 25px;
        left: 25px;
    }

    .projects-content-footer-data {
        bottom: 23px;
        left: 25px;
    }

    .projects-content:hover .projects-content-project-name {
        transform: translateY(-50%) translateX(20px);
    }
}

@media (min-width:1400px) {
    .projects-content-project-name {
        left: 100px;
    }
}

/* ---------- Our Project Section End ---------- */

/* ---------- Parallax Section Start ---------- */
.parallax {
    height: 100vh;
    position: relative;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-dark);
    opacity: 0.5;
}

.fade-in {
    position: relative;
}

@media (max-width:991px) {
    .parallax.for-background-image .background-image {
        object-position: -500px;
    }
}

@media (max-width:767px) {
    .parallax.for-background-image .background-image {
        object-position: -725px;
    }
}

/* ---------- Parallax Section End ---------- */

/* ---------- Happiness Concept Section Start ---------- */
.happiness-concept-max-para {
    margin: unset;
}

.happiness-concept-left-img {
    height: auto;
}

@media (min-width:1200px) {
    .happiness-concept-right-bottom-img {
        margin-bottom: -100%;
    }

    .happiness-concept-max-para {
        max-width: 36.45833333333333vw;
    }

    .happiness-concept {
        position: relative;
        z-index: 100;
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .happiness-concept-right-bottom-img {
        transform: translateX(-5vw);
        max-width: 200px;
    }
}

@media(min-width:1400px) {
    .happiness-concept {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

@media(min-width:1600px) {
    .happiness-concept {
        padding-bottom: 180px;
    }
}

@media (min-width:1800px) {
    .happiness-concept {
        padding-top: 275px;
        padding-bottom: 100px;
    }

    .happiness-concept-right-bottom-img {
        max-width: 250px;
    }

    .happiness-concept-max-para {
        max-width: 600px;
    }
}

/* ---------- Happiness Concept Section End ---------- */

/* ---------- News Section Start ---------- */
.news {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.news-slider a {
    color: var(--color-white) !important;
}

.news-slide {
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
}

.news-slide-data {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: unset;
    background-color: rgba(24, 29, 36, 0.6);
}

.news-date {
    font-size: 1rem;
    margin-bottom: unset;
}

@media (min-width:992px) {
    .news-date {
        font-size: 0.7272727272727273rem;
    }
}

/* ---------- News Section End ---------- */

/* ---------- Footer Section Start ---------- */
/* footer .nav-link {
    color: var(--color-grey);
    padding-top: unset;
}

footer .project-link {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

footer .project-link:hover {
    color: var(--color-yellow);
}

footer address {
    margin-bottom: 0.5rem;
}

.footer-margin-bottom,
.footer-margin-bottom-7rem {
    margin-bottom: 3.5rem;
}

.footer-big-logo {
    max-height: 100px;
    width: auto;
}

@media (min-width:992px) {
    .footer-margin-bottom-7rem {
        margin-bottom: 7rem;
    }

    .footer-copyright {
        font-size: var(--fs-small);
    }

    .footer-big-logo {
        max-height: 150px;
        width: auto;
    }
}
*/

.footer-logo-link {
    display: flex;
    justify-content: start;
    column-gap: 30px;
}

/* ---------- Footer Section End ---------- */


/* ================================================== Shyamal Inner Page CSS ================================================== */


/* ---------- Project Intro Section Start ---------- */
.key-figures {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    line-height: 1.2;
}

.key-figures:not(.amenitiesBlock)::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    /* background-color: var(--color-yellow); */
    left: 0;
    bottom: 0;
    transition: all 800ms;
    background-color: #fff;
}

.key-figures.counters:not(.amenitiesBlock)::after {
    background-color: #fff;
}

.key-figures .key-figures-icon {
    width: 40px;
    margin-right: 1.5rem;
}

.key-figures .key-figures-icon.counters {
    width: 60px;
    margin-right: 1.5rem;
    border-radius: unset;
}

.key-figures .key-figures-icon.amenitiesIcon2 {
    width: 200px;
    height: 200px;
    margin: auto;
}

/* .key-figures h4 {
    margin-bottom: 0.25rem;
} */

.key-figures:not(.counters) p {
    font-size: var(--fs-small);
    margin-bottom: unset;
    color: #fff;
}

@media (min-width:992px) {
    .key-figures {
        padding: 1rem 0.5rem;
    }

    .key-figures .key-figures-icon {
        width: 50px;
        margin-right: 1.5rem;
    }

    .key-figures .key-figures-icon.counters {
        width: 100px;
        margin-right: 1.5rem;
    }

}


@media (max-width: 767px) {
    .footer-logo-link {
        display: flex;
        justify-content: center;
        column-gap: 30px;
    }

    .key-figures .key-figures-icon.amenitiesIcon2 {
        width: 125px;
        height: 125px;
    }
}

/* ---------- Project Intro Section End ---------- */

/* ---------- Box Out Img Section Start ---------- */
.move-img-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.box-out-layer-back {
    overflow: hidden;
    border-radius: var(--border-radius);
}

.box-out-wrapper {
    margin-top: 30px;
}

.box-out-data {
    position: relative;
    height: 120px;
}

.box-out-layer-front {
    margin-top: -120px;
    pointer-events: none;
}

.box-out-img {
    clip-path: inset(0 0 120px 0);
}

@media (min-width:350px) {
    .box-out-data {
        height: 160px;
    }

    .box-out-layer-front {
        margin-top: -160px;
    }

    .box-out-img {
        clip-path: inset(0 0 120px 0);
    }
}

@media (min-width:450px) {
    .box-out-data {
        height: 220px;
    }

    .box-out-layer-front {
        margin-top: -220px;
    }

    .box-out-img {
        clip-path: inset(0 0 220px 0);
    }
}

@media (min-width:500px) {
    .box-out-wrapper {
        margin-top: 50px;
    }

    .box-out-data {
        height: 240px;
    }

    .box-out-layer-front {
        margin-top: -240px;
    }

    .box-out-img {
        clip-path: inset(0 0 220px 0);
    }
}

@media (min-width:576px) {
    .box-out-data {
        height: 280px;
    }

    .box-out-layer-front {
        margin-top: -280px;
    }

    .box-out-img {
        clip-path: inset(0 0 250px 0);
    }
}

@media (min-width:768px) {
    .box-out-wrapper {
        margin-top: 80px;
    }

    .box-out-data {
        height: 340px;
    }

    .box-out-layer-front {
        margin-top: -340px;
    }

    .box-out-img {
        clip-path: inset(0 0 340px 0);
    }
}

@media (min-width:992px) {
    .box-out-data {
        height: 450px;
    }

    .box-out-layer-front {
        margin-top: -450px;
    }

    .box-out-img {
        clip-path: inset(0 0 450px 0);
    }
}

@media (min-width:1200px) {
    .box-out-wrapper {
        margin-top: 100px;
    }

    .box-out-data {
        height: 580px;
    }

    .box-out-layer-front {
        margin-top: -580px;
    }

    .box-out-img {
        clip-path: inset(0 0 550px 0);
    }
}

/* ---------- Box Out Img Section End ---------- */

/* ---------- Amenities Section Start ---------- */
.change-amenities {
    text-align: center;
    margin-top: 20px;
    color: var(--color-grey);
}

@media (min-width:992px) {
    .change-amenities {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
        margin-top: unset;
        width: 100%;
        color: var(--color-white);
        max-width: 540px;
        font-size: var(--fs-large);
        line-height: 1;
        text-shadow: 4px 4px 5px var(--color-dark);
    }
}

/* ---------- Amenities Section End ---------- */

/* ---------- Specification Section Start ---------- */
.bottom-line-table {
    padding: 0 12px;
}

.bottom-line-table ul {
    list-style: disc;
    padding-left: 1rem;
    margin-bottom: unset;
}

.bottom-line-table p {
    margin-bottom: unset;
}

/* .bottom-line-table * {
    font-size: var(--fs-small);
} */

.bottom-line-table .bottom-line {
    padding: 1rem 0;
    margin: 0 0.5rem;
}

.bottom-line-table .bottom-line::after {
    background-color: var(--color-white);
    /* background-color: var(--color-grey); */
    opacity: 0.2;
}

@media(min-width:768px) {
    .specifications .h4 {
        margin-bottom: unset;
    }

    .bottom-line-table .bottom-line {
        padding: 0.5rem 0;
    }
}

/* ---------- Specification Section End ---------- */

/* ---------- Floor Plan & Gallery Section Start ---------- */
.for-gallery-img {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: calc(var(--horizontal-scroll-height));
    margin: 0 auto;
    border-radius: var(--border-radius);
    overflow: hidden !important;
}

.gallery-img {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms linear;
}

.gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 300ms linear;
    user-select: none;
}

.for-gallery-img:hover .gallery-img {
    transform: scale(1.02);
}

.gallery-slide {
    transform: scale(0.8) !important;
    transition: transform 300ms;
    text-align: center;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.gallery-slide.swiper-slide-active {
    transform: scale(1) !important;
}

.gallery-slide-data {
    text-align: center;
    margin: 20px 0 0;
}

.for-gallery-img {
    height: var(--gallery-height);
    max-width: 1066px;
}

.fancybox-thumbs__list a:before {
    border-color: var(--color-yellow) !important;
    border-width: 3px !important;
}

.fancybox-caption__body {
    font-size: 20px !important;
    font-weight: 300 !important;
}

.fancybox-button div {
    height: auto !important;
}

.fancybox-navigation .fancybox-button {
    background-color: transparent !important;
    padding: 0 !important;
}

[data-fancybox-prev] div {
    padding: 0 !important;
    width: unset !important;
    height: unset !important;
}

.fancybox-navigation button svg {
    display: none;
}

@media (min-width:768px) {
    .gallery-overlay {
        opacity: 0;
    }

    .for-gallery-img:hover .gallery-overlay {
        opacity: 1;
    }
}

@media (min-width:992px) {
    .floor-plan .btn.slider-controller.slider-controller-dark {
        margin-top: 1.5rem;
    }
}

/* ---------- Floor Plan & Gallery Section End ---------- */

/* ---------- Location Section Start ---------- */
.location-project-logo {
    width: 150px;
    margin-bottom: 1rem;
}

.download-brochure-div {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.download-brochure-text {
    text-align: center;
    margin-bottom: 0;
}

.location-side-details {
    font-size: var(--fs-small);
}

.project-call {
    font-weight: 500;
    font-size: 1rem;
}

@media (min-width:992px) {
    .location-project-logo {
        width: 200px;
    }

    .download-brochure-div {
        flex-direction: row;
    }

    .download-brochure-text {
        max-width: 200px;
        margin-left: 0.75rem;
        text-align: start;
        font-size: var(--fs-small);
    }
}

/* ---------- Location Section End ---------- */

.faqs h5+p {
    margin-bottom: 26px;
}

.news-head {
    margin-bottom: 16px;
}

.news-head .badge {
    margin: 18px 8px 18px 0px;
}

@media(min-width:992px) {
    .latest-news .news-head .badge {
        margin: 24px 10px 24px 0;
    }
}

.fancybox-caption__body {
    font-size: 20px !important;
    font-weight: 300 !important;
}

/* grecaptcha */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}


.icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    vertical-align: -0.15em
}

.icon-sm {
    width: .875rem;
    height: .875rem
}

.icon-md {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: -0.35em
}

.icon-lg {
    width: 2rem;
    height: 2rem
}

.icon-4x {
    width: 4rem;
    height: 4rem
}

.icon-5x {
    width: 5rem;
    height: 5rem
}

.icon-8x {
    width: 8rem;
    height: 8rem
}


*,
::after,
::before {
    box-sizing: border-box;
}

.overflow-hidden {
    overflow: hidden !important;
}

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

::-webkit-scrollbar {
    width: 5px;
    background: #555555;
}

:focus-visible {
    outline-offset: unset !important;
    outline: none !important;
}

.xl-font {
    font-size: 3.4rem;
}

.md-font {
    font-size: 2.4rem;
}

@media (min-width: 768px) {
    .xl-font {
        font-size: 4rem;
    }

    .md-font {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .xl-font {
        font-size: 5rem;
    }

    .md-font {
        /*font-size: 4rem;*/
        font-size: 3rem;
    }
}

@media (min-width: 1200px) {
    .xl-font {
        font-size: 5.5rem;
    }

    .md-font {
        /*font-size: 4.5rem;*/
        font-size: 3.5rem;
    }
}

@media (min-width: 1400px) {
    .xl-font {
        font-size: 7rem;
    }

    .md-font {
        /*font-size: 5rem;*/
        font-size: 4rem;
    }
}

.xl-font,
.md-font {
    font-weight: 500;
}

.spacer {
    width: 100vw;
    overflow: hidden;
    z-index: 999;
}

.spacer>#scrollingText {
    text-transform: uppercase;
    display: inline-block;
    line-height: 0.8;
    margin-top: 30px;
    text-overflow: clip;
    white-space: nowrap;
}

/* @media (min-width: 992px) {
    .spacer>#scrollingText {
        margin-top: 60px;
    }
} */



.small-highlight {
    color: var(--cream);
    font-size: 18px !important;
    font-weight: var(--fw-bold) !important;
    padding-right: 40px;
    margin-bottom: 10px !important;
    line-height: 1.1 !important;
    display: inline-block;
    position: relative;
}

.small-highlight:after {
    content: '';
    position: absolute;
    bottom: 9px;
    right: 0;
    width: 30px;
    height: 3px;
    background-color: var(--cream);
}

@media (min-width: 992px) {
    .small-highlight {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }
}

@media (max-width: 320px) {
    .small-highlight {
        font-size: 14px !important;
        padding-right: 25px;
    }

    .small-highlight:after {
        width: 20px;
    }
}

.btn-fill-orange {
    font-size: 14px !important;
    font-weight: var(--fw-bold) !important;
    text-transform: uppercase;
    border: 1px solid;
    padding: 8px 20px !important;
    border-radius: 35px;
    display: inline-block !important;
    position: relative;
    transition: color 0.4s ease;
    overflow: hidden;
    z-index: 1;
    line-height: 1.8 !important;
}

.btn-fill-orange:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(105%);
    transition: all 0.2s linear;
    z-index: -1;
}

.btn-fill-orange:hover:after {
    transform: translateY(0);
}

.btn-fill-orange {
    color: var(--white-text-color);
    background-color: var(--color-yellow);
    border-color: var(--border-yellow);
}

.btn-fill-orange:hover {
    color: var(--white-text-color);
}

.bg-image {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.logo-width {
    width: auto;
    height: 56px;
    position: relative;
}

@media (min-width: 1200px) {
    .logo-width {
        height: 65px;
    }
}

@media (min-width: 1400px) {
    .logo-width {
        height: 80px;
    }
}

footer .logo-width {
    width: auto;
    height: 100px;
    position: relative;
}

@media (max-width: 768px) {
    footer .logo-width {
        width: auto;
        height: 100px;
        position: relative;
    }
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    width: unset;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.swiper-button-prev .btn-fill-orange,
.swiper-button-next .btn-fill-orange {
    padding: 6px 18px !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: bold !important;
    width: 50px;
    height: 50px;
    display: flex !important;
    margin: auto;
    align-items: center;
    justify-content: center;
}

/* @media (max-width: 992px) {
    .swiper-button-prev .btn-fill-orange,
    .swiper-button-next .btn-fill-orange {
        width: 30px;
        height: 30px;
    }
} */

.static-nav {
    line-height: 1;
    display: flex;
}

.static-nav .swiper-button-prev,
.static-nav .swiper-button-next {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    display: inline-block;
}

.static-nav .swiper-button-next {
    margin-left: 8px;
}

.swiper-button-next {
    margin-left: 8px;
}

.right-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 20px;
    width: auto;
}

@media (min-width: 1200px) {
    .swiper-button-prev.swiper-button-disabled {
        display: none;
    }
}

.main-project {
    border: 1px solid var(--border-dark);
    border-width: 1px 0;
    position: relative;
    transition: all 0.6s ease;
    z-index: 1;
    overflow: hidden;
}

.project-heading {
    padding: 60px;
    transition: all 0.4s ease;
}

.project-box .project-content {
    width: 100%;
    height: 100%;
    background-color: #242a3cd9;
    padding: 60px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    position: relative;
}

.project-box .project-content .project-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-link:hover {
    cursor: pointer;
}

.project-box ul li {
    font-size: 22px;
    margin: 0 10px;
    display: inline-block;
}

.project-box ul li p {
    font-size: 16px !important;
    margin-bottom: 0 !important;
}

.project-box address {
    margin: 0 auto;
}

.project-box .mb {
    margin-bottom: 30px;
}

.location-icon i:before {
    font-size: 24px;
    display: inline-block;
    transition: all 0.2s linear;
}

.location-icon {
    z-index: 99;
}

.location-icon i:after {
    content: 'Location Map';
    display: block;
    font-style: normal;
}

.location-icon:hover i:before {
    transform: translateY(-5px);
}

.project-box:hover .project-content {
    opacity: 1 !important;
}

.project-box:hover .project-heading {
    opacity: 0 !important;
}

.project-box {
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.project-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(38 43 62 / 65%), transparent, transparent 70%, transparent 100%);
}

.project-box:hover:before {
    opacity: 0;
}

@media (max-width: 1199px) {
    .main-project {
        background-image: unset !important;
        background-color: var(--border-dark);
    }

    .project-box .mb {
        margin-bottom: 20px;
    }

    .project-box ul li {
        font-size: 20px;
        margin: 0 5px;
    }

    .project-heading {
        display: none;
    }

    .project-box:before {
        display: none;
    }
}

@media (min-width: 1200px) {
    .main-project:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 70%;
        z-index: -1;
    }

    .project-box {
        height: 90vh !important;
        position: relative;
    }

    .project-box .project-content {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .project-box:nth-child(3n-1) {
        border: 1px solid var(--border-dark);
        border-width: 0 1px;
    }
}

@media (min-width: 1400px) {
    .project-box .project-content {
        padding: 60px 0;
    }
}

/* .address-box address {
    color: var(--color-dark);
} */

.address-box .max-width {
    max-width: 340px;
}

footer .icon:not(.btn-fill-orange) {
    /* fill: #926d4e !important; */
    fill: var(--cream) !important;
}

@media (min-width: 768px) {
    .address-box .max-width {
        /*max-width: 360px;*/
        max-width: unset;
    }
}

@media (min-width: 1400px) {
    .address-box .max-width {
        max-width: 650px;
        /* max-width: unset;
        min-height: 3.2rem; */
    }
}


@media(min-width:1200px) {
    .main-project-1:before {
        -webkit-animation: zoomin .4s linear;
        animation: zoomin .4s linear;
        animation-fill-mode: forwards
    }

    @-webkit-keyframes zoomin {
        0% {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            opacity: 0%;
            transition: opacity 3.3s
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 100%;
            transition: opacity 3.3s
        }
    }

    .main-project-2:before {
        -webkit-animation: zoomin2 .4s linear;
        animation: zoomin2 .4s linear;
        animation-fill-mode: forwards
    }

    @-webkit-keyframes zoomin2 {
        0% {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            opacity: 0%;
            transition: opacity 3.3s
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 100%;
            transition: opacity 3.3s
        }
    }

    .main-project-3:before {
        -webkit-animation: zoomin3 .4s linear;
        animation: zoomin3 .4s linear;
        animation-fill-mode: forwards
    }

    @-webkit-keyframes zoomin3 {
        0% {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            opacity: 0%;
            transition: opacity 3.3s
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 100%;
            transition: opacity 3.3s
        }
    }

    .main-project-4:before {
        -webkit-animation: zoomin4 .4s linear;
        animation: zoomin4 .4s linear;
        animation-fill-mode: forwards
    }

    @-webkit-keyframes zoomin4 {
        0% {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            opacity: 0%;
            transition: opacity 3.3s
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 100%;
            transition: opacity 3.3s
        }
    }
}


footer {
    /* padding: 120px 0 60px; */
    padding: 60px 0 60px;
    background-color: var(--color-white);
    overflow: hidden;
    background-color: #2a3036;
}

footer h6 {
    color: var(--cream);
    margin-bottom: 10px !important;
}

/* footer ul {
    margin: 0 -15px;
} */

footer ul li {
    /* display: inline-block; */
    display: block;
    margin: 0 15px;
}

footer .social-media a,
footer .social-media .icon {
    font-size: 22px;
    width: 25px;
    height: 25px;
}

footer .row:last-child {
    margin-top: 60px;
}

footer hr {
    margin: 30px 0;
}

.copyright p,
.copyright a {
    opacity: .7;
}

.copyright a:hover {
    opacity: 1;
}

@media (max-width:1199px) {
    footer {
        padding: 30px 0 30px;
        /* padding: 80px 0 30px; */
    }

    footer .row:last-child {
        margin-top: 30px;
    }
}

@media (max-width:992px) {
    footer .col-lg-8 {
        order: 2;
    }

    /* footer ul {
        margin: 30px -10px 0;
    } */

    footer ul li {
        margin: 5px 10px;
    }
}

@media (max-width:767px) {
    footer {
        /* padding: 70px 0; */
        padding: 70px 0;
    }

    footer .row:last-child {
        margin-top: 30px;
    }

    .footer-menu ul {
        width: 410px;
        /* margin: 0 auto; */
    }

    .footer-menu ul li {
        margin: 0 10px;
    }

    .footer-menu::-webkit-scrollbar {
        display: none !important;
    }

    footer .grid {
        row-gap: 0;
    }

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

@media (max-width:410px) {
    .footer-menu {
        overflow-x: auto;
        mask-image: -webkit-linear-gradient(to right, transparent, black 20px, black 90%, transparent);
        mask-image: -moz-linear-gradient(to right, transparent, black 20px, black 90%, transparent);
        mask-image: linear-gradient(to right, transparent, black 20px, black 90%, transparent);
        -webkit-mask-image: -webkit-linear-gradient(to right, transparent, black 20px, black 90%, transparent);
        -webkit-mask-image: -moz-linear-gradient(to right, transparent, black 20px, black 90%, transparent);
        -webkit-mask-image: linear-gradient(to right, transparent, black 20px, black 90%, transparent);
    }
}

.btn-outline-orange,
.btn-outline-white,
.btn-fill-orange,
.btn-fill-white,
.fancybox-button div {
    font-size: 14px !important;
    font-weight: var(--fw-bold) !important;
    text-transform: uppercase;
    border: 1px solid;
    padding: 8px 20px !important;
    border-radius: 35px;
    display: inline-block !important;
    position: relative;
    transition: color 0.4s ease;
    overflow: hidden;
    z-index: 1;
    line-height: 1.8 !important;
}

.btn-outline-orange,
.fancybox-button div {
    color: var(--white-text-color);
    background-color: transparent;
    border-color: var(--border-yellow);
}

.grid {
    display: grid;
    column-gap: 24px;
    row-gap: 24px;
}

.grid-2 {
    grid-template-columns: auto auto;
}

.contact-box {
    --btn-margin-gap: 5px;
    --btn-margin-gap-minus: -5px;
    --contact-padding-gap: 20px;
    background-color: var(--body-bg-blue-dark-color);
    padding: var(--contact-padding-gap);
    color: var(--white-text-color);
}

footer .contact-box {
    padding: 0 !important;
    background-color: transparent !important;
}

.contact-box h2 {
    color: var(--cream);
    margin-bottom: 10px !important;
}

.contact-box h6 {
    color: var(--cream);
    margin-bottom: 10px !important;
}

/* footer a {
    color: var(--color-dark);
} */

.contact-box a {
    display: block;
    line-height: 1.4;
    /* color: var(--color-dark) !important; */
}

.contact-box .mb {
    margin-bottom: 20px !important;
}

.contact-box .wb {
    word-break: break-all;
}

.contact-box .btn-inline {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: var(--btn-margin-gap-minus) !important;
}

.contact-box .btn-inline a {
    margin: var(--btn-margin-gap) !important;
}

.contact-box .grid {
    column-gap: 15px;
    justify-content: flex-start;
}

.contact-box small {
    display: block;
}

@media (min-width:576px) {
    .contact-box {
        --btn-margin-gap: 10px;
        --btn-margin-gap-minus: -10px;
        --contact-padding-gap: 30px;
    }
}

@media (min-width:768px) {
    .contact-box {
        height: 100%;
    }
}

@media (min-width:992px) {
    .contact-box .grid {
        justify-content: unset;
    }
}

@media (max-width:350px) {
    .contact-box .mb {
        margin-bottom: 15px !important;
    }

    .contact-box .grid {
        grid-template-columns: auto;
        row-gap: 10px;
    }

    .contact-box .grid-item {
        display: flex;
    }

    .contact-box h6 {
        margin-right: 10px;
        margin-bottom: 0 !important;
    }

    .contact-box h6:after {
        content: ":";
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--color-new-bg);
    /* background-color: var(--bs-btn-hover-bg); */
    border-color: var(--bs-btn-hover-color) !important;
    border: 1px solid !important;
}



@media (max-width: 991px) {
    #parallax-half .bg-image {
        background-position: center center !important;
    }
}

.img-size-1.bg-image {
    padding-bottom: 100%;
}

@media (min-width: 992px) {
    .img-size-1.bg-image {
        padding-bottom: 0 !important;
    }
}

.padding-gap-30 {
    padding: 60px 20px;
}

@media (max-width: 992px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .padding-gap-30 {
        padding: 60px 30px;
    }
}

@media (min-width: 1400px) {
    .padding-gap-30 {
        padding: 90px 60px;
    }
}

/*! end @import */
.boxline .line-box {
    padding-top: 40px;
    border-top: 1px solid var(--border-dark-opacity);
    margin-top: 40px;
}

.boxline .line-box:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

@media (max-width: 992px) {
    .mission-vision {
        overflow: hidden;
    }
}


@media (min-width:992px) and (max-height:768px) {
    ul.ul-reset li {
        margin-bottom: 0.5rem;
    }

    h1,
    .h1 {
        font-size: 2rem;
    }

    h2,
    .h2 {
        font-size: 2rem;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
    }

    h4,
    .h4 {
        font-size: 1.25rem;
    }

    .parallax h2,
    .parallax .h2 {
        margin-top: var(--section-padding);
    }

    p {
        font-size: 20px;
    }

    .intro .intro-big-text {
        font-size: 7rem !important;
        line-height: 6.5rem !important;
    }

    .horizontal-scroll-list {
        gap: 0 150px !important;
    }

    .horizontal-scroll-item-image {
        /*width: calc(var(--horizontal-scroll-width) - 350px) !important;*/
        /*height: calc(var(--horizontal-scroll-height) - 200px) !important;*/
        width: calc(var(--horizontal-scroll-width)) !important;
        height: calc(var(--horizontal-scroll-height)) !important;
    }

    .intro.section-padding {
        padding-bottom: calc(var(--section-padding) - 150px) !important;
    }

    .horizontal-scroll-wrapper,
    #amenities .horizontal-scroll-wrapper {
        height: 400px !important;
    }

    .md-font {
        font-size: 2.5rem;
    }
}

@media (min-width:769px) {
    .pcHidden {
        display: none;
    }
}

@media (max-width:768px) {
    .mobileHidden {
        display: none;
    }
}

.color-newhead {
    color: var(--cream);
}

.ml_0_5 {
    margin-left: .25rem
}

.mr_0_5 {
    margin-right: .25rem
}

.mt_0_5 {
    margin-top: .25rem
}

.mb_0_5 {
    margin-bottom: .25rem
}

.pl_1 {
    padding-left: .5rem
}

.pr_1 {
    padding-right: .5rem
}

.pt_1 {
    padding-top: .5rem
}

.pb_1 {
    padding-bottom: .5rem
}

.ml_1 {
    margin-left: .5rem
}

.mr_1 {
    margin-right: .5rem
}

.mt_1 {
    margin-top: .5rem
}

.mb_1 {
    margin-bottom: .5rem
}

.m-1 {
    margin: -.5rem
}

.pb_1_5 {
    padding-bottom: .75rem
}

.ml_1_5 {
    margin-left: .75rem
}

.mr_1_5 {
    margin-right: .75rem
}

.mt_1_5 {
    margin-top: .75rem
}

.mb_1_5 {
    margin-bottom: .75rem
}

.pl_2 {
    padding-left: 1rem
}

.pr_2 {
    padding-right: 1rem
}

.pt_2 {
    padding-top: 1rem
}

.pb_2 {
    padding-bottom: 1rem
}

.p_2 {
    padding: 1rem
}

.ml_2 {
    margin-left: 1rem
}

.mr_2 {
    margin-right: 1rem
}

.mt_2 {
    margin-top: 1rem
}

.mb_2 {
    margin-bottom: 1rem
}

.pl_3 {
    padding-left: 1.5rem
}

.pr_3 {
    padding-right: 1.5rem
}

.pt_3 {
    padding-top: 1.5rem
}

.pb_3 {
    padding-bottom: 1.5rem
}

.p_3 {
    padding: 1.5rem
}

.mr_3 {
    margin-right: 1.5rem
}

.mt_3 {
    margin-top: 1.5rem
}

.mb_3 {
    margin-bottom: 1.5rem
}

.pl_4 {
    padding-left: 2rem
}

.pr_4 {
    padding-right: 2rem
}

.pt_4 {
    padding-top: 2rem
}

.pb_4 {
    padding-bottom: 2rem
}

.ml_4 {
    margin-left: 2rem
}

.mr_4 {
    margin-right: 2rem
}

.mt_4 {
    margin-top: 2rem
}

.mb_4 {
    margin-bottom: 2rem
}

.pl_5 {
    padding-left: 2.5rem
}

.pr_5 {
    padding-right: 2.5rem
}

.pt_5 {
    padding-top: 2.5rem
}

.pb_5 {
    padding-bottom: 2.5rem
}

.mt_5 {
    margin-top: 2.5rem
}

.pl_6 {
    padding-left: 3rem
}

.pr_6 {
    padding-right: 3rem
}

.pt_6 {
    padding-top: 3rem
}

.pb_6 {
    padding-bottom: 3rem
}

.mt_6 {
    margin-top: 3rem
}

.mb_6 {
    margin-bottom: 3rem
}

.pl_7 {
    padding-left: 3.5rem
}

.pr_7 {
    padding-right: 3.5rem
}

.pb_7 {
    padding-bottom: 3.5rem
}

.mt_7 {
    margin-top: 3.5rem
}

.pl_8 {
    padding-left: 4rem
}

.pr_8 {
    padding-right: 4rem
}

.pt_8 {
    padding-top: 4rem
}

.pb_8 {
    padding-bottom: 4rem
}

.mr_8 {
    margin-right: 4rem
}

.mt_8 {
    margin-top: 4rem
}

.mb_8 {
    margin-bottom: 4rem
}

.pl_9 {
    padding-left: 4.5rem
}

.pr_9 {
    padding-right: 4.5rem
}

.pt_9 {
    padding-top: 4.5rem
}

.pb_9 {
    padding-bottom: 4.5rem
}

.mt_9 {
    margin-top: 4.5rem
}

.pl_10 {
    padding-left: 5rem
}

.pr_10 {
    padding-right: 5rem
}

.pt_10 {
    padding-top: 5rem
}

.pb_10 {
    padding-bottom: 5rem
}

.mt_10 {
    margin-top: 5rem
}

.pr_11 {
    padding-right: 5.5rem
}

.pr_12 {
    padding-right: 6rem
}

.pt_12 {
    padding-top: 6rem
}

.pb_12 {
    padding-bottom: 6rem
}

.ml_12 {
    margin-left: 6rem
}

.pt_13 {
    padding-top: 6.5rem
}

.pl_14 {
    padding-left: 7rem
}

.pt_14 {
    padding-top: 7rem
}

.pb_14 {
    padding-bottom: 7rem
}

.mb_14 {
    margin-bottom: 7rem
}

.pl_15 {
    padding-left: 7.5rem
}

.pt_15 {
    padding-top: 7.5rem
}

.pb_15 {
    padding-bottom: 7.5rem
}

.mt_15 {
    margin-top: 7.5rem
}

.pl_16 {
    padding-left: 8rem
}

.pr_16 {
    padding-right: 8rem
}

.pb_16 {
    padding-bottom: 8rem
}

.pl_17 {
    padding-left: 8.5rem
}

.pl_18 {
    padding-left: 9rem
}

.pr_18 {
    padding-right: 9rem
}

.pr_20 {
    padding-right: 10rem
}

.pt_20 {
    padding-top: 10rem
}

.pb_20 {
    padding-bottom: 10rem
}

.pl_22 {
    padding-left: 11rem
}

.pb_25 {
    padding-bottom: 12.5rem
}

.pl_28 {
    padding-left: 14rem
}

.pr_28 {
    padding-right: 14rem
}

.mt-1px {
    margin-top: -1px
}

.mt_2px {
    margin-top: 2px
}

.mb-2px {
    margin-bottom: -2px
}

.ml_a {
    margin-left: auto
}

.mr_a {
    margin-right: auto
}

.mt-4 {
    margin-top: -2rem
}

.mb-3 {
    margin-bottom: -1.5rem
}

.ml-2 {
    margin-left: -1rem
}

.curl-white-head {
    font-family: Sacramento, Droid Arabic Kufi, Arial, sans-serif;
    font-weight: 100;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 .5rem;
}

.curl-yello-head {
    font-family: Sacramento, Droid Arabic Kufi, Arial, sans-serif;
    font-weight: 100;
    line-height: 1.2;
    color: #fac25a;
    margin: 0 0 .5rem;
}

.d-f {
    display: flex;
}

.banner-tagline-new {
    margin: 0;
    font-size: 4vw;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (max-width:767px) {
    .banner-tagline-new {
        font-size: 9.5vw
    }
}

.amenities_wrap {
    padding-top: 2rem;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(7, 1fr);
}

@media only screen and (max-width:980px) {
    .amenities_wrap {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 2rem;
    }
}

@media only screen and (max-width:767px) {
    .amenities_wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
        row-gap: 3rem;
    }
}

.amenities_wrap .a_box {
    width: auto;
    text-align: center;
}


.amenities_wrap .a_box .icon_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.amenities_wrap .a_box .name_ {
    margin-top: 1rem;
    font-size: 1vw;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .amenities_wrap .a_box .name_ {
        font-size: 1.2vw;
    }
}

@media only screen and (max-width:980px) {
    .amenities_wrap .a_box .name_ {
        font-size: 1.7vw;
    }
}

@media only screen and (max-width:767px) {
    .amenities_wrap .a_box .name_ {
        font-size: 3.2vw;
    }
}

.amenities_wrap .a_box:hover .icon_box,
.amenities_wrap .a_box:hover .name_ {
    -webkit-transform: translateY(-.5rem);
    -ms-transform: translateY(-.5rem);
    transform: translateY(-.5rem);
}

.amenities_wrap .a_box:hover .icon_box {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.amenities_wrap .a_box:hover .name_ {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.amenities_wrap .a_box .icon_box {
    width: 5vw;
    height: 5vw;
    margin: auto;
}

@media only screen and (max-width:980px) {
    .amenities_wrap .a_box .icon_box {
        width: 7vw;
        height: 7vw;
    }
}

@media only screen and (max-width:767px) {
    .amenities_wrap .a_box .icon_box {
        width: 14vw;
        height: 14vw;
    }
}