/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000; 

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file 
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
@keyframes popIn {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes popOut {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes progressRing {
  from {
    stroke-dashoffset: 339;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes cycle1 {
  0% {
    top: 0px;
  }
  15% {
    top: 0px;
  }
  20% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  32% {
    top: 38.4px;
    opacity: 0;
    z-index: 0;
  }
  43% {
    top: -38.4px;
    opacity: 0;
    z-index: -1;
  }
  74% {
    top: -38.4px;
    opacity: 0;
    z-index: 0;
  }
  88% {
    top: -38.4px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes cycle2 {
  0% {
    top: -38.4px;
    opacity: 0;
  }
  15% {
    top: -38.4px;
    opacity: 0;
  }
  20% {
    top: -38.4px;
    opacity: 0;
  }
  32% {
    top: 0px;
    opacity: 1;
  }
  43% {
    top: 0px;
    opacity: 1;
  }
  51% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  66% {
    top: 38.4px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -38.4px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -38.4px;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes cycle3 {
  0% {
    top: -38.4px;
    opacity: 0;
  }
  43% {
    top: -38.4px;
    opacity: 0;
  }
  51% {
    top: -38.4px;
    opacity: 0;
  }
  61% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
  }
  88% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 38.4px;
    opacity: 0;
    z-index: 0;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes radar {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.ravenGames {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0;
}
@media screen and (min-width: 1024px) {
  .ravenGames {
    padding: 0 64px;
  }
}
.ravenGames .game-selection {
  padding: 64px 16px 0;
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .ravenGames .game-selection {
    padding-top: 120px;
  }
}
.ravenGames .game-selection .game-selected {
  background-color: #f1b946;
  color: #141817;
}
.ravenGames .game-selection a {
  font-family: 'Agency FB';
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #252525;
  padding: 8px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .ravenGames .game-selection a {
    font-size: 32px;
    padding: 16px 48px;
  }
}
.ravenGames .legacy-header-image {
  background-image: url("../../../../../../../../content/dam/atvi/Raven/raven-2025/our-games/banners/Legacy_1.jpg") !important;
}
.ravenGames .header-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 16px 64px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ravenGames .header-image-container {
    padding: 96px 0px;
  }
}
.ravenGames .header-image-container .header-image-inner-container,
.ravenGames .header-image-container .header-image-inner-container-legacy {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  width: clamp(370px, 100%, 1198px);
  height: clamp(97px, 100%, 313px);
  aspect-ratio: 3.81443299;
  position: relative;
  background-image: url("../../../../../../../../content/dam/atvi/Raven/raven-2025/our-games/banners/Call_of_Duty_1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  mask-image: url("../../../../../../../../content/dam/atvi/Raven/raven-2025/our-games/banner-mask.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
}
.ravenGames .header-image-container .header-image-inner-container::before,
.ravenGames .header-image-container .header-image-inner-container-legacy::before {
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  position: relative;
  background: linear-gradient(90deg, rgba(56, 79, 93, 0.4) 0.21%, rgba(113, 136, 150, 0) 99.82%);
}
.ravenGames .header-image-container .header-image-inner-container .frame,
.ravenGames .header-image-container .header-image-inner-container-legacy .frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.ravenGames .header-image-container .header-image-inner-container .header-image,
.ravenGames .header-image-container .header-image-inner-container-legacy .header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ravenGames .header-image-container .header-image-inner-container .header-logo,
.ravenGames .header-image-container .header-image-inner-container-legacy .header-logo {
  position: absolute;
  z-index: 1;
  top: 0;
  transform: translate(10%, 30%);
  width: clamp(200px, 50%, 403px);
  filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.25));
}
.ravenGames .header-image-container .header-image-inner-container .legacy-header-logo,
.ravenGames .header-image-container .header-image-inner-container-legacy .legacy-header-logo {
  transform: translate(10%, 10%);
}
@media screen and (min-width: 1024px) {
  .ravenGames .header-image-container .header-image-inner-container .header-logo,
  .ravenGames .header-image-container .header-image-inner-container-legacy .header-logo {
    transform: translate(10%, 75%);
  }
  .ravenGames .header-image-container .header-image-inner-container .legacy-header-logo,
  .ravenGames .header-image-container .header-image-inner-container-legacy .legacy-header-logo {
    transform: translate(10%, 45%);
  }
}
.ravenGames .hidden {
  display: none !important;
}
.ravenGames .games-list,
.ravenGames .legacy-game-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding-bottom: 120px;
}
.ravenGames .games-list .entry.coming-soon-game .timeline .year::before,
.ravenGames .legacy-game-list .entry.coming-soon-game .timeline .year::before,
.ravenGames .games-list .entry.coming-soon-game .timeline .year::after,
.ravenGames .legacy-game-list .entry.coming-soon-game .timeline .year::after {
  border-top: 2px dashed #f1b946 !important;
}
.ravenGames .games-list .entry.coming-soon-game .game,
.ravenGames .legacy-game-list .entry.coming-soon-game .game {
  background: linear-gradient(180deg, rgba(241, 185, 70, 0) 25%, rgba(241, 185, 70, 0.3) 100%) !important;
}
@media screen and (min-width: 1024px) {
  .ravenGames .games-list .entry.coming-soon-game .game,
  .ravenGames .legacy-game-list .entry.coming-soon-game .game {
    background: none !important;
  }
}
.ravenGames .games-list .entry,
.ravenGames .legacy-game-list .entry {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ravenGames .games-list .entry,
  .ravenGames .legacy-game-list .entry {
    flex-direction: row;
    max-width: 1200px;
  }
}
.ravenGames .games-list .entry .timeline,
.ravenGames .legacy-game-list .entry .timeline {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  min-width: 57.2px;
}
.ravenGames .games-list .entry .timeline .year,
.ravenGames .legacy-game-list .entry .timeline .year {
  color: #f1b946;
  font-size: 32px;
  font-family: 'Agency FB';
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  text-align: center;
}
.ravenGames .games-list .entry .timeline .year::before,
.ravenGames .legacy-game-list .entry .timeline .year::before,
.ravenGames .games-list .entry .timeline .year::after,
.ravenGames .legacy-game-list .entry .timeline .year::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  top: 50%;
  width: 35%;
  z-index: 1;
  border-top: 2px solid #f1b946;
}
.ravenGames .games-list .entry .timeline .year::before,
.ravenGames .legacy-game-list .entry .timeline .year::before {
  left: 0;
}
.ravenGames .games-list .entry .timeline .year::after,
.ravenGames .legacy-game-list .entry .timeline .year::after {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .ravenGames .games-list .entry .timeline .year::before,
  .ravenGames .legacy-game-list .entry .timeline .year::before,
  .ravenGames .games-list .entry .timeline .year::after,
  .ravenGames .legacy-game-list .entry .timeline .year::after {
    display: none;
  }
}
.ravenGames .games-list .entry .timeline .line,
.ravenGames .legacy-game-list .entry .timeline .line {
  height: 100%;
  border-left: 2px solid #f1b946;
}
.ravenGames .games-list .entry .timeline .dashed-line,
.ravenGames .legacy-game-list .entry .timeline .dashed-line {
  height: 100%;
  border-left: 2px dashed #f1b946;
}
.ravenGames .games-list .entry .timeline .line,
.ravenGames .legacy-game-list .entry .timeline .line,
.ravenGames .games-list .entry .timeline .dashed-line,
.ravenGames .legacy-game-list .entry .timeline .dashed-line {
  display: none;
}
@media screen and (min-width: 1024px) {
  .ravenGames .games-list .entry .timeline .line,
  .ravenGames .legacy-game-list .entry .timeline .line,
  .ravenGames .games-list .entry .timeline .dashed-line,
  .ravenGames .legacy-game-list .entry .timeline .dashed-line {
    display: block;
  }
}
.ravenGames .games-list .entry .game,
.ravenGames .legacy-game-list .entry .game {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #252525;
  background: linear-gradient(180deg, rgba(241, 185, 70, 0) 25%, rgba(241, 185, 70, 0.08) 100%);
}
@media screen and (min-width: 1024px) {
  .ravenGames .games-list .entry .game,
  .ravenGames .legacy-game-list .entry .game {
    flex-direction: row;
    align-items: end;
    background: none;
  }
}
.ravenGames .games-list .entry .game .game-img,
.ravenGames .legacy-game-list .entry .game .game-img {
  width: 256px;
  height: 320px;
  aspect-ratio: 0.8;
}
.ravenGames .games-list .entry .game .coming-soon-game-information,
.ravenGames .legacy-game-list .entry .game .coming-soon-game-information {
  background: none;
}
@media screen and (min-width: 1024px) {
  .ravenGames .games-list .entry .game .coming-soon-game-information,
  .ravenGames .legacy-game-list .entry .game .coming-soon-game-information {
    background: linear-gradient(180deg, rgba(241, 185, 70, 0) 25%, rgba(241, 185, 70, 0.3) 100%) !important;
  }
}
.ravenGames .games-list .entry .game .game-information,
.ravenGames .legacy-game-list .entry .game .game-information {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  height: fit-content;
  width: 100%;
  background: none;
}
@media screen and (min-width: 1024px) {
  .ravenGames .games-list .entry .game .game-information,
  .ravenGames .legacy-game-list .entry .game .game-information {
    height: 300px;
    padding: 48px;
    border-top: 1px solid #252525;
    border-right: 1px solid #252525;
    border-bottom: 1px solid #252525;
    background: linear-gradient(90deg, rgba(241, 185, 70, 0) 25%, rgba(241, 185, 70, 0.08) 100%);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .ravenGames .games-list .entry .game .game-information,
  .ravenGames .legacy-game-list .entry .game .game-information {
    padding: 32px;
    justify-content: space-between;
  }
}
.ravenGames .games-list .entry .game .game-information .heading,
.ravenGames .legacy-game-list .entry .game .game-information .heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .ravenGames .games-list .entry .game .game-information .heading,
  .ravenGames .legacy-game-list .entry .game .game-information .heading {
    flex-direction: row;
    align-items: center;
  }
  .ravenGames .games-list .entry .game .game-information .heading h2,
  .ravenGames .legacy-game-list .entry .game .game-information .heading h2 {
    font-size: 32px;
  }
}
.ravenGames .games-list .entry .game .game-information .heading h2,
.ravenGames .legacy-game-list .entry .game .game-information .heading h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.ravenGames .games-list .entry .game .game-information .heading .learn-more,
.ravenGames .legacy-game-list .entry .game .game-information .heading .learn-more {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ravenGames .games-list .entry .game .game-information .heading .learn-more a,
.ravenGames .legacy-game-list .entry .game .game-information .heading .learn-more a,
.ravenGames .games-list .entry .game .game-information .heading .learn-more a:hover,
.ravenGames .legacy-game-list .entry .game .game-information .heading .learn-more a:hover,
.ravenGames .games-list .entry .game .game-information .heading .learn-more a:active,
.ravenGames .legacy-game-list .entry .game .game-information .heading .learn-more a:active,
.ravenGames .games-list .entry .game .game-information .heading .learn-more a:visited,
.ravenGames .legacy-game-list .entry .game .game-information .heading .learn-more a:visited {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 500;
  letter-spacing: 0.32px;
  font-size: 16px;
  color: #f1b946;
}
.ravenGames .games-list .entry .game .game-information .heading .learn-more .footer-link-effect,
.ravenGames .legacy-game-list .entry .game .game-information .heading .learn-more .footer-link-effect {
  overflow-x: visible;
  overflow-y: clip;
}
.ravenGames .games-list .entry .game .game-information .heading .learn-more .footer-link-effect button,
.ravenGames .legacy-game-list .entry .game .game-information .heading .learn-more .footer-link-effect button,
.ravenGames .games-list .entry .game .game-information .heading .learn-more .footer-link-effect span,
.ravenGames .legacy-game-list .entry .game .game-information .heading .learn-more .footer-link-effect span {
  position: relative;
  display: inline-block;
  transition: all 0.3s;
}
.ravenGames .games-list .entry .game .game-information .heading .learn-more .footer-link-effect button::before,
.ravenGames .legacy-game-list .entry .game .game-information .heading .learn-more .footer-link-effect button::before,
.ravenGames .games-list .entry .game .game-information .heading .learn-more .footer-link-effect span::before,
.ravenGames .legacy-game-list .entry .game .game-information .heading .learn-more .footer-link-effect span::before {
  color: white;
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
}
.ravenGames .games-list .entry .game .game-information .heading .learn-more .footer-link-effect:hover button,
.ravenGames .legacy-game-list .entry .game .game-information .heading .learn-more .footer-link-effect:hover button,
.ravenGames .games-list .entry .game .game-information .heading .learn-more .footer-link-effect:hover span,
.ravenGames .legacy-game-list .entry .game .game-information .heading .learn-more .footer-link-effect:hover span {
  transform: translateY(-100%);
}
.ravenGames .games-list .entry .game .game-information .game-description,
.ravenGames .legacy-game-list .entry .game .game-information .game-description {
  font-family: 'Roboto';
  font-weight: 400;
  color: #b3b8b8;
  line-height: 140%;
  padding-bottom: 32px;
  font-size: 18px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .ravenGames .games-list .entry .game .game-information .game-description,
  .ravenGames .legacy-game-list .entry .game .game-information .game-description {
    font-size: 16px;
    padding-bottom: 16px;
  }
}
.ravenGames .games-list .entry .game .game-information .coming-and-platforms,
.ravenGames .legacy-game-list .entry .game .game-information .coming-and-platforms {
  display: flex;
}
.ravenGames .games-list .entry .game .game-information .coming-and-platforms .coming-soon,
.ravenGames .legacy-game-list .entry .game .game-information .coming-and-platforms .coming-soon {
  color: #141817;
  background: linear-gradient(260deg, #f9e14d -0.35%, #f3b240 103.45%);
  font-family: 'Roboto';
  text-transform: uppercase;
  height: 25px;
  padding: 0 12px;
  text-align: center;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0.32px;
}
.ravenGames .games-list .entry .game .game-information .coming-and-platforms .game-platforms,
.ravenGames .legacy-game-list .entry .game .game-information .coming-and-platforms .game-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .ravenGames .games-list .entry .game .game-information .coming-and-platforms .game-platforms,
  .ravenGames .legacy-game-list .entry .game .game-information .coming-and-platforms .game-platforms {
    row-gap: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .ravenGames .games-list .entry .game .game-information .coming-and-platforms .game-platforms li img,
  .ravenGames .legacy-game-list .entry .game .game-information .coming-and-platforms .game-platforms li img {
    height: 20px;
  }
}
.ravenGames .scroll-circle-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ravenGames .scroll-circle-container .scroll-circle {
  width: 80px;
  height: 80px;
}
.ravenGames .scroll-circle-container .scroll-circle .scroll-bg {
  fill: transparent;
  stroke: #252525;
  stroke-width: 5;
  stroke-dasharray: none;
}
.ravenGames .scroll-circle-container .scroll-circle .scroll-circle-bar {
  fill: none;
  stroke: #f1b946;
  stroke-width: 5;
  stroke-dasharray: 283;
  stroke-dashoffset: 0;
  transform-origin: center;
  transition: stroke-dashoffset 0.3s ease;
}
.ravenGames .scroll-circle-container .scroll-to-top {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #f1b946;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.ravenGames .scroll-circle-container .scroll-to-top svg {
  display: block;
  width: 32px;
  height: 32px;
  fill: #f1b946;
  transition: all 0.1s ease;
}
