* {
  box-sizing: border-box;
}

html {
  height: 100%;
  background-color: #000;
  color: #fff;
}

body {
  max-height: initial;
  height: initial;
  overflow: initial;
  background-color: #000;
  background-image: url("../images/background.png");
  background-size: contain;
  background-repeat: repeat;
  font-family: "hero-new";
  scroll-behavior: smooth;
}

@media screen and (min-width: 1981px) {
  body {
    font-size: 2em;
  }
}

#banner {
  height: 123px;
  background-image: linear-gradient(
      to bottom,
      rgba(245, 246, 252, 0) 75%,
      rgba(0, 0, 0, 0.75)
    ),
    url("../images/banner-mobile.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

#banner #logo {
  margin: 0 auto;
  padding: 20px;
  max-height: 140px;
}

@media screen and (min-width: 768px) {
  #banner {
    height: 200px;
    background-size: cover;
    background-image: linear-gradient(
        to bottom,
        rgba(245, 246, 252, 0) 75%,
        rgba(0, 0, 0, 0.75)
      ),
      url("../images/banner-tablet.png");
  }
  #banner #logo {
    max-height: 190px;
  }
}

@media screen and (min-width: 1200px) {
  #banner {
    background-image: linear-gradient(
        to bottom,
        rgba(245, 246, 252, 0) 75%,
        rgba(0, 0, 0, 0.75)
      ),
      url("../images/banner-desktop.png");
    height: 250px;
  }

  #banner #logo {
    max-height: 100%;
  }
}

@media screen and (min-width: 1600px) {
  #banner {
    height: 300px;
  }
}

@media screen and (min-width: 2000px) {
  #banner {
    height: 400px;
  }
}

@media screen and (min-width: 1980px) {
  #banner #logo {
    height: 400px;
  }
}

#sub-banner {
  text-align: center;
  padding: 0 30px;
  background-color: #070618;
}

#sub-banner h1 {
  font-size: 1.2em;
  padding: 30px 0 5px;
  margin-top: 0;
  margin-bottom: 0;
}

#sub-banner h2 {
  font-size: 0.9em;
  padding: 5px 0 30px;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #sub-banner h1 {
    font-size: 1.5em;
  }

  #sub-banner h2 {
    font-size: 1em;
  }
}

a,
a:visited {
  color: #fff;
}

a:hover,
a:active {
  color: #dedede;
}

#pre-menu h3 {
  font-size: 1em;
  text-align: center;
  max-width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  #pre-menu h3 {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 1981px) {
  #pre-menu h3 {
    max-width: 1000px;
  }
}

#experience {
  position: relative;
  height: 100%;
  background: #000;
}

#mobile-redirect {
  display: none;
  background-image: url("https://raw-emotions.phoria.com.au/images/mobile-popup-background.png");
  background-size: cover;
  height: 300px;
  max-height: 80vh;
  align-items: center;
  justify-content: center;
}

.mobile-redirect-copy {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 8px 5px;
  text-align: center;
}

.mobile-redirect-copy a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px;
}

.fixed-ar::before {
  content: "";
  float: left;
  width: 1px;
  margin-left: -1px;
  padding-top: 56.25%;
}
.fixed-ar::after {
  content: "";
  display: table;
  clear: both;
}

#episodes {
  margin-left: 30px;
  margin-right: 30px;
}

#episodes .episode-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 767px) {
  #episodes .episode-row {
    flex-direction: row;
    justify-content: center;
    column-gap: 50px;
  }
}

#episodes .single-episode {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin-top: 25px;
  margin-bottom: 25px;
  border: 2px solid #000;
  border-radius: 5px;
  cursor: pointer;
}

#episodes .single-episode > video {
  max-width: 300px;
  width: 100%;
}

#episodes .single-episode:hover {
  border: 2px solid #2d74c5;
}

#episodes .single-episode:hover > img {
  filter: brightness(50%);
}

#episodes .single-episode:hover .episode-overlay,
#episodes .single-episode:focus .episode-overlay,
#episodes .single-episode:focus-within .episode-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.episode-overlay {
  display: none;
  width: 100%;
  height: 100%;
  font-size: 21px;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.45);
}

.episode-overlay p {
  margin-top: 5px;
  margin-bottom: 0;
}

.episode-overlay p.coming-soon {
  font-size: 0.7em;
  line-height: 1.3;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .episode-overlay p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1981px) {
  #episodes .single-episode {
    max-width: 400px;
  }

  #episodes .single-episode > video {
    max-width: 100%;
  }
}

.episode-overlay .emotion {
  font-weight: bold;
}

.episode-overlay button {
  background: #ffffff38;
  border: none;
  box-shadow: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
}

.episode-overlay button:hover {
  background: #eeeeee4a;
}

.episode-overlay button:active {
  background: #dddddd8f;
}

.episode-overlay img {
  display: inline-block;
  vertical-align: middle;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1981px) {
  .container {
    max-width: 1600px;
  }
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

#what-is-raw {
  border-top: 1px solid #a2a2a229;
  border-bottom: 1px solid #a2a2a229;
  padding: 30px;
  margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
  #what-is-raw {
    padding: 50px;
  }
}

.grid {
  display: grid;
  grid-template-columns: minmax(100px, 1fr);
}
@media screen and (min-width: 768px) {
  .grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
  }
}

#faqs {
  padding: 30px;
  transition: height 1000ms;
  overflow: hidden;
}

#faqs h3 {
  padding-top: 0;
  padding-bottom: 50px;
  font-size: 1.6em;
  text-align: center;
  cursor: pointer;
  margin-top: 0;
}

#faqs .faqs-caret img {
  transition: transform 500ms;
  margin-left: 10px;
}

#faqs.is-expanded .faqs-caret img {
  transform: rotate(90deg);
}

#faqs .question {
  font-size: 1em;
  margin-bottom: 10px;
}

#faqs .answer {
  font-size: 0.9em;
  margin-bottom: 50px;
}

.indent {
  padding-left: 45px;
}

h3.troubleshooting-header {
  margin-top: 60px;
  margin-bottom: 0;
  cursor: initial;
}

.troubleshooting li {
  font-size: 0.9em;
  margin-bottom: 2px;
}

@media screen and (min-width: 768px) {
  #faqs {
    padding: 50px 50px 100px;
  }

  #faqs h3 {
    text-align: left;
  }

  #faqs .question {
    font-size: 1.3em;
    margin-bottom: 10px;
  }

  #faqs .answer {
    margin-bottom: 50px;
  }

  .troubleshooting li {
    margin-bottom: 0;
  }

  #experience #application-splash {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.social-media img {
  width: 40px;
  margin-right: 15px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .splide__slide.slide2 #running-athlete {
    max-height: 120px;
  }

  #application-splash .splide .splide__pagination {
    bottom: -30px;
  }
}
