.activity-body {
  font-family: 'Proxima';
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
}
.activity-book {
  max-width: 650px;
  height: fit-content; 
  position: relative;
  bottom: 50px;
}
.activity-container {
  max-width: 1210px;
  display: flex;
  flex-direction: row;
  align-self: center;
}
.activity-download {
  max-width: 200px;
  height: auto; 
}
.activity-section {
  background-color: white;
  width: 100%;
  height: 400px;
  margin: 0px;
  margin-bottom: 70px;
}
.activity-title {
  font-family: 'Proxima-Semibold';
  margin-right: auto;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}
.activity-text {
  display: flex;
  flex-direction: column;
  padding: 30px;
  max-width: 700px;
  align-self: center;
   align-items: center;
}


#backgroundVid {
  max-height: 105vh;
  min-height: 1025px;  
  object-fit: cover;
  width: 100%;
  position: absolute;
  z-index: -1;
}

body { 
  padding: 0; 
  margin: 0; 
  background-color:#F5F7FA; 
  font-family: 'Proxima';
}
button {
  background-color: white;
  border-radius: 4px;
  width: 329px;
  height: 60px;
  padding: 14px 18px 14px 18px;
  color: black;
  border-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  font-size: 18px;
  font-weight: 700;
}
.button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: center;
  justify-content: center;
  cursor: pointer;
}
.button-container > a {
  text-decoration: none;
  background-size: cover;
    width: 203px;
    height: 40px;
    text-decoration: none;
    color: #38E1F4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.button-container button {
  cursor: pointer;
}
button img {
  padding-right: 16px;
}
.button-row{
  display: flex;
  justify-content: end;
  flex-direction: row;
  padding-top: 20px;
  place-content: space-between;
}
.button-trailer {
  background: none;
  position: absolute;
  top: -40px;
  right: 0%;
  width: 61px;
}
.card {
  height: 290px;
  width: 212px;
  background-size: cover;
  background-size: cover;
  margin: 8px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.card-front {
  width: 85%;
  margin: 15px;
}
.card-section {
  display: flex;
  flex-direction: row;
  align-self: center;
  flex-wrap: wrap;
  align-self: center;
  justify-content: center;
  width: 100%;
  max-width: 1364px;
  padding: 40px 20px;
}

.card-section img {
  max-width: 212px;
  max-height: 290px;
}

.card-container {
  height: 290px;
  width: 260px;
  border-radius: 10px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.caption {
  font-size: 12px;
  font-style: italic;
}

.center-logos {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.center-logos img {
  padding: 0px 50px;
  width: 540px;
  height: 100%;
}

.close {
  float: right;
  margin: -38px;
  font-size: 28px;
  font-weight: bold;
}
.creature-button-border {
  width: 83%;
  margin-bottom: 82px;
  background: linear-gradient(-135deg, transparent 40px, #00FFFFCC 0) top right;
}
.creature-button-container {
  width: 99.5%;
  position: relative;
  left: 2.5px;
  top: 3px;
  background: linear-gradient(-135deg, transparent 40px, #0F2348EB  0) top right;
  padding: 50px 55px;
  box-sizing: border-box;
}
.creature-button-container img {
  max-width: 300px;
  height: auto;
  margin: 20px 70px 20px 20px;
}
.creature-button-container .small {
  height: fit-content;
  width: 40%;
  margin-left: 0px;
}
.creature-creator-button {
  background: linear-gradient(180deg, rgba(15, 35, 72, 0.62) -38.33%, rgba(15, 35, 72, 0.8) 47.24%, rgba(15, 35, 72, 0.44) 138.33%);
  border: 1.5px solid #00FFFF;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  text-transform: uppercase;
  font-family: 'OxaniumLight';
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 2.5px;
  width: auto;
  padding: 0 16px;
}
.creature-creator-button a {
  text-decoration: none;
  color: white;
}

.trailer {
  position: absolute !important;
  top: 0px;
  right: 50px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  text-align: end;
}

.col-container {
  width: 65%;
  display: flex;
  flex-direction: column;
}
.col-cta {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Proxima-Semibold';
}
.col-cta img {
  padding-left: 5px;
}

.col-group {
  margin: auto;
  margin-top:40px;
  flex-direction: row;
  display: flex;
  justify-content: space-evenly;
  width: 75%;
  font-family: 'Proxima';
  align-items: self-end;
  font-size: 18px;
  max-width: 1130px;
}
.col-group img {
  padding: 0px 50px 0px 0px;
  margin: auto;
}

.col-logo-container {
  max-width: 400px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 5%), 0px 3px 1px -2px rgb(0 0 0 / 7%), 0px 1px 5px rgb(0 0 0 / 10%);
  text-align: center;
  max-width: 400px;
  min-height: 218px;
  display: flex;
  justify-content: center;
}
.col-logo-container > a {
  text-decoration: none;
}
.col-logo-container img{
  max-width: -webkit-fill-available;
  padding: 10px 20px;
}

.col-container i{
  opacity: 60%;
}

footer {
  background-color: #0F2348;
  padding: 40px 20px;  
  font-family: 'Proxima';
  min-height: 243px;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  font-size: 12px;
}

.film-section{
  width: 75%;
  max-width: 1150px;
  margin: 100px auto;
  background: center right no-repeat;
  background-size: cover;
}

.film-description {
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Proxima';
}
.film-description-us {
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Proxima';
}
.film-container{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 55%;
  margin: 50px
}
.film-container-us{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 65%;
  margin: 50px
}
.film-container > img {
  width: 77%;
  margin-bottom: 20px;
}
.film-container-us > img {
  width: 77%;
  margin-bottom: 20px;
}
.film-container img, .film-container h4 {
  align-self: center;
}
.film-container-us img, .film-container-us h4 {
  align-self: center;
}
.footer-nav ul {
  list-style: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
h3 {
  font-family: 'Proxima-Semibold';
  text-transform: uppercase;
}
h4{
  font-family: 'GothamBook';
  font-size: 20px;
}
h5{
  font-family: "OxaniumLight";
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: left;
  color: white;
}

header{
  display: flex;
  flex-direction: column;
  background-size: cover;
}
.horizontal-line {
  background: linear-gradient(90deg, #44B6FF 59.53%, rgba(68, 182, 255, 0) 107.23%);
  height: 2px;
  width: 50%;
  margin-right: 50px;
}
.info-section {
  line-height: 24px;
}
.info-section a{
  color: #015CA1;
  text-decoration-line: none;
}

li a{
  color: white;
  text-decoration: none;
  padding: 0 8px;
  font-size: 12px;
}
li a:hover {
  opacity: 80%;
  text-decoration: underline;
}

.links-footer-copyright p{
  opacity: 70%;
  color: white;
  text-align: center;
  padding: 14px;
  font-family: 'Proxima-Light';
  font-size: 12pxtest;
}

.logo-container {
  display: flex;
  justify-content: space-between;
  padding: 40px 70px;
  align-items: center;
}
.logo-container > img:first-of-type {
  max-width: 109px;
  height: 94px;
}
.logo-container > img:last-of-type {
  max-width: 109px;
  height: 94px;
}
.logo-medium {
  max-width: 180px;
}

.logo-right {
  border-left: solid 2px #44B6FF;
}

main {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0px 70px;
}
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.7); 
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 400px;
  max-width: 76%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 8px;
}
.modal-content-trailer {
  position: relative;
  margin: auto;
  left: 0%;
  display: flex;
  justify-content: center;
}

.modal-body-trailer {
  width: 100%;
}
.modal-header {
  padding: 2px 16px;
  background-color: rgba(0,0,0,0.1);
  color: white;
}

.modal-body {
  padding: 25px 35px;
  text-align-last: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: -webkit-center;
}
.modal-content-trailer {
  position: relative;
  margin: auto;
  left: 0%;
  display: flex;
  justify-content: center;
}

.modal-body-trailer {
  width: 100%;
}
.modal-button{
  width: 200px;
  height: 300px;
  cursor: pointer;
  position: absolute;
}
.modal-button.link{
  width: 112px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.modal-button.link.buy-now {
  height: 24px;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  padding: 20px;
  font-family: 'Proxima-Semibold';
}
.modal-button.footer-link {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  width: fit-content;
  height: auto;
}
nav > ul > li {
  text-align: center;
}
.nav-bar {
  height: 76px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 36px 0px 36px;
}
.nav-bar > a > img {
  max-width: 170px;
}
.planet-possible-section {
  line-height: 24px;
}
.planet-possible-section a {
  color: #015CA1;
  text-decoration-line: none;
}
.row {
  display: flex;
  flex-direction: row;
  place-content: center;
  align-items: center;
}

.row-container > img {
  padding: 0px 50px 0px 0px;
  width: 201px;
  margin: auto;
}

.poster {
  position: relative;
  right: 90px;
  top: 40px;
}

section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 30px;
}
.section-title {
  text-align: center;
  font-size: 20px;
  font-family: "OxaniumBold";
  color: white;
}
.social-icons img{
  padding: 6px;
}
.social-icons a {
  margin: 6px;
}
.social-icons {
  display: flex;
}
.social-icons .modal-button{
  margin: 0px;
  width: 22px;
  box-sizing: border-box;
}
.social-icons div:hover {
  filter: opacity(80%);
}
.social-icons img:hover{
  filter: opacity(80%);
}
.social-footer{
  display: flex;
  flex-direction: column;
  color: white;
  align-items: center;
  padding-bottom: 50px;
}
.social-footer img, a>img {
  max-width: 25px;
}

.social-footer > .social-icons{
  padding-top: 20px;
  padding-bottom: 16px;
}

.subheader-container{
  width: 75%;
  color: white;
  align-self: center;
  margin-bottom: 82px;
  text-align: center;
}

.subheader-text {
  font-family: 'OxaniumMedium';
  font-style: normal;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 1.75px;
  max-width: 1155px;
  margin: auto;
}
.subheader-text-button {
  color: white;
  text-align: left;
  font-family: 'OxaniumMedium';
  font-style: normal;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 1.75px;
}
.subheader-column {
  column-count: 2;
  font-family: 'OxaniumLight';
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.1px;
  text-align: justified;
}
.responsive-youtube iframe {
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
}
.responsive-youtube .youtube-trailer {
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
}
.responsive-youtube {
  overflow: hidden; 
  padding-bottom: 56.25%; 
  position: relative; 
  width: 100%;
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
}
.responsive-vjs {
  text-align: -webkit-center;
}
.responsive-videojs-container {
  overflow: hidden; 
  padding-bottom: 56.25%; 
  position: relative; 
  width: 83%;
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
}
.yt-trailer {
  padding-bottom: 37.25% !important;
  margin-bottom: 20px;
  width: 80% !important;
  height: 100px !important;
}
.responsive-youtube-container{
  width: 65%;
  margin: auto;
}

.row-container {
  margin: auto;
  margin-top: 40px;
  flex-direction: row;
  display: flex;
  justify-content: space-evenly;
  width: 75%;
  font-family: 'Proxima';
  align-items: self-end;
  font-size: 18px;
  max-width: 1130px;
  margin-bottom: 82px;

}
video::-webkit-media-controls {
    display:none !important;
}
.ytp-title-text {
  display: none !important;
}
#vpo-video {
  max-height: 80vh;
}

/* Age Gate Range Slider  */

.age-gate-logo {
  width: 200px;
}
.age-gate-container {
  width: 50%;
}
.age-gate-container > div > a > img {
  max-width: 170px;

}
.age-gate-text {
  font-family: 'Proxima';
  font-weight: 700;
  font-size: 20px;
}
.age-modal-button {
  width: 200px;
  cursor: pointer;
  position: absolute;
}
.close-agegate {
  background-size: cover;
    width: 203px;
    height: 42px;
    text-decoration: none;
    color: #38E1F4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin: 25px auto;
    cursor: pointer;
}
#age-gate {
  color: #015CA1;
  font-family: 'Proxima';
  font-size: 36px;
}
#set-age {
  font-size: 16px;
  font-family: 'Proxima-Semibold';
  height: 42px;
}
.slidecontainer {
  width: 100%;
}
.slider-input {
  font-size: 45px;
  font-family: 'RajdhaniMedium';
  color: #015CA1;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.slider-input span {
  padding: 0 20px;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 8px;
  margin: 30px 0px;
  background: #1F29334D;
  outline: none;
  opacity: 0.85;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #015CA1;
  ;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #015CA1;
  ;
  cursor: pointer;
}

.supporting-section {
  width: 66%;
  max-width: 1050px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #EBECEF;
  padding: 10px 50px 50px 50px;
  border-radius: 6px;
}
.supporting-section-logos{
  display: flex;
}
#supporting-logos {
  height: 100px;
  width: 125px;
  margin: 0px 30px;
  box-sizing: border-box;
}


@media only screen and (max-width: 1250px) {
  .activity-book {
    width: 100%;
    height: fit-content;
    object-fit: contain;
    padding-bottom: 50px;
    position: relative;
    bottom: 0px;
    top: 50px
  }
  .activity-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .activity-section {
    background-color: white;
    width: 100%;
    height: auto;
    margin: 80px auto;
    padding: 0px 0px 20px 0px;
  }
  .activity-text {
    padding: 40px 35px 0px 35px;
  }
  .vpo-video-dimensions {
    width: 937px !important;
    height: 528px !important;
  }
  .supporting-section-logos {
    display: flex;
    flex-direction: column;
  }
  #supporting-logos {
    width: 230px;
    margin: 36px 0px;
  }
}

@media only screen and (max-width: 1000px) {
  .creature-button-border {
    height: auto;
    margin-bottom: 45px;
  }
  .creature-button-container {
    height: fit-content;
    padding: 10px;
  }
  .creature-button-container img {
    max-width: 200px;
    height: auto;
    margin: 20px;

  }
  .col-container {
    width: 80%;
    margin: 30px;
    display: flex;
    flex-direction: column;
    align-self: center;
}
  .col-group {
    flex-direction: column;
    margin-top: 50px;
    align-items: center;
  }
  .logo-container {
    padding: 28px 40px;
    align-items: center;
  }
  .logo-container img {
    max-width: 43%;
  }
  .logo-container > img:first-of-type, .logo-container > img:last-of-type {
    height: 68px !important;
  }
  .logo-medium {
    max-width: 130px !important;
  }
  .row {
    flex-direction: column;
    align-items: center;
  }
  .row-container {
    flex-direction: column;
    width: 100%;
    margin: auto;
}
  .subheader-container img{
    width: 80%;
    max-width: 390px;
  }
  .vpo-video-dimensions {
    width: 615px !important;
    height: 346px !important;
  }
}

@media only screen and (max-width: 800px) {
  #backgroundVid {
    height: 50vh;
  }
  .avatar-logo {
    max-width: 65% !important;
  }
  button {
    background-color: white;
    width: 220px;
  }
  .button-row{
    padding-bottom: 20px;
    align-self: center;
  }
  .card-section {
    padding: 40px 0px;
  }
  .center-logos {
    justify-content: center;
  }
  .center-logos img {
    padding: 0 12px;
  }
  .col-group img {
    padding: 0;
  }
  .col-container {
    width: 80%;
    margin: 0px 30px;
    display: flex;
    flex-direction: column;
    align-self: center;
  }
  .film-section {
    width: auto;
    background: center left no-repeat;
    margin: 0px;
    padding: 10px;
    padding-top: 25px;
  }
  .film-container {
    margin: 10px 25px;
    max-width: 92%;
  }
  .film-container-us {
    margin: 10px 25px;
    max-width: 92%;
  }
  .film-container > img {
    width: 90%;
  }
  .film-container-us > img {
    width: 90%;
  }
  .footer-nav ul {
    flex-direction: column;
    padding: 0px;
  }
  h4{
    font-size: 18px;
  }
  h5 {
    font-size: 14px;
    line-height: 24px;
  }
  iframe{
    height: 200px;
  }
  .logo-container{
    padding: 10px 20px;
    align-items: center;
  }
  .logo-medium {
    max-width: 25% !important;
  }
  .logo-container img {
    max-width: 25%;
  }
  main {
    margin: 0px;
  }
  .nav-bar {
    justify-content: space-between;
    padding: 0px 20px 0px 20px;
  }
  .poster {
    width: 80%;
    right: 45%;
  }
  .planet-possible-section {
    margin: 40px 0px;
  }
  .row-container {
    flex-direction: column;
    width: 100%;
    margin: auto;
  }
  .row-container > img {
    padding: 20px;
  }
  .responsive-youtube-container {
    width: 100%;
  }
  section {
    margin: 0px;
  }
  .small {
    display: none;
  }
  .social-icons img{
    width: 22px;
  }
  .subheader-container img{
    width: 100%;
    max-width: 390px;
  }
  .subheader-text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    text-align: left;
  }
  .subheader-text-button {
    font-size: 23px;
    line-height: 33px;
  }
  .subheader-column {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }
  .tnc-logo {
    max-width: 250px;
  }
  .vpo-video-dimensions {
    width: 380px !important;
    height: 214px !important;
  }
}
@media only screen and (max-width: 340px) {
  .subheader-column {
    font-size: 10px;
  }
}

@font-face {
  font-family: "OxaniumBold";
  src: url("../styles/fonts/Oxanium-Bold.ttf") format('truetype');
  }
@font-face {
  font-family: "inspire";
    src: url("../styles/fonts/inspiretwdc-medium.ttf") format('truetype'),
    url("../styles/fonts/inspiretwdc-medium.woff") format('woff');
    }
@font-face {
  font-family: "inspireLight";
    src: url("../styles/fonts/inspiretwdc-light.ttf") format('truetype')
    }
@font-face {
  font-family: "OxaniumMedium";
  src: url("../styles/fonts/Oxanium-Medium.ttf") format('truetype');
    }
@font-face {
  font-family: "OxaniumLight";
  src: url("../styles/fonts/Oxanium-Light.ttf") format('truetype');
    }
@font-face {
  font-family: "RajdhaniMedium";
  src: url("../styles/fonts/Rajdhani-Medium.ttf") format('truetype');
    }
@font-face {
  font-family: "GothamBook";
  src: url("../styles/fonts/GothamBook.ttf") format('truetype');
    }
@font-face {
  font-family: "GothamMedium";
  src: url("../styles/fonts/GothamMedium.ttf") format('truetype');
    }
@font-face {
  font-family: "TorukSC";
  src: url("../styles/fonts/TorukSC-Regular.ttf") format('truetype');
    }
@font-face {
  font-family: "Proxima";
  src: url("../styles/fonts/Proxima-Nova-Regular.ttf") format('truetype');
    }
@font-face {
  font-family: "Proxima-Semibold";
  src: url("../styles/fonts/Proxima-Nova-Semibold.ttf") format('truetype');
    }
@font-face {
  font-family: "Proxima-Light";
  src: url("../styles/fonts/Proxima-Nova-Light.ttf") format('truetype');
    }

@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.link-avatar {
  color: #00FFFF;
}

.link-avatar:visited {
  color: #00FFFF;
}