/**************************
@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;
  }
}
html.aem-AuthorLayer-Preview #our-games .raven-showcase-section-main-content,
html.aem-AuthorLayer-Edit #our-games .raven-showcase-section-main-content {
  height: 1060px;
}
html.aem-AuthorLayer-Preview #our-games .raven-showcase-bg,
html.aem-AuthorLayer-Edit #our-games .raven-showcase-bg {
  height: auto;
}
html.aem-AuthorLayer-Preview #our-games .raven-showcase-bg::before,
html.aem-AuthorLayer-Edit #our-games .raven-showcase-bg::before {
  height: 1060px;
}
html.aem-AuthorLayer-Preview #our-games .raven-showcase-bg img,
html.aem-AuthorLayer-Edit #our-games .raven-showcase-bg img,
html.aem-AuthorLayer-Preview #our-games .raven-showcase-bg video,
html.aem-AuthorLayer-Edit #our-games .raven-showcase-bg video {
  height: 1060px;
}
html.aem-AuthorLayer-Preview #our-games .raven-showcase-section-content,
html.aem-AuthorLayer-Edit #our-games .raven-showcase-section-content {
  height: 1060px;
}
#our-games .container {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#our-games .raven-showcase-section-main-content {
  position: relative;
  width: 100%;
  height: 100vh;
}
#our-games .raven-showcase-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#our-games .raven-showcase-bg .video video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
#our-games .raven-showcase-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(22, 22, 22, 0) 58.37%, rgba(22, 22, 22, 0.9) 86.12%, #161616 92%), linear-gradient(180deg, rgba(22, 22, 22, 0) 45.37%, rgba(22, 22, 22, 0.7) 74.12%, #161616 96%);
  pointer-events: none;
  transform: translateY(1px);
}
@media screen and (min-width: 1024px) {
  #our-games .raven-showcase-bg::before {
    background: linear-gradient(0deg, rgba(22, 22, 22, 0) 58.37%, rgba(22, 22, 22, 0.9) 86.12%, #161616 92%), linear-gradient(180deg, rgba(22, 22, 22, 0) 45.37%, rgba(22, 22, 22, 0.7) 74.12%, #161616 96%), linear-gradient(90deg, #161616 0%, rgba(22, 22, 22, 0) 11.98%, rgba(22, 22, 22, 0) 88.54%, #161616 100%);
  }
}
#our-games .raven-showcase-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #161616;
  position: absolute;
  top: 0;
}
#our-games .raven-showcase-section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 64px 16px;
}
#our-games .raven-showcase-section-content__title {
  align-self: center;
}
#our-games .raven-showcase-section-content__title h2 {
  font-family: 'Agency FB', Arial;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 90%;
  letter-spacing: 0;
}
@media (min-width: 1440px) {
  #our-games .raven-showcase-section-content__title h2 {
    font-size: 5rem;
    line-height: 80px;
  }
}
#our-games .raven-showcase-section-content__details {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 96px 0;
}
@media screen and (min-width: 768px) {
  #our-games .raven-showcase-section-content__details {
    justify-content: center;
    margin-left: 0;
  }
}
#our-games .raven-showcase-section-content__details .description {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  gap: 30%;
}
@media screen and (min-width: 768px) {
  #our-games .raven-showcase-section-content__details .description {
    flex-direction: row-reverse;
    gap: 0;
  }
}
#our-games .raven-showcase-section-content__details .description__one,
#our-games .raven-showcase-section-content__details .description__two {
  align-self: center;
  width: 100%;
}
#our-games .raven-showcase-section-content__details .description__one p,
#our-games .raven-showcase-section-content__details .description__two p {
  font-family: 'Agency FB', Arial;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 1.88rem;
  line-height: 120%;
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
#our-games .raven-showcase-section-content__details .description__one p.show,
#our-games .raven-showcase-section-content__details .description__two p.show {
  opacity: 1;
  transform: translateY(0);
}
#our-games .raven-showcase-section-content__details .description__one {
  order: 2;
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  #our-games .raven-showcase-section-content__details .description__one {
    order: 0;
  }
}
#our-games .raven-showcase-section-content__details .description__two {
  display: block;
  text-align: end;
  align-self: flex-end;
}
#our-games .raven-showcase-section-content__details .description .loading-container {
  display: none;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-inline: 154px;
}
@media screen and (min-width: 768px) {
  #our-games .raven-showcase-section-content__details .description .loading-container {
    display: flex;
    opacity: 0;
  }
}
#our-games .raven-showcase-section-content__details .description .loading-container .loading-icon {
  position: absolute;
  width: 4px;
  height: 40px;
  z-index: 2;
}
#our-games .raven-showcase-section-content__details .description .loading-container .progress-static,
#our-games .raven-showcase-section-content__details .description .loading-container .progress-load {
  position: absolute;
  transform: rotate(-90deg);
}
#our-games .raven-showcase-section-content__details .description .loading-container .progress-static__circle,
#our-games .raven-showcase-section-content__details .description .loading-container .progress-load__circle {
  fill: none;
  stroke-width: 18;
  stroke-linecap: butt;
  stroke-dasharray: 339;
  mask-image: url("../../../../../../../../content/dam/atvi/Raven/raven-2025/home/showcase/loading-ring-gold.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: stroke-dashoffset 0.1s linear;
}
#our-games .raven-showcase-section-content__details .description .loading-container .progress-static__circle {
  stroke: #f1b946;
}
#our-games .raven-showcase-section-content__details .description .loading-container .progress-load__circle {
  stroke: #f1b946;
  stroke-dashoffset: 339;
}
#our-games .raven-showcase-section-content__details .description .loading-container .icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#our-games .splide__slide__row:nth-child(2) {
  transform: translate(50%, -25%);
}
#our-games .splide__slide__row:nth-child(3) {
  transform: translate(0%, -48%);
}
#our-games .splide__slide__row:nth-child(4) {
  transform: translate(50%, -70%);
}
#our-games .raven-showcase-section-games-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 2200px;
  background: #161616;
  max-width: 1920px;
}
#our-games .raven-showcase-section-games-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #161616 0%, rgba(22, 22, 22, 0) 11.98%, rgba(22, 22, 22, 0) 84.54%, #161616 99%);
  pointer-events: none;
}
#our-games .raven-showcase-section-games-content .carousel-games {
  transform: translateY(10%);
  clip-path: inset(0 1%);
}
#our-games .raven-showcase-section-games-content__images .image {
  clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
}
#our-games .raven-showcase-section-games-content__images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#our-games .raven-showcase-section-games-content__cta {
  display: none;
  /*display: flex;
            justify-content: center;
            .golden-cta();
            margin-top: 68px;*/
}
@media (max-width: 1024px) and (orientation: landscape) {
  #our-games .raven-showcase-section-main-content,
  #our-games .raven-showcase-bg,
  #our-games .raven-showcase-bg .video video,
  #our-games .raven-showcase-section-content {
    height: 800px;
  }
}
