@font-face {
  font-family: Uni-Sans-Heavy;
  src: url("../fonts/uni-sans.heavy-caps.otf");
}

@font-face {
  font-family: Uni-Sans-Thin;
  src: url("../fonts/uni-sans.thin-caps.otf");
}

.rajdhani-light {
  font-family: "Rajdhani", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.rajdhani-regular {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rajdhani-medium {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.rajdhani-semibold {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.rajdhani-bold {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}

:root {
  --lt-background: #e98c3e;
  --lt-foreground: #ffffff;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  transition: all 500ms;
}

::-webkit-scrollbar-thumb {
  background: #ffb13b;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffb13b;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: Satoshi-Variable, "Segoe UI", "Helvetica", sans-serif;
  color: black;
  background: white;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

.white {
  color: white;
}

.black {
  color: black;
}

.accent {
  color: #ffb13b;
}

.bold {
  font-weight: bold;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  pointer-events: none;
}

.loader .half {
  background-color: black;
  width: 100%;
  height: 50%;
}

.navlink {
  text-decoration: none;
  color: white;
  font-size: 12pt;
  pointer-events: auto;
}

.navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000000;
}

.navigation .links {
  display: flex;
  gap: 15px;
  padding-top: 30px;
  padding-right: 30px;
  justify-content: flex-end;
  pointer-events: auto;
}

.button {
  font-size: 15pt;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 50px;
  background: black;
  color: white;
  width: max-content;
  font-weight: bold;
}

input[type="text"] {
  font-size: 15pt;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 10px;
  background: white;
  color: black;
  width: max-content;
  font-weight: bold;
  border: 1px solid black;
  font-family: inherit;
  transition: box-shadow ease-out 0.1s;
}

input[type="text"]:focus {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.button.light {
  background: white;
  color: #ffb13b;
}

.title {
  font-family: Uni-Sans-Heavy, sans-serif;
  font-size: 24pt;
}

.subtitle {
  font-family: Uni-Sans-Thin, sans-serif;
  font-size: 14pt;
}

.caption {
  font-size: 12pt;
}

.heading {
  font-size: 14pt;
  font-weight: bold;
}

.body {
  font-size: 14pt;
}

.section {
  min-height: 100%;
  width: 100%;
}

.divider {
  background: url("../assets/background_white.png") no-repeat center
    center/cover;
  min-height: 20%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.divider .contents {
  padding-left: 0px;
  text-align: center;
}

.talent {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 50px;
}

/* Talent themes -  will be added soon */
.talent#rei {
  background-color: #0f0a0a;
  color: #ac4b4b;
}

.talent#rei .button {
  background-color: #211515;
  color: #ac4b4b;
}

.talent#lily {
  background-color: #0f0a0f;
  color: #ac4b84;
}

.talent#lily .button {
  background-color: #21151d;
  color: #ac4b84;
}

.talent .info {
  display: flex;
  flex-direction: column;
}

.talent .talent-img {
  flex-grow: 1;
  width: 100%;
  height: 70%;
  min-height: 70%;
  max-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.talent .info .button {
  margin-top: 20px;
}

.auditions {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.auditions .contents {
  width: 80%;
}

.auditions .form {
  margin-top: 40px;
  flex-grow: 1;
  height: 75%;
  display: flex;
  width: 90%;
}

.auditions .form iframe {
  min-width: 100%;
  min-height: 100%;
}

.calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: auto;
}

.calendar .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 100%;
  padding: 60px;
  gap: 8px;
}

.blocking {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.maintenance {
  background: #ffb13b;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ff3b3b;
  max-height: 100%;
  overflow: hidden;
}

.marquee {
  overflow: hidden;
  width: 100%;
  display: flex;
  gap: 0.5em;
  font-size: 4em;
  white-space: nowrap;
}

.marquee h1 {
  font-style: italic;
  user-select: none;
  opacity: 0.65;
}

.landing {
  background: url("../assets/background.png") no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.landing .contents {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px;
  max-width: 80%;
  gap: 8px;
}

.landing .caption {
  color: white;
  margin-top: auto;
}

.landing .contents .button {
  margin-top: 25px;
  color: #ff3b3b;
}

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 100%;
  padding: 60px;
  gap: 8px;
}

.about .contents p.body {
  margin-top: 50px;
  max-width: 90%;
}

.dashboard-container {
  background: url("../assets/background.png") no-repeat center center/cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-container .controls {
  background: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.dashboard-container .controls .control {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.dashboard-container .buttons {
  padding: 10px;
}

.overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lower-third {
  position: absolute;
  bottom: 7.222%;
  left: 5.703%;
  background: var(--lt-background);
  color: var(--lt-foreground);
  padding: 20px;
  opacity: 1;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}

.lower-third.hidden {
  opacity: 0;
  bottom: 0px;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .navlink {
    font-size: 16pt;
  }
  .navigation .links {
    display: flex;
    gap: 15px;
    padding-top: 52px;
    padding-right: 77px;
    justify-content: flex-end;
  }
  .title {
    font-size: 42pt;
  }

  .subtitle {
    font-size: 24pt;
  }
  .caption {
    font-size: 16pt;
  }
  .heading {
    font-size: 24pt;
  }
  .button {
    font-size: 20pt;
  }
  .body {
    font-size: 16pt;
  }
  .divider {
    height: 30%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: initial;
  }

  .divider .contents {
    padding-left: 70px;
    text-align: left;
  }

  .landing {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: initial;
  }
  .landing .contents {
    display: flex;
    flex-direction: column;
    align-items: initial;
    text-align: left;
    padding: 77px;
    max-width: 60%;
    gap: 8px;
  }
  .about .contents p.body {
    margin-top: 66px;
    max-width: 60%;
  }
  .auditions {
    flex-direction: row;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
    height: 100%;
  }
  .auditions .form {
    margin-top: 0;
  }
}

@keyframes enterIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translate(0px);
  }
}
