@media (max-width: 1300px ){
    .content h1{
        font-size: 80px;
    } 
    .content h2{
        font-size: 40px;
    }
    .content{
        padding-top: 50px;
    } 
    .content a{
        font-size: 15px;
        padding: 12px 50px;
        border-radius: 50px;
    }
    .hideOnMobile{
        display: none;
    }
    .menu-button{
        display: flex;
        width: 50px;
        padding-right: 50px;
    }
    /* ABOUT */
    #about {
        padding: 50px 20px; 
        display: flex;
        justify-content: center;
    }
    .about-container {
        max-width: 1100px; 
        width: 100%;
        gap: 100px; 
    }
    .about-left {
        padding: 100px 50px;
    }
    .physio{
        width: 70%; 
    }
   /* TREATMENT */
   .inner-flex{
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-top: 40px;
    width: 90%;   
}
}
@media (max-width: 900px) {
    .about-container {
        flex-direction: column;
        text-align: center;
    }
    .tsiou-container, .questions-container { 
        padding-left: 80px; 
    }
    .about-left {
        max-width: 70%;
        text-align: center;
    }
    .about-right {
        display: none;
    }
    .about-left {
        padding: 20px;
    }
    .inner-flex{
        display: block;
        justify-content: center;
        align-items: center;
        width: 70%;
    }
}

@media (min-aspect-ratio: 16/9){
    .video{
        max-width: 100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9){
    .video{
        width: auto;
        height: 100%;
    }
}

/*----------------- MEDIA QUERY 768PX----------- */

@media (max-width: 768px){
    header {
        background: url('images/basket.jpg') no-repeat center center;
        background-size: cover;
        height: 50vh; 
    }
    .content h1{
        font-size: 70px;
    } 
    .content h2{
        font-size: 30px;
    } 
    .content a{
        font-size: 20px;
        padding: 14px 50px;
    }
    .inner-flex{
        width: 80%;
    }
    .menu-button  {
        width: 50px;
    }
    .logo {
        width: 120px;
    }
    .video{
        display: none;
    }
  
    .content{
        padding-top: 50px;
    }
    .sidebar{
        width: 100%;
    }
    .about-left {
        max-width: 100%;
        text-align: left;
        font-size: 18px;
        padding: 0px 0px;
    }
    .about-left p{
        padding-bottom: 30px;
    }
    .about-left button {
        font-size: 15px;
        line-height: 15px;
        width: 150px;
        height: 50px;
    }
    .tsiou-container p {
        font-size: 25px;
        line-height: 33px;
    }
    .quote{
        width: 35px;
        margin: 25px 0; 
    }
    #tsiou-banner{
        padding: 0px;
    }
    .tsiou{
        width: 280px;
        margin: 40px 0;
    }
    
}

/* -----------------MEDIA QUERY 600------------- */
@media (max-width: 600px) {
    .content h1{
        font-size: 40px;
    } 
    .content h2{
        font-size: 20px;
    }
    .inner-flex{
        width: 100%;
    }
    .content a{
        font-size: 15px;
        border: 2px solid #fff;
        padding: 10px 40px;
    }
}
/* ------------------------MEDIA QUERY 400---------------------*/
@media (max-width: 400px){
    header{
        height: 50vh;
    }
    .content h1{
        font-size: 35px;
    } 
    .content h2{
        font-size: 20px;
    }
    .content a{
        font-size: 15px;
        padding: 10px 20px;
    }
}
