:root {
  --ff-primary: "IBM Plex Sans", sans-serif;
  --color-one: white;
  --color-two: black;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

main {
  padding-bottom: 4rem;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: transparent;
}

body {
  font-family: var(--ff-primary);
  background-color: var(--color-two);
}

.maxw-900 {
  max-width: 900px;
}

@keyframes fade-hide {
  0% {
    opacity: 1;
    scale: 1;
  }
  100% {
    scale: 1.5;
    opacity: 0;
  }
}

/* ---------------------------------- */
/*---- FLOATING BOTTOM PRICE TAG ---- */
/* ---------------------------------- */
.floatingTop--price__wrapper {
  top: 9rem;
}
.floatingBottom--price__container {
  backdrop-filter: blur(6px);
  background-color: rgba(51, 51, 51, 0.87);
  border-top: 1px solid #fff;
  padding: 4px 16px 14px 16px;
}

.floatingBottom--price__details {
  color: var(--color-one);
}

.floatingBottom--price__details p:nth-child(1) {
  font-size: 24px;
}

.floatingBottom--price__details p:nth-child(2) {
  font-size: 16px;
}

.floatingBottom--offer__time p:nth-child(1) {
  font-size: 14px;
}

.floatingBottom--price__button button {
  background-color: #f4cf09;
  padding: 0.8rem 1.2rem !important;
  font-size: 14px;
  transition: scale 250ms ease-in-out;
}

.floatingBottom--price__button button:hover {
  background-color: #f4cf09;
  scale: 1.02;
}

/* ------------------------------- */
/*---- FLOATING TOP OFFER TAG ---- */
/* ------------------------------- */
.floatingTop--price__container {
  background-image: linear-gradient(
    rgba(150, 180, 43, 0.65),
    rgba(221, 238, 54, 0.56)
  );
  background-color: #395c51;
  margin: 20px 20px 0 20px;
  padding: 12px 20px;
  max-width: 500px;
  width: 100%;
}

.floatingTop--price__container p {
  color: var(--color-one);
  font-size: 12px;
}

.floatingTop--price__container i {
  color: var(--color-one);
}

/* ------------------------- */
/*---- REGISTER SECTION ---- */
/* ------------------------- */
.register--wrapper {
  /*background-image: url("../img/investment/mobile-bg-image.png");*/
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.register--container {
  padding: 0 1.5rem;
}

.register--wrapper h1 {
  color: var(--color-two);
  font-size: 32px;
}

.register--wrapper p {
  color: var(--color-two);
  font-size: 14px;
  margin-bottom: 0;
}

.register--card {
  background-color: rgb(57, 72, 45);
  padding: 18px 12px;
  border: 1px solid rgba(166, 239, 103, 0.2);
}

.register--card i {
  color: var(--color-one);
}

.register--card p {
  font-size: 12px;
}

.register--stripImage__container {
  padding: 0 1.5rem;
  margin-top: 3rem;
}

.register--stripImage__container img {
  max-width: 100%;
}

.register--now__container {
  margin-top: 1.5rem;
}

.register--now__container.diamond-button {
  margin-top: 2rem;
}

.register--now__container button {
  background-color: #f4cf09;
  padding: 12px 32px;
  max-width: 280px;
  color: var(--color-two);
  width: fit-content;
  border-color: #f4cf09;
  outline: none;
  border: 4px solid white;
}

.register--now__container button:hover {
  background-color: #DAB800;
}

.register--now__container button:focus {
  border: 4px solid #F4CE00;
}

.register--now__container button.bg

.register--now__container p {
  margin-top: 0.5rem;
  color: var(--color-one);
}

.register--brought {
  margin-top: 2rem;
}

.register--brought p {
  font-size: 1rem !important;
}

.register--brought img {
  max-width: 80px;
}

.program-img.active {
    display: none;
}

.video-player-background {
  display: flex;
  z-index: 1; 
  filter: blur(2px); 
  background: url(../img/cima-video-screenshot.png) no-repeat
}

.video-player-button-container {
  display: flex;
  z-index: 2;
}

.video-demo-play-button {
    padding: 0.6rem 0.7rem;
    cursor: pointer;
}

.video-player-iframe-container {
  display: none;
}

.video-player-background.active {
  display: none;
}

.video-player-button-container.active {
  display: none;
}

.video-player-iframe-container.active {
  display: block;
}

/* -------------------- */
/*---- CARD SECTION ---- */
/* -------------------- */
.cimaCompany_wrapper {
  padding-bottom: 4rem;
}
.cimacard_container {
  padding-top: 19px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  display: grid;
  gap: 20px;
}

.cimaCompany_card {
  max-width: 410px;
  overflow: hidden;
}

.cimaCompany_image {
  background: #f7f7f7;
  overflow: hidden;
}

.cimaCompany_card img {
  max-width: 200px;
  transition: all 0.3s ease;
}

.cimaCompany_image:hover img {
  scale: 1.15;
}

.card_description_container {
  padding: 20px 25px 20px 25px;
}

.card_description_container a {
  color: rgb(85, 85, 85);
  transition: color 0.3s ease;
}

.card_description_container a:hover {
  color: black;
}

.card_description {
  font-size: 18px !important;
  font-weight: 4500;
  color: #2a2a2a;
  line-height: 1.4;
  margin-bottom: 25px;
  font-family: var(--ff-text);
}

.card_title {
  font-size: 20px;
  font-family: var(--ff-heading);
  font-weight: 400;
  color: #2a2a2a;
  line-height: 1.5;
  margin-bottom: 8px;
}

.card_title:hover {
  color: #f4cf09;
}
/* -------------------- */
/*---- INDUSTRY WE SERVE SECTION ---- */
/* -------------------- */
.diamond-wrapper {
  padding: 0rem 0 4rem 0;
  
}
.diamond-grid {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 20px;
}

.diamond {
    position: relative;
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.diamond:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.22);
    transform: scale(1.05);
}

.diamond:hover .diamond-content {
    display: none;
}

.diamond:hover .diamond-hover-content {
    display: flex;
}
.diamond-content {
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    } 100% {
        opacity: 1;
    }
}
.diamond-hover-content {
    width: 110px;
    height: 110px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.5s ease;
}

.diamond-hover-title {
    font-size: 12px !important;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.diamond-icon {
    font-size: 2rem;
    color: #075E54;
    margin-bottom: 0.6rem;
}

.diamond-title {
    font-size: 12px !important;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

/* -------------------- */
/*---- OUR FEATURES SECTION ---- */
/* -------------------- */
.feature-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0rem 2rem 4rem 2rem;
}

/* Typography */
.title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.subtitle {
  margin-bottom: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Content layout - Mobile first */
.content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Image container */
.feature-image-container {
  width: 100%;
  height: 250px;
  position: relative;
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Steps container */
.steps-container {
  position: relative;
  padding-left: 2rem;
}

/* Line connecting dots */
.line-container {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  bottom: 0.75rem;
  width: 2px;
}

.line-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.line-active {
  position: absolute;
  width: 100%;
  height: 0%;
  /*background-color: #3b82f6;*/
  background-color: #075E54;
  transition: height 0.3s ease;
}

/* Steps */
.steps {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.step {
  position: relative;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.step.active {
  opacity: 1;
}

/* Dots */
.dot {
  position: absolute;
  left: -2rem;
  top: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid #4b5563;
  /*border: 2px solid #3b82f6;*/
  background-color: white;
  transition: background-color 0.3s ease;
}

.step.active .dot {
  /*background-color: #3b82f6;*/
  background-color: #075E54;
  border: 1px solid #075E54;
}

/* Step content */
.step-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #4b5563;
  transition: color 0.3s ease;
}

.step.active .step-title {
  color: #075E54;
  /*color: #3b82f6;*/
}

.step-description {
  color: #6b7280;
}


/* -------------------- */
/*---- HOW SECTION ---- */
/* -------------------- */
.how--wrapper {
  padding: 3.5rem 1rem 1rem 1rem;
}

.common--heading__one {
  font-size: 32px;
  color: var(--color-two);
  margin-bottom: 1rem;
}

.common--heading__one span {
  color: #f4cf09;
}
.how--list__card {
  padding: 24px 18px;
  background-color: rgba(249, 249, 249, 1);
  max-width: 640px;
  margin-top: 3rem;
}

.how--card__header h3 {
  font-size: 24px;
  color: var(--color-two);
}

.how--card__header img {
  max-width: 23px;
}

.how--list {
  margin-top: 1.5rem;
}

.how--list i {
  color: #f4cf09;
}

.how--list p {
  color: var(--color-two);
}

.how--list p {
  font-size: 14px;
}

/* ------------------------- */
/*---- WORKSHOP SECTION ---- */
/* ------------------------- */
.workshop--wrapper {
  padding: 0rem 1rem 4rem 1rem;
}

.workshop--card__container {
  max-width: 900px;
  margin-top: 1.5rem;
}

.workshop--card {
  background-color: rgba(249, 249, 249, 1);
  min-height: 380px;
}

.workshop--card__image {
  background-color: rgba(249, 249, 249, 1);
  opacity: 0.8;
  background-size: 16px 16px;
  padding: 1rem 0;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
}

.workshop--card__image img {
  max-width: 100px;
}

.workshop--card__text {
  padding: 1.5rem;
}

.workshop--card__text h4 {
  color: var(--color-two);
  font-size: 1.25rem;
}

.workshop--card__textDesc img {
  max-width: 25px;
}

.workshop--card__textDesc p {
  color: rgba(0, 0, 0, 1);
  font-size: 0.875rem;
}

.whoWorkshop--wrapper {
  margin-top: 4.5rem;
}

.whoWorkshop--card__container {
  max-width: 900px;
}
/* ------------------------------ */
/* --- CUSTOMER COMMUNICATION --- */
/* ------------------------------ */
.communication-wrapper {
  padding-bottom: 4rem;
}
.communication-accordion-wrapper {
  padding: 2rem 0;
}

.cocommunication-accordion {
  padding: 0rem 0rem;
  border-left: 2px solid #dcdcdc;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.communication-accordion-item {
  border-radius: 0px !important;
}

.communication-accordion-item:has(.accordion-collapse) {
  border-left: 3px solid transparent !important;
}

.communication-accordion-item:has(.accordion-collapse.show) {
  border-left: 3px solid var(--primary-yellow) !important;
}


.communication-accordion-item:last-child {
  padding-bottom: 0;
}
.communication-accordion-button {
  color: black !important;
  border: none !important;
  font-weight: 700;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.communication-accordion-button:hover {
  color: var(--primary-yellow) !important;
}

.communication-accordion-button:not(.collapsed) {
  color: var(--primary-yellow) !important;
}

.communication-accordion-body {
  color: black !important;
  padding-bottom: 0;
}

.communication-accordion-body p {
 font-size: 1rem !important;
}

.communication-accordion-image {
  max-width: 300px;
  width: 70%;
}
/* ----------------------------- */
/*---- WHO WORKSHOP SECTION ---- */
/* ----------------------------- */
.whoWorkshop--card {
  max-width: 430px;
}

.whoWorkshop--card img {
  max-width: 70px;
  width: 100%;
}

.whoWorkshop--card h3 {
  padding: 24px 0;
  color: var(--color-one);
}

.whoWorkshop--card p {
  color: var(--color-one);
  font-size: 1rem;
}

/* ---------------------  */
/* ---- WHY SECTION ---- */
/* ---------------------  */
.why--wrapper {
  padding: 4.5rem 1rem 1rem 1rem;
}

.why--container {
  max-width: 900px;
}

.why--text {
  font-size: 14px;
  color: var(--color-one);
}

.why--text01 {
  font-size: 14px;
  color: var(--color-one);
}

.why--text span {
  color: #f4cf09;
}

.why--stats__card {
  background-color: #101323;
  padding: 38px 24px;
  color: var(--color-one);
}

.stats--bigText {
  color: #f4cf09;
  font-size: 32px;
}

.stats--smallText {
  font-size: 14px;
}

.why--stats__linkedIn {
  background-color: #101323;
  padding: 16px 0 16px 16px;
}

.why--stats__linkedIn i {
  font-size: 3rem;
  color: var(--color-one);
}

.why--stats__linkedIn .smallText {
  color: var(--color-one);
  font-size: 16px;
}

.why--stats__linkedIn .bigText {
  color: var(--color-one);
  font-size: 20px;
}

.why--backed__container {
  margin-top: 4rem;
}

.backed--investors img {
  max-width: 100%;
}

/* ------------------------ */
/* ---- MENTOR SECTION ---- */
/* ------------------------ */
.mentor--wrapper {
  padding: 0rem 1rem 4rem 1rem;
}

.mentor--container {
  max-width: 900px;
}

.mentor--image3 {
  background-image: url("../img/investment/getty.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
.mentor--image {
  background-image: url("../img/investment/hr.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
.mentor--image2 {
  background-image: url("../img/investment/unified-whatsapp-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  aspect-ratio: 1/1;
}

.mentor--details {
  bottom: 20px;
  left: 20px;
}

.mentor--name {
  font-size: 18px;
  color: var(--color-one);
}

.mentor--company {
  font-size: 1rem;
  color: var(--color-one);
}

.mentor--texts {
  font-size: 14px;
  color: var(--color-two);
}

.mentor--company__logo {
  background-color: #101323;
  padding: 1rem;
  /* max-width: ; */
  border-radius: 4px;
}

/* ----------------------------------- */
/* ---- BEST TIME TO JOIN SECTION ---- */
/* ----------------------------------- */
.bestTime--wrapper {
  padding: 4.5rem 1.5rem 1.5rem 1rem;
}
.bestTime--container {
  max-width: 900px;
}
.bestTime--images__container {
  gap: 40px;
  margin-top: 2rem;
}

/* --------------------------- */
/* ---- GIVE AWAY SECTION ---- */
/* --------------------------- */
.giveaway--wrapper {
  padding: 0rem 1.5rem 4rem 1.5rem;
}
.giveaway--container {
  max-width: 900px;
}
.common--heading__two {
  font-size: 32px;
  color: var(--color-two);
  margin-bottom: 1rem;
}

.common--heading__two span {
  color: #f4cf09;
}

.giveaway--text {
  color: rgb(128, 128, 128);
  margin-bottom: 32px;
}

.giveaway--card {
  background-image: url("../img/investment/bg-arrow.svg");
  background-position: top right;
  background-repeat: no-repeat;
  padding: 32px 24px;
}

.giveaway--card__number {
  color: rgb(166, 239, 103);
  font-size: 64px;
  font-family: var(--ff-primary);
  margin-bottom: 32px;
}

.giveaway--card__text {
  font-size: 20px;
  color: var(--color-one);
}

/* ----------------------------- */
/* ---- CERTIFICATE SECTION ---- */
/* ----------------------------- */
.certificate--wrapper {
  padding: 4.5rem 1.5rem 1rem 1.5rem;
}

.certificate--text {
  color: var(--color-one);
  margin-bottom: 32px;
}

.certificate--svg {
  background-color: #f4cf09;
  max-width: 85px;
  padding: 6px 24px;
  margin-bottom: 20px;
}

.certifcate--details__container {
  margin-top: 3.5rem;
}

.certificate--details {
  gap: 60px;
}

.certifcate--details__heading {
  color: var(--color-one);
  font-size: 20px;
}

.certifcate--details__text {
  color: var(--color-one);
}

/* ---------------------------- */
/* ---- ENROLL NOW SECTION ---- */
/* ---------------------------- */
.enroll--wrapper {
  padding: 4.5rem 1.5rem 1rem 1.5rem;
}

.enroll--price__card {
  padding: 14px;
}

.enroll--pricingDetails__container {
  margin-bottom: 6rem;
}

.enroll--priceCard__heading {
  font-size: 28px;
  color: var(--color-one);
}

.enroll--priceCard__price {
  font-size: 18px;
  color: #f4cf09;
}

.enroll--priceCard__price span {
  font-size: 34px;
  color: var(--color-one);
}

.enroll--list {
  color: var(--color-one);
  margin-bottom: 0.8rem;
}

.enroll--list p {
  font-size: 14px;
}

.enroll--detail__heading {
  font-size: 28px;
  margin-bottom: 0.9rem;
  color: var(--color-one);
}

.enroll--detail__list {
  margin-bottom: 0.8rem;
  color: var(--color-one);
  /* font-size: 12px; */
}

.enroll--detail__list p {
  font-size: 12px;
}

.download__card--heading {
  font-family: var(--ff-heading);
  font-size: 0.8rem;
  padding: 20px 25px 0px 25px;
}

.card_book_button {
  color: #fff;
  text-align: center;
  font-family: var(--ff-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.56px;
  padding: 5px 20px 4px 20px;
  line-height: 1.2;
}

.card_more_options {
  gap: 14px;
  padding-top: 22px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(42, 42, 42, 0.1);
  padding-left: 15px;
  padding-right: 15px;
}

/* ---------------------------- */
/* ---- FAQ SECTION ---- */
/* ---------------------------- */
.faq--wrapper {
  padding: 4.5rem 1.5rem 1rem 1.5rem;
}

.accordion--container {
  padding-top: 2rem;
}

.accordion-item {
  background-color: transparent !important;
  border: 0 !important;
}

.accordion-header {
  background-color: transparent !important;
}

.accordion-button {
  background-color: transparent !important;
  color: var(--color-one);
  border-bottom: none;
  box-shadow: none !important;
}

.accordion-button.collapsed::after {
  background-image: url("../img/investment/arrow-down-icon.png");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/investment/arrow-down-icon.png");
}

.accordion-button:not(.collapsed) {
  color: #f4cf09;
  border-bottom: 1px solid #f4cf09;
}

.accordion-body {
  color: white;
}

/* VIDEO PLAYER */
.video-player video {
  width: 100%;
}
.video-clickable-wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.video-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 3rem;
}

.video-icons i {
  cursor: pointer;
  color: rgba(128, 128, 128, 0.5);
  display: none;
}

@media (min-width: 450px) {
   .diamond {
       width: 180px;
       height: 180px;
   }
   
   .diamond-content {
       width: 160px;
       height: 160px;
   }
   .diamond-title {
       font-size: 14px !important;
   }
   .diamond-hover-title {
        font-size: 14px !important;
    }
   .diamond-icon {
       font-size: 2.4rem;
   }
}

@media (min-width: 568px) {
    .common--heading__one {
        text-align: center;
    }
    
    .diamond {
       width: 220px;
       height: 220px;
   }
   
   .diamond-content {
       width: 200px;
       height: 200px;
   }
   .diamond-title {
       font-size: 16px !important;
   }
   .diamond-hover-title {
        font-size: 16px !important;
    }
}
@media (min-width: 768px) {
  /*---- FLOATING TOP PRICE TAG ---- */
  .floatingBottom--price__container {
    padding: 12px 24px 12px 24px;
  }
  .floatingBottom--price__details p:nth-child(1) {
    font-size: 32px;
  }

  .floatingBottom--price__details p:nth-child(2) {
    font-size: 20px;
  }
  .floatingBottom--offer__time p:nth-child(1) {
    font-size: 20px;
  }

  .floatingBottom--price__button button {
    padding: 1.2rem 2rem !important;
    font-size: 20px;
  }

  /* ------------------------- */
  /*---- REGISTER SECTION ---- */
  /* ------------------------- */
  .register--wrapper {
    background-image: unset;
    padding-top: 4rem;
  }

  .register--wrapper h1 {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }

  .register--wrapper p {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .register--card {
    padding: 8px 12px;
  }

  .register--card p {
    font-size: 16px;
  }

  .register--stripImage__container {
    padding: 0 1rem;
    margin-top: 4rem;
  }

  .register--now__container button {
    font-size: 16px;
  }

  .common--heading__one {
    font-size: 2.5rem;
    text-align: center;
  }

  .how--list__card {
    padding: 32px 27px;
    margin-top: 4rem;
  }

  .how--card__header h3 {
    font-size: 32px;
  }

  .how--list p {
    font-size: 18px;
  }

  .workshop--wrapper {
    padding: 0rem 1rem 4rem 1rem;
  }

  .workshop--card__text h4 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .workshop--card__textDesc p {
    font-size: 1rem;
  }

  .why--text {
    font-size: 32px;
  }

  .why--stats__left {
    padding-right: 2rem;
  }

  .why--backed__container {
    padding-left: 2rem;
  }

  .cimacard_container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    place-items: center;

    padding-top: 25px;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  /* OUR INDUSTRY */
    .diamond-grid {
        position: relative;
        height: 400px;
        display: block;
        max-width: 760px;
    }
    
    .diamond {
        position: absolute;
        width: 120px;
        height: 120px;
        transform: rotate(45deg);
    }
    
    .diamond-title {
        font-size: 12px !important;
    }
    .diamond-hover-title {
        font-size: 12px !important;
    }
    
    .diamond:hover {
        transform: rotate(45deg) scale(1.05);
    }
    
    .diamond-content {
        transform: rotate(-45deg);
        width: 100px;
        height: 100px;
    }
    .diamond-hover-content {
        transform: rotate(-45deg);
    }
    
    /* Diamond positions */
    .diamond:nth-child(1) {
        top: 35%;
        left: 42%;
        transform: rotate(45deg) translateX(-50%);
        margin-left: -150px;
    }
    
    .diamond:nth-child(2) {
        top: 35%;
        left: 47%;
        transform: rotate(45deg) translateX(-50%);
    }
    
    .diamond:nth-child(3) {
        top: 35%;
        left: 52%;
        transform: rotate(45deg) translateX(-50%);
        margin-left: 150px;
    }
    
    .diamond:nth-child(4) {
        top: calc(21% + 150px);
        left: 44.5%;
        transform: rotate(45deg) translateX(-50%);
        margin-left: -75px;
    }
    
    .diamond:nth-child(5) {
        top: calc(21% + 150px);
        left: 49.5%;
        transform: rotate(45deg) translateX(-50%);
        margin-left: 75px;
    }
    .diamond:nth-child(7) {
        top: 92%;
        left: 41.5%;
        transform: rotate(45deg) translate(-50%, -50%);
    }

    .diamond:nth-child(6) {
        top: 70%;
        left: 79%;
        transform: rotate(45deg) translate(-50%, -50%);
    }
    .register--now__container.diamond-button {
        margin-top: 4rem;
    }
    
    /* FEATURE COONTAINER */
    
  .title {
    font-size: 2.5rem;
  }
  
  .content {
    flex-direction: row;
  }
  
  .feature-image-container {
    width: 50%;
    height: 400px;
    position: sticky;
    top: calc(50% - 200px);
    align-self: flex-start;
  }
  
  .steps-container {
    width: 50%;
  }
  /* MENTOR CARD */
  .mentor--card {
    margin-top: 4rem;
  }

  .mentor--image {
    aspect-ratio: 9/10;
  }

  .mentor--texts {
    font-size: 20px;
  }

  .bestTime--images__container {
    gap: 80px;
    margin-top: 3rem;
  }

  .giveaway--cards__container {
    margin-top: 3.5rem;
  }

  .enroll--pricingDetails__container {
    margin-top: 4rem;
  }

  .enroll--price__card {
    font-size: 16px;
  }

  .enroll--priceCard__heading {
    font-size: 28px;
  }

  .enroll--detail__heading {
    font-size: 32px;
  }

  .enroll--list p {
    font-size: 16px;
  }

  .enroll--detail__list p {
    font-size: 14px;
  }

  .accordion--container {
    padding-top: 3rem;
  }

  .download__card--heading {
    font-size: 1rem;
    padding: 10px 25px 10px 25px;
  }

  .register--brought img {
    max-width: 200px;
  }

  .program-img {
    width: 100%;
  }

  /* VIDEO PLAYER */
  .video-player video {
    /* width: 90%; */
  }
 
}

@media (min-width: 992px) {
  .floatingBottom--price__button button {
    padding: 1.2rem 4rem !important;
  }
  /* ----------------- */
  /* REGISTER SECTION */
  /* ----------------- */
  .register--wrapper {
    padding-bottom: 6rem;
  }

  .why--stats__left {
    padding-right: 4rem;
  }

  .why--backed__container {
    padding-left: 4rem;
  }

  .certifcate--details__heading {
    font-size: 24px;
    margin-bottom: 1rem;
  }

  .card_book_button {
    font-size: 22px;
  }

  .card_more_options {
    padding-top: 18px;
    padding-bottom: 17px;
  }

  .program-img {
    max-width: 900px;
  }
  
  /* COMPANY CARD */
  .cimaCompany_wrapper {
    padding-bottom: 6rem;
  }
  .cimacard_container {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;

    padding-top: 30px;
  }

  .card_description_container {
    padding: 15px 20px 15px 20px;
  }
  .card_title {
    font-size: 20px;
  }
  .card_title.one_three {
    margin-bottom: 0px;
  }
  .card_description {
    font-size: 18px !important;
    margin-bottom: 20px;
    /*min-height: 78.5px;*/
  }
  .card_description.one_three {
    margin-bottom: 0px;
  }
  
  /* FEATURE CONTAINER */
  .feature-container {
    padding: 0rem 2rem 6rem 2rem;
  }
  /* INDUSTRY WE SERVE */
  .diamond-grid {
    max-width: 980px;
  }
  .diamond {
    width: 150px;
    height: 150px;
  }
  .diamond-content {
    width: 130px;
    height: 130px;
  }
  .diamond:nth-child(1) {
    left : 39%;
  }
  .diamond:nth-child(3) {
    left : 55%;
  }
  .diamond:nth-child(4) {
    left : 43%;
    top:65%;
  }
  .diamond:nth-child(5) {
    left : 51%;
    top: 65%;
  }
  .diamond:nth-child(7) {
    top: 108%;
    left : 41.5%;
  }
  .diamond:nth-child(6) {
    left : 76%;
    top: 78%;
  }
  .register--now__container.diamond-button {
    margin-top: 3rem;
  }.workshop--wrapper {
    padding: 0rem 1rem 6rem 1rem;
  }
  .mentor--wrapper {
    padding: 0rem 1rem 6rem 1rem;
  }
  .giveaway--wrapper {
    padding: 0rem 1.5rem 6rem 1.5rem;
  }
  /* COMMUNICATION */
  .communication-wrapper {
    padding-bottom: 6rem;
  }
  .communication-image {
    width: 100%;
    max-width: 600px;
  }
  .communication-accordion-image {
    display: none;
  }

}

@media (min-width: 1200px) {
  .floatingBottom--price__button button {
    padding: 1.2rem 6rem !important;
  }

  .card_book_button {
    font-size: 28px;
  }

  .card_more_options {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  
  /* COMPANY CARD */
  .cimacard_container {
    gap: 36px;

    padding-top: 44px;
    padding-bottom: 0px;
  }
  
  .card_description_container {
    padding: 13px 23px 18px 23px;
  }
  
  .card_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .card_title.one_three {
    margin-bottom: 0px;
  }
  .card_description {
    font-size: 18px !important;
    margin-bottom: 27px;
    /*min-height: 84px;*/
  }
  .card_description.one_three {
    margin-bottom: 10px;
  }
  
  .diamond-grid {
    height: 450px;
    max-width: 1000px;
  }
  .diamond-title {
    font-size: 16px !important;
  }
  .diamond-hover-title {
    font-size: 16px !important;
    }
  .diamond {
    width: 200px;
    height: 200px;
  }
  .diamond:nth-child(1) {
    left : 32%;
  }
  .diamond:nth-child(3) {
    left : 62%;
  }
  .diamond:nth-child(4) {
    left : 39.5%;
    top: 70%;
  }
  .diamond:nth-child(5) {
    left : 54.5%;
    top: 70%;
  }
  .diamond:nth-child(7) {
    left : 40%;
    top: 122%;
  }
  .diamond:nth-child(6) {
    left : 85%;
    top: 86%;
  }
  .register--now__container.diamond-button {
    margin-top: 6rem;
  }
}
@media (min-width: 1400px) {
  .card_description.one_three {
    margin-bottom: 10px;
  }
}
@media (min-width: 1450px) {
  .register--image img {
    transform: translate(0%, 0);
  }
}
