* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

ul {
    list-style: none;
}

@font-face {
    font-family: 'dinot-black';
    src: url(../fonts/DINOT-BLACK.TTF);
}

@font-face {
    font-family: 'dinot-bold';
    src: url(../fonts/DINOT-BOLD.TTF);
}

@font-face {
    font-family: 'dinot-medium';
    src: url(../fonts/DINOT-MEDIUM.TTF);
}

@font-face {
    font-family: 'Cera-bold';
    src: url(../fonts/Cera\ Pro\ Bold.otf);
}

@font-face {
    font-family: 'Cera-medium';
    src: url(../fonts/Cera\ Pro\ Medium.otf);
}

body,
section,
.highlight-carousel-section,
footer {
    overflow-x: clip !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cera-bold';
}

:root {
    --e-global-color-primary: #5c5685;
    --e-global-color-secondary: #b9b3dd;
    --e-global-color-text: #5b5676;
    --e-global-color-accent: #8f88bc;
    --theme-primary-deep: #464064;
    --theme-secondary-soft: #dcd8ee;
    --theme-text-strong: #413c5c;
    --theme-text-muted: #777191;
    --theme-border: #d4d0e2;
    --theme-border-soft: #e5e1f0;
    --theme-border-accent: #bdb7d4;
    --theme-surface: #f4f2fa;
    --theme-surface-soft: #faf8fd;
    --theme-surface-alt: #ece9f6;
    --theme-surface-hover: #e2deef;
    --theme-white: #ffffff;
    --theme-shadow-soft: rgba(92, 86, 133, 0.18);
    --theme-overlay: rgba(244, 242, 250, 0.9);
    --theme-tooltip: rgba(70, 64, 100, 0.92);
}

body {
    font-family: 'dinot-medium' !important;
    color: var(--e-global-color-text);
}

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

.nav-bg {
    background-color: white;
    box-shadow: 0px -1px 3px 1px var(--theme-shadow-soft);
}

.developer-logo-column {
    text-align: right;
}

.close-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="%23ffffff" class="bi bi-x" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708"></path></svg>');
    height: 30px;
    width: 30px;
    display: block;
    margin: auto;
    background-size: contain;
}

.close-icon svg {
    color: var(--theme-white);
}

.project-logo {
    /* width: 80px; */
    position: relative;
    top: 0px;
    filter: brightness(0) invert(1);
}

.navbar .nav-item.active>a.nav-link {
    color: #69638f !important;
}

.navbar .nav-item>a {
    line-height: 15px;
    text-transform: capitalize;
    padding: 10px 0px !important;
    margin: 6px 25px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Cera-medium";
    color: black !important;
    cursor: pointer;
    font-weight: lighter;
}

.navbar .nav-item>a:hover,
.navbar .nav-item>a:focus {
    color: var(--e-global-color-secondary) !important;
}

/* modal css */


.modal-close-btn {
    background-color: #dfcd9c !important;
    color: var(--e-global-color-primary) !important;
    font-size: 20px;
    height: 50px;
    width: 50px;
    border: 1px solid #dfcd9c;
    border-radius: 50%;
    margin-left: auto;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-para {
    /* color: #7F7555; */
    font-size: 16px;
    text-align: center;
    font-family: 'Cera-medium';
    font-weight: 700;
}

.modal-body {
    width: 80%;
    padding: 30px 1rem !important;
    margin: auto;
}

#modal_form .form-control {
    background-color: var(--theme-white);
    border-radius: 5px;
    border-bottom: 0px;
    color: var(--theme-text-muted);
    border: 1px solid var(--theme-border);
    padding: 4px 15px;
    height: 45px;
}

#modal_phone {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.modal-title {
    color: var(--e-global-color-primary);
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.error-modal,
.error-side,
.error-banner {
    display: none;
    color: red;
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 18px;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 20px 50px;
    background-color: var(--e-global-color-primary);
}

input#side_checkbox,
#footer_checkbox,
#banner_checkbox,
#modal_checkbox {
    height: 20px;
    width: 20px;
}

input[type='checkbox'] {
    accent-color: var(--e-global-color-secondary);
    margin-right: 10px !important;
}

.condition-label {
    margin-left: 10px;
    color: var(--theme-text-muted) !important;
}

input.form-control:disabled {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 1px solid var(--theme-border);
}

.main-slider-banner {
    padding-top: 62px;
}


.about-dev-container {
    gap: 1.5rem;
}

.thank-you-container {
    transform: translate(-50%, -50%);
    width: 100%;
}

.thank-you-logo {
    /* background-color: var(--e-global-color-primary); */
    /* padding: 12px 18px; */
    border-radius: 8px;
}

.btn-style-one {
    width: max-content !important;
    background: #dfcd9c;
    color: var(--theme-primary-deep);
    padding: 18px 30px !important;
    font-size: 18px;
    /* font-weight: 600; */
    letter-spacing: 1px;
    border: 1px solid transparent;
    border-radius: 6px;
    z-index: 9;
    cursor: pointer;
    font-family: 'Cera-medium';
    display: inline-block;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    text-transform: uppercase;
}


.btn-style-one:hover {
    background: #dfcd9c;
    color: var(--theme-primary-deep);
    transform: scale(1.05);
    border: 1px solid #dfcd9c;
}


.upper-left {
    position: absolute;
    top: 5%;
    left: 20px;
    color: var(--theme-white);
    font-family: 'coprgtl';
    font-size: 24px;
    z-index: 9;
}

.bottom-right {
    position: absolute;
    right: 5%;
    bottom: 0px;
    text-align: center;
    backdrop-filter: blur(15px);
    background: var(--theme-overlay);
    padding: 2% 3.5%;
    z-index: 9 !important;
}

.bottom-right h2 {
    font-size: 18px;
    font-family: 'Cera-medium';
    font-weight: 700;
}

.location {
    font-size: 18px;
    font-family: 'Cera-medium';
    font-weight: 700;
}

section,
footer {
    padding: 70px 0px;
}

.section-heading {
    color: var(--e-global-color-primary);
    font-size: 32px;
    /* font-weight: 700; */
    margin-bottom: 30px;
}

#aboutUs {
    background-image: url(../images/about-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-us-para {
    color: var(--theme-text-strong);
    width: 64%;
    margin: auto;
    text-align: center;
}

.d-flex.aboutus-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 10px;  */
    flex-wrap: nowrap;
    /* keep all images in a single row */
    overflow: hidden;
    /* prevent scroll */
    padding: 20px 0;
}

.aboutus-img,
.aboutus-centerimg {
    flex: 1 1 auto;
    /* max-width: 33% !important; */
    height: auto;
    object-fit: cover;
    transition: transform 0.3s;
    padding: 10px !important;
}

.aboutus-centerimg {
    transform: scale(1.2) !important;
    border: 1px solid transparent;
    border-image-source: linear-gradient(90deg, var(--theme-secondary-soft) 0%, var(--e-global-color-primary) 48.56%, var(--theme-secondary-soft) 100%);
    border-image-slice: 1;
    border-image-repeat: stretch;
    z-index: 9;
    position: relative;
}

@media (max-width: 992px) {

    .aboutus-img,
    .aboutus-centerimg {
        max-width: 32%;
        /* slightly smaller to fit in smaller viewport */
    }

    .aboutus-centerimg {
        transform: scale(1);
    }
}


.highlight-row {
    max-width: 1390px;
    width: 100%;
    margin: auto;
}

#highlight {
    /* background: linear-gradient(89.29deg, #20415f 0.61%, #54a2dc 113.65%); */
    background: var(--e-global-color-primary);
}

.highlightSection-heading {
    color: white !important;
}

#highlight p {
    font-size: 15px;
}

.highlight-icon {
    width: 88% !important;
    margin: auto;
    display: block;
    border: 1px solid var(--theme-white);
    padding: 20px;
    border-radius: 26px;
    filter: brightness(0) invert(1);
}

#highlight .col-md-7 div:nth-child(even) {
    /* margin-top: 50px; */
}

.desktop-highlight div {
    flex-basis: 25%;
    max-width: 25%;
}

.row {
    width: 100% !important;
}

.highlight-list,
.location-list {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 5px;
}

.highlight-list::after,
.location-list::after {
    content: '●';
    /* background-image: url(../images/highlight-list-icon.png); */
    height: 24px;
    width: 22px;
    position: absolute;
    left: -30px;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--e-global-color-secondary);
}

#locationSection {
    background-color: var(--theme-surface);
}

.location-seprator {
    border-color: var(--theme-border-accent);
    opacity: 1;
}

.btn-style-two {
    width: max-content;
    border-radius: 2px;
    background-color: #dfcd9c;
    color: var(--e-global-color-primary);
    padding: 18px 30px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Cera-medium';
    border: 1px solid #dfcd9c;
    border-radius: 6px;
}

.btn-style-two:hover {
    background: #dfcd9c;
    color: var(--theme-primary-deep);
    border-color: #dfcd9c;
}

#amenitiesSection {
    background-image: none;
    background-color: var(--theme-surface-soft);
}

.amenities-item:nth-child(odd) {
    background-color: var(--theme-surface-alt);
}

.amenities-item:nth-child(even) {
    background-color: var(--theme-surface-alt);
}

.amenities-item {
    position: relative;
    padding: 20px 5px;
    width: 18.4% !important;
    color: var(--theme-text-strong);
    text-align: center;
    font-size: 18px;
    background-color: var(--theme-white);
    background-image: linear-gradient(var(--e-global-color-primary), var(--e-global-color-primary)), linear-gradient(var(--e-global-color-primary), var(--e-global-color-primary)), linear-gradient(var(--e-global-color-primary), var(--e-global-color-primary)), linear-gradient(var(--e-global-color-primary), var(--e-global-color-primary));
    background-repeat: no-repeat;
    background-size: 0 2px, 2px 0, 0 2px, 2px 0;
    background-position: top left, top right, bottom right, bottom left;
    transition: background-size 0.8s ease, background-color 0.3s ease;
    display: flex;
    align-items: center;
    min-height: 104px;
    justify-content: center;
    flex-direction: column;
}

.amenities-img {
    width: 70px !important;
}

.amenities-item:hover {
    background-color: var(--theme-surface-hover);
    background-size:
        100% 2px,
        2px 100%,
        100% 2px,
        2px 100%;
}

.amenities-item::after {
    content: '';
    background-image: url(../images/list-icon.svg);
    height: 20px;
    width: 20px;
    position: absolute;
    left: 50%;
    top: -5%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateX(-50%) rotate(0deg) scale(1);
    transition: transform 0.4s ease;
}

.amenities-item:hover::after {
    transform: translateX(-50%) rotate(360deg) scale(1.1);
}

#gallery {
    background-color: var(--e-global-color-primary);
}

#gallery .owl-prev {
    position: absolute;
    top: 43%;
    left: 20px;
}

#gallery .owl-next {
    position: absolute;
    top: 43%;
    right: 20px;
}

.gallery-carousel .owl-nav button img {
    width: 60px;
}

.btn-style-three {
    width: max-content;
    border-radius: 2px;
    color: var(--theme-primary-deep);
    padding: 18px 30px;
    font-size: 18px;
    /* font-weight: 600; */
    letter-spacing: 1px;
    font-family: 'Cera-medium';
    text-transform: uppercase;
    background: #dfcd9c;
    letter-spacing: 2px;
    border-radius: 6px;
}

.btn-style-three:hover {
    background: #dfcd9c;
}

.btn-style-four {
    width: max-content;
    border-radius: 2px;
    color: var(--e-global-color-primary);
    padding: 18px 30px;
    font-size: 18px;
    /* font-weight: 600; */
    text-transform: uppercase;
    border-radius: 6px;
    letter-spacing: 1px;
    border: 1px solid #dfcd9c;
    font-family: 'Cera-medium';
    background: #dfcd9c;
    letter-spacing: 2px;
}

.btn-style-four:hover {
    background: #dfcd9c;
    color: var(--theme-primary-deep);
    border: 1px solid #dfcd9c;
}

#contactus {
    background-image: url(../images/contact-us-bg.webp);
    background-size: cover;
    background-position: center center;
}

.form-subheading,
.form-heading {
    color: var(--e-global-color-primary);
}

#contactus .form-control {
    border-bottom: 1px solid var(--theme-border) !important;
    margin-bottom: 30px !important;
    background-color: transparent !important;
}

#contactus .form-control::placeholder {
    color: var(--theme-text-muted);
}

button:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.check-box,
.sidecheck-box {
    left: 0;
    top: 25px;
    background: var(--theme-tooltip);
    color: var(--theme-white);
    padding: 15px;
    border-radius: 10px;
    font-size: 12px;
    z-index: 5;
}

.banner-phoneno {
    color: var(--theme-text-strong);
    font-size: 18px;
    font-family: 'Cera-medium';
}

.banner-info {
    font-family: 'Cera-medium';
    font-weight: 700;
}

.image-wrapper {
    position: relative;
    margin: 0 auto;
}


/* .phone-tag {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    bottom: 21%;
    width: 185px;
    font-size: 4vw;
    text-decoration: none;
    height: 35px;
} */

/* #aboutUs::after {
position: absolute;
    bottom: 120px;
    left: 40px;
    content: '';
    height: 541px;
    width: 50px;
    background-image: url(../images/logo-element-about-2.png);
    background-size: cover;
} */

/* #amenitiesSection::before {
    position: absolute;
    bottom: 0px;
    left: 30px;
    content: '';
    height: 70px;
    width: 550px;
    background-image: url(../images/logo-element-about-1.png);
    background-size: cover;
} */
footer {
    background-color: var(--e-global-color-primary);
}

body .modal-backdrop {
    --bs-backdrop-opacity: 0.7 !important;
}

.developer-logo {
    width: 110px;
    filter: none;
}

.side-query-box {
    position: relative;
}

.qr-code-size {
    width: 120px !important;
}

#gallery .section-heading,
footer .section-heading {
    color: white !important;
}

footer .about-dev-container img {
    filter: brightness(0) invert(1);
}

footer a:hover {
    color: var(--e-global-color-secondary) !important;
}

.privacy-policy-content h4 {
    color: var(--e-global-color-primary);
}

.privacy-policy-content p {
    color: var(--e-global-color-text);
}



.carousel-indicators [data-bs-target]{
    background-color: white !important;
}