/*******************
    START - generic css
*******************/
*{
    -webkit-tap-highlight-color: transparent;
}

::selection {
    color: #ffffff;
    background: #8CAD31;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-size: 16px;
    background: #000000;
}

body * {
    box-sizing: border-box;
}

section {
    position: relative;
    top: -48px;
    z-index: 1;
}

ul,
li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-family: 'Titillium Web', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 300;
    color: #f4f4f4;
    letter-spacing: 0.2rem;
}

h2 {
    font-family: 'Titillium Web', Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
    line-height: normal;
}

h2 span span {
    font-weight: 300;
    color: #D7FA78;
}

h3 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.2rem;
    color: #8CAD31;
}

h4 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1rem;
    color: #8CAD31;
}

p,
label,
input,
textarea {
    margin: 1rem 0;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6rem;
}

p {
    letter-spacing: 0.05rem;
}

ul {
    display: block;
}

ul li {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #c4c4c4;
}

a,
a:visited,
a:active {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #D7FA78;
    text-decoration: none;
}

a:hover {
    color: #8CAD31;
}

a.logo,
.logo {
    display: inline;
    grid-area: logo;
    font-family: 'Titillium Web', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 300;
    color: #D7FA78;
    letter-spacing: 0.25rem;
}

.logo span {
    font-weight: 600;
    color: #c4c4c4;
}

a.logo:hover {
    color: #8CAD31;
}

a.logo:hover span {
    color: #5f6f7f;
}

img {
    max-width: 100%;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

section.tabs-grid a,
section.tabs-grid a::before,
section.tabs-grid img,
.timeline__content,
.house-djs img,
.zoom-gallery img,
.mfp-img,
.event-panel,
.vip-panel,
.copyright {
    border-radius: 18px 0 18px 0;
}

.show-mobile-inline,
.show-mobile-block,
.show-mobile-inlineblock {
    display: none;
}

/*******************
END - generic css
*******************/

/*******************
START - link css
*******************/
.cta {
    display: inline-block;
    padding: 12px 30px;
    background-color: rgba(68, 68, 68, 0.8);
    border-radius: 6px 0 6px 0;
    border: 1px solid #f4f4f4;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
    transition: all 0.15s linear;
}

a:hover .cta,
.cta:hover {
    background-color: #111;
    color: #8CAD31;
    text-decoration: none;
}

/*******************
END - link css
*******************/

/*******************
START - header css
*******************/
.toggle i {
    padding: 0 5px;
    font-size: 1.4rem;
}

.toggle.close {
    display: inline-block;
    margin: 0.5rem 0.5rem 0.5rem 0;
    padding: 0.25rem;
}

.toggle.open {
    margin-right: 1rem;
    grid-area: navtoggle;
    text-align: right;
}

.toggle.open span {
    font-size: 1.3rem;
}

.overlay {
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

header {
    z-index: 2;
    display: grid;
    position: sticky;
    top: 0;
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "logo navtoggle";
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    background: rgba(68, 68, 68, 0.95);
}

nav {
    grid-area: nav;
    z-index: 3;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    right: -300px;
    transition: transform .3s ease-in-out;
    background-color: #232323;
    border-left: 3px solid #D7FA78;
    text-align: right;

}

nav a,
nav a:visited {
    display: block;
    padding: 1rem 0.75rem;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1rem;
    transition: all 0.15s linear;
}

nav ul {
    margin-top: 0.5rem;
    text-align: left;
}

nav li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #444;
    border-left: 0;
    border-right: 0;
}

nav li:first-child {
    border-top: 1px solid #444;
}

nav a:hover,
nav a:active,
nav a:focus {
    background-color: #111;
    font-size: 1rem;
    text-decoration: none;
}

header .logo {
    padding: 0 1rem;
}

/*******************
END - header css
*******************/

/*******************
START - section-intro css
*******************/
section.intro {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

section.intro h2 {
    z-index: 2;
    opacity: 0;
    position: absolute;
    background-color: rgba(68, 68, 68, 0.8);
    padding: 0 10px 3px 10px;
    border-radius: 6px 0 6px 0;
    max-width: 50%;
    animation: blink 6s 1s forwards;
}

section.intro h2:nth-of-type(1) {
    top: 20%;
    right: 20%;
}

section.intro h2:nth-of-type(2) {
    top: 60%;
    left: 20%;
    animation-delay: 3s;
}

section.intro h1 {
    font-size: min(2.2rem, 3rem);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

section.intro h3 {
    font-size: min(1.25rem, 5rem);
}

section.intro .cta {
    align-self: center;
    margin-top: 2.5rem;
}

section.intro video {
    width: 100%;
    height: auto;
    opacity: 0.3;
}

section.intro .intro__blurb {
    z-index: 2;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
}

section.intro img {
    width: 100%;
    opacity: 0.4;
}

section.intro--subpage {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50vh;
    overflow: hidden;
}

section.intro--subpage h1 {
    text-transform: uppercase;
}

.video-container {
    position: relative;
}

.intro::after,
section.tabs-grid a::before {
    content: "";
    background-image: url('../images/3pxoverlay.png');
    opacity: 0.25;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

/*******************
END - section-intro css
*******************/

/*******************
START - section-body css
*******************/
section.main {
    display: grid;
    grid-gap: 20px;
    padding: 1rem;
    padding-top: 0;
}

section.main h2 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.4rem;
    color: #D7FA78;
}

section.main h2:nth-child(n+2) {
    margin-top: 2rem;
}

section.main--subpage p {
    margin: 0 auto;
    margin-top: 0;
    max-width: 1200px;
}

/*******************
END - section-body css
*******************/

/********************
START - about css
********************/
section.main--subpage--about p {
    margin: 0;
    margin-top: 1rem;
    max-width: initial;
}

.house-djs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    margin: 2rem 0;
}

.house-djs h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #232323;
    border-radius: 0 0 18px 0;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #D7FA78;
    letter-spacing: 0.1rem;
}

.house-djs ul {
    margin: 1rem 0.5rem;
}

.house-djs li {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    line-height: 1.6rem;
}

.house-djs span {
    display: block;
    padding-right: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #8CAD31;
}

.house-djs__intro {
    position: relative;
}

.timeline {
    position: relative;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #495057;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.timeline__content-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline__content-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: #495057;
    border: 4px solid #8CAD31;
    top: 15px;
    border-radius: 18px 0 18px 0;
    z-index: 1;
}

.timeline__content-container--left {
    left: 0;
}

.timeline__content-container--right {
    left: 50%;
}

.timeline__content-container--left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #8CAD31;
}

.timeline__content-container--right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 23px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #8CAD31 transparent transparent;
}

.timeline__content-container--right::after {
    left: -16px;
}

.timeline__content {
    padding: 20px 30px;
    background-color: #232323;
    position: relative;
}

.timeline__content p{
    font-size: 0.9rem;
}

.timeline__content .zoom-gallery{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin-top: 1rem;
}

/********************
END - about css
********************/

/*******************
START - panel-container
*******************/
.panel-container {
    display: grid;
    grid-gap: 30px;
    margin-top: 2rem;
}

.panel-container--vip {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    margin-bottom: 1rem;
}

.panel-container--event,
.panel-container--gallery {
    grid-template-columns: repeat(5, 1fr);
    max-width: 1750px;
    margin: 2rem auto 1rem auto;
}
/*******************
END - panel-container
*******************/

/*******************
START - vip panel css
*******************/
.vip-panel {
    padding: 2rem 1rem;
    background: #444;
    border: 1px solid #5f6f7f;
    box-shadow: 0 0 0 5px #444;
    text-align: center;
}

.vip-panel h3,
.vip-panel h4 {
    margin-bottom: 1.5rem;
}

.vip-panel h3 {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
}

.vip-panel--bronze h3 {
    color: #cd7f32;
}

.vip-panel--silver h3 {
    color: #c0c0c0;
}

.vip-panel--gold h3 {
    color: #d4af37;
}

.vip-panel--diamond h3 {
    color: #b9f2ff;
}

.vip-panel h4 {
    padding: 10px;
    background-color: #555;
    border-radius: 6px 0 6px 0;
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
}

.vip-panel p,
.vip-panel li {
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.vip-panel ul {
    margin: 1rem 0;
}

.vip-panel li {
    margin: 0.5rem 0;
}

.vip-panel i {
    margin-right: 0.5rem;
    font-weight: 300;
}

/*******************
END - vip panel css
*******************/

/*******************
START - event panel css
*******************/
.event-panel {
    padding: 0.25rem;
    background: #444;
    text-align: center;
}

.event-panel h3 {
    display: block;
    padding: 0.5rem 0;
    margin-bottom: 0.25rem;
    background-color: #232323;
    border-radius: 18px 0 0 0;
}

.event-panel .cta {
    margin: 1rem 0;
    font-size: 1rem;
}

/*******************
END - event panel css
*******************/

/*******************
START - tabs grid css
*******************/
section.tabs-grid {
    display: grid;
    padding: 0 1rem;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

section.tabs-grid a {
    position: relative;
}

section.tabs-grid a::before {
    transition: all 0.15s linear;
}

section.tabs-grid a:hover::before {
    opacity: 0.5;
}

section.tabs-grid p {
    position: absolute;
    bottom: 0rem;
    left: 1rem;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.4rem;
    color: #D7FA78;
}

/*******************
END - tabs grid css
*******************/

/*******************
START - contact form css
*******************/
fieldset {
    border: 0;
}

button[type=submit] {
    display: inline-block;
    background: #444;
    margin: 1rem 0;
    padding: 17px 22px;
    font-size: 1rem;
    font-weight: 500;
    color: #D7FA78;
    letter-spacing: 1px;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    outline: 0px;
    border: 0;
    border-radius: 6px 0 6px 0;
}

button span {
    display: inline-block;
    color: #D7FA78;
}

button:hover,
button:hover span {
    color: #8CAD31;
}

button:hover {
    background-color: #232323;
}

.quick-contact {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 440px));
    grid-gap: 4rem;
    padding: 3rem 1rem 1.5rem 1rem;
}

label,
.quick-contact p {
    color: #f4f4f4;
}

.quick-contact p.title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.2rem;
    color: #D7FA78;
}

.contact__form {
    padding-top: 1rem;
    text-align: right;
}

.contact__form__element {
    display: grid;
    grid-template-columns: repeat(2, minmax(170px, 1fr));
    grid-gap: 2rem;
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.contact__form__radio label {
    margin-left: 0.5rem;
}

input,
textarea {
    display: inline-block;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input {
    align-self: baseline;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}

#captcha {
    letter-spacing: 0.2em;
    font-size: 1.2rem;
}

.required {
    color: #e9266d;
}

label.error {
    background-color: #c36757;
    color: white;
    padding: 1rem;
    margin-top: 10px;
}

#success,
#error {
    float: left;
    ;
    display: none;
}

#success div p {
    color: white;
    background-color: #57c36e;
    padding: 1rem;
}

#error div p {
    background-color: #c36757;
    color: white;
    padding: 1rem;
}

/*******************
END - contact form css
*******************/

/*******************
START - book now css
*******************/
#contact {
    max-width: 1200px;
    margin: 0 auto;
}

/*******************
END - book now css
*******************/

/*******************
START - footer css
*******************/
footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 2rem;
    padding: 2rem;
    border-top: 4px dotted #8CAD31;
}

footer ul li {
    margin-top: 0.5rem;
}

footer ul:last-child {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    text-align: center;
}

footer ul:last-child .fab {
    font-size: 2.5rem;
}

/*******************
END - footer css
*******************/

/*******************
START - copyright css
*******************/
.copyright {
    padding: 0.5rem 1rem;
    margin: 1rem;
    background-color: #495057;
}

.copyright p,
.copyright a {
    font-size: 0.9rem;
}

.copyright p {
    color: #c4c4c4;
}

/*******************
END - copyright css
*******************/

@media(max-width:1400px) {
    .panel-container--event {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width: 1199px) {
    .house-djs {
        grid-template-columns: repeat(3, 0.5fr);
    }

    .panel-container--vip,
    .panel-container--gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 991px) {
    section.intro h2:nth-of-type(1) {
        top: 30%;
    }

    section.intro h2:nth-of-type(2) {
        top: 70%;
    }

    .quick-contact,
    section.main {
        grid-template-columns: 100%;
    }

    footer ul:last-child {
        grid-column: 1 / 4;
        text-align: center;
    }

    .panel-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .timeline::after {
        left: 14px;
    }

    .timeline__content-container {
        width: 100%;
        padding-left: 50px;
        padding-right: 0;
    }

    .timeline__content-container--right{
        left: 0px;
    }

    .timeline__content-container::before {
        left: 36px;
        border: medium solid #8CAD31;
        border-width: 10px 10px 10px 0;
        border-color: transparent #8CAD31 transparent transparent;
    }

    .timeline__content-container--left::after,
    .timeline__content-container--right::after {
        left: -2px;
    }

}

@media(max-width: 768px) {
    .show-mobile-inline {
        display: inline;
    }

    .show-mobile-block {
        display: block;
    }

    .show-mobile-inlineblock {
        display: inline-block;
    }

    header {
        grid-template-columns: minmax(230px, 2fr) 4fr;
        grid-template-areas: "logo . navtoggle"
            "contact contact contact";
    }

    section {
        top: 0;
    }

    section.intro {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    section.intro h2 {
        opacity: 1;
        position: relative;
        top: initial !important;
        left: initial !important;
        right: initial !important;
        margin: 0rem 1rem 0 1rem;
        width: calc(100% - 2rem);
        max-width: unset;
        border-radius: 0 0 16px 0;
        animation: none;
    }

    section.intro h2:nth-of-type(1) {
        padding-bottom: 0;
        margin-top: 1rem;
        border-radius: 16px 0 0 0;
    }

    section.intro--subpage {
        height: auto;
    }

    section.tabs-grid {
        grid-template-columns: 100%;
        grid-row-gap: 1rem;
    }

    .quick-contact {
        grid-template-columns: 1fr;
    }

    .house-djs {
        grid-template-columns: repeat(2, 0.5fr);
    }

    .timeline__content .zoom-gallery{
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:550px) {
    .hide-mobile {
        display: none;
    }

    section.intro .intro__blurb {
        margin-top: 4rem;
        justify-content: flex-start;
    }

    section.intro--subpage .intro__blurb {
        margin: 0;
        justify-content: center;
    }

    .contact__form__element {
        grid-template-columns: 100%;
        grid-gap: 0;
    }

    footer {
        grid-template-columns: 100%;
        text-align: center;
    }

    footer ul:last-child {
        grid-column: 1;
    }

    .panel-container {
        grid-template-columns: 100%;
    }

    .panel-container--event,
    .panel-container--gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 400px){
    .house-djs,
    .panel-container--event{
        grid-template-columns: 100%;
    }


}

@media(min-width:769px) {

    section.intro h1,
    section.intro h3,
    section.intro .cta {
        opacity: 0;
    }

    section.intro h1 {
        animation: blinkFadeAndScale 2s 8.5s 1 forwards;
    }

    section.intro--subpage h1 {
        animation: blinkFadeAndScale 2s 0.5s 1 forwards;
    }

    section.intro h3 {
        animation: fadeIn 2s 10s 1 forwards;
    }

    section.intro .cta {
        animation: fadeIn 2s 10.5s 1 forwards;
    }
}

@media(min-width: 992px) {
    .quick-contact {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width:1400px) {
    section.intro h2 {
        max-width: 30%;
    }
}

@media(min-width: 992px) and (max-width:1400px){
    .timeline__content .zoom-gallery{
        grid-template-columns: repeat(2, 1fr);
    }
}


@media(min-width: 1700px) {
    .panel-container--vip {
        grid-template-columns: repeat(6, 1fr);
    }
}

@keyframes blink {
    0% {
        opacity: 0;
        transform: scale(1.2, 1.2);
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.5, 1.5);
    }
}

@keyframes blinkFadeAndScale {
    0% {
        opacity: 0;
        letter-spacing: 0;
    }

    2% {
        opacity: 1;
    }

    4% {
        opacity: 0;
    }

    6% {
        opacity: 1;
    }

    8% {
        opacity: 0;
    }

    14% {
        opacity: 1;
    }

    18% {
        opacity: 0;
    }

    24% {
        opacity: 1;
    }

    40% {
        opacity: 0;
        letter-spacing: 1rem;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        letter-spacing: 0.25rem;

    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(2rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0.5rem);
    }
}