/* ABOUT HERO ANIMATION START */

.about .about-wrapper .images-path {
  position: absolute;
  inset: 0;
}

.about .about-wrapper .images-path svg {
  height: 100%;
}

.about
  .about-wrapper
  .hero-carousel
  .carousel-content
  .content-relative
  .content-list {
  width: 100%;
}

/* ABOUT START */
.about {
  /* background: radial-gradient(
    100.38% 109.54% at 0% 102.68%,
    #1423bd 0%,
    #1423bd 0%,
    #1423bd 30.5%,
    #091057 100%
  ); */
  position: relative;
  z-index: 5;
}

.about .about-wrapper {
  position: relative;
  background: radial-gradient(
    100.38% 109.54% at 0% 102.68%,
    #1423bd 0%,
    #1423bd 0%,
    #1423bd 30.5%,
    #091057 100%
  );
  z-index: 5;
  padding-bottom: 9vw;
}

.about .about-wrapper .hero-carousel {
  height: 100%;
  position: relative;
}

.about .about-wrapper .hero-carousel .carousel-content {
  height: 100vh;
  padding-top: calc(var(--header-height) * 1.25);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.about .about-wrapper .hero-carousel .carousel-content .content-relative {
  height: 100%;
  /* İçeriği dikey hizalar */
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.about
  .about-wrapper
  .hero-carousel
  .carousel-content
  .content-relative
  .content-list {
  display: flex;
  gap: 12vmax;
  height: 100%;
  flex-wrap: nowrap;
  align-items: start; /* Dikey hizalama */
  transform: translate3d(0, 0, 0);
  user-select: none;
  width: max-content;
  overflow: unset;
  position: unset;
  /* height: 650px; */
  height: 600px;

  @media screen and (max-width: 1440px) {
    gap: 5vmax;
  }
  @media screen and (max-width: 1199px) {
    gap: 5vmax;
  }
  @media screen and (max-width: 991px) {
    overflow-x: auto;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: flex-start;
    height: 450px;
    gap: 5vmax;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    gap: 4.5vmax;
  }
}

.about
  .about-wrapper
  .hero-carousel
  .carousel-content
  .content-relative
  .content-list
  .content-item {
  position: relative;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  max-height: 317px;
  min-height: 140px;
  min-width: 200px;
  /* max-width: 650px; */
  max-width: 773px;
  will-change: transform, height;

  @media screen and (max-width: 1440px) {
    max-width: 550px;
    max-height: 350px;
  }
  @media screen and (max-width: 1199px) {
    max-width: 400px;
    max-height: 250px;
  }
  @media screen and (max-width: 991px) {
    max-width: 300px;
    max-height: 170px;
    border-radius: 20px;
  }
  @media screen and (max-width: 767px) {
    max-width: 250px;
    max-height: 130px;
  }
}

.about
  .about-wrapper
  .hero-carousel
  .carousel-content
  .content-relative
  .content-list
  .content-item
  img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: unset;
  border-radius: 30px;
  @media screen and (max-width: 991px) {
    border-radius: 20px;
  }
}

.about .about-wrapper .hero-carousel .carousel-main-text-wrapper {
  position: absolute;
  left: 9.3vw;
  bottom: 13vw;
  @media screen and (max-width: 1199px) {
    bottom: 16vw;
  }
  @media screen and (max-width: 991px) {
    position: static;
    margin-left: 5vw;
    margin-top: -5rem;
    margin-bottom: 5rem;
    /* bottom: 20vw; */
  }
  @media screen and (max-width: 767px) {
    /* bottom: 25vw; */
  }
}

.about
  .about-wrapper
  .hero-carousel
  .carousel-main-text-wrapper
  .carousel-main-text {
  color: #e6e7ee;
  font-size: 28px;
  font-weight: 900;
  max-width: 405px;
  line-height: 120%;
  position: relative;
  display: flex;
  gap: 24px;
  margin: 0;
  @media screen and (max-width: 991px) {
    font-size: 25px;
  }
  @media screen and (max-width: 767px) {
    font-size: 22px;
  }
}

.about
  .about-wrapper
  .hero-carousel
  .carousel-main-text-wrapper
  .carousel-main-text::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: auto;
  background: #00a93c;
  flex-shrink: 0;
}

.about .about-wrapper .hero-carousel .carousel-subtitle-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e6e7ee;
  -webkit-text-fill-color: transparent;
  font-size: 110px;
  font-weight: 900;
  line-height: normal;
  position: absolute;
  @media screen and (max-width: 1440px) {
    font-size: 100px;
  }
  @media screen and (max-width: 1199px) {
    font-size: 85px;
  }
  @media screen and (max-width: 991px) {
    font-size: 75px;
  }
  @media screen and (max-width: 767px) {
    font-size: 65px;
  }
}



.about .about-wrapper .hero-carousel .carousel-subtitle-text.text-1 {
  right: -20px;
  top: 150px;
}

.about .about-wrapper .hero-carousel .carousel-subtitle-text.text-2 {
  left: -20px;
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  .about .about-wrapper .hero-carousel .carousel-subtitle-text.text-2 {
    bottom: 200px;
  }
}

.about .about-wrapper .hero-carousel .carousel-content .about-path {
  position: absolute;
  padding-top: 10vmax;
  padding-bottom: 8vmax;
  z-index: -1;
  pointer-events: none;
  inset: 0;

  @media screen and (max-width: 991px) {
    display: none;
  }
}

.about .about-wrapper .hero-carousel .carousel-content .about-path img {
  width: 100%;
  height: 98%;
}
/* ABOUT END */

/* ABOUT HERO ANIMATION END */

/* CERTIFICATES START */

.certificates {
}

.certificates .certificates-wrapper {
  padding-bottom: 5vw;
}

.certificates .certificates-wrapper .certificates-list {
}

.certificates .certificates-wrapper .certificates-list .list-item {
}

.certificates .certificates-wrapper .certificates-list .list-item .item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 42px;
  border-bottom: 2px solid var(--primary-500);
  margin-bottom: 5vw;
}

.certificates
  .certificates-wrapper
  .certificates-list
  .list-item
  .item-header
  .header-title {
  color: var(--color-primary);
  font-size: 55px;
  font-weight: 900;
  line-height: 32px;
  /* 58.182% */
  margin: 0;
}

.certificates
  .certificates-wrapper
  .certificates-list
  .list-item
  .item-header
  .header-numb {
  text-align: end;
  position: relative;
  padding-right: 20px;
}

.certificates
  .certificates-wrapper
  .certificates-list
  .list-item
  .item-header
  .header-numb
  .numb-text {
  color: var(--color-primary);
  font-size: 34px;
  font-weight: 900;
  line-height: 32px;
  /* 94.118% */
}

.certificates
  .certificates-wrapper
  .certificates-list
  .list-item
  .item-header
  .header-numb
  .num-subtext {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 400;
  /* 177.778% */
  line-height: 32px;
}

.certificates
  .certificates-wrapper
  .certificates-list
  .list-item
  .item-header
  .header-numb::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  background: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.certificates
  .certificates-wrapper
  .certificates-list
  .certificates-table-wrapper {
  position: relative;
  overflow-x: auto;
}

.certificates
  .certificates-wrapper
  .certificates-list
  .certificates-table-wrapper
  table {
  width: 100%;
  border-spacing: 0 28px;
  border-collapse: separate;
}

.certificates
  .certificates-wrapper
  .certificates-list
  .certificates-table-wrapper
  table
  thead {
}

.certificates
  .certificates-wrapper
  .certificates-list
  .certificates-table-wrapper
  table
  thead
  tr {
}

.certificates
  .certificates-wrapper
  .certificates-list
  .certificates-table-wrapper
  table
  thead
  tr
  th {
  color: var(--color-primary);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 400;
  line-height: 32px;
  /* 106.667% */
  padding: 0 40px;
}

.certificates
  .certificates-wrapper
  .certificates-list
  .certificates-table-wrapper
  table
  tbody {
}

.certificates
  .certificates-wrapper
  .certificates-list
  .certificates-table-wrapper
  table
  tbody
  tr {
  border-radius: 100px;
}

.certificates
  .certificates-wrapper
  .certificates-list
  .certificates-table-wrapper
  table
  tbody
  tr
  td {
  padding: 51px 40px;
  border: 1px solid var(--color-primary);
  line-height: normal;
  border-right-width: 0;
  border-left-width: 0;
  color: var(--color-primary);
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 400;
  line-height: 32px;
  /* 128% */
}

.certificates
  .certificates-wrapper
  .certificates-list
  .certificates-table-wrapper
  table
  tbody
  tr
  td:first-child {
  border-radius: 20px 0 0 20px;
  border-left-width: 1px;
}

.certificates
  .certificates-wrapper
  .certificates-list
  .certificates-table-wrapper
  table
  tbody
  tr
  td:last-child {
  border-radius: 0 20px 20px 0;
  border-right-width: 1px;
}

.certificates
  .certificates-wrapper
  .certificates-list
  .certificates-table-wrapper
  table
  td
  a {
  display: inline-flex;
  padding: 20px 60px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  gap: 20px;
  border: 1px solid var(--white-800);
  color: var(--primary-900);
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  /* 106.667% */
}

.certificates
  .certificates-wrapper
  .certificates-list
  .certificates-table-wrapper
  table
  thead
  tr
  th:last-child {
  padding-left: 80px;
}

.certificates
  .certificates-wrapper
  .certificates-list
  .certificates-table-wrapper
  table
  td
  a:hover {
  background: var(--primary-900);
  color: var(--primary-50);
}

@media screen and (max-width: 1199px) {
  .certificates
    .certificates-wrapper
    .certificates-list
    .certificates-table-wrapper
    table
    tbody
    tr
    td {
    padding: 40px 30px;
  }

  .certificates
    .certificates-wrapper
    .certificates-list
    .certificates-table-wrapper
    table
    td
    a {
    font-size: 24px;
    padding: 8px 50px;
  }

  .certificates
    .certificates-wrapper
    .certificates-list
    .list-item
    .item-header
    .header-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 991px) {
  .certificates
    .certificates-wrapper
    .certificates-list
    .certificates-table-wrapper
    table
    tbody
    tr
    td {
    font-size: 14px;
    padding: 30px 20px;
    line-height: 24px;
  }

  .certificates
    .certificates-wrapper
    .certificates-list
    .certificates-table-wrapper
    table
    td
    a {
    font-size: 20px;
    gap: 4px;
    padding: 8px 40px;
  }

  .certificates
    .certificates-wrapper
    .certificates-list
    .certificates-table-wrapper
    table
    td
    a
    svg {
    height: 35px;
  }

  .certificates
    .certificates-wrapper
    .certificates-list
    .certificates-table-wrapper
    table
    thead
    tr
    th {
    font-size: 20px;
    padding: 20px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .certificates
    .certificates-wrapper
    .certificates-list
    .certificates-table-wrapper
    table
    thead
    tr
    th:last-child {
    padding-left: 53px;
  }

  .certificates
    .certificates-wrapper
    .certificates-list
    .list-item
    .item-header
    .header-title {
    font-size: 42px;
  }

  .certificates
    .certificates-wrapper
    .certificates-list
    .list-item
    .item-header {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .certificates
    .certificates-wrapper
    .certificates-list
    .list-item
    .item-header
    .header-title {
    font-size: 32px;
  }

  .certificates
    .certificates-wrapper
    .certificates-list
    .list-item
    .item-header
    .header-numb
    .numb-text {
    font-size: 28px;
  }

  .certificates
    .certificates-wrapper
    .certificates-list
    .list-item
    .item-header
    .header-numb
    .num-subtext {
    font-size: 16px;
  }

  .certificates
    .certificates-wrapper
    .certificates-list
    .certificates-table-wrapper
    table
    thead
    tr
    th {
    padding-top: 0;
    white-space: nowrap;
  }

  .certificates
    .certificates-wrapper
    .certificates-list
    .certificates-table-wrapper::-webkit-scrollbar {
    display: none;
  }
}

/* CERTIFICATES END */

.scroll-container {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 70px;
  @media screen and (max-width: 991px) {
    display: none;
  }
}

.scroll-track {
  width: 30%;
  height: 8px;
  background-color: #e6f6ec;
  position: relative;
  border-radius: 40px;
}

.scroll-thumb {
  width: 60px;
  height: 16px;
  background-color: #00a93c;
  border-radius: 40px;
  position: absolute;
  top: -4px;
  left: 0;
  cursor: pointer;
}

/* Custom Cursor'un başlangıçta görünmez olmasını sağlıyoruz */
#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 145px;
  height: 85px;
  pointer-events: none; /* Cursor'un etkileşime girmemesini sağlıyoruz */
  transform: translate(-50%, -50%);
  z-index: 500;
  opacity: 0;
}

/* ABOUT PGOGRESS START */

.about-progress {
  background: linear-gradient(
    to right,
    #1423bd 0%,
    #1423bd 0%,
    #1423bd 30%,
    #091057 100%
  );
}

.about-progress .progress-wrapper {
}
.about-progress .progress-wrapper .progress-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 169, 60, 0.3) 30%,
    rgba(0, 169, 60, 0.3) 50%,
    rgba(0, 169, 60, 0.3) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 3px;
  max-width: 95%;
  margin: 0 auto;
}
.about-progress .progress-wrapper .progress-header {
  background: linear-gradient(
    to right,
    #1423bd 0%,
    #1423bd 0%,
    #1423bd 30%,
    #091057 100%
  );
  position: relative;
  z-index: 5;
  padding-bottom: 206px;
  padding-left: 7vw;
  display: flex;
  gap: 54px;
  height: 100%;
  padding-top: 9.3vw;
  @media screen and (max-width: 1440px) {
    gap: 50px;
  }
  @media screen and (max-width: 1199px) {
    gap: 45px;
  }
  @media screen and (max-width: 991px) {
    gap: 40px;
    padding-bottom: 100px;
    padding-left: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    gap: 35px;
  }
  @media screen and (max-width: 500px) {
    gap: 28px;
  }
}

.about-progress .progress-wrapper .progress-header::before {
  content: "";
  position: relative;
  width: 10px;
  height: auto;
  background: #00a93c;
  @media screen and (max-width: 991px) {
    width: 8px;
  }
  @media screen and (max-width: 767px) {
    width: 6px;
  }
}

.about-progress .progress-wrapper .progress-header .header-title {
  margin: 0;
  font-size: 100px;
  font-weight: 900;
  height: 100%;
  max-width: 70%;
  @media screen and (max-width: 1440px) {
    font-size: 85px;
  }
  @media screen and (max-width: 1199px) {
    font-size: 65px;
  }
  @media screen and (max-width: 991px) {
    font-size: 50px;
  }
  @media screen and (max-width: 767px) {
    font-size: 40px;
  }
  @media screen and (max-width: 500px) {
    font-size: 35px;
  }
}

.about-progress .progress-wrapper .progress-header .header-title .stroke-title {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffff;
  -webkit-text-fill-color: transparent;
  line-height: 100%; /* 103.774% */
  display: block;
  @media screen and (max-width: 991px) {
    -webkit-text-stroke-width: 1px;
  }
}

.about-progress .progress-wrapper .progress-header .header-title .fill-title {
  color: var(--Foundation-Primary-primary-50, #e6e7ee);
  font-weight: 900;
  line-height: 100%;
}

.about-progress .progress-wrapper .section-timeline {
  padding-left: 10em;
  padding-right: 10em;
  position: relative;
  z-index: 1;
  @media screen and (max-width: 1440px) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  @media screen and (max-width: 1199px) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  @media screen and (max-width: 991px) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  @media screen and (max-width: 767px) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.about-progress .progress-wrapper .section-timeline .container-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  height: 100%;
}

.about-progress
  .progress-wrapper
  .section-timeline
  .container-2
  .timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  padding-bottom: 12vw;
  padding-top: 70px;
}

.about-progress
  .progress-wrapper
  .section-timeline
  .container-2
  .timeline_component
  .timeline_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 169, 60, 0.3) 30%,
    rgba(0, 169, 60, 0.3) 50%,
    rgba(0, 169, 60, 0.3) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  @media screen and (max-width: 991px) {
    left: 12px;
  }
  @media screen and (max-width: 767px) {
    left: 12px;
  }
}

.about-progress
  .progress-wrapper
  .section-timeline
  .container-2
  .timeline_component
  .timeline_progress
  .timeline_progress-bar {
  z-index: 1;
  background-image: linear-gradient(#c4c1f7, #c4c1f7);
  background: white;
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 55px auto 50vh;
  /* top: calc(-1 * var(--header-height)); */
  @media screen and (max-width: 991px) {
    left: 42px;
  }
  @media screen and (max-width: 767px) {
    left: 40px;
  }
}

.about-progress
  .progress-wrapper
  .section-timeline
  .container-2
  .timeline_component
  .timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
  height: 100%;
  min-height: 40vh;
  margin-bottom: 50px;
  @media screen and (max-width: 991px) {
    grid-template-columns: auto 1fr;
    padding-top: 10px;
    margin-bottom: 0;
  }
  @media screen and (max-width: 767px) {
    padding-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.about-progress
  .progress-wrapper
  .section-timeline
  .container-2
  .timeline_component
  .timeline_item
  .timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  will-change: opacity;
  opacity: 0.3;
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  @media screen and (max-width: 991px) {
    display: none;
  }
}

.about-progress
  .progress-wrapper
  .section-timeline
  .container-2
  .timeline_component
  .timeline_item
  .timeline_left
  .h2-big-text {
  text-align: left;
  width: 100%;
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  @media screen and (max-width: 1440px) {
    font-size: 70px;
  }
  @media screen and (max-width: 1199px) {
    font-size: 60px;
  }
}

.about-progress
  .progress-wrapper
  .section-timeline
  .container-2
  .timeline_component
  .timeline_item
  .timeline_centre {
  justify-content: center;
  display: flex;
  position: relative;
}

.about-progress
  .progress-wrapper
  .section-timeline
  .container-2
  .timeline_component
  .timeline_item
  .timeline_centre
  .timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  position: sticky;
  top: 10px;
  will-change: background;
  box-shadow: 0px 0px 0px 18px #121fa2;
  border: 1px solid #3a3939;
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  @media screen and (max-width: 1440px) {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    box-shadow: 0px 0px 0px 18px #121fa2;
  }
  @media screen and (max-width: 1199px) {
    width: 32px;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
    box-shadow: 0px 0px 0px 15px #121fa2;
  }
  @media screen and (max-width: 991px) {
    width: 28px;
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    min-height: 28px;
    max-height: 28px;
    box-shadow: 0px 0px 0px 12px #1323bc;
  }
  @media screen and (max-width: 767px) {
    width: 25px;
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    box-shadow: 0px 0px 0px 10px #1323bc;
  }
}

.about-progress
  .progress-wrapper
  .section-timeline
  .container-2
  .timeline_component
  .timeline_item
  .timeline_right {
  font-size: 23px;
  opacity: 0.3;
  padding-left: 110px;
  @media screen and (max-width: 1440px) {
    font-size: 21px;
    padding-left: 90px;
  }
  @media screen and (max-width: 1199px) {
    font-size: 20px;
    padding-left: 80px;
  }
  @media screen and (max-width: 991px) {
    font-size: 18px;
    padding-left: 65px;
  }
  @media screen and (max-width: 767px) {
    font-size: 16px;
    padding-left: 50px;
  }
}

.about-progress
  .progress-wrapper
  .section-timeline
  .container-2
  .timeline_component
  .timeline_item
  .timeline_right
  .only-mobile {
  display: none;
  @media screen and (max-width: 991px) {
    display: block;
    text-align: left;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    margin-top: -0.5rem;
  }
}

.about-progress
  .progress-wrapper
  .section-timeline
  .container-2
  .timeline_component
  .timeline_item
  .timeline_right
  .margin-bottom-xlarge {
  margin-bottom: 56px;
}

.about-progress
  .progress-wrapper
  .section-timeline
  .container-2
  .timeline_component
  .timeline_item
  .timeline_right
  .margin-bottom-xlarge
  .category {
  width: auto;
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 145%;
  @media screen and (max-width: 1440px) {
    font-size: 23px;
  }
  @media screen and (max-width: 1199px) {
    font-size: 20px;
  }
  @media screen and (max-width: 991px) {
    font-size: 18px;
  }
  @media screen and (max-width: 767px) {
    font-size: 16px;
  }
}

.about-progress
  .progress-wrapper
  .section-timeline
  .container-2
  .timeline_component
  .timeline_item
  .timeline_right
  .margin-bottom-xlarge
  .category.white {
  color: #fff;
}

.about-progress
  .progress-wrapper
  .section-timeline
  .container-2
  .timeline_component
  .timeline_item
  .timeline_right
  .margin-bottom-xlarge
  .category.white.an {
}

.about-progress
  .progress-wrapper
  .section-timeline
  .container-2
  .timeline_component
  .overlay-fade-bottom {
}

.about-progress
  .progress-wrapper
  .section-timeline
  .container-2
  .timeline_component
  .overlay-fade-top {
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_img {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  z-index: 10;
  will-change: transform;
  height: 280px;
  width: 220px;
  object-fit: cover;
}

.timeline_item {
  position: relative;
}

section.home-references.about-references {
  @media screen and (max-width: 991px) {
    position: relative;
    z-index: 5;
    margin-top: -6rem;
    border-radius: 60px 60px 0 0;
    .site-container {
      padding-top: 5rem !important;
    }
  }
}

/* ABOUT PROGREESS END */

.spark-container {
  position: absolute;
  top: 99%;
  left: 67.5%;
  transform: translateX(-50%);
  pointer-events: none;
}

.spark-core {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff, #fff, transparent);
  box-shadow: 0 0 20px 6px #fff;
  position: relative;
}


.home-references-swiper {
  position: relative;
  overflow: hidden;
}

.swiper {
  position: relative;
  overflow: hidden;
}