@charset "UTF-8";
@font-face {
  font-family: "Danh Da";
  src: url("../assets/fonts/danhda/Fonts/DanhDa-Bold.woff2") format("woff2"), url("../assets/fonts/danhda/Fonts/DanhDa-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Evil Empire";
  src: url("../assets/fonts/evil_empire/Evil%20Empire.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
em, i, .italic {
  font-family: "Danh Da", sans-serif;
  font-style: normal;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5rem;
}
ul li::before {
  content: "•";
  color: #4455ac;
  font-size: 3.5em;
  line-height: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}

/* Basic Clean Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  background-color: #222B56;
}

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

.hero-festival {
  position: relative;
  height: 100vh;
  background-color: #222B56;
}
.hero-festival .hero-image-wrapper {
  position: relative;
  height: 80vh;
  width: 100%;
  overflow: hidden;
}
.hero-festival .hero-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero-festival .hero-text-wrapper {
  height: 20vh;
  width: 100%;
  color: #fff;
}
.hero-festival .hero-title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  transform: translateY(0);
  align-items: flex-end;
  width: 100%;
  height: 15vh;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.hero-festival .hero-title-box .hero-title {
  font-family: "Evil Empire", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(3rem, 13vw, 10rem);
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 10px 10px 0 #222B56;
  margin-bottom: -22px;
}
@media (max-width: 576px) {
  .hero-festival .hero-title-box .hero-title {
    text-shadow: 3px 3px 0 #222B56;
  }
}
.hero-festival .hero-date-box {
  height: 20vh;
  background-color: #222B56;
}
.hero-festival .hero-date-box .hero-date {
  font-family: "Evil Empire", sans-serif;
  color: #EF7E7D;
  font-size: clamp(2rem, 8vw, 10vh);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}
.hero-festival .hero-date-box .hero-subtitle {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.split-content {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
}
.split-content--first {
  padding-top: 0;
  margin-top: 2em;
}
.split-content__image {
  position: relative;
  z-index: 2;
}
.split-content__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.5rem;
}
.split-content__text {
  position: relative;
  z-index: 2;
}
.split-content__text h2 {
  font-family: "Evil Empire", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 1.1;
  margin: 0 0 1rem 0;
}
.split-content__body {
  font-size: 1.125rem;
  line-height: 1.6;
}
.split-content__body p {
  margin-bottom: 1rem;
}
.split-content__body p:last-child {
  margin-bottom: 0;
}
.split-content--blue {
  background-color: #222B56;
  color: #ffffff;
}
.split-content--blue .split-content__container {
  position: relative;
  z-index: 10;
}
.split-content--blue .split-content__side-image {
  position: absolute;
  top: 50%;
  z-index: 2;
  max-height: 80%;
  width: auto;
  pointer-events: none;
  opacity: 0.2;
}
.split-content--blue .split-content__side-image--left {
  left: 0;
  transform: translate(-40%, -50%);
}
.split-content--blue .split-content__side-image--left.split-content__side-image--has-stacked {
  transform: translate(-25%, -65%);
  max-height: 50%;
}
.split-content--blue .split-content__side-image--right {
  right: 0;
  transform: translate(40%, -50%);
}
.split-content--blue .split-content__side-image--right.split-content__side-image--has-stacked {
  transform: translate(15%, -60%);
  max-height: 50%;
}
.split-content--blue .split-content__side-image--has-stacked {
  max-height: 50%;
}
.split-content--blue .split-content__side-image--stacked {
  max-height: 50%;
  opacity: 0.2;
  z-index: 1;
}
.split-content--blue .split-content__side-image--right.split-content__side-image--stacked {
  transform: translate(-15%, calc(-60% + 100px));
}
.split-content--blue .split-content__side-image--left.split-content__side-image--stacked {
  transform: translate(-10%, calc(-50% + 100px));
}
@media (max-width: 991px) {
  .split-content--blue .split-content__side-image {
    opacity: 0.15;
    max-height: 40%;
  }
}
.split-content--blue h2 {
  color: #EF7E7D;
}
.split-content--blue .split-content__image img {
  aspect-ratio: 4/5;
}
.split-content--pink {
  position: relative;
  background: transparent;
  color: #222B56;
  padding: 0;
}
.split-content--pink h2 {
  color: #222B56;
}
.split-content--pink .split-content__background-wrappers {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  height: 75%;
  background-color: #EF7E7D;
  z-index: 0;
  pointer-events: none;
}
.split-content--pink .split-content__image img {
  aspect-ratio: 3/4;
}
@media (max-width: 991px) {
  .split-content__background-wrappers {
    height: 100% !important;
    top: 0;
    transform: none;
  }
  .split-content__text {
    margin-top: 3rem;
  }
  .split-content--pink {
    padding: 4rem 0;
  }
}

.logo-slider-global {
  background-color: #4455ac;
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.logo-slider-global .logo-slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: logo-scroll 40s linear infinite;
  align-items: center;
}
.logo-slider-global .logo-slider-track:hover {
  animation-play-state: paused;
}
.logo-slider-global .logo-slide-item {
  margin: 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-slider-global .logo-slide-item img {
  max-height: 120px;
  width: auto;
  max-width: 240px;
  filter: grayscale(100%);
  transition: all 0.3s ease;
  opacity: 0.7;
}
.logo-slider-global .logo-slide-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.site-header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 100;
  padding: 2rem 5%;
}
.site-header .header-branding img {
  max-width: 200px;
  height: auto;
  background-color: #fff;
  border-radius: 1rem;
}
@media (max-width: 991px) {
  .site-header .header-branding img {
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  .site-header .header-branding img {
    max-width: 150px;
  }
}
@media (max-width: 576px) {
  .site-header .header-branding img {
    max-width: 120px;
  }
}

.site-footer {
  background-color: #222B56;
  color: #ffffff;
  padding: 4rem 0;
  position: relative;
  z-index: 10;
}
.site-footer .footer-logo-wrapper .footer-logo-img {
  max-width: 100%;
  height: auto;
  max-height: 275px;
}
.site-footer .footer-info {
  background-color: #FFC3C3;
  border-radius: 2.5rem;
  padding: 3rem;
  color: #222B56;
  aspect-ratio: 2/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .site-footer .footer-info {
    aspect-ratio: auto;
    padding: 2rem;
  }
}
.site-footer .footer-info h2 {
  font-family: "Evil Empire", sans-serif;
  text-transform: uppercase;
  color: #222B56;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.site-footer .footer-info p {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
}
.site-footer .socials a {
  display: inline-block;
  transition: transform 0.2s ease;
}
.site-footer .socials a:hover {
  transform: translateY(-5px);
}
.site-footer .socials a img {
  width: 60px;
  height: 60px;
  filter: brightness(0) invert(1);
}
@media (max-width: 575px) {
  .site-footer {
    text-align: center;
  }
}/*# sourceMappingURL=main.css.map */