html {
    scroll-behavior: smooth;
}

body {
    font-family: "Regular";
    word-break: break-word;
    overflow-x: hidden;
    color: #000000E5;
    background-color: #F3F1F7;
    direction: rtl;
}

* {
    transition: all .5s ease-in-out;
}

a:hover,
a {
    color: #000000E5;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #F4F8FF;
}

::-webkit-scrollbar-thumb {
    background: #40147F;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #000000;
}

* {
    transition: all .5s ease-in-out;
}

a {
    text-decoration: none;
}


@font-face {
    font-family: 'Bold';
    src: url(../fonts/Almarai-Bold.ttf);
}

@font-face {
    font-family: 'Regular';
    src: url(../fonts/Almarai-Regular.ttf);
}

@font-face {
    font-family: 'ExtraBold';
    src: url(../fonts/Almarai-ExtraBold.ttf);
}

@font-face {
    font-family: 'Light';
    src: url(../fonts/Almarai-Light.ttf);
}

.Bold {
    font-family: 'Bold';
}

.f-14 {
    font-size: 14px;
}

.f-18 {
    font-size: 18px;
}

/* ============================== */

.default-bg {
    background-color: #40147F;
}

.default-color {
    color: #40147F;
}

/* ============================== */
.br-10 {
    border-radius: 10px;
}

.shadow {
    box-shadow: 0 0 12px 0 #0000001A;
}

footer {
    background-color: #40147F;
}

footer .footer-menu li {
    list-style-type: none;
    display: inline-block;
    text-align: center;

}

footer .footer-menu li a {
    color: #fff;
    font-size: 14px;
}

.footer-menu {
    gap: 50px;
    display: flex;
    justify-content: center;
    margin-block: 70px;
    flex-wrap: wrap;
}

#googleMap {
    width: 100%;
    height: 555px;
}

.title:before {
    content: "";
    position: absolute;
    top: 0;
    margin-inline: auto;
    height: 4px;
    width: 146px;
    background-color: #F42776;
    right: 0;
    left: 0;
}

.title {
    font-size: 32px;

}

.icon {
    background-color: #F42776;
    display: inline-block;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
}

.contact-info {
    margin-bottom: -106px;
    z-index: 9999;
    position: relative;
}

.ltr {
    direction: ltr;
}

.nav-link {
    color: #000000B2;
    border-bottom: 2px solid transparent;
    display: inline-block;
}

.nav-link:hover,
.nav-item.active .nav-link {
    color: #40147F;
    font-family: "Bold";
    border-bottom: 2px solid #40147F;
    font-weight: 700;
}

header {
    background-color: #FFFFFF33;
    border-bottom: 1px solid #0000001A;
    position: sticky;
    top: 0;
    z-index: 999999;
    background: #f3f1f7;
}

.default-btn,
.default-btn:hover {
    background-color: #40147F;
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
}

.red-btn {
    background-color: #F42776;
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
    padding: 13px 20px;
}

.hero h1 {
    font-size: 45px;
    background-image: url(../images/lines.svg);
    background-repeat: no-repeat;
}

.hero h1 strong:before {
    content: "";
    background-color: #f42977;
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 9px;
    z-index: -1;
}

.hero p {
    color: #000000CC;
}

#about .sample {
    position: absolute;
    top: 7.5%;
    height: 100%;
    overflow: hidden;
    width: 65.7%;
    margin: auto !important;
    text-align: center;
    right: 0;
    left: 0;
}

.why-choose {
    background-color: #40147F;
    border-radius: 22px;
    box-shadow:
        0px 8px 8px -4px rgba(17, 24, 39, 0.04),
        0px 20px 24px -4px rgba(17, 24, 39, 0.10);
}

ol li::marker {
    color: #F42776 !important;
}

#blogs,
#why-choose {
    background-image: url(../images/curve2.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

#about {
    background-image: url(../images/curve.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

#blogs .blog,
#all-blogs .blog {
    border-radius: 20px;
    box-shadow: 0 0 10px 0 #0000001A;
    overflow: hidden;
    background-color: #fff;
}

#blogs .blog img,
.project img,
#all-blogs .blog img {
    height: 222px;
    width: 100%;
    object-fit: cover;
}

.project img {
    border-radius: 10px;
}

#blogs .blog .date,
#all-blogs .blog .date {
    color: #2A007C;
    font-size: 12px;
}

#blogs .blog h3,
#all-blogs .blog h3 {
    color: #000000E5;
    font-size: 20px;
}

#blogs .blog p,
#all-blogs .blog p {
    color: #00000099;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#blogs .blog .more,
#all-blogs .blog .more {
    color: #2A007C;
}

#blogs .blog .more i,
#all-blogs .blog .more i {
    color: #10ECB4;
}

.btn-more {
    background-color: #40147F0D;
    border: 1px solid #40147F33;
    border-radius: 9px;
    color: #40147F;
    padding: 10px 40px;
}

.project {
    background-color: #F7F7F7B2;
    border-radius: 20px;
}

.project p {
    color: #374151;
    font-size: 12px;
}

.service-card {
    background-color: #fff;
    box-shadow: 0 4px 12px 0 #0D0A2C0F;
    border-radius: 10px;
    padding-top: 60px;
    height: 100%;
}

.service-card .icon {
    background-color: #40147F;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin-top: -106px;
    z-index: 9999;
    position: relative;
    box-shadow: 0px 0 0px 15px #f3f1f7;
}

.service-card p {
    color: #00000099;
    font-size: 14px;
}

.pageHeader {
    background-image: url(../img/pageHeader.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 250px;
    background-color: #40147F;
    text-align: center;
    color: #fff;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item.active {
    color: #c2c2c2;
}

.bordered_card {
    border-radius: 10px;
    border: 1px solid rgba(11, 52, 78, 0.10);
    background: #FFF;
    overflow: hidden;
}

#contact-block {
    background-image: url(../images/curve.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}



.contact-form input,
.contact-form textarea {
    border: none;
    padding-inline: 15px;
    text-align: start;
    text-align-last: right;
    box-shadow: 0 0 5px 0 rgb(18 25 33 / 3%);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(22px);
    height: 50px;
    width: 100%;
    border: 1px solid #eee;
}

:focus-visible {
    outline: none !important;
}

.about-icon {
    border-radius: 50%;
    background: rgba(11, 52, 78, 0.05);
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 20px;
}

.sm-about-icon {
    border-radius: 50%;
    background: rgba(11, 52, 78, 0.05);
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 20px;
}

.blog-details img.post-img {
    height: 470px;
}

.blog-details .number {
    font-size: 50px;
    margin-bottom: 10px;
    color: #6987ab;
    font-weight: 700;
    font-family: 'ExtraBold';
}

.blog-details .month {
    margin-bottom: 7px;
    color: #273f5b;
    font-family: 'Bold';
}

.blog-details .day {
    font-weight: 400;
    color: #7b9abf;
    font-family: 'Bold';

}

.post-thumb {
    margin-left: 20px;
    margin-right: 0;
}

.post-thumb img {
    border-radius: 10px 10px 0 0;
    display: block;
    width: 80px;
    border-radius: 50%;
    height: 80px;
    object-fit: cover;
}

.latest-news-list {
    list-style-type: none;
}

.post__date {
    color: #a4a3a3;
}

.latest-news-list li {
    border-bottom: 1px solid #fbf4f4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-date {
    width: max-content;
    min-width: max-content;
}

/* =========================== media ======================== */
@media screen and (min-width:991px) {
    .w-lg-40 {
        width: 40%;
    }
}

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

    .blog-details .month,
    .blog-details .day {
        font-size: 13px;
    }

    .blog-details .number {
        font-size: 25px;
    }

    .blog-title {
        font-size: 20px;
    }
.blog-details img.post-img {
    height: 222px;
}
    .copyRight,
    .copyRight .text-end {
        text-align: center !important;
    }

    .copyRight .text-end {
        order: -1;
    }

    .hero h1 {
        font-size: 30px;
    }

    .hero h1 strong:before {
        content: "";
        background-color: #f42977;
        height: 20px;
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: -1;
    }

    #about,
    #contact-block {
        background-image: url(../images/curve.png);
        background-repeat: no-repeat;
        background-size: 100% 70%;
        background-position: center;
    }

}