@font-face {
  font-family: als_hauss_regular;
  src:
    url('fonts/als_hauss_regular.woff'),
    url('fonts/als_hauss_regular.woff2');
}

@font-face {
  font-family: als_hauss_bold;
  src:
    url('fonts/als_hauss_bold.woff'),
    url('fonts/als_hauss_bold.woff2');
}

@font-face {
  font-family: als_hauss_next_vf;
  src:
    url('fonts/ALS_Hauss Next_Expanded Bold_1.25.otf');
}

.als-text-title h1 {
  font-family: als_hauss_next_vf;
  font-size: 8rem;
  margin-top: 0;
  margin-bottom: 4rem !important;
  line-height: 1;
}

.anons-page,
.announce{
  background-color: black;
}
.announce {
  color: white;
  font-family: als_hauss_regular;
}

.announce .credits {
  color: white;
  background-color: black;
}
.announce .credits a {
  color: white;
  border-color: white;
}
.announce .credits a:hover {
  color: #004cff;
  border-color: #004cff;
}

.diom-identity-intro {
  margin: 80px 0;
  padding: 4.1666vw;
}

.diom-identity-intro__video {
  width: 100%;
  height: auto;
  border-radius: 50px;
  overflow: hidden;
}

.diom-identity-text {
  width: 46vw;
  margin: auto;
  font-size: 24px;
}

.diom-identity-logo-wrapper {
  text-align: center;
  padding: 78px 0;
}

.diom-identity-logo {
  width: 100%;
}

/* 

.diom-identity-circle-wrapper {
  display: flex;
  justify-content: center;
}

.diom-identity-circle-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 1440px;
  overflow: hidden;
}

.diom-identity-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1440px;
  height: 1440px;
  margin: 0 auto;
  background-size: cover;
  transform: translate(-50%, -50%) translateZ(0);
  
  will-change: transform;
  backface-visibility: hidden;
}

.diom-identity-circle01 {
  z-index: 50;
  background-image: url('diom-identity-circle-01.png');
  animation: spin-right 80s linear infinite;
}

.diom-identity-circle02 {
  z-index: 40;
  background-image: url('diom-identity-circle-02.png');
  animation: spin-left 160s linear infinite;
}

.diom-identity-circle03 {
  z-index: 30;
  background-image: url('diom-identity-circle-03.png');
  animation: spin-right 140s linear infinite;
}

*/


.diom-mascot-banner-item__image {
  width: 100%;
  height: auto;
}

.diom-mascot-banners-grid {
  display: flex;
  flex-direction: column;
  gap: 2.7777vw;
}

.diom-identity-jelly {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}

.diom-identity-jelly__video {
  width: 42vw;
  height: auto;
}
/* 
@keyframes spin-right {
  to {
    transform: translate(-50%, -50%) translateZ(0) rotate(360deg);
  }
}

@keyframes spin-left {
  to {
    transform: translate(-50%, -50%) translateZ(0) rotate(-360deg);
  }
}
 */

@media (max-width: 1200px) {
  .als-text-title h1 {
    font-size: 7rem;
  }
}

@media (max-width: 992px) {
  .als-text-title h1 {
    font-size: 6rem;
  }
}

@media (max-width: 750px) {
  .als-text-title h1 {
    font-size: 5rem;
  }

  .diom-identity-text {
    width: 100%;
    padding: 4.1666vw;
  }

  .diom-identity-text {
    font-size: 20px;
  }

  .diom-identity-intro {
    margin: 40px 0;
  }

  .diom-identity-jelly__video {
    width: 84vw;
  }
}

@media (max-width: 576px) {
  .als-text-title h1 {
    font-size: 3rem;
  }
}

