@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&display=swap');
* {
  box-sizing: border-box;
}
html {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: visible;
}
body {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background-color: #000;
  background-image: url('poster.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #fff;
  overflow: hidden;
}
textarea, select, input, button {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  outline: none;
}
input, select {
  width: 100%;
  height: 45px;
  border-radius: 3px;
  font-size: 18px;
  border: 1px solid #c1c1c1;
}
textarea {
  width: 100%;
  height: 200px;
  border-radius: 3px;
  font-size: 18px;
  border: 1px solid #c1c1c1;
  resize: none;
}
input[type=checkbox] {
  width: 15px;
  height: 15px;
}
textarea:focus, select:focus, input:focus, button:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: #cd0008;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}
main.container {
  position: relative;
  top: 0;
  padding-top: 14vh;
  width: 140vh;
  max-width: 95vw;
  min-height: 95vh;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.main img {
  width: 30vw;
  height: auto;
}
.main .author {
  font-size: 1.75em;
  text-transform: none;
}
.main .byline {
  margin-bottom: 1.75em;
}
.main .logo {
  margin-bottom: 2.25em;
}
.main .caption {
  margin-bottom: 4.25em;
}
.tagline {
  top: 4vw;
  left: 0;
  right: 0;
  font-size: 24px;
  text-transform: uppercase;
  color: #ff0000;
  text-align: center;
  pointer-events: none;
  font-weight: 500;
}
.buttons {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 2.25em;
  flex-direction: row;
  flex-wrap: wrap;
}
.register_button {
  height: 3rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  width: auto;
  border-radius: 2rem;
  color: #000;
  background-color: #fff;
  padding: 0 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
}
.register_button:hover {
  color: #fff;
  border: 0rem;
  cursor: pointer;
  background-color: rgb(205,0,8,1);
}
.register_button span {
  margin-right: 0.25em;
}
.trailer_button {
  margin-right: 2rem;
  margin-bottom: 1rem;
  height: 3rem;
  line-height: 3rem;
  color: #fff;
  background-color: rgb(0,0,0,0);
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}
.trailer_button span {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 35%;
}
.trailer_button2 {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.25rem;
  border: 3px solid #fff;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.trailer_button2:hover {
  background-color: rgb(205,0,8,1);
}
.hidden {
  display: none;
}
.popup_container {
  position: fixed;
  top: 18vh;
  right: 0vw;
  width: 40vw;
  max-width: 600px;
  background: rgb(255,255,255,0.75);
  color: #000;
  padding: 20px 20px 20px 45px;
  font-weight: 400;
  transform: translate3d(0%, 0, 0);
  transition: transform 625ms ease, visibility 625ms ease;
  max-height: 64vh;
  overflow-y: auto;
}
.popup_container.hidden {
  display: block;
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  pointer-events: none;
}
.close {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25px;
  padding-left: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
}
.popup_container .title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.popup_container .text {
  margin-top: 3%;
  margin-bottom: 3%;
}
.popup_container input {
  height: 45px;
  border-radius: 8px;
  font-size: 18px;
  border: 1px solid #c1c1c1;
  padding-left: 3%;
}
.popup_container .field {
  margin-top: 1.5%;
  margin-bottom: 1.5%;
}
.popup_container .field label {
  display: inline-block;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  text-transform: uppercase;
}
.popup_container .submit_button {
  margin-top: 5%;
  width: 100%;
  border: #000;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background-image: linear-gradient(to bottom, #cd0008 , #a50208);
  text-transform: uppercase;
}
#clips.popup_container {
  background: none;
  color: #fff;
  height: 60vh;
  overflow: hidden;
}
#clips.popup_container .close {
  font-size: 30px;
  padding-top: 20px;
}
#clips.popup_container .video_list {
  height: 100%;
  padding: 10% 0;
  margin-top: -5%;
  overflow-y: auto;
  -webkit-mask: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent) bottom / 100%;
  mask: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent) bottom / 100%;
}
.video_list .entry {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1em 0;
}
.video_list .entry img {
  width: 160px;
  height: 90px;
  margin-right: 1rem;
  object-fit: contain;
}
.movie_popup_container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 5%;
  background: rgb(0,0,0,0.75);
  text-align: center;
  transition: opacity 625ms ease, visibility 625ms ease;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.movie_popup_container.hidden {
  display: fixed;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.movie_popup_container .close {
  position: absolute;
  top: 0;
  left: 0;
}
.movie_popup_container video {
  width: 100%;
}
.error_text {
  font-weight: 400;
  font-size: 16px;
  color: #cd0008;
  margin-top: 3%;
  margin-bottom: 3%;
}
.main {
  font-size: 16px;
  font-weight: 300;
}
.main a {
  text-decoration: none;
}
.links_container {
  positioN: absolute;
  top: 14vh;
  right: 0;
  text-align: right;
}
.links_container a {
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  margin-right: 1em;
  color:  #bdbdbd;
  text-decoration: none;
}
.links_container a:hover{
  color: #cd0008;
  display: inline-block;
}
.billing_container {
  position: relative;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  line-height: 1.35em;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 1em;
  font-weight: 200;
  color: #c1c1c1;
}
.billing_line {
  white-space: nowrap;
}
.billing_large {
  font-size: 1.5em;
}
.copyright {
  position: relative;
  text-align: center;
  font-size: 1em;
  margin-top: 1em;
  color: #c1c1c1;
}
.clip_select_container {
  position: relative;
  text-align: center;
  transition: opacity 625ms ease, visibility 625ms ease;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.clip_select_container.hidden {
  display: relative;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.root_menu {
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 36px;
}
.root_menu .entry {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
  font-weight: 400;
  color: #cd0008;
  text-align: center;
  transition: all 300ms ease-out;
  background: no-repeat center / 100% radial-gradient(ellipse, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0) 70%);
  padding: 20px;
  margin: -20px;
}
.root_menu .entry .lock {
  position: absolute;
  width: 124px;
  height: 180px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 10px;
  align-items: center;
  justify-content: center;
  color: #c1c1c1;
  background-color: rgba(0,0,0,0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-out;
}
.root_menu .entry .lock span {
  font-size: 45px;
}
.root_menu .entry .lock-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 300ms ease-out;
}
.root_menu .entry span {
  font-size: 24px;
}
.root_menu .label {
  position: absolute;
  bottom: -36px;
  right: 0;
  width: 100px;
  height: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 300ms ease-out;
}
.root_menu.collapsed .label {
  opacity: 1;
  animation: 1s infinite alternate pulse;
}
.root_menu .toggler {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  color: #cd0008;
  transition: transform 300ms ease-out;
}
.root_menu .toggler:hover {
  color: #fff;
}
.root_menu .toggler:hover circle {
  fill: #cd0008;
}
.root_menu .entry:nth-child(1) {
  transform: rotateZ(90deg) translate3d(-180px,0,0) rotateZ(-90deg);
}
.root_menu .entry:nth-child(2) {
  transform: rotateZ(45deg) translate3d(-200px,0,0) rotateZ(-45deg);
}
.root_menu .entry:nth-child(3) {
  transform: rotateZ(20deg) translate3d(-180px,0,0) rotateZ(-20deg);
}
.root_menu .entry:nth-child(4) {
  transform: rotateZ(0deg) translate3d(-180px,0,0) rotateZ(-0deg);
}
.root_menu.collapsed .entry {
  opacity: 0;
}
.root_menu.collapsed .entry:nth-child(1) {
  transform: rotateZ(90deg) translate3d(0px,0,0) rotateZ(-90deg);
}
.root_menu.collapsed .entry:nth-child(2) {
  transform: rotateZ(45deg) translate3d(0px,0,0) rotateZ(-45deg);
}
.root_menu.collapsed .entry:nth-child(3) {
  transform: rotateZ(20deg) translate3d(0px,0,0) rotateZ(-20deg);
}
.root_menu.collapsed .entry:nth-child(4) {
  transform: rotateZ(0deg) translate3d(0px,0,0) rotateZ(-0deg);
}
.root_menu.collapsed .toggler {
  animation: 1s infinite alternate pulse;
}
@keyframes pulse {
  from {
    transform: scale3d(0.95,0.95,1);
  }
  to {
    transform: scale3d(1.05,1.05,1);
  }
}
.root_menu .entry img {
  width: 124px;
  height: 180px;
  object-fit: contain;
  margin: 0.25em 0;
}
.root_menu .entry.disabled {
  filter: saturate(30%);
}
.root_menu .entry.disabled:hover .lock, .root_menu .entry.disabled:hover .lock-text {
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  main.container {
    top: 0;
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 10vw;
  }
  .links_container {
    position: relative;
    top: 0;
    padding-bottom: 3em;
  }
  .main {
    margin: 1.25em auto;
  }
  .main img {
    width: 84%;
  }
  .main .buttons {
    display: none;
  }
  .popup_container {
    background-color: rgba(204,204,204,0.9);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 100%;
  }
  #clips.popup_container {
    background-color: rgba(0,0,0,0.8);
    height: 100%;
  }
  #clips.popup_container .video_list {
    -webkit-mask: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent) bottom / 100%;
    mask: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent) bottom / 100%;
  }
  .billing_container {
    font-size: 0.75em;
    padding-bottom: 2.35em;
  }
  .billing_large {
    font-size: 1.25em;
  }
  .clip_select_container {
    margin-bottom: 3em;
  }
  .root_menu {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 480px) {
  .main.container {
    height: 100vh;
  }
  .clip_select_container {
    position: relative;
    width: 40vw;
    max-width: 500px;
    bottom: 0;
    right: 0;
    padding: 2%;
    margin-left: auto;
  }
  .popup_container .field.left {
    float: left;
    width: 48.5%;
    margin-right: 1.5%;
  }
  .popup_container .field.right {
    float: left;
    width: 48.5%;
    margin-left: 1.5%;
  }
  .billing_container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100vh;
  }
  .tagline {
    position: absolute;
    top: 5vw;
  }
}
@media only screen and (min-width: 800px) {
  main.container {
    width: 800px;
    min-width: 90vw;
  }
  .tagline {
    top: 40px;
  }
  .billing_container {
    width: 800px;
    max-width: 60vw;
  }
}
