* { margin: 0; padding: 0; box-sizing: border-box; }
body, html { height: 100%; width: 100%; overflow: hidden; color: #fff; font-family: "Heebo", sans-serif; }


.montserrat-700 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.momo-trust-display-regular {
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.heebo-300 {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.heebo-500 {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.heebo-700 {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.group-headline {
    font-size: clamp(2.5rem, 10vw, 15rem);
    line-height: 8rem;
    margin-bottom: 3rem;
    opacity: .8;
}



.cta-icons {
    display: flex;
    gap: 10px;
    margin: 0 0 2rem 0;
    justify-content: start;
}
.cta-icons .component-icon-spacer {
    width: 40px;
    height: 40px;
    background-color: white;
    opacity: .6;
    backdrop-filter: blur(20px);
    border-radius: 50%;
    transition: 0.3s;
}
.cta-icons .component-icon-spacer:hover {
transform: scale(1.4);
}

.small {font-size: 60%;}
.fw-bold {font-weight: bolder;}
.bg-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: #000; }
.bg-layer { position: absolute; width: 100%; height: 100%; background-size: cover; background-position: center; transition: opacity 0.8s ease-in-out; }
.bg-layer::after { content: ''; position: absolute; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.3) 100%); }
#bg-temp { opacity: 0; }

.viewport-container { height: 100vh; display: flex; align-items: center; justify-content: space-between; padding: 0 8%; position: relative; z-index: 2; }
.top-location { position: absolute; top: 30px; left: 50%; transform: translateX(-50%); text-transform: uppercase; letter-spacing: 3px; font-size: 0.7rem; opacity: 0.8; z-index: 10; }

.content-box { max-width: 600px; opacity: 1; transform: translateX(0); transition: opacity 0.5s ease, transform 0.5s ease; transition-delay: 0.4s; }
.entity-name {margin-bottom:7px; text-transform: uppercase; display: block; opacity: .5;}
.content-box.changing { opacity: 0; transform: translateX(-30px); transition-delay: 0s; }
.standard-headline { font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 1.5rem; line-height: 100%; }
.content-box p { font-size: 1.2rem; line-height: 1.6; opacity: 0.8; margin-bottom: 1.5rem; }

.play-btn { display: inline-block; padding: 14px 35px; background:rgba(255, 255, 255, 0.8); color: #000; text-decoration: none; font-weight: bold; border-radius: 40px; transition: 0.3s; text-transform: uppercase; }
.play-btn:hover { transform: scale(1.05); background:rgba(255, 255, 255, 0.9) ; border-radius: 20px; }

.pill-nav { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(20px); padding: 20px; border-radius: 50px; display: flex; flex-direction: column; gap: 15px; border: 1px solid rgba(255,255,255,0.1); }
.nav-item { width: 54px; height: 54px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.nav-item img { max-width: 24px; transition: 0.3s; }
.nav-item:hover, .nav-item.active { background: #fff; transform: scale(1.1); }
.nav-item:hover img, .nav-item.active img { /*filter: invert(1);*/ transform: scale(1.5); }
.nav-hide { display: none; }




.nav-item:hover{
    width: 140px;
    border-radius: 25px;
}


.nav-item:hover, .nav-item.active {
    color: black;
    background: white;
   transform: scale(1.1);
}

 
.nav-item:hover > .nav-hide {
    opacity: 1;
    display: block;

@starting-style {
    opacity: 0;
  }

}
.nav-hide {
  margin-left: 15px;
  display: none;  
  opacity: 0;
  transition: 0.3s allow-discrete, opacity 1s;
  font-size: .6rem;
  font-weight: lighter;
  text-transform: uppercase;
}


@media (max-width: 768px) {
    .viewport-container { flex-direction: column; justify-content: center; text-align: center; }
    .pill-nav { flex-direction: row; margin-top: 40px; }
    .content-box { margin-bottom: 20px; }
     .cta-icons{ justify-content: center;} 
     .group-headline {margin-bottom: 3rem; line-height: 0;}
}



.grad-text {
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
}

.bg-grad-ucontrol {
	background: #833ab4;
	background: linear-gradient(127deg, #833ab4 7%, #cb484b 18%, #fd1d1d 37%, #edaf2b 58%, #fcb045 72%, #44bac6 85%, #833ab4 100%);
}

.ucontrol-grad {
      font-size: 72px;
  background: linear-gradient(127deg, #833ab4 7%, #cb484b 18%, #fd1d1d 37%, #edaf2b 58%, #fcb045 72%, #44bac6 85%, #833ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}