@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;
}

.aimeos.catalog-detail {
    display: none;
}

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

main {
    min-width: 100%;
}

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

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

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

.text-right {
    text-align: right;
}
.quantity {
    display: none;
}
.price-item.default {
    font-size: 2.55rem;
    color: #1124A9;
    font-weight: 600;
}
.main_container_detail {
    background: url('assets/sale_page/tourism.png?v=2') no-repeat center center;
    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: -12px;
}

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

.course-first-video {
    height: 350px;
    border-radius: 10px;
    text-align: left;
}

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

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

#course-meta-info p {
    text-align: right;
    font-family: 'IBMPlexSansArabicLight', sans-serif;
    font-size: 22px;
    padding-inline: 76px;
}

.course-title {
    font-size: 4.9rem;
    color: white;
    margin-bottom: 2.75rem;
    text-align: center;
}

.text-color-white a {
    color: #0c2186;
}

.join-our-training-btn {
    border: 1px solid #00A6FF;
    background: white;
    color: white;
    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;
}

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

}

.separator {
    height: 100%;
    overflow: hidden;
}

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

.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 {
    width: 100%;
    max-width: 80%;
    margin: auto;
    height: 1100px;
    background-image: url('assets/sale_page/MArtboard 72@300x-8.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    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: 59%;
    padding: 1rem;
    /* text-align: justify; */
    /* margin: auto; */
    z-index: 1;
}

.course-cta-text .course-cta-text-container p {
    border: 3px dashed;
    width: 100%;
    border-radius: 1.75rem;
    font-size: 2rem;
    font-family: 'IBMPlexSansArabicLight', sans-serif;
    color: white;
    padding: 2rem;
    margin: auto;
    background: linear-gradient(200deg, #a2afd9, #203ea5);
    height: auto;
    opacity: .9;
}

.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;
    height: 800px;
    width: 1000px;
    position: absolute;
    top: 0;
    left: 100px;
}

.american-flag {
    width: 100%;
}

.arrow-goal {
    width: 100%;
}

.join-training-btn {
    width: 400px;
    position: absolute;
}

.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';
    font-size: 20px;
}

.students-reviews {
    max-width: 80%;
    margin: auto;
    background: url('assets/sale_page/MArtboard 71@300x-8.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;
}

.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: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.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/another-cta-bg.png?v=2');
    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: -7px;
    }

    /* .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;
    }

    .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;
    }

    .why-choose-bahmed-card .card-body {
        font-size: 14px;
    }
}

@media (max-width: 525px) {
    .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;
    }

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

    .why-choose-bahmed-card .card-body {
        font-size: 14px;
    }

}

@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;
    }
}

.main_container_detail {
    background: url('assets/sale_page/tourism.png?v=2') no-repeat center center;
    max-width: 100%;
    margin: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 2rem;
    margin-top: -28px;
}

.main_container_detail .row {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* Allow wrapping for smaller screens */
}

.course-first-video {
    height: auto;
    /* Allow iframe to adjust naturally */
    width: 100%;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 2rem;
    /* Add spacing between sections on smaller screens */
}

.course-first-video iframe {
    height: auto;
    /* Maintain aspect ratio */
    width: 100%;
    /* Full width */
    max-height: 350px;
    /* Limit height for larger screens */
    border-radius: 10px;
}

#course-meta-info {
    padding: 1rem;
    text-align: center;
    width: 100%;
    /* Full width for smaller screens */
}

#course-meta-info p {
    text-align: center;
    /* Center text for smaller screens */
    font-family: 'IBMPlexSansArabicLight', sans-serif;
    font-size: 1rem;
    /* Adjust font size */
    padding-inline: 1rem;
    /* Reduce padding for smaller screens */
}

.course-title {
    font-size: 3rem;
    /* Adjust title size for smaller screens */
    color: white;
    margin-bottom: 2rem;
    text-align: center;
}

.text-color-white a {
    color: #0c2186;
}

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

/* Media Queries */
@media (min-width: 768px) {
    .main_container_detail {
        flex-direction: row;
        height: 83vh;
    }

    .course-first-video {
        height: 350px;
        width: 50%;
        margin-bottom: 0;
        margin-top: 100px;
    }

    .course-first-video iframe {
        height: 100%;
        width: 90%;
    }

    #course-meta-info {
        padding: 1rem 4rem;
        width: 50%;
        /* Half width on larger screens */
        text-align: center;
        /* Align text to the left */
    }

    #course-meta-info p {
        text-align: right;
        /* Restore alignment */
        font-size: 1.5rem;
        padding-inline: 1rem;
    }

    .course-title {
        font-size: 3.9rem;
        padding-top: 100px;
    }

    .join-our-training-btn {
        font-size: 1.5rem;
        padding: 1rem 2rem;
    }

    .arrow-goal {
        margin-left: -150px;
        width: 100%;
    }

    .join-training-btn {
        margin: 90px;
        margin-top: 90px;
        margin-top: 0px;
    }

    .course-cta-text-container {
        width: 79%;
        padding: 1rem;
        text-align: justify;
        margin: auto;
        z-index: 1;
        margin-right: -100px;
    }

    .course-cta-button .arrow-goal {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .main_container_detail {
        padding: 1rem;
        max-width: 100%;
    }

    .course-first-video {
        margin-top: 20px;
    }

    #course-meta-info p {
        font-size: 1rem;
    }

    .course-title {
        font-size: 2.5rem;
        /* Smaller title */
    }

    .join-our-training-btn {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }

    .course-cta {
        width: 100%;
        max-width: 100%;
    }

    .course-cta {
        width: 100%;
        max-width: 100%;
        height: 718px;
    }

    .students-reviews {
        max-width: 100%;
    }

    .why-choose-bahmed-card .card-body {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .course-cta-text-container {
        width: 100%;
        bottom: 43px;
        position: absolute;
        left: 0;
    }

    .course-cta-button .arrow-goal {
        width: 40%;
        position: absolute;
        top: 7%;
        left: -9%;
    }

    .join-training-btn {
        width: 225px;
        position: absolute;
        top: 48%;
        left: 0;
    }

    .why-choose-bahmed-card .card-body {
        font-size: 14px;
    }
}

.header_join_our_train {
    width: 80px;
}

.header_button_image {
    width: 70%;
    margin: 50px;
    float: right;
}

.card-body ul li {
    display: list-item;
    list-style-type: "x";
    padding-inline-start: 1ch;
    margin-right: -20px;
}


.join-our-training-btn {
    border: #fff;
    background: #fff;
    color: #0c2186;
    padding: 1rem 2rem;
    border-radius: 9px;
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    margin-top: 0;
}


.course-cta-button .join-our-training-btn {
    margin-right: 609px;
    width: 402px;
}

.another-join-the-training-btn-container button {
    background: linear-gradient(to bottom, #0032EC, #0020B2);
    color: #ffffff;
    margin-bottom: 35px;
}

