/* :root {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    overflow-x: hidden;
} */
 body {
    font-family: 'Cairo', sans-serif;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    width: 100% !important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.site-container {
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 1rem;
}

.mobile-menu {
    display: none;
}

@media (max-width: 1024px) {
    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }
}

.Partners_all_card {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 200.8px !important;
    height: 150px !important;
    border: 1px solid #E8E8E8;
    border-radius: 24px;
    padding: 10px;
    box-sizing: border-box;

}

.slider-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.swiper-pagination33 {
    transform: translateY(50px) !important;
}

.mission {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.message {
    width: 85px;
    height: 50px;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .mission {
        width: 65px;
        height: 40px;

    }

    .message {
        height: 40px;
    }

    .message svg {
        width: 40px;

    }
}

.desktop-menu .dropdown:hover .dropdown-menu ,.desktop-menu .dropdown .dropdown-menu:hover {
    display: block !important;
}
@keyframes wiggle {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-5px);
    }
}

.animate-wiggle {
    animation: wiggle 1s ease-in-out infinite;
}

.plus-sign {
    display: inline-block;
    transition: transform 0.4s ease;
}

.plus-sign:hover {
    transform: rotate(360deg);
}
.face {
    transform: translateX(-2px);
}
