@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700&family=Ubuntu:wght@500&display=swap');

body {
    padding: 0;
    margin: 0;
    top: 0;
}

.header-about {
    background-color: black;
}

.logo-content img {
    width: 100px;

}

.floating-icon {
    position: fixed;
    bottom: 10px;
    right: -10px;
    color: #fff;
    font-size: 70px;
    width: 120px;
    height: 100px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.floating-icon-message {
    position: fixed;
    bottom: 28px;
    left: 24px;
    color: #fff;
    font-size: 70px;
    width: 75px;
    height: 58px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.about-content-two {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 30px;
    direction: rtl;
    margin-top: 4.5rem;
}

.about-container {
    font-family: 'Outfit', sans-serif;
    background-image: url("../images/background.svg");
    width: 100%;
}

.about-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.about-contenut {
    width: 100%;
    display: flex;
    flex-direction: column;

}

.about-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 4.5rem;
}

.about-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.about-content-arab {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: end !important;
}

.about-title {
    font-weight: 700;
    font-size: 35px;
    color: #be9662;

}

.about-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 100%;
    max-width: 650px;
    font-weight: 300;
    font-size: 23px;
}

.title {
    font-weight: 800;
    font-size: 26px;
    color: #be9662;

}

.traductions {
    font-size: 25px;
    color: black;
    font-weight: 6OO;
    text-align: center;
    cursor: pointer;
    display: none;

}

.partners-container {
    background-image: url("../images/background.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;

}

.partners-content {
    display: flex;
    flex-direction: row;
    gap: 110px;
}

.partners-title {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 30px;

}

.partenaire-arabe {
    color: #be9662;
}

@media screen and (max-width: 950px) {

    .traductions {
        display: block;
        padding-bottom: 30px;
    }
}


@media screen and (max-width: 414px) {

    .partners-content {
        gap: 52px;
    }
}