@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,300&display=swap");
@font-face {
    font-family: "Poppins";
    src: url("../../../asset/fonts/Poppins-Regular.ttf") format("ttf");
}

@font-face {
    font-family: "Nexa-Bold";
    src: url("../../../asset/fonts/NexaFreeBoldwebfont.eot");
    src: local("Nexa-Bold"),
        url("../../../asset/fonts/NexaFreeBoldwebfont.woff") format("woff"),
        url("../../../asset/fonts/NexaFreeBoldwebfont.ttf") format("truetype");
}

@font-face {
    font-family: "Nexa-Light";
    src: url("../../../asset/fonts/NexaFreeLightwebfont.eot");
    src: local("Nexa-Light"),
        url("../../../asset/fonts/NexaFreeLightwebfont.woff") format("woff"),
        url("../../../asset/fonts/NexaFreeLightwebfont.ttf") format("truetype");
}

@font-face {
    font-family: "Nexa-Light";
    src: url("../../../asset/fonts/NexaFreeLightwebfont.eot");
    src: local("Nexa-Light"),
        url("../../../asset/fonts/NexaFreeLightwebfont.woff") format("woff"),
        url("../../../asset/fonts/NexaFreeLightwebfont.ttf") format("truetype");
}

@font-face {
    font-family: "Helvetica";
    src: url("../../../asset/fonts/HelveticaKVAFont.eot");
    src: local("Helvetica"),
        url("../../../asset/fonts/HelveticaKVAFont.woff") format("woff"),
        url("../../../asset/fonts/HelveticaKVAFont.ttf") format("truetype");
}

* {
    font-family: "Nexa-Bold", sans-serif;
}

* .row {
    max-width: 100%;
    margin: 0;
}

body {
    background-image: url("../../../asset/images/bg-hero.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

header .navbar {
    z-index: 1;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header .navbar .navbar-brand img {
    width: 150px;
}

header .navbar .navbar-nav .nav-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    font-weight: bold;
    font-size: 16px;
    color: white;
}

header .navbar .navbar-nav .nav-link:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(87, 73, 73, 0.3)),
        to(rgba(238, 181, 107, 0.3))
    );
    background-image: linear-gradient(
        rgba(87, 73, 73, 0.3),
        rgba(238, 181, 107, 0.3)
    );
    opacity: 1;
    color: white !important;
    border-bottom: 2px inset #fdda63;
}

header .navbar .navbar-nav .active {
    color: #fdda63 !important;
    background: transparent;
    opacity: 1;
    border-bottom: 2px inset transparent;
}

.col-lg-7 {
    z-index: 99;
}

.hero {
    color: white;
    margin-top: 8%;
    position: relative;
}

.hero .title p {
    font-size: 2.2vw;
    font-weight: bold;
    color: white;
    margin: 0;
    line-height: 4vw;
    font-style: italic;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
}

.hero .title p strong.str-1 {
    font-weight: bold;
    font-size: 4.5vw;
    position: relative;
    z-index: 4;
}

.hero .title p strong.str-1::before {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 0%;
    display: block;
    width: 100%;
    height: 5vh;
    background-color: #f9c53a;
    z-index: -1;
}

.hero .title p strong.str-2 {
    font-weight: bolder;
    font-size: 3.6vw;
}

.hero .description p {
    font-family: "Nexa-Light";
    font-size: 3.5vw;
    line-height: 25px;
    font-style: italic;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
}

.hero .time p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.3vw;
    margin-bottom: 14px;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero .time p strong {
    font-family: "Poppins", sans-serif;
    color: #f9c53a;
}

.btn-warning-hero {
    cursor: pointer;
    -webkit-box-shadow: -2px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 3px 0px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    text-shadow: -4px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    background: #f9c53a;
    border-radius: 6px;
    position: relative;
    border-bottom: 4px solid #ff8e0c;
    width: 14vw;
}

.btn-warning-hero:hover {
    background: #ff8e0c;
}

.img-hero {
    position: absolute;
    right: 7%;
    top: 0%;
    height: 100%;
}

footer {
    margin-top: 3.5vh;
    position: relative;
}

footer .social-link {
    height: 20px;
}

footer .social-link a {
    border: 1px solid white;
    width: 20px;
    display: inline-block;
    height: 20px;
    border-radius: 50%;
    position: relative;
    text-align: center;
}

footer .social-link a .fab {
    color: #f1c72a;
    line-height: 15px;
    margin: 0px 4px;
    font-size: 12px;
    vertical-align: text-top;
}

footer .social-link a .fa-youtube {
    margin: 0px 3px;
}

footer .social-link a:hover {
    background: #f1c72a;
}

footer .social-link a:hover .fab {
    color: white;
}

footer .content-footer {
    position: relative;
}

footer .content-footer span .terms {
    color: white;
    font-size: 12px;
    text-decoration: none;
}

footer .content-footer .img-hero {
    position: absolute;
    width: 60vw;
    right: 0%;
    bottom: 0%;
}

.flip-clock-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
}

.flip-clock-container [class|="flip-item"] {
    display: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flip-clock-container [class|="flip-item"]::before {
    content: "";
    font-family: Consolas;
    line-height: 0px;
    margin: 0;
}

.flip-clock-container [class|="flip-item"]:first-child::before {
    content: none;
}

.flip-clock-container [class|="flip-item"] .flip-digit {
    width: 35px;
    height: 50px;
    position: relative;
    margin: 0 3px;
}

.flip-clock-container [class|="flip-item"] .flip-digit > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-perspective: 300px;
    perspective: 300px;
    border-radius: 8px;
}

.flip-clock-container [class|="flip-item"] .flip-digit > span::after,
.flip-clock-container [class|="flip-item"] .flip-digit > span::before {
    font-size: 28px;
}

.flip-clock-container [class|="flip-item"] .flip-digit > span::before {
    top: 0;
    line-height: 50px;
    border-radius: 8px 8px 0 0;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#404040),
        to(#171717)
    );
    background-image: linear-gradient(#404040, #171717);
    color: white;
    border-bottom: none;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.flip-clock-container [class|="flip-item"] .flip-digit > span::after {
    bottom: 0;
    line-height: 0px;
    border-radius: 0 0 8px 8px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#404040),
        to(#171717)
    );
    background-image: linear-gradient(#404040, #171717);
    color: white;
    border-top: none;
    -webkit-transform-origin: top;
    transform-origin: top;
}

li#days::after {
    content: "Days";
    position: absolute;
    bottom: -60%;
    left: 6%;
}

li#hours::after {
    content: "Hours";
    position: absolute;
    bottom: -60%;
    left: 30%;
}

li#minutes::after {
    content: "Minutes";
    position: absolute;
    bottom: -60%;
    left: 53%;
}

li#seconds::after {
    content: "Seconds";
    position: absolute;
    bottom: -60%;
    left: 78%;
}

@media (max-width: 320px) {
    body {
        background-image: url("../../../asset/images/bg-mobile-2.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: relative;
    }
    header .navbar {
        padding: 0%;
    }
    header .navbar .navbar-brand img {
        width: 100px;
    }
    header .navbar .navbar-nav {
        display: inline;
    }
    header .navbar .navbar-nav .nav-link {
        font-family: "Poppins", serif;
        display: inline-table;
        padding: 8px;
        font-size: 12px;
    }
    header .navbar .navbar-nav .nav-link:hover {
        color: #fdda63 !important;
    }
    header .navbar .navbar-nav .active {
        color: #fdda63 !important;
    }
    .flip-clock-container [class|="flip-item"] .flip-digit {
        width: 23px;
        height: 30px;
    }
    .flip-clock-container [class|="flip-item"] .flip-digit > span {
        border-radius: 2px;
    }
    .flip-clock-container [class|="flip-item"] .flip-digit > span::after,
    .flip-clock-container [class|="flip-item"] .flip-digit > span::before {
        font-size: 16px;
    }
    .flip-clock-container [class|="flip-item"] .flip-digit > span::before {
        line-height: 26px;
        border-radius: 2px 2px 0 0;
    }
    .flip-clock-container [class|="flip-item"] .flip-digit > span::after {
        line-height: 1px;
        border-radius: 0 0 2px 2px;
    }
    .hero {
        margin-top: 0%;
    }
    .hero .img-mobil {
        position: absolute;
        right: 0%;
        top: 0%;
    }
    .hero .img-hidden {
        opacity: 0;
    }
    .hero .title p {
        font-size: 5vw;
        line-height: 9vw;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }
    .hero .title p strong.str-1 {
        font-size: 8.5vw;
    }
    .hero .title p strong.str-1::before {
        height: 3vh;
    }
    .hero .title p strong.str-2 {
        font-size: 6.5vw;
    }
    .hero .description p {
        font-size: 7vw;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }
    .hero .time p {
        font-size: 3vw;
        text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
    }
    .btn-warning-hero {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        border-radius: 4px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    li#days::after {
        font-size: x-small;
    }
    li#hours::after {
        font-size: x-small;
    }
    li#minutes::after {
        font-size: x-small;
    }
    li#seconds::after {
        font-size: x-small;
    }
    footer {
        margin-top: 2.5vh;
    }
    footer .social-link {
        height: 20px;
    }
}

@media (min-width: 321px) and (max-width: 575.98px) {
    body {
        background-image: url("../../../asset/images/bg-mobile-2.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: relative;
    }
    header .navbar {
        padding: 0%;
    }
    header .navbar .navbar-brand img {
        width: 100px;
    }
    header .navbar .navbar-nav {
        display: inline;
    }
    header .navbar .navbar-nav .nav-link {
        font-family: "Poppins", serif;
        display: inline-table;
        padding: 8px;
        font-size: 12px;
    }
    header .navbar .navbar-nav .nav-link:hover {
        color: #fdda63 !important;
    }
    header .navbar .navbar-nav .active {
        color: #fdda63 !important;
    }
    .flip-clock-container [class|="flip-item"] .flip-digit {
        width: 23px;
        height: 30px;
    }
    .flip-clock-container [class|="flip-item"] .flip-digit > span {
        border-radius: 2px;
    }
    .flip-clock-container [class|="flip-item"] .flip-digit > span::after,
    .flip-clock-container [class|="flip-item"] .flip-digit > span::before {
        font-size: 16px;
    }
    .flip-clock-container [class|="flip-item"] .flip-digit > span::before {
        line-height: 26px;
        border-radius: 2px 2px 0 0;
    }
    .flip-clock-container [class|="flip-item"] .flip-digit > span::after {
        line-height: 1px;
        border-radius: 0 0 2px 2px;
    }
    .hero {
        margin-top: 0%;
    }
    .hero .img-mobil {
        position: absolute;
        right: 0%;
        top: 0%;
        width: -webkit-fill-available;
    }
    .hero .img-hidden {
        opacity: 0;
    }
    .hero .title p {
        font-size: 5vw;
        line-height: 9vw;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }
    .hero .title p strong.str-1 {
        font-size: 8.5vw;
    }
    .hero .title p strong.str-1::before {
        height: 3vh;
    }
    .hero .title p strong.str-2 {
        font-size: 6.5vw;
    }
    .hero .description p {
        font-size: 7vw;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }
    .hero .time p {
        font-size: 3vw;
        text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
    }
    .btn-warning-hero {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        border-radius: 4px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    li#days::after {
        font-size: x-small;
    }
    li#hours::after {
        font-size: x-small;
    }
    li#minutes::after {
        font-size: x-small;
    }
    li#seconds::after {
        font-size: x-small;
    }
    footer {
        margin-top: 3vh;
    }
    footer .social-link {
        height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    body {
        background-image: url("../../../asset/images/bg-mobile-2.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: relative;
    }
    header .navbar {
        padding: 0%;
    }
    header .navbar .navbar-nav {
        display: inline;
    }
    header .navbar .navbar-nav .nav-link {
        font-family: "Poppins", serif;
        display: inline-table;
        padding: 8px;
    }
    header .navbar .navbar-nav .nav-link:hover {
        color: #fdda63 !important;
    }
    header .navbar .navbar-nav .active {
        color: #fdda63 !important;
    }
    .hero {
        color: white;
        margin-top: 0%;
        position: static;
    }
    .hero .img-mobil {
        position: absolute;
        right: 0%;
        top: -3%;
        width: -webkit-fill-available;
    }
    .hero .img-hidden {
        opacity: 0;
        height: 740px;
    }
    .hero .title p {
        font-size: 5vw;
        font-weight: bold;
        color: white;
        margin: 0;
        line-height: 9vw;
        font-style: italic;
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    }
    .hero .title p strong.str-1 {
        font-size: 8.5vw;
    }
    .hero .title p strong.str-1::before {
        content: "";
        position: absolute;
        bottom: 10%;
        left: 0%;
        display: block;
        width: 100%;
        height: 3vh;
        background-color: #f9c53a;
        z-index: -1;
    }
    .hero .title p strong.str-2 {
        font-weight: bolder;
        font-size: 6.5vw;
    }
    .hero .description p {
        font-family: "Nexa-Light";
        font-size: 7vw;
        font-weight: 600;
        line-height: 25px;
        margin-bottom: 0.5rem;
    }
    .hero .time p {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 3.5vw;
        margin-bottom: 14px;
        text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
    }
    .hero .time p strong {
        font-family: "Poppins", sans-serif;
        color: #f9c53a;
    }
    .btn-warning-hero {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .btn-warning-hero:hover {
        background: #ff8e0c;
    }
    footer {
        margin-top: 3vh;
        position: relative;
    }
    footer .social-link {
        height: 20px;
    }
    footer .social-link a {
        border: 1px solid white;
        width: 20px;
        display: inline-block;
        height: 20px;
        border-radius: 50%;
        position: relative;
        text-align: center;
    }
    footer .social-link a .fab {
        color: #f1c72a;
        line-height: 15px;
        margin: 0px 4px;
        font-size: 12px;
        vertical-align: text-top;
    }
    footer .social-link a .fa-youtube {
        margin: 0px 3px;
    }
    footer .social-link a:hover {
        background: #f1c72a;
    }
    footer .social-link a:hover .fab {
        color: white;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .img-hero {
        height: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .img-hero {
        height: 100%;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 85vw;
    }
    .img-hero {
        position: absolute;
        right: 6%;
        top: 0%;
        height: 100vh;
    }
    footer {
        margin-top: 15vh;
        position: relative;
    }
}
/*# sourceMappingURL=style.css.map */
