@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/*******************************************************************
DIN NEXT Font
*******************************************************************/
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
@keyframes scaleBackground {
  0% {
    background-size: 2157px 945px;
  }
  100% {
    background-size: 1712px 750px;
  }
}
@keyframes showHero {
  0% {
    opacity: 0;
    top: 173px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes showText {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(154px);
  }
}
#atvi-games-hero .hero-container {
  position: relative;
  height: 750px;
  max-width: 100%;
  overflow: hidden;
  background-image: url(../../../../../../../../../content/dam/atvi/activision/atvi-touchui/activision/games/hero-background-v3.webp);
  background-position: 50% 0%;
  background-size: 2157px 945px;
  animation: 2s ease-out 1s 1 forwards scaleBackground;
}
#atvi-games-hero .hero-container img {
  opacity: 0;
  width: 100%;
  max-width: 1700px;
  max-height: 750px;
  position: absolute;
  object-fit: cover;
  object-position: center top;
  left: 50%;
  transform: translateX(-50%);
  top: 173px;
  animation: 2s ease-out 1s 1 forwards showHero;
}
#atvi-games-hero .hero-container h1 {
  position: absolute;
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: bold;
  font-size: 96px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  top: 30%;
  animation: 2s ease-out 1s 1 forwards showText;
  z-index: 2;
}
#atvi-games-hero .hero-container .overlay {
  height: 750px;
  width: 100%;
  position: absolute;
  z-index: 1;
  /*background: linear-gradient(to bottom, 
                        rgba(0,0,0,.17) 50%, 
                        rgba(0,0,0,.5) 70%,
                        rgba(0,0,0,.91) 90%,
                        rgba(0,0,0,1) 100%);*/
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0.79) 92.75%, rgba(0, 0, 0, 0.91) 59.03%, #000000 93.58%);
}
#atvi-games-hero .hero-container:before {
  content: "";
  position: absolute;
  bottom: 120px;
  left: 130px;
  width: 190px;
  height: 1px;
  background-color: #b3b6b7;
  z-index: 2;
  -webkit-transform: rotate(-135deg);
  transform-origin: 0% 0%;
  overflow: hidden;
}
#atvi-games-hero .hero-container:after {
  content: "";
  position: absolute;
  bottom: 121px;
  left: 130px;
  width: 100%;
  height: 1px;
  background-color: #b3b6b7;
  z-index: 2;
  overflow: hidden;
}
#atvi-games-hero .hero-container #desktop-image {
  display: block;
}
#atvi-games-hero .hero-container #mobile-image {
  display: none;
}
@media screen and (max-width: 1350px) {
  #atvi-games-hero .hero-container {
    height: 700px;
  }
  #atvi-games-hero .hero-container img {
    max-height: 700px;
  }
  #atvi-games-hero .hero-container .overlay {
    height: 700px;
  }
  #atvi-games-hero .hero-container h1 {
    top: 27%;
  }
}
@media screen and (max-width: 1024px) {
  #atvi-games-hero .hero-container {
    height: 600px;
    animation: none;
    background-size: 1712px 750px;
    background-image: url(../../../../../../../../../content/dam/atvi/activision/atvi-touchui/activision/games/hero-background-mobile-v3.webp);
  }
  #atvi-games-hero .hero-container img {
    max-height: 550px;
    animation: none;
    opacity: 1;
    top: 50px;
  }
  #atvi-games-hero .hero-container .overlay {
    height: 600px;
  }
  #atvi-games-hero .hero-container h1 {
    animation: none;
    opacity: 1;
    transform: translateY(154px);
    font-size: 64px;
    left: 0;
  }
  #atvi-games-hero .hero-container:before {
    bottom: 70px;
    left: 70px;
    width: 130px;
  }
  #atvi-games-hero .hero-container:after {
    bottom: 71px;
    left: 70px;
  }
  #atvi-games-hero .hero-container #desktop-image {
    display: none;
  }
  #atvi-games-hero .hero-container #mobile-image {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  #atvi-games-hero .hero-container {
    height: 372px;
  }
  #atvi-games-hero .hero-container img {
    max-height: 400px;
    top: 50px;
  }
  #atvi-games-hero .hero-container .overlay {
    /*height: 450px;
                background: linear-gradient(to bottom, 
                        rgba(0,0,0,.17) 50%, 
                        rgba(0,0,0,.5) 65%,
                        rgba(0,0,0,.91) 80%,
                        rgba(0,0,0,1) 100%);*/
    height: 372px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 57.75%, rgba(0, 0, 0, 0.9) 65.03%, #000000 88.58%);
  }
  #atvi-games-hero .hero-container h1 {
    font-size: 40px;
    width: 300px;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
  }
  #atvi-games-hero .hero-container:before {
    bottom: 80px;
    left: 60px;
    width: 130px;
  }
  #atvi-games-hero .hero-container:after {
    bottom: 81px;
    left: 60px;
  }
}
