* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img,
video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@font-face {
    font-family: "GildaDisplay-Regular";
    font-weight: 400;
    src: url(../fonts/GildaDisplay-Regular.ttf);
}

@font-face {
    font-family: "Graphik-Regular-Trial";
    font-weight: 400;
    src: url(../fonts/Graphik-Regular-Trial.otf);
}

@font-face {
    font-family: "Sometimes";
    src: url(../fonts/Sometimes\ Times\ Regular.ttf);
}

@font-face {
    font-family: "Volina";
    src: url(../fonts/Volina.ttf);
}

:root {
    --gilda: Sometimes;
    --graphik: Graphik-Regular-Trial;
    --volina: Volina;
}


body::-webkit-scrollbar {
    width: 0.5em;
    background-color: #fff;
    border-left: none;
}

body::-webkit-scrollbar-thumb {
    background-color: #dac17a;
    outline: 1px solid #fff;
    border-radius: 15px;
}

body {
    background-color: #fff;
    color: #000;
    font-family: var(--graphik);
}

/* Preloader */

/* Preloader end */

.fix_head {
    position: fixed;
    top: 0;
    left: 0;
    /* padding: 10px 0; */
    z-index: 999;
    width: 100%;
    backdrop-filter: blur(6px);
    background: rgb(61 61 61 / 82%);
}

.navbar-brand img {
    width: 140px;
}

.navbar-nav .nav-item a {
    font-family: var(--graphik);
    font-size: 11px;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    text-wrap: nowrap;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navbar-nav .nav-item {
    text-align: center;
    padding-right: 1.5rem;
}

.sticky .navbar {
    background: rgb(61 61 61 / 68%);
    /* box-shadow: 2px 2px 5px #414141; */
    transition: 0.3s ease-in-out;
}

.enq_btn {
    position: relative;
    width: fit-content;
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #fff;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s all ease;
}

.enq_btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: #fff;
    transform: translateY(100%);
    transition: 0.5s all ease;
    z-index: -1;
}

.enq_btn:hover {
    color: #000;
    transition: 0.5s all ease;
}

.enq_btn:hover:after {
    transform: translateY(0%);
    transition: 0.5s all ease;
}

.enq_btn span {
    font-family: var(--graphik);
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/***************** Banner *******************************/

.section__banner {
    width: 100%;
    position: relative;
}

/**************************** Overview *******************************/

.section__over {
    width: 100%;
    padding: 100px 0;
    background-color: #FFF9EF;
    position: relative;
}

.left_element {
    position: absolute;
    left: 0;
    top: 2%;
    width: 8%;
    z-index: 2;
}

.righ_element {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12%;
    z-index: 2;
}

.over_title h2 {
    font-family: var(--graphik);
    font-size: 20px;
    color: #B2834F;
    text-transform: uppercase;
    position: relative;
}

.over_title h2::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    border: 1px solid #B2834F;
    height: 0px;
    width: 4%;
}

.over_title h3 {
    font-family: var(--gilda);
    font-size: 50px;
    color: #AC883A;
    letter-spacing: 1.8px;
    text-transform: capitalize;
}

.over_title h3 span,
.conf_title h3 span,
.gal_title h3 span,
.world_para h2 span,
.ameni_title h3 span,
.realty_desc h3 span {
    font-family: var(--volina);
}

.over_title p {
    font-family: var(--graphik);
    font-size: 18px;
    color: #58595B;
    line-height: 30px;
    padding-top: 15px;
}

.overform_box {
    padding: 25px 45px;
    border-radius: 9px;
    background: var(--gradient, linear-gradient(180deg, #BBDBDC 0%, #E1E5CD 100%));
}

.overform_box p {
    font-family: var(--graphik);
    color: #000;
    font-size: 14px;
}

.sub_btn {
    width: fit-content;
    padding: 10px 30px;
    border-radius: 5px;
    background: #000;
    border: none;
}

.sub_btn {
    font-family: var(--graphik);
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/**************************** World *******************************/

.section__world {
    position: relative;
    padding: 60px 0 0;
    height: 125vh;
    background: linear-gradient(180deg, #FDF8F0 3%, rgba(253, 248, 240, 0.70) 25.83%, rgba(253, 248, 240, 0.00) 56.02%);
}

.section__world::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: -2;
    height: 100%;
    background: url(../images/world-bg-new.webp) no-repeat center center / cover;
}

.world_para h2 {
    font-family: var(--gilda);
    font-size: 50px;
    color: #242424;
    letter-spacing: 1.8px;
}

.world_para p {
    font-family: var(--graphik);
    font-size: 18px;
    color: #242424;
    font-weight: 500;
    line-height: 30px;
    padding-top: 20px;
}

/**************************** Amenities **********************************/

.section__ameni,
.section__conf,
.section__gal {
    position: relative;
    padding: 60px 0;
    background-color: #FFF9EF;
}

.ameni_title h2 {
    font-family: var(--graphik);
    font-size: 20px;
    color: #B2834F;
    text-transform: uppercase;
    position: relative;
}

.ameni_title h2::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    border: 1px solid #B2834F;
    height: 0px;
    width: 2%;
}

.ameni_title h3 {
    font-family: var(--gilda);
    font-size: 50px;
    color: #242424;
    letter-spacing: 1.8px;
    text-transform: capitalize;
}

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

.ameni_img h2 {
    position: absolute;
    bottom: 3%;
    width: fit-content;
    font-family: var(--gilda);
    font-size: 25px;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.96px;
    margin-bottom: 0;
}

.ameni_img p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: fit-content;
    padding: 4px 10px;
    font-family: var(--graphik);
    font-size: 10px;
    color: #fff;
    background-color: #000000ba;
    text-align: center;
    margin-bottom: 0;
}

.ameni_div {
    margin-left: 7.5%;
    margin-top: 2%;
}

.ameni_div .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -27%;
    right: 10%;
}

.ameni_div .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -27%;
    right: 15%;
}

.ameni_div .owl-carousel .owl-nav .owl-next img,
.ameni_div .owl-carousel .owl-nav .owl-prev img {
    width: 70%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

/**************************** Configuration *******************************/

.conf_left {
    position: absolute;
    left: 0;
    top: 1%;
    width: 9%;
}

.conf_title h2 {
    font-family: var(--graphik);
    font-size: 20px;
    color: #B2834F;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.conf_title h2::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 32%;
    border: 1px solid #B2834F;
    height: 0px;
    width: 4%;
}

.conf_title h2::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 32%;
    border: 1px solid #B2834F;
    height: 0px;
    width: 4%;
}

.conf_title h3 {
    font-family: var(--gilda);
    font-size: 50px;
    color: #242424;
    text-align: center;
    letter-spacing: 1.8px;
}

.floor_lock {
    position: absolute;
    top: 30%;
    right: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.floor_lock img {
    width: 45% !important;
}

.floor_lock p {
    font-family: var(--graphik);
    font-size: 15px;
    color: #AC883A;
    text-align: center;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 5px;
    background: #FFF;
    margin-bottom: 0;
}

.section__conf .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: -2.5%;
}

.section__conf .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: -2.5%;
}

.section__conf .owl-carousel .owl-nav .owl-next img,
.section__conf .owl-carousel .owl-nav .owl-prev img {
    width: 75%;
}

/* tabs ccs */

.nav-tabs {
    border-bottom: none;
    gap: 30px;
}

.nav-tabs .nav-link {
    font-family: var(--graphik);
    font-size: 18px;
    color: #020202;
    line-height: 15.697px;
    letter-spacing: 1.09px;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem 3rem;
    border-radius: 5px;
    border: 1.09px solid #020202;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    border-bottom: none;
    border-radius: 5px;
    background: #022E2C;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #020202;
}

/* tabs css end */

/*********************** Connectivity *********************************/

.section__loc {
    position: relative;
    padding: 60px 0;
    background: var(--gradient, linear-gradient(180deg, #BBDBDC 0%, #E1E5CD 100%));
}

.loc_right {
    position: absolute;
    right: 0;
    top: 1%;
    width: 10%;
}

.loc_left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 9%;
}

.loc_title h2 {
    font-family: var(--graphik);
    font-size: 20px;
    color: #B2834F;
    text-transform: uppercase;
    position: relative;
}

.loc_title h2::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    border: 1px solid #B2834F;
    height: 0px;
    width: 4%;
}

.loc_title p {
    font-family: var(--graphik);
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
}

.loc_div {
    margin-left: 8%;
}

.accordion-item {
    border: none;
    background-color: transparent;
}

.accordion-button {
    background-color: transparent !important;
    border-bottom: 1px solid #000;
    padding: 1rem 0;
}

.accordion-body {
    padding: 1rem 0;
}

.accordion-button p {
    font-family: var(--graphik);
    font-size: 18px;
    color: #000;
    letter-spacing: 0.18px;
}

.accordion-body p {
    font-family: var(--graphik);
    font-size: 15px;
    color: #000;
    letter-spacing: 0.15px;
}

.accordion-body p img {
    width: 18px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0 !important;
}

.accordion-button:focus {
    border-bottom: 1px solid #000 !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
    transform: none;
}

.accordion-button::after {
    background-image: url(../images/plus.svg);
}

/**************************** Gallery **********************************/

.gal_left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 7%;
}

.gal_right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 7%;
}

.gal_title h2 {
    font-family: var(--graphik);
    font-size: 20px;
    color: #B2834F;
    text-transform: uppercase;
    position: relative;
}

.gal_title h2::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    border: 1px solid #B2834F;
    height: 0px;
    width: 4%;
}

.gal_title h3 {
    font-family: var(--gilda);
    font-size: 43px;
    color: #242424;
    letter-spacing: 1.8px;
}

.section__gal .nav-tabs {
    border-bottom: none;
    gap: 12px;
}

.section__gal .nav-tabs .nav-link {
    font-family: var(--graphik);
    font-size: 15px;
    color: #020202;
    line-height: 15.697px;
    letter-spacing: 1.09px;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 5px;
    border: 1.09px solid #020202;
}

.section__gal .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    border-bottom: none;
    border-radius: 5px;
    background: #022E2C;
}

.gal-carousel .owl-item.active.center .gal_image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.gal-carousel .owl-item:not(.active.center) .gal_image {
    position: relative;
}

.gal-carousel .owl-item .gal_image {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;
}

.section__gal .owl-carousel .owl-nav .owl-next img,
.section__gal .owl-carousel .owl-nav .owl-prev img {
    width: 75%;
}

/************************* Realty ***************************/

.section__realty {
    position: relative;
    padding: 100px 0;
    background: #FDF7F0;
    /* background: linear-gradient(180deg, #FDF8F0 3%, rgba(253, 248, 240, 0.70) 25.83%, rgba(253, 248, 240, 0.00) 56.02%); */
}

/* .section__realty::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: -2;
    height: 100%;
    background: url(../images/realty-bg.webp) no-repeat center center / cover;
} */

.realty_desc p {
    font-family: var(--graphik);
    font-weight: 500;
    font-size: 18px;
    color: #242424;
    line-height: 30px;
    padding-top: 30px;
}

.real_right {
    position: absolute;
    top: 2%;
    right: 4%;
    width: 8%;
}

.real_buter {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 6%;
}

/************************* Contact Us ***************************/

.section__cont {
    width: 100%;
    padding: 60px 0;
    background-color: #FEF8EF;
    position: relative;
}

.cont_left {
    position: absolute;
    top: 2%;
    left: 0;
    width: 8%;
}

.cont_img img {
    width: 15%;
}

.cont_img p {
    font-family: var(--gilda);
    font-size: 34px;
    color: #58595B;
    margin-top: 24px;
    text-transform: capitalize;
}

.section__cont .form-control {
    border: none !important;
    border-radius: 5px;
    background: #fff !important;
    color: #000 !important;
    /* padding: 0.5625rem 0rem 0.625rem 0.6875rem; */
}

.section__cont .sub_btn {
    width: fit-content;
    border: none !important;
    border-radius: 5px;
    background: var(--gradient, linear-gradient(180deg, #BBDBDC 0%, #E1E5CD 100%));
    padding: 10px 30px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.section__cont .sub_btn span {
    font-family: var(--graphik);
    font-size: 18px;
    color: #000;
}

.iframe_video {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.iframe_video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}


/************************* Footer ***************************/

.section__footer {
    width: 100%;
    background: #FEF8EF;
    padding: 30px 0;
    position: relative;
}

.footer_right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10%;
}

.qr_box img {
    width: 50%;
}

.qr_box p {
    font-family: var(--graphik);
    font-size: 15px;
    color: #58595B;
    padding-top: 15px;
}

.footer_desc {
    border-top: 1px solid rgba(88, 88, 88, 0.14);
}

.footer_desc p {
    font-family: var(--graphik);
    font-size: 12px;
    color: #565656;
    line-height: 21px;
    padding-top: 20px;
}

.footer_copy p {
    font-family: var(--graphik);
    font-size: 16px;
    color: #565656;
}

.footer_copy img {
    width: 4%;
}

.creat {
    text-align: end;
}

/*********************Modal *******************************/

.modal-content {
    background: transparent;
    border: none;
}

.modal-body {
    border-radius: 9px;
    background: var(--gradient, linear-gradient(180deg, #BBDBDC 0%, #E1E5CD 100%));
}

.modal-body h2 {
    font-family: var(--gilda);
    font-size: 25px;
    color: #B2834F;
}

.modal-body p {
    font-size: 16px;
    color: #000;
}

.modal-body .sub_btn {
    font-family: var(--graphik);
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 5px;
    background: #000;
}

.modal-body .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-body .input-group-addon i {
    margin-top: 5px;
}

.form-group {
    height: 65px;
}

.input-group-addon p {
    color: #a39163;
    font-size: 15px;
}

.form-control {
    background: rgba(255, 255, 255, 0.30) !important;
    border: none !important;
    color: #000 !important;
    border-radius: 5px;
}

.input-group>.form-control:focus {
    box-shadow: none !important;
    background: rgba(255, 255, 255, 0.30) !important;
}

.error {
    color: red;
}

/**************Thank You  **************************/

.thank__sec {
    width: 100%;
    position: relative;
    background-color: #FEF8EF;
}

.thank_wrap {
    background: var(--gradient, linear-gradient(180deg, #BBDBDC 0%, #E1E5CD 100%));
    padding: 20px;
    margin: 10% 0;
}

.check_sign {
    background: #333;
    padding: 20px;
    height: 100px;
    width: 100px;
    border: 3px solid #333;
    border-radius: 50%;
    margin: 0 auto;
}

.check_sign i {
    font-size: 55px;
    color: #fff;
}

.section-title h2 {
    font-family: var(--gilda);
    font-size: 25px;
    color: #000;
}

.section-title h2 span {}

.oops-greet,
.oops-subtitle {
    font-family: var(--graphik);
    font-size: 22px;
    color: #000;
}

.go_txt {
    font-family: var(--graphik);
    font-size: 15px;
    color: #000;
    background-color: transparent !important;
    border-radius: 15px;
    border: 1px solid #000;
    width: fit-content;
    padding: 10px 20px;
    margin: 15px auto 0;
}

/*******  ***********/

.btn_dwnld {
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: fit-content;
    padding: 10px 25px;
    border: 1px solid #DAC17A;
    background: #DAC17A;
    color: #000;
    font-family: "FuturaStdLight";
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border: none;
    z-index: 1;
}

.btn_dwnld img {
    width: 20px;
}

.btn_enq {
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: fit-content;
    padding: 10px 25px;
    background-color: #babc6a;
    border: 1px solid #fff !important;
    color: #fff;
    font-family: "FuturaStdLight";
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border: none;
    z-index: 1;
}

.whats_div {
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 12%;
    z-index: 999;
}

#pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

#pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}