/* ========================
RESET
===========================*/
*,
*::before,
*::after {
   box-sizing: border-box;
}
* {
   margin: 0;
   padding: 0;
}

html {
   font-size: 62.5%;
}

html,
body {
   height: 100%;
}
body {
   font-family: 'Outfit', sans-serif;
   font-size: 1.6rem;
   line-height: 1.5;
   height: 100vh;
   -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
   display: block;
   max-width: 100%;
}
input,
button,
textarea,
select {
   font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
   overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Castoro', sans-serif;
}
#root,
#__next {
   isolation: isolate;
}

.container {
   max-width: 100%;
   height: 100%;
   padding: 0 2rem;
   margin: 0 auto;
}

.text-line {
   width: 2rem;
   height: 2px;
   display: block;
   background-color: #f18141;
}

.slideInLeft {
   animation: slideInLeft 2s cubic-bezier(0.17, 0.67, 0.37, 0.99);
}

.slideInUp {
   animation: slideInUp 2s cubic-bezier(0.17, 0.67, 0.37, 0.99);
}

.delay-1s {
   animation-delay: 1s;
}

/* ========================
TRILLIUM LANDING
===========================*/

.trillium {
   height: 100%;
   background: linear-gradient(
      243.24deg,
      #ff9255 0%,
      rgba(15, 50, 103, 0.67) 81.84%,
      #535353 110.66%
   );
   background-size: cover;
   overflow: hidden;
   position: relative;
}

.shape {
   position: absolute;
   bottom: 2rem;
   left: 2rem;
   opacity: 0.52;
   width: 10rem;
}

.img-bg {
   position: absolute;
   z-index: -1;
   height: 100%;
   width: 100%;
   object-fit: cover;
   opacity: 0.33;
}

.trillium__logo {
   position: absolute;
   width: 15.2rem;
   left: 50%;
   transform: translateX(-50%);
}

.trillium-left {
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.trillium__coming-soon {
   font-size: 1.4rem;
   color: #bebebe;
   display: flex;
   align-items: center;
   gap: 0.5rem;
   margin-bottom: 1rem;
}

.trillium__heading {
   font-weight: 400;
   font-size: 3rem;
   color: #fff;
   margin-bottom: 1rem;
}

.trillium__caption {
   color: #e4e4e4;
   font-size: 1.4rem;
   max-width: 314px;
}

.trillium-marquee {
   display: none;
}

.marquee.offset {
   margin-top: 3rem;
}

.marquee-container {
   display: flex;
   flex-direction: column;
   gap: 1.5rem;
   animation: scroll 38s linear infinite;
}

.marquee-container.slower {
   display: flex;
   flex-direction: column;
   gap: 1.5rem;
   animation: scroll 42s linear infinite;
}

.marquee-container:not(:last-child) {
   margin-bottom: 1.5rem;
}

.marquee__item {
   width: 17.4rem;
   border-radius: 1rem;
   overflow: hidden;
}

.marquee__program {
   background: #eb702a;
   padding: 1rem 2rem;
   font-size: 1.6rem;
   color: #fff;
}

@media screen and (min-width: 420px) {
   .trillium__heading {
      font-size: 4rem;
   }

   .trillium__coming-soon {
      font-size: 1.6rem;
      color: #bebebe;
      display: flex;
      align-items: center;
      gap: 0.5rem;
   }

   .trillium__caption {
      font-size: 1.6rem;
      max-width: 350px;
   }
}

@media screen and (min-width: 576px) {
   .container {
      max-width: 540px;
      padding: 0;
   }

   .trillium__heading {
      font-size: 5.5rem;
   }
}

@media screen and (min-width: 768px) {
   .container {
      max-width: 720px;
   }

   .trillium__logo {
      transform: translateX(0);
      left: 2.5rem;
   }

   .shape {
      left: 2.5rem;
      bottom: 2.5rem;
      width: 12rem;
   }

   .text-line {
      width: 3.5rem;
      height: 2px;
      display: block;
      background-color: #f18141;
   }
}

@media screen and (min-width: 890px) {
   .container {
      max-width: 800px;
   }

   .trillium-wrapper {
      display: flex;
      justify-content: space-between;
   }

   .trillium__heading {
      font-size: 4rem;
      max-width: 450px;
   }

   .trillium-marquee {
      display: flex;
      gap: 1.5rem;
      animation: slideIn 1.5s cubic-bezier(0.17, 0.67, 0.37, 0.99);
      opacity: 0.71;
   }
}

@media screen and (min-width: 992px) {
   .container {
      max-width: 910px;
   }

   .trillium__coming-soon {
      font-size: 1.8rem;
   }

   .trillium__heading {
      font-size: 5rem;
      max-width: 500px;
   }

   .trillium__caption {
      font-size: 1.8rem;
      max-width: 480px;
   }
}

@media screen and (min-width: 1200px) {
   .container {
      max-width: 1100px;
   }

   .text-line {
      width: 62px;
   }

   .trillium__coming-soon {
      font-size: 2rem;
   }

   .trillium__heading {
      font-size: 6.5rem;
      max-width: 100%;
   }
   .trillium__caption {
      font-size: 2rem;
      max-width: 550px;
   }
}

@media screen and (min-width: 1400px) {
   .container {
      max-width: 1320px;
   }

   .marquee__item {
      width: 22.4rem;
   }
}

@keyframes scroll {
   0% {
      transform: translateY(0);
   }
   100% {
      transform: translateY(calc(-100% - 1.5rem));
   }
}

@keyframes slideIn {
   0% {
      opacity: 0;
      transform: translateY(15rem);
   }
   100% {
      opacity: 0.71;
      transform: translateY(0);
   }
}

@keyframes slideInLeft {
   0% {
      opacity: 0;
      transform: translateX(-25rem);
   }
   25% {
      opacity: 0;
      transform: translateX(-25rem);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}

@keyframes slideInUp {
   0% {
      opacity: 0;
      transform: translateY(6rem);
   }
   35% {
      opacity: 0;
      transform: translateY(6rem);
   }

   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
