@media only screen and (max-width: 980px){
    header.header-sec{
        display: none;
    }

    .home-abt-cont h1{
        font-size: 28px;
    }

    .home-abt-cont p{
        font-size: 10px;
        margin-bottom: 0;
        line-height: 17px;
    }
    button.abt-btn{
        border: 1px solid var(--text-color);
        width: 45%;
        height: 35px;
    }

    button.abt-btn a{
        font-size: 12px;
    }

    .home-abt-cont{
        padding-left: 25px;
        gap: 15px;

    }

    .home-abt-img img{
        height: 270px;
    }

    /* our property section */

    section.prop-sec .row.category-cont{
        padding: 50px 0;
    }

    section.prop-sec .prop-cont h3{
        font-size: 35px;
        margin-top: 6px;
    }

    section.prop-sec .prop-cont{
        padding: 10px 20px 10px 20px;
        max-height: 75px;
        bottom: 20px;
    }

    section.prop-sec .prop-cont p{
        font-size: 12px;
        line-height: 20px;
    }

    section.prop-sec .prop-img img{
        height: 310px;
        padding: 8px;
    }
    section.prop-sec .prop-img{
        border: 1px solid var(--text-color);
    }

    button.prop-btn a{
        font-size: 12px;
    }

    button.prop-btn {
        
        width: 40%;
        height: 35px;
    }

    section.prop-sec .start-price{
        top: 13px;
        right: 13px;
        padding: 10px;
        height: 30px;
    }
    section.prop-sec .start-price p{
        font-size: 8px;
    }

/* cta section */

    section.cta-sec .cta-col{
        margin-left: 25%;
    }
    section.cta-sec .cta-cont .cta-head h2{
        font-size: 30px;
    }
    section.cta-sec .cta-col{
        padding: 0;
    }

    section.cta-sec .cta-cont{
        padding: 20px ;
        gap: 0;
    }
    section.cta-sec .cta-cont a.cta-btn{
        font-size: 12px;
    }

    /* .newsletter-section */

    section.newsletter-sec .newsletter-cont{
        gap: 10px;
    }

    section.newsletter-sec .newsletter-text h4{
        font-size: 22px;
    }

    section.newsletter-sec form{
        padding: 15px 22px;
    }

    section.newsletter-sec form .sub{
        width: 23%;
        height: 34px;
        left: 68%;
        font-size: 12px;
    }
    section.newsletter-sec form input.sub-email{
        width: 100%;
        font-size: 12px;
    }
    section.developer-sec .owl-carousel .owl-item img{
        height: 90px;
    }

    section.service-sec .service-text h3{
        font-size: 30px;
    }

    section.service-sec .service-text h5{
        font-size: 14px;
    }

    section.service-sec .service-text p{
        font-size: 12px ;
        line-height: 24px;
    }
    .service-cont{
        padding: 20px 0 13px 20px;
    }

    .service-cont h4{
        font-size: 14px;
    }

    .service-img img{
        width: 55px;
    }

    .service-cont p {
        font-size: 10px;
        line-height: 16px;
    }
    /* #desk-review{
        display: none !important;
    }
    section.video-banner{
        height: 710px;
    }
    video#mob{
        display:none;
    }
    video.video-background{ 
        display: block !important;
    }
    
    
    section.cta2 .headings{
        width: 100%;
    }
    section.cta2{
        height: 800px;
        background-position: unset;
        background-position: 83%;
    }
    section.about-us .col-6{
        width: 100%;
    }
    section.product-listing .col-3{
        width: 50%;
    }
    section.product-listing .col-9{
        width: 100%;
    }
    section.blogs .col-4{
        width: 45%;
    }
    section.blogs .row{
        flex-wrap: wrap;
    }
    section.blogs .row {
        flex-wrap: nowrap;
        overflow-x: scroll;
    } */

    /* width */
  section.blogs ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  section.feature-prop .card-content h3{
    font-size: 18px;
  }
  /* Track */
  section.blogs ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  section.blogs ::-webkit-scrollbar-thumb {
    background: var(--btn-color); 
  }
  .cont {
    margin-top: 30px;
}
} 





@media only screen and (max-width: 540px){

    section.counter-sec .col-3{
        width: 50%;
    }

    section.counter-sec p.counter {
        font-size: 40px;
    }

    section.counter-sec .counter-cont span{
        font-size: 26px;
    }

    section.counter-sec .counter-text{
        font-size: 16px;
        font-weight: 300px;
    }

    section.video-banner video{
        height: 550px;
    }

    .home-abt-cont{
        padding-left:0;
        gap: 15px;
    }

    section.prop-sec .prop-cont h3 a{
        font-size: 33px;
    }

    section.home-about{
        background: #000;
       padding: 15px 0;
     }

    .home-abt-cont h1 {
        font-size: 29px;
        margin: 10px;
    }

    button.abt-btn {
        margin: 10px;
        border: 1px solid var(--text-color);
        width: 100px;
        height: 37px;
    }

    
    section.prop-sec h2{
        margin-bottom: 0;
    font-size: 30px;
    padding: 20px 0;
   
    }

    section.prop-sec .row.category-cont{
     padding: 0;
    }

    button.abt-btn a {
        font-size: 11px;
        
    }

    
    header.header-sec .row {
        display: none;
    }

    .home-abt-img img{
        height: 200px;
    }

    .home-about-cont{
        padding: 0;
       
    }

    .home-about-cont .col-6{
        width: 100%;
    }

    .home-abt-cont p{
        font-size: 11px;
        line-height: 20px;
        margin: 0 10px;
    }


    /* our property sec */

    section.prop-sec .col-4{
        width: 100%;

    }

    section.prop-sec .prop-card{
        margin-bottom: 15px;
    }

    section.prop-sec .prop-img img{
        height: 260px;
        padding: 8px;
    }

    section.prop-sec .start-price p{
        font-size: 7px;
    }

    section.prop-sec .start-price{
        height: 25px;
        top: 12px;
        right: 12px;
    }

    section.prop-sec .prop-img{
        border: 1px solid var(--text-color);
    }

    
    section.prop-sec .prop-cont h3{
       font-size:  37px;
       margin-top: 0;
       
    }
    section.prop-sec .prop-cont p{
        font-size: 10px;
        line-height: 15px;
    }

    section.prop-sec .prop-cont{
        max-height: 60px;
        padding: 10px;
    }

    section.prop-sec .prop-cont{
        bottom: 20px;
    }

    button.prop-btn{
        height: 30px;
    }

    button.prop-btn a{
        font-size: 10px;
    }

    /* cta section */

    section.cta-sec .cta-cont{
        padding: 10px;
        gap: 10px;
    }

    section.cta-sec .cta-cont .cta-head h2{
        font-size: 20px;
    }

    section.cta-sec .cta-col{
        padding: 0;
    }

    .cta-head p{
        font-size: 12px;
        line-height: 20px;
    }

    section.cta-sec .cta-col {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin-left: 0;
        width: 100%;
    }

    section.cta-sec .cta-cont a.cta-btn{
        height: 36px;
        font-size: 10px;
        border: 1px solid var(--text-color);
    }

    section.feature-prop .owl-carousel .owl-item img{
        height: 160px;
    }

    section.feature-prop .card-content h3{
        font-size: 25px;
    }

    section.feature-prop .card-content p{
        font-size: 10px;
        line-height: 15px;
    }

    section.feature-prop .card-body hr{
        margin: 10px 0;
    }

    section.feature-prop .feature-heading h2{
        font-size: 30px;
    }


    /* service section */

    section.service-sec .col-8{
        width: 100%;
        text-align: center;
    }

    section.service-sec .col-4{
        width: 100%;
    }

    .service-cont{
        padding: 13px 0 13px 33px;
    }

    section.service-sec .service-text h5 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    section.service-sec .service-text p {
        font-size: 10px;
        line-height: 16px;
    }

    section.service-sec .service-text h3{
        font-size: 29px;
    }
   
    section.service-sec .service-cont h4{
        font-size: 17px;
        margin-bottom: 0;
    }

    section.service-sec .service-cont p{
        font-size: 10px;
        line-height: 20px;
    }

    section.service-sec .service-col{
        height: 154px;
    }

    section.service-sec .service-img img{
        width: 60px;
    }

    /* Testimonial section */

    section.testimonial .para p{
        font-size: 12px;
    }

    section.testimonial .cont-sec{
        padding: 0;
    }

    /* Newsletter section */

    section.newsletter-sec .col-6{
        width: 100%;
    }

    section.newsletter-sec .newsletter-cont{
        flex-direction: column;
        gap: 0;
    }

    section.newsletter-sec form{
        padding: 50px 0 0 0;
    }

    section.newsletter-sec .newsletter-text h4{
        font-size: 23px;
    }

    section.newsletter-sec form input.sub-email{
        width: 100%;
        height: 37px;
    }
    section.newsletter-sec form input.sub-email::placeholder{
        font-size: 13px;
    }

    section.newsletter-sec form .sub{
        font-size: 12px;
    }

    section.newsletter-sec form .sub{
        width: 32%;
        height: 30px;
        left: 65%;
    }  
}       

@media only screen and (max-width: 400px){

    section.counter-sec .counter-text {
        color: var(--white-color);
        font-size: 13px;
        font-weight: 300;
    }

    section.counter-sec .counter-cont span{
        font-size: 20px;
    }
    
    

    section.counter-sec .col-3{
        width: 50%;
    }

    section.prop-sec .prop-cont h3 a{
        font-size: 31px;
    }

    section.counter-sec p.counter{
        font-size: 32px;
    }

    span.contact-pop{
        font-size: 10px;
    }

    section.video-banner video{
        height: 500px;
    }

    section.feature-prop .card-price .btn-contact a{
        font-size:  10px;
    }

    section.feature-prop .card{
        margin-right: 10px;
    }

    .home-abt-cont{
        padding-left:0;
        gap: 10px;
    }

    section.home-about{
        background: #000;
        padding: 20px 0;
     }

    .home-abt-cont h1 {
        font-size: 29px;
        margin: 10px;
    }


    button.abt-btn {
        margin: 10px;
        border: 1px solid var(--text-color);
   
        height: 37px;
    }

    section.prop-sec{
        padding: 20px 0;
    }

    
    section.prop-sec h2{
    font-size: 30px;
 
    }

    section.prop-sec .row.category-cont{
     padding: 0;
    }

    button.abt-btn a {
        font-size: 10px;
        
    }

    
    header.header-sec .row {
        display: none;
    }

    .home-abt-img img{
        height: 200px;
    }

    .home-about-cont{
        padding: 0;
       
    }

    .home-about .col-6{
        width: 100%;
    }
    .home-abt-cont p{
        font-size: 10px;
        line-height: 17px;
        margin: 0 10px;
    }


    /* our property sec */

    section.prop-sec .col-4{
        width: 100%;

    }

    section.prop-sec .prop-card{
        margin-bottom: 15px;
    }

    section.prop-sec .prop-img img{
        height: 230px;
        padding: 5px;
    }

    section.prop-sec .start-price p{
        font-size: 7px;
    }

    section.prop-sec .start-price{
        height: 20px;
        top: 10px;
        right: 10px;
    }

    section.prop-sec .prop-img{
        border: 1px solid var(--text-color);
    }

    
    section.prop-sec .prop-cont h3{
       font-size:  30px;
       
    }
    section.prop-sec .prop-cont p{
        font-size: 10px;
        line-height: 15px;
    }

    section.prop-sec .prop-cont{
        max-height: 60px;
        padding: 10px;
    }

    section.prop-sec .prop-cont{
        bottom: 10px;
    }

    button.prop-btn{
        height: 30px;
    }

    button.prop-btn a{
        font-size: 10px;
    }

    /* cta section */

    section.cta-sec .cta-cont{
        padding: 10px;
        gap: 10px;
    }

    section.cta-sec .cta-cont .cta-head h2{
        font-size: 20px;
    }

    section.cta-sec .cta-col{
        padding: 0;
    }

    .cta-head p{
        font-size: 12px;
        line-height: 20px;
    }

    section.cta-sec .cta-col {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin-left: 0;
        width: 100%;
    }

    section.cta-sec .cta-cont a.cta-btn{
        height: 30px;
        font-size: 8px;
        border: 1px solid var(--text-color);
    }

    section.feature-prop .owl-carousel .owl-item img{
        height: 160px;
    }

    section.feature-prop .card-content h3{
        font-size: 25px;
    }

    section.feature-prop .card-content p{
        font-size: 10px;
        line-height: 15px;
    }

    section.feature-prop .card-body hr{
        margin: 10px 0;
    }

    section.feature-prop .feature-heading h2{
        font-size: 30px;
    }


    /* service section */

    section.service-sec .col-8{
        width: 100%;
        text-align: center;
    }

    section.service-sec .col-4{
        width: 100%;
    }

    .service-cont{
        padding: 13px 0 13px 33px;
    }

    section.service-sec .service-text h5 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    section.service-sec .service-text p {
        font-size: 10px;
        line-height: 16px;
    }

    section.service-sec .service-text h3{
        font-size: 29px;
    }

    
    section.service-sec .service-cont h4{
        font-size: 17px;
        margin-bottom: 0;
    }

    section.service-sec .service-cont p{
        font-size: 10px;
        line-height: 15px;
    }

    

    section.service-sec .service-col{
        height: 154px;
    }

    section.service-sec .service-img img{
        width: 60px;
    }


    /* Testimonial section */

    section.testimonial .para p{
        font-size: 12px;
    }

    section.testimonial .item{
        padding: 0;
    }

    section.testimonial .cont-sec{
        padding: 0;
    }

    /* Newsletter section */

    section.newsletter-sec .col-6{
        width: 100%;
    }

    section.newsletter-sec .newsletter-cont{
        flex-direction: column;
        gap: 0;
    }

    section.newsletter-sec form{
        padding: 50px 0 0 0;
    }

    section.newsletter-sec .newsletter-text h4{
        font-size: 23px;
    }

    section.newsletter-sec form input.sub-email{
        width: 100%;
        height: 37px;
    }
    section.newsletter-sec form input.sub-email::placeholder{

        font-size: 13px;

    }

    section.newsletter-sec form .sub{
        font-size: 12px;
    }

section.newsletter-sec form .sub{
        width: 32%;
        height: 30px;
        left: 65%;
}
}
