@font-face {
  font-family: Zona;
  src: url(../Assets/Fonts/ZonaPro-Bold.otf);
}

@font-face {
  font-family: Striker;
  src: url(../Assets/Fonts/Striker.otf);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: white;
  font-weight: 500;
  scrollbar-color: #eeecec transparent;
}

*::-webkit-scrollbar-thumb {
  background: #eeecec;
}

*::-webkit-scrollbar-track {
  background: #000000;
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #000;
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  pointer-events: none;
}

body::-webkit-scrollbar {
  width: 0 !important;
}

section {
  margin: 180px 0;
}

section.contact {
  margin-bottom: 0;
}

/* .hide:hover {
  cursor: pointer;
  color: white;
  background: red;
  transition-delay: 1s;
  box-shadow: 0 0 5px red, 0 0 5px red, 0 0 5px red, 0 0 5px red;
>




 */
.hide span {
  position: absolute;
  display: block;
}

.hide span:nth-child(1) {
  top: 0;
  width: 100%;
  height: 3px;
  transform: translateX(-130%);
  background: linear-gradient(90deg, transparent, red);
}

.hide:hover span:nth-child(1) {
  transform: translateX(100%);
  transition: 1s;
}

.hide span:nth-child(3) {
  bottom: 0;
  transform: translateX(105%);
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg, transparent, red);
}

.hide:hover span:nth-child(3) {
  transform: translateX(-130%);
  transition: 1s 0.5s;
}

.hide span:nth-child(2) {
  right: 0;
  transform: translateY(-130%);
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, transparent, red);
}

.hide:hover span:nth-child(2) {
  transform: translateY(100%);
  transition: 1s 0.25s;
}

.hide span:nth-child(4) {
  left: 0;
  transform: translateY(100%);
  width: 3px;
  height: 100%;
  background: linear-gradient(360deg, transparent, red);
}

.hide:hover span:nth-child(4) {
  transform: translateY(-130%);
  transition: 1s 0.75s;
}

.shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 0px 20px #010001;
  top: 0;
  left: 0;
}

/* NavBar */
.left,
.right {
  margin-top: 2.4rem;
}

.right {
  margin-inline: 2rem;
}

.left>img {
  width: 4.2rem;
}

.left {
  margin-inline: 3.4rem;
}

.nav {
  display: flex;
  color: white;
  justify-content: space-between;
  align-items: flex-start;
}

.right {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  gap: 1rem;
  justify-content: space-around;
  position: relative;
  z-index: 100001;
}

/* Landing Content */
main {
  /* visibility: hidden; */
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line {
  position: absolute;
  transform: scale(0.8);
  top: 40rem;
  right: 28rem;
  display: none;
}

#l1 {
  top: 18rem;
}

#l2 {
  top: 10rem;
  right: 36rem;
}

#l3 {
  top: 16rem;
  left: 6rem;
}

#l4 {
  top: 25rem;
  left: 24rem;
}

#l5 {
  top: 23rem;
  left: 50rem;
}

#l6 {
  top: 16rem;
  right: 50rem;
}

.phoneBgMain {
  display: none;
}

.bgMain {
  display: block;
  position: absolute;
  top: -8rem;
  left: -1rem;
  width: 100%;
}

#l7 {
  top: 2rem;
  left: 30rem;
}

#l8 {
  top: 24rem;
  right: 10rem;
}

#l9 {
  top: 6rem;
  right: 14rem;
}

#l10 {
  top: 25rem;
  left: 14rem;
}

#l11 {
  top: 4rem;
  left: 50rem;
}

.text {
  z-index: 30;
  margin-top: -14rem;
}

.text>img {
  width: 84%;
  height: auto;
}
#bosm{
  margin-top: -1.2rem;
  width: 54%;
}

#bosmr {
  margin-top: -1.2rem;
  width: 54%;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#phoneRegist {
  display: none;
}

.pictures {
  display: flex;
  width: 100%;
  height: 50vh;
  margin-top: 3rem;
  justify-content: center;
  width: 75%;
}

.pictures img {
  width: 85%;
  margin-top: 4rem;
  position: relative;
  z-index: 20;
}

.centerImg {
  margin-top: -9rem;
}

.leftImg {
  margin-right: -8rem;
}

.rp {
  -webkit-animation: MoveUpDown 2s linear infinite;
  animation: MoveUpDown 2s linear infinite;
}

.yp {
  -webkit-animation: MoveUpDown 2s linear infinite;
  animation: MoveUpDown 2s linear infinite;
}

.bp {
  -webkit-animation: MoveUpDown 2s linear infinite;
  animation: MoveUpDown 2s linear infinite;
}

@-webkit-keyframes MoveUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}

@keyframes MoveUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}

.rightImg {
  margin-left: -7rem;
}

/* Registration */
.regist {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem 1.8rem;
  border: 1px solid white;
  /* margin-right: 2rem; */
  border-radius: 40px;
  cursor: pointer;
  transition: 0.3s;
  transform: scale(0.8);
  background-color: black;
}

.spon {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem 1.8rem;
  /* border: 1px solid white; */
  /* margin-right: 2rem; */
  border-radius: 40px;
  cursor: pointer;
  transition: 0.3s;
  transform: scale(0.8);
  background-color: black;
}
.spon::after {
  content: '';
  border-bottom: 3px solid rgb(255, 255, 255);
  display: block;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
  transform-origin: left;
}

.spon:hover:after {
  transform: scaleX(1);
}


.regist {
  text-decoration: none;
}

.regist:hover {
  background-color: white;
  color: #000;
  transition: 0.3s;
}

/* Hamburger */
.ham-cont {
  display: flex;
  transform: scale(0.8);
  justify-content: center;
  align-items: center;
  position: relative;
}

.hamburger {
  height: 30px;
  width: 35px;
  position: relative;
  cursor: pointer;
}

.hamburger span {
  right: 0;
  height: 3.6px;
  border-radius: 1.5px;
  background: white;
  position: absolute;
}

.ham-1 {
  width: 35px;
  top: 1px;
  -webkit-animation: ham-up 0.4s linear;
  animation: ham-up 0.4s linear;
}

.ham-2 {
  width: 23px;
  top: 13.2px;
}

.ham-3 {
  width: 13px;
  top: 25.4px;
  height: 3.4px !important;
  -webkit-animation: ham-down 0.4s linear;
  animation: ham-down 0.4s linear;
}

/* Timer */
.numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.numbers>div {
  margin-inline: 1.2rem;
  font-size: 1.1rem;
  padding: 0.4rem;
  border-radius: 5px;
}

.time {
  z-index: 30;
  color: white;
  font-family: "Montserrat", sans-serif;
  margin: 2rem 1.2rem;
}

.card-flip {
  -webkit-animation: card-flip 0.6s;
  animation: card-flip 0.6s;
}

.labels {
  margin-top: 1rem;
  margin-left: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.4rem;
  font-size: 0.8rem;
  transform: translateY(-0.5rem);
}

.labels>div {
  margin-inline: 1rem;
}

@-webkit-keyframes card-flip {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    transform: rotateX(0deg);
  }

  50% {
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0;
    transform: rotateX(180deg);
  }

  100% {
    background-color: rgba(255, 255, 255, 0);
    transform: rotateX(360deg);
  }
}

@keyframes card-flip {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
    transform: rotateX(0deg);
  }

  50% {
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0;
    transform: rotateX(180deg);
  }

  100% {
    background-color: rgba(255, 255, 255, 0);
    transform: rotateX(360deg);
  }
}

.socials {
  display: flex;
  flex-direction: column;
  color: white;
  margin-right: 3.2rem;
}

.socials i {
  margin-block: 0.5rem;
  font-size: 1.6rem;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -2rem;
  position: relative;
  max-width: 100vw;
  z-index: 30;
}

.scrollNav {
  position: fixed;
  display: flex;
  transform: rotate(-90deg);
  font-family: "Montserrat", sans-serif;
  top: 55vh;
  left: -5%;
  background-color: transparent;
  z-index: 999;
  font-size: 0.8rem;
  justify-content: space-between;
  width: 18rem;
  --sideScroll: 0px;
}

.navBut {
  text-decoration: none;
  border-bottom: 2px solid transparent !important;
  padding: 7px 14px 6px;
}

html {
  scroll-behavior: smooth;
}

.navBut {
  cursor: pointer;
}

#main::after {
  display: block;
  content: "";
  margin-top: 0.4rem;
  margin-left: 0.3rem;
  border-bottom: solid 3px white;
  /* transform: scaleX(1);   */
  width: 80%;
  transform: translateX(var(--sideScroll));
  transition: transform 240ms ease-out;
}

#love {
  padding-block: 0.8rem;
  font-size: 0.9rem;
  width: 100%;
  z-index: 30;
  text-align: center;
  font-family: "Montserrat";
  background-color: rgb(12, 11, 11);
}

.foot>i {
  color: red;
}

.socials>a {
  cursor: pointer;
  text-decoration: none;
}

img.light,
.bg-yellow,
.bg-red,
.bg-blue {
  margin: 0;
  position: absolute;
  z-index: 25;
  pointer-events: none;
}

.bg-yellow,
.bg-red,
.bg-blue {
  z-index: 26;
  transform: scaleX(0.55) scaleY(0.8);
}

.bg-red {
  transform: scaleX(0.65) rotate(7deg);
}

.bg-yellow {
  transform: scaleX(0.65) rotate(-10deg);
}

.player {
  z-index: 30 !important;
}

.fall-blue,
.fall-red,
.fall-yellow {
  background-image: none !important;
  height: 80vh !important;
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
  transform: translateY(-110vh);
  opacity: 0;
  position: absolute;
}

#lightRed,
.fall-red,
.bg-red {
  left: 10%;
  top: 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  height: 100vh;
  width: 35%;
}

@-webkit-keyframes fall-red {
  from {
    transform: scale(0.4, 0.8) translate(28rem, -110vh);
  }

  to {
    transform: scale(0.9, 0.8) translate(-3rem, 45vh);
  }
}

@keyframes fall-red {
  from {
    transform: scale(0.4, 0.8) translate(28rem, -110vh);
  }

  to {
    transform: scale(0.9, 0.8) translate(-3rem, 45vh);
  }
}

@-webkit-keyframes fall-red-2 {
  from {
    transform: scale(1.2) translate(5rem, -20vh);
  }

  to {
    transform: scale(1.2) translate(4rem, 50vh);
  }
}

@keyframes fall-red-2 {
  from {
    transform: scale(1.2) translate(5rem, -20vh);
  }

  to {
    transform: scale(1.2) translate(4rem, 50vh);
  }
}

#lightBlue,
.fall-blue,
.bg-blue {
  left: 35%;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
  top: 0;
  height: 100vh;
  width: 30%;
}

@-webkit-keyframes fall-blue {
  from {
    transform: scale(0.3, 0.65) translateY(-110vh);
  }

  to {
    transform: scale(0.6, 0.65) translateY(45vh);
  }
}

@keyframes fall-blue {
  from {
    transform: scale(0.3, 0.65) translateY(-110vh);
  }

  to {
    transform: scale(0.6, 0.65) translateY(45vh);
  }
}

@-webkit-keyframes fall-blue-2 {
  from {
    transform: scale(1.2) translateY(-20vh);
  }

  to {
    transform: scale(1.2) translateY(50vh);
  }
}

@keyframes fall-blue-2 {
  from {
    transform: scale(1.2) translateY(-20vh);
  }

  to {
    transform: scale(1.2) translateY(50vh);
  }
}

#lightYellow,
.fall-yellow,
.bg-yellow {
  left: 55%;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  top: 0;
  height: 99vh;
  width: 30%;
}

@-webkit-keyframes fall-yellow {
  from {
    transform: scale(0.4, 0.8) translate(-27rem, -110vh);
  }

  to {
    transform: scale(0.6, 0.8) translate(10rem, 45vh);
  }
}

@keyframes fall-yellow {
  from {
    transform: scale(0.4, 0.8) translate(-27rem, -110vh);
  }

  to {
    transform: scale(0.6, 0.8) translate(10rem, 45vh);
  }
}

@-webkit-keyframes fall-yellow-2 {
  from {
    transform: scale(1.2) translate(1rem, -20vh);
  }

  to {
    transform: scale(1.2) translate(2rem, 50vh);
  }
}

@keyframes fall-yellow-2 {
  from {
    transform: scale(1.2) translate(1rem, -20vh);
  }

  to {
    transform: scale(1.2) translate(2rem, 50vh);
  }
}

.star {
  position: absolute;
}

.star-type1 {
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background-color: white;
}

.star-type2 {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: white;
}

#reg-cont {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  z-index: 100001;
  transition: -webkit-clip-path 100ms ease;
  transition: clip-path 100ms ease;
  transition: clip-path 100ms ease, -webkit-clip-path 100ms ease;
}

.late-1 {
  -webkit-animation-delay: 17s !important;
  animation-delay: 17s !important;
}

.late-2 {
  -webkit-animation-delay: 34s !important;
  animation-delay: 34s !important;
}

@-webkit-keyframes flicker {
  0% {
    /* filter: blur(5px); */
    opacity: 1;
  }

  3%,
  6% {
    /* filter: blur(5px); */
    opacity: 0;
  }

  7% {
    /* filter: blur(5px); */
    opacity: 1;
  }

  8% {
    /* filter: blur(5px); */
    opacity: 0;
  }

  9% {
    /* filter: blur(5px); */
    opacity: 1;
  }

  10% {
    /* filter: blur(5px); */
    opacity: 0;
  }

  20%,
  50%,
  100% {
    /* filter: blur(5px); */
    opacity: 1;
  }
}

@keyframes flicker {
  0% {
    /* filter: blur(5px); */
    opacity: 1;
  }

  3%,
  6% {
    /* filter: blur(5px); */
    opacity: 0;
  }

  7% {
    /* filter: blur(5px); */
    opacity: 1;
  }

  8% {
    /* filter: blur(5px); */
    opacity: 0;
  }

  9% {
    /* filter: blur(5px); */
    opacity: 1;
  }

  10% {
    /* filter: blur(5px); */
    opacity: 0;
  }

  20%,
  50%,
  100% {
    /* filter: blur(5px); */
    opacity: 1;
  }
}

/* HAMGURGER MENU */
.ham-grid {
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100001;
  display: none;
  position: fixed;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  grid-template-columns: 32vw 30vw auto;
  grid-template-rows: 66vh 34vh;
}

.ham-grid div {
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}

.ham-grid img {
  max-height: 100%;
  z-index: 1;
}

.ham-text img,
.ham-img img {
  height: 100%;
  width: 100%;
}

.ham-img,
.ham-text {
  position: relative;
}

.ham-img span,
.ham-text span {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(45px);
  backdrop-filter: blur(45px);
  transform: translateX(100%);
}

.ham-logo img {
  height: 23vh;
  opacity: 0;
}

.ham-icons,
.ham-logo {
  background: rgba(43, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(45px);
  backdrop-filter: blur(45px);
}

.ham-icons {
  gap: 2rem;
}

.ham-icon {
  height: 5vh;
  width: 5vh;
  opacity: 0;
}

.ham-links {
  grid-column: 3;
  grid-row: 1 / a 2;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(45px);
  backdrop-filter: blur(45px);
}

.ham-links>div {
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
}

.ham-links a {
  font-family: "Montserrat";
  font-style: normal;
  text-decoration: none;
  color: white;
  font-weight: 700;
  font-size: 2rem;
  opacity: 0;
}

.ham-links a::after {
  content: '';
  border-bottom: 4px solid rgb(255, 255, 255);
  display: block;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
  transform-origin: left;
}

.ham-links a:hover:after {
  transform: scaleX(1);
}

@-webkit-keyframes come-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes come-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes come-down {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes come-down {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes come-left {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes come-left {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes come-right {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes come-right {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes span-right {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes span-right {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@-webkit-keyframes span-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes span-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes span-go-right {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes span-go-right {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@-webkit-keyframes span-go-left {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes span-go-left {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@-webkit-keyframes go-up {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes go-up {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}

@-webkit-keyframes go-down {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes go-down {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(100%);
    opacity: 0;
  }
}

@-webkit-keyframes go-left {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes go-left {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@-webkit-keyframes go-right {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes go-right {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

@-webkit-keyframes ham-up-1 {
  from {
    transform: none;
    width: 35px;
    top: 1px;
  }

  to {
    transform: rotate(405deg);
    width: 25px;
    top: 13.2px;
  }
}

@keyframes ham-up-1 {
  from {
    transform: none;
    width: 35px;
    top: 1px;
  }

  to {
    transform: rotate(405deg);
    width: 25px;
    top: 13.2px;
  }
}

@-webkit-keyframes ham-down-1 {
  from {
    transform: none;
    width: 13px;
    top: 25.4px;
  }

  to {
    transform: rotate(-405deg);
    width: 25px;
    top: 13.2px;
  }
}

@keyframes ham-down-1 {
  from {
    transform: none;
    width: 13px;
    top: 25.4px;
  }

  to {
    transform: rotate(-405deg);
    width: 25px;
    top: 13.2px;
  }
}

@-webkit-keyframes ham-up-2 {
  from {
    transform: rotate(405deg);
    width: 25px;
    top: 13.2px;
  }

  to {
    transform: none;
    width: 35px;
    top: 1px;
  }
}

@keyframes ham-up-2 {
  from {
    transform: rotate(405deg);
    width: 25px;
    top: 13.2px;
  }

  to {
    transform: none;
    width: 35px;
    top: 1px;
  }
}

@-webkit-keyframes ham-down-2 {
  from {
    transform: rotate(-405deg);
    width: 25px;
    top: 13.2px;
  }

  to {
    transform: none;
    width: 13px;
    top: 25.4px;
  }
}

@keyframes ham-down-2 {
  from {
    transform: rotate(-405deg);
    width: 25px;
    top: 13.2px;
  }

  to {
    transform: none;
    width: 13px;
    top: 25.4px;
  }
}

@-webkit-keyframes link-up {
  from {
    transform: translateY(200%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes link-up {
  from {
    transform: translateY(200%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.induscup-title {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  color: #FF5733;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin: 20px 0;
}

/*# sourceMappingURL=index.css.map */

@media (max-width: 800px) {
  .spon{
    display: none;
  }
}