@media (max-width: 1380px){

}
@media (max-width: 980px){
    body{
        background-image: var(--main-bg);
    }
    #desk-review{
        display: none !important;
    }
    section.hero-main{
        background-position: 75%;
    }
    section.featured-pro .main-prop{
        width: 49%;
    }
    .head h2{
        font-size: 35px;
    }
    section.portfolio-sec .col-4{
        width: 45%;
    }
    section.portfolio-sec .window{
        box-shadow: none;
    }
    section.portfolio-sec .row{
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    section.portfolio-sec ::-webkit-scrollbar {
        width: 6px;
        height: 5px;
        transition: 8.3s all;
      }
      
      /* Track */
      section.portfolio-sec  ::-webkit-scrollbar-track {
        background: #ffeddd; 
      }
       
      /* Handle */
      section.portfolio-sec ::-webkit-scrollbar-thumb {
        background: #190033; 
    
      }
      
      /* Handle on hover */
      section.portfolio-sec  ::-webkit-scrollbar-thumb:hover {
        background: #555; 
      }

      section.cta .col-3{
        width: 50%;
      }
      section.cta .bottom-content .col-9{
        flex-direction: column;
        gap: 30px;
        text-align: center;
      }
      section.new-blog .col-4{
        width: 48%;
      }
    section.video-banner{
        height: 710px;
    }
    video#mob{
        display:none;
    }
    video.video-background{ 
        display: block !important;
    }
    
    section.about-us .col-6{
        width: 100%;
    }
    section.about-us .cont-sec{
        padding: 0;
        padding-top: 40px;
    }
    section.portfolio .col-6{
        width: 100% !important;
    }
    section.portfolio .col-6.portfolio-content{
        position: unset;
        display: block;
        height: 100%;
    }
    section.portfolio .col-6.portfolio-img .img-area img {
        height: 420px;
    }
    .main-row{
        width: 100%;
    }

 
    section.blogs .col-3{
        width: 50%;
    }


} 



@media only screen and (min-width: 550px) and (max-width: 979px) {

    
    .delayedPopupWindow .signup-box .signup-form h2{
        color: #471800;
        font-size: 49px;
        -webkit-text-fill-color: #471800;
    }
    .delayedPopupWindow .signup-box .signup-form form button{
        background: var(--btn-color);
    }
    .delayedPopupWindow .signup-box .signup-form form input{
        border: 1px solid #47180072;
    }
    .delayedPopupWindow img{
        height: 512px;
        object-position: left;
    }
   
}

@media (max-width: 540px){
   
    section.hero-main h1{
        font-size: 45px;
        margin-bottom: 40px;
    }
    section.hero-main{
        background-position: 65%;
    }
    section.hero-main .container .right span{
        width: 100%;
    }
    section.hero-main .container{
        padding: 0;
    }
    section.hero-main .container .cont-sec{
        padding: 0 15px;
        background: #00000026;
    }
    section.hero-main .container .right{
        padding-right: 0;
    }
    section.video-banner{
        height: 420px;
    }
    section.featured-pro .main-prop{
        width: 83%;
    }
    section.featured-pro .container-fluid{
        padding: 0;
    }
    .head h2{
        font-size: 30px;
    }
    section.portfolio-sec .col-4{
        width: 83%;
    }
    section.portfolio-sec .window img{
        height: 380px;
    }
    section.featured-pro .pro-cont{
        width: 85%;
        bottom: 0;
    }
    section.cta .container{
        padding: 0;
    }
    section.cta .counter-icon{
        width: 100px;
        height: 100px;
    }
    section.cta .counter-icon i{
        font-size: 38px;
    }
    section.cta .col-3{
        justify-content: start;
    }
    section.cta .bottom-content .col-9{
        padding: 35px;
    }
    section.cta .bottom-content h2{
        font-family: var(--primary-font);
        font-size: 17px;
        width: 100%;
        font-weight: 300;

    }
    section.cta .row{
        justify-content: space-between;
    }
    section.cta .col-3{
        width: 48%;
        text-align: center;
    }
    section.new-blog .col-4{
        width: 85%;
    }
    section.new-blog .row{
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    section.new-blog ::-webkit-scrollbar {
        width: 6px;
        height: 5px;
        transition: 8.3s all;
      }
      
      /* Track */
      section.new-blog  ::-webkit-scrollbar-track {
        background: #ffeddd; 
      }
       
      /* Handle */
      section.new-blog ::-webkit-scrollbar-thumb {
        background: #190033; 
    
      }
      
      /* Handle on hover */
      section.new-blog  ::-webkit-scrollbar-thumb:hover {
        background: #555; 
      }
    
    .about-numbers .simple{
        font-size: 24px;
    }
    .about-numbers .transparent{
        font-size: 24px;
    }
    .main-row{
        width: 100%;
    }
    section.let .cont a{
        font-size: 45px;
    }
    section.blogs .blog-img img{
        height: 220px;
    }
    .blog-cont h4{
        font-size: 13px;
    }
    .common-head{
        margin-bottom: 0;
    }
    .common-head h3{
        font-size: 22px;
    }
    section.about-us .shape-img{
        display: none;
    }
    section.cta{
        background-position: 60%;
    }
.delayedPopupWindow .signup-box .signup-form form{
    gap: 10px;
}
.delayedPopupWindow .signup-box .main-box{
    flex-direction: column-reverse;
}
.delayedPopupWindow img{
    display: none;
}
.delayedPopupWindow .signup-box .signup-form h2{
    color: var(--btn-color);
    font-size: 40px;
    -webkit-text-fill-color: var(--btn-color);
}
.delayedPopupWindow .signup-box .signup-form form button{
    background: var(--btn-color);
}
.delayedPopupWindow{
    z-index: 999;
}
section.blogs .col-3{
    width: 100%;
}

}       

@media (max-width: 391px){
    section.home-dec .head h2{
        font-size: var(--f54);
    }
    section.home-dec .head p{
        font-size: var(--f45);
        left: 70px;
        bottom: 38px;
    }
 
}

