/* ================================
   1. BIG SCREENS (TV, 2K, 4K, Ultrawide)
   ================================ */
@media only screen and (min-width: 2100px) {
    /* Very large monitors, 2K/4K displays, ultrawide screens */
 
 


}

/* ================================
   2. LARGE LAPTOPS (1920px range)
   ================================ */
@media only screen and (min-width: 1600px) and (max-width: 1899px) {
 
 

}

/* ================================
   2. LARGE LAPTOPS (1440px range)
   ================================ */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
 
 

}

/* ================================
   3. STANDARD LAPTOPS (Large desktop screens)
   ================================ */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
 

}

/* ================================
   4. TABLETS LANDSCAPE 
      iPad Landscape (10.2", Air, Pro), Samsung Tab Landscape
   ================================ */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

 


}

/* ================================
   5. TABLETS PORTRAIT 
      iPad Portrait, Samsung Tab Vertical
   ================================ */
@media only screen and (min-width: 769px) and (max-width: 991px) {
 
 


}

/* ================================
   6. LARGE MOBILES
      iPhone Pro Max, Samsung Galaxy S/Note Series
   ================================ */
@media only screen and (min-width: 576px) and (max-width: 768px) {
 
 
.hero2-section-area .hero-heading h1 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 30px;
}    
     .hero2-section-area {
        padding: 170px 0 50px 0;
        height: auto;
    }
.coming-soon-title h1 {
    font-size: 76px;
    line-height: 70px;
}
.banner-header p {
    padding: 0 30px;
}
.frm-field {
    margin-bottom: 10px;
}
.mb-4 {
    margin-bottom: 0 !important;
}
.about2.sp1 .about-content-clm .about-desc {
    margin-top: 30px;
}
.about2 {
    padding-bottom: 30px;
}
.footer-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px 0;
    flex-wrap: wrap;
}
.footer-logo {
    width: 40%;
    margin: 0 auto;
}
.background-img {
    height: 150px;
}
.footer-form-section .heading-row h1 {
    font-size: 20px;
    margin-bottom: 22px;
    line-height: 30px;
}
.footer-form-section .heading-row p.desc {
    width: 90%;
}
.banner-header h1 {
    font-size: 28px;
}
.banner-header {
    height: calc(70vh - 100px);
}
.privileges-list .box-title {
        font-size: 20px;
    }
    .privileges-list {
        padding: 40px;
        gap: 20px;
        align-items: self-start;
    }
div#pills-tabContent {
    margin-left: 0;
}
.case1 .tab-content .tab-pane .img1 img {
    height: 400px;
}

.coming-soon-title h1 {
    margin: 30px 0;

}
.coming-soon-section {
    padding: 80px 0 80px 0;
}
section#coming-soon .left-side .gold-logo {
    width: 50%;
}
.img1-hide-mobile{
    display: none;
}
.about2 .about-content-clm {
    padding-bottom: 30px;
}
.about2.sp1 .heading1 h2 {
    margin-bottom: 0px;
}
.vl-header-action-item {
    align-items: self-end;
    justify-content: end;
    display: flex;
}
.vl-offcanvas-wrapper {
    margin-top: 35px;
}

.case1 .case-btn-area .nav .nav-item button span.title{
    font-size: 22px;
}
.case1 .case-btn-area .nav .nav-item button span.pera {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}
.case1, .privileges-area, .property2.featured-project-section.sp1{
    padding: 40px 0;
}
.privileges-area h2.sec-title.split-text {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #001340;
    font-family: 'oriya';
}
.featured-project-title{
    font-size: 25px;
}

.hero-form-section {
    background: rgba(255, 255, 255, 0.10);
    padding: 30px 25px;
}
.hero-form-section h1 {
    font-size: 20px;
    width: 75%;
    text-align: center;
    margin: 0 auto 30px auto;
}


/*** Project details ***/

.project-canvas {
    width: 100% !important;
}
    h1.single-title {
        font-family: 'oriya';
        color: #fff;
        font-size: 35px;
        text-transform: uppercase;
    }
p.single-price span {
    font-size: 22px;
}
.single-title-details {
    position: relative;
    bottom: 0;
    left: 0;
    background: linear-gradient(133deg, #9C8C5B, #D7C796, #756535);
    padding: 10px 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.row.overview-section p.single-desc {
    font-size: 14px;
    width: 100%;
}
.row.overview-section h3, p.facts-title , h1.amenities-title, .floorplans-section h1.floorplan-title, .single-project-gallery .gallery-title, .single-contact-area .title-area .single-form-title{
    font-size: 30px;
}
.facts-list ul li {
    padding: 12px 18px;
    font-size: 12px;
}
.facts-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.amenities-list ul {
    gap: 10px;
}
.floorplans-section .accordion-header button span {
    font-size: 16px;
}

}

/* ================================
   7. MOBILE STANDARD 
      iPhone 12/13/14, Samsung A/M Series
   ================================ */
@media only screen and (min-width: 400px) and (max-width: 575px) {
 
.hero2-section-area .hero-heading h1 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 30px;
}    
     .hero2-section-area {
        padding: 170px 0 50px 0;
        height: auto;
    }
.coming-soon-title h1 {
    font-size: 76px;
    line-height: 70px;
}
.banner-header p {
    padding: 0 30px;
}
.frm-field {
    margin-bottom: 10px;
}
.mb-4 {
    margin-bottom: 0 !important;
}
.about2.sp1 .about-content-clm .about-desc {
    margin-top: 30px;
}
.about2 {
    padding-bottom: 30px;
}
.footer-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px 0;
    flex-wrap: wrap;
}
.footer-logo {
    width: 40%;
    margin: 0 auto;
}
.background-img {
    height: 150px;
}
.footer-form-section .heading-row h1 {
    font-size: 20px;
    margin-bottom: 22px;
    line-height: 30px;
}
.footer-form-section .heading-row p.desc {
    width: 90%;
}
.banner-header h1 {
    font-size: 28px;
}
.banner-header {
    height: calc(70vh - 100px);
}
.privileges-list .box-title {
        font-size: 20px;
    }
    .privileges-list {
        padding: 40px;
        gap: 20px;
        align-items: self-start;
    }
div#pills-tabContent {
    margin-left: 0;
}
.case1 .tab-content .tab-pane .img1 img {
    height: 400px;
}

.coming-soon-title h1 {
    margin: 30px 0;

}
.coming-soon-section {
    padding: 80px 0 80px 0;
}
section#coming-soon .left-side .gold-logo {
    width: 50%;
}
.img1-hide-mobile{
    display: none;
}
.about2 .about-content-clm {
    padding-bottom: 30px;
}
.about2.sp1 .heading1 h2 {
    margin-bottom: 0px;
}
.vl-header-action-item {
    align-items: self-end;
    justify-content: end;
    display: flex;
}
.vl-offcanvas-wrapper {
    margin-top: 35px;
}

.case1 .case-btn-area .nav .nav-item button span.title{
    font-size: 22px;
}
.case1 .case-btn-area .nav .nav-item button span.pera {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}
.case1, .privileges-area, .property2.featured-project-section.sp1{
    padding: 40px 0;
}
.privileges-area h2.sec-title.split-text {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #001340;
    font-family: 'oriya';
}
.featured-project-title{
    font-size: 25px;
}

.hero-form-section {
    background: rgba(255, 255, 255, 0.10);
    padding: 30px 25px;
}
.hero-form-section h1 {
    font-size: 20px;
    width: 75%;
    text-align: center;
    margin: 0 auto 30px auto;
}


/*** Project details ***/

.project-canvas {
    width: 100% !important;
}
    h1.single-title {
        font-family: 'oriya';
        color: #fff;
        font-size: 35px;
        text-transform: uppercase;
    }
p.single-price span {
    font-size: 22px;
}
.single-title-details {
    position: relative;
    bottom: 0;
    left: 0;
    background: linear-gradient(133deg, #9C8C5B, #D7C796, #756535);
    padding: 10px 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.row.overview-section p.single-desc {
    font-size: 14px;
    width: 100%;
}
.row.overview-section h3, p.facts-title , h1.amenities-title, .floorplans-section h1.floorplan-title, .single-project-gallery .gallery-title, .single-contact-area .title-area .single-form-title{
    font-size: 30px;
}
.facts-list ul li {
    padding: 12px 18px;
    font-size: 12px;
}
.facts-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.amenities-list ul {
    gap: 10px;
}
.floorplans-section .accordion-header button span {
    font-size: 16px;
}
}

/* ================================
   8. SMALL MOBILE 
      Older iPhones (SE), small Android phones
   ================================ */
@media only screen and (max-width: 399px) {
    
  
.hero2-section-area .hero-heading h1 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 30px;
}    
     .hero2-section-area {
        padding: 170px 0 50px 0;
        height: auto;
    }
.coming-soon-title h1 {
    font-size: 76px;
    line-height: 70px;
}
.banner-header p {
    padding: 0 30px;
}
.frm-field {
    margin-bottom: 10px;
}
.mb-4 {
    margin-bottom: 0 !important;
}
.about2.sp1 .about-content-clm .about-desc {
    margin-top: 30px;
}
.about2 {
    padding-bottom: 30px;
}
.footer-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px 0;
    flex-wrap: wrap;
}
.footer-logo {
    width: 40%;
    margin: 0 auto;
}
.background-img {
    height: 150px;
}
.footer-form-section .heading-row h1 {
    font-size: 20px;
    margin-bottom: 22px;
    line-height: 30px;
}
.footer-form-section .heading-row p.desc {
    width: 90%;
}
.banner-header h1 {
    font-size: 28px;
}
.banner-header {
    height: calc(70vh - 100px);
}
.privileges-list .box-title {
        font-size: 20px;
    }
    .privileges-list {
        padding: 40px;
        gap: 20px;
        align-items: self-start;
    }
div#pills-tabContent {
    margin-left: 0;
}
.case1 .tab-content .tab-pane .img1 img {
    height: 400px;
}

.coming-soon-title h1 {
    margin: 30px 0;

}
.coming-soon-section {
    padding: 80px 0 80px 0;
}
section#coming-soon .left-side .gold-logo {
    width: 50%;
}
.img1-hide-mobile{
    display: none;
}
.about2 .about-content-clm {
    padding-bottom: 30px;
}
.about2.sp1 .heading1 h2 {
    margin-bottom: 0px;
}
.vl-header-action-item {
    align-items: self-end;
    justify-content: end;
    display: flex;
}
.vl-offcanvas-wrapper {
    margin-top: 35px;
}

.case1 .case-btn-area .nav .nav-item button span.title{
    font-size: 22px;
}
.case1 .case-btn-area .nav .nav-item button span.pera {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}
.case1, .privileges-area, .property2.featured-project-section.sp1{
    padding: 40px 0;
}
.privileges-area h2.sec-title.split-text {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #001340;
    font-family: 'oriya';
}
.featured-project-title{
    font-size: 25px;
}

.hero-form-section {
    background: rgba(255, 255, 255, 0.10);
    padding: 30px 25px;
}
.hero-form-section h1 {
    font-size: 20px;
    width: 75%;
    text-align: center;
    margin: 0 auto 30px auto;
}


/*** Project details ***/

.project-canvas {
    width: 100% !important;
}
    h1.single-title {
        font-family: 'oriya';
        color: #fff;
        font-size: 35px;
        text-transform: uppercase;
    }
p.single-price span {
    font-size: 22px;
}
.single-title-details {
    position: relative;
    bottom: 0;
    left: 0;
    background: linear-gradient(133deg, #9C8C5B, #D7C796, #756535);
    padding: 10px 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.row.overview-section p.single-desc {
    font-size: 14px;
    width: 100%;
}
.row.overview-section h3, p.facts-title , h1.amenities-title, .floorplans-section h1.floorplan-title, .single-project-gallery .gallery-title, .single-contact-area .title-area .single-form-title{
    font-size: 30px;
}
.facts-list ul li {
    padding: 12px 18px;
    font-size: 12px;
}
.facts-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.amenities-list ul {
    gap: 10px;
}
.floorplans-section .accordion-header button span {
    font-size: 16px;
}


}
