@font-face {
    font-family: lora;
    src: url("/assets/font/Lora/Lora-VariableFont_wght.ttf");
}

@font-face {
    font-family: migra;
    src: url("/assets/font/Migra-Extrabold.ttf");
}

* {
    margin: 0px;
    padding: 0px;
    font-family: lora;
}

.row {
    --bs-gutter-x: 0rem !important;
}

body, html{
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

/*=====================================
------------------ btn_sticky----------
============================================  */

.btn_sticky {
    background-color: #000;
    color: #fff !important;
    font-size: 0.9rem;
    padding: 10px;
    border: none;
    position: fixed;
    top: 50%;
    left: -78px;
    rotate: 270deg;
    z-index: 99;
    text-decoration: none;
    font-weight: 600;
}

.btn_sticky1 {
    background-color: #000;
    color: #fff !important;
    font-size: 0.9rem;
    padding: 6px;
    border: none;
    position: fixed;
    top: 40%;
    right: -181px;
    z-index: 3;
    transition: .3s;
    text-decoration: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-weight: 600;
}
.btn_sticky1:hover{
    right: 0px;
    z-index: 3;
    transition: .3s;
}

/*=====================================
------------------ navbar section----------
============================================ */

nav {
    background-color: #6A5241 !important;
}

.logo_a {
    width: min-content;
}

/* .g_logo{
  background-color: #fff;
  padding: 15px;
  border-radius: 40%;
} */

.g_logo img {
    width: 100px;
}

.navbar-nav button {
    border: none;
    background-color: transparent;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
}

/*=====================================
------------------ end of navbar section----------
============================================  */

/*=====================================
------------------ banner section----------
============================================  */

.banner {
    margin-top: 80px;
}

/*=====================================
------------------end of  banner section----------
============================================  */

/*=====================================
------------------ about section----------
============================================  */

.download-btn {
    width: fit-content;
    background-color: #ba9b52;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    margin: auto;
    border: none;
    font-weight: 600;
}

.main_head {
    font-size: 3rem;
}

@media screen and (max-width:600px) {
    .main_head {
        font-size: 1.75rem;
    }
}

/*=====================================
------------------ end of about section----------
============================================  */

/*=================================
----------------numbers section-----------
============================================== */

.numbers_section {
    background-color: #ba9b52;
}

.num {
    font-size: 3rem;
    color: #363218;
    font-weight: 700;
}

.num_cap {
    color: #2A283C;
    font-weight: 700;
    padding-bottom: 10px;
}

@media screen and (max-width:600px) {
    .num {
        font-size: 2rem;
    }
    .num_cap {
        font-size: 1rem;
        color: #2A283C;
        font-weight: 700;
        padding-bottom: 10px;
    }
}

/*=================================
------------end  numbers section-----------
============================================== */

/*=================================
----------------aminities section-----------
============================================== */

.aminities img {
    width: 100%;
}

.aminities .col-sm {
    background-color: #EFEAE5;
    padding: 10px;
    margin: 10px;
    border: solid #ba9b52 2px;
    box-shadow: 0 0 5px 2px #ccc;
    margin-top: 50px;
}

.aminities p {
    font-size: 1.1rem;
    text-align: center;
    padding: 5px;
    border-top: 5px solid #ba9b52;
    margin-bottom: 0px;
    font-weight: 400;
}

@media screen and (max-width:600px) {
    .aminities .col-sm {
        margin: auto;
        margin-top: 10px;
    }
}

/*=================================
----------------end of aminities section-----------
============================================== */

/* walkthrough section */

.video_section {
    background-color: #ba9b52;
    background-image: url("../imgs/vid_banner.png");
    background-size: 100% 100%;
}

.vid_div {
    width: 75%;
}

/*=================================
----------------site  section-----------
============================================== */

.site_layout_section {
    background-color: #F4F4F4;
}

.site_layout img {
    width: 100%;
}

.site_layout .sl-box {
    width: 75%;
    padding: 10px;
    background-color: #FFF;
    border: #CFB483 2px solid;
    box-shadow: 0 0 5px 2px #ccc;
    margin: auto;
    margin-top: 15px;
}

/*=================================
----------------floor  section-----------
============================================== */

.floor_plan img {
    width: 100%;
}

.floor_plan .col-sm {
    padding: 10px;
    background-color: #FFF;
    border: #CFB483 2px solid;
    box-shadow: 0 0 5px 2px #ccc;
    margin: 10px;
}

@media screen and (max-width:600px) {
    .floor_plan .col-sm {
        margin: auto;
        margin-top: 10px;
    }
}

/*=================================
----------------club house section-----------
============================================== */

.club_house {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url("../imgs/clubhouse.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.cb_list {
    background-color: #EFEAE5;
    padding-left: 20px;
    padding-right: 20px;
}

.cb_list p {
    padding: 18px;
    border-bottom: 3px solid #6A5241;
    width: 100%;
    margin: auto;
    font-size: 2vw;
}

.cb_list ol {
    padding-top: 15px;
    padding-left: 30px;
}

.cb_list li {
    padding: 9px;
    font-size: 1vw;
}

.cbs_img img {
    width: 100% !important;
    height: 100%;
}

.carousal_btn {
    position: absolute;
    bottom: 5%;
    right: 10%;
    font-size: 2.5rem;
}

.cb-img {
    width: 100%;
}

.pro_list {
    background-color: #EFEAE5;
    padding: 20px;
}

.pro_list p {
    padding: 20px;
    border-bottom: 3px solid #6A5241;
    width: 60%;
    margin: auto;
}

.pro_list ol {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.pro_list li {
    padding: 10px;
    padding-right: 40px;
}

@media screen and (max-width:600px) {
    .cbs_img img {
        width: 100vw !important;
    }
    .pro_list ol {
        padding-top: 30px;
        display: grid;
        justify-content: center;
    }
    .cb_list ol {
        padding-top: 30px;
        padding-left: 30px;
        display: grid;
        justify-content: center;
    }
    .cb_list p {
        font-size: 2rem;
    }
    .cb_list li {
        padding: 9px;
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery {
    overflow: hidden;
}

.gallery .swiper-slide {
    transition: 0.3s;
}

.gallery .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #000;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ba9b52;
}

.gallery .swiper-slide-active {
    text-align: center;
}

.gallery-slider p {
    text-align: center;
    background-color: #EFEAE5;
}

@media (min-width: 992px) {
    .gallery .swiper-wrapper {
        padding: 40px 0;
    }
    .gallery .swiper-slide-active {
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
        margin-top: 10px;
        border-radius: 25px;
    }
    .logo_a{
        margin-left: -2%;
    }
}

/* map */

.map_section {
    background-color: #ba9b52;
}

.map_area {
    width: 80%;
    margin: auto;
}

/* specs section */

.specs {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url("../imgs/gal2.png");
    background-size: cover;
}

.accordion-item {
    margin: 20px !important;
}

.accordion-button:not(.collapsed) {
    background-color: #C1BFBD;
    color: #000;
    box-shadow: none;
}

.accordion-button {
    padding-left: 50px;
    font-size: 1rem;
    font-weight: 600;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

/* footer -section */

footer {
    background-color: #303030;
    color: #fff;
}

footer h2 {
    font-size: 1.5rem;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

footer span {
    margin: 10px;
}

.fform {
    background-color: #ba9b52;
    padding: 30px;
    border-radius: 20px;
    width: 90%;
}

.footer_content .col-sm {
    padding: 20px;
}

.footer_icon a {
    color: #fff !important;
}

/* status section */

.status_img {
    width: 100%;
    /* height: 300px; */
}

.status_section .row {
    --bs-gutter-x: 1.5rem !important;
}

/* ongoing-projects */

.ongoing-projects a {
    margin: auto;
    margin-right: 30px;
}

/* mobile responsive css */

@media screen and (max-width:600px) {
    section {
        padding-top: 15px !important;
    }
  
    
    .navbar-brand {
        width: fit-content !important;
    }
    .g_logo {
        display: none;
    }
    .carousal_slide {
        width: 100% !important;
    }
    .numbers_section {
        background-color: #ba9b52;
        background-image: none;
        background-size: cover;
    }
    /* transport box */
    .transport_box {
        border: none;
    }
    .transport_loc div {
        justify-content: space-around;
    }
    /* vidio section */
    .video_section iframe {
        height: 300px !important;
    }
    /* baner carousal */
    #banner_carousel .carousel-item>img {
        height: auto;
    }
}

/* last changes */

.small-lettes {
    font-size: 1.2rem;
}
.banner-down{
    background-color: #0d2123;
    color: #fff;
}
.high-box div{
    border: 2px solid #0d2123;
    margin-right: 20px;
}
.price-down{
    background-color: #000;
    padding: 50px 0;
}
.price-box{
    background-color: #2c6f76;
    padding: 50px;
    width: 60%;
}
@media(max-width:767px){
    .price-box{
        background-color: #2c6f76;
        padding: 50px;
        width: 80% !important;
    }
}
@media(min-width:768px) and (max-width:999px){
    .club-sec{
        height: 300px;
    }
    .price-box{
        padding: 20px;
    }
}
.last-form .form-control{
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ba9b52 !important;
    color: #fff !important;
}