/* Big Screen Device */
@media only screen and (min-width: 1800px) {
    .container {
        max-width: 1330;
    }
}


/* XXL+ Device. */
@media only screen and (max-width: 1799px) {
    .container {
        max-width: 1330;
    }
}

/* XXL Device. */
@media only screen and (max-width: 1600px) {
    .container {
        max-width: 1330;
    }

}

/* XL Device :1280px. */
@media only screen and (max-width: 1399px) {
    .container {
        width: 1140px;
    }

    /* index-home Page Responsive Start */
    .home-discover-wrapper {
        min-height: 600px;
    }

    .home-discover-thumbs {
        height: 575px;
    }

    /* index-home Page Responsive End */

}


/* Large Device :992px. */
@media only screen and (max-width: 1199px) {
    .container {
        width: 960px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .section-padding-top {
        padding-top: 60px;
    }

    .development-text {
        max-width: 100%;
    }

    .index-floor-plans-section {
        min-height: 600px;
        padding: 60px 0;
    }

    .footer-nav ul {
        gap: 25px;
    }

    .footer-area {
        padding: 60px 0;
    }

    .footer-top {
        padding-bottom: 60px;
        gap: 40px 0;
    }

    .footer-area .page-mobile-number {
        margin-right: 0;
    }

    /* ----------------------contact.html CSS Start---------------------- */
    .single-gallery-slide {
        height: 600px;
    }

    .gallery-slider-content .swiper-button-prev {
        left: 10px;
    }

    .gallery-slider-content .swiper-button-next {
        right: 10px;
    }

    .contact-map map iframe {
        height: 600px;
    }

    /* ----------------------contact.html CSS End---------------------- */

    .roadmap-content {
        padding: 0 60px 80px;
        padding-right: 0;
    }

    .roadmap-title {
        padding: 40px 0;
    }

    .roadmap-title h3 {
        padding-right: 60px;
    }

    .roadmap-content .moder-townhomes-btns {
        margin: 25px 0 50px;
    }

    /* index-home Page Responsive Start */
    .home-discover-vector {
        height: 70px;
    }

    .home-discover-wrapper {
        min-height: 450px;
    }

    .home-discover-thumbs {
        height: 440px;
    }

    /* index-home Page Responsive End */
}


/* Medium Device :768px. */
@media only screen and (max-width: 991px) {
    .container {
        width: 720px;
    }

    .mobile-menu-btn {
        line-height: 1;
    }

    .mobile-menu-btn i {
        font-size: 20px;
        transition: all .3s ease-in-out;
    }

    .mobile-menu-btn:hover i {
        color: var(--primary);
    }

    .mobile-menu ul li a {
        padding: 12px 0;
        color: var(--black);
    }

    .mobile-menu ul>li:hover a {
        color: var(--primary);
        padding-left: 12px;
        background-color: rgba(2, 122, 72, 0.1);
    }

    .mobile-menu ul>li .mobile-submenu li a {
        color: var(--black) !important;
        font-size: 14px;
        padding-left: 16px;
    }

    .mobile-menu ul>li .mobile-submenu li a:hover {
        color: var(--primary) !important;
        background-color: rgba(2, 122, 72, 0.15);
        padding-left: 25px;
    }

    .mobile-submenu-item span {
        transition: all .3s ease-in-out;
    }

    .mobile-submenu-item:not(.collapsed) span {
        transform: rotate(-180deg);
    }

    .home-page .hero-section {
        min-height: 1100px;
    }

    .modern-townhomes-content {
        padding: 0 0 60px;
    }

    .modern-townhomes-thumb {
        max-width: 500px;
        margin: auto;
    }

    .index-3-footer-nav {
        margin-left: 0;
    }

    .footer-top {
        gap: 40px 0;
    }

    /* ----------------------contact.html CSS Start---------------------- */
    .gallery-slider-btns {
        display: none;
    }

    .single-gallery-slide {
        height: 450px;
    }

    .discover-thumb img {
        width: 100%;
        height: 100%;
    }

    .discover-thumb {
        height: 450px;
    }

    .contact-map map iframe {
        height: 400px;
    }

    /* ----------------------contact.html CSS End---------------------- */
    .roadmap-title {
        width: 40%;
    }

    .roadmap-content {
        width: 60%;
    }

    .roadmap-title h3 {
        font-size: 30px !important;
    }

    /* index-home Page Responsive Start */
    .home-discover-section {
        padding: 60px 0 0;
    }

    .home-discover-text {
        max-width: 100%;
    }

    .home-discover-thumbs {
        height: 525px;
        position: relative;
        width: 100%;
    }

    /* index-home Page Responsive End */

}


/* Small Device :550px. */
@media only screen and (max-width: 767px) {
    .container {
        width: 540px;
    }

    .fs-1,
    .main-heading {
        font-size: 48px !important;
    }

    .fs-2 {
        font-size: 40px !important;
    }

    .fs-3 {
        font-size: 32px !important;
        line-height: 1.2;
    }

    .hero-section {
        min-height: auto;
    }

    .index-floor-plans-section {
        min-height: auto;
    }

    .modern-townhomes-thumb {
        max-width: 400px;
    }

    .footer-nav ul {
        gap: 15px 25px;
    }

    .footer-top {
        gap: 30px 0;
    }

    /* ----------------------contact.html CSS Start---------------------- */
    .single-gallery-slide {
        height: 350px;
    }

    .gallery-slider-wrapper .section-head {
        padding-bottom: 60px;
    }

    .discover-thumb {
        height: 350px;
    }

    .contact-section-wrapper {
        padding-bottom: 60px;
    }

    /* ----------------------contact.html CSS End---------------------- */

    .roadmap-title {
        display: none;
    }

    .roadmap-content {
        width: 100%;
        padding: 0 40px 130px;
        padding-right: 0;
    }

    .roadmap-content .moder-townhomes-btns {
        margin: 32px 0 40px;
    }

    .roadmap-content p {
        margin-top: 24px;
    }

    .roadmap-content h3 {
        font-size: 32px;
    }

    .roadmap-content h3::before {
        content: '';
        width: 47px;
        height: 47px;
        background-color: #000;
        border: 16px solid #fff;
        border-radius: 50%;
        position: absolute;
        left: -62px;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%);
    }

    .tesimonial h4 {
        max-width: 100%;
        font-size: 20px;
        margin: 24px 0;
    }

    .gallery-slider-content .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -35px;
    }

    .roadmap-section {
        padding-top: 80px;
    }

    /* Index-Home Page Responsive Start */
    .home-discover-thumbs {
        height: 390px;
    }

    /* Index-Home Page Responsive End */

    .modern-townhomes-thumb video {
        width: 100%;
        height: 400px;
        transform: scale(1.8);
    }

}


/* Extra small Device. */
@media only screen and (max-width: 575px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }

    .fs-1,
    .main-heading {
        font-size: 40px !important;
    }

    .fs-2 {
        font-size: 32px !important;
    }

    .fs-3 {
        font-size: 24px !important;
        line-height: 1.2;
    }

    .text-md {
        font-size: 16px;
    }

    .home-page .hero-section {
        min-height: 450px;
    }

    .home-hero-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.35);
    }

    .home-page .main-heading {
        color: #fff;
    }

    .home-page .hero-para {
        color: #fff;
    }

    .index-floor-plans-section {
        min-height: auto;
        background-image: unset;
        margin-top: 60px;
    }
    .ifp-title {
        margin-bottom: 20px;
    }

    .ifp-content {
        color: #111;
        background-color: transparent;
        padding: 0;
    }
    .ifp-thumb img {
        height: 350px;
    }

    .development-text .fs-3 {
        font-size: 38px !important;
    }

    .modern-townhomes-thumb {
        max-width: 350px;
    }

    .footer-top {
        padding-bottom: 0;
        border-bottom: none;
    }

    .footer-area {
        padding: 40px 0;
    }

    .contact-section {
        padding-bottom: 40px;
    }

    .section-padding-top {
        padding-top: 40px;
    }

    .section-padding {
        padding: 40px 0;
    }

    /* ----------------------contact.html CSS Start---------------------- */
    .single-gallery-slide {
        height: 250px;
    }

    /* ----------------------contact.html CSS End---------------------- */



    /* ----------------------index-home Page Responsive Start---------------------- */
    .hdt2-heading {
        font-size: 36px !important;
    }

    .input-form-signup-btn {
        width: 100%;
    }

    .hdw-input-para {
        font-size: 12px;
    }

    .home-discover-thumbs {
        height: 260px;
    }

    /* ----------------------index-home Page Responsive End---------------------- */
}

@media only screen and (max-width: 430px) {}