@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%;
}
.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/shiraz/pink_bg.png') 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: 4rem;
    border-bottom-right-radius: 4rem;
    margin-top: -12px;
}
.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: white;
} */
.join-our-training-btn {
    border: none;
    background: white;
    color: #BD1140;
    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: 200px;
    overflow: hidden;
}
.course-description-in-details {
    font-size: 1.4rem !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 .snowflake-icon {
    position: absolute;
    top: -50px;
    width: 50px;
    left: 0;
}
.course-cta {
    /* border: 1px solid red; */
    /* width: 100%;  */
    max-width: 80%;
    margin: auto;
    height: 650px;
    background-image: url('assets/sale_page/shiraz/pink_bg.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: #C70B27;
    width: 75%;
    padding: 1rem;
    text-align: justify;
    margin: auto;
}
.course-cta-text .course-cta-text-container .course-cta-text-heading {
    color: #fff;
    text-align: center;
}
.course-cta-text .course-cta-text-container p span {
    display: block;
    font-size: 1.75rem;
    font-family: 'IBMPlexSansArabicBold', sans-serif;
    text-align: center;
    margin-bottom: 1rem;
}
.course-cta-text .course-cta-text-container p {
    border: 3px dashed #EA144C;
    width: 90%;
    border-radius: 1.75rem;
    font-size: 1.3rem;
    font-family: 'IBMPlexSansArabicLight', sans-serif;
    color: white;
    padding: 2rem;
    margin: auto;
    background: linear-gradient(to bottom, #CC0D30, #AA0D25);
}

.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;
}
.american-flag {
    width: 55%;
}
.rocket-icon {
    width: 55%;
    margin-bottom: 1rem;
}
.join-training-btn {
    width: 250px;
}

.why-choose-chiraz {
    margin-top: 5rem;
}
.why-choose-chiraz-container {
    max-width: 80%;
    margin: auto;
}
.why-choose-chiraz-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.why-choose-chiraz-header h1 {
    color: #B90033;
    font-family: 'IBMPlexSansArabicSemiBold', sans-serif;
    font-size: 3rem;
}
.half-circle {
    width: 100px;
}
.triangle {
    width: 50px;
    position: absolute;
    bottom: -50px;
    right: -55px;
}
.why-choose-chiraz-cards {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}
.why-choose-chiraz-card {
    color: black;
    /* border: 1px solid #cacbcb; */
    border: none;
    border-radius: 1rem;
    padding: 1rem;
    /* background: url('assets/sale_page/bg-gray.png') no-repeat center center; */
    background: #fff;
    background-size: cover;
    /* background: #F9FBFB; */
    margin-top: 1rem;
}
.why-choose-chiraz-card .card-header h4 {
    color: black;
    font-weight: bold;
}
.why-choose-chiraz-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;
}
.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 #F82266;
    background: linear-gradient(to bottom, #F2225F, #C71233);
    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-chiraz-container {
    max-width: 80%;
    margin: auto;
    padding: 3rem;
}
.who-is-chiraz-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-chiraz-photo {
    margin-top: 0rem;
    width: 202px;
    float: right;
    margin-right: 2rem;
    margin-left: 1rem;
}
.who-is-chiraz-header {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background: linear-gradient(to left, #9B0416, #E80939);
    height: 100px;
}
.who-is-chiraz-header h1 {
    color: white;
    padding-top: 2rem;
}
.who-is-chiraz-body {
    padding: 1rem 2.5rem 5.75rem 2rem;
    background: white;
    border-bottom-right-radius: 37%;
    border-bottom-left-radius: 37%;
    font-family: 'IBMPLEXSANSARABICREGULAR';
    font-size: 1.15rem;
    color: black;
}
.join-training-price {
    border-top: 1px solid #C6CACA;
    padding-top: 2rem;
}

.bg-dark-pink {
    background: linear-gradient(to bottom, #F1225E, #C91335);
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-bottom: .5rem;
}

@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 .rocket-icon {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .main_container_detail {
        align-items: center;
        height: 700px;
        margin-top: -14px;
    }
    /* .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 .rocket-icon {
        width: 170px;
    }
    .another-cta-description {
        font-size: 1rem;
    }
    .join-training-btn {
        width: 225px;
    }
    .who-is-chiraz-container {
        max-width: 100%;
    }
    .who-is-chiraz-header h1 {
        padding-top: 2.5rem;
        font-size: 1.35rem;
    }
    .who-is-chiraz-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;
    }
}

@media (max-width: 525px) {
    .course-cta-button .rocket-icon {
        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;
    }
    .course-cta {
        height: 800px;
    }
    .who-is-chiraz-header h1 {
        padding-top: 2.5rem;
        font-size: 1.15rem;
    }
    .who-is-chiraz-photo {
        border-top-right-radius: 2rem;
        /* border: 2px solid white; */
        float: right;
        margin-right: 0;
        margin-top: 0.05rem;
        margin-left: .5rem;
    }

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

    .who-is-chiraz-body {
        padding: 1rem .5rem 4.75rem .5rem;
        text-align: justify;
        font-size: .99rem;
    }

}

@media (max-width: 375px) {
    .who-is-chiraz-photo {
        display: none;
    }
    .who-is-chiraz-header {
        text-align: center;
    }
    .who-is-chiraz-header h1 {
        font-size: 1.75rem;
    }
}
