@font-face {
    font-family: 'Gotcha Gothic';
    src: url('https://exoduslasvegas.com/wp-content/themes/exoduslasvegas/new-file/Gotcha Gothic Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      font-display: swap;
}
.card .accordion-button{
    font-family: 'Gotcha Gothic' !important;
}
.card-body p{
     font-family: 'Gotcha Gothic' !important;
}
.card-body ul li{
     font-family: 'Gotcha Gothic' !important;
}
.accordion-button {
    margin-top: 0;
}
.card-header{
    padding:10px 20px;
    width:93%;
}

#over{
    /*background: rgb(147, 147, 147,0.5) !important;*/
   /*opacity: 0.9;*/
}
#over .pass-overlay {

    background: linear-gradient(17.64deg, rgb(147, 147, 147,0.9) 25.04%, rgb(147, 147, 147,0.9) 25.04%) !important;

}
.promo-code{
    color: rgb(255 255 255) !important;
    font-size: 14px !important;
}
/* Fonts */
@media only screen and (max-width: 991px) {
    .circlecode{
        /* margin-left: 0; */
        display: inline-block;
        margin-top: 10px;
    }
    .review-slider img {
    height: 100% !important;
    max-height: 700px !important;
    width: 100% !important;
    object-fit: cover !important;
}
    .star-banner h4{
        font-size: 14px !important;
    }
    .newsletter-section .signup-side input{
            width: auto !important;
        }
    .reviews-section{
        height:700px !important;
    }
    .review-quote{
        padding: 45px !important;
    }
    .review-quote .review-name{
        font-size: 20px !important;
    line-height: 20px !important;
    }
    .flex{
		flex-wrap:wrap;
	}
    .passes-section .pass {
    width: 50% !important;
}
}

@font-face {
    font-family: 'Druk Wide';
    src: url('https://exoduslasvegas.com/wp-content/themes/Exodus/fonts/druk-wide-cy-web-medium-regular-webfont.woff2') format('woff2'),
         url('https://exoduslasvegas.com/wp-content/themes/Exodus/fonts/druk-wide-cy-web-medium-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

<?php /*
@font-face {
    font-family: 'Druk Wide';
    src: url('https://devtool.website/exodusdemo/wp-content/themes/Exodus/fonts/druk-wide-cy-web-medium-regular-webfont.woff2') format('woff2'),
         url('https://devtool.website/exodusdemo/wp-content/themes/Exodus/fonts/druk-wide-cy-web-medium-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
 */ ?>


/* Global */
.content-center{
        justify-content: center !important;
    }
.oldlayout{
    display:none !important;
}
.question {
    margin-bottom:20px;
}
.btn-faq{
    display: inline-flex;
    align-items: center;
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    color: #FFF;
    padding: 20px 25px;
    /* border: 2px solid #FFF; */
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none !important;
    background: #E30B7B;
    margin-left: 20px;
}
#faq-button{
    flex-wrap:wrap;
}
.reviews-section{
    flex-wrap:wrap !important;
}
.flex{
    display: flex;
    text-align: left !important;
}

.page-width{
    width: 100%;
    box-sizing: border-box;
}

.buttonlink{
    display: inline-flex;
    align-items: center;
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    color: #FFF;
    padding: 20px 25px;
    border: 2px solid #FFF;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none !important;
}
.pass-content .buttonlink{

    width: 95%;
}

.buttonlink:hover{
    background: #000 !important;
    color: #FFF;
}

.buttonlink svg{
    color: #FFF;
    float: right;
    margin-left: 35px;
    height: 35px;
}

.overlay20p{
    background: rgba(0,0,0,0.2);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-video iframe{
    box-sizing: border-box;
    width: 177.77777778vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Hero Section */

.hero-section{
    text-align: center;
    background: linear-gradient(180deg, rgba(10, 157, 185, 0) 65.28%, #0A9DB9 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('<?php echo get_field('exodus_hero_image'); ?>'), #DBDBDB;
    background-size: cover;
    height: calc(100vh - 200px);
    color: #FFF;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section:before {
    z-index: 1;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(10, 157, 185, 0) 65.28%, #0A9DB9 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), transparent;
}



.hero-section img{
    margin-bottom: 25px;
    max-width: 400px;
    z-index: 1;
    position: relative;
}

.hero-section h1, .hero-section h4{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 68px;
    line-height: 90px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

.hero-section h4{
    font-size: 30px;
    line-height: 60px;
}

.hero-section .buttonlink{
    background: #E30B7B;
    z-index: 1;
    position: relative;
}

/* Responsive Options - Hero */
@media (min-width: 2000px) {
    .badge-img{
  padding-left: 80px !important;
}
}

@media (max-width: 800px) {
    .new-bnr{
        min-height: 1200px !important;
    }
	.review-slider .flickity-viewport{
		height:450px !important;
	}
	.review-slider img{
		 object-fit:fill !important;
	}
	.reviews-section{
		height:auto !important;
	}
.newsletter-section {
    display: block;
    position: relative;
}
    .hero-section{
        padding: 100px 25px;
        min-height: auto;
    }

    .hero-section img{
        margin-bottom: 20px;
        width: 70%;
    }

    .hero-section h1{
        font-size: 35px;
        line-height: 35px;
    }

    .hero-section h4{
        font-size: 17px;
        line-height: 24px;
    }
    .star-banner .star, #memorialdayweekends{
        width: 100% !important;
        border-bottom: 1px solid #FFF;
        height: 450px;
    }

    .hero-section .buttonlink{
        margin-bottom: 50px;
    }
    .weeksoldout {
        padding: 50px 25px 40px!important;
    }
}
@media(max-width:768px){
    .passes-section .pass {
    width: 100% !important;
}
}

/* Select Hero Section */

.selecthero-section{
    text-align: center;
    background: linear-gradient(0deg, rgba(10, 157, 185, 0) 69.81%, #0A9DB9 100%), linear-gradient(0deg, rgba(0, 208, 235, 0.5), rgba(0, 208, 235, 0.5)), url('<?php echo get_field('2_banner_image'); ?>');
    background-size: cover;
    min-height: 980px;
    color: #FFF;
    padding: 0 5%;
    padding-top: 200px;
    margin-top: -10px;
}

.selecthero-top{
    padding: 35px 100px;
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFF;
    display: flex;
    justify-content: space-between;
}

.circlecode{
    border: 1px solid #000;
    border-radius: 500px;
    padding: 10px 25px;
    margin-left: 15px;
    background: #000;
    color: #FFF !important;
    text-decoration: none !important;
    font-family: 'Druk Wide' !important;
}

.selecthero-section img{
    margin-bottom: 50px;
}

.selecthero-section h2{
    font-family: 'Druk Wide' !important;
    font-weight: 500;
    font-size: 54px;
    line-height: 58px;
    color: #FFF;
    margin-bottom: 50px;
}

.selecthero-section .buttonlink{
    background: #E30B7B;
    text-transform: uppercase;
}

/* Responsive Options - Select Hero */

@media (max-width: 800px) {
    .selecthero-section{
        min-height: auto;
    }

    .selecthero-top{
        font-size: 12px;
        line-height: 20px;
        padding: 15px;
        align-items: center;
    }

    .selecthero-top span:first-of-type{
        text-align: left;
    }

    .circlecode{
        margin-left: 0;
        display: inline-block;
        margin-top: 10px;
    }

    .selecthero-section img{
        width: 60%;
    }

    .selecthero-section h2{
        font-size: 30px;
        line-height: 35px;
    }

    .selecthero-section .buttonlink{
        margin-bottom: 200px;
    }
    .selecthero-section .content-sec a {
    font-size: 16px !important;
}
.selecthero-section .content-sec a span{
    font-size: 12px !important;
}
    }
    @media(max-width:500px){
        .selecthero-section .content-sec a {
    font-size: 14px !important;
}
.selecthero-section .content-sec a span{
    font-size: 11px !important;
}
    }

/* Pass Selection */

.passes-section .pass{
    width: 25%;
    min-height: 700px;
    background-size: cover;
    background-position: center;
    color: #FFF;
    position: relative;
    cursor: pointer;
}

.pass-overlay{
    width: 100%;
    height: 100%;
    background: linear-gradient(17.64deg, rgba(0, 0, 0, 0.8) 12.04%, rgba(0, 0, 0, 0) 87.91%);
    padding: 25px;
    box-sizing: border-box;
    border: 1px solid #FFF;
}

.passes-section .pass:hover .pass-overlay{

}


.passes-section .pass:hover .pass-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(241, 138, 192, 0) 21.88%, #F18AC0 100%);
    opacity: 0;
    animation: fadein 1s;
}



.passes-section .pass:hover .buttonlink{
    background: #000;
}

.pass-content{
    position: absolute;
    bottom: 20px;
}

.pass-content h3{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.pass-content h4{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 10px !important;
    line-height: 24px !important;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 50px;
}

/* Responsive Options - Pass Selection */
@media (max-width: 800px) {
    .passes-section .flex{
        display: block;
    }

    .passes-section .pass{
        width: 100%;
        height: 550px;
        min-height: 550px;
        display: block;
    }
}

/* Passes Banner */

.passes-banner{
    background-image: url('<?php echo get_field('exodus_party_banner_image');?>');
    background-size: cover;
    background-position: center;
    padding: 200px 100px;
    position: relative;
}

.passes-banner h2{
    font-family: 'Druk Wide' !important;
    font-style: italic;
    font-weight: 500;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 25px;
}

.passes-banner p{
    max-width: 625px;
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #FFF;
    margin-bottom: 50px;
}

/* Responsive Options - Passes Banner */
@media (max-width: 800px) {
    .passes-banner{
        text-align: center;
        padding: 50px 5%;
    }

    .passes-banner:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: .3;
    }

    .passes-banner h2{
        font-size: 30px;
        line-height: 35px;
    }

    .passes-banner h2,.passes-banner p,.passes-banner a{
        z-index: 1;
        position: relative;
    }
}

/* Stars Banner */

.star-banner{
    background-image: url('<?= get_field('background_image') ?>');
    background-size: cover;
    background-position: center;
    padding-top: 100px;
}

.star-banner .star-top{
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #FFF;
}

.star-banner h4{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
}

.star-banner .star {
    width:25%;
    text-align: center;
    padding: 25px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    height: 600px;
    overflow: hidden;
    position: relative;
    background-position: center bottom;
    background-size: auto 95%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
}
 #memorialdayweekends{
    width: 25% ;
    text-align: center;
    padding: 25px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    height: 600px;
    overflow: hidden;
    position: relative;
    background-position: center bottom;
    background-size: auto 95%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
}
.star-banner .4thofjulyweekend:nth-last-child(-n+3) {
    width: 25%;
}
.star-banner .star:nth-last-child(-n+3) {
    width: 25%;
}

.star-banner .starbackground{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.star-banner img{
    max-height: 470px;
    max-width: none;
}

.star-banner .star:last-of-type{
    border-right: none;
}

.star-banner .buttonwrap{
    justify-content: center;
}

.star-banner .star-top button{
    margin-top: 50px;
    padding: 15px 20px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.15);
    border: 2px solid #FFFFFF;
    border-radius: 15px;
    margin-right: 25px;
}

.star-banner .star-top button.active{
    background: #000;
}

.star-banner .star-top button:last-of-type{
    margin-right: 0;
}

.star{
    position: relative;
}

.star::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-color: black;
}

.starinfo{
    text-align: left;
    width: 100%;
    z-index: 1;
}

.starinfo hr{
    border-top: 1px solid #FFF;
}

.starinfo small{
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #FFF;
    text-transform: uppercase;
}

.starinfo b{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.75);
    display: block;
}

.starinfo span{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}

.starinfo .flex{
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

/* Responsive Options - Stars Banner */
@media (max-width: 800px) {

    .star-banner{
        padding-top: 50px;
    }

    .star-banner .star-top img{
        width: 65%;
    }

    .star-banner .flex{
        flex-wrap: wrap;
    }

    .star-banner .star{
        width: 100%;
        border-bottom: 1px solid #FFF;
        height: 450px;
    }

    .star-banner .star:nth-last-child(-n+3) {
        width: 100%;
    }

    .star-banner h4{
        font-size: 25px;
        line-height: 33px;
    }

    .star-banner img{
        max-height: 370px;
    }
}

/* Purchase Section */

.purchase-section{
    padding: 100px;
}

.purchase-section h2, .purchase-section h4{
    font-family: 'Druk Wide' !important;
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    line-height: 48px;
    text-transform: uppercase;
    color: #E30B7B;
    margin-bottom: 0;
    text-align: center;
}

.purchase-section h4{
    font-size: 26px;
    line-height: 55px;
    margin-top: 25px;
    color: #000;
}

.eventselects{
    margin-right: 10px;
    min-width: 15%;
}

.eventblock{
    padding: 25px;
    background: #89D0DD;
    color: #FFF;
    position: relative;
    margin-bottom: 10px;
    max-width: 415px;
    cursor: pointer;
}

.eventblock.active{
    background: #E30B7B;
}

.eventblock h3{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.eventblock span{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.eventblock svg{
    width: 35px;
    position: absolute;
    top: 25px;
    right: 25px;
    transform: rotate(180deg);
}

.eventblock.active svg{
    transform: none;
}

.purchase-side{
    width: 100%;
}

.purchaseoption{
    width: 25%;
    padding: 0 10px;
}

.purchaseoption .toppart{
    height: 435px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.purchaseoption .bottompart{
    padding: 15px;
    border: 1px solid #000;
}

.purchaseoption .bottompart p{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
}

.purchaseoption .bottompart .flex{
    justify-content: space-between;
    align-items: center;
}

.purchaseoption .bottompart .flex span{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 40px;
}

.optionquantitywrapper{
    display: flex;
    align-items: baseline;
    color: #939393;
}

.optionquantitywrapper button{
    background: none;
    border: none;
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
}

.optionquantitywrapper button:last-of-type{
    color: #E30B7B;
}

.purchaseoption .bottompart .flex .optionquantity{
    margin: 0 15px;
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
}

.purchase-section .buttonlink{
    background: #E30B7B;
    margin-top: 10px;
    margin-right: 25px;
}

.checkout-bottom span{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #939393;
}

#totalprice{
    color: #000;
}

.reload{
    opacity: 1;
    animation: pulse 2s infinite;
}

.mobileeventselects{
    display: none;
}

/* Responsive Options - Purchase */
@media (max-width: 800px) {

    .purchase-section{
        padding: 100px 25px;
    }

    .purchase-section h2{
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }

    .purchase-section h4{
        font-size: 17px;
        line-height: 24px;
    }

    .purchase-section h2 br{
        display: none;
    }

    .purchase-section .firstflex{
        display: block;
    }

    .eventselects{
        display: flex;
        display: none;
        margin-right: 0;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .mobileeventselects{
        display: block;
    }

    .mobileeventselects select{
        font-family: 'Druk Wide' !important;
        width: 100%;
        margin-bottom: 15px;
        font-size: 15px;
        padding: 10px;
    }

    .eventblock{
        width: 100%;
        box-sizing: border-box;
        margin-right: 0;
    }

    .eventblock:nth-child(2n){
        margin-right: 0;
        margin-left: 0;
    }

    .optionsflex{
        flex-wrap: wrap;
    }

    .purchaseoption{
        width: 100%;
        padding: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .purchaseoption .toppart{
        height: 300px;
    }

    .checkout-bottom{
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .checkout-bottom .totalspanwrapper{
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .purchase-section .buttonlink {
        margin: 0 auto;
    }
}

/* Step Inside Section */

.stepinside-section{
    background: #000;
    padding: 50px 100px;
    overflow: hidden;
}

.stepinside-section h2{
    font-family: 'Druk Wide' !important;
    font-style: italic;
    font-weight: 500;
    font-size: 50px;
    line-height: 50px;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.stepinside-section .logocloud{
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 50px;
}

.stepinside-section .logocloud img{
    margin: 0 10px;
}

.stepslider{
    width: 100%;
    margin-bottom: 50px;
}

.stepslider img{
 max-width: auto;
 height: 530px;
}

.stepcontent{
    position: relative;
    margin-right: 20px;
}

.stepcontent:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: .2;
    }

.stepcontent .text{
    position: absolute;
    bottom: 25px;
    left: 25px;
    padding-right: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: calc(100% - 25px);
}

.stepcontent .lefttext{
    font-family: 'Druk Wide';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFF;
}

.stepcontent .date{
    font-family: 'Druk Wide';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #FFF;
    padding-bottom: 0;
}

.stepinbutton{
    justify-content: center;
    margin-bottom: 50px;
}

.stepinbutton .buttonlink{
    background: #E30B7B;
}

/* Responsive Options - Step Inside */
@media (max-width: 800px) {
    .stepinside-section{
        padding: 100px 0;
    }

    .stepinside-section h2{
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 75px;
    }

    .stepinside-section .logocloud{
        padding: 0 25px;
        flex-wrap: wrap;
    }

    .stepinside-section .logocloud img{
        margin-bottom: 25px;
        max-width: 25%;
    }

    .stepslider{
        margin-left: 25px;
        margin-right: 25px;
    }

    .stepslider img{
        max-width: calc(100% - 25px);
        height: auto;
    }

    .stepcontent .text{
        display: block;
    }

    .stepcontent .text span{
        display: block;
        text-align: left;
        color: #FFF !important;
    }

    .stepcontent .text .date{
        margin-top: 0;
    }
}

/* Pack Section */

.packs-section .pack{
    width: 50%;
    min-height: 900px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #FFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFF;
}

.packs-section .pack:last-of-type{
    border-right: none;
}

.pack-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.packs-section .pack:hover .pack-overlay{

}

.packs-section .pack:hover .pack-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(241, 138, 192, 0) 21.88%, #F18AC0 100%);
    opacity: 0;
    animation: fadein 1s;
}

.packs-section .pack:hover .buttonlink{
    background: #000;
}

.pack-content{
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.pack-content span:first-of-type{
    background: #FFF;
    color: #000;
    border: 2px solid #FFFFFF;
    border-radius: 500px;
    padding: 10px 20px;
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.pack-content h3{
    font-family: 'Druk Wide' !important;
    font-style: italic;
    font-weight: 500;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    margin: 25px 0;
}

.pack-content p{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 50px;
}

/* Responsive Options - Packs */
@media (max-width: 800px) {
    .packs-section{
        display: block;
    }

    .packs-section .pack{
        width: 100%;
        height: 600px;
        display: block;
        min-height: auto;
    }

    .pack-content, .packsaving{
        bottom: 25px;
        left: 25px;
    }

    .pack-content h3{
        font-size: 35px;
        line-height: 46px;
    }
}

/* Contact Us Section */

.contactus-section{
    background-image: url('https://exoduslasvegas.com/wp-content/uploads/2023/02/contactusbg-min.jpeg');
    background-size: cover;
    background-position: center;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.contact-us-content{
    z-index: 1;
}

.contactus-section h3{
    font-family: 'Druk Wide' !important;
    font-style: italic;
    font-weight: 500;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 25px;
}

.contactus-section p{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    margin-bottom: 50px;
}

/* Responsive Options - Contact Us */
@media (max-width: 800px) {
    .contactus-section{
        min-height: 600px;
    }

    .contactus-section .overlay20p{
        background: rgba(0,0,0,0.4);
    }

    .contactus-section h3{
        font-size: 35px;
        line-height: 46px;
    }

    .contactus-section h3 br, .contactus-section p br{
        display: none;
    }
}

/* Reviews Section */

.review-quote{
    width: 50%;
    background: #89D0DD;
    border-right: 1px solid #000000;
    padding: 75px;
    text-align: center;
}

.review-quote h4{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.review-quote p{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 0 60px;
    margin-bottom: 50px;
}

.review-quote .star-row img{
    margin-right: 15px;
    height: 25px;
    margin-bottom: 50px;
}

.review-quote .review-name{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 29px;
    line-height: 29px;
    display: block;
    margin-bottom: 15px;
}

.review-quote .review-location{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    display: block;
}

.review-slider{
    width: 50%;
    overflow: hidden;
}

.review-slider img{
    height: 100%;
    max-height: 700px;
}

/* Responsive Options - Reviews */
@media (max-width: 800px) {
    .reviews-section{
        display: block;
    }

    .review-quote{
        width: 100%;
        box-sizing: border-box;
        padding: 75px 40px;
        border-right: none;
    }

    .review-quote h4{
        font-size: 25px;
        line-height: 30px;
    }

    .review-quote p{
        padding: 0;
        font-size: 18px;
        line-height: 18px;
    }

    .review-slider{
        width: 100%;
    }

    .review-slider img{
        max-height: 500px;
    }
}

/* Newsletter Section */

.newsletter-section .signup-side{
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-section .signup-side{
    width: 50%;
    background: #939393;
    color: #FFF;
    border: 1px solid #FFF;
    min-height: 800px;
    text-align: center;
}

.newsletter-section .signup-side h4{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.newsletter-section .signup-side p{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
}

.newsletter-section .signup-side input{
    display: inline-block;
    margin-bottom: 25px;
    background: none;
    border: 1px solid #FFF;
    width: 435px;
    border-radius: 5px;
    padding: 20px 25px 15px !important;
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.newsletter-section .signup-side input::placeholder{
    color: #FFF;
    font-family: 'Druk Wide' !important;
}

.newsletter-section .signup-side .buttonlink{
    background: #FFF;
    color: #939393;
}

.newsletter-section .faq-side{
    width: 50%;
    background: #000;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 50px;
}

.newsletter-section .faq-side h4{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
}

.newsletter-section .questionheader{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 2px solid #FFF;
    margin-top: 35px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.newsletter-section .questionheader img{
    margin-left: 50px;
}

.newsletter-section .question.active .questionheader{
    border-bottom: 0;
}

.newsletter-section .question.active .questionheader img{
   transform: rotate(180deg);
}

.newsletter-section .questioncontent{
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: none;
}

.newsletter-section .questioncontent p{
    font-family: 'Druk Wide' !important;
}

.newsletter-section .question.active .questioncontent{
    display: block;
}

/* Responsive Options - Reviews */
@media (max-width: 800px) {
    .newsletter-section{
        display: block
    }

    .newsletter-section .signup-side{
        width: 100%;
        border: none;
        padding: 0 5%;
    }

    .newsletter-section .signup-side input{
        width: auto;
    }

    .newsletter-section .faq-side{
        width: 100%;
        border: none;
        border-top: 2px solid #FFF;
        box-sizing: border-box;
    }

    .newsletter-section .signup-side h4{
        font-size: 30px;
        line-height: 40px;
    }

    .newsletter-section .signup-side p{
        font-size: 18px;
        line-height: 25px
    }
}



#bottombar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0A9DB9;
    z-index: 2;
}

#bottombar .bright{
    text-align: center;
}

#mobilebuybutton{
    position: fixed;
    bottom: 105px;
    right: 25px;
    color: #FFF;
    background: #23a6d5;
    padding: 10px;
    border-radius: 10px;
    z-index: 2;
    display: none;
    font-family: 'Druk Wide' !important;
}

#purchaseanchor, #weekend, #about, #szn, #venues, #packs, #vip, #reviews, #faq{
    margin-top: -100px;
    margin-bottom: 100px;
}

.mobilebuttons{
    display: none;
}

.mobilebuttons select{
    margin-top: 25px;
    width: 100%;
    padding: 20px 10px;
    font-family: 'Druk Wide' !important;
}

@media (max-width: 800px) {
    #mobilebuybutton{
        /* display: inline-block; */
    }

    #purchaseanchor, #weekend, #about, #szn, #venues, #packs, #vip, #reviews, #faq{
        margin-top: -75px;
        margin-bottom: 75px;
    }

    .mobilebuttons{
        display: none;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.flexwrap{
    flex-wrap: wrap;
}

#noartists{
    text-align: center;
    padding: 300px 0;
}

#noartists h4{
    font-style: italic;
font-weight: 500;
font-size: 55px;
line-height: 60px;
/* identical to box height, or 109% */

text-align: center;
text-transform: uppercase;

/* 2023/White */

color: #FFFFFF;
}

#noartists h5{
    font-weight: 500;
font-size: 35px;
line-height: 46px;
/* identical to box height */

text-align: center;
text-transform: uppercase;

/* 2023/White */

color: #FFFFFF;
}

#noartists p{
    font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 30px;
/* or 150% */

text-align: center;

/* 2023/White */

color: #FFFFFF;
}

#noartists input[type="email"]{
    display: inline-block;
    margin-bottom: 25px;
    background: none;
    border: 1px solid #FFF;
    width: 435px;
    border-radius: 5px;
    padding: 20px 25px 15px !important;
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

#noartists .buttonlink{
    background: #E30B7B;
}

.weeksoldout{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*background: #E30B7B;*/
    padding: 25px;
    font-weight: 500;
    font-size: 25px;
    line-height: 33px;
}

.weeksoldout b{
    font-size: 40px;
    line-height: 45px;
}

.packsaving{
    position: absolute;
    z-index: 1;
    left: 50px;
    right: 25px;
    top: 50px;
}

.packsaving h5{
    font-weight: 500;
    font-size: 35px;
    line-height: 46px;
    text-transform: uppercase;
}

.packsaving .flex{
    align-items: center;
}

.packsaving span{
    font-weight: 500;
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    max-width: 60%;
}

.packsaving .code{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    background: #F18AC0;
    padding: 10px 20px;
    border-radius: 500px;
    margin-left: 50px;
}

</style>
<?php
    if(get_field('exodus_top_code') != "")
    {
?>
    <div id="bottombar" class="selecthero-top" style="">
        <span>
            <?php echo get_field('exodus_top_text'); ?>
        </span>
        <span class="bright">
            USE CODE: <a href="#purchaseanchor" class="circlecode"><?php echo get_field('exodus_top_code'); ?></a>
        </span>
    </div>
<?php } ?>

<a href="#purchaseanchor" id="mobilebuybutton">
    Buy Tickets
</a>

        <style>
    .content-sec ul{padding-left: 0;}
.content-sec a{font-weight: 500;
font-size: 25px;
line-height: 33px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;display:flex;flex-direction: column;
}
.content-sec a span{/* Small Paragraph */

font-family: 'Druk Wide';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 20px;
text-align: center;
color: #FFFFFF;

}
    .hero-section{height: calc(100vh - 0px) !important;}
.content-sec{
        float: left;
    width: 50%;
    padding-left: 50px;
    text-align: left !important
}
.content-sec h3,.content-sec h1{
font-family: 'Druk Wide'  !important;
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 33px;
text-align: left;
text-transform: uppercase;
color: #000000;margin-bottom:30px;
}
.content-sec h3 span,.content-sec h1 span {color:#E30B7B;}
.content-sec h4{font-family: 'Druk Wide' !important;
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 33px;
text-transform: uppercase;
color: #000000;
margin-bottom:30px;}

.content-sec li span{margin-right:8px;}
.content-sec ul li{
    height:49px;
    list-style:none;
    display:flex;
    font-family: 'Druk Wide' !important;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 27px;
text-align: left;
text-transform: uppercase;
color: #000000;}
.new-bnr{padding-top:100px;
padding-bottom:100px;min-height:900px;}
@media(max-width:1280px){
    .selecthero-section{
        padding-top:90px !important;
    }
}
@media(max-width:1024px){
    .content-sec{
        padding-left:25px;
    }
    .selecthero-section{
        padding-top:60px !important;
    }
    .content-sec a{
        font-size:20px !important;
    }
}
 @media (max-width: 820px) {
    .content-sec a {
    font-weight: 500;
    font-size: 16px;}
    .content-sec ul li{
 font-size: 15px;
line-height: 18px;
}
.content-sec h4{font-size: 20px;}
 .content-sec h3,.content-sec h1{font-size: 20px;}
 .content-sec{
        float: left;
    width: 100%;
    padding-left: 5px;
    text-align: left !important
}
}
 @media (min-width: 1400px) {
   .content-sec{
        float: left;
    width: 50%;
    padding-left: 60px;
    text-align: left !important
}
.content-sec h3,.content-sec h1{
font-family: 'Druk Wide'  !important;
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 46px;
text-align: left;
text-transform: uppercase;
color: #000000;margin-bottom:30px;
}
.content-sec h3 span,.content-sec h1 span{color:#E30B7B;}
.content-sec h4{font-family: 'Druk Wide' !important;
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 46px;
text-transform: uppercase;
color: #000000;
margin-bottom:30px;}

.content-sec li span{margin-right:8px;}
.content-sec ul li{
    list-style:none;
    display:flex;
    font-family: 'Druk Wide' !important;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 27px;
text-align: left;
text-transform: uppercase;
color: #000000;}
.new-bnr{padding-top:100px;
padding-bottom:100px;min-height:1100px;}
.content-sec ul{padding-left: 0;}
.content-sec a{font-weight: 500;
font-size: 25px;
line-height: 33px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;display:flex;flex-direction: column;
}
.content-sec a span{/* Small Paragraph */

font-family: 'Druk Wide';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 20px;
text-align: center;
color: #FFFFFF;

}
}
.badge-img{
   padding:20px;
}
.new-bnr .content-sec{
    width: 100%;
    padding-top: 180px;
}
.new-bnr h1, .new-bnr h4{
    text-align: left !important;
    color: #fff;
}
.content-sec h5{
    text-transform: none;
    font-size: 24px;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 80px;
    line-height: 1.25;
    text-align: center;
}
.new-bnr h1{
    font-size: 50px;
    text-align: center !important;

}
.selecthero-section .buttonlink{
    background: transparent;
}
.jumb-to .buttonlink {
    background: #fff;
    text-transform: uppercase;
    color: #0C9BB6;
}
.jumb-to{

    padding-top: 120px;

}
.card-body {
    padding: 0px 10px 0px 20px !important;
}
.jumb-to .buttonlink{
    width: 280px;
    margin: 10px;
}
.jumb-to .buttonlink:first-child {
 background: transparent !important;
 color:white !important
}
.blk-section{
    padding: 0px;
}
.black-sec{
    padding: 0px;
    background: #000;
    margin: 0px;
    color: #fff;
    display: flex;
    align-items: center;
}
.blk-section .btn-link{
    color: #fff;
}
.blk-section .card{
    background: transparent;
    border: 1px solid;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-right: 20px;
}

/* Down arrow image */
.accordion-button.btn.btn-link[data-toggle="collapse"] {
  position: relative;
  text-decoration: none;
}

.accordion-button.btn.btn-link[data-toggle="collapse"]::after {
  content: url(https://exoduslasvegas.com/wp-content/uploads/2023/08/Vector-2.png);
  margin-right: 10px; /* Adjust as needed for spacing */
  position: absolute;
  right: -45px; /* Adjust as needed to align with the end of the button */
  top: 0%;
  transform: translateY(-50%); transform: scale(.5) !important;
}

/* Up arrow image for expanded state */
.accordion-button.btn.btn-link[data-toggle="collapse"].collapsed {
  position: relative;
  line-height: 27px;
}

.accordion-button.btn.btn-link[data-toggle="collapse"].collapsed::after {
  content: url(https://exoduslasvegas.com/wp-content/uploads/2023/08/down.png);
  margin-right: -25px; /* Adjust as needed for spacing */
  position: absolute;
  right: -5px; /* Adjust as needed to align with the end of the button */
  top: 50%;
  transform: translateY(-50%); transform: scale(.5) !important;
}
.accordion-button{
    width: 100%;
    text-align: left;
    white-space: inherit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 0px;
}
.blk-sec-cnt{
    padding-left: 115px;
    padding-right: 35px;
}
.blk-sec-cnt h2{
    color: #FFF;
    font-family: Druk Wide!important;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-right: 20px;
    margin-bottom: 25px;
    margin-top: 70px;
}
.blk-img-sec{
    padding: 0px;
}
.blk-section{
    overflow-x: hidden;
}
.blk-sec-cnt .buttonlink{
    background:#E30B7B;
    display: block;
    width: 70%;
    text-align: center;
    text-transform:uppercase;
}
.blk-bx p{
    font-family: 'Gotcha Gothic' !important;
}
.buttonlink p{
    margin-bottom: 0rem !important;
    font-family: 'Gotcha Gothic' !important;
}
.card-body p{
    font-size: 18px;
}
.accordion-button{
    text-decoration: none;
}
.blk-img-sec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mt-5{
	margin-bottom: 60px;
}
.fest-reg{
    background: url('https://exoduslasvegas.com/wp-content/uploads/2023/08/Memorial-Day-11.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 50px;
}
.fest-reg h3{
    font-family: Druk Wide!important;
    font-size: 40px;
    color: white;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;

}
.blk-bx{
    background: black;
    border: 1px solid #fff;
    border-radius: 5px;
    color: white;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    height:84% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blk-bx p {
    margin-top: 0 !important;
    margin-bottom: 0rem !important;
}
#Header-new-menu a {
    font-family: 'Druk Wide' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 13px !important;
    line-height: 20px;
    text-transform: uppercase;
}
@media (max-width:1025px) {
    .blk-sec-cnt {
        padding-left: 80px;
        padding-right: 35px;
    }
    .blk-sec-cnt h2 {
        color: #FFF;
        font-family: Druk Wide!important;
        font-size: 32px;
    }
    .pass-content h3 {
        font-size: 18px !important;
    }
    .buttonlink {
        font-size: 10px;
    }

}

@media (max-width:991px) {
    .passes-section{
        margin-top: 52%;
    }
    .blk-sec-cnt .buttonlink {
        background: #E30B7B;
        display: block;
        width: 95%;
        text-align: center;
    }
    .blk-sec-cnt h2 {
        color: #FFF;
        font-family: Druk Wide!important;
        font-size: 25px;
    }
    .accordion-button{
        width: 100%;
    text-align: left;
    white-space: inherit;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px;
    line-height: 24px;
    }
    .blk-sec-cnt {
        padding-left: 80px;
        padding-right: 35px;
    }
    .review-quote{
        padding:30px !important;
    }
    
}




@media (max-width:768px) {
    .pass-content {
        position: relative;
        bottom: 20px;
        top: 45px;
    }
    .passes-section {
        margin-top: 60%;
    }
    /* .passes-section{
        margin-top: 80%;
    } */
    .new-bnr .content-sec {
        width: 100%;
        padding-top: 90px;
    }
    .new-bnr h1 {
        font-size: 30px;
        text-align: center !important;
    }
    .content-sec h5 {
        width: 100%;
    }
    .jumb-to {
        padding-top: 50px;
    }
    .blk-sec-cnt h2 {
        font-size: 22px;
    }
    .blk-sec-cnt {
        padding-left: 40px;
        padding-right: 20px;
    }
    .accordion-button {
        font-size: 14px;
    }
    .accordion-button.btn.btn-link[data-toggle="collapse"]::after {
        content: url(https://exoduslasvegas.com/wp-content/uploads/2023/08/Vector-2.png);
        margin-right: 0px;
        position: absolute;
        right: -18px;
        top: 55%;
        transform: translateY(-50%);
    }
    .blk-sec-cnt .buttonlink {
        width: 95%;
    }
    .fest-reg h3 {
        font-size: 30px;
    }
    .stepinside-section {
        padding: 0px 0;
    }
    .accordion-button{
    width: 100%;
text-align: left;
white-space: inherit;
font-size: 15px !important;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
padding: 10px;
line-height: 24px;
}

}

body { 
    overflow-y: scroll !important;
}
