@font-face {
    font-family: "graphik-arabic-regular";
    src: url("/assets/fonts/graphik-arabic/GraphikArabic-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "graphik-arabic-medium";
    src: url("/assets/fonts/graphik-arabic/GraphikArabic-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "graphik-arabic-semibold";
    src: url("/assets/fonts/graphik-arabic/GraphikArabic-Semibold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "graphik-arabic-bold";
    src: url("/assets/fonts/graphik-arabic/GraphikArabic-Bold.ttf");
    font-weight: 700;
}

* {
    margin: 0px;
    padding: 0px;
    /* color: #131920; */
}

body {
    background-color: #fff;
    font-family: "graphik-arabic-regular";
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "graphik-arabic-medium";
}

.lead-1 {
    line-height: 1.1;
}


/* Tight, minimal spacing */

.lead-2 {
    line-height: 1.2;
}


/* Compact but readable */

.lead-3 {
    line-height: 1.3;
}


/* Balanced (default for many browsers) */

.lead-4 {
    line-height: 1.4;
}


/* Comfortable spacing */

.lead-5 {
    line-height: 1.5;
}


/* Loose, airy */

.lead-6 {
    line-height: 1.6;
}


/* Very spacious (great for accessibility) */

.font-semibold {
    font-family: "graphik-arabic-semibold";
}

.font-bold {
    font-family: "graphik-arabic-bold";
}

.row-gap-3 {
    row-gap: 12px;
}

.row-gap-5 {
    row-gap: 3.5rem;
}

.row-gap-7 {
    row-gap: 7rem;
}

.text-base {
    font-size: 14px;
}

.text-medium {
    font-size: 15px;
}

.text-large {
    font-size: 18px;
}

.text-extra {
    font-size: 20px;
}

.gold {
    color: #ffc247;
}

.btn {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-primary {
    color: #22a2c4 !important;
}

.btn-primary {
    background-color: #22a2c4 !important;
    box-shadow: none;
    transition: background-color 0.3s ease;
    color: #fff;
}

.btn-primary:hover {
    box-shadow: none !important;
    background-color: #30c0e8 !important;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

header .left-links .cart-btn {
    width: 48px;
    height: 48px;
}

header .navbar-nav a,
header .left-links a {
    font-weight: 600;
}

header .search-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
}

header .search {
    width: 400px;
}

header .float-box {
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    display: block !important;
    top: calc(100% + 35px);
    left: 0px;
    z-index: 10;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 3px #00a3c87b;
    backdrop-filter: blur(10px);
}

header .search .search-field {
    position: relative;
    display: flex;
    align-items: center;
}

header .search .search-field .search-input {
    width: 100%;
    height: 45px;
    border-radius: 50px;
    border: solid 1.3px #e4e5e7;
    outline: none;
    box-shadow: none;
    padding: 0px 20px;
    padding-inline-end: 40px;
    transition: box-shadow 0.4s ease;
    color: #00a5c8;
}

header .search .search-field .search-input:focus {
    box-shadow: 0 0 0px 2px #00a3c889;
}

header .search .search-field button {
    position: absolute;
    inset-inline-end: 0px;
    width: 45px;
    height: 45px;
    font-size: 18px;
    background-color: transparent;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* hero section */

.hero-section {
    position: relative;
    height: auto;
    padding: 4rem 0px;
    padding-bottom: 14rem;
    background-image: url("/site_assets/images/home/hero-bacground.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
}

.hero-section .hero-pattern {
    position: absolute;
    bottom: -100px;
}

.hero-section .hero-quote {
    background: linear-gradient(3.42deg, #005827 -45.11%, #00a5c8 72.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 17px;
    font-weight: 600;
}

.hero-quote::after,
.hero-quote::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    margin-inline: 5px;
    width: 7.89px;
    height: 7.89px;
    background: linear-gradient(3.42deg, #005827 -45.11%, #00a5c8 72.4%);
}

.hero-section .title {
    font-size: clamp(50px, 5vw, 60px);
    font-weight: 700;
    text-shadow: 1px 2px 3px #0eaed179;
    color: #131920;
}

.hero-section .rich-text {
    color: #57616a;
    font-size: 18px;
    font-family: "graphik-arabic-regular";
}

.banner-container {
    position: relative;
    width: 100%;
    max-width: 701px;
    min-width: 250px;
    display: flex;
    justify-content: center;
    margin-left: -60px;
}

.banner-container .image {
    width: 100%;
    aspect-ratio: 701/564;
    clip-path: url(#mask_122);
    position: relative;
    /* background-color: red; */
    display: flex;
    align-items: end;
    z-index: 1;
}

.banner-container .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    right: 0px;
}


/* Hide the SVG used for clipPath definition */

.banner-container .image svg#ddd {
    position: absolute;
    width: 0;
    height: 0;
}

.banner-container .overlay {
    display: block;
    background-color: #ddd;
    position: absolute;
    width: calc(calc(701 / 563) * 100%);
    aspect-ratio: 1/1;
    border-radius: 50%;
    bottom: 0px;
    right: 0px;
}

.banner-container .back {
    position: absolute;
    max-width: calc(calc(578 / 701) * 100%);
    width: 100%;
    bottom: 0px;
    right: 7.2%;
}

.banner-container .back img {
    width: 100%;
}

.banner-container .badges {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 500px;
    top: 0px;
}

.banner-container .badges .badge:not(.icon) {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.48);
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    border-radius: 100px;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
}

.banner-container .badges .badge:nth-child(1) {
    top: 25%;
    right: -20%;
}

.banner-container .badges .badge:nth-child(2) {
    top: 60%;
    right: 0%;
}

.banner-container .badges .badge:nth-child(3) {
    bottom: -10px;
    right: 50%;
    transform: translate(50%);
}

.banner-container .badges .badge:nth-child(4) {
    top: 40%;
    left: 0%;
}

.banner-container .badges .badge.icon {
    position: absolute;
    top: 0%;
    left: 30%;
    background: transparent !important;
}


/* trainers section */

.trainers-section {
    position: relative;
}

.trainers-section .trainers-content .title {
    font-size: clamp(30px, 3vw, 40px);
}

.trainer-card {
    position: relative;
    border-radius: 12px;
    display: flex;
    justify-content: center;
}

.trainer-card::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    aspect-ratio: 1/1;
    bottom: 0px;
    border-radius: 12px;
}

.trainer-card img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}


/*  */

.trainer-card.card_1 {
    max-width: 200px;
}

.trainer-card.card_1::before {
    background-color: #e5f0f8;
    box-shadow: 0px 12px 32px -6px rgba(27, 30, 34, 0.12);
    filter: drop-shadow(0px 1px 3px rgba(27, 30, 34, 0.06)) drop-shadow(0px 0px 1px rgba(27, 30, 34, 0.06));
}

.trainer-card.card_1 .teacher-name {
    background-color: #e5f0f8;
    right: -20%;
    top: -30px;
    white-space: nowrap;
    border-radius: 12px;
    color: #073553;
}

.trainer-card.card_1 .teacher-name svg {
    position: absolute;
    right: calc(100% - 5px);
    top: calc(100% - 10px);
}

.trainer-card.card_1 .teacher-rate {
    top: 30%;
    right: -40%;
}


/*  */

.trainer-card.card_2 {
    max-width: 180px;
    margin-bottom: 4rem;
}

.trainer-card.card_2::before {
    background-color: rgb(50, 165, 152, 18%);
    aspect-ratio: 1/0.9;
}

.trainer-card.card_2 .teacher-experience {
    background-color: #32a598;
    right: -52%;
    top: 10%;
}

.trainer-card.card_2 .teacher-name {
    background-color: #daefec;
    right: calc(100% - 15px);
    top: -8px;
    white-space: nowrap;
    border-radius: 12px;
    color: #073553;
}

.trainer-card.card_2 .teacher-name svg {
    position: absolute;
    left: calc(100% - 5px);
    top: calc(100% - 5px);
}

.trainer-card.card_2 .teacher-experience .number {
    font-size: 20px;
    font-weight: 700;
}


/*  */

.trainer-card.card_3::before {
    max-width: 240px;
    background-color: #163451;
}

.trainer-card.card_3::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 30px;
    background-image: url("/site_assets/images/home/hero-pattern.png");
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.trainer-card.card_3 .teacher-name {
    background-color: #163451;
    left: calc(100% - 40px);
    top: calc(100% + 30px);
    white-space: nowrap;
    border-radius: 12px;
    color: #fff;
}

.trainer-card.card_3 .teacher-name svg {
    position: absolute;
    right: calc(100% - 10px);
    bottom: calc(100% - 5px);
}

.trainer-card.card_3 .featured-badge {
    top: -50px;
    left: 15px;
}


/* services-section */

.services-section {
    position: relative;
    background-image: url("/site_assets/images/home/service_back.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.services-section .service-card {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.services-section .service-card .title {
    font-size: clamp(24px, 3vw, 28px);
    font-weight: 700;
    max-width: 250px;
    margin-bottom: 14px;
    line-height: 1.4;
}

.services-section .service-card .badge {
    background: rgba(50, 165, 152, 0.1);
    border-radius: 80px;
    color: #32a598;
    font-size: 14px;
}

.services-section .service-card.mid {
    height: 215px;
}

.services-section .service-card .photo .card .title {
    font-weight: 700;
}

.services-section .service-card .photo .card-body {
    background-image: url("/site_assets/images/home/service_back.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-radius: 7px 7px 0px 0px;
}

.services-section .service-card .photo .card-body img {
    margin-top: -30px;
    width: 100%;
    max-width: 200px;
}

.services-section .service-card .photo img {
    width: 100%;
    max-width: 100%;
}

.services-section .service-card .photo .card-footer .skeleton {
    background-color: #ebf6f5;
    height: 20px;
}

.services-section .service-card .photo .card-footer span.skeleton {
    display: block;
    width: 100%;
    max-width: 60px;
}


/* programs section */

.programs-section {
    position: relative;
}

.programs-section .card {
    box-sizing: border-box;
    background: linear-gradient( 150.91deg, rgba(80, 178, 167, 0.06) 1.9%, rgba(50, 165, 152, 0.06) 1.91%, rgba(255, 255, 255, 0.06) 98.7%);
    border: 1px solid rgba(50, 165, 152, 0.18);
    border-radius: 16px;
    box-shadow: none;
}

.programs-section .card .card-body {
    padding: 10px 0px !important;
}

.programs-section .card .card-body .price {
    font-size: 20px;
}

.programs-section .card .duration .badge {
    font-size: 14px;
}

.programs-section .card .card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

.programs-section .card .duration .badge:nth-child(1) {
    background-color: rgb(34, 162, 196, 10%);
    color: #22a2c4;
}

.programs-section .card .duration .badge:nth-child(2) {
    background-color: rgb(7, 53, 83, 8%);
    color: #073553;
}

.programs-section .nav-tabs {
    max-width: 600px;
}

.programs-section .nav-tabs .bar {
    background-color: #eef8fb;
    padding: 3px 4px;
}

.programs-section .nav-tabs .bar:nth-child(1) {
    border-start-start-radius: 100px;
    border-end-start-radius: 100px;
}

.programs-section .nav-tabs .bar:nth-child(2) {
    border-start-end-radius: 100px;
    border-end-end-radius: 100px;
}

.programs-section .nav-tabs .nav-link {
    white-space: nowrap;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    font-weight: 700;
}

.programs-section .nav-tabs .nav-link.active {
    background-color: #073553;
    color: #fff;
}


/* testmonial-section */

.testmonial-section {
    position: relative;
    background-image: url("/site_assets/images/home/testmonial-back.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testmonial-section .testmonial-card {
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid rgba(7, 53, 83, 0.16);
    border-radius: 16px;
}

.testmonial-section .testmonial-card .rate,
.testmonial-section .testmonial-card .review {
    font-size: 18px;
}

.testmonial-section .testmonial-card .avatar {
    width: 48px;
    height: 48px;
    background-color: rgb(123, 172, 223, 24%);
    overflow: hidden;
}

.testmonial-section .testmonial-card .avatar img {
    width: 100%;
}

.testmonial-section .testmonial-card .name {
    font-size: 15px;
    font-weight: 700;
}


/* features card */

.features-section .features-card {
    background: linear-gradient(180deg, #c8f3ff 0%, #ffffff 100%);
    border-radius: 24px;
}

.features-section .features-card .quote {
    font-size: clamp(22px, 3vw, 28px);
    color: #073553;
}

.features-section .features-card .number {
    font-family: "graphik-arabic-bold";
    font-size: clamp(45px, 3vw, 60px);
    color: #073553;
}

.features-section .features-card .number-title {
    font-size: clamp(16px, 3vw, 20px);
    color: #073553;
    font-weight: bolder;
}

.features-section .features-card .feature-list {
    font-size: clamp(16px, 2vw, 18px);
}

.features-section .features-card .feature-list li::before {
    content: url("/site_assets/images/home/list-icon.svg");
    display: inline-block;
    margin-bottom: -5px;
}

.features-section .features-card .content {
    position: relative;
    z-index: 1;
}

.features-section .features-card .photo {
    display: block;
    position: relative;
    margin-top: -100px;
    margin-left: -40px;
    float: left;
    z-index: 0;
}

.features-section .features-card .photo img {
    filter: drop-shadow(1px 50px 20px #ddd);
}


/* partners section */

.partners-section .partners-slider .swiper-slide {
    padding-bottom: 80px;
    /* margin: 0px !important;
    padding-inline: 20px;
    box-sizing: content-box; */
}

.partners-section .partners-slider .swiper-slide img {
    height: 76px;
    object-fit: contain;
    -webkit-box-reflect: below 5px linear-gradient(transparent, transparent, #0003);
}


/* faq section */

.faq-section {
    position: relative;
    background-color: #f3f8fc;
}

.faq-section .accordion-button {
    border-radius: 24px !important;
    height: 72px;
    color: #073553;
    display: flex;
    justify-content: space-between;
    border: none !important;
    box-shadow: none !important;
    text-align: start;
}

.faq-section .accordion-button::after {
    content: "\f063" !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin: 0px;
    background-image: none !important;
    width: auto;
    height: auto;
    margin-right: 0.5rem;
    font-size: 1rem;
}

.faq-section .accordion-button:not(.collapsed)::after {
    content: "\f062" !important;
}

.faq-section .contact-section {
    bottom: 100px;
}

.faq-section .contact-section a {
    width: 48px;
    height: 48px;
}


/* footer */

footer {
    background-color: #073553;
}

footer .nav {
    max-width: 400px;
    margin: 0 auto;
    list-style: none;
}

footer .social-links {
    list-style: none;
}

footer .social-links .link {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 44px;
}

footer .social-links .link:hover {
    box-shadow: 0 3px 5px rgba(255, 255, 255, 0.1);
}


/* screens */

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

@media (min-width: 991px) {
    .position-lg-absolute {
        position: absolute;
    }
}

@media (max-width: 1250px) and (min-width: 991px) {
    .banner-container {
        margin-left: auto;
    }
}

@media (max-width: 767.1px) {
    .banner-container .badges .badge:nth-child(1) {
        right: 0%;
    }
    .banner-container {
        margin-left: auto;
    }
    header .search {
        width: 100%;
        max-width: 400%;
    }
    .programs-section .nav-tabs .bar:nth-child(1) {
        border-radius: 100px;
    }
    .programs-section .nav-tabs .bar:nth-child(2) {
        border-radius: 100px;
    }
    .hero-section .banner-container {
        bottom: -80px;
    }
}

@media (max-width: 576px) {
    .hero-section .hero-quote {
        background: linear-gradient(3.42deg, #0d0d0d -45.11%, #1a1a1a 72.4%);
        background-clip: text;
        padding-bottom: 1rem;
        padding-inline: 20px;
    }
    .hero-quote::after,
    .hero-quote::before {
        background: linear-gradient(3.42deg, #0d0d0d -45.11%, #1a1a1a 72.4%);
    }
    .hero-section {
        padding-top: rem;
    }
    header .logo img {
        height: 50px;
    }
    .hero-quote {
        text-align: center;
    }
    .trainer-card.card_2 .teacher-name {
        right: auto;
        left: -20%;
        top: -30px;
    }
    .trainer-card.card_1 .teacher-rate {
        right: 0px;
        top: calc(100% + 10px);
    }
    .trainer-card.card_1 .teacher-name {
        right: -20%;
        top: -30px;
    }
    .hero-section .badges .badge.icon {
        top: -10%;
        left: 25%;
    }
    .hero-section .badges .badge {
        font-size: 12px !important;
        padding: 7px 10px !important;
    }
    .hero-section .title,
    .hero-section .rich-text {
        text-align: center;
    }
    .banner-container .badges .badge:nth-child(2) {
        top: 60%;
        right: 8%;
    }
}

@media (max-width: 420px) {
    .banner-container .badges .badge:nth-child(1) {
        top: 40%;
    }
    .banner-container .badges .badge:nth-child(4) {
        top: 65%;
        right: 8%;
        left: auto;
    }
    .banner-container .badges .badge:nth-child(2) {
        top: 25%;
        left: 10%;
        right: auto;
    }
    .trainer-card.card_2 .teacher-experience {
        font-size: 12px !important;
        padding-inline: 10px !important;
    }
}