/* * {
    margin: 0;
    padding: 0;
    box-sizing:border-box
} */
body {
    font-size: 16px;
    margin: 0;
    user-select: none;
    font-family: 'Quicksand', sans-serif;
    -webkit-tap-highlight-color: transparent;
    transition: background-color  var(--cubic-slider);
    background: #200132;
    background-color: #200132;
}
.qr-code {
    position: absolute;
    top: 1rem;
    right: 1rem;
    max-width: 70px;
    padding: 0.3rem;
    border-radius: .85em;
    background-color: #aa101f;
    text-align: center;
}
.qr-code:hover {
    animation: gelatine 1s;
}
.qr-code span {
    color: #ffffff;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: -.2rem;
}
.qr-code a {
    text-decoration: none;
}
.qr-code-img {
    width: 100%;
    height: auto;
}
.hero-main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
}
.background {
    position: fixed;
    background-image: url('../../assets/img/bg.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -10;
    overflow: hidden;
}
.background-gradient {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -9;
    background-image: linear-gradient(#190d59, #520b53);
    mix-blend-mode: color;
    opacity: .8;
}
/* .background-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -8;
    opacity: 1;
    mix-blend-mode: color-dodge;
    background-image: url(/assets/img/bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */
.background-spin {
    background-image: url('../../assets/img/background-spin3.png');
    opacity: .175;
    position: fixed;
    background-position: center;
    background-size: cover;
    height: 200%;
    top: -50%;
    left: -50%;
    right: -50%;
    /* width: 400px; */
    /* height: 400px; */
    animation: spin 60s linear infinite;
    z-index: -6;
    mix-blend-mode: color-dodge;
    will-change: transform;
}
.character {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-top: -14vh;
    animation: gelatine 1.5s
}
.girl-container {
    position: absolute;
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    z-index: -1;
    animation: hover 12s ease-in-out infinite;
}
img.title:hover + .girl-container {
    animation: gelatine 1.5s;
}
img.girl {
    position: absolute;
    width: 100%;
    max-width: 120px;
    height: auto;
    animation: gelatine 1.5s;
}
img.title {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 290px;
    /* animation: hover 6s ease-in-out infinite; */
}
img.valloween {
    position: relative;
    width: 100%;
    max-width: 86px;
    height: auto;
    animation: hover2 6s ease-in-out infinite;
    top: 3.5rem;
    left: 4rem;
    z-index: 11;
}
img.wings {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 440px;
    /* animation: hover 12s ease-in-out infinite; */
    animation: flap 6s ease-in-out infinite;
}
img.bat-presents {
    position: absolute;
    width: 100%;
    max-width: 200px;
    height: auto;
    bottom: 6rem;
    left: 3rem;
    display: none;
    animation: flap 2s ease-in-out infinite;
}
img.presents {
    position: absolute;
    width: 100%;
    max-width: 120px;
    height: auto;
    top: 0.9rem;
    left: 1rem;
}
img.presents-desktop {
    position: absolute;
    display: none;
}
img.bat-date {
    position: absolute;
    width: 100%;
    max-width: 270px;
    height: auto;
    bottom: 8rem;
    right: 7rem;
    z-index: -1;
    display: none;
    animation: flap 3s ease-in-out infinite;
}
img.date {
    position: absolute;
    width: 100%;
    max-width: 96px;
    height: auto;
    bottom: 7rem
}
img.the-sound-of-love {
    position: absolute;
    width: 100%;
    max-width: 240px;
    height: auto;
    top: 21px;
    /* animation: rotate 12s ease-in-out infinite; */
    z-index: 1;
    /* animation: hover 6s ease-in-out infinite; */
}
img.annual {
    position: absolute;
    width: 100%;
    max-width: 250px;
    height: auto;
    top: 5.5rem;
    /* animation: rotate 9s ease-in-out infinite; */
    z-index: 1;
}
img.venue {
    position: absolute;
    width: 100%;
    max-width: 150px;
    height: auto;
    top: 8.5rem;
    z-index: 1;
}
.bat-front-1 {
    position: absolute;
    /* width: 100%;
    height: auto; */
    max-width: 170px;
    z-index: 0;
    bottom: 1rem;
    /* left: 7rem; */
    animation: flap 4s ease-in-out infinite;
}
.djs {
    position: relative;
    margin: 0 auto;
    margin-bottom: 5rem;
    padding-top: 5rem;
    animation: gelatine 1.5s;
}
.dj {
    /* padding-left: 1rem;
    padding-right: 1rem; */
    width: 100%;
    height: 140px;
}
.dj img.heart {
    max-height: 140px;
    width: auto;
    position: relative;
    display: block;
}
.dj img.name {
    height: 70px;
    width: auto;
    position: relative;
    display: block;
}

.lauren-valentine:hover {
    /* animation: shake-dj 3s ease-in-out infinite; */
    animation: gelatine 1s;
}
.terrence-powers:hover {
    /* animation: shake-dj 3s ease-in-out infinite; */
    animation: gelatine 1s;
}
.chaoticstyle:hover {
    /* animation: shake-dj 3s ease-in-out infinite; */
    animation: gelatine 1s;
}
.drucifer:hover {
    /* animation: shake-dj 3s ease-in-out infinite; */
    animation: gelatine 1s;
}
.the-d:hover {
    /* animation: shake-dj 3s ease-in-out infinite; */
    animation: gelatine 1s;
}
.echoside:hover {
    /* animation: shake-dj 3s ease-in-out infinite; */
    animation: gelatine 1s;
}
.lauren-valentine img.name {
    left: 4.5rem;
    bottom: 6rem;
}
.terrence-powers img.name {
    left: 4.5rem;
    bottom: 6rem;
}
.chaoticstyle img.name {
    left: 4.5rem;
    bottom: 6rem;
}
.drucifer img.name {
    left: 4.5rem;
    bottom: 6rem;
}
.the-d img.name {
    left: 4.5rem;
    bottom: 6rem;
}
.echoside img.name {
    left: 4.5rem;
    bottom: 6rem;
}
.bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.bottom {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    z-index: 1;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
}
.bottom-info {
    animation: gelatine 1.5s;
}
/* img.donations {
    width: 100%;
    height: auto;
} */
/* img.info {
    width: 100%;
    height: auto;
} */
img.price {
    width: 48%;
    height: 100%;
}
img.bring-donation {
    width: 48%;
    height: 100%;
}
img.benefit {
    width: 100%;
    height: auto;
    max-width: 250px;
}
img.info-qr {
    width: 48%;
    height: auto;
    max-width: 70px;
}
img.donations-list {
    width: 48%;
    height: 100%;
}
img.kk {
    /* position: absolute; */
    width: 48%;
    height: 100%;
    max-width: 110px;
    /* margin-top: 5rem;
    margin-left: 3rem; */
    animation: grow 6s ease-in-out infinite;
}
img.kk:hover {
    animation: shake 3s ease-in-out infinite;
}
img.donations-list-red {
    width: 44%;
    height: 100%;
}
img.dono-list {
    width: 50%;
    height: 100%;
}
img.logos {
    width: 100%;
    height: auto;
}
img.bat-back-1 {
    position: absolute;
    max-width: 200px;
    margin-left: -20rem;
    z-index: -1;
    display: none;
    animation: flap 5s ease-in-out infinite;
}
img.bat-back-2 {
    position: absolute;
    max-width: 200px;
    z-index: -1;
    display: none;
    animation: flap 5s ease-in-out infinite;
}
img.bat-back-3 {
    position: absolute;
    max-width: 200px;
    z-index: -1;
    display: none;
    animation: flap 5s ease-in-out infinite;
}
img.bat-back-4 {
    position: absolute;
    max-width: 200px;
    z-index: -1;
    display: none;
    animation: flap 5s ease-in-out infinite;
}
footer {
    font-size: .8rem;
    padding-top: 2rem;
    margin-bottom: 1rem;
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
}
footer a {
    text-decoration: none;
    color: red;
}
footer a:hover {
    color: #ffffff;
}

@keyframes hover {
    0% {
        transform: translate(0px, 0px);
    }
    25% {
        transform: translate(0px, 13px);
    }
    50% {
        transform: translate(0px, 0px);
    }
    75% {
        transform: translate(0px, -13px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
@keyframes hover2 {
    0% {
        transform: translate(0px, 3px);
        transform: rotate(5deg);
    }
    50% {
        transform: translate(0px, -6px);
        transform: rotate(-5deg);
    }
    100% {
        transform: translate(0px, 3px);
        transform: rotate(5deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(1deg);
    }
    50% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes shake {
    0% {
        transform: rotate(12deg);
    }
    13% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}
@keyframes shake-dj {
    0% {
        transform: rotate(3deg);
    }
    10% {
        transform: rotate(-4deg);
    }
    20% {
        transform: rotate(3deg);
    }
    30% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes grow {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}
@-moz-keyframes spin { 
    100% { 
        -moz-transform: rotate(360deg); 
    } 
  }
  @-webkit-keyframes spin {
    100% { 
        -webkit-transform: rotate(360deg); 
    }
  }
  @keyframes spin {
    100% { 
        -webkit-transform: rotate(360deg); transform:rotate(360deg); 
    }
}
@keyframes flap {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(.8, .98);
    }
    100% {
        transform: scale(1, 1);
    }
}
@keyframes bounce-in {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes gelatine {
    from, to { 
        transform: scale(1, 1); 
    }
    25% { 
        transform: scale(0.9, 1.1); 
    }
    50% { 
        transform: scale(1.1, 0.9); 
    }
    75% { 
        transform: scale(0.95, 1.05); 
    }
  }