@charset "UTF-8";

@font-face {
  font-family: 'Menlo-Regular';
  src: url(./../fonts/Menlo-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'jgs5';
  src: url(./../fonts/jgs5.ttf) format('truetype');
}

@font-face {
  font-family: 'jgs7';
  src: url(./../fonts/jgs7.ttf) format('truetype');
}

@font-face {
  font-family: 'jgs9';
  src: url(./../fonts/jgs9.ttf) format('truetype');
}

@font-face {
  font-family: 'jgs_Font';
  src: url(./../fonts/jgs_Font.ttf) format('truetype');
}

p,
.cursor span {
  font-family: 'Menlo-Regular';
  color: rgb(255, 255, 255);
  line-height: 34px;
  font-size: 25px;
  word-spacing: -.4ch;
}

html,
body {
  overflow: visible;
  margin: 10px;
  margin-top: 0;
  min-height: 100vh;
}

h1 {
  font-family: 'jgs5';
  font-size: 200px;
  word-spacing: -.4ch;
  color: white;
  line-height: 175px;
  text-align: center;
  margin: 20px 0; /* Add margin to create space around h1 */
}

h2 {
  font-family: 'jgs5';
  font-size: 80px;
  color: #ffffff;
  text-align: center;
  word-spacing: -.4ch;
}

h3 {
  font-family: 'jgs5';
  font-size: 30px;
  color: #ffffff;
  word-spacing: -.4ch;
}

.h3-text {
  color: aqua;
  font-family: 'jgs5';
  font-size: 40px;
  color: #ffffff;
  word-spacing: -.4ch;
}

.first-text {
  color: rgb(255, 255, 255);
}

.second-text {
  color: rgb(255, 255, 255);
  font-family: 'jgs5';
  font-size: 33px;
}

.image {
  position: sticky;
  top: 20px;
  justify-content: center;
}

.image .video {
  position: sticky;
  top: 20px;
  justify-content: center;
}



a {
  font-family: 'jgs5';
  font-size: 60px;
  color: #ffffff;
}

.marquee {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  height: 90px;
}

.marquee .left {
  animation: animate 4s linear infinite;
  display: inline-block;
}

.marquee .right {
  animation: animate1 4s linear infinite;
  padding-left: 0;
  display: inline-block;
}

.right,
.left {
  position: absolute;
}

#overlay {
  display: none;
}

@keyframes animate {
  from {
    transform: translateX(110%);
  }
  to {
    transform: translate(0%);
  }
}

@keyframes animate1 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-110%);
  }
}

.grid {
  display: grid;
  grid-gap: 10.5px;
  margin-top: 10.5px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1fr);
}

.card:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-block-start: 0px;
  border: 7.5px solid;
  border-color: white;
  border-radius: 5px;
  background-color: #0011ff;
}

.card:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 3;
  border: 7.5px solid;
  border-color: white;
  border-radius: 5px;
  background-color: #0011ff;
}

.card:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 2;
}

.card:nth-child(3) .image {
  position: sticky;
  top: 10.5px;
  bottom: calc(100% - 20px);
  display: flex;
  justify-content: center;
}


.card:nth-child(4) {
  grid-column-start: 2;
  grid-column-end: 3;
  border: 7.5px solid;
  border-color: white;
  padding: 15px;
  border-radius: 5px;
  background-color: #0011ff;
}

.card:nth-child(5) {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  grid-column-start: 1;
  grid-column-end: 3;
  border: 7.5px solid;
  border-color: white;
  padding: 6px;
  border-radius: 5px;
  background-color: #0011ff;
}

.card:nth-child(6) {
  grid-column-start: 1;
  grid-column-end: 3;
  border: 7.5px solid;
  border-color: white;
  border-radius: 5px;
  background-color: #0011ff;
}

.card:nth-child(7) {
  grid-column-start: 1;
  grid-column-end: 2;
  border: 7.5px solid;
  border-color: white;
  padding: 15px;
  border-radius: 5px;
  background-color: #0011ff;
}

.card:nth-child(8) {
 
  grid-column-start: 2;
  grid-column-end: 3;
  /* position: sticky;
  top: 10.5px;
  overflow-y: auto;
  max-height: calc(100vh - 20px); */
}

.card:nth-child(8) .image {
  position: sticky;
  top: 10.5px;
  bottom: calc(100% - 20px);
  display: flex;
  justify-content: center;
}


.card:nth-child(9) {
  grid-column-start: 1;
  grid-column-end: 3;
  border: 7.5px solid;
  border-color: white;
  border-radius: 5px;
  background-color: #0011ff;
}

.card:nth-child(9) .marquee .left {
  animation: animate 7s linear infinite;
  display: inline-block;
}

.card:nth-child(9) .marquee .right {
  animation: animate1 7s linear infinite;
  padding-left: 0;
  display: inline-block;
}

.card:nth-child(10) {
  grid-column-start: 1;
  grid-column-end: 2;
}

.card:nth-child(10) .image {
  position: sticky;
  top: 10.5px;
  bottom: calc(100% - 20px);
  display: flex;
  justify-content: center;
}


.card:nth-child(11) {
  grid-column-start: 2;
  grid-column-end: 3;
  border: 7.5px solid;
  border-color: white;
  padding: 15px;
  border-radius: 5px;
  background-color: #0011ff;
}


.card:nth-child(12) {
  grid-column-start: 1;
  grid-column-end: 3;
  border: 7.5px solid;
  border-color: white;
  padding: 15px;
  padding-left: 15px;
  border-radius: 5px;
  background-color: #0011ff;
}



.card:nth-child(4),
.card:nth-child(11) {
  grid-column-start: 2; /* Start from the second column */
  grid-column-end: 3; /* End at the third column */
}



@keyframes flash {
  0% {
    background-color: #ffffff;
    color: #0011ff;
  }
  50% {
    background-color: #0011ff;
    color: #ffffff;
  }
  100% {
    background-color: #ffffff;
    color: #0011ff;
  }
}

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  top: 0;
  left: 0;
  display: flex;
}

.bar {
  width: 10vw;
  height: 105vh;
  background: #ffffff;
}

.counter {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 10000;
  color: #0011ff;
  padding-right: 0.2em;
  font-family: 'jgs5';
  font-size: 20vw;
}

.logos {
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding: 20px;
}

@media screen and (max-width: 900px) {
  p,
  .cursor span {
    font-size: 12.5px;
    line-height: 25px;
    word-spacing: -.4ch;
  }

  h1 {
    font-size: 100px;
    line-height: 87.5px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 15px;
  }

  .marquee {
    height: 55px;
  }

  .h3-text {
    font-size: 30px;
  }

  .first-text {
    font-size: 25px;
  }

  .second-text {
    font-size: 31px;
  }

  .card img {
    max-width: 100%;
    height: auto;
  }

  .card:nth-child(9) img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: sticky;
    top: 10.5px;
  }

  .card:nth-child(1),
  .card:nth-child(2),
  .card:nth-child(3),
  .card:nth-child(4),
  .card:nth-child(5),
  .card:nth-child(6),
  .card:nth-child(7),
  .card:nth-child(8),
  .card:nth-child(9),
  .card:nth-child(10),
  .card:nth-child(11) {
    grid-column-end: 2;
  }

  .card:nth-child(4),
  .card:nth-child(8),
  .card:nth-child(10),
  .card:nth-child(11){
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .marquee .left {
    animation: animate 4s linear infinite;
    display: inline-block;
  }
  
  .marquee .right {
    animation: animate1 4s linear infinite;
    padding-left: 0;
    display: inline-block;
  }

  .card:nth-child(9) .marquee .left {
    animation: animate 5s linear infinite;
    display: inline-block;
  }
  
  .card:nth-child(9) .marquee .right {
    animation: animate1 5s linear infinite;
    padding-left: 0;
    display: inline-block;
  }

  .card:nth-child(2) .marquee .left {
    animation: animate 3s linear infinite;
    display: inline-block;
  }
  
  .card:nth-child(2) .marquee .right {
    animation: animate1 3s linear infinite;
    padding-left: 0;
    display: inline-block;
  }

  .card:nth-child(6) .marquee .left {
    animation: animate 3s linear infinite;
    display: inline-block;
  }
  
  .card:nth-child(6) .marquee .right {
    animation: animate1 3s linear infinite;
    padding-left: 0;
    display: inline-block;
  }

}

