@media screen and (max-width: 1200px) {
    .container{
        width: auto;
    }
    .dif-who-are-sec img{
        width: 100%;
    }
    
}
@media screen and (max-width: 600px) {
    .container{
        width: 98%;
    }
    footer{
        display: none;
    }
    .dif-header-sec{
        display: none;
    }
    .mob-call{
        display: block;
    }
    #hero{
        margin-top: 1px;
        height: 90vh;
        flex-direction: column;
        position: relative;
    }
    #hero img{
        width: 460px;
    }
    .mob-location{
        top: 10px;
        position: absolute;
        display: block;
        color: var(--secondary-color);
        z-index: 10;
    }
    .image-container .mob-location{
        text-align: center;
        width: 100%;
    }
    .header-sec{
        display: none;
    }
    #mob-header{
        display: block;
        color: var(--secondary-color);
    }
    .mob-header-sec{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 10px;
    }
    .mob-header-open-menu{
        width: 100%;
        height: 100vh;
        z-index: 30;
        position: fixed;
        top: 0;
        left: 0;
        padding: 80px 40px;
        background: var(--primary-color);
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: translateY(-1000px);
        transition: transform 0.3s ease;
    }
    .mob-header-open-menu a{
        color: var(--secondary-color);
        font-size: 30px;
        margin: 20px 0px;
    }
    .mob-header-open-menu .location{
        margin-top: 25px;
    }
    .mob-header-open-menu .location span{
        /* color: var(--gold-color); */
        font-size: 22px;
    }
    .close_menu{
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
    .close_menu img{
        width: 30px;
        -webkit-filter: invert(100%); 
        filter: invert(100%);

    }
    .mob-header-menu img{
        width: 42px;
        border-radius: 8px;
        -webkit-filter: invert(100%); 
        filter: invert(100%);
        padding: 8px;
        cursor: pointer;
    }
    .mob-header-logo a{
        color: var(--secondary-color);
    }
    .mob-header-logo a h3{
        font-size: 24px;
    }
    .contact-option{
        flex-direction: column;
        align-items: center;
    }
    .con-opt{
        width: 333px;
    }
    .email-phone{
        display: flex;
        flex-direction: column;
    }

    /* about */
    .image-container{
        margin-top: 1px;
    }
    .text-overlay{
        text-align: center;
        font-size: 40px;
    }
    .dif-who-are{
        padding: 80px 20px;
    }
    .input_box input, .input_box textarea{
        width: 333px;
    }
    .about-send{
        width: auto;
    }
    .mob-dif-location{
        z-index: 10 ;
        bottom: -22px ;
        right: 168px;
    }
}

@media screen and (max-width: 370px){
    .con-opt{
        width: 100%;
    }
    .input_box input, .input_box textarea{
        width: 270px;
    }
    .text-overlay{
        font-size: 34px;
    }
    #hero img{
        width: 340px;
    }

}