a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #000 !important;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Secular One', sans-serif;
    overflow-x: hidden;
}

header {
    position: fixed;
    margin-left: 120px;
    z-index: 999;
    width: 100%;
    background: #000000;
    padding-top: 22px;
    padding-bottom: 15px;
    padding-left: 0px;
    border-bottom: 1px solid #cb186d;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    background: transparent !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255) !important;
    margin-right: 20px;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #c30865 !important;
    padding-left: 10px;
}

div#navbarNavAltMarkup {
    margin-right: 220px;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0 !important;
    align-items: center;
}

a.logo {
    width: 200px;
    display: block;
    margin-left: 10px;
}

a.nav-link {
    color: #ffffff;
    float: left;
    font-size: 14px;
    text-decoration: unset;
    text-transform: uppercase;
    font-weight: 300;
    transition: 500ms ease-in-out;
    font-family: 'Secular One', sans-serif;
}

.parallax {
    perspective: 1px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url(../img/bg-brush.png);
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center 55px;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-book {
    perspective: 1px;
    height: 52vh;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url(../img/bg-book.jpg);
    /* Set a specific height */
    min-height: 466px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* ================================================== */


/* Home Notification */


/* ================================================== */

.home-notice-box {
    position: absolute;
    right: 5.3%;
    bottom: 10%;
    width: 430px;
    font-family: 'Secular One', sans-serif;
    line-height: 28px;
}

.notice-title {
    background: #cb186d;
    padding: 20px;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Secular One', sans-serif;
    font-size: 22px;
    margin: 0px;
}

.notice-description {
    background: #050505cc;
    color: white;
    padding: 23px;
}

a.notice-link {
    width: 160px;
    background: #cb186d;
    color: white;
    text-decoration: auto;
    padding: 15px;
    float: right;
    font-weight: 900;
    text-transform: uppercase;
    transition: 500ms ease-in-out;
    font-family: 'Secular One', sans-serif !important;
}

a.notice-link:hover {
    width: 138px;
    background: #1e1e1e;
    color: white;
    text-decoration: auto;
    padding: 15px;
    float: right;
    font-weight: 900;
    text-transform: uppercase;
    transition: 500ms ease-in-out;
    font-family: 'Secular One', sans-serif !important;
}

a.notice-link:after {
    width: 40px;
    content: " ";
    background-image: url(../img/link-open.svg);
    background-position: center;
    height: 26px;
    background-size: cover;
    display: block;
    float: right;
    background-repeat: no-repeat;
    font-family: 'Secular One', sans-serif !important;
}

a.buy-book-link {
    width: 150px;
    color: white;
    text-decoration: auto;
    font-size: 32px !important;
    transition: 500ms ease-in-out;
    font-family: 'Secular One', sans-serif !important;
    border-radius: 50%;
    padding: 15px;
    text-align: center;
    background-color: #cb186d;
    border: 10px solid #ffffff;
    display: flex;
    position: absolute;
    height: 150px;
    left: 70px;
    top: 60px;
}

a.buy-book-link:hover {
    width: 100px;
    color: #cb186d;
    text-decoration: auto;
    font-size: 15px;
    transition: 500ms ease-in-out;
    font-family: 'Secular One', sans-serif !important;
    border-radius: 50%;
    padding: 50px;
    text-align: center;
    background-color: #ffffff;
    border: 10px solid #cb186d;
    display: flex;
    position: absolute;
    font-size: 41px;
    height: 100px;
    left: 41px;
    top: 50px;
}

a.buy-ticket-link {
    width: 100px;
    background: #000000;
    color: white;
    text-decoration: auto;
    padding: 15px;
    float: initial;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 15px;
    transition: 500ms ease-in-out;
    display: inline-table;
    font-family: 'Secular One', sans-serif !important;
    text-align: center;
    border: 1px solid white;
}

a.buy-ticket-link:hover {
    width: 100px;
    background: #000000;
    color: #c30865;
    text-decoration: auto;
    padding: 15px;
    float: initial;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 15px;
    transition: 500ms ease-in-out;
    display: inline-table;
    font-family: 'Secular One', sans-serif !important;
    text-align: center;
    border: 1px solid #c30865;
}

.book-text {
    font-size: 16px;
    text-align: justify;
    margin-top: 26px;
    line-height: 25px;
    position: inherit;
    height: auto;
    display: initial;
}

.mouse {
    width: 25px;
    height: 40px;
    border-radius: 13px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    zoom: 1.2;
}

.mouse::before {
    content: "";
    width: 3px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    animation: scrollDown 1.2s ease-in-out;
    animation-iteration-count: infinite;
}

.mouse__arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 2px;
    height: 2px;
    animation: fading 1.2s ease;
    animation-iteration-count: infinite;
}

.mouse__arrow:last-child {
    width: 0;
    height: 0;
    background-color: transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 3px solid #fff;
}

.mouse__arrow:nth-child(1) {
    animation-delay: 0s;
    bottom: -8px;
}

.mouse__arrow:nth-child(2) {
    animation-delay: 0.4s;
    bottom: -14px;
}

.mouse__arrow:nth-child(3) {
    animation-delay: 0.8s;
    bottom: -20px;
}

@keyframes scrollDown {
    0% {
        transform: translate(-50%, 0);
    }
    70%,
    90% {
        transform: translate(-50%, 100%);
    }
    100% {
        transform: translate(-50%, 0);
    }
}

@keyframes fading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}


/* ================================================== */


/* Home Notification */


/* ================================================== */

nav.left-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    height: 100%;
    padding: 43px 0 48px;
    background-color: #ef0d84;
    z-index: 9999;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.nav-top {
    margin-top: -30px;
    position: initial;
}

ul.nav.navbar-nav.navbar-right {
    display: flex;
    float: right;
    margin-top: 0px;
    margin-right: 125px;
}

.nav li {
    margin-right: 56px;
    list-style: none;
}

.nav li a {
    color: #ffffff;
    float: left;
    font-size: 14px;
    text-decoration: unset;
    text-transform: uppercase;
    font-weight: 300;
    transition: 500ms ease-in-out;
    font-family: 'Secular One', sans-serif;
}

.nav li a:hover {
    color: #ef0d83;
}

.language {
    background: #cb186d;
    list-style: none;
    font-size: 26px !important;
    position: fixed;
    height: 95px;
    top: 0;
    padding-top: 32px;
    width: 95px;
    text-align: center;
    font-weight: 900;
    width: 95px;
    right: 0;
    color: white;
    text-decoration: none;
}

.header-left {
    width: 200px;
    float: left;
}

.menu-icon {
    width: 85px;
    height: 85px;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    transition: opacity .25s ease .1s;
    background-image: url(../img/menu-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-size: cover;
}

.nav-bottom {
    bottom: 0;
    position: inherit;
}

.thin-line {
    width: 1px;
    background: white;
    height: 280px;
    margin-top: 50px;
}

.pause-icon {
    width: 115px;
    height: 115px;
    cursor: pointer;
    border-radius: 0;
    transition: opacity .25s ease .1s;
    background-image: url(../img/pause.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.play-icon {
    width: 115px;
    height: 115px;
    cursor: pointer;
    border-radius: 0;
    transition: opacity .25s ease .1s;
    background-image: url(../img/play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.unmute-icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 0;
    transition: opacity .25s ease .1s;
    background-image: url(../img/unmute.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.mute-icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 0;
    transition: opacity .25s ease .1s;
    background-image: url(../img/mute.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.nav-center {
    display: contents;
}

ul.social-links {
    padding: 5px;
    position: initial;
}

.social-links li {
    list-style: none;
    width: 38px;
    height: 38px;
    display: grid;
    margin-bottom: 10px;
}

.icon-social.facebook {
    background-image: url(../img/facebook.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-social.facebook:hover {
    filter: invert(1);
}

.icon-social.twitter {
    background-image: url(../img/twitter.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-social.twitter:hover {
    filter: invert(1);
}

.icon-social.instagram {
    background-image: url(../img/instagram.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-social.instagram:hover {
    filter: invert(1);
}

.icon-social.youtube {
    background-image: url(../img/youtube.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-social.youtube:hover {
    filter: invert(1);
}

.icon-social.spotify {
    background-image: url(../img/spotify.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-social.spotify:hover {
    filter: invert(1);
}

.icon-social.apple {
    background-image: url(../img/apple.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-social.apple:hover {
    filter: invert(1);
}

#video-background {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.main {
    background: #000000;
    display: flow-root;
    padding-bottom: 40px;
}

.biography {
    background: #000000;
    display: flow-root;
    margin-top: -175px;
    padding-bottom: 50px;
}

button.read-more {
    width: 100%;
    height: 50px;
    font-size: 20px;
    border: 2px solid #c30865;
    background: transparent;
    color: #c30865;
    cursor: pointer;
}

.gallery {
    background: #000000;
    display: flow-root;
    padding-bottom: 40px;
    padding-top: 30px;
}

.discography {
    padding-bottom: 50px;
    margin-top: 50px;
}

.discography-arrow-right {
    background-image: url(../img/arrow.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.discography-arrow-left {
    background-image: url(../img/arrow.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transform: rotate(180deg);
}

.concerts {
    /* padding-top: 75px; */
    padding-bottom: 30px;
}

.no-concert {
    width: 100%;
    text-align: center;
    color: white;
}

.no-concert h6 {
    font-size: 56px;
    color: white;
    font-family: 'Secular One', sans-serif;
}

.booking {
    padding-bottom: 0px;
    background: #000000;
    display: flow-root;
    background-image: url(../img/bg-booking.png);
    min-height: 770px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.booking h4 {
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 60px;
    font-weight: 900;
    font-family: 'Secular One', sans-serif;
}

.booking .phone {
    font-size: 96px;
    color: white;
    text-decoration: none;
    padding-left: 60px;
    font-weight: 900;
    font-family: 'Secular One', sans-serif;
}

.chords {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 32px;
    padding-right: 18px;
}

.chord-card h2 {
    color: #ef0d83;
    font-size: 26px;
    font-family: 'Secular One', sans-serif;
    font-weight: 900;
}

.chord-card {
    background: #000000;
    padding: 10px;
    border: 1px solid #cb186d;
}

.chord-card p {
    font-size: 48px;
    font-weight: 900;
    font-family: 'Secular One', sans-serif;
    float: left;
    color: #fddec4;
}

.chord-card .icon-link {
    /* background: #cb186d; */
    color: white;
    text-decoration: none;
    padding: 10px;
    float: right;
    font-family: 'Secular One', sans-serif;
    margin-top: 10px;
    font-size: 23px;
}

.chord-conent {
    background: #212529fc;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    padding: 83px;
}

h3.chord-title {
    font-weight: 900;
    color: #cb186d;
    font-family: 'Secular One', sans-serif;
}

.chord-details p {
    font-size: 15px;
    line-height: 0;
    color: white;
}

.chord-details {
    display: grid;
}

p.chord-key {
    color: #ef0d83;
    font-size: 13px;
    line-height: 15px;
}

h1 {
    position: absolute;
    bottom: 1%;
    left: 5%;
    width: 94%;
    font-size: 36px;
    letter-spacing: 3px;
    color: #fff;
    text-align: left;
}

.pre-text {
    font-size: 200px;
    color: #ef0d83;
    font-weight: 900;
    font-family: 'Secular One', sans-serif;
    z-index: 9;
    margin-bottom: 29px;
    width: 100%;
}

.pre-text-right {
    font-size: 200px;
    color: #ef0d83;
    top: 20px;
    font-weight: 900;
    text-align: right;
    font-family: 'Secular One', sans-serif;
}

.content-left {
    display: inline-table;
    width: 45%;
    float: left;
    color: white;
    padding-left: 200px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 900;
}

.content-left p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 5px;
}

.content-left img {
    margin-top: 40px;
}

.content-right {
    display: block;
    width: 34%;
    float: right;
    color: white;
    /* font-family: 'Libre Baskerville', serif; */
    font-size: 15px;
    padding-right: 59px;
    text-align: justify;
    line-height: 24px;
    font-family: 'Secular One', sans-serif;
}

.content-right p {
    color: white;
    margin-bottom: 25px;
}

.book {
    background: #000000;
    display: flow-root;
    margin-top: -125px;
}

.book .content-left h3 {
    font-size: 28px;
    color: #fbdec4;
}

.book .content-left h2 {
    font-size: 42px;
    color: #e10079;
    margin-top: 10px;
}

.book .content-left blockquote {
    font-size: 18px;
    margin-top: 10px;
}

.book .book-right h4 {
    font-size: 144px;
    float: right;
    margin-top: 100px;
    font-family: 'The Nautigal', cursive;
    color: #ffffff;
}

.book-right {
    display: block;
    width: 34%;
    float: right;
    color: white;
    font-size: 15px;
    padding-right: 59px;
    text-align: justify;
    perspective: 124px;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url(../img/book-left-bg.png);
    /* Set a specific height */
    min-height: 732px;
    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -104px;
}


/* ================================================== */


/* Carousel */


/* ================================================== */

.owl-carousel .owl-wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}


/* display none until init */

.owl-carousel {
    position: relative;
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    position: relative;
    display: none;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
    line-height: 1px;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */

.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}


/* 
   *  Owl Carousel CSS3 Transitions 
   *  v1.3.2
   */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}


/* fade */

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}


/* backSlide */

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}


/* goDown */

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}


/* scaleUp */

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}


/* Keyframes */


/*empty*/

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

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

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    color: #FFF;
    font-size: 12px;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
    opacity: 1;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    margin: 5px 7px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    padding: 2px 10px;
    width: auto;
    height: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #FFF;
    font-size: 12px;
}


/* ================================================== */


/* preloading images */


/* ================================================== */

.owl-item.loading {
    min-height: 150px;
    background: url(../images/AjaxLoader.gif) no-repeat center center
}


/* ================================================== */


/* CUSTOM USER OPTIONS */


/* ================================================== */

.carousel-container {
    width: 100%;
}

.item {
    margin: 0 10px;
    background: #fff;
    color: #333;
    line-height: 20px;
}

.item img {
    width: 100%;
}

.item h4 {
    margin-top: 180px;
    color: #333;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.item p {
    color: #333;
    padding: 0 10px 20px;
    text-align: center;
    font-weight: 900;
    font-size: 24px;
}

.customNavigation {
    margin-top: 5px;
    margin-right: 11px;
    text-align: right;
}

.customNavigation .btn {
    position: relative;
    display: inline-block;
    overflow: visible;
    margin: -3px;
    padding: 1em 1.1em;
    border: 0;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 34px;
    cursor: pointer;
    -webkit-transition: all .1s ease-in 0s;
    -moz-transition: all .1s ease-in 0s;
    -o-transition: all .1s ease-in 0s;
    transition-property: all .1s ease-in 0s;
    -webkit-font-smoothing: antialiased;
    background: #ef0d83;
    border-radius: 0px !important;
}

.customNavigation .btn:hover {
    background: #222;
}

.hoverfx {
    position: relative;
    display: block;
    overflow: visible;
    text-align: center;
}

.hoverfx img {
    position: absolute;
    left: 0;
    width: 100%;
}

.hoverfx:before {
    display: inline-block;
    padding-top: 60%;
    content: '';
    vertical-align: middle;
}

.hoverfx .figure {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition-property: all .3s ease;
    width: 70px;
    margin-top: 70px;
}

.hoverfx .figure .icon img {
    filter: none;
}

.hoverfx .figure:hover {
    background: #e9e9e9;
    color: #333;
}

.hoverfx .overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 50%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition-property: all .3s ease;
}

.item:hover .figure,
.item:hover .overlay {
    opacity: 1;
}


/* ================================================== */


/* Carousel */


/* ================================================== */


/* #Cursor */


/* ================================================== */

.cursor,
.cursor2,
.cursor3 {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    z-index: 4;
}

.cursor {
    background-color: var(--blue);
    height: 0;
    width: 0;
}

.cursor2,
.cursor3 {
    height: 30px;
    width: 30px;
    transition: all 200ms ease-out;
    background-position: center;
    background-size: 0 0;
}

.cursor2.hover,
.cursor3.hover {
    height: 220px;
    width: 320px;
    border: none;
    border-radius: 8px;
}

.cursor2 {
    border: 2px solid var(--blue);
    box-shadow: 0 0 5px rgb(203 24 109 / 65%);
    background: #cb186d;
}

.cursor2.hover {
    background-size: cover;
    box-shadow: 0 0 0 rgba(16, 39, 112, 0.2);
}

.cky-consent-bar.cky-classic {
    width: 100%;
    padding: 15px;
    display: block;
    box-shadow: 0 -1px 10px 0 rgb(0 0 0 / 30%);
}

.cky-consent-bar.cky-classic {
    padding: 15px 160px;
    border: none !important;
}


/* Converts */

.concert-list {
    background-position: center bottom;
    background-repeat: repeat-x
}

.concert-list li {
    padding: 17px 0;
}

.concert-list li:not(:last-child) {
    border-bottom: 1px solid rgba(43, 43, 43, .9)
}

.concert-list li>div {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 990px
}

@media (min-width:1200px) {
    .concert-list li>div {
        max-width: 1020px
    }
}

@media (min-width:1600px) {
    .concert-list li>div {
        max-width: 1400px
    }
}

@media (min-width:768px) {
    .concert-list li p {
        float: left
    }
}

.concert-list li p span {
    display: block;
    color: #ef1085;
    font-family: 'Secular One', sans-serif;
}

.concert-list li .concert-date {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    line-height: 29px;
    padding: 26px 15px 16px;
    color: white;
}

@media (min-width:768px) {
    .concert-list li .concert-date {
        border-left: 2px solid #ef1085;
        max-width: 134px;
        float: left
    }
}

@media (min-width:1600px) {
    .concert-list li .concert-date {
        padding: 14px 15px 17px;
        color: white;
        font-family: 'Secular One', sans-serif;
    }
}

.concert-list li .concert-date span {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Secular One', sans-serif;
}

.concert-list li .name {
    color: #afafaf;
    font-size: 14px;
    line-height: 22px;
    padding: 16px 35px;
    text-align: center
}

@media (min-width:768px) {
    .concert-list li .name {
        max-width: 360px;
        text-align: left
    }
}

@media (min-width:1600px) {
    .concert-list li .name {
        max-width: 505px;
        width: 505px;
        padding: 16px 65px
    }
}

.concert-list li .name span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px
}

.concert-list li .venue {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 19px 35px 28px;
    text-align: center;
    text-align: center;
}

@media (min-width:768px) {
    .concert-list li .venue {
        border-left: 1px solid rgba(43, 43, 43, .9);
        border-right: 1px solid rgba(43, 43, 43, .9);
        max-width: 312px
    }
}

@media (min-width:1200px) {
    .concert-list li .venue {
        min-width: 280px
    }
}


/* Mobil */

@media (max-width:1200px) {
    nav.left-nav {
        display: none;
    }
    .discography {
        margin-left: 0px;
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .pre-text-right {
        font-size: 69px;
        text-align: center;
        top: 60px;
        margin-left: 0px;
        font-weight: 900;
        font-family: 'Secular One', sans-serif;
        z-index: 9;
        position: relative;
        margin-bottom: 65px;
        display: block;
        width: 100%;
    }
    .pre-text {
        font-size: 69px;
        text-align: center;
        top: 60px;
        margin-left: 0px;
        font-weight: 900;
        font-family: 'Secular One', sans-serif;
        z-index: 9;
        position: relative;
        margin-bottom: 65px;
        display: block;
        width: 100%;
    }
    #video-background {
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: -100;
        margin-top: 95px;
    }
    ul.nav.navbar-nav.navbar-right {
        display: none;
    }
    header {
        margin-left: 0px;
        position: fixed;
        margin-left: 0px;
        z-index: 999999;
        width: 100%;
        background: black;
        /* padding-top: 40px; */
        padding-bottom: 20px;
        padding-left: 21px;
        border-bottom: 1px solid #ef0d83;
    }
    .language {
        background: none;
        list-style: none;
        font-size: 26px !important;
        position: fixed;
        height: 95px;
        top: 0;
        padding-top: 32px;
        width: 95px;
        text-align: center;
        font-weight: 900;
        width: 95px;
        right: 20%;
        color: white;
        text-decoration: none;
    }
    .home-notice-box {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        text-align: center
    }
    a.notice-link {
        width: 138px;
        background: #cb186d;
        color: white;
        text-decoration: auto;
        padding: 15px;
        font-weight: 900;
        text-transform: uppercase;
        transition: 500ms ease-in-out;
        float: none;
        display: inline-table;
    }
    a.notice-link::after {
        display: none;
    }
    .biography {
        background: #000000;
        display: inline-block;
        padding-bottom: 0px;
        padding-top: 0px;
        margin-top: 0px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .book {
        background: #000000;
        display: inline-block;
        padding-bottom: 40px;
        padding-top: 165px;
        margin-top: -200px;
        padding-left: 30px;
        padding-right: 30px;
    }
    a.buy-book-link {
        width: 100px;
        color: white;
        text-decoration: auto;
        font-size: 15px;
        transition: 500ms ease-in-out;
        font-family: 'Secular One', sans-serif !important;
        border-radius: 50%;
        padding: 50px;
        text-align: center;
        background-color: #cb186d;
        border: 10px solid #ffffff;
        display: flex;
        position: absolute;
        font-size: 41px;
        height: 100px;
        left: 15%;
        bottom: 1px;
        top: inherit;
    }
    a.buy-book-link:hover {
        width: 100px;
        color: #cb186d;
        text-decoration: auto;
        font-size: 15px;
        transition: 500ms ease-in-out;
        font-family: 'Secular One', sans-serif !important;
        border-radius: 50%;
        padding: 50px;
        text-align: center;
        background-color: white;
        border: 10px solid #cb186d;
        display: flex;
        position: absolute;
        font-size: 41px;
        height: 100px;
        left: 15%;
        bottom: 1px;
        top: inherit;
    }
    .concerts {
        padding-top: 20px;
        padding-bottom: 50px;
        display: flow-root;
    }
    .book-text {
        font-size: 16px;
        text-align: justify;
        line-height: 32px;
    }
    .content-left {
        display: inline-block;
        width: 100%;
        font-size: 19px;
        color: white;
        padding: unset;
        font-family: 'Libre Baskerville', serif;
        font-weight: 900;
        line-height: initial;
        text-align: center;
    }
    .content-right {
        display: block;
        width: 100%;
        float: inherit;
        color: white;
        font-family: 'Libre Baskerville', serif;
        font-size: 19px;
        padding-right: 0;
        text-align: justify;
        padding: 0px;
        line-height: 30px;
    }
    .book-right {
        display: block;
        width: 100%;
        color: white;
        font-size: 15px;
        padding-right: 0px;
        text-align: justify;
        perspective: 124px;
        height: 9vh;
        overflow-x: hidden;
        overflow-y: auto;
        background-image: url(../img/book-left-bg.png);
        min-height: 732px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .gallery {
        background: #000000;
        display: flow-root;
        padding-bottom: 0px;
        padding-top: 30px;
        margin-top: 50px;
    }
    .booking {
        padding-bottom: 30px;
        background: #000000;
        display: flow-root;
        background-image: url(../img/bg-booking-mobile.jpg);
        min-height: 600px;
        background-position: center -3px;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 57px;
        text-align: center;
    }
    .booking h4 {
        font-size: 22px;
        color: #ffffff;
        text-decoration: none;
        padding-left: 0px;
        margin-top: 92px;
        margin-bottom: 20px;
        text-align: center;
    }
    .booking .phone {
        font-size: 50px;
        color: white;
        text-decoration: none;
        padding-left: 0px;
        margin-top: 50px;
        margin-bottom: 20px;
        text-align: center;
    }
    .booking .pre-text {
        /* color:black; */
        margin-top: 460px;
    }
    footer .container {
        display: inline-grid;
        text-align: center;
    }
    footer p.copy {
        float: left;
        font-size: 13px;
        letter-spacing: 0;
        padding-left: 0px;
    }
}

@media (min-width:1600px) {
    .concert-list li .venue {
        width: 312px;
        padding: 19px 35px 28px 54px;
        text-align: center;
    }
}

.concert-list li .venue span {
    text-transform: none;
    font-size: 25px;
    margin-top: 5px
}

.concert-list li .price {
    text-align: center;
    padding: 19px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500
}

@media (min-width:768px) {
    .concert-list li .price {
        max-width: 130px
    }
}

@media (min-width:1600px) {
    .concert-list li .price {
        width: 130px
    }
}

.concert-list li .price span {
    font-size: 28px;
    margin-top: 8px;
    font-weight: 700;
    font-family: Roboto, sans-serif
}

.concert-list li .buy {
    text-align: center;
    color: #ef1085;
}

@media (min-width:768px) {
    .concert-list li .buy {
        text-align: left;
        float: right;
    }
}

.concert-list li .btn {
    margin: 29px 20px 29px 10px;
    padding: 13px 20px 10px
}

.concert-list li.more {
    display: none
}

.concert-list-title {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 58px 0 42px;
    font-size: 26px;
    line-height: normal
}

.thumbnail {
    display: block;
    padding: 0;
    margin: 0;
    line-height: auto;
    border: none;
    border-radius: 0;
    -webkit-transition: none;
    transition: none
}

.gallery .thumbnails {
    margin: 0 auto;
    overflow: hidden;
    max-width: 800px
}

@media (min-width:1200px) {
    .gallery .thumbnails {
        max-width: 100%
    }
}

@media (min-width:1600px) {
    .gallery .thumbnails {
        max-width: 100%
    }
}

.gallery .thumbnails .thumbnail {
    width: 100%;
    position: absolute;
    display: block;
    overflow: hidden;
    background-color: #0a0a0a
}

.gallery .thumbnails .thumbnail img {
    width: 100%
}

.gallery .thumbnails .thumbnail .rollover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(239 13 131 / 62%);
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.gallery .thumbnails .thumbnail .rollover i {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    direction: ltr;
    width: 80px;
    height: 80px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/zoom.svg);
    background-size: auto;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -40px;
    top: 100%;
    opacity: 0;
    transform: translateY(-50%);
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    background-size: cover;
}

@media (min-width:768px) {
    .gallery .thumbnails .thumbnail {
        width: 50%
    }
    .gallery .thumbnails .thumbnail.small {
        width: 25%
    }
}

.gallery .thumbnails .thumbnail:hover .rollover,
.gallery .thumbnails .thumbnail:hover .rollover i {
    opacity: 1
}

.gallery .thumbnails .thumbnail:hover .rollover i {
    top: 50%
}

.grid-item {
    width: 25%;
}

.grid-item--width2 {
    width: 50%;
}

aside {
    flex: 1 0 6%;
    padding: 1rem;
    padding: 0px;
    margin: 0px;
}

.wrapper-x {
    display: flex;
    height: 100%;
}

@media (max-width: 500px) {
    .wrapper-x {
        flex-direction: column-reverse;
    }
    ul {
        /* display: flex; */
        align-items: center;
        justify-content: space-between;
    }
}

.wrapper_inner {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    display: table-caption;
    padding-top: 95px;
}


/* FOOTER */

footer {
    background-color: #000000;
    color: #fff !important;
    text-transform: uppercase;
    /* padding: 35px 15px; */
    position: relative;
    overflow: hidden;
    border-top: 5px solid #ef0d83;
    padding-top: 0px !important;
    padding-left: 35px;
    margin: 0px;
    margin-top: 0px !important;
    font-family: 'Secular One', sans-serif;
}

footer p.copy {
    float: left;
    font-size: 13px;
    letter-spacing: -.5px;
    padding-left: 120px;
}

footer ul.menu-footer {
    float: right;
    text-decoration: none;
}

footer ul.menu-footer li {
    display: inline-block;
    font-size: 13px;
    letter-spacing: -.5px
}

footer ul.menu-footer li:not(:last-child):after {
    content: ".";
    margin: 0 1px 0 7px
}

footer ul.menu-footer li,
footer ul.menu-footer li a {
    color: #fff;
    text-decoration: none;
}


/* FOOTER */