html {
  scroll-behavior: smooth; }

@font-face {
  font-family: 'assistant';
  src: url("../../fonts/assistant/Assistant-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'assistant';
  src: url("../../fonts/assistant/Assistant-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'assistant';
  src: url("../../fonts/assistant/Assistant-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'assistant';
  src: url("../../fonts/assistant/Assistant-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

.main-hero-section {
  min-height: 900px;
  padding-top: 160px;
  position: relative;
  background-size: cover;
  margin-bottom: 50px;
  background-position: center; }
  .main-hero-section * {
    padding: 0;
    margin: 0;
    box-sizing: border-box; }
  .main-hero-section .background-video {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 100%;
    height: 100%;
    display: none;
    object-fit: cover; }
    .main-hero-section .background-video.active {
      display: unset; }
  .main-hero-section .dark-layer {
    background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: 1; }
  .main-hero-section .circles-headings-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: start;
    gap: 64px;
    padding: 0 64px;
    position: relative;
    z-index: 2; }
    .main-hero-section .circles-headings-container .circles-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 38px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .main-hero-section .circles-headings-container .circles-container .circle-container {
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        gap: 12px; }
        .main-hero-section .circles-headings-container .circles-container .circle-container .circle-text {
          font-family: "assistant";
          font-size: 16px;
          font-weight: 700;
          color: #fff;
          text-align: center;
          line-height: 18px; }
        .main-hero-section .circles-headings-container .circles-container .circle-container:first-child {
          margin-top: unset; }
          .main-hero-section .circles-headings-container .circles-container .circle-container:first-child .circle {
            margin-top: unset; }
        .main-hero-section .circles-headings-container .circles-container .circle-container .circle {
          width: 100px;
          height: 100px;
          border-radius: 50%;
          margin: auto;
          position: relative;
          z-index: 3;
          direction: ltr;
          background-size: cover;
          background-position: center;
          object-fit: cover; }
          .main-hero-section .circles-headings-container .circles-container .circle-container .circle.active {
            box-shadow: 1px 4px 6px 5px rgba(0, 0, 0, 0.4); }
            .main-hero-section .circles-headings-container .circles-container .circle-container .circle.active .progress-right .bar,
            .main-hero-section .circles-headings-container .circles-container .circle-container .circle.active .progress-left .bar {
              transform: rotate(0deg); }
          .main-hero-section .circles-headings-container .circles-container .circle-container .circle .progress-right {
            width: 60%;
            height: 120%;
            position: absolute;
            top: 50%;
            inset-inline-start: 50%;
            transform: translate(0, -50%);
            overflow: hidden;
            z-index: 1; }
            .main-hero-section .circles-headings-container .circles-container .circle-container .circle .progress-right .bar {
              width: 100%;
              height: 100%;
              border-top-right-radius: 200px;
              border-bottom-right-radius: 200px;
              border: 3px solid #D71323;
              border-left: 0;
              transform-origin: center left;
              position: absolute;
              top: 0;
              right: 0;
              transform: rotate(-180deg); }
          .main-hero-section .circles-headings-container .circles-container .circle-container .circle .progress-left {
            width: 60%;
            height: 120%;
            position: absolute;
            top: 50%;
            inset-inline-end: 50%;
            transform: translate(0, -50%);
            overflow: hidden;
            z-index: 1; }
            .main-hero-section .circles-headings-container .circles-container .circle-container .circle .progress-left .bar {
              width: 100%;
              height: 100%;
              border-top-left-radius: 200px;
              border-bottom-left-radius: 200px;
              border: 3px solid #D71323;
              border-right: 0;
              transform-origin: center right;
              position: absolute;
              top: 0;
              left: 0;
              transform: rotate(-180deg); }
    .main-hero-section .circles-headings-container .headings-container .heading-container {
      display: none;
      max-width: 510px;
      text-align: start; }
      .main-hero-section .circles-headings-container .headings-container .heading-container .play-video-btn {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background-color: #D71323;
        border: 3.5px solid #fff;
        margin-top: 20px; }
      .main-hero-section .circles-headings-container .headings-container .heading-container.active {
        display: block; }
      .main-hero-section .circles-headings-container .headings-container .heading-container .heading {
        font-family: "assistant";
        font-weight: 700;
        font-size: 80px;
        color: #fff;
        text-align: start;
        line-height: 82px; }
  .main-hero-section .arrow-down {
    display: none; }
  .main-hero-section .hero-wave {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    bottom: 0; }
  .main-hero-section .stop-animation-wrapper {
    position: absolute;
    right: 50px;
    bottom: 30px;
    z-index: 5; }
    .main-hero-section .stop-animation-wrapper button.animation-btn {
      background-color: #D71323;
      border: none;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      display: none;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .main-hero-section .stop-animation-wrapper button.animation-btn svg {
        width: 50%;
        height: 50%; }
      .main-hero-section .stop-animation-wrapper button.animation-btn.active {
        display: -ms-flexbox;
        display: flex; }

@media only screen and (max-width: 450px) {
  .main-hero-section {
    height: 600px;
    margin-bottom: 160px;
    z-index: 2;
    min-height: unset;
    padding-top: 100px; }
    .main-hero-section .hero-wave {
      display: none; }
    .main-hero-section::before {
      content: "";
      display: block;
      height: 120px;
      width: 100%;
      position: absolute;
      bottom: 0;
      inset-inline-end: 0;
      background-image: linear-gradient(to bottom, transparent 67%, white 97%);
      z-index: 2; }
    .main-hero-section .circles-headings-container {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      -ms-flex-align: center;
          align-items: center;
      padding: 0 20px;
      height: 100%;
      -ms-flex-pack: justify;
          justify-content: space-between;
      z-index: 9; }
      .main-hero-section .circles-headings-container .circles-container {
        -ms-flex-direction: row;
            flex-direction: row;
        gap: 25px;
        -ms-flex-align: end;
            align-items: flex-end;
        transform: translateY(60%); }
        .main-hero-section .circles-headings-container .circles-container .circle-container .circle.active + .circle-text {
          font-weight: 700; }
        .main-hero-section .circles-headings-container .circles-container .circle-container .circle-text {
          color: #000;
          font-weight: 600; }
        .main-hero-section .circles-headings-container .circles-container .circle-container .circle {
          width: 64px;
          height: 64px;
          margin-top: unset; }
      .main-hero-section .circles-headings-container .headings-container {
        -ms-flex-item-align: self-start;
            -ms-grid-row-align: self-start;
            align-self: self-start; }
        .main-hero-section .circles-headings-container .headings-container .heading-container {
          max-width: 280px; }
          .main-hero-section .circles-headings-container .headings-container .heading-container .heading {
            font-size: 36px;
            line-height: 40px; }
          .main-hero-section .circles-headings-container .headings-container .heading-container .play-video-btn {
            margin-top: 10px;
            transform: scale(0.625); }
    .main-hero-section .arrow-down {
      display: block;
      margin: 85px auto 0 auto;
      width: 24px;
      height: 16px; }
    .main-hero-section .stop-animation-wrapper {
      right: 25px;
      bottom: 70px;
      z-index: 99; } }
