@font-face {
    font-family: "NissanBrand-Regular";
    src: url(NissanBrand-Regular.otf);
}

@font-face {
    font-family: "NissanBrand-Bold";
    src: url(NissanBrand-Bold.otf);
}

body {
    font-family: 'NissanBrand-Regular', sans-serif;
    font-size: 12px;
    line-height: 1.3;
    color: white;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    user-select: none;
}

#adsArea {
    overflow: hidden;
    position: relative;
    color: #fff;
    background-clip: content-box;
    cursor: pointer;
}

img {
    -webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

.noevent {
    pointer-events: none;
    touch-action: none;
}

.opacity0 {
    opacity: 0;
}

.adsize {
    width: 300px;
    height: 250px;
}

.abs {
    position: absolute;
}

.text-primary {
    color: #000
}

.text-bold {
    font-weight: 900;
}

.hide {
    display: none;
}

#preloader {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    background: #0a339b;
}

.linePreloader {
    width: 150px;
    height: 10px;
    background: linear-gradient(to right, #3a5eb9, #0a339b);
    background-color: #fff;
    margin: auto;
    border-radius: 10px;
    background-size: 20%;
    background-repeat: repeat-y;
    background-position: -20% 0;
    animation: scroll 1.2s ease-in-out infinite;
    position: relative;
    top: 48%;
}

@keyframes scroll {
    50% {
        background-size: 80%;
    }
    100% {
        background-position: 125% 0;
    }
}

.mainBg {
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg.png);
}

#ekCountDown {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    /* padding: 5px; */
    /* height: 50px; */
    text-align: center;
    /* transform: scaleY(0); */
    transform-origin: bottom center;
    /* background-color: #98f739; */
    /* border-radius: 6px; */
    /* border: 2px solid #1aa93c; */
}

#ekCountDown > div {
    display: inline-block;
    /* border: 1px solid #5d59e2; */
    border-radius: 2px;
    margin: 0 5px;
    /* width: 45px; */
    text-align: center;
    /* font-size: 10px; */
    color: #fff;
    text-transform: uppercase;
}

.timebox {
    font-size: 24px;
    letter-spacing: 2px;
    /* background: #2b1c10; */
    color: #fff;
    /* padding: 4px 2px; */
    margin-bottom: 1px;
    border-radius: 2px;
    font-family: "NissanBrand-Bold";
}

.cta {
    left: 50%;
    bottom: 10px;
    margin-left: -60px;
    width: 120px;
    padding: 5px 10px;
    text-align: center;
    background: #98f73a;
    border: 2px solid #32a93c;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #2b1c10;
}

.nissan, .batman {
    left: 50px;
}