@font-face {
    font-family: 'IBMPlexSansArabicBold';
    src: url('/fonts/IBMPlexSansArabic-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBMPlexSansArabicExtraLight';
    src: url('/fonts/IBMPlexSansArabic-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBMPlexSansArabicLight';
    src: url('/fonts/IBMPlexSansArabic-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBMPlexSansArabicMedium';
    src: url('/fonts/IBMPlexSansArabic-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBMPlexSansArabicRegular';
    src: url('/fonts/IBMPlexSansArabic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBMPlexSansArabicSemiBold';
    src: url('/fonts/IBMPlexSansArabic-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBMPlexSansArabicThin';
    src: url('/fonts/IBMPlexSansArabic-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'IBMPlexSansArabicMedium', sans-serif;
}

main {
    min-width: 100%;
}
.quantity {
    display: none;
}
.price-item.default {
    font-size: 2.55rem;
    color: #1124A9;
    font-weight: 600;
}
.card-body ul li {
    list-style-type: none;
}

.text-color-white {
    color: white !important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.main_container_detail {
    background: url('assets/sale_page/business/b_bg.png?v=2') no-repeat center center;
    /* width: 100%; */
    max-width: 80%;
    margin: auto;
    height: 83vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    margin-top: -34px;
}

.main_container_detail .row {
    max-width: 100%;
    /* height: 500px; */
}

.course-first-video {
    /* border: 1px solid red; */
    height: 350px;
    border-radius: 10px;
    text-align: left;
}

.course-first-video video {
    width: 85%;
    border-radius: 15px;
}

#course-meta-info {
    /* border: 1px solid red; */
    padding: 1rem 4rem;
}

#course-meta-info p {
    text-align: justify;
    font-family: 'IBMPlexSansArabicLight', sans-serif;
}

.course-title {
    font-size: 2.9rem;
    color: white;
    margin-bottom: 2.75rem;
}

.text-color-white a {
    color: #0C2186;

}

.join-our-training-btn {
    /* border: 1px solid #00A6FF; */
    border: none;
    background: white;
    color: #0C2186;
    padding: 1rem 2rem;
    border-radius: 9px;
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    margin-top: 3rem;
    font-family: IBMPlexSansArabicLight, sans-serif !important;
}

.join-our-training-btn-blue {
    /* border: 1px solid #00A6FF; */
    border: none;
    background: #0C2186;
    color: white;
    padding: 1rem 2rem;
    border-radius: 9px;
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    margin-top: 3rem;
}

.course-detailed-description {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;

}

.separator {
    height: 200px;
    overflow: hidden;
}

.course-description-in-details {
    font-size: 1.2rem !important;
    padding: .5rem 3rem;
    color: #2F3132;
    font-family: 'IBMPLEXSANSARABICREGULAR';
}

.course-features {
    padding: 2rem;
    max-width: 70%;
    margin: auto;
    margin-top: 3rem;
    align-items: center;
}

.single-feature {
    display: flex;
    flex-direction: column;
    /* border: 1px solid red; */
    margin-bottom: 2.5rem;
    align-items: center;
    text-align: center;
}

.feature-icon {
    width: 50px;
}

.horizontal_separator {
    width: 100px;
    margin-top: .75rem;
    margin-bottom: .75rem;
}

.course-feature-stat {
    color: #646D6D;
    font-size: 3rem;
    font-weight: bold;
}

.course-feature-text {
    color: #666F6F;
}

.single-feature:last-child {
    position: relative;
}

.single-feature:last-child .feature-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.course-cta {
    /* border: 1px solid red; */
    /* width: 100%;  */
    max-width: 80%;
    margin: auto;
    height: 600px;
    background-image: url('assets/sale_page/blue_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    /* border: 1px solid red; */
    display: flex;
    position: relative;
}

.course-cta-container {
    /* border: 1px solid black; */
    display: flex;
    max-width: 80%;
    margin: auto;
}

.course-cta-text {
    /* border: 1px solid blue; */
    flex: 50%;
    display: flex;
}

.kinda-star {
    position: absolute;
    bottom: -50px;
    width: 100px;
    right: 50px;
}

.course-cta-text-container {
    background: #1124A9;
    width: 75%;
    padding: 1rem;
    text-align: justify;
    margin: auto;
}

.course-cta-text .course-cta-text-container p {
    border: 3px dashed #2752F2;
    width: 90%;
    border-radius: 1.75rem;
    font-size: 1.4rem;
    font-family: 'IBMPlexSansArabicLight', sans-serif;
    color: white;
    padding: 2rem;
    margin: auto;
    background: linear-gradient(to bottom, #1832C7, #1125A3);
}

.call-to-action-container {
    /* border: 1px solid red; */
    text-align: center;
}

.call-to-action-image {
    text-align: center;
    /* margin: auto; */
}

.course-cta-button {
    flex: 25%;
    /* border: 1px solid red; */
}

.yellow-flower {
    width: 100px;
    position: absolute;
    top: -50px;
    left: 50px;
}

.course-cta-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.handshake-icon {
    width: 80%;
}

.arrow-goal {
    width: 100%;
}

.join-training-btn {
    width: 250px;
}

.why-choose-bahmed {
    margin-top: 5rem;
}

.why-choose-bahmed-container {
    max-width: 80%;
    margin: auto;
}

.why-choose-bahmed-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-choose-bahmed-header h1 {
    color: #0030A8;
    font-family: 'IBMPlexSansArabicSemiBold', sans-serif;
}

.half-circle {
    width: 100px;
}

.triangle {
    width: 50px;
    position: absolute;
    bottom: -50px;
    right: -55px;
}

.why-choose-bahmed-cards {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.why-choose-bahmed-card {
    color: black;
    border: 1px solid #cacbcb;
    border-radius: 1rem;
    padding: 1rem;
    background: url('assets/sale_page/bg-gray.png') no-repeat center center;
    background-size: cover;
    /* background: #F9FBFB; */
    margin-top: 1rem;
}

.why-choose-bahmed-card .card-header h4 {
    color: black;
    font-weight: bold;
}

.why-choose-bahmed-card .card-body {
    font-family: 'IBMPlexSansArabicRegular';
}

.students-reviews {
    max-width: 80%;
    margin: auto;
    background: url('assets/sale_page/blue-waves-bg.png') no-repeat center center;
    /* clip-path: ellipse(60% 155% at 50% 155%); */
    border-top-left-radius: 25%;
    border-top-right-radius: 25%;
}

.students-reviews-container {
    max-width: 80%;
    margin: auto;
    padding: 3rem;
    text-align: center;
}

.students-reviews-container .student-reviews-header h1 {
    color: white;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3.5rem;
}

.single-student-review .student-review-header {
    display: flex;
}

.single-student-review .student-review-header .student-info {
    margin-right: .5rem;
}

.single-student-review .student-review-header .student-info h5 {
    color: white;
}

.single-student-review .student-review-header .student-info p.review-date {
    font-family: 'IBMPlexSansArabicExtraLight';
    font-size: .75rem;
}

.review-nb-stars {
    margin-top: .75rem;
    margin-bottom: 1rem;
}

.single-student-review {
    border: 1px solid #194EE9;
    border-radius: 1rem;
    padding: 1.75rem;
    background: linear-gradient(to bottom, #0C34EE, #0824B7);
    color: white;
    margin-right: .75rem;
}

.student-avatar {
    width: 60px !important;
    height: 60px !important;
}

.review-stars-image {
    width: 100px !important;
}

.single-student-review .student-review-body {
    font-family: 'IBMPlexSansArabicLight';
    font-size: .9rem;
}

.join-the-training-cta {
    margin-top: 2rem;
    text-align: center;
}

.join-the-training-btn-cta {
    width: 200px;
}

.another-cta {
    background: #f9fbfb;
    background: url('assets/sale_page/wave-bg.png?v=2') no-repeat center center;
    background-size: cover;
    padding: 3rem;
    /* border: 1px solid red; */
}

.another-cta-card {
    /* border: 1px solid blue; */
    padding: 0;
    /* border: 1px solid red; */
    max-width: 500px;
    margin: auto;
    border-radius: 2.25rem;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding-bottom: 3rem;
}

.another-cta-header {
    padding: 0;
    margin: 0;
    border-top-left-radius: 2.25rem;
    border-top-right-radius: 2.25rem;
    /* border: 1px solid coral; */
    background-image: url('assets/sale_page/business/colored_header.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}

.another-cta-body {
    padding: 1rem 3.5rem;
    background-color: white;
}

.another-cta-title {
    text-align: center;
    color: #0030A8;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.another-cta-description {
    text-align: justify;
    font-family: 'IBMPlexSansArabicRegular';
    line-height: 1.7;
    font-size: 1.15rem;
}

.another-cta-strong {
    text-align: center;
    font-size: 1.15rem;
}

.another-cta-separator {
    margin-top: 2rem;
    border-top: 1px dashed #9CA0A0;
    height: 25px;
    border-top-left-radius: 50%;
    /* Curves the top-left corner */
    border-top-right-radius: 50%;
    /* Curves the top-right corner */
}

.another-cta-pricing {
    text-align: center;
    color: #010101;
}

.original-price {
    color: #899393;
    font-size: 1.5rem;
    text-decoration: line-through;
}

.current-price {
    font-size: 2.75rem;
    color: #0030A8;
    font-weight: bold;
}

.another-join-the-training-btn-container {
    text-align: center;
    background-color: white;

}

.another-join-the-training-btn {
    border: 1px solid #00A6FF;
    background: linear-gradient(to bottom, #0032EC, #0020B2);
    color: white;
    padding: .75rem 1.65rem;
    border-radius: 9px;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    text-align: center;
    margin-bottom: 1.5rem;
    font-family: IBMPlexSansArabicLight, sans-serif !important;

}

.who-is-prof-bahmed-container {
    max-width: 80%;
    margin: auto;
    padding: 3rem;
}

.who-is-prof-bahmed-card {
    position: relative;
    /* border: 1px solid black; */
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.who-is-prof-bahmed-photo {
    width: 190px;
    border-radius: 2rem;
    border: 3px solid white;
    float: right;
    margin-right: 2rem;
    margin-top: 1.5rem;
    margin-left: 1rem;
}

.who-is-prof-bahmed-header {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background: linear-gradient(to right, #2645EE, #0D2288);
    height: 100px;
}

.who-is-prof-bahmed-header h1 {
    color: white;
    padding-top: 2rem;
}

.who-is-prof-bahmed-body {
    padding: 1rem 2.5rem 5.75rem 2rem;
    background: linear-gradient(to bottom, #F5F9FA, #D7F0F5);
    border-bottom-right-radius: 37%;
    border-bottom-left-radius: 37%;
    font-family: 'IBMPLEXSANSARABICREGULAR';
}

@media (max-width: 1024px) {
    body>.content {
        margin-top: 155px;
    }

    .course-first-video iframe {
        height: 321px;
    }

    .american-flag {
        width: 100%;
    }

    .course-description-in-details {
        font-size: 1rem !important;
    }

    .course-cta-container {
        flex-direction: column;
        padding-top: 1rem;
    }

    .course-cta-text .course-cta-text-container p {
        font-size: 1.1rem;
    }

    .course-cta-button .arrow-goal {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .main_container_detail {
        align-items: center;
        height: 700px;
        margin-top: -25px;
    }

    /* .main_container_detail .row.text-color-white {
    } */
    .course-first-video {
        text-align: center;
    }

    .course-title {
        font-size: 2.4rem;
    }

    .join-our-training-btn {
        padding: .5rem 1rem;
        border-radius: 5px;
        font-size: 1.25rem;
        margin-top: 2rem;
    }

    .col-1.col-md-1.separator.text-center {
        display: none;
    }

    .american-flag {
        width: 50%;
    }

    .course-description-in-details {
        font-size: 1.25rem !important;
        text-align: justify;
        margin-top: 1rem;
    }

    .course-features {
        margin-top: 1rem;
    }

    .course-feature-text {
        text-align: center;
    }

    .course-cta-text-container {
        width: 100%;
    }

    .course-cta-button .arrow-goal {
        width: 170px;
    }

    .another-cta-description {
        font-size: 1rem;
    }

    .join-training-btn {
        width: 225px;
    }

    .who-is-prof-bahmed-container {
        max-width: 100%;
    }

    .who-is-prof-bahmed-header h1 {
        padding-top: 2.5rem;
        font-size: 1.35rem;
    }

    .who-is-prof-bahmed-body {
        border-bottom-right-radius: 10%;
        border-bottom-left-radius: 10%;
        padding-bottom: 3rem;
    }
}

@media (max-width: 576px) {
    .course-first-video {
        /* margin-top: 5rem; */
    }

    .main_container_detail {
        height: 750px;
        margin-top: -26px;
    }

    .course-title {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .kinda-star {
        right: 0;
    }

    .join-our-training-btn {
        margin-top: 1rem;
    }

    .single-feature {
        align-items: center;
    }

    .course-cta-container {
        max-width: 95%;
    }

    .another-cta-body {
        padding: 1rem 1.5rem;
    }

    .current-price {
        font-size: 2rem;
    }

    .course-cta-text .course-cta-text-container p {
        font-size: 1rem;
    }

    .triangle {
        right: -30px;
    }
}

@media (max-width: 525px) {
    .course-cta-button .arrow-goal {
        width: 130px;
    }

    .student-avatar {
        width: 45px !important;
        height: 45px !important;
    }

    .student-info h5 {
        font-size: 1rem;
    }

    .single-student-review .student-review-header .student-info p.review-date {
        font-size: .60rem;
    }

    .another-join-the-training-btn {
        font-size: 1.25rem;
    }

    .who-is-prof-bahmed-header h1 {
        padding-top: 2.5rem;
        font-size: 1.15rem;
    }

    .who-is-prof-bahmed-photo {
        border-top-right-radius: 2rem;
        border: 2px solid white;
        float: right;
        margin-right: 0;
        margin-top: 0;
        margin-left: .5rem;
    }

    .main_container_detail {
        margin-top: -26px;
    }

    .who-is-prof-bahmed-body {
        padding: 1rem .5rem 4.75rem .5rem;
        text-align: justify;
    }

}

@media (max-width: 375px) {
    .who-is-prof-bahmed-photo {
        display: none;
    }

    .who-is-prof-bahmed-header {
        text-align: center;
    }

    .who-is-prof-bahmed-header h1 {
        font-size: 1.75rem;
    }
}
