@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:300,400,700');
/**********ELECTROLIZE IS A TEST FONT ONLY**************
@import url('https://fonts.googleapis.com/css?family=Electrolize');

.electrolize-reg() { font-family:"Electrolize", Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-style:normal; }

*********ELECTROLIZE IS A TEST FONT ONLY***************/
.feature-video-container {
  position: relative;
  margin-top: -115px;
  height: 100vh;
  background-color: #000;
  color: #ffffff;
  /* @media screen and (max-width: 1000px) and (max-height: 600px) {
        #home-hero-bgvid-container {
            video {
                width: 110%;
                height: auto; 
            }
        }

    }
*/
  /* Mobile landscape */
  /* Tablet portrait */
  /* Mobile portrait */
}
.feature-video-container #home-hero-bgvid-container,
.feature-video-container #home-hero-bgvid-mobile-portrait,
.feature-video-container #home-hero-bgvid-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  overflow: hidden;
}
.feature-video-container #home-hero-bgvid-mobile-portrait {
  display: none;
}
.feature-video-container #home-hero-bgvid-mobile {
  display: none;
}
.feature-video-container .home-hero-content {
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  text-align: center;
}
.feature-video-container .home-hero-content .hero-title-img {
  width: 80%;
  max-width: 450px;
}
.feature-video-container .home-hero-content .home-hero-title {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.feature-video-container .home-hero-content .home-hero-subtitle {
  position: relative;
  margin-bottom: 60px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.8px;
  font-family: 'Crimson Text', serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.feature-video-container .home-hero-content .home-hero-subtitle:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url('../../../../../../../content/dam/atvi/sekiro/common/bar-3.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 240px;
  height: 3px;
}
.feature-video-container .home-hero-content .home-hero-title-text {
  margin: 3% auto 10px;
  font-size: 30px;
  color: #ffffff;
}
.feature-video-container .home-hero-content .game-buy {
  display: flex;
  background: url('../../../../../../../content/dam/atvi/sekiro/common/preorder-btn.png') center center no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 70px;
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .feature-video-container .home-hero-content .game-buy {
    display: flex;
  }
}
.feature-video-container .home-hero-content .game-buy a {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.feature-video-container .home-hero-content .home-hero-cta-text {
  display: none;
  background: url('../../../../../../../content/dam/atvi/sekiro/common/buy-btn.png') center center no-repeat;
  background-size: 100% 100%;
  height: 70px;
  width: 100%;
  max-width: 280px;
  border: none;
  color: #ffffff;
  font-family: 'Crimson Text', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .feature-video-container .home-hero-content .home-hero-cta-text {
    display: none;
  }
}
.feature-video-container .home-hero-content .home-hero-cta-text span {
  position: relative;
}
.feature-video-container .home-hero-content .home-hero-cta-text span:before {
  content: "";
  position: absolute;
  left: -35px;
  background: url('../../../../../../../content/dam/atvi/sekiro/common/play-btn.png') center center no-repeat;
  background-size: contain;
  width: 32px;
  height: 28px;
}
.feature-video-container.video-mode {
  padding-bottom: 58%;
  opacity: 0;
}
.feature-video-container.animate-active .main-container .bg-desktop {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}
.feature-video-container.animate-active .main-container .bg-mobile {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .feature-video-container #home-hero-bgvid-container {
    display: block;
  }
  .feature-video-container #home-hero-bgvid-mobile-portrait {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .feature-video-container #home-hero-bgvid-container video {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (min-height: 601px) {
  .feature-video-container #home-hero-bgvid-container video {
    height: 120%;
    width: auto;
  }
}
@media screen and (max-width: 1200px) and (max-height: 600px) {
  .feature-video-container #home-hero-bgvid-container video {
    width: 120%;
    height: auto;
  }
}
@media screen and (max-width: 800px) and (max-height: 600px) {
  .feature-video-container #home-hero-bgvid-container video {
    width: 130%;
    height: auto;
  }
}
@media screen and (max-width: 756px) and (orientation: landscape) {
  .feature-video-container #home-hero-bgvid-container {
    display: none;
  }
  .feature-video-container #home-hero-bgvid-mobile {
    display: block;
  }
  .feature-video-container #home-hero-bgvid-mobile video {
    height: 100%;
  }
}
@media screen and (max-width: 756px) and (orientation: portrait) {
  .feature-video-container {
    min-height: 667px;
  }
  .feature-video-container #home-hero-bgvid-container {
    display: none;
  }
  .feature-video-container #home-hero-content .home-hero-cta-text {
    max-width: 240px;
    font-size: 16px;
  }
  .feature-video-container #home-hero-bgvid-mobile-portrait {
    display: block;
  }
  .feature-video-container #home-hero-bgvid-mobile-portrait video {
    width: 110%;
  }
}
@media screen and (max-width: 440px) and (orientation: portrait) {
  .feature-video-container #home-hero-bgvid-mobile-portrait video {
    height: 100%;
    width: auto;
  }
}
.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  position: fixed!important;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.hero-video-overlay .atvi-video .player-wrapper {
  padding-bottom: 54.25%;
}
.hero-video-overlay .hero-close-btn {
  background: url('../../../../../../../content/dam/atvi/sekiro/common/close-button.png') center center no-repeat;
  background-size: contain;
  width: 72px;
  height: 59px;
  position: absolute;
  top: 45px;
  right: 135px;
  border: none;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .hero-video-overlay .hero-close-btn {
    top: 20px;
    right: 5%;
  }
}
.hero-video-overlay #launchVideo {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1250px) {
  .hero-video-overlay #launchVideo {
    top: 16%;
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .hero-video-overlay #launchVideo {
    top: 15%;
    width: 100%;
  }
}
.hero-video-overlay .atvi-agegate {
  background: url('../../../../../../../content/dam/atvi/sekiro/common/age-gate-bg.png') center center no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  font-family: 'Crimson Text', serif;
  font-style: normal;
  font-weight: 500;
}
.hero-video-overlay .atvi-agegate h2.dob-prompt {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .hero-video-overlay .atvi-agegate h2.dob-prompt {
    padding: 0 20px;
    font-size: 20px;
  }
}
.hero-video-overlay .atvi-agegate .fields {
  max-width: 380px;
  margin: auto;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .hero-video-overlay .atvi-agegate .fields {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-video-overlay .atvi-agegate .field {
    font-size: 14px;
  }
}
.hero-video-overlay .atvi-agegate .month-input,
.hero-video-overlay .atvi-agegate .day-input {
  font-family: 'Crimson Text', serif;
  font-style: normal;
  font-weight: 500;
}
.hero-video-overlay .atvi-agegate .year-input {
  font-family: 'Crimson Text', serif;
  font-style: normal;
  font-weight: 500;
  margin-right: 0!important;
}
.hero-video-overlay .atvi-agegate .submit-wrapper {
  background: url('../../../../../../../content/dam/atvi/sekiro/common/buy-btn.png') center center no-repeat;
  background-size: 100% 100%;
  height: 70px;
  width: 100%;
  max-width: 280px;
  margin: 40px auto 0;
  border: none;
  color: #ffffff;
  font-family: 'Crimson Text', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .hero-video-overlay .atvi-agegate .submit-wrapper {
    width: 70%;
    margin-top: 20px;
  }
}
.hero-video-overlay .atvi-agegate .submit {
  background: none;
  padding: 0;
  line-height: 70px;
  font-size: 20px;
  color: #ffffff;
}
.hero-video-overlay .controls {
  position: relative;
  bottom: 40px;
}
