@import url("https://use.typekit.net/tpb1kxh.css");

/**** FONT - START ****/
/*
PRIMARY TYPEFACE
font-family: polymath-display, sans-serif;
300,400,700,800

SECONDARY TYPEFACE
font-family: forevs, sans-serif;
700,800

THIRD TYPEFACE
font-family: canvas-inline, sans-serif;
200
*/
/**** FONT - END ****/

@font-face {
    font-family: 'tektur_condensedmedium';
    src: url('../font/tekturcond-med.woff2') format('woff2'),
    url('../font/tekturcond-med.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tektur_condregular';
    src: url('../font/tekturcond-reg.woff2') format('woff2'),
    url('../font/tekturcond-reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tektur_condensedsemibold';
    src: url('../font/tekturcond-sbold.woff2') format('woff2'),
    url('../font/tekturcond-sbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root{
    --angle: -10deg;
    --tilt:  -8deg;

    --primary-color: #0073ff;
    --primary-color-light:#00b4ff;
    --primary-color-dark:#5641fc;

    --secondary-color:#00ffbe;
    --secondary-color-light:#a0ffe6;
    --secondary-color-dark:#00b4be;

    --third-color:#330033;
    --third-color-light:#3b0016;
    --third-color-xdark:#000000;
}

::selection {
    background: var(--secondary-color); /* WebKit/Blink Browsers */
    color: var(--third-color);
}
::-moz-selection {
    background: var(--secondary-color); /* Gecko Browsers */
    color: var(--third-color);
}

body{
    background-image: url("../img/bkg/bkg-top.webp"), url("../img/bkg/bkg-main.webp");
    background-color: var(--secondary-color-light);
    background-repeat: no-repeat, repeat;
    background-size: 100vw, 100vw;
    background-attachment: scroll, fixed;

    color: var(--third-color-light);
    min-height: 100vh;
    font-family: polymath-display, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    overflow-x: hidden;
}

@media only screen and (max-width: 960px) {
    body{
        background-image: url("../img/bkg/bkg-top.webp"), url("../img/bkg/bkg-main.webp");
        background-color: var(--secondary-color-light);
        background-repeat: no-repeat, repeat;
        background-size: 225%, 100vw;
        background-position: top center, top;
        background-attachment: scroll, fixed;
    }
}

a.crypted:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

h1,h2,h3,h4{
    font-family: canvas-inline, sans-serif;
    font-weight: 200;
    color: var(--primary-color);
    text-transform: capitalize;
}

a{
    color: var(--primary-color);
}
a:hover{
    color: var(--primary-color-dark);
}


/**** HEADER -- START ****/

.header .menu-top .tour{
    font-family: canvas-inline, sans-serif;
    font-size: 32px;
    font-weight: 200;
    text-transform: capitalize;
    transform: rotate(var(--angle)) skewX(var(--tilt));
    color: #ffffff;
}
.header .menu-top .logo{
    max-width: 360px;
    fill: #ffffff;
    filter: drop-shadow(5px 5px 0px var(--third-color-light));
    margin-top: -20px;
}
.header .menu-top .social a{
    font-size: 32px;
    color:#ffffff;
    margin: 0 4px;
}
.header .menu-top .social a:hover{
    color:var(--secondary-color);
}

@media only screen and (max-width: 640px) {
    .header .menu-top .tour{
        font-size: 28px;
    }
    .header .menu-top .logo{
        max-width: 300px;
        fill: #ffffff;
        filter: drop-shadow(5px 5px 0px var(--third-color-light));
    }
}


/**** HEADER -- END ****/

/**** BUTTON -- START ****/

.uk-button-default {
    background-color: #ffffff;
    color: var(--primary-color-light);
    border: 2px solid var(--primary-color-light);
    border-radius: 40px;
    padding: 10px 30px;
    font-family: 'tektur_condregular';
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1;
}
.uk-button-default:hover {
    background-color: var(--primary-color-light);
    color: #ffffff;
    border: 2px solid var(--primary-color-light);
}

/**** BUTTON -- END ****/

/**** HOME -- START ****/

.home span.place-box {
    background-color: var(--primary-color);
    color: #ffffff;
    transform: rotate(var(--angle)) skewX(var(--tilt));
    display: inline-block;
    padding: 10px 20px 0 20px;
    font-family: canvas-inline, sans-serif;
    font-size: 52px;
    font-weight: 200;
    line-height: 1.2;
    text-transform: capitalize;
}

.home .arrow-down-a-z{
    background-color: var(--secondary-color);
    color: var(--primary-color-dark);
    font-size: 18px;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    margin: 0 auto;
}
.home .lineup .date {
    font-family: 'tektur_condensedsemibold';
    font-size: 44px;
    text-transform: uppercase;
    line-height: 1;
    color: var(--primary-color);
    transform: rotate(var(--angle)) skewX(var(--tilt));
}
.home .lineup .date.small{
    transform: inherit;
    font-size: 32px;
}
.home .lineup .artists span {
    font-family: 'tektur_condensedmedium';
    color: var(--third-color-light);
    display: inline-block;
    text-transform: uppercase;
}
.home .lineup .artists.big {
    font-size: 52px;
    line-height: 1.1
}
.home .lineup .artists.big sup {
    font-size: 30px;
    line-height: 1;
}
.home .lineup .artists.big span + span::before {
    content: " - ";
}
.home .lineup .artists.big span.more::before {
    content: "";
}

.home .lineup .description {
    font-size: 24px;
    line-height: 1.2;
    font-family: 'tektur_condregular';
    text-transform: uppercase;
}

.home .uk-grid-divider>:not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 3px solid var(--primary-color);
}
.home .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 0;
}

.home .description {
    font-size: 32px;
    line-height: 1.2;
    font-family: 'tektur_condregular';
    text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
    .home span.place-box {
        font-size: 44px;
    }
    .home .lineup .date {
        font-size: 36px;
    }
    .home .lineup .date.small{
        transform: inherit;
        font-size: 28px;
    }
    .home .lineup .artists span {
        display: block;
    }
    .home .lineup .artists.big {
        font-size: 42px;
    }
    .home .lineup .artists.big sup {
        font-size: 24px;
        line-height: 1;
    }
    .home .lineup .artists.big span + span::before {
        content: "";
    }
    .home .lineup .artists.big span.more {
        margin-top: -15px;
    }
}


/**** HOME -- END ****/

/**** FOOTER -- START ****/

.footer{
    background-color: var(--primary-color-dark);
    color: #ffffff;
}
.footer .social a{
    font-size: 32px;
    color:#ffffff;
    margin: 0 4px;
}
.footer .social a:hover{
    color:var(--secondary-color);
}

.footer h2{
    color: #ffffff;
}
.footer .uk-button-default {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 40px;
    padding: 10px 30px;
    font-family: 'tektur_condregular';
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
}
.footer .uk-button-default:hover {
    background-color: var(--primary-color-light);
    color: #ffffff;
    border: 2px solid var(--primary-color-light);
}

.footer .uk-navbar-nav>li>a{
    height: 100%;
    padding: 0 0;
    color:#ffffff;
    text-transform: capitalize;
    min-height: 50px;
    font-family: polymath-display, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}
.footer .uk-navbar-nav>li>a:hover {
    color:var(--secondary-color);
}
.footer .credits{
    font-family: polymath-display, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
}
.footer .credits a{
    color:var(--secondary-color);
}
.footer .credits a:hover{
    color:var(--secondary-color);
    text-decoration: underline;
}
@media only screen and (max-width: 960px) {
    .footer .uk-navbar-nav {
        display: block;
        gap: 0;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .footer .uk-navbar-nav>li>a{
        min-height: 0;
        padding: 5px 0;
    }
}

/**** FOOTER -- bottom ****/


/**** MODAL -- START ****/

/* DEBUG SCROLLBAR FIX */
.uk-modal-page{
    scrollbar-gutter: unset!important;
}


.uk-modal-dialog{
    background-image: url("../img/bkg/bkg-main.webp");
    background-color: var(--secondary-color-light);
    background-repeat:repeat;
    background-size:100vw;
    border-radius: 15px;
    border: 2px solid var(--primary-color-dark);
    padding: 20px;
}
.uk-modal-header {
    display: flow-root;
    padding: 10px 20px;
    background: transparent;
    border-bottom: none;
}
.uk-modal-footer {
    display: flow-root;
    padding: 10px 20px;
    background: transparent;
    border-top: none;
}

.uk-modal-title {
    font-size: 44px;
    line-height: 1.2;
    color: var(--primary-color-dark);
}
.uk-modal-dialog h3{
    font-size: 32px;
    line-height: 1.2;
    color: var(--primary-color-dark);
}
.uk-modal-dialog .uk-button-default {
    background-color: #ffffff;
    color: var(--primary-color-light);
    border: 2px solid var(--primary-color-light);
    border-radius: 40px;
    padding: 10px 20px;
    font-family: 'tektur_condregular';
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
}
.uk-modal-dialog .uk-button-default:hover {
    background-color: var(--primary-color-light);
    color: #ffffff;
    border: 2px solid var(--primary-color-light);
}
.uk-modal-dialog .uk-modal-close-default{
    font-size: 32px;
}

/**** MODAL -- END ****/


