@media only screen and (max-width: 1000px){
   
    header .desktop_header .menu{
        display: none;
    }
    .mobile-menu-btn{
        display: block;
    }
    #hero .base1 .base2 h1 {
        font-size: 58px;
    }
    .premium-crm .premium-box-c{
        width: calc(100% - 2rem);
    }
}

@media only screen and (max-width: 768px){
    :root {
        --x-small: 12px;
        --small: 12px;
        --medium: 14px;
        --large: 16px;
        --title: 28px;
    }
    .premium-crm-count .count h3{
        font-size: 35px;
    }
    .premium-crm .premium-box-c{
        position: initial;
        width: 100%;
    }
    .primary-button{
        margin-bottom: 1rem;
    }
    .logo{
        width: 40%;
    }
    .dash-line{
        display: none;
    }
    .ver-line{
        display: inline;
    }
}

@media only screen and (max-width: 600px){
    :root {
        --x-small: 12px;
        --small: 12px;
        --medium: 14px;
        --large: 16px;
        --title: 20px;
    }
    .collom-rev{
        flex-direction: column-reverse;
    }
    #swiss-edition .title-box{
        padding-bottom: 0;
    }
    #main-feacher .flip-card{
        height: 263px;
    }
    
    .image-phone{
        padding-left: 0;
        padding-right: 0;
    }
    .propertybase_card {
        height: 200px;
    }
    .propertybase_card {
        padding: 2rem 1rem 1.5rem 1rem;
    }
    .premium-crm-count .count h3 {
        font-size: 40px;
    }
    .premium-crm-count{
        flex-direction: column;
        align-items: center;
    }
    .width-80{
        width: 100%;
    }
    .premium-crm-count .count{
        width: fit-content;
        text-align: center;
    }
    #hero{
        overflow: hidden;
    }
    #hero .base1 .base2 h1{
        font-size: 40px;
    }
    #hero .base1{
        height: 70vh;
    }
    #hero .base1 .base2 {
        padding-top: 35%;
    }

    .hero_video{
        width: initial;
        height: 100%;
    }
    .premium-crm-last{
        flex-direction: column;
        gap: 0;
    }
    footer{
        text-align: center;
    }
    footer .copyright{
        flex-direction: column;
    }

}
@media only screen and (max-width: 400px){
    #hero .base1 .base2 h1{
        font-size: 30px;
    }
}