body,
html {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

body {
  background: #191a1a;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  overscroll-behavior: none;
  touch-action: none;
}

.container {
  overflow: hidden;
}

.page1 {
  position: absolute;
  left: 3%;
  top: 20%;
  max-width: 30vw;
  transition: all 0.7s ease-out;
}

.page .tgs {
  display: flex;
  gap: 10px;
}

.page .tg {
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
}

.page .tg img {
  height: 50px;
}

.page .tg img.best {
  height: 35px;
}

.page .tg img.ets {
  height: 55px;
}

.tagline h1 {
  font-size: 4rem;
  color: #fff;
  line-height: 1.3;
}

p {
  color: #fff;
  line-height: 2;
  font-size: 1.2rem;
}

.console {
  transform: rotate(7deg) translateY(10vh);
  transition: all 0.7s ease-out;
  display: flex;
  margin-left: 15vw;
  position: absolute;
  top: 35vh;
}

.console img {
  width: 70vw;
}

.logo img {
  width: 200px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.page6 .tgs {
  justify-content: center;
}

.page6.player {
  z-index: 2;
}

@-moz-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-o-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.footer {
  margin-left: 3%;
  position: absolute;
  bottom: 5%;
  width: 100%;
}

.new-podcast-scroll {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

.new-podcast-scroll__icon {
  position: relative;
  width: 42px;
  height: 59px;
  box-shadow: 0 0 0 2px #fff;
  border-radius: 106px;
  margin-right: 20px;
}

.new-podcast-scroll__icon {
  width: 31px;
  height: 45px;
  border-radius: 80px;
  margin-right: 16px;
}

.new-podcast-scroll__icon span {
  position: absolute;
  top: 19px;
  left: 19px;
  display: block;
  width: 4px;
  height: 11px;
  border-radius: 106px;
  background-color: #fff;
  animation: scroll 1.5s ease infinite;
}

.new-podcast-scroll__icon span {
  top: 13px;
  left: 14px;
  width: 3px;
  height: 8px;
  border-radius: 80px;
}

.emailForm {
  display: flex;
  margin-top: 30px;
  gap: 15px;
}

.emailForm form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.emailForm input {
  padding: 15px;
  height: 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 16px;
  border: none;
  outline: none;
  width: 220px;
}

.emailForm button {
  padding: 10px 20px;
  height: 42px;
  text-transform: uppercase;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 16px;
  background: #ff490c;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-left: -5px;
  font-weight: 600;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #000;
}

.spotify {
  border: 1px solid #fff;
  padding: 8px 15px;
  border-radius: 5px;
  height: 42px;
}

.smore {
  color: #fff;
  font-size: 35px;
  letter-spacing: 2;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 0px 15px;
  border-radius: 5px;
  height: 42px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.socials {
  display: flex;
  gap: 30px;
}

.footer-right {
  position: absolute;
  right: 5%;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 50px;
  color: #fff;
  text-decoration: none;
}

.footer-right a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.player {
  max-width: 850px;
  position: absolute;
  bottom: 10%;
  left: calc((100% - 850px) / 2);
  z-index: 2;
  width: 850px;
  height: 300px;
}

.player {
  color: #fff;
  text-align: center;
}

.player .playingCurrently {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.player h2 {
  font-size: 2.7rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  white-space: nowrap;
  transition: all 2s ease-out;
}

.player .listen {
  display: flex;
  gap: 20px;
  width: fit-content;
  margin: auto;
}

.player .listen img {
  height: 60px;
}

.player .playinfo {
  font-size: 1.3rem;
  margin: 25px 0;
}

.player .listenopt {
  text-align: left;
}

.player .listenopt div {
  font-size: 1.3rem;
}

.player .listenopt .sub {
  margin-top: -5px;
}

.player .listenopt .sub a {
  color: #8a8a8a;
  font-size: 1rem;
}

.player .navbtn {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.backbtn {
  position: absolute;
  left: -15%;
  top: 40%;
  max-width: 30vw;
  transition: all 0.7s ease-out;
  display: flex;
  align-items: center;
  gap: 10px;
}

.forwardbtn {
  position: absolute;
  right: -15%;
  top: 40%;
  max-width: 30vw;
  transition: all 0.7s ease-out;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page {
  display: none;
}

.emailForm button.btnpage1 {
  background-color: #f7941d;
}

.emailForm button.btnpage3 {
  background-color: #27aae1;
}

.emailForm button.btnpage2 {
  background-color: #d7df23;
}

.emailForm button.btnpage4 {
  background-color: #ff1ee7;
}

.emailForm button.btnpage5 {
  background-color: #ff490c;
}

.page6 .tagline {
  margin-top: -30px;
}

.page6 .tg img.best {
  height: 25px;
}

.page6 .tg img.ets {
  height: 45px;
}

.page6 .tg img {
  height: 40px;
}

.head-tags {
  display: flex;
  gap: 30px;
  transform: translateX(100px);
  align-items: center;
  transition: all 0.7s ease-out;
}

.head-tags .tag img {
  width: 100px;
}

.htagcontainer {
  position: absolute;
  max-width: 300px;
  left: calc(50vw - 150px);
  overflow: hidden;
  top: 50px;
  --mask: linear-gradient(
      to right,
      rgba(0, 0, 0, 1) 0,
      rgba(0, 0, 0, 1) 40%,
      rgba(0, 0, 0, 0) 95%,
      rgba(0, 0, 0, 0) 0
    )
    100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  display: none;
}

.htagc {
  --mask: linear-gradient(
      to left,
      rgba(0, 0, 0, 1) 0,
      rgba(0, 0, 0, 1) 40%,
      rgba(0, 0, 0, 0) 95%,
      rgba(0, 0, 0, 0) 0
    )
    100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.head-tags.ptag2 {
  transform: translateX(-40px);
}

.head-tags.ptag3 {
  transform: translateX(-160px);
}

.head-tags.ptag4 {
  transform: translateX(-290px);
}

.about-modal {
  background-color: #1a1a1a;
  border-radius: 10px;
  padding: 60px;
  max-width: 80vw;
  margin: 5vh auto;
  z-index: 100;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-image: url(img/about-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 90%;
  display: none;
}

.options-modal {
  background-color: #1a1a1a;
  border-radius: 10px;
  padding: 60px;
  max-width: 80vw;
  margin: 5vh auto;
  z-index: 100;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

.aboutbackdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(5px);
  display: none;
}

.about-modal h2 {
  color: #fff;
  font-size: 2.5rem;
}

.about-modal p {
  max-width: 600px;
}

.about-modal .socials {
  margin-top: 30px;
}

.about-modal .socials a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-modal .close,
.options-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.page2 .playing img {
  filter: invert(71%) sepia(46%) saturate(3501%) hue-rotate(347deg)
    brightness(100%) contrast(94%);
}

.page4 .playing img {
  filter: invert(57%) sepia(82%) saturate(1310%) hue-rotate(165deg)
    brightness(92%) contrast(91%);
}

.page3 .playing img {
  filter: invert(90%) sepia(46%) saturate(783%) hue-rotate(3deg) brightness(88%)
    contrast(98%);
}

.page5 .playing img {
  filter: invert(24%) sepia(100%) saturate(3206%) hue-rotate(294deg)
    brightness(110%) contrast(108%);
}

.playbtn {
  cursor: pointer;
}

.image-links {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.image-links a {
  width: calc(25% - 10px);
}

.image-links a img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
}

.image-links a img:hover {
  transform: scale(1.1);
}

.reel {
  max-width: 600px;
  overflow: hidden;
  margin: 0 auto;
}

.startplay {
  cursor: pointer;
}

@media screen and (max-width: 1600px) {
  .tagline h1 {
    font-size: 3rem;
  }

  .page1 {
    top: 15%;
  }

  .console {
    top: 30vh;
  }

  .player h2 {
    font-size: 2.2rem;
  }

  .player {
    bottom: 7%;
  }
}

@media screen and (max-width: 1200px) {
  .tagline h1 {
    font-size: 2.5rem;
  }

  .page1 p {
    font-size: 1rem;
  }

  .player {
    max-width: 100vw;
    width: 100vw;
    left: 0;
  }

  .player .backbtn {
    left: 10%;
  }

  .player .forwardbtn {
    right: 10%;
  }

  .player .tgs {
    justify-content: center;
  }

  .player {
    min-height: 232px;
  }

  .page6 .tagline {
    margin-top: 10px;
  }
}

@media screen and (max-width: 960px) {
  .page1 {
    display: block;
    left: calc(50vw - 35vw);
    bottom: 220px;
    top: unset;
    max-width: 70vw;
  }

  .tagline h1 {
    margin: 0px;
  }

  .console {
    top: 20vh;
  }

  .page1 p {
    margin: 10px 0;
  }

  .emailForm {
    margin-top: 5px;
  }

  .footer-right {
    position: relative;
    right: unset;
    bottom: unset;
    margin-top: 20px;
    justify-content: center;
  }

  .player {
    bottom: 25%;
  }

  .page .tg img.best {
    height: 30px;
  }

  .page .tg img.ets {
    height: 40px;
  }

  .page .tg img {
    height: 35px;
  }
}

@media screen and (max-width: 650px) {
  .tagline h1 {
    font-size: 2rem;
  }

  .page1 p {
    font-size: 0.8rem;
  }

  .emailForm {
    flex-wrap: wrap;
  }

  .page1 {
    width: 100%;
    left: 0;
    max-width: 100%;
    padding: 20px;
  }

  .page .tg img.best {
    height: 20px;
  }

  .page .tg img.ets {
    height: 30px;
  }

  .page .tg img {
    height: 25px;
  }

  .footer-right {
    gap: 10px;
    justify-content: flex-start;
  }

  .player {
    width: 80%;
    left: 10%;
    bottom: 240px;
  }

  .player .backbtn {
    left: -10%;
  }

  .player .forwardbtn {
    right: -10%;
  }

  .player h2 {
    font-size: 1.5rem;
  }

  .player .playinfo {
    font-size: 1.1rem;
  }

  .player .navbtn {
    width: 40px;
    height: 40px;
  }

  .player .navbtn img {
    width: 20px;
  }

  .player .playinfo {
    margin: 10px 0;
  }

  .htagcontainer {
    left: 0;
  }

  .head-tags .tag img {
    width: 70px;
  }

  .emailForm input {
    width: 150px;
    font-size: 14px;
  }

  .emailForm button {
    padding: 10px 15px;
    font-size: 14px;
  }

  .head-tags.ptag2 {
    transform: translateX(-10px);
  }

  .head-tags.ptag3 {
    transform: translateX(-120px);
  }

  .head-tags.ptag4 {
    transform: translateX(-220px);
  }
}

@media screen and (max-width: 550px) {
  .console img {
    width: 130vw;
  }

  .player {
    width: 60%;
    left: 20%;
    top: 37vh;
  }

  .player .backbtn {
    left: -25%;
  }

  .player .forwardbtn {
    right: -25%;
  }

  .player .listen img {
    height: 45px;
  }

  .player h2 {
    font-size: 1.4rem;
  }

  .player .playingCurrently {
    font-size: 1.2rem;
  }

  .player .playinfo {
    font-size: 0.9rem;
  }

  .player .listenopt div {
    font-size: 1rem;
  }

  .player .listenopt .sub a {
    font-size: 0.8rem;
  }

  .logo img {
    width: 130px;
  }

  .emailForm input {
    width: 180px;
  }

  .footer {
    bottom: 2%;
  }

  .console {
    transform: rotate(7deg) translateY(8vh);
    margin-left: 0vw;
  }

  .page1 {
    bottom: unset;
    top: 33vh;
  }

  .tagline h1 {
    font-size: 1.5rem;
  }

  .new-podcast-scroll {
    display: flex;
    justify-content: flex-end;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 45px;
  }

  .new-podcast-scroll__icon {
    width: 20px;
    height: 30px;
    border-radius: 80px;
    margin-right: 16px;
  }

  .new-podcast-scroll__icon span {
    top: 7px;
    left: 8.5px;
    width: 3px;
    height: 8px;
    border-radius: 80px;
  }

  .startplay {
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 5px;
  }

  .startplay img {
    width: 45px;
  }

  .about-modal,
  .options-modal {
    max-width: 95vw;
    margin: 2.5vh auto;
    padding: 10px;
    padding-top: 30px;
    height: 90vh;
    overflow: scroll;
  }
}
