html {
    scroll-behavior: smooth;
}

body {
    font-family: "Regular";
    word-break: break-word;
    overflow-x: hidden;
    color: #062823;
}

a:hover {
    color: #1FA081;
}

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

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

::-webkit-scrollbar-thumb {
    background: #1FA081;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #61366E;
}

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

a {
    text-decoration: none;
}

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

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

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

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

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

ul li {
    list-style-type: none;
}

.br-0 {
    border-radius: 0px !important;
}

.br-12 {
    border-radius: 12px !important;
}

.br-16 {
    border-radius: 16px !important;
}

.br-24 {
    border-radius: 24px !important;
}



.f-12 {
    font-size: 12px !important;
}

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

.f-16 {
    font-size: 16px !important;
}

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

.f-30 {
    font-size: 30px !important;
}

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


/* ======================== colors =========================== */
.default-color {
    color: #1FA081;
}

.second-color {
    color: #61366F;
}

p {
    color: #898989;
}

/* =========================================================== */
.default-btn,
.default-btn:hover,
.default-btn:focus {
    border-radius: 12px;
    background: #1FA081;
    font-size: 16px;
    padding: 12px 24px;
    border: 2px solid #1FA081;

}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.border-btn {
    border-radius: 12px;
    background: #fff;
    border: 2px solid #1FA081;
    font-size: 16px;
    padding: 12px 24px;
    color: #1FA081 !important;
}

.white-border-btn {
    border-radius: 12px;
    background: transparent;
    border: 2px solid #fff;
    font-size: 16px;
    padding: 12px 24px;
    color: #fff !important;
}

header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}



footer {
    background-color: #61366E;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.navbar-nav .nav-link {
    color: #062823;
    font-size: 16px;
    font-family: "Medium";
}

footer::before {
    content: "";
    width: 661px;
    height: 661px;
    border-radius: 50%;
    position: absolute;
    bottom: -50%;
    right: -20%;
    background-color: rgba(31, 160, 129, 0.5);
    filter: blur(100px);
}

footer::after {
    content: "";
    width: 661px;
    height: 661px;
    border-radius: 50%;
    position: absolute;
    top: -50%;
    left: -20%;
    background-color: rgba(31, 160, 129, 0.5);
    filter: blur(100px);
}

footer .logo {
    width: 175px;
}

footer .container {
    z-index: 998;
    position: relative;
}

footer .input-group input {
    border-radius: 12px !important;
    height: 44px !important;
    padding: 8px 16px;
    border: 1px solid #EEEEEEEE;
}

footer .input-group .btn {
    border-radius: 12px !important;
    height: 44px !important;
    padding: 8px 16px;
    color: #fff;
    background-color: #44C0B0;
}

.form-control:focus,
.btn:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

footer .socialLinks a {
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

footer .input-group input::placeholder {
    color: #AEAEAE !important;
}

header .dropdown-menu {
    background-color: #E9F6F2;
    border-radius: 16px;
    padding: 16px;
}

header .dropdown-menu li a {
    background-color: #EFEBF1;
    border-radius: 8px;
    color: #61366F;
    padding: 8px;
    font-size: 14px;
    font-family: "Medium";
    display: flex;
    align-items: center;
    gap: 4px;
}

header .dropdown-menu li a:hover {
    background-color: #1FA081;
    color: #fff;
}

header .dropdown-menu li a:hover img {
    filter: brightness(0)invert(1);
}

.breadcrumb .breadcrumb-item a {
    color: #062823;
    font-size: 18px;
    display: flex;
    gap: 8px;
}

.breadcrumb-item.active {
    color: #CEC1D2;
    font-size: 18px;
}

.contactInfoCard {
    background-color: #F6FCFA;
    border: 1px solid #E9F6F2;
    border-radius: 16px;
    padding: 16px;
    color: #1FA081;
}

.icon {
    background-color: #E9F6F2;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.min-w-20 {
    min-width: 20px;
}

.contactForm {
    background-color: #F6FCFA;
    border: 1px solid #E9F6F2;
    border-radius: 24px;
    padding: 32px;
}

.contactForm .form-label {
    color: #667680;
    font-family: Medium;
}

.contactForm .form-control {
    background-color: #E9F6F2;
    border-radius: 12px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);

    border: none;
    padding: 10px 16px;
}

.contactForm .form-control::placeholder {
    color: #BABFC2;
}

.teamMeamber {
    background-color: #E9F6F2;
    border-radius: 24px;
    border: 2px solid #E9F6F2;
    overflow: hidden;
}

.teamMeamber img {
    border-radius: 24px 24px 0 0;
    border-bottom: 1px solid #E9F6F2;
    height: 200px;
    min-height: 200px;
    object-fit: cover;
    min-width: 100%;
    background-color: #fff;
}

.country-card {
    background-color: #E9F6F2;
    border-radius: 16px;
    padding: 14px 6px;
}

.benefit-card,
.product-card {
    border: 2px solid #BEF6E5;
    padding: 28px 24px;
    border-radius: 24px;
    height: 100%;
}

.benefit-card:hover,
.product-card:hover {
    box-shadow: 0px 0px 10px 4px #eee;
}

.product-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
}

.watchVideo .overlay {
    background-color: #00000099;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-pills {
    background-color: #E9F6F2;
    border-radius: 18px;
    padding: 8px;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    /* scrollbar-width: thin; */
}

.nav-pills .nav-link {
    border-radius: 16px;
    background: #BEF6E5;
    color: #1FA081;
    font-size: 16px;
    height: 48px;
    font-family: Medium;
    width: 100%;
    min-width: max-content;
}

.nav-pills::-webkit-scrollbar {
    height: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1FA081;
    font-family: Bold;
}

.accordion-item {
    border: 1px solid #1FA081 !important;
    border-radius: 16px !important;
    overflow: hidden;
    margin-bottom: 15px;
}

.accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 16px;
    font-family: Medium;
    color: #062823 !important;
}

.accordion-body {
    padding-top: 0 !important;
}

.accordion-body p {
    margin-bottom: 0;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: none !important;
    content: "-";
    font-size: 30px;
    width: 29px;
    height: 30px;
    line-height: .8;
    text-align: center;
    color: #062823;
    font-weight: 100;
    font-family: auto;
}

.faq .accordion-button::after {
    background-image: none !important;
    content: "+";
    font-size: 30px;
    width: 29px;
    height: 30px;
    line-height: .8;
    text-align: center;
    color: #062823;
    font-weight: 100;
    font-family: auto;
}

#features .accordion-button:not(.collapsed)::after {
    filter: invert(1) brightness(0);
}

#partners .swiper-slide {
    width: 100px;
}

#watchVideo,
#statistics,
#features {
    background-color: #E9F6F2;
}

.victors img {
    height: 135px;
    border-radius: 16px;
    width: 100%;
    object-fit: cover;
}

.stat:nth-child(1) .statCard .icon {
    background-color: #EEF2FF;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.stat:nth-child(2) .statCard .icon {
    background-color: #ECFDF5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.stat:nth-child(3) .statCard .icon {
    background-color: #FFFBEB;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.stat:nth-child(4) .statCard .icon {
    background-color: #F0F9FF;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.stat .statCard h1 {
    font-size: 48px;
    font-family: Bold;
}

#mainSlider .mySwiper .swiper-slide {
    width: auto;
    cursor: pointer;
    margin-bottom: -4.5px;
}

#hero {
    background-image: url(../images/Hearo-section.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    /* max-height: 86vh; */
}

#hero .mySwiper2 .swiper-slide {
    opacity: 0 !important;
}

#hero .mySwiper2 .swiper-slide-active {
    opacity: 1 !important;
}

#hero .mySwiper2 .swiper-slide p {
    color: #E9F6F2;
}

#hero .mySwiper2 .swiper-slide h2 {
    color: #45C2B1;
}

#hero .mySwiper {
    position: absolute;
    bottom: 10px;
}

#hero .h-500 {
    height: 500px;
}

#hero .swiper-slide-thumb-active {
    color: #fff;
    border-bottom: 5.5px solid #1FA081;
}

#hero .mySwiper .swiper-wrapper {
    color: #fff;
    border-bottom: 4px solid #D9D9D9;
    gap: 20px;
}

#FeaturesAccordion .accordion-item {
    border: none !important;
    border-radius: 16px !important;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #BEF6E5;
}

#FeaturesAccordion .accordion-item .icon {
    border: 1px solid #CEDFDC;
    background-color: transparent;
    margin-inline-end: 15px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
}

.why-reasons .icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
    border-radius: 50%;
}

.rtl {
    direction: rtl;
}

#partners .swiper-slide {
    margin-block: auto;
}

#successModal .modal-content,
#successsubscribe .modal-content {
    border-radius: 20px;
    border: none;
    padding: 25px;
}

/* ============== media =============== */
@media (max-width:990px) {
    .why-reasons .rtl {
        direction: ltr;
    }

    .why-reasons .order {
        order: 1;
    }

    #hero {
        background-image: url(../images/Hearo-section.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;

        background-position: right;
    }

    #hero .mySwiper .swiper-wrapper {
        color: #fff;
        border-bottom: none;
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        transform: none !important;
    }

    .f-55 {
        font-size: 30px;
    }

    #hero {
        padding-top: 50px;
    }

    #hero .mySwiper {
        position: relative;
        padding-bottom: 33px;
    }

    #hero .h-500 {
        height: auto;
    }

    footer::after {
        content: "";
        width: 661px;
        height: 661px;
        border-radius: 50%;
        position: absolute;
        top: -30%;
        left: -90%;
        background-color: rgba(31, 160, 129, 0.5);
        filter: blur(100px);
    }

    footer::before {
        content: "";
        width: 661px;
        height: 661px;
        border-radius: 50%;
        position: absolute;
        bottom: -20%;
        right: -100%;
        background-color: rgba(31, 160, 129, 0.5);
        filter: blur(100px);
    }

    header .logo {
        width: 175px;
    }

    .teamMeamber img {
        min-height: 160px;
        height: 160px;
    }
}

@media (max-width:1286px) and (min-width:990px) {}

@media (min-width: 1200px) {}

@media (min-width: 991px) {

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
        margin-inline: auto;
    }

    #hero .first-img {
        position: absolute;
        top: 0;
        bottom: 0;
        height: auto;
        right: 0;
    }

    .w-lg-75 {
        width: 75%;
    }

    .w-lg-50 {
        width: 50%;
    }

    header .dropdown-menu {
        min-width: 600px;
    }
}

@media (max-width: 768px) {
    .text-sm-center {
        text-align: center;
    }
}