@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #e5e5e5;
    --secondary-color: #acacac;
    --hover-color: #f29f58;
    --white-color: #fff;
    --bg-color: #f8f8f8;
    --gray-color: #d1d1d1;
    --black-color: #000;
}

body {
    background-color: var(--bg-dark);
    font-family: "Montserrat", sans-serif;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.container-fluid {
    padding: 0px 40px;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    background-color: var(--bg-color);
    margin-left: 8px;
    width: 293px;
}
.swiper-scrollbar-drag {
    background-color: var(--white-color);
}

.btn_custom {
    background-color: var(--primary-color);
    width: 85px;
    height: 38px;
    color: var(--black-color);
    font-size: 15px;
}
.btn_custom:hover {
    background-color: var(--gray-color);
    color: var(--white-color);
    cursor: pointer;
}

/* =========================== Header Start ========================== */
/* --------- header start -------- */
.header_sec {
    background-color: black;
    color: var(--white_color);
}
/* .header_sec .navbar .navbar-nav li a { */
/* color: var(--white_color); */
/* } */
.header_sec .navbar .navbar-nav li {
    background-color: var(--btn_color);
    border-radius: 4px;
}
.header_sec .navbar .navbar-nav li:hover {
    background-color: var(--hover_color);
}
.header_sec .toggle a {
    font-size: 30px;
    color: black;
    display: inline-block;
}
.header_sec .toggle a i {
    margin-bottom: 10px;
    padding: 0px 11px;
}
.header_sec .toggle {
    text-align: end;
}
.header_sec .toggle .toggle_btn {
    background-color: var(--hover_color);
    border-radius: 4px;
}
.header_sec .toggle .toggle_btn:hover {
    background-color: var(--btn_color);
}
.header_sec .offcanvas-header {
    background-color: var(--hover_color);
}
.header_sec .offcanvas {
    background-color: var(--main_color);
    width: 261px;
}
.header_sec .offcanvas .offcanvas-body {
    padding: 0px;
}
.header_sec .offcanvas .offcanvas-body .list-group-item {
    background-color: var(--main_color);
    color: var(--white_color);
}
/* --------- header end -------- */

/* --------- header start -------- */
.header_sec {
    background-color: var(--black-color);
    color: var(--white_color);
}
.header_sec .navbar .logo img {
    width: 130px;
    height: 40px;
}
.header_sec .navbar .navbar-nav li a .dropdown_img {
    width: 100%;
}
.header_sec .navbar .navbar-nav li a p {
    font-size: 13px;
    font-size: 13px;
    margin-top: 18px;
    font-weight: 500;
}
.header_sec .nav-link {
    color: white;
    margin-left: 17px;
}
.header_sec .navbar-nav .nav-link.active,
.header_sec .navbar-nav .nav-link.show {
    color: white;
}
.header_sec .navbar .navbar-nav li {
    border-radius: 4px;
}
.header_sec .navbar .navbar-nav li:hover {
    background-color: var(--hover_color);
}
.header_sec .toggle a {
    font-size: 30px;
    color: var(--bs-white);
    display: inline-block;
}
.header_sec .toggle a i {
    margin-bottom: 10px;
    padding: 0px 11px;
}
.header_sec .toggle {
    text-align: end;
}
.header_sec .toggle .toggle_btn {
    background-color: var(--hover_color);
    border-radius: 4px;
}
.header_sec .toggle .toggle_btn:hover {
    background-color: var(--btn_color);
}
.header_sec .offcanvas-header {
    background-color: var(--hover_color);
}
.header_sec .offcanvas {
    background-color: var(--primary-color);
    width: 261px;
}
.header_sec .offcanvas .offcanvas-body {
    padding: 0px;
}
.header_sec .offcanvas .offcanvas-body .list-group-item {
    background-color: var(--primary-color);
    color: var(--white_color);
}
.header_sec .navbar .btn_custom {
    width: 140px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0.5em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
.dropdown-menu ul {
    list-style: none;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 12px;
}

.dropdown-menu li:first-child a {
    font-weight: bold;
    font-size: 1.2em;
}
.dropdown-menu li a {
    color: grey;
    /* padding: 0.5em 1em; */
}
.dropdown-item {
    padding: 0 8px;
}
@media screen and (min-width: 933px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }
    .dropdown-menu.show {
        display: flex;
    }
}
@media screen and (max-width: 992px) {
    .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: scroll;
    }
}
/* --------- header end -------- */
/* =========================== Header End ========================== */
/* =========================== Slider Start ========================== */
.slider .container-fluid {
    padding: 0px 0px;
}

.slider .carousel-control-prev,
.carousel-control-next {
    display: none;
}

.slider .carousel-caption {
    position: absolute;
    /* right: 43%; */
    /* bottom: 11.25rem; */
    align-items: center;
    left: 4%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
}
.slider .carousel-caption h1 {
    font-size: 50px;
    line-height: 60px;
}
.slider .carousel-caption p {
    font-size: 14px;
    margin-top: 11px;
}
.slider .carousel-caption .card {
    width: 65%;
    background-color: #d1d1d1e6;
}
.slider .carousel-caption .card .btn_custom {
    width: 200px;
}

.swiper {
    width: 100%;
    /* height: 300px; */
}
.slider_content {
    position: relative;
}

/* =========================== Slider End ========================== */

/* =========================== Tabs Start ========================== */
.taps {
    margin: 30px 0px;
}
.taps .main_tabs .heading h1 {
    font-size: 28px;
}
.taps .tabs_content .card-img-top {
    height: 262px;
    object-fit: cover;
    padding: 6px;
    border-radius: 11px;
}
.card-img,
.card-img-top {
    height: 262px;
    object-fit: cover;
}
.card .card-body h1 {
    font-size: 16px;
}
.card .card-text {
    margin-top: 16px;
}
.card .text-muted {
    margin: 8px 0px;
}

.taps .tabs_btn {
    justify-content: end;
}
.taps .main_tabs .tabs_btn .nav-link {
    border: 1px solid var(--gray-color);
    margin-left: 10px;
    border-radius: 0;
    color: var(--black_color);
}
.taps .main_tabs .tabs_btn .nav-link:hover {
    background-color: var(--primary-color);
}
.taps .main_tabs .tabs_btn .nav-link:focus {
    background-color: var(--primary-color);
}
.taps .main_tabs .tabs_btn .nav-link:active {
    background-color: var(--primary-color);
}
.nav-pills .nav-link.active {
    background-color: var(--primary-color);
}
.taps .tabs_content {
    margin-top: 50px;
}
.tabs .tabs_content .card .btn_custom {
    width: 100%;
}

/* =========================== Tabs End ============================ */

/* ======================= Featured-Communities Start ========================== */
.featured_communities {
    margin-top: 60px;
}
.featured_communities .right_side_heading {
    margin-top: 61px;
}
.featured_communities .left_side,
.featured_communities .right_side,
.featured_communities .left_second_side,
.featured_communities .right_second_side {
    position: relative;
    text-align: center;
    color: white;
}
.featured_communities .left_side .bottom_left,
.featured_communities .right_side .bottom_left {
    position: absolute;
    bottom: 8px;
    width: 100%;
    background-color: #1e1e1ebf;
    padding: 16px 20px;
}
.featured_communities .left_side .bottom_left .content h4,
.featured_communities .right_side .bottom_left .content h4 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 6px;
}
.featured_communities .left_side .bottom_left .icon,
.featured_communities .right_side .bottom_left .icon {
    font-size: 47px;
}
.featured_communities .right_side img {
    margin-top: 30px;
}
.featured_communities .right_side_heading .heading {
    font-size: 40px;
    margin-bottom: 10px;
}
.featured_communities .right_side_heading .btn_custom {
    width: 200px;
    height: 48px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.featured_communities .left_second_side {
    margin-top: -55px;
}
.featured_communities .left_second_side .bottom_left,
.featured_communities .right_second_side .bottom_left {
    position: absolute;
    bottom: 8px;
    width: 100%;
    background-color: #1e1e1ebf;
    padding: 16px 20px;
}
.featured_communities .left_second_side .bottom_left .content h4,
.featured_communities .right_second_side .bottom_left .content h4 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 6px;
}
.featured_communities .left_second_side .bottom_left .icon,
.featured_communities .right_second_side .bottom_left .icon {
    font-size: 47px;
}
.featured_communities .right_second_side {
    margin-top: 25px;
}
/* ======================= Featured-Communities End ============================ */

/* ======================= Dream-Home Start ============================ */
.dream_home {
    margin: 40px 0px;
}
.dream_home .left_side .heading {
    font-size: 30px;
    letter-spacing: -2px;
}
.dream_home .right_side .btn_custom {
    width: 175px;
}
.dream_home .card {
    min-height: 45vh;
    background: no-repeat center center;
    background-size: cover;
}
.dream_home .card .overley-color {
    min-height: 45vh;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}
.dream_home .card .overley-color h1 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 500;
}
.dream_home .card .overley-color p {
    font-size: 17px;
    line-height: 21px;
}
/* @media (max-width: 767.98px) {
  header {
    min-height: 40vh;
  }
  .overley-color {
    min-height: 40vh;
  }
} */
/* ======================= Dream-Home End ============================ */

/* ======================= Springfield Properties Start ============================ */
.springfield_properties {
    margin: 30px 0px;
}
.springfield_properties .heading {
    margin-bottom: 20px;
}
.springfield_properties .heading h1 {
    font-size: 30px;
}

/* ======================= Springfield Properties End ============================ */

/* ======================= most_followed Start ============================ */
.most_followed {
    margin: 40px 0px;
}
.most_followed .heading {
    margin-bottom: 20px;
}
.most_followed .heading h1 {
    font-size: 30px;
}
.most_followed .card .icon {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.most_followed .card .icon i {
    font-size: 36px;
}
.most_followed .card .card-body .card-title {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 4px;
}
.most_followed .card .card-body h4 {
    font-size: 16px;
    font-weight: 400;
}
.most_followed .card .card-body .card-text {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}
/* ======================= most_followed End ============================ */

/* ======================= Meet_our_team Start ============================ */
.meet_our_team {
    margin: 40px 0px;
}
.meet_our_team .heading {
    margin-bottom: 20px;
}
.meet_our_team .heading h1 {
    font-size: 30px;
}
.meet_our_team .swiper .swiper-slide .name {
    font-size: 16px;
    font-weight: 600;
}
.meet_our_team .swiper .swiper-slide .positions {
    font-size: 13px;
}
.meet_our_team .swiper .swiper-slide .icon {
    background-color: #1e911e;
    padding: 0px 9px;
    border-radius: 7px;
    color: var(--white-color);
}
.meet_our_team .swiper .swiper-slide .icon i {
    font-size: 29px;
}
.meet_our_team .swiper .swiper-slide .contact {
    margin-top: 12px;
}
.meet_our_team .swiper .swiper-slide .contact a {
    color: var(--black-color);
    text-decoration: none;
    font-size: 14px;
}
.meet_our_team .swiper .swiper-slide .contact a i {
    font-size: 16px;
}
/* .meet_our_team .swiper { */
/* width: 600px;
  height: 300px; */
/* } */
/* ======================= Meet_our_team End ============================== */

/* ======================= faq Start =========================== */
.faq {
    margin: 40px 0px;
}
.faq .heading {
    margin-bottom: 20px;
}
.faq .heading h1 {
    font-size: 30px;
}
.faq .left_side .accordion-button {
    padding-left: 0px;
}
.faq .left_side .accordion-body {
    padding-left: 0px;
    font-size: 15px;
}
.faq .right_side .accordion-body {
    font-size: 15px;
}
/* ======================= faq End ============================= */
/* ======================= Subscribe Start ============================= */
.subscribe {
    margin: 40px 0px;
    background-color: #eee;
}

.subscribe .form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.575rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 52px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.subscribe .input-group {
    flex-wrap: nowrap;
}
.subscribe .margin_x {
    margin: 0px 300px;
}

.subscribe .card {
    padding: 20px;
    background-color: #eee;
    padding-bottom: 50px;
    padding-top: 50px;
}

.subscribe .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f9a826;
    outline: 0;
    box-shadow: none;
}

.subscribe .border-rad {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;

    color: #fff;
    background-color: #f9a826;
    border-color: #f9a826;
}

.subscribe .border-rad:hover {
    background-color: #f9a826;
    border-color: #f9a826;
}
/* ======================= Subscribe End ============================= */
/* ======================= blogs Start ============================= */
.blogs {
    margin: 40px 0px;
}
.blogs .heading {
    margin-bottom: 20px;
}
.blogs .heading h1 {
    font-size: 30px;
}
.blogs .card-title {
    font-size: 17px;
}
.blogs .published {
    font-size: 14px;
    text-align: end;
}
.blogs .btn_custom {
    width: 200px;
    margin-top: 20px;
}
/* ======================= blogs End ============================= */

/* ================================================================================================ */
/* ================================== Properties Page Start ======================================= */
/* ================================================================================================ */
.banner .container-fluid {
    padding: 0px 0px;
}
.banner .cardBanner {
    min-height: 55vh;
    background: no-repeat center center;
    background-size: cover;
}
.banner .cardBanner .overley-color {
    min-height: 55vh;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}
.banner .cardBanner .overley-color h1 {
    font-size: 33px;
    margin-bottom: 8px;
    font-weight: 500;
}
.banner .cardBanner .overley-color p {
    font-size: 17px;
    line-height: 21px;
}
/* ===================== Wilds Start ======================== */
.wilds {
    margin-top: 60px;
}
.wilds .right_side {
    margin-left: 100px;
}
.wilds .right_side .price {
    margin-top: 20px;
}
.wilds .right_side .price h3 {
    font-size: 19px;
}
.wilds .right_side .price p {
    font-size: 13px;
    margin-top: 5px;
}
.wilds .right_side .two_btn {
    margin-top: 20px;
}
.wilds .right_side .two_btn .btn_custom {
    width: 264px;
}
.wilds .right_side hr {
    margin-top: 50px;
}
.wilds .left_side h1 {
    font-size: 34px;
    margin-bottom: 13px;
}
.wilds .left_side p {
    font-size: 15px;
}
/* ===================== Wilds End ======================== */
/* ===================== mid_banner Start ======================== */
.mid_banner {
    margin-top: 40px;
}
.mid_banner .right_side h1 {
    font-size: 31px;
    line-height: 44px;
    margin-bottom: 10px;
}
.mid_banner .right_side p {
    font-size: 15px;
    margin-bottom: 10px;
}
.mid_banner .right_side .two_btn .btn_custom {
    width: 264px;
    margin-top: 4px;
}
/* ===================== mid_banner end ======================== */

/* ===================== available_units Start ======================== */
.available_units {
    margin: 40px 0px;
    background-color: #000;
    color: var(--white-color);
    padding: 40px 0px;
}
.available_units .lift_side h1 {
    font-size: 36px;
}
.available_units .right_side .btn_custom {
    width: 175px;
}
.available_units .numbers {
    margin-top: 40px;
}
.available_units .numbers .table {
    background-color: #000;
}
.available_units .numbers .table tr {
    margin-bottom: 20px;
}
.available_units .numbers .table > :not(caption) > * > * {
    background-color: var(--black-color);
    color: var(--white-color);
}
/* ===================== available_units End ========================== */
/* ===================== payments_plan Start ========================== */
.payment_plan {
    margin: 40px 0px;
}
.payment_plan .container-fluid {
    padding: 0px 0px;
}
.payment_plan .cardBanner {
    min-height: 55vh;
    background: no-repeat center center;
    background-size: cover;
}
.payment_plan .cardBanner .overley-color {
    min-height: 55vh;
    background-color: #ebf0f6;
    color: var(--black-color);
}
.payment_plan .cardBanner .overley-color h1 {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 400;
}
.payment_plan .cardBanner .overley-color p {
    font-size: 17px;
    line-height: 21px;
}
.payment_plan .cardBanner .overley-color .box {
    text-align: center;
    margin-top: 18px;
}
.payment_plan .cardBanner .overley-color .box h1 {
    font-size: 37px;
    margin-bottom: 0px;
}
.payment_plan .cardBanner .overley-color .box p {
    font-size: 15px;
}
/* ===================== payments_plan End ============================ */

/* ===================== Photo-Gallery End ============================ */
.photo_gallery {
    margin: 40px 0px;
}
.photo_gallery .heading {
    margin-bottom: 20px;
}
.photo_gallery .heading h1 {
    font-size: 30px;
}
.photo_gallery .gallery {
    margin-top: 20px;
}
.photo_gallery .gallery img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}
/* ===================== Photo-Gallery End ============================ */
/* ===================== Key-Amenities Start =========================== */
.key_amenities {
    margin: 40px 0px;
}
.key_amenities .heading {
    margin-bottom: 20px;
}
.key_amenities .heading h1 {
    font-size: 30px;
}
.key_amenities .main_box {
    display: flex;
    justify-content: space-between;
}
.key_amenities .main_box .box {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.key_amenities .main_box .box i {
    font-size: 25px;
}
/* ===================== Key-Amenities End =========================== */
/* ===================== Maps start =========================== */
.maps {
    margin: 40px 0px;
}
.maps .heading {
    margin-bottom: 20px;
}
.maps .heading h1 {
    font-size: 30px;
}
/* ===================== Maps end =========================== */

/* ===================== arrive start =========================== */
.arrive .one img {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
}
.arrive .one h3 {
    font-size: 17px;
}
.arrive .one p {
    font-size: 15px;
}
/* ===================== arrive end =========================== */

/* ===================== invest Start =========================== */
.invest {
    margin: 60px 0px;
}
.invest .left_side h1 {
    font-size: 30px;
    line-height: 44px;
}
.invest .right_side p {
    text-align: justify;
}
.invest .cards {
    margin: 60px 0px;
}
.invest .cards .card:hover {
    border-bottom: 3px solid black;
}
.invest .cards .card .card-title {
    display: flex;
}
.invest .cards .card .card-title span {
    background-color: var(--black-color);
    margin: auto;
    padding: 11px 18px;
    border-radius: 50%;
    margin-bottom: 10px;
    color: var(--white-color);
}
.invest .cards .card h3 {
    font-size: 18px;
    margin: 14px 0px;
}
.invest .cards .card-text {
    font-size: 15px;
    margin-top: 7px;
}
/* ===================== invest End =========================== */
/* ===================== About-Developer Start =========================== */
.about_developer {
    margin: 60px 0px;
}
.about_developer .left_side h1 {
    font-size: 33px;
    margin-bottom: 15px;
}
.about_developer .left_side p {
    font-size: 15px;
    margin-bottom: 12px;
}
/* ===================== About-Developer End =========================== */

/* ================================================================================================ */
/* ==================================== Properties Page End ======================================= */
/* ================================================================================================ */

/* ===================================================================== */
/* ========================= Footer Start ============================== */
/* ===================================================================== */
.footer {
    background-color: var(--black-color);
    padding-bottom: 20px;
    color: var(--white-color);
}
.footer .logo img {
    height: 180px;
    width: 220px;
}
.footer .mid_side h4 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 20px;
}
.footer .mid_side ul {
    padding: 0px;
}
.footer .mid_side ul li {
    list-style: none;
    margin-bottom: 4px;
}
.footer .mid_side ul li a {
    color: var(--white-color);
    font-size: 15px;
    text-decoration: none;
}
.footer .mid_side ul li a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}
.footer .right_side h4 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 20px;
}
.footer .right_side p {
    font-weight: 500;
    margin-bottom: 3px;
}
.footer .right_side a {
    margin-left: 27px;
    color: var(--white-color);
    font-size: 15px;
}
.footer .right_side a:hover {
    color: var(--primary-hover-color);
}
.footer_bottom {
    background-color: var(--secondary-color);
    height: 40px;
    display: flex;
    align-items: center;
}

.footer_bottom .left_side p {
    margin-bottom: 0px;
    color: var(--white-color);
    font-size: 15px;
}

/* ===================================================================== */
/* ========================= Footer End ============================== */
/* ===================================================================== */
