* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    scrollbar-width: none;
    scroll-behavior: smooth;
  }
  body {
    background: black;
    overflow-y: scroll;
    font-family: "SUSE", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: white;
  }
  .timelineParent {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
      url("/images/pc_bg.webp");
      background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
    overflow-x: hidden;
    justify-items: center;
    align-items: center;
  }
  .timelineParent {
    overflow: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }
  .timelineParent::-webkit-scrollbar {
    display: none; /* WebKit browsers */
  }
  .timelineHeading {
    text-align: center;
  }
  .timelineHeading h2{
      font-size: 35px;
  }
  .timelineHeading p{
      margin-top: 20px;
  }
  .timeline {
    padding: 50px;
    position: relative;
    /* max-width: 1200px; */
    margin: 30px auto;
    z-index: 2;
  }
  .container {
    padding: 10px 50px;
    position: relative;
    width: 50%;
    animation: movedown 1s linear forwards;
    opacity: 0;
  }
  @keyframes movedown {
    0% {
      opacity: 0;
      transform: translateY(-30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  .container:nth-child(1) {
    animation-delay: 0s;
  }
  .container:nth-child(2) {
    animation-delay: 0.5s;
  }
  .container:nth-child(3) {
    animation-delay: 1s;
  }
  .container:nth-child(4) {
    animation-delay: 1.5s;
  }
  .container:nth-child(5) {
    animation-delay: 2s;
  }
  .container:nth-child(6) {
    animation-delay: 2.5s;
  }
  .container:nth-child(7) {
    animation-delay: 3s;
  }
  .container:nth-child(8) {
    animation-delay: 3.5s;
  }
  .container:nth-child(9) {
    animation-delay: 4s;
  }
  .container:nth-child(10) {
    animation-delay: 4.5s;
  }
  .container:nth-child(11) {
    animation-delay: 5s;
  }
  .container:nth-child(12) {
    animation-delay: 5.5s;
  }
  .container:nth-child(13) {
    animation-delay: 6s;
  }
  .container:nth-child(14) {
    animation-delay: 6.5s;
  }
  .container:nth-child(15) {
    animation-delay: 7s;
  }
  .container:nth-child(16) {
    animation-delay: 7.5s;
  }
  .container:nth-child(17) {
    animation-delay: 8s;
  }
  .container:nth-child(18) {
    animation-delay: 8.5s;
  }
  .container:nth-child(19) {
    animation-delay: 9s;
  }
  .container:nth-child(20) {
    animation-delay: 9.5s;
  }
  .container:nth-child(21) {
    animation-delay: 10s;
  }
  .container:nth-child(22) {
    animation-delay: 10.5s;
  }
  .container:nth-child(23) {
    animation-delay: 11s;
  }
  .container:nth-child(24) {
    animation-delay: 11.5s;
  }
  .container:nth-child(25) {
    animation-delay: 12s;
  }
  .container:nth-child(26) {
    animation-delay: 12.5s;
  }
  .container:nth-child(27) {
    animation-delay: 13s;
  }
  .container:nth-child(28) {
    animation-delay: 13.5s;
  }
  .container:nth-child(29) {
    animation-delay: 14s;
  }
  .container:nth-child(30) {
    animation-delay: 14.5s;
  }
  .container:nth-child(31) {
    animation-delay: 15s;
  }
  .container:nth-child(32) {
    animation-delay: 15.5s;
  }
  .container:nth-child(33) {
    animation-delay: 16s;
  }
  .container:nth-child(34) {
    animation-delay: 16.5s;
  }
  .container:nth-child(35) {
    animation-delay: 17s;
  }
  
  .textBox {
    padding: 20px 30px;
    background: linear-gradient(
      to right,
      rgba(106, 177, 6, 0.459),
      rgba(106, 177, 6, 0.159)
    );
    position: relative;
    border-radius: 6px;
    font-size: 15px;
    color: white;
  }
  .leftContainer {
    left: 0;
  }
  .rightContainer {
    left: 50%;
  }
  .container img {
    position: absolute;
    right: -20px;
    top: 32px;
    z-index: 10;
    width: 40px;
    border-radius: 50%;
    display: none;
  }
  .rightContainer img {
    left: -20px;
  }
  .timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(55, 249, 1, 0.5),
      rgba(55, 249, 1, 0.4),
      rgba(55, 249, 1, 0.3),
      rgba(55, 249, 1, 0.2),
      rgba(55, 249, 1, 0.1)
    );
    top: 0;
    left: 50%;
    margin-left: -3px;  
    z-index: 1;
    animation: moveline 17s linear forwards;
  }
  @keyframes moveline {
    0% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  .textBox h2 {
    font-weight: 600;
    margin-bottom: 5px;
  }
  .textBox small {
    display: inline-block;
    margin-bottom: 15px;
  }
  .leftContainerArrow {
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    right: -15px;
  }
  .rightContainerArrow {
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid white;
    left: -15px;
  }
  @media only screen and (max-width: 1024px) {
      .footer {
    display: none;
  }
    .timelineParent {
      width: 100vw;
    }
    .timelineHeading h2{
      font-size: 25px;
    }
    .timelineHeading p{
      font-size: 10px;
    }
    .timeline {
      width: 100%;
      padding: 0px 50px;
    }
    .timeline {
      margin: 50px auto;
    }
    .timeline::after {
      left: 31px;
    }
    .container {
      width: 100%;
      padding-left: 10px;
      padding-right: 0px;
    }
    .textBox {
      font-size: 13px;
    }
    .textBox small {
      margin-bottom: 10px;
    }
    .rightContainer {
      left: 0;
    }
    .leftContainer img,
    .rightContainer img {
      left: 10px;
    }
    .leftContainerArrow,
    .rightContainerArrow {
      border-right: 15px solid #fff;
      border-left: 0;
      left: -15px;
    }
  }
  