/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )
-----------------------------------------*/
:root {
    --white-color: #ffffff;
    --primary-color: #00ff00;
    --secondary-color: #333333;
    --section-bg-color: #f0f8ff;
    --custom-btn-bg-color: #00ff00;
    --custom-btn-bg-hover-color: #333333;
    --dark-color: #000000;
    --dark-gray: #212121;
    --p-color: #717275;
    --border-color: #7fffd4;
    --link-hover-color: #B22727;

    --body-font-family: 'Montserrat', Arial, sans-serif !important;

    --h1-font-size: 74px;
    --h2-font-size: 46px;
    --h3-font-size: 32px;
    --h4-font-size: 28px;
    --h5-font-size: 24px;
    --h6-font-size: 22px;
    --p-font-size: 18px;
    --btn-font-size: 14px;
    --copyright-font-size: 16px;

    --border-radius-large: 100px;
    --border-radius-medium: 20px;
    --border-radius-small: 10px;

    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
}

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


/*---------------------------------------
  TYPOGRAPHY
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
    color: var(--white-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--font-weight-bold);
    font-family: 'Montserrat', Arial, sans-serif !important;
    color: #fff !important;
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: 200 !important;
}

h2 {
    font-size: var(--h2-font-size);
}

h3 {
    font-size: var(--h3-font-size);
}

h4 {
    font-size: var(--h4-font-size);
}

h5 {
    font-size: var(--h5-font-size);
}

h6 {
    font-size: var(--h6-font-size);
}

p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
}

ul li {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
}

a,
button {
    touch-action: manipulation;
    transition: all 0.3s;
}

a {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    color: var(--link-hover-color);
}

b,
strong {
    font-weight: var(--font-weight-bold);
}

.btn-primary {
    background-color: var(--custom-btn-bg-color) !important;
    border-color: var(--primary-color) !important;
    padding: .7rem 1.3rem !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    color: var(--dark-color) !important;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: var(--white-color) !important;
    border-color: var(--white-color) !important;
    color: var(--primary-color) !important;
}

/*
*---------------------------------------
  SECTION
-----------------------------------------*/


.logo-buy-container {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
}

.cta-btn {
    position: absolute;
    bottom: 18%;
    left: 55%;
    transform: translate(-50%, -50%);
    z-index: 2;
}


/*  COUNTDOWN */
.countdown-title p {
    color:#fff;
    margin: 0 0 0.2rem 0.2rem;
}
.countdown {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: flex-start;
/*    position: absolute;
    bottom: 23%;
    left: 32%;*/
/*    right: 55%;
    transform: translate(55%, 50%);*/
    flex-direction: column;

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    margin: 0;
    width: 100%;

* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;

&
:hover {
    color: #fff;
}

}
.flip-wrapper {
    display: inline-block;
    text-align: center;

&
+ .flip-wrapper {
    margin-left: 4px;
}

.flip {
    position: relative;
    float: none;
    list-style: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0;
    font-weight: 400;
    font-family: 'Montserrat', Arial, sans-serif;
    box-shadow: none;
    max-height: 45px;
    border-radius: 5px;
    background: #000;

li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    line-height: 53px;

&
:first-child {
    z-index: 2;
}

a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important;

div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent;

.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.counter {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    background-color: #443764;
    font-size: 24px;
    line-height: 45px;
}

}
.up {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;

&
:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    top: 22px;
    background-color: rgba(254, 254, 254, .2);
}

.counter {
    background: #212121; /* Old browsers */
    background: -moz-linear-gradient(top, #212121 0%, #323338 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #212121 0%, #323338 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #212121 0%, #323338 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#323338', GradientType=0); /* IE6-9 */
    top: 0;
}

}
.down {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;

.counter {
    background: #323338; /* Old browsers */
    background: -moz-linear-gradient(top, #323338 0%, #212121 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #323338 0%, #212121 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #323338 0%, #212121 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323338', endColorstr='#212121', GradientType=0); /* IE6-9 */
    bottom: 0;
}

}
}
&
.flip-clock-active {
    z-index: 3;
}

}
&
.play {

.flip-clock-before {
    z-index: 3;

.up {
    z-index: 2;
    -webkit-animation: turnoff .5s cubic-bezier(.34, .13, .93, .24) both;
    animation: turnoff .5s cubic-bezier(.34, .13, .93, .24) both;

.shadow {
    -webkit-animation: show .5s linear both;
    animation: show .5s linear both;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #000));
    background: linear, top, rgba(0, 0, 0, .1) 0, #000 100%;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0, #000 100%;
}

}
.down {

.shadow {
    -webkit-animation: show .5s linear both;
    animation: show .5s linear both;
    background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, #000 0, rgba(0, 0, 0, .1) 100%;
    background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, #000 0, rgba(0, 0, 0, .1) 100%;
}

}
}
.flip-clock-active {
    -webkit-animation: zindex .5s .5s linear both;
    animation: zindex .5s .5s linear both;
    z-index: 5;

.up {

.shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #000));
    background: linear, top, rgba(0, 0, 0, .1) 0, #000 100%;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0, #000 100%;
    -webkit-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both;
}

}
.down {
    z-index: 2;
    -webkit-animation: turnon .3s .5s linear both;
    animation: turnon .3s .5s linear both;

.shadow {
    background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, #000 0, rgba(0, 0, 0, .1) 100%;
    background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, #000 0, rgba(0, 0, 0, .1) 100%;
    -webkit-animation: hide .5s .3s linear both;
    animation: hide .5s .2s linear both;
}

}
}
}
}
.flip-clock-label {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    color: #ffffff;
}

}
&
.clearfix {

&
:after {
    content: " ";
    display: table;
    clear: both;
}

&
:before {
    content: " ";
    display: table;
}

* zoom:

1
;
}
}
}


/*** Animations ***/
@-webkit-keyframes "zindex" {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 3;
    }
    100% {
        z-index: 4;
    }
}

@keyframes "zindex" {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 3;
    }
    100% {
        z-index: 4;
    }
}

@-webkit-keyframes "turnon" {
    0% {
        -webkit-transform: rotateX(91deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@keyframes "turnon" {
    0% {
        -webkit-transform: rotateX(91deg);
        transform: rotateX(91deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@-webkit-keyframes "turnoff" {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@keyframes "turnoff" {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
}

@-webkit-keyframes "show" {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes "show" {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes "hide" {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes "hide" {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*    COUNTDOWN END*/

