/* ======= Google Fonts ======= */
@import 'bootstrap.min.css';
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700&family=Pirata+One&display=swap');


/* ======= Basic ======= */
html {
    font-weight: 400;
    font-size: 15px;
    height: 100%;
    background: #000;
}

body {
    font-family: 'Pirata One', cursive;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #fff;
    height: 100%;
    background: #000;
}

h3,
.h3 {
    font-family: 'Pirata One', cursive;
    font-weight: 400;
    font-size: 21px;
    color: #fff;
    margin-top: 30px;
    letter-spacing: 1px;
    word-spacing: 2px;
}

h3 a,
.h3 a {
    color: #fff;
    text-decoration: none;
}

h3 a:hover,
.h3 a:hover {
    text-decoration: none;
    color: #991b1f;
}

p {
    margin-bottom: 20px;
    font-family: 'Pirata One', cursive;
    font-weight: 400;
}

a {
    color: #fff;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a:hover,
a:focus {
    color: #fff;
    outline: none
}

a:focus {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
}

.mt-20 {
    margin-top: 20px;
}

/* ======= Logo ======= */
.div-logo p {
    font-family: 'Pirata One', cursive;
    font-weight: 400;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-bottom: 0px;
    letter-spacing: 2px;
    word-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.3em;
}

.div-logo p span {
    font-family: 'Pirata One', cursive;
    font-weight: 400;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-bottom: 0px;
    letter-spacing: 2px;
    word-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.75em;
}

.div-logo img {
    max-width: 120px;
}

.div-logo .logo {
    margin: auto;
    padding: 0;
    width: 160px;
}

.div-logo .logo h2 {
    font-weight: 400;
    font-size: 75px;
    color: #fff;
    line-height: 0.8em;
    letter-spacing: 4px;
    text-decoration: none;
}

.div-logo .logo h2 a,
.div-logo .logo h2 span a {
    text-decoration: none;
}

.div-logo .logo span {
    font-family: 'Mukta', sans-serif;
    display: block;
    margin-top: 7px;
    font-size: 9px;
    letter-spacing: 4px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    background: #991b1f;
    padding: 3px;
    text-align: center;
    text-decoration: none;
}


/* ======= Content ======= */
.layout {
    background: #000 url("../img/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main {
    padding: 90px 0;
    text-align: center
}

.winta-version {
    margin: 60px 0 0 0;
}

.winta-version h3 {
    margin-bottom: 20px
}

.winta-version figure {
    position: relative
}

.winta-version figure img {
    display: block;
    border: 7px solid rgba(255, 255, 255, 0.05);
}

.winta-version figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.winta-version figcaption .inner {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.winta-version figure:hover figcaption {
    opacity: 1
}


/* ======= Button ======= */
.btn {
    font-family: 'Mukta', cursive;
    position: relative;
    display: inline-block;
    padding: 12px 15px 9px 15px;
    line-height: 1.5em;
    color: #fff;
    background: #991b1f;
    border: 1px solid #991b1f;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.btn:hover,
.btn:focus {
    color: #fff;
    border: 1px solid #6b1215;
    background: #6b1215;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important
}


/* ======= Selection ======= */
::-webkit-selection {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(153, 27, 31, 0.5);
}

::-moz-selection {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(153, 27, 31, 0.5);
}

::selection {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(153, 27, 31, 0.5);
}


/* ======= Purchase ======= */
.purchase-content a {
    text-decoration: none;
}
.purchase-trigger {
    position: fixed !important;
    right: 25px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.02);
    color: #fff !important;
    background: #991b1f;
    z-index: 999;
    bottom: 25px;
    transform: translateY(0);
    transition-delay: 0.4s
}
.purchase-trigger:hover,
.purchase-trigger:focus,
.purchase-trigger:active {
    color: #fff !important
}
.purchase-trigger-img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 18px;
    transition: all .4s
}
.purchase-trigger-text {
    padding: 14px 0 14px 0;
    height: 60px;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight: 400;
    transition: all .4s;
    visibility: hidden;
    font-family: 'Mukta', sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    color: rgba(255,255,255,0.8) !important
}
.purchase-trigger:hover .purchase-trigger-text {
    width: 165px;
    visibility: visible;
    padding: 14px 14px 14px 0
}
@media (max-width: 767px) {
    .purchase-trigger {
        display: none
    }
}



/* ======= Media Query ======= */
@media(min-width:768px) {
    html {
        font-size: 85%
    }
}

@media(min-width:992px) {
    html {
        font-size: 92%
    }
}

@media(min-width:1200px) {
    html {
        font-size: 100%
    }
}


/* ======= Preloader ======= */
.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.pace .pace-progress {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 300px;
    position: fixed;
    z-index: 99999999999999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #991b1f;
}

.pace.pace-inactive {
    width: 100vw;
    opacity: 0;
}

.pace.pace-inactive .pace-progress {
    max-width: 100vw;
}

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

#preloader:after,
#preloader:before {
    content: '';
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: #101010;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
    top: 0;
}

#preloader:after {
    bottom: 0;
}

#preloader.isdone {
    visibility: hidden;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

#preloader.isdone:after,
#preloader.isdone:before {
    height: 0;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.loading-text {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 4px;
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
    font-family: 'Pirata One', cursive;
    z-index: 9999;
}

.loading-text.isdone {
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}