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

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

@accent-color    : @green;
**************************/
main {
  margin-top: 95px;
  position: relative;
}
main:before {
  content: "";
  height: 50px;
  width: 100%;
  z-index: 2;
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0) 84%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0) 84%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0) 84%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
}

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

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

@accent-color    : @green;
**************************/
#blackops3-page #hero .hero-bg img {
  object-fit: contain;
}
#blackops3-page #hero .hero-bg:before {
  content: "";
  width: 300px;
  height: 300px;
  background: url(../../../../../../../content/dam/atvi/callofduty/legacy/blackops3/Zombies-HD-Triangle-Desktop.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  #blackops3-page #hero .hero-bg:before {
    height: 30%;
    width: 30%;
  }
}
#blackops4-page #hero .hero-bg img {
  object-fit: contain;
}
#blackops2-page #hero .hero-text h1 strong {
  position: relative;
}
#blackops2-page #hero .hero-text h1 strong:after {
  content: "";
  position: absolute;
  right: -35px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  height: 28px;
  background: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/legacy/black-ops-2/bo-ii-icon.png) center center no-repeat;
  background-size: contain;
}

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

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

@accent-color    : @green;
**************************/
#hero .hero-container {
  height: 500px;
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  #hero .hero-container {
    flex-direction: column;
    height: auto;
  }
}
#hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  #hero .hero-bg {
    position: relative;
  }
}
#hero .hero-bg picture {
  position: relative;
  height: 100%;
}
#hero .hero-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
#hero .hero-content {
  position: relative;
  align-self: end;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  display: flex;
  justify-content: end;
}
@media (max-width: 1024px) {
  #hero .hero-content {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #hero .hero-content {
    max-width: 600px;
    padding-inline: 16px;
  }
}
#hero .hero-text {
  width: 50%;
  background: #000;
  padding: 30px;
}
@media (max-width: 768px) {
  #hero .hero-text {
    width: 100%;
    padding: 20px 0 0;
  }
}
#hero .hero-text h1 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#hero .hero-text h1 strong {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  text-transform: uppercase;
}
#hero .hero-text h2 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#hero .hero-text p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  color: #FFF;
}
@media (max-width: 1400px) {
  #hero .hero-text p {
    font-size: 0.88rem;
  }
}
#hero.top-center .hero-bg img {
  object-position: top center;
}
#hero.center-center .hero-bg img {
  object-position: center center;
}
html[lang='ar'] #hero .hero-content {
  justify-content: start;
}

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

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

@accent-color    : @green;
**************************/
#features {
  padding: 80px 0 0;
}
#features .features-container {
  display: flex;
  gap: 15px;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
}
@media (max-width: 1024px) {
  #features .features-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #features .features-container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
@media (max-width: 768px) {
  #features .features-container {
    flex-direction: column;
  }
}
#features .features-carousel-container {
  width: 60%;
}
@media (max-width: 768px) {
  #features .features-carousel-container {
    width: 100%;
  }
}
#features .features-carousel-container .features-carousel {
  display: none;
}
#features .features-carousel-container .features-carousel.active {
  display: block;
}
#features .features-accordion-container {
  width: 40%;
}
@media (max-width: 768px) {
  #features .features-accordion-container {
    width: 100%;
  }
}
#features .features-accordion-container li {
  background: #313131;
  padding: 15px;
  cursor: pointer;
  margin-bottom: 5px;
}
#features .features-accordion-container li h2 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #FFF;
}
#features .features-accordion-container li p {
  display: none;
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  color: #FFF;
  color: #000;
  margin-top: 10px;
}
@media (max-width: 1400px) {
  #features .features-accordion-container li p {
    font-size: 0.88rem;
  }
}
#features .features-accordion-container li a {
  color: #000;
}
#features .features-accordion-container li a:hover {
  text-decoration: none;
}
#features .features-accordion-container li[aria-expanded='true'] {
  background: #FFF;
}
#features .features-accordion-container li[aria-expanded='true'] h2 {
  color: #000;
}
#features .features-accordion-container li[aria-expanded='true'] p {
  display: block;
}

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

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

@accent-color    : @green;
**************************/
#media {
  padding: 80px 0 0;
}
#media h2 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  margin-bottom: 15px;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
}
@media (max-width: 1024px) {
  #media h2 {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #media h2 {
    max-width: 600px;
    padding-inline: 16px;
  }
}
#media .media_carousel li {
  /*aspect-ratio: 1;
            overflow: hidden;

            img {
				object-fit: cover;
                object-position: center;
                display: block;
                .square(100%);
            }*/
}
#media .media_carousel .slick-slide {
  margin: 0 10px;
}
@media (max-width: 768px) {
  #media .media_carousel .slick-slide {
    margin: 0 24px;
  }
}

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

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

@accent-color    : @green;
**************************/
#buy {
  padding: 0 0 80px;
  margin-top: 80px;
}
#buy .buy-container {
  padding-top: 1px;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
}
@media (max-width: 1024px) {
  #buy .buy-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #buy .buy-container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
#buy .server-status {
  translate: 0 -50%;
}
#buy .server-status a {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  position: relative;
  background: #FFF;
  padding: 0.5em 1em;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #buy .server-status a {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-transform: uppercase;
  }
}
#buy .server-status a:after {
  content: '';
  display: inline-block;
  font-size: 25px;
  background-image: url(../../../../../../../content/dam/atvi/callofduty/legacy/common/tout-icons.png);
  width: 25px;
  height: 25px;
  background-position: -29px -30px;
  background-position: 49% 100%;
  width: 1em;
  height: 1em;
  background-size: 330%;
  background-repeat: no-repeat;
  margin-left: 1em;
  margin-bottom: -0.1em;
}
#buy .platforms-container h2 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  margin: 50px 0;
  text-shadow: 2px 2px 3px #000;
}
#buy .platforms-container .platforms-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  #buy .platforms-container .platforms-list {
    flex-direction: column;
  }
}
#buy .platforms-container li {
  width: 100%;
  max-width: 300px;
  background: #000;
  border: 1px solid #FFF;
  aspect-ratio: 1;
  display: flex;
  position: relative;
  opacity: 0.8;
  transition: .25s all;
}
@media (max-width: 768px) {
  #buy .platforms-container li {
    margin: 0 auto;
  }
}
#buy .platforms-container li:hover {
  opacity: 1;
  box-shadow: 0px 0px 8px #FFF;
}
#buy .platforms-container a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1400px) {
  #buy .platforms-container a {
    font-size: 0.88rem;
  }
}
#buy .platforms-container a img {
  max-width: 175px;
}

