
.animation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 12vw;
  font-family: Megrim;
  white-space: nowrap;
  z-index: -5;
  opacity: 0;
}

/* ************************** LOGO ******************************* */

.animlogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 12vw;
  font-family: Megrim;
  white-space: nowrap;
}

.anim {
  display: flex;
  flex-direction: column;
  height: 0.75em;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.www, .text {
  position: relative;
  white-space: nowrap;
  z-index: 5;
}

.red-line-name {
  position: absolute;
  width: 103%;
  /* height: 2px; */
  border-bottom: 2px solid #ffd39a;
  opacity: 0;
  transform: translateY(-5.75vw) rotate(-4deg);
  z-index: 1;
}



.w0 {
  display: block;
}

.wB {
  position: absolute;
  left: -100%;
  transform-origin: 100% 17%;
  transform: rotate(0deg);
}
.wA {
  position: absolute;
  right: -100%;
  transform-origin: 0% 17%;
  transform: rotate(0deg);
}

.red-line-logo {  
  position: absolute;
  width: 110%;
  /* height: 2px; */
  border-bottom: 2px solid #ffd39a;
  opacity: 0;
  z-index: 1;
}
.red-line1 {
  transform: translateX(-0.45vw) translateY(-17.75vw)
}
.red-line2 {
  transform: translateX(2.28vw) translateY(-12.85vw) rotate(120deg);
}
.red-line3 {
  transform: translateX(-3.28vw) translateY(-12.85vw) rotate(-120deg);
}


.animlogo span {
  display: inline-block;
}

/* **************************** WORDS ******************************* */

/* .wordsanim {
  display: none;
  opacity: 0;
  top: 0;
  height: 200vh;
  width: 100%;
}
.wordsanim p {
  color: var(--color-text);
  font-family: Offside;
  position: absolute;
  letter-spacing: 2px;
  white-space: nowrap;
  text-shadow: 1px 1px 5px rgba(17, 17, 17, 0.55);
}

.word1 {
  top: 60vh;
  left: 15%;
  font-size: 2.6vw;
  z-index: 3;
}
.word2 {
  top: 8vh;
  right: 4%;
  font-size: 2.6vw;
}
.word3 {
  top: 105vh;
  right: 5%;
  font-size: 2.6vw;
  z-index: 1;
}
.word4 {
  top: 16vh;
  left: 5%;
  font-size: 2.6vw;
}
.word5 {
  top: 32vh;
  left: 30%;
  font-size: 2.6vw;
}
.word6 {
  top: 105vh;
  left: 10%;
  font-size: 2.6vw;
  z-index: 4;
}
.word7 {
  top: 75vh;
  left: 45%;
  font-size: 2.6vw;
  z-index: 3;
}

.figure {
  position: absolute;
  background: #CC0B0D;
}

.fig1 {
  width: 8vw;
  height: 18vw;
  top: 50vh;
  left: 82%;
}
.fig2 {
  width: 7.5vw;
  height: 7.5vw;
  top: 32vh;
  left: 12%;
  border-radius: 50%;
}
.fig3 {
  width: 9vw;
  height: 9vw;
  top: 77vh;
  left: 22%;
}
.fig4 {
  width: 20vw;;
  height: 6.5vw;
  top: 47vh;
  left: 40%;
}
.fig5 {
  width: 10vw;
  height: 10vw;
  top: 20vh;
  left: 70%;
  border-radius: 50%;
}
.fig6 {
  height : 0;
  width : 0;
  border-right : 5vw solid transparent;
  border-bottom : 8vw solid #CC0B0D;
  border-left : 5vw solid transparent;
  background-color: transparent;
  top: 10vh;
  left: 42%;
}
.fig7 {
  height : 0;
  width : 0;
  border-top : 3vw solid transparent;
  border-right : 6.5vw solid #CC0B0D;
  border-bottom : 3vw solid transparent;
  background-color: transparent;
  top: 105vh;
  left: 70%;
}
.fig8 {
  width: 3vw;
  height: 10vw;
  top: 105vh;
  left: 14%;
}
.fig9 {
  width: 8.5vw;
  height: 8.5vw;
  border-radius: 50%;
  top: 105vh;
  left: 50%;
} */

