@import url('https://fonts.googleapis.com/css2?family=Amiri+Quran&family=Cairo+Play:wght@200..1000&family=Reem+Kufi+Fun:wght@400..700&display=swap')
;
body{
    /* font-family: "Cairo Play", sans-serif; */
    font-family:  "Tajawal", sans-serif;

    font-weight: 400;
    font-style: normal;
}
.arab #header .logo img {
    padding: 0;
    margin-left: 230px;
    max-height: 100px;
}

.arab #header.header-scrolled {
    top: 0 !important;
    background: #fff;
}

.arab .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 10px 70px;
    font-size: 18px;
    font-weight: 700;
    color: black;
    white-space: nowrap;
    transition: 0.3s;
}


.arab .section-title h2 {
    font-family: "Amiri Quran", serif;
    font-weight: 400;
    font-style: normal;
    margin: 15px 0 0 0;
    font-size: 40px;
    font-weight: 700;
    color: #5f5950;
}

.arab .why-us .box p {
    color: #aaaaaa;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.arab .why-us .box:hover p{
    color: black;

}

.arab .tab-content p{
    font-size: 20px;
    margin-top: 20px;
}

.arab .tab-pane li{
    font-size: 20px;
    list-style-type: disclosure-closed;
    margin-top: 20px;
}

.arab .about .image-container img:first-child {
    top: 15px;
    left: 3px;
    width: auto;
    border-radius: 18%;
}

.arab .contact .info i {
    font-size: 20px;
    color: #c00303;
    float: right;
    width: 44px;
    height: 44px;
    background: #d6e2f1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-left: 15px;
}

.section-title h2 p {
    color: #ffb03b;
    font-size: 40px;
    font-weight: 700;
  }
  
#footer {
    background: #e9e5e5;
    padding: 0 0 30px 0;
    color: #000;
    font-size: 14px;
  }
  
  #footer .footer-top {
    background: #c3c4c3;
    padding: 60px 0 30px 0;
  }


  .banner-header {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner-caption {
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    background: #1f3751;
    padding: 20px;
    max-width: 900px;
    /* border-radius: 44px; */
    border-bottom-left-radius: 146px;
    /* border-end-end-radius: 175px; */
    border-start-end-radius: 110px;
    /* border-left: chocolate; */
    font-weight: 900;
    /* font-size: 22px; */
    text-align: center;
}
.banner-caption h2{
    font-weight: 900;
    /* line-height: 55px; */
    /* font-size: 40px; */

}



@media (max-width: 768px) {
    .banner-caption {
        position: absolute;
        top: 50%;
        left: 58%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        background: #1f3751;
        padding: 7px;
        max-width: 900px;
        /* border-radius: 44px; */
        border-bottom-left-radius: 50px;
        /* border-end-end-radius: 175px; */
        border-start-end-radius: 50px;
        /* border-left: chocolate; */
        font-weight: 900;
        /* font-size: 22px; */
        text-align: center;
        padding: 0px;
    }
    .banner-caption h2 {
        font-weight: 900;
        line-height: 16px;
        font-size: 12px;
        padding: 0px;
        margin-top: -10px;
    margin-bottom: -10px;
    }
  }