@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    direction: rtl;
    font-family: "Cairo", sans-serif;
    max-width: 440px;
    text-align: center;
    margin: 0 auto;
    padding: 94px 0;
    background-color: #F0F0F0;
    position: relative;
}

.translate-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 20px;
    background-color: #ff4b4b;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.translate-btn:hover {
    background-color: #e03b3b;
}

.content-img {
    padding: 0 61px;
}
.content-img img {
    width: 318px;
    height: 257px;
    margin-bottom: 21px;
}

.content-text {
    max-width: 366px;
    margin: auto;
}
.content-text h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
}

.community {
    margin-top: 21px;
    width: 100%;
}
.community img {
    width: 100%;
    height: auto;
}

.links {
    margin-top: 17px;
}
.links a img {
    margin-top: 7px;
}

.content-text2 {
    margin-top: 74px;
}
.content-text2 h2 {
    font-size: 25px;
    font-weight: 900;
}

.featurs {
    margin-top: 9px;
    line-height: 50px;
}
.featurs p {
    font-size: 22px;
    font-weight: 900;
}

.categories img {
    width: 100%;
    margin-top: 21px;
}

.links2 {
    margin-top: -85px;
    position: relative;
}
.links2 img {
    position: relative;
}


footer {
    margin-top: 45px;
}
footer h2, footer p {
    font-size: 22px;
    font-weight: 700;
    margin: 5px 0;
}


.ltr-text {
    direction: ltr;
    unicode-bidi: embed;
}

@media (max-width: 400px) {
    .content-img img {
        width: 250px;
        height: 220px;
        margin-bottom: 21px;
    }
    .content-text2 h2 {
        font-size: 22px;
        font-weight: 900;
    }
    .featurs p {
        font-size: 18px;
        font-weight: 900;
        line-height: 40px;
    }
    footer h2, footer p {
        font-size: 18px;
    }
}
