@media (max-width : 1400px ){
    
}
@media (max-width : 1200px){
    
       
}
@media (max-width : 992px){
    
    
    .menu{
        gap: 2rem;
    }
    .menu__link{
        font-size: 1.4rem;
    }
    
    
    .logo__title {

        font-size: 4rem;
    }
    .home-content__title{
        font-size: 6rem;
    }
    .contact-us__werraper{
        flex-direction: column;
    }
    .contact{
        width: 100%;
    }
    .contact-us-Address{
        justify-content: center;
        align-items: flex-start;
        gap: 2rem;
    }
    .contact-us-contact {
        justify-content: center;
        align-items: flex-start;
        gap: 2rem;
    }
}

@media (max-width : 768px){
    
    .menu{
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        background-color: var(--section-bg-color);
        height: 0;
        overflow: hidden;
        transition: all 200ms ease-in;
    }
    .menu--open{
       height: 15rem;
       
    }
    .nav-taggel{
        display: flex;
    }
    .cover{
        position: fixed;
        background-color: rgba(0, 0, 0,10%);
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index : -1;
        opacity: 0;
        transition: all 200ms ease-in;


    }
    .cover--open{

        z-index: 99;
        opacity: 1;
    }
    .about-us__box{
        flex-direction: column-reverse;
    }
    .footer__werraper{
        flex-wrap: wrap;
        justify-content: left;
        gap: 2rem;
    }
    .footer-social{

        flex-wrap: wrap;
    }
    .home-content__title{
        font-size: 4rem;
    }
    
    *{
        cursor: default !important;
        /* رفع کردن بگراند هنگام کلیک در موبایل */
    }
    .logo__title {

        font-size: 3rem;
    }
   
        
}
@media (max-width : 576px){

    
    .home-content__title{
        font-size: 4rem;
    }
    .switch{
        display: none;
    }
    .logo__title {
    
        font-size: 2rem;
    }
  
}
@media (max-width : 400px){

    
    


        
}