@font-face {
    font-family: 'bebasregular';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local(''),
    url("../../fonts/BEBAS.woff") format("woff");
}
:root {
    --font-montserrat: 'Montserrat', sans-serif;
    --font-patua: 'Patua One', cursive;
    --font-fira-sans: 'Fira Sans', sans-serif;
}
@media(max-width: 768px){
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
        padding-right: 25px;
        padding-left: 25px;
    }
    .row {
        margin-right: -25px;
        margin-left: -25px;
    }
    .container{
        padding-right: 25px;
        padding-left: 25px;
    }
}

.section-hero{
    background-color: #202028;
    padding: 100px 0 0;
}
.section-hero{
    background-image: url("../img/bg-purple.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.section-hero h1.hero-heading{
    font-family: var(--font-montserrat);
    font-size: 26px;
    font-weight: normal;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 30px;
}
.section-hero h1.hero-heading b{
    font-weight: 700;
}
@media (min-width: 768px) {
    .section-hero h1.hero-heading{
        font-size: 36.5px;
    }
}
.c-yellow{
    color: #ffbf25;
}
.hero-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 70px 0;
    margin-top: 65px;
}
.hero-overlay h6{
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2.7px;
    color: #77778c;
    margin-bottom: 20px;
}
.date-string{
    font-family: var(--font-montserrat);
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.section-about{
    background-color: #f9f9fb;
    padding: 100px 0;
}
.section-about h1{
    font-family: var(--font-patua);
    font-size: 33px;
    font-weight: normal;
    color: #121118;
    margin-bottom: 20px;
}
.section-about h2{
    font-family: var(--font-montserrat);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.89;
    color: #121118;
    margin-bottom: 35px;
}
.section-about p{
    font-family: var(--font-fira-sans);
    font-size: 19px;
    font-weight: 300;
    line-height: 1.58;
    color: #1f1f22;
}
.section-features{
    padding: 100px 0;
}
.section-features h1{
    font-family: var(--font-patua);
    font-size: 33px;
    font-weight: normal;
    color: #121118;
    margin-bottom: 75px;
}
.media-points{
    margin-bottom: 50px;
}
.media-points p{
    font-family: var(--font-fira-sans);
    font-size: 19px;
    font-weight: 300;
    line-height: 1.58;
    color: #1f1f22;
}
.media-points img{
    height: 35px;
    width: 35px;
    margin-right: 25px;
    margin-top: 7px;
}
@media (min-width: 992px) {
    .row-reset{
        margin-left: -25px;
        margin-right: -25px;
    }
    .row-reset .col-lg-6{
        padding-left: 25px;
        padding-right: 25px;
    }
}
figure,
figcaption {
    display: block;
}
.transition {
    -webkit-transition: top 400ms linear;
    transition: top 400ms linear;
}
.timer-div{
    text-align: center;
}

@media (min-width: 992px) {
    .igor-img-about{
        width: 338px;
        height: 338px;
    }
}
.logo-footer{
    height: 100px;
    width: 113px;
}
.loader-gif{
    width: 128px;
    height: 15px;
}
.ft {
    display: flex;
    font-family: var(--font-montserrat);
    font-size: 32px;
    font-weight: bold;
    line-height: 107%;
}
.ft-light .ft-digit {
    background: linear-gradient(to bottom, #FFF 38%,#CCC 100%);
    color: #000;
}
.ft-dark .ft-digit {
    background: linear-gradient(to bottom, #45484D 0%,#000 100%);
    color: #FFF;
}
.ft-warn.ft-light .ft-digit {
    background: linear-gradient(to bottom, #FFF 35%,#E17373 100%);
}
.ft-warn.ft-dark .ft-digit {
    background: linear-gradient(to bottom, #A74444 0%,#3F0000 67%);
}
.ft-digits {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.ft-digit {
    border: 1px solid silver;
    border-left: none;
    display: inline-block;
    overflow: hidden;
}
.ft-digit:first-child {
    border-left: 1px solid silver;
}
.ft-space {
    display: inline-block;
    width: 11px;
}
.ft-delimiter::before {
    content: ':';
    display: inline-block;
}
.ft-shifter {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: -100%;
}
.ft-transit {
    top: 0;
    transition: top 400ms linear;
}
.ft-reverse .ft-shifter {
    top: 0;
}
.ft-reverse .ft-transit {
    top: -100%;
}
.ft-caption {
    font-size: 0.4em;
    font-weight: normal;
    line-height: 1;
    text-align: center;
}
.ft{
    font-family: var(--font-montserrat);
    font-weight: normal;
    font-size: 32px;
}
.ft-caption{
    font-size: 14px;
    color: #888 !important;
}
.ft-light .ft-digit{
    background: transparent;
    color: #ff7b10 !important;
    font-weight: normal;
    border: 0;
}
.ft-delimiter{
    color: #ff7b10 !important;
    margin: 0 14px;
}
.timer-text {
    font-family: var(--font-montserrat);
    font-size: 19.5px;
    font-weight: bold;
    color: #ff7b10;
    padding: 20px 30px 35px;
}
.card-timer{
    border: 0;
    background: transparent;
    border-radius: 20px;
}
.card-timer .form-control{
    border-radius: 20px;
    background-color: #ffffff;
    border-color: #ffffff;
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 600;
    color: #2e2516;
    text-transform: uppercase;
    padding: 16px 24px;
    height: auto;
}
.card-timer .form-control[required] {
    background-image: url("../../img/icon-required.svg");
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}
.card-timer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #2e2516;
}
.card-timer .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #2e2516;
}
.card-timer .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #2e2516;
}
.card-timer .form-control:-moz-placeholder { /* Firefox 18- */
    color: #2e2516;
}
.card-timer .form-control:focus{
    box-shadow: none;
    border-color: rgb(207 117 254);
}
.loadingMessage {
    position: absolute;
    top: 22px;
    left: calc(50% - 16px);
    opacity: 1;
    transition: opacity 0.3s linear 0.3s, top 0.4s cubic-bezier(0.22, 0, 0.41, -0.57);
    display: none;
}
.loadingMessage svg {
    fill: #000000;
    margin: 0;
    width: 35px;
}
.loadingCircle {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: loading;
    cy: 10;
}
.loadingCircle:nth-child(2) {
    animation-delay: 0.1s;
}
.loadingCircle:nth-child(3) {
    animation-delay: 0.2s;
}
@keyframes loading {
    0% {
        cy: 10;
    }
    25% {
        cy: 3;
    }
    50% {
        cy: 10;
    }
}
.btn-modal-cta{
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: bold;
    color: #271b13;
    border-radius: 20px;
    padding: 20px 30px;
    border: 0;
    position: relative;
    min-height: 76px;
    background-color: #ff8d30;
    box-shadow: 0 2px 0 0 #ce6b1b;
    transition: all .5s ease;
}
.btn-modal-cta:hover, .btn-modal-cta:focus{
    color: #271b13;
    opacity: .9;
    box-shadow: none;
    transform: translateY(2px);
    text-decoration: none;
    outline: none;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: url("../../img/close.svg") !important;
    background-size: 14px 14px !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 13px);
}
.form-control.is-valid, .was-validated .form-control:valid {
    background-image: url("../../img/ui.svg") !important;
    background-size: 14px 14px !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 13px);
}
/**
* ==============================================
* Dot Windmill
* ==============================================
*/
.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2rem 0;
    margin: 0 -5%;
    overflow: hidden;
}

.dot-windmill {
    position: relative;
    top: -10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
    transform-origin: 5px 15px;
    animation: dotWindmill 2s infinite linear;
}

.dot-windmill::before, .dot-windmill::after {
    content: '';
    display: inline-block;
    position: absolute;
}

.dot-windmill::before {
    left: -8.66px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
}

.dot-windmill::after {
    left: 8.66px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
}

@keyframes dotWindmill {
    0% {
        transform: rotateZ(0deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotateZ(720deg) translate3d(0, 0, 0);
    }
}
.iti{
    width: 100%;
}
.c-orange{
    color: #ff7b10;
}
.section-hero {
    padding: 100px 0;
}
body{
    background-color: #18181a;
}