@font-face {
    font-family: 'TruenoBd';
    src: url('../fonts/TruenoBd.otf') format('opentype');
}

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

html, body {
    height: 100%;
}

body {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Lucida Grande', 'Century Gothic', 'Geneva', 'Avant Garde', 'Trebuchet MS', sans-serif;
    font-weight: 200;
}

.text-center {
    text-align: center;
}

.text-light-gray {
    color: #d8d7d5 !important;
}

.hide {
    display: none;
}

.page {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    overflow: auto;
}

.v-container {
    position: relative;
    height: 100%;
}

.v-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.wrapper {
    width: 90%;
    height: 100vh;
}

.top {
    position: absolute;
    top: 18%;
    width: 100%;
}

.bottom {
    position: absolute;
    bottom: 18%;
    width: 100%;
}

.logo-container {
    max-width: 230px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}

.optin-text {
    font-size: 80% !important;
}

/* Backgrounds */

.home {
    background: url('../images/bg-home.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.win {
    background: url('../images/bg-win.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
}

.form {
    background-color: #000000;
    background: url('../images/bg-form.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.end {
    background-color: #000000;
    background: url('../images/bg-end.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.amber {
    background: url('../images/bg-slide-1.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.verdant {
    background: url('../images/bg-slide-2.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.classic {
    background: url('../images/bg-slide-3.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.coco-orange {
    background: url('../images/bg-slide-4.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.font-trueno {
    font-family: 'TruenoBd', sans-serif;
}

.font-thin {
    font-family: 'Lucida Grande', 'Century Gothic', 'Geneva', 'Avant Garde', 'Trebuchet MS', sans-serif;
    font-weight: 200;
}

.font-thin-title {
    letter-spacing: 2px;
    font-size: 1.8em;
    margin: auto;
    margin-bottom: 2em;
}

.font-thin-subtitle {
    letter-spacing: 2px;
    font-size: 1.5em;
    margin: auto;
    margin-bottom: 2em;
}

.font-thin-regular {
    font-family: 'Lucida Grande', 'Century Gothic', 'Geneva', 'Avant Garde', 'Trebuchet MS', sans-serif;
    font-weight: 200;
    font-size: 1.15em;
}

.font-serif-title {
    font-family: 'Times New Roman', 'Georgia', 'Cambria', 'Lucida Bright', serif;
    letter-spacing: 2px;
    font-size: 1.8em;
    margin-bottom: 2em;
}

.font-serif-big {
    font-size: 3em;
    font-weight: 200;
}

.font-serif-form {
    font-size: 2.5em;
    font-weight: 200;
}

.hughe-title {
    font-size: 5em;
}

.uppercase {
    text-transform: uppercase;
}

.text-container {
    width: 80%;
    text-align: center;
    margin: 15px auto;
}

.big-title {
    font-size: 3.75em;
    font-weight: bold;
}

/* Margins */

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-4 {
    margin-bottom: 4em;
}

/* Buttons */

.btn {
    padding: 10px 40px;
    border-radius: 15px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    font-size: 1.7em;
    letter-spacing: 2px;
    outline: none;
}

.win .btn {
    font-size: 1.4em;
}

.swiper-button-next, .swiper-button-prev {
    outline: none;
}

/* Swipper */

.slide-header {
    margin-top: 130px;
}

.slide-footer {
    margin-bottom: 130px;
}

/* Form */

.form-container {
    width: 70%;
    margin: auto;
}

.form-container .form-group {
    margin-bottom: 2em;
}

.form-container .form-control {
    background: transparent;
    border: thin solid white;
    border-radius: 15px;
    color: white;
    outline: none;
    padding: 0.9em 20px;
}

.form-container label, .form-container input, .form-container select {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.inputError {
    border-color: red !important;
}

@media (max-width: 576px) {
    .big-title {
        font-size: 2em !important;
        margin-bottom: 1em !important;
    }
    .hughe-title {
        font-size: 3em !important;
    }
    .font-thin-title {
        font-size: 1.2em!important;
    }
    .font-thin-subtitle {
        font-size: 1em!important;
    }
    .font-serif-title {
        font-size: 1.2em!important;
    }
    .end .font-serif-title {
        font-size: 1.7em!important;
    }
    .btn {
        font-size: 1.2em!important;
    }
    .font-thin-regular {
        font-size: 0.7em!important;
    }
    .logo-container {
        max-width: 160px !important;
        margin-bottom: 10px !important;
    }
    .form-container {
        width: 90% !important;
    }
    .form-container .form-group {
        margin-bottom: 1em !important;
    }
    .form-container .form-control {
        border-radius: 10px;
        padding: 10px 10px;
    }
    .form-container button {
        font-size: 0.65em !important;
        padding: 10px 20px;
    }
    .form-container label {
        font-size: 0.8em !important;
    }
    .form-container .text-container {
        margin: 10px;
    }
    .form .v-center {
        position: absolute !important;
    }
    .optin-text {
        font-size: 65% !important;
    }
}

@media (max-width: 813px) and (orientation: landscape) {
    /* .win-wrapper {
        height: 100vw;
    } */
    .top {
        top: 5% !important;
    }
    .bottom {
        bottom: 5% !important;
    }
    .big-title {
        font-size: 3em !important;
        margin-bottom: 1em !important;
    }
    .hughe-title {
        margin-bottom: 0.2em !important;
    }
    .font-thin-title {
        font-size: 1.4em !important;
        margin-bottom: 0.6em !important;
    }
    .font-thin-subtitle {
        font-size: 1.2em !important;
        margin-bottom: 0.6em !important;
    }
    .font-serif-title {
        font-size: 1.4em !important;
        margin-bottom: 0.6em !important;
    }
    .end .font-serif-title {
        font-size: 2.4em!important;
    }
    .font-thin-regular {
        font-size: 1em;
    }
    .font-thin-title-slide {
        font-size: 1em !important;
    }
    .font-serif-title-slide {
        font-size: 1em !important;
    }
    .font-thin-regular-slide {
        font-size: 0.7em;
    }
    .btn-slide {
        font-size: 1em !important;
    }
    .mb-2 {
        margin-bottom: 1.2em;
    }
    .logo-container {
        max-width: 190px !important;
        margin-bottom: 0 !important;
    }
    .win-title {
        font-size: 2.5em !important;
    }
    .font-1 {
        font-size: 1em !important;
        margin-bottom: 15px !important;
    }
    .form-container .form-group {
        margin-bottom: 1em !important;
    }
    .form-container .form-control {
        border-radius: 10px;
        padding: 10px 10px;
    }
    .form-container button {
        font-size: 1em !important;
    }
    .form-container label {
        font-size: 0.8em !important;
    }
    .form-container .text-container {
        margin: 10px;
    }
    .form .v-center {
        /* position: relative !important; */
        transform: none;
        top: 0;
        left: 0;
    }
    .optin-text {
        font-size: 65% !important;
    }
}

@media (min-width: 1024px) and (orientation: landscape) {
    .font-serif-title {
        font-size: 1.8em;
    }
    .win .btn {
        font-size: 1.8em;
    }
    .optin-text {
        font-size: 80% imp !important;
    }
}

@media (min-width: 1024px) and (orientation: portrait) {
    .win .btn {
        font-size: 2em;
    }
    .optin-text {
        font-size: 80% imp !important;
    }
}

/* Loader */

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #000000;
    text-align: center;
}

/* CSS Loader */

.lds-roller {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}