/* @font-face {
    font-family: 'OCR A Std';
    src: url('../font/OCRAStd.woff2') format('woff2'),
        url('../font/OCRAStd.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} */

html {
    height: auto;
}

body {
    height: auto;
}

html, body {
    background: #10051f url('../img/nukezone-tiled-bg.png') repeat;
    color: #ffffff;
    /* font-family: 'OCR A Std'; */
    font-family: 'Saira', sans-serif;
    font-size: 100%;
    /* letter-spacing: -0.05rem; */
    line-height: 1.75em;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 2em;
}

h1, h2, h3 {
    font-weight: 800;
}

h4, h5, h6 {
    font-weight: 600;
}

@media screen and (max-width: 576px) {
    body, h1, h2, h3, h4, h5, h6 {
        font-size: 95%;
        line-height: 1.5rem;
    }
    .input-email {
        font-size: 65%;
    }
}

a, a:hover, a:focus, a:visited {
    text-decoration: none;
}

p, ul, ol {
    font-weight: 400;
}

ul, ol {
    padding-left: 30px;
}

li {
    padding-bottom: 0.75em;
}

.zero-line-height {
    line-height: 0;
}

.background-image {
    background: transparent url('../img/nukezone-bg.jpg') top center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}

.bg-glow {
    width: 100%;
    height: 22px;
    background: transparent url('../img/bg-glow.png') center center repeat-x;
    background-size: contain;
    position: absolute;
    -webkit-animation: slide-bottom 10s ease-in-out infinite alternate both;
	animation: slide-bottom 10s ease-in-out infinite alternate both;
    opacity: 0.5;
    overflow: hidden;
    -webkit-transform: translateY(95vh);
    transform: translateY(95vh);
}

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(95vh);
                transform: translateY(95vh);
                opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(5vh);
                transform: translateY(5vh);
                opacity: 0;
    }
}
@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(95vh);
                transform: translateY(95vh);
                opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(5vh);
                transform: translateY(5vh);
                opacity: 0;
    }
}

.bg-glow2 {
    width: 100%;
    height: 11px;
    background: transparent url('../img/bg-glow2.png') center center repeat-x;
    background-size: contain;
    position: absolute;
    -webkit-animation: slide-bottom2 15s ease-in-out infinite alternate both;
	animation: slide-bottom2 15s ease-in-out infinite alternate both;
    opacity: 0.5;
    overflow: hidden;
    -webkit-transform: translateY(5vh);
    transform: translateY(5vh);
}

@-webkit-keyframes slide-bottom2 {
    0% {
        -webkit-transform: translateY(5vh);
                transform: translateY(5vh);
                opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(95vh);
                transform: translateY(95vh);
                opacity: 0;
    }
}
@keyframes slide-bottom2 {
    0% {
        -webkit-transform: translateY(5vh);
                transform: translateY(5vh);
                opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(95vh);
                transform: translateY(95vh);
                opacity: 0;
    }
}

.bg-glow3 {
    width: 100%;
    height: 22px;
    background: transparent url('../img/bg-glow2.png') center center repeat-x;
    background-size: contain;
    position: absolute;
    -webkit-animation: slide-bottom 25s ease-in-out infinite alternate both;
	animation: slide-bottom 25s ease-in-out infinite alternate both;
    opacity: 0.5;
    overflow: hidden;
}

.bg-glow4 {
    width: 100%;
    height: 45px;
    background: transparent url('../img/bg-glow.png') center center repeat-x;
    background-size: contain;
    position: absolute;
    -webkit-animation: slide-bottom 20s ease-in-out infinite alternate both;
	animation: slide-bottom 20s ease-in-out infinite alternate both;
    opacity: 0.5;
    overflow: hidden;
}

.logo-container {
    width: 100%;
    height: auto !important;
    max-width: 508px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.tank-glow {
    width: 100%;
    height: 100%;
    animation: rotation 10s infinite linear;
    position: absolute;
    background: transparent url('../img/nz-tank-glow.png');
	background-size: 100% 100%;
    z-index: 5;
    overflow: hidden;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.tank-glow2 {
    width: 100%;
    height: 100%;
    animation: rotation2 10s infinite linear;
    position: absolute;
    background: transparent url('../img/nz-tank-glow2.png');
	background-size: 100% 100%;
    z-index: 5;
    overflow: hidden;
}

@keyframes rotation2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-359deg);
    }
}

.logo {
    background: transparent url('../img/nukezone-logo.png') top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

.nuke-tagline {
    position: relative;
    z-index: 10;
}

.video-trailer {
    position: relative;
    z-index: 10;
}

.bg-color {
    background: #10051f;
    opacity: 0.8;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-border {
    border: 3px solid #13b1d8;
    border-radius: 5px;
}

.carousel-indicators {
    margin-bottom: -40px;
}

.cursor-pointer {
    cursor: pointer;   
}

.btn-lg {
    border-width: 3px;
}

.btn-primary {
    /* background-color: #34c5ff !important; */
    background: #00a2e2 !important;
    border-color: #34c5ff !important;
}

.btn-primary:hover {
    background: rgb(66, 211, 255) !important;
    border-color: #ffffff !important;
}

.btn-primary:focus, .btn-primary:active {
    outline: none !important;
    box-shadow: none;
}

.img-thumb:hover {
    opacity: 0.8;
    border: #ffffff 3px solid;
}

.img-special:hover {
    opacity: 0.8;
}

.img-nukezone {
    position: relative;
    z-index: 0;
    border-radius: 0.5em;
}

.btn-nukezone {
    background-color: #10051f;
    border-color: #c941ff;
    color: #c941ff;
    margin-top: -10px;
    margin-bottom: 2em;
    position: relative;
    z-index: 10;
}

.btn-nukezone:hover {
    background-color: #c941ff;
    border-color: #c941ff;
}

.btn-nukezone:focus, .btn-nukezone:active {
    outline: none !important;
    box-shadow: none;
}

.btn-discord {
    background-color: #10051f;
    border-color: #7289DA;
    color: #7289DA;
}

.btn-discord:hover {
    background-color: #7289DA;
    border-color: #7289DA;
}

.btn-discord:focus, .btn-discord:active {
    outline: none !important;
    box-shadow: none;
}

.nuke-shadow {
    text-shadow: -1px -1px 0px #00ccff, 1px 1px 0px #ff23ab, 4px 4px 1px #030007;
}

.nuke-shadow-dark {
    text-shadow: 4px 4px 1px #030007;
}

.pink-shadow {
    text-shadow: -1px -1px 0px #00ccff, 1px 1px 1px #ff23ab;
}

.nuke-box-shadow, .nuke-box-shadow:focus {
    box-shadow: 3px 3px #ff23ab, 10px 10px #06010e;
}

.box-shadow {
    box-shadow: 10px 10px #06010e;
}

.text-pink {
    color: #ff23ab;
}

.social-box {
    border: 3px solid #ff23ab;
    border-radius: 5px;
}

.nz-social {
    color: #ff23ab;
}
.nz-social:hover {
    color: #ffffff;
    text-decoration: none;
}

.close-button {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 4rem;
}

.modal, .modal-open {
    padding: 0 !important;
}

.modal-lg {
    max-width: 75% !important;
    margin: 0 auto !important;
}

.modal-content {
    background-color: #13b1d8;
    box-shadow: 10px 10px #06010e;
}

.modal-body {
    padding: 3px;
}

.input-email {
    border-style: none;
}

.input-email::placeholder {
    color: #258ae9;
}

.btn-subscribe {
    background-color: #10051f;
    border-color: #10051f;
    color: #258ae9;
}

.btn-subscribe:hover {
    background-color: #0082fc;
    border-color: #ffffff;
}

.btn-subscribe:focus, .btn-subscribe:active {
    outline: none !important;
    box-shadow: none;
}

.btn-newsletter {
    background-color: #10051f;
    border-color: #258ae9;
    color: #258ae9;
}

.btn-newsletter:hover {
    background-color: #258ae9;
    border-color: #258ae9;
}

.btn-newsletter:focus, .btn-newsletter:active {
    outline: none !important;
    box-shadow: none;
}