@font-face {
    font-family: 'GeForce-Bold';
    src: url('GeForce-Bold-Alt.otf');
}
@font-face {
    font-family: 'GeForce-Light';
    src: url('GeForce-Light-Alt.otf');
}
@font-face {
    font-family: 'DINPro-Regular';
    src: url('./DINPro-Regular.ttf');
}

body {
    background-color: #000;
    color: #eeeeee;
    font-family: 'DINPro-Regular';
    font-size: 16px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'GeForce-Bold';
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1;
    color: #eeeeee;
}

h3 {
    font-size: 36px;
}
@media (max-width: 1024px) {
    h3 {
        font-size: 24px;
    }
}

img {
    max-width: 100%;
}

a {
    color: #76b900;
}

small {
    display: inline-block;
    color: gray;
    line-height: 1.1;
}

.home__container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 16px;
}
.relative {
    position: relative;
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .container {
        max-width: 100%;
    }
}

.bg-black {
    background-color: #000;
}

.btn-green {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #76b900;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5;
}
.btn-green:hover {
    opacity: 0.8;
}

.font-geforce-bold {
    font-family: 'GeForce-Bold';
}

.font-geforce-light {
    font-family: 'GeForce-Light';
}

.font-din {
    font-family: 'DINPro-Regular';
}

.font-style-italic {
    font-style: italic;
}

.color-green {
    color: #76b900;
}

.relative {
    position: relative;
}

.section {
    background-color: #000;
}

.section-pd {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home {
    background-image: url('/static/img/landing/morele/battlefield/header-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}

.home--marvels{
  background-image: url('/static/img/landing/morele/marvels/header-bg.png');
}

.home__container {
    display: flex;
    align-items: center;
    justify-content: center;

    padding-top: 50px;
    padding-bottom: 50px;
}
.home__header {
    margin-bottom: 16px;
}
.home__headline {
    font-size: 48px;
}
.home__subheadline {
    font-size: 24px;
}
.home__btn {
    margin-top: 32px;
    margin-bottom: 48px;
}

@media (max-width: 1279px) {
    .home {
        background-position: 70% center;
    }
}

@media (max-width: 1024px) {
    .home{
        background: #000;
        position: relative;
    }
    .home:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 560px;
        background-image: url('/static/img/landing/morele/battlefield/header-bg-mobile.png');
        background-repeat: none;
        background-position: center;
        background-size: cover;
    }
    .home--marvels:before {
        background-image: url('/static/img/landing/morele/marvels/header-bg-mobile.png');
        background-repeat: none;
        background-position: center;
        background-size: cover;
    }
    .home__container {
        display: block;
        padding-top: 600px;
    }
    .home__headline {
        font-size: 36px;
    }
    .home__subheadline {
        font-size: 21px;
    }
}

@media (max-width: 768px) {
    .home:before {
        height: 480px;
    }
    .home__container {
        padding-top: 504px;
    }
}

.section-package{
  background-image: url('/static/img/landing/morele/battlefield/section-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  text-align: center;
  color: #000;

  padding-top: 60px;
  padding-bottom: 60px;
}

.section-package h5{
  background-color: #26ffdf;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  padding: 5px;
}

.section-package .images-container img{
  flex: 0 0 48%;
  max-width: 48%;
}

.section-package .images-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.section-video {
    background-image: url('/static/img/landing/morele/battlefield/video-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    text-align: center;
    color: #000;

    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #ccc;
}

.section-video.section-video--marvels{
  background: #000;
}

.section-video__header {
    margin-bottom: 16px;
}
.section-video__headline,
.section-video__subheadline {
    color: #fff;
}
.section-video__headline {
    font-size: 36px;
}
.section-video__subheadline {
    font-size: 21px;
}
.section-video__video-container {
    margin-top: 32px;
    margin-bottom: 32px;
}
.section-video__small-text {
    font-size: 12px;
    color: #fff;
    margin-bottom: 32px;
}
.section-video__img1 {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 165px;
}
.section-video__img2 {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 165px;
}

@media (max-width: 1024px) {
    .section-video {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-video__headline {
        font-size: 24px;
    }
    .section-video__subheadline {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .section-video__video-container {
        margin-bottom: 8px;
    }
    .section-video__img1,
    .section-video__img2 {
        position: static;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 16px;
    }
}

.video-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
}
.video-container-rwd {
    position: relative;
    padding-top: 56.25%
}
.video-container img {
    opacity: 1;
    position: absolute;
    top: -3px;
    left: -8px;
    right: -8px;
    height: calc(100% + 12px);
    width: calc(100% + 16px);
    max-width: unset;
    z-index: 2;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    cursor: pointer;
}
.video-container img:hover {
    opacity: 0.8;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.section-text {
    background-color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 150px;
    padding-bottom: 150px;
}
.section-text img {
    display: none;
}
.section-text h3 {
    font-size: 36px;
}
.section-text p:last-child {
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .section-text h3 {
        font-size: 24px;
    }
    .section-text {
        background-image: none !important;
        padding-top: 0;
        padding-bottom: 50px;
    }
    .section-text img {
        display: block;
        margin-bottom: 32px;
        width: 100%;
    }
}


.section-1 {
    background-image: url('/static/img/landing/morele/battlefield/bg-section-01.jpg');
}
.section-2 {
    background-image: url('/static/img/landing/morele/battlefield/bg-section-02.jpg');
    background-position: top right;
}

.section-countdown {
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
}
.promotion-countdown-flag {
    display: flex;
    align-items: center;
    justify-content: center;
}
.promotion-countdown-flag .per-box {
    margin-left: 16px;
    margin-right: 16px;
    font-family: 'GeForce-Bold';
    color: #76b900;
}
.promotion-countdown-flag .per-time {
    display: block;
    font-size: 48px;
    line-height: 1;
}
.promotion-countdown-flag .per-name {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 1;
}
.per-days {
    display: none !important;
}

.check-promo {
    background-color: #76b900;
    color: #fff;
    border: none;
    font-family: 'GeForce-Bold';
    padding: 12px 16px 8px;
    text-transform: uppercase;
    font-size: 18px;
}

.products {
    text-align: center;
    border-top: 1px solid #ccc;
}

.product-item {
    text-align: center;
    margin-top: 48px;
}
.product-item a {
    padding: 16px 8px;
    display: block;
    transition: opacity 0.3s ease-out;
    border: 1px solid transparent;
}
.product-item a:hover {
    /* opacity: 0.8; */
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #76b900;
}
.product-item p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}
.product-item button {
    background-color: #76b900;
    color: #fff;
    border: none;
    font-family: 'GeForce-Bold';
    padding: 12px 16px 12px;
    text-transform: uppercase;
    font-size: 14px;
    transition: opacity 0.3s ease-out;
}
.product-item button:hover {
    opacity: 1;
    cursor: pointer;
    /* transform: scale(1.05); */
}

@media (max-width: 1280px) {
    .product-item p {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .product-item {
        margin-top: 32px;
    }
}


.footer-border {
    display: block;
    margin-bottom: 40px;
}
.footer-logo {
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 16px;
}

footer .images{
  padding: 40px 0;
}

.footer__images--marvels{
  max-width: 175px;
  height: auto;
}

footer p {
    font-size: 11px;
    color: #666;
}

@media (max-width: 768px) {

  .footer-logo{
    margin: 0 auto 3rem;
  }

  footer a{
    margin: 10px auto;
    display: block;
  }
}

.border-top{
  border-top: 1px solid #555555;
}
