@font-face {
    font-family: salma;
    src: url(../../fonts/SalmaArabic-Regular.otf);
}

body {
    font-family: "Noto Sans Arabic", sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background-color: #182432;
}

.active {
    border-bottom: 2px solid #c8a97b;
}
html[lang="en"] body {
    font-family: "Cairo", sans-serif;
}

.active-project {
    transform: scale(1.1);
    box-shadow:
        0 10px 15px -3px rgba(224, 18, 18, 0.1),
        0 4px 6px -2px rgba(216, 218, 225, 0.05);
    box-shadow: 0 10px 15px -3px #3cd5ff7a;
    border-radius: 10%;
    opacity: 1;
    position: relative;
}

.active-project2 {
    background-image: url("../../image/cir2.svg");
    background-size: contain;
}

/*swiper  */
.mySwiper {
    width: 100%;
    height: auto !important;
    padding-bottom: 90px !important;
    padding-top: 20px !important;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 320px;
    height: 320px;
    border-radius: 60px;
}

.mySwiper .swiper-slide {
    width: 320px !important;
    height: 320px !important;
    border-radius: 60px;
    filter: brightness(0.3);
}

.mySwiper2 .swiper-slide {
    width: 200px !important;
    height: 200px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.mySwiper .swiper-slide-active {
    filter: brightness(1);
}

.nav-scrolled {
    background-color: #5c422e;
    position: fixed;
    top: 0px;
    z-index: 1000;
}

#phone-dropdown:focus,
#phone-input:focus .contact-input:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

.mySwiper3 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
