* {
    padding: 0;
    margin: 0;
}
@font-face { font-family: Migha; src: url('fonts/Migha-BlackCondensed.otf'); } 
@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;
}
body {
    font-family: 'Gotcha Gothic', sans-serif;
}
h1 , h2 {
    font-family: Migha !important;
}
.block {
    display: block;
}
.wp-pagenavi a.page:hover {
    color: #fff !important;
}
.primary-color {
    color: #FF3092;
}
.primary-btn {
    background: #FF3092;
    color: #fff;
    padding: 5px 3em 0px 3em;
    border-radius: 25px;
    text-transform: uppercase;
    display: inline-block !important;
    line-height: 46px !important;
     text-align:center;
}
}
.primary-btn:hover {
    background: #4AC2C6 !important;
    color: #fff;
    transition: 0.3s;
    text-decoration: none !important;
    border: 0.5px solid #fff;
}
.secondary-btn:hover {
    background: #FF3092;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
    border: 0.5px solid #fff;
}
.secondary-btn {
    background: #4AC2C6;
    color: #fff;
    padding: 5px 3em 0px 3em;
    border-radius: 25px;
    display: inline-block !important;
    line-height: 46px !important;
     text-align:center;
}
.art-banner {
    text-align: center;
    background-image: url('../img/artist-banner01.jpg');
    background-position: center top;
    background-size: cover;
    padding: 8em 0px 15em;
}
.page-id-9344 .ar-artist-about-section [type=reset], [type=submit], button, html [type=button]{
    background:none !important;
    border:none !important;
}
.art-ban-head h1 {
    background: linear-gradient(180deg, #FF3092 0%, #FD9065 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 75px;
}
.art-ban-head h3 {
    background: linear-gradient(180deg, #FF3092 0%, #FD9065 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Migha;
    font-size: 40px;
}
.art-ban-head p {
   color: #fff;
   text-shadow: 1px 1px 4px #00000091;
   text-transform: uppercase;
   font-size: 20px;
   line-height: 30px;
}
.art-ban-head p span {
  
   display: block;
   margin: 0 auto;
  
}
.art-ban-act {
    margin-top: 3.5em;
}
.art-ban-act a {
    margin-left: 10px;
}
/* artist info */
.ar-info-section {
    background-image: url('../img/artist-info_bg.png');
    background-position: center;
    background-size: cover;
    padding: 2em 0 0em;
    position: relative;
}
.ar-info-head {
    text-align: center;
    margin-bottom: 4em;
}
.ar-info-head h2 {
    text-align: center;
    background: linear-gradient(180deg, #FD9065 0%, #FF3E6F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
}
.ar-info-head p {
    color: #fff;
}
.ar-in-bx {
    position: relative;
    margin-bottom: 20px;
}
.ar-in-bx-img img {
    width: 100%;
}
.ar-in-bx-head {
    position: absolute;
    bottom: 25px;
    color: #fff;
    background: #FF3092;
    padding: 10px 40px;
}
.ar-in-bx-head h3 {
    margin: 0;
    font-size: 25px;
}
.ar-in-bx-hvr-cont {
    display: none;
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    background: #ff3092d1;
    height: 100%;
    text-align: center;
    color: #fff;
}
.ar-in-bx:hover .ar-in-bx-hvr-cont {
    display: block;
}
.ar-in-bx:hover .ar-in-bx-head  {
    display: none;
}
.ar-in-bx-hvr-cont-hd {
    position: relative;
    top: 40%;
}
.ar-in-bx-hvr-cont-hd a {
    color: #fff;
}
/* summer resident */
.smr-rsdnt-section {
    background: #FFD7CD;
    padding: 5em 0;
}
.smr-rsdt-hd {
    text-align: center;
    margin-bottom: 2em;
}
.smr-rsdt-hd h2 {
    /*background: linear-gradient(180deg, #FD9065 0%, #FF3E6F 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    
    background: -webkit-linear-gradient(#ffae7d, #FF5691);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    
    font-size: 40px;
}
.smr-rsdt-hd p {
   color: #113B61;
   text-transform: uppercase;
   font-size: 18px;
}
.tkt-card {
    padding: 25px 15px;
    /* background-position: center; */
    background-size: cover;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    margin-bottom: 10px;
}
.tkt-1 {
    background-image: url('../img/ticket2.png');
}
.tkt-2 {
    background-image: url('../img/ticket3.png');
}
.tkt-3 {
    background-image: url('../img/ticket4.png');
}
.tkt-4 {
    background-image: url('../img/ticket5.png');
}
.tkt-card-hd {
    text-align: center;
    color: #fff;
}
.tkt-cd-cont-rw {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #fff;
    margin-top: 15px;
}
.tkt-cd-cont-rw:nth-child(5) {
    border: none;
}
.tkt-cd-cta {
    text-align: center;
}
.tkt-cd-cta-bk-btn {
    display: block;
    color: #fff;
    background: #08eecb;
    width: 50%;
    margin: 51px auto 0px;
    padding: 10px;
    border-radius: 25px;
    border: 2px solid #fff;
}
.tkt-cd-cta-bk-btn:hover {
    color: #fff;
    background: #133B62;
    transition: 0.3s;
    text-decoration: none;
}
.tkt-cd-cta-vw-btn {
    display: block;
    color: #fff;
    background: #08eecb;
    width: 55%;
    margin: 10px auto 10px;
    padding: 10px;
    border-radius: 25px;
    border: 2px solid #fff;
}
.tkt-cd-cta-vw-btn:hover {
    color: #fff;
    background: #133B62;
    transition: 0.3s;
    text-decoration: none;
}
.tkt-cd-cta {
    margin: 3em 0 2em;
}
.tkt-cd-lst-cont {
    text-align: center;
}
.tkt-cd-bdg {
    position: absolute;
    top: -85px;
    right: -65px;
}
.tkt-cd-bdg img {
    width: 70%;
}
.wt-hpn-vgs-section {
    position: relative;
    background:url("https://exoduslasvegas.com/wp-content/uploads/2022/06/Group-62-1.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    
}



.wht-hpn-main-img {
    width: 100%;
}
.wt-hpn-vgs_bg img {
    width: 85%;
}
.wt-hpn-vgs_content h2 {
    color: #113B61;
    font-size: 40px;
}
.wt-hpn-vgs_content p {
    color: #113B61;
    font-size: 16px;
    line-height: 25px;
}
.wt-hpn-vgs_content p:nth-child(4) {
  margin-bottom: 2em;
}
.wt-hpn-vgs_bg {
    text-align: center;
}


/* party */
.prt-section {
    /*background-image: url('../img/party_bg.png');*/
    background-image: url('https://exoduslasvegas.com/wp-content/uploads/2022/06/Group-62-2.png');
    padding: 60px 0 0;
    background-size: cover;
    background-position: center;
    /*background-position: center bottom;*/
    color: #fff;
    /*height: 80vh;*/
    height:54em;
}
.prt-cnt-sec {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    padding: 0 0 40px;
}
.prt-cnt-det {
    width: 12%;
    border-right: 1px solid #fff;
}
.prt-cnt-det:last-child {
    border-right: none;
}
.prt-cnt-det:nth-child(3) {
    width: 8%;
}
.prt-cnt-det-brd {
    width: 20%;
    position: relative;
}
.prt-cnt-det-brd::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 0.5px;
    width: 90%;
    background: #fff;
}
.prt-cnt-det h2:first-child {
    font-size: 60px;
}
.prt-mn-content p {
    line-height: 24px;
}
.prt-cnt-det:nth-child(3) {
    width: 12%;
}
.tkt-2-sec {
    padding: 0 0 5em;
    background: #FFD7CD;
}
.tkt-2-hd {
    text-align: center
}
.tkt-2-hd h2 {
    background: -webkit-linear-gradient(#ffae7d, #FF5691);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    letter-spacing: 3;
    margin: 15px 0 20px;
}
.tkt-2-hd h4 {
    color: #133B62;
    margin-bottom: 30px;
}
.tkt-2-hd img {
    width: 310px;
}
.tkt-2-sec .row {
    margin-top: 7em;
}
/* club logos */
.clb-lgs-sec {
    padding: 5em 0;
    background-image: url('../img/clubs-logo_bg.png');
    background-size: cover;
    background-position: center;
}

.clb-lg-img img {
    width: 100%;
}
.celb-smg-sec {
    background: #FFD7CD;
    padding: 4em 0;
}
.celb-smg-hd {
    text-align: center;
    color: #113B61;
    margin-bottom: 2em;
}
.celb-bx {
    background: #fff;
    text-align: center;
    padding-bottom: 2em;
    border: 1px solid #133B62;
    margin-bottom: 10px;
}
.celb-bx-img img {
    width: 100%;
}
.celb-bx-act a {
    background: #113B61;
    color: #fff;
    padding: 10px 1.5em;
    border-radius: 25px;
}
.celb-bx-act a:hover {
    background: #1b7eb3;
    transition: 0.3s;
    text-decoration: none;
}
.celb-bx-hd {
    margin: 2em 3em;
    height: 165px;
} 
.celb-bx-hd h4 {
    color: #036c8a;
}
.celb-bx-hd h3 {
    color: #133B62;
    margin-bottom: 1em;
}
.celb-smg-hd h2 {
    font-size: 50px;
    letter-spacing: 2;
}
.celb-form {
    text-align: center;
    margin: 6em 0 0;
}
.celb-fm-hd h2 {
    font-size: 50px;
    background: -webkit-linear-gradient(#ffae7d, #FF5691);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3;
}
.celb-fm-hd h4 {
    color: #303030;
    font-size: 18px;
    margin-bottom: 2em;
}
.celb-fm-input {
    width: 50%;
    margin: 0 auto;
}
.celb-fm-input input {
    border: 1px solid #FF5691;
    width: 100%;
    padding: 10px 20px;
    border-radius: 25px;
    margin-bottom: 15px;
}
.celb-fm-input input::placeholder {
    color: #000;
}
.celb-fm-submit {
    width: 50%;
    margin: 0 auto;
}
.celb-fm-submit button {
    background: #78f0ea;
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #FF5691;
}
.ftr-slr-section {
    background: linear-gradient(180deg, #FFCDAE 0%, #21A3C5 99.96%);
    padding: 5em 0 3em;
}
.testi-slider-wrap {
    text-align: center;
    color: #fff;
}
.testi-content h2 {
    text-transform: uppercase;
}
.testi-content h5 {
    text-transform: uppercase;
    font-size: 18px;
}
.testi-qt-img img {
    margin: 0 auto;
}
.ftr-slr-testi-head {
    text-align: center;
    color: #fff;
    letter-spacing: 2;
    margin-bottom: 3em;
}
.ftr-slr-testi-head h2 {
    font-size: 50px;
}
.slider-nav button {
    border: none;
    background: transparent;
    color: #d2d2d2;
    font-size: 24px;
    font-weight: 800;
    outline: none;
}
.slidePrevBtn {
    position: absolute;
    left: 0;
    top: 50%;
}
.slideNextBtn {
    position: absolute;
    right: 0;
    top: 50%;
}
.testi-content p {
    width: 80%;
    margin: 20px auto;
}
.ftr-up-section {
    background-image: url('../img/footer-bg.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 3em 0;
    height: 800px;
}
.ftr-logo img {
    width: 15%;
}
.ftr-app-dwn img {
    width: 100px;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab );
    border-radius: 7px;
}
.ftr-social h4 {
    font-size: 18px;
    color: #fff;
    margin: 20px 0 10px;
    text-shadow: 1px 1px 1px black;
}
.ftr-social {
    margin-bottom: 2em;
}
.ftr-social a {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.ftr-social a i {
    height: 50px;
    width: 33px;
    line-height: 40px;
    font-size: 23px;
}
.ftr-app-dwn {
    margin: 5em 0 0;
    color: #fff;
}
.ftr-app-dwn h4 {
    font-size: 18px;
    text-shadow: 1px 1px 1px black;
    margin: 0 0 2em;
}
.ftr-app-dwn a {
    text-decoration: none;
}
.tkt-2-cta {
    text-align: center;
    margin-top: 2em;
}
.blue-btn {
    background: #113B61;
    color: #fff;
    padding: 10px 1.5em;
    border-radius: 25px;
}
.blue-btn:hover {
    transition: 0.3s;
    background: #FF3092;
    color: #fff;
    text-decoration: none;
}
.ar-info-label-side {
    display: none;
}
/* new */
.ar-artist-about-section {
    padding: 2em 0 0;
}
.ar-artist-about-row {
     align-items: center; 
    padding: 4em 0 3em;
}
.ar-artist-about-img {
    text-align: center;
}
.ar-artist-about-img img {
    width: 95%;
}
.ar-artist-about-content {
    color: #fff;
}
.ar-artist-about-content h2 {
    color: #FD9065;
    font-size: 40px;
    text-transform: uppercase;
}
.ar-artist-about-content p {
    line-height: 25px;
    font-family: 'Gotcha Gothic' !important;
}
.art-about-act {
    margin-top: 3em;
}
.ar-artist-about-yt-vdo {
    padding: 60px 0;
}
.ar-artist-about-yt-vdo video {
    width: 100%;
    height: 33em;
    border-radius: 10px;
    margin-bottom: 1em;
    cursor: pointer;
}
.ar-artist-video-head h2 {
    text-align: center;
    background: linear-gradient(180deg, #FD9065 0%, #FF3E6F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
}
.ar-artist-video-head p {
    color: #fff;
}
.ar-artist-video-head {
    width: 80%;
    margin: 0 auto;
    padding: 60px 0 0;
}
.club-logo-section ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.club-logo-section ul li {
    display: block;
    padding: 42px 35px;
}
.ar-rd-line-sec {
    display: flex;
    align-items: center;
}
.ar-rd-line {
    width: 100%;
    border-bottom: 2px solid #FF3092;
}
.ar-rd-ln-plus {
    color: #FF3092;
    font-size: 30px;
    text-align: right;
    width: 8%;
}
.bg-po-btm {
    background-position: bottom;
}



/*jareena 26-5-2022*/


.art-ban-head h1 span {
    background: linear-gradient(180deg, #FF3092 0%, #FD9065 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Migha;
    font-size: 20px;

}

.ar-artist-about-content p a{
    color: #FF3092;
}
.ar-artist-about-content p a:hover{
    color: #4AC2C6;
}
.ar-artist-video-head p a{
    color: #FF3092;
}
.ar-artist-video-head p a:hover{
    color: #4AC2C6;
}
.inner-header{
    position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
.row{
    margin:0px;
}
.ar-artist-about-img img {
    width: 95%;
    border-radius: 17px;
}


/*stephen 6-6-22*/

.expand-btn{
    /*background: url("https://exoduslasvegas.com/wp-content/uploads/2022/06/expand.png") no-repeat;*/
    background: none;
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    /*width: 100%;*/
    /*height: 30px;*/
    /*background-position: center;*/
    /*background-size: contain;*/
}

/*.expand-btn.collapsed{*/
/*    background: url("https://exoduslasvegas.com/wp-content/uploads/2022/06/minimize.png") no-repeat;*/
/*   width: 100%;*/
/*    height: 30px;*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*}*/

.expand-btn:hover,
.expand-btn:active,
.expand-btn:focus{
   outline: 0;
}



.expand-body{
    background: none;
    border: 0;
    padding: 0;
}


.col-md-6.pl{
    color: #fff;
}

/*whats happening section - new */
        .happening-section{
            padding: 100px 0;
            background: url("https://exoduslasvegas.com/wp-content/uploads/2022/06/Group-69.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            height: 80vh;
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            position: relative;
        }
        
        
        /* .happening-section:before{*/
        /*    content:'';*/
        /*    width: 100%;*/
        /*    height: 100%;*/
        /*    position: absolute;*/
        /*    left: 0;*/
        /*    right: 0;*/
        /*    background-color: rgba(255, 255, 255, 0.75);*/
        /*    opacity: 0;*/
        /*    visibility: hidden;*/
        /*}*/
        
        .happening-section .primary-btn{
            display:inline-block;
        }
        
        .happening-inner{
            padding-right:150px;
        }
        
        .happening-inner p,
        .happening-inner h2{
            color: #113B61;
        }
        
        /* Extra large devices (large desktops, 1366px and down) */
        @media (max-width: 1366px) { }
        
        /* Extra large devices (large desktops, 1200px and down) */
        @media (max-width: 1200px) { 
             .happening-inner{
                padding-right:50px;
            }
            
        }
        
        /* Large devices (desktops, 992px and down) */
        @media (max-width: 992px) {
            
               .happening-inner{
                padding-right:0;
            }
            
            .happening-section{
                padding: 60px 0;
                height: auto;
               
            }
        }
        
        /* Medium devices (tablets, 768px and down) */
        @media (max-width: 768px) { 
            /* .happening-section:before{*/
            /*    opacity: 1;*/
            /*    visibility: visible;*/
            /*}*/
            
            
            
            .happening-section{
                background: #48C3CA;
            }
        }
        
        /* Small devices (landscape phones, 576px and down) */
        @media (max-width: 576px) { }
   
    

/*end*/

.ar-info-section .collapse a{
	color: #FF3092!important;
}