@font-face {
    font-family: 'Droid-Sans-Arabic';
    src: url('../fonts/Droid-Sans-Arabic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }

body {
    background: #ffffff;
    font-family: "Droid-Sans-Arabic", sans-serif !important;
}

a, a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}


footer .input-wrapper button {
    left: 0;
    right: auto !important;
}
nav .navbar-nav .nav-link {
    font-family: "Al-Jazeera-Arabic", sans-serif !important;
}
.news-sec h1 {
    font-size: 27px;
}
.h1, h1 {
    font-size: 1.8rem;
}
.h2, h2 {
    font-size: 1.6rem;
}
.h3, h3 {
    font-size: 1.4rem;
}
.h4, h4 {
    font-size: 1.2rem;
}
.h5, h5 {
    font-size: 1rem;
}
footer .ftr-form input, footer .ftr-form textarea {
    padding-left: 40px;
    padding-right: 8px;
}
footer .input-wrapper input {
    padding-right: 8px;
    direction: rtl;
    text-align: right;
}
nav .menu-side .lang-link {
    width: 40px;
    height: 40px;
}
.img-wrapper {
    clip-path: ellipse(60% 100% at bottom center);
    margin-top: -15rem;
    z-index: 999;
    background-color: #fff;
}
@media (max-width: 1199.98px) {
    .img-wrapper {
        margin-top: -12rem;
    }
}
#projects-carousel .owl-nav .owl-prev, #client-carousel .owl-nav .owl-prev {
    margin-right: 0;
    margin-left: 0.5rem;
}