@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;
}
#quote {
  position: absolute;
  max-width: 500px;
  top: 30px;
}
.price-item.default {
  font-size: 2.55rem;
  color: #1124a9;
  font-weight: 600;
}

.course-intro-mobile {
  display: none;
}

.main_container_detail {
  background: url("assets/sale_page/blue_background.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: 2rem;
  border-bottom-right-radius: 2rem;
  margin-top: -12px;
  position: relative;
}

.main_container_detail .row {
  max-width: 100%;
  /* height: 500px; */
}
#course-meta-info {
  margin-top: 2rem;
}
.course-first-video {
  margin-top: 2rem;
  /* 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;
  text-align: center;
}

#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: 1px solid #ffda00;
  background: #ffda00;
  color: #0030a8;
  padding: 0.5rem 3rem;
  border-radius: 9px;
  font-size: 1.5rem;
  font-weight: 800;
  display: inline-block;
  margin-top: 0;
  font-family: IBMPlexSansArabicMedium, sans-serif !important;
}

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

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

.course-description-in-details {
  font-size: 25px !important;
  padding: 1.5rem 1rem 0rem 9.5rem;
  color: #2f3132;
  font-family: "IBMPLEXSANSARABICREGULAR";
  text-align: justify;
}

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

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

.feature-icon {
  width: 50px;
}

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

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

.course-feature-text {
  color: #666f6f;
  width: 60%;
  font-family: "IBMPlexSansArabicLight", sans-serif;
  font-weight: 600;
}

.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: 100%;
  padding: 1rem;
  text-align: justify;
  margin: auto;
}

.course-cta-text .course-cta-text-container p {
  border: 3px dashed #2752f2;
  width: 100%;
  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; */
}

.course-description-in-details .purple-star,
.course-description-in-details .grey-star {
  display: none;
}

.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: 80%;
}

.start_image {
  width: 15%;
  position: relative;
  top: -136px;
  right: -290px;
}

.icons_header_position {
  margin-left: -100px;
  margin-top: 38px;
}

.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: 86%;
  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: 0.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: 0.75rem;
}

.review-nb-stars {
  margin-top: 0.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: 0;
  width: 95%;
}

.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: 0.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 {
  padding: 0;
  max-width: 500px;
  margin: auto;
  border-radius: 2.25rem;
  box-shadow: 2px 2px 25px -10px 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;
  border-radius: 35px;
}

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

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

.bg-dark-blue {
  background: linear-gradient(to bottom, #0031eb, #0020b2);
  border: 1px solid #0a3ffa;
  font-family: Arial, Helvetica, sans-serif;
}
.feature-meta-data-container {
  display: flex;
}
.special-h3 {
  width: 100%;
  margin-right: 1rem;
  font-size: 1.5rem;
}
.smaller-icon {
  width: 38px;
}
.taller_horizontal_separator {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.what-do-you-benefit {
  margin-bottom: 4rem;
}
.what-do-you-benefit-container {
  max-width: 80%;
  margin: auto;
}
.what-do-you-benefit-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.what-do-you-benefit-header-icon {
  width: 60px;
  margin-left: 2rem;
}
.benefit-icon {
  margin-bottom: 2rem;
}
.benefit-icon img {
  width: 70px;
}
.what-do-you-benefit-header-title {
  color: #0030a8;
  font-weight: 500 !important;
}
.what-do-you-benefit-body {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.what-do-you-benefit-body > * {
  flex: 1;
}
.benefit {
  position: relative;
  background-color: #f5f7f7;
  text-align: center;
  padding-top: 1.5rem;
  border-radius: 1rem 1rem 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1 1 100%;
  max-width: 100%;
}
.benefit .benefit-description {
  text-align: justify;
  margin-bottom: 1.5rem;
  padding-inline: 1rem;
  flex-grow: 1;
}

.benefit-description p.strong-big {
  font-size: 2rem;
  font-family: "IBMPlexSansArabicBold";
}
.underline {
  text-decoration: underline;
}
.benefit-footer {
  height: 10px;
}
.blue-footer {
  background-color: #1730b1;
}
.yellow-footer {
  background-color: #ffc50b;
}
.purple-footer {
  background-color: #7f11bf;
}
.red-footer {
  background-color: #e20756;
}
.green-footer {
  background-color: #10c125;
}

.why-choose-bahmed-mobile {
  display: none;
}

.why-choose-bahmed-desktop {
  display: block;
}
.students-reviews-container {
  position: relative;
}

.students-reviews-container .flower-star {
  position: absolute;
  left: 0.5rem;
  top: 2.25rem;
}

.owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}

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

  .single-feature br {
    display: none;
  }

  .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 {
    height: 540px;
    margin-top: 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    max-width: 90%;
  }

  .course-first-video {
    text-align: center;
    padding-inline: 1rem;
  }

  .course-first-video iframe {
    margin-top: 10rem;
  }

  #quote {
    max-width: 450px;
  }

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

  #course-meta-info {
    visibility: hidden;
    margin-top: 0;
  }

  .course-intro-mobile {
    display: block;
    width: 90%;
    margin: auto;
    margin-top: 1rem;
    background-color: #ebecf2;
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: center;
  }

  .course-intro-mobile .course-title {
    color: #0030a8;
    text-align: right;
    font-weight: bold;
    margin-bottom: 1rem;
  }

  .course-intro-mobile .description-mobile {
    color: #474648;
    font-family: "IBMPlexSansArabicRegular";
    text-align: right;
    margin-top: 2rem;
    font-size: 1.2rem;
  }

  .course-description-in-details .purple-star,
  .course-description-in-details .grey-star {
    display: inline;
  }
  .what-do-you-benefit-body {
    flex-direction: column;
  }

  .what-do-you-benefit-body .benefit-icon {
    margin-bottom: 3rem;
    margin-top: 1rem;
  }

  .benefit {
    flex: 1 1 83%;
    max-width: 83%;
    margin: auto;
  }
  .course-features {
    max-width: 90%;
    padding: 0;
    margin-top: 4rem;
  }

  .single-feature {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #ebecf2;
    padding: 1rem;
    padding-right: 2rem;
    border-radius: 1rem;
  }

  .feature-meta-data-container {
    align-items: center;
  }

  .single-feature:last-child {
    background: transparent;
    padding: 0;
  }

  .single-feature .horizontal_separator,
  .single-feature .taller_horizontal_separator {
    display: none;
  }

  .single-feature img {
    margin-left: 1.5rem;
  }

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

  .course-intro-mobile .join-our-training-btn {
    margin-top: 1.5rem;
    color: white;
    background-color: #1b35c0;
    background: linear-gradient(to bottom, #2546ff, #1b35c0);
    padding: 0.75rem 3rem;
    border: none;
    font-weight: 500;
    font-size: 1.5rem;
  }

  .american-flag {
    display: none;
  }

  .start_image {
    width: 10%;
    position: relative;
    top: -100px;
    right: -242px;
  }

  .course-detailed-description.container
    .row.icons_header_position
    .col-11.col-md-3.text-center {
    height: 0;
  }

  .course-detailed-description {
    max-width: 90%;
    padding: 0.5rem;
  }

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

  .american-flag {
    width: 50%;
  }

  .icons_header_position {
    margin-left: 0;
    margin-top: 0;
  }
  .course-detailed-description.container {
    padding: 0 !important;
  }

  .course-description-in-details {
    font-size: 1.25rem !important;
    text-align: justify;
    margin-top: 1rem;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    position: relative;
    background: #ebecf2;
    border-radius: 1rem;
    font-family: "IBMPlexSansArabicRegular";
  }

  .course-description-in-details .grey-star,
  .course-description-in-details .purple-star {
    position: absolute;
  }

  .course-description-in-details .purple-star {
    left: 0.5rem;
    top: 0;
  }

  .what-do-you-benefit-container {
    margin-bottom: 2rem;
  }

  .course-description-in-details .grey-star {
    left: 1rem;
    bottom: -3rem;
  }

  .course-features #snowflake {
    display: none;
  }

  .course-feature-text {
    text-align: right;
    margin-right: 1rem;
  }

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

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

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

  .students-reviews-container .join-the-training-cta .join-our-training-btn,
  .course-cta .join-our-training-btn {
    padding: 0.75rem 2.25rem;
    font-size: 1.5rem;
  }

  .course-cta {
    border-radius: 3rem;
  }

  .course-cta-button .arrow-goal {
    display: none;
  }
  .join-training-btn {
    width: 225px;
  }
  .why-choose-bahmed-desktop {
    display: none;
  }

  .why-choose-bahmed-mobile {
    display: block;
  }

  .why-choose-bahmed-mobile .owl-custom-nav {
    font-size: 2rem !important;
    color: blue !important;
    font-weight: bold !important;
  }
  .students-reviews-container {
    position: relative;
    max-width: 91%;
  }
  .students-reviews-container .flower-star {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
  }
  .students-reviews-container .student-reviews-header br {
    display: none;
  }

  .students-reviews {
    max-width: 90%;
    border-top-left-radius: 9%;
    border-top-right-radius: 9%;
  }

  .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) {
  .main_container_detail {
    height: 500px;
  }

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

  .start_image {
    right: -190px;
  }
}

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

  .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: 0.5rem;
  }

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

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

@media (max-width: 375px) {
  .main_container_detail {
    height: 400px;
  }
  #quote {
    max-width: 310px;
  }

  .who-is-prof-bahmed-photo {
    width: 135px;
    border-radius: 1.5rem;
    margin-left: 0.3rem;
  }

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

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