body {
    background: linear-gradient(to right, #0C2F4B, #1D6EB1, #BBDEFB);
    height: 100vh;
    font-family: "tajawal", sans-serif;
    align-items: center;
    justify-content: center;
}

.logo-container {
    padding-top: 20px;
    padding-right: 30px;
}

.branches a , .parent-br a {
    text-decoration: none;
}

@font-face {
    font-family: 'tajawal';
    src: url('fonts/Tajawal/Tajawal-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'tajawal-Regular';
    src: url('fonts/Tajawal/Tajawal-Regular.ttf') format('truetype');
}

.best-content {
    margin: 50px 10px;
}

.best-content h1 {
    color: white;
    font-family: "tajawal", sans-serif;
    font-size: 2.5vw;
}

.best-content a {
    color: black;
    text-decoration: none;
    color: black;
    font-weight: bold;
    
}

.buttons-container, .buttons-container div {
    display: flex;
    font-size: 4.5vw;
    font-weight: bold;
}

.buttons-container {
    justify-content: center;
    align-items: center;
}

.buttons-container div {
    padding: 10px;
}

.white-container {
    background: #EEF7FF;
    border: 1px solid #EEF7FF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #185B92;
}

.border-container {
    border: 1px solid #EEF7FF;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #EEF7FF  ;
}

.cont-tow {
    display: flex;
    font-size: 4.5vw;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.branches div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.branches div p {
    color: #EEF7FF;
    font-size: 4.5vw;
    font-weight: bold;
}

.branches {
    display: flex;
}

@media only screen and (min-width: 600px) {
    .best-content div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .best-content {
        margin: 50px 10px;
        align-items: center;
        justify-content: center;
        display: grid;
    }

    .parent {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .buttons-container, .buttons-container div, .cont-tow {
        font-size: 2vw;
    }

    .branches div {
        font-size: 1.6vw;
        margin: 0 20px;
        gap: 10px;
    }

    .branches div img {
        height: 25px;
    }

    .branches {
        justify-content: center;
        align-items: center;
    }

    .download-app {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "tajawal-Regular", sans-serif;
        font-size: 3vw;
    }

    .download-images img {
        height: 80px;
    }

    .download-images {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .business {
        font-size: 2vw;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }

    .mobile {
        display: none;
    }

    .parent-br {
        margin: 30px 0;
    }

    .parent-br .sub {
        font-size: 1.6vw;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px
    }

    .parent-br {
        display: flex   ;
        align-items: center;
        justify-content: center;
    }

    .sub img {
        height: 25px;
    }   
}

@media only screen and (max-width: 600px) {
    
    .best-content a {
        justify-content: center;
        align-items: center;
        display: grid;
        margin-bottom: 20px;
    }
    
    .branches div img {
        height: 30px;
    }
    
    .branches {
        display: grid;
        align-items: center;
        justify-content: center;
    }
    
    .sub img {
        height: 30px;
    }
    .best-content h1 {
        font-size: 5vw;
    }
    
    .best-content {
        justify-content: center;
        align-items: center;
    }

    .best-content div {
        font-size: 2vw;
        align-items: center;
        justify-content: center;
        display: grid;
    }

    .best-content div p {
        margin: 0 1vw; 
        font-size: 4.5vw;
        font-family: "tajawal", sans-serif;
        display: grid;
        justify-content: center;
    }

    .download-app {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "tajawal-Regular", sans-serif;
        font-size: 8vw;
    }

    .download-images img {
        height: 40px;
    }

    .download-images {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .business {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .business img {
        height: 50vw;
    }

    .business p {
        display: none;
    }

    .mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

    .branches div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        margin: 0 5px; 
        gap: 5px; 
    }

    .parent-br {
        margin: 30px 0;
    }

    .parent-br .sub {
        font-size: 4.5vw;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        font-weight: bold;
    }

    .parent-br {
        display: grid;
        align-items: center;
        justify-content: center;
    }

}
