@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');

body {
    color: #a7a3a3;
    font-family: 'Raleway', sans-serif;
}

img {
    max-width: 100%;
}

.font-family-special-elite {
    font-family: 'Special Elite';
}

.wrapper {
    width: 100%;
}

.iconslide {
    transition: 1s !important;
    right: 300px !important;
}

.sidebar-index {
    visibility: hidden !important;
    opacity: 0 !important;
}

#ebtn {
    transition: 1s !important;
}

/*.container {
    max-width: 75%;
    margin-left: 5%;
}*/

#banner {
    background-color: #000;
}

#banner .col-lg-12 {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

#banner .main-image {
    max-width: 400px;
}

#banner .col-lg-12 {
    position: relative;
}

.banner-img {
    position: relative;
    z-index: -1;
    left: -15%;
    width: 60%;
}

#banner .title {
    font-size: 5.5rem;
    line-height: 1;
    color: #fff;
}

#banner .subtitle {
    font-size: 20px;
    color: #f9b931;
}

.banner-text-wrapper .subtitle div {
    padding-top: 45px;
    line-height: normal;
}

.banner-text-wrapper .subtitle span {
    font-size: 5rem;
}



#about {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 100px 0;
    color: #212121;
    background-image: url('https://image.admin.solutions/reggae-background/0694191c-93ac-4c09-afc0-7118412b845e/225f2032-58ad-45b1-a31e-9759e8c67b8c/348b5f1d-493d-4836-b3d8-4f938c1e4d48');
    background-color: #e0e0e0;
    background-size: contain;
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
}

.showNav #about {

    background-image: none;
    background-color: #e0e0e0;
    background-size: unset;
    background-attachment: unset;
    background-position: unset;
    background-repeat: unset;
}

.showNav #about .col-lg-7 {

    width: 100% !important;
    margin: auto;
}

.showNav #about .content-holder {
    color: black;

}

@media screen and (max-width: 991px) {

    #sponsors .row {
        justify-content: center;
    }

    #about {
        background-attachment: unset;
        background-size: cover;
        color: #fff;
    }
}

.showNav #about .content-holder {
    margin: auto;
}

#about h2 {
    font-size: 3rem;
    font-family: 'Special Elite';
}

#about .content-holder {
    padding-bottom: 80px;
    width: calc(100% - 20%);
    line-height: 1.8;
    font-size: 18px;
}



footer {
    padding: 78px 0;
    color: #000;
    background: white;
}

footer .title {
    padding-bottom: 30px;
    font-size: 1.65rem;
}

footer .container .row {
    align-items: baseline;
}

.social-media {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}

.social-media li {
    margin-right: 10px;
}

.social-media li:last-child {
    margin-right: 0;
}

.social-media a {
    font-size: 1.2rem;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-nav {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.footer-nav li {
    flex-basis: 20%;
    text-align: center;
}

.footer-nav li:last-child {
    margin-bottom: 0;
}

.footer-nav a {
    text-decoration: none;
    color: #000;
}

.copyright {
    text-align: right;
}

@media screen and (max-width: 576px) {
    #banner {
        padding: 50px 0;
    }

    .banner-text-wrapper .title {
        font-size: 4rem;
    }

    #about h2 {
        line-height: 2.5rem;
        padding-bottom: 20px;
    }

    footer {
        padding: 50px 15px 50px;
    }
}



/* GALLERY */
#gallery {
    padding: 100px 0;
}

#gallery img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}

#gallery .grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#gallery .grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    object-position: top;
}

#gallery .grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

#gallery .grid-wrapper .wide {
    grid-column: span 2;
}

#gallery .grid-wrapper .tall {
    grid-row: span 2;
}

#gallery .grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

/* Nav */
.hamburger-box {
    position: relative;
    padding: 16px 25px;
    border-radius: 100%;
    background: black;
    border: 2px solid #fff;
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
}


.hamburger-inner {
    display: block;
    top: 46%;
    left: 30%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 20px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}


.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}






.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -7px;
}

.hamburger-inner::after {
    bottom: -7px;
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.showNav .side-nav {
    width: 300px;
    border-left: 1px solid #222;
}

.showNav,
.nav-btn {
    transition: .5s;
}

.nav-btn .display-6 {
    font-size: 1.3rem;
    padding: 15px;
    background: black;
    border-radius: 100%;
    color: #fff;
    border: 2px solid #fff;
}

.showNav {
    padding-right: 300px;
}

.side-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    height: 100%;
    background: #000;
    width: 0;
    transition: .5s;
    z-index: 100;
}

.nav-logo {
    font-size: 2.5rem;
    padding: 50px 20px;
}

.list-style-none {
    padding: 0;
    list-style: none;
    margin: 0;
}

.side-nav .nav-list,
.side-nav .nav-footer-holder {
    padding-left: 50px;
}

.side-nav .nav-list a {
    color: #fff;
    text-decoration: none;
    padding: 7.5px 0;
    display: block;
    font-size: 1.2rem;
}

.side-nav .nav-footer-holder {
    position: absolute;
    bottom: 30px;
}

.side-nav .svg-inline--fa.fa-phone,
.side-nav .svg-inline--fa.fa-envelope,
.side-nav .copyright {
    color: #61bd47;
}

.nav-footer-holder .social-media {
    padding-bottom: 10px;
}

.nav-footer-holder #copyright {
    text-align: left;
}

.nav-btn {

    z-index: 99999;
    display: flex;
    justify-content: flex-end;
    gap: 3px;
}

.showNav .nav-btn {

    z-index: 99999;
    display: flex;
    justify-content: flex-end;
    gap: 3px;
}

@media only screen and (min-width: 1400px) {
    .nav-btn {
        position: fixed;
        top: 20px;
        right: 8% !important;
    }

    .showNav .nav-btn {
        position: fixed;
        top: 20px;
        right: 20% !important;
    }
}

@media only screen and (max-width: 1400px) {
    .nav-btn {
        position: fixed;
        top: 20px;
        right: 16% !important;
    }

    .showNav .nav-btn {
        position: fixed;
        top: 20px;
        right: 25% !important;
    }
}


@media only screen and (max-width: 1200px) {
    .nav-btn {
        right: 20% !important;
    }

    .showNav .nav-btn {
        right: 30% !important;
    }
}



@media only screen and (max-width: 991px) {
    .nav-btn {
        right: 10% !important;
    }

    .showNav .nav-btn {
        right: 36% !important;
    }
}


@media only screen and (max-width: 768px) {
    .nav-btn {
        right: 0% !important;
    }

    .showNav .nav-btn {
        right: 45% !important;
    }
}



@media only screen and (max-width: 576px) {
    .nav-btn {
        right: 0% !important;
    }

    .showNav .nav-btn {
        right: 0% !important;
    }
}



@media only screen and (max-width: 576px) {

    .showNav .side-nav {
        width: 100%;
        text-align: center;
    }

    .nav-logo {
        padding-top: 100px;
    }

    .side-nav .nav-list {
        padding: 0;
    }

    .side-nav .nav-footer-holder {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 0;
    }

    .nav-footer-holder .social-media {
        margin: 0 auto;
    }

    .nav-footer-holder #copyright {
        text-align: center;
    }
}

#sponsors {
    padding: 100px 0;
    background-color: #000;
}

#sponsors h2 {
    font-size: 3rem;
    font-family: 'Special Elite';
    margin-bottom: 40px;
}

#sponsors {
    padding: 100px 0;
    background-color: #000;
    height: 100vh;
}

#sponsors .img-container {
    width: 100%;
    background: white;
    height: 20vh;
}

#sponsors .img-container .sponsor-image {
    object-fit: contain;
    object-position: center;
}

.nav-btn {
    gap: 0;
}

.nav-btn .display-6 {
    padding: 0;
    border: 0;
}

.nav-btn>a {
    height: 55px;
    width: 55px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #000;
}

.hamburger {
    margin-left: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.hamburger-box {
    border-radius: 0;
    border: none;
}

@media (min-width: 992px) {
    #sponsors .col-lg-2 {
        width: 20% !important;
    }
}

@media screen and (min-width: 991px) {

    #sponsors .row {
        justify-content: center;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min--moz-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3/1),
only screen and (min-device-pixel-ratio: 3) {

    #banner .col-lg-12 {
        height: unset;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #about {
        background-attachment: unset;
        background-size: cover;
        color: #fff;
    }
}

@media screen and (max-width: 991px) {
    .social-media {
        justify-content: center;
        padding-bottom: 15px;
    }

    .copyright {
        text-align: center;
    }

    .footer-nav {
        margin: 0 auto;
        max-width: 450px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .hamburger {
        height: 54px;
    }

    footer {
        padding-bottom: 50px;
    }

    #banner .main-image {
        max-width: 300px;
    }

    #banner .col-lg-12 {
        height: unset;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #about {
        background-attachment: unset;
        background-size: cover;
        color: #fff;
    }

    .nav-btn>a {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .footer-nav {
        flex-direction: column;
    }

    .footer-nav li {
        padding-bottom: 10px;
    }

    .footer-nav li:last-child {
        padding-bottom: 0;
    }

    #banner .main-image {
        max-width: 200px;
    }

    .side-nav .copyright {
        text-align: center !important;
    }
}

#tickets {
    margin-top: 5rem;
}