.container {
    background-color: #0085fe;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}

.logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 50px;
}

.logo {
    max-width: 25%; 
    height: auto;
    transition: 150ms ease-in-out;
}


h1 {
    color: #fff;
    margin-top: 10px;
    letter-spacing: 2px;
    font-family: 'ompargh', Arial, sans-serif;
}

h2 {
    color: #fff;
    font-size: 1.5em;
    margin-top: 5px;
    font-family: 'Kahroba', Arial, sans-serif;
    font-weight: Medium;
}

h3 {
    color: #fff;
    font-size: 1.5em;
    margin-top: 5px;
    font-family: 'Kahroba', Arial, sans-serif;
    font-weight: 500;
}

h4 {
    color: #fff;
    font-size: 1.5em;
    margin-top: 5px;
    font-family: 'Kahroba', Arial, sans-serif;
    font-weight: Medium;
}

.translate-button {
    display: block;
    width: 35%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px 0;
    background-color: #0085fe;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 20px;
    transition: 150ms ease-in-out;
    font-family: 'Kahroba', Arial, sans-serif;
    font-weight: Medium;
    cursor: pointer;
}

.translate-button img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    vertical-align: middle;
    filter: brightness(0) invert(1);
    transition: 150ms ease-in-out;
}

.translate-button:hover img {
   filter: none;
}

.call-button,
.email-button,
.telegram-button,
.instagram-button,
.youtube-button,
.twitter-button,
.linkedin-button,
.discord-button,
.whatsapp-button {
    display: block;
    width: 80%; 
    max-width: 300px; 
    margin: 0 auto;
    margin-top: 10px; 
    padding: 10px 0; 
    background-color: #fff;
    color: #0085fe;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 20px;
    transition: 150ms ease-in-out;  
    font-family: 'Kahroba', Arial, sans-serif;
    font-weight: Medium;
}

.call-button:hover,
.email-button:hover,
.telegram-button:hover,
.instagram-button:hover,
.youtube-button:hover,
.twitter-button:hover,
.linkedin-button:hover,
.discord-button:hover,
.whatsapp-button:hover,
.translate-button:hover {
    background-color: #bfeeff;
    color: #0085fe;
}

.call-button img,
.email-button img,
.telegram-button img,
.instagram-button img,
.youtube-button img,
.twitter-button img,
.linkedin-button img,
.discord-button img,
.whatsapp-button img,
.translate-button img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    vertical-align: middle;
}

.separator {
    border: 2px solid #fff;     
    width: 50%; 
    margin: 25px auto;
    margin-top: 25px;
    margin-bottom: 35px;
    border-radius: 50px;
}

.footer {
    margin-top: 50px;
    font-size: 14px;
    color: #666;
    text-align: center;
    font-family: 'Kahroba', Arial, sans-serif;
    font-weight: 500;
}

.copyright {
    margin-top: 20px;
}

.copyright a {
    color: #666;
    text-decoration: underline;
    font-family: 'kahroba', Arial, sans-serif;
    font-weight: Light;
}

.copyright a:hover {
    color: #0085fe;
}

.matnbb {
    margin-top: -20px;
    font-size: smaller;
}

@media (max-width: 768px) {
    .translate-button {
width: 100%;
   }
   .logo {
    max-width: 50%; 
}
}

@media (max-width: 480px) {
    .translate-button {
width: 100%;
   }
}

@media (max-width: 375px) {
    .translate-button {
        font-size: 15px;  
    }
}