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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "GillSans";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/GillSans.ttc);
}

@font-face {
    font-family: "lindsey-signature-regular";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/lindsey-signature-regular.otf);
}

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


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

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

body {
    background-color: #fff;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}

p,
li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/* Preloader */

/* Preloader end */

.fix_head {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0px 0;
    z-index: 999;
    width: 100%;
    background: #304344;
    backdrop-filter: blur(10px);
}

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

.logo-r img {
    width: 65px;
}

.navbar-nav .nav-item a {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #ffffff !important;
}

.navbar-nav .nav-item {
    text-align: center;
}

.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}

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

.section__banner .carousel-inner {
    margin-top: 4.5%;
}

.over__sec {
    width: 100%;
    position: relative;
    padding: 70px 0 150px;
    background-color: #152927;
}

.over_title h2 {
    font-family: "GillSans";
    font-size: 80px;
    color: #E8A33A;
    text-align: center;
}

.over_para p {
    font-size: 16px;
    font-weight: 500;
    color: #FFF8EE;
    line-height: 32px;
    margin-bottom: 0;
}

.dwnld__btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 25px 0 45px;
    cursor: pointer;
}

.dwnld__btn p {
    color: #E8A33A;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.dwnld__btn img {
    width: 9%;
}

.high__sec {
    width: 100%;
    position: relative;
    background-color: #FFF8EE;
    padding-bottom: 70px;
}

.high_stroke {
    position: absolute;
    top: 41%;
    right: -18%;
    transform: rotate(90deg);
    opacity: 0.1;
}

.high_stroke h2 {
    font-family: "GillSans";
    font-size: 14vh;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    -webkit-text-fill-color: transparent;
    letter-spacing: 15px;
    text-transform: uppercase;
}

.high_img {
    position: relative;
    margin-top: -12%;
    margin-bottom: 5%;
}

.high_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
}

.high_div img {
    width: 100px;
}

.high_div p {
    font-size: 22px;
    color: #142927;
}

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

.config__sec {
    width: 100%;
    position: relative;
    padding: 35px 0 170px;
    background-color: #152927;
}

.conf_title h2 {
    font-family: "GillSans";
    font-size: 60px;
    color: #E8A33A;
}

.conf_box {
    width: 50%;
    position: absolute;
    right: 3%;
    bottom: -17%;
    background-color: #FFF8EE;
    padding: 50px 35px 20px;
}

.conf_box h3 {
    font-family: "GillSans";
    font-size: 60px;
    color: #261704;
}

.conf_box p {
    font-size: 22px;
    color: #261704;
    font-weight: 500;
    padding-top: 20px;
}

.know__btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 2.5rem;
    cursor: pointer;
}

.know__btn p {
    color: #E8A33A;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 0;
}

.know__btn img {
    width: 9%;
}

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

.ameni__sec {
    width: 100%;
    position: relative;
    padding: 70px 0;
    background-color: #FFF8EE;
}

.ameni_icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.ameni_icon img {
    width: 100px !important;
}

.ameni_icon p {
    font-size: 16px;
    color: #152927;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.ameni__sec .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -4%;
}

.ameni__sec .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -4%;
}


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

.section-gallery {
    width: 100%;
    padding: 70px 0 150px;
    background: #152927;
}

.gal_box {
    padding: 0 5rem;
}

.section-head {
    display: flex;
    justify-content: space-between;
    /* padding: 0rem 4rem; */
    align-items: center;
    gap: 1rem 2rem;
    flex-wrap: wrap;
}

.gallery-container {
    position: relative;
    width: 90%;
    margin: auto 0 auto auto;
}

.gallery-content {
    display: grid;
    position: relative;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.gallery-content .gallery-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.5);
    /* transition: all 0.5s ease; */
    z-index: 1;
    opacity: 0;
}

.gallery-content .gallery-img.active {
    position: relative;
    transform: scale(1);
    transition: all 1s ease;
    width: 70%;
    height: 100%;
    z-index: 5;
    opacity: 1;
}

.gallery-content .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-content .gallery-img.after {
    opacity: 0;
    position: absolute;
    inset: 0;
    /* transition: all 0.5s ease; */
}

.gallery-content .gallery-img.after::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: 1;
    opacity: 1;
    height: 100%;
    background-color: rgb(0 0 0 / 46%);
    transition: all 0.5s ease;
}

.gallery-content .gallery-img.after.after-1 {
    transform: scale(0.9);
    width: 80%;
    opacity: 1;
    z-index: 4;
    transition: all 1s ease;
}

.gallery-content .gallery-img.after.after-2 {
    transform: scale(0.8);
    opacity: 1;
    transition: all 1s ease;
    width: 90%;
    z-index: 3;
}

.gallery-content .gallery-img.after.after-3 {
    opacity: 1;
    transition: all 1s ease;
    z-index: 2;
    transform: scale(0.7);
    width: 100%;
}

.gallery-nav button {
    background-color: transparent;
    border: none;
}

.floor__sec {
    width: 100%;
    padding-bottom: 50px;
    background: #FFF8EE;
}

.flr_row {
    margin-top: 8%;
}

.plan_img {
    cursor: pointer;
}

.plan_img img {
    filter: blur(3px);
}

.floor__sec .tab-content {
    position: relative;
    margin-top: -8%;
}

/* tabs ccs */

.gallery-nav-links .nav-pills .nav-item .nav-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
}

.gallery-nav-links .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

.nav-tabs {
    border-bottom: transparent;
}

.nav-tabs .nav-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom-color: #fff;
}

/* tabs css end */


/*********************** Floor *********************************/


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

.loc__sec {
    width: 100%;
    position: relative;
    padding: 70px 0;
    background: #FFF8EE;
}

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

.accordion-button {
    background-color: transparent !important;
    border-bottom: 1px solid #206B51;
}

.accordion-button p {
    font-size: 24px;
    color: #152927;
    text-transform: capitalize;
}

.accordion-body p {
    font-size: 16px;
    color: #282B32;
    text-transform: capitalize;
}

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

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

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

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

/************************* About ***************************/

.about__sec {
    width: 100%;
    position: relative;
    background: #152927;
    padding: 70px 0;
    overflow: hidden;
}

.abt_para img {
    width: 15%;
    padding-bottom: 20px;
}

.abt_para p {
    font-size: 16px;
    color: #FFF;
    font-weight: 500;
    line-height: 32px;
}

.abt__btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 2.5rem;
    cursor: pointer;
}

.abt__btn p {
    color: #E8A33A;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal !important;
}

.abt__btn img {
    width: 9% !important;
    padding-bottom: 0;
}

.abt_high h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #E8A33A;
    text-align: center;
}

.abt_high p {
    font-weight: 500;
    font-size: 16px;
    color: #FFF;
    text-align: center;
}

/************************* contact ***************************/

.cont__sec {
    width: 100%;
    position: relative;
    background: #FFF8EE;
    padding: 70px 0;
}

.cont__box h2 {
    font-family: "GillSans";
    font-size: 80px;
    color: #E8A33A;
    text-align: center;
}

.contbtn {
    background-color: transparent;
    border: none;
}

.contbtn img {
    width: 27%;
}

.contbtn span {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #E8A33A;
}

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

.footer_sec {
    padding-bottom: 25px;
    width: 100%;
    background: #FFF8EE;
    text-align: center;
}

.footer_logo img {
    width: 30%;
}

.footer_qr img {
    width: 11%;
}

.footer_para {
    padding-top: 20px;
}

.footer_para p {
    font-size: 12px;
    color: #282B32;
    line-height: 24px;
}

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

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

.modal-body {
    background: #FFF8EE;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.modal-body h2 {
    font-family: "GillSans";
    font-size: 25px;
    color: #000;
}

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

.modal-body .sub_btn {
    font-family: "GillSans";
    font-weight: 500;
    font-size: 15px;
    color: #000;
    background-color: transparent !important;
    border-radius: 15px;
    border: 1px solid #000;
    width: fit-content;
    padding: 10px 20px;
}

.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: #FFF;
    font-size: 15px;
}

.form-control {
    border: 1px solid #000 !important;
    background-color: transparent !important;
    color: #000 !important;
    border-radius: 0;
}

.input-group>.form-control:focus {
    box-shadow: none !important;
    background: transparent !important;
}

.error {
    color: red;
}

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

.you__Sec {
    width: 100%;
    position: relative;
    background: url(../images/Config.webp) center no-repeat;
    background-size: cover
}

.thank_wrap {
    background-color: #152927;
    backdrop-filter: blur(10px);
    padding: 20px;
    margin: 10% 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border: 1px solid #E8A33A;
}

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

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

.section-title h2 {
    font-family: "GillSans";
    font-size: 25px;
    color: #fff;
}

.section-title h2 span {
    color: #E8A33A;
}

.oops-greet,
.oops-subtitle {
    font-family: "GillSans";
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}

.go_txt {
    font-family: "GillSans";
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    background-color: transparent !important;
    border-radius: 15px;
    border: 1px solid #E8A33A;
    width: fit-content;
    padding: 10px 20px;
    margin: 15px auto 0;
}

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

.btn_dwnld {
    position: fixed;
    bottom: 5px;
    left: 15px;
    width: fit-content;
    padding: 10px 20px;
    background-color: #152927;
    color: #E8A33A;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    border: 1px solid #fff;
    z-index: 1;
}

.btn_enq {
    position: fixed;
    bottom: 5px;
    right: 15px;
    width: fit-content;
    padding: 10px 20px;
    background-color: #152927;
    color: #E8A33A;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border: 1px solid #fff;
    z-index: 1;
}


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

/*  */
