:root{
    --primary-color: #00c4e2;
    --black-color: #000000;
    --grey-color: #666666;
    --white-color: #FFFFFF;
    --primary-font: "Roboto", sans-serif;
    --dark-bg-color: #000000;
}
h4{
	color: var(--primary-color);
}
body{
    background: var(--dark-bg-color);
    font-family: var(--primary-font);
    padding: 0px;
    margin: 0px; 
}
html {
   scroll-behavior: smooth;
}
.full-slider{
    position: absolute;
    width: 100%;
    margin: 0px;
    left: auto;
    max-width: 900px;
}
.reno-slider{
    position: absolute;
    width: 100%;
    margin: 0px;
    left: auto;
    max-width: 1400px;
}
.reno-slider .wrap-hero img{
    width: 100%;
}
.full-slider .wrap-hero img{
    max-width: 800px;
    width: 100%;
}
.hunks-slider{
    position: absolute;
    width: 100%;
    margin: 0px;
    left: auto;
    max-width: 1200px;  
}
.hunks-slider .wrap-hero img{
    width: 100%;  
    max-width: 1000px;
}
.malestrip-slider{
    position: absolute;
    width: 100%;
    margin: 0px;
    left: auto;
    max-width: 1000px;   
}
.malestrip-slider .wrap-hero img{
    max-width: 800px;
    width: 100%;
}
.page-slider{
    position: absolute;
    width: 100%;
    margin: 0px;
    left: 14%;
    max-width: 900px;
}
.page-slider .wrap-hero{
    min-height: 1190px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: top;
}
.press-slider{
    position: absolute;
    width: 100%;
    margin: 0px;
    left: auto;
    max-width: 900px; 
}
.press-slider .wrap-hero img{
    width: 100%;
    max-width: 740px;
}

.main-page{
    position: relative;
    z-index: 9;
}
.header-info{
    margin: 8px 0px;
    width: 100%;
    text-align: center;
}
.header-info p{
    color: #666666;
    font-size: 8px;
    margin: 0px;
}
.top-header .header-logo{
    margin: 0px auto;
    text-align: center;
    position: relative;
    left: 20px;
}
.header-col-3{
    margin: 0px 0px 0px -50px;
}
.header-social{
    background: url(../images/bg-social.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 10px;
    margin: 30px 0px 0px -50px;
}
.header-social ul{
    margin: 0px;
    padding: 0px 5px 0px 0px;
    display: flex;
    gap: 15px;
    justify-content: end;
}
.header-social ul li{
    list-style-type: none;   
}
.header-social ul li a{
    background: #424242;
    color: var(--white-color);
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;   
}
.header-social ul li.facebook-icon a:hover{
    background: #34589d;
}
.header-social ul li.twitter-icon a:hover{
    background: #000000;
}
.header-social ul li.youtube-icon a:hover{
    background: #FF0000;
}
.header-social ul li.instagram-icon a:hover{
    background: #df1d74;
}
.header-phone{
    text-align: end;
}
.header-phone a{
    font-weight: bold;
    font-size: 18px;
    color: var(--primary-color);
    text-decoration: none;
}
.header-nav .navbar{
    padding: 0px 40px 0px 0px;
}
.header-nav .navbar-nav li a{
    color: var(--white-color);
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px 10px;
    padding: 2px 10px;
}
.header-nav .navbar-nav li a.active,
.header-nav ul.navbar-nav > li > a:hover{
    background: var(--primary-color);
    color: var(--white-color);
}
.header-nav .custom-dropdown .dropdown-menu{
    background: url(../images/custom-dropdown.png);
    border: 0px;
    border-radius: 0px;
    padding: 8px 0px 28px 0px;
    left: 10px;
}
.header-nav .custom-dropdown .dropdown-menu li{
    position: relative;
}
.header-nav .custom-dropdown .dropdown-menu li:first-child a{
    padding: 5px 10px 5px 12px;
}
.header-nav .custom-dropdown .dropdown-menu li:first-child:before{
    content: none;
}
.header-nav .custom-dropdown .dropdown-menu li:before{
    content: '';
    position: absolute;
    left: 8px;
    top: 9px;
    background: url(../images/bullet.gif);
    width: 10px;
    height: 10px;
}
.header-nav .custom-dropdown .dropdown-menu li a{
    color: #dcd8d8;
    font-size: 13px;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 5px 10px 5px 20px;
    text-transform: unset;
}
.header-nav .custom-dropdown .dropdown-menu li a:hover{
    text-decoration: underline;
}
.dropdown-mega .dropdown-menu{
    background-image: url(../images/dropdown-mega.jpg);
    background-repeat: repeat;
    border: 0px;
    border-radius: 0px;
    padding: 8px 0px 28px 0px;
}
.custom-dropdown span, .dropdown-mega span{
    display: none;
}
.header-nav .navbar-brand {
    display: none;
}
.dropdown-mega .dropdown-menu .mega-inner{
    display: flex;
    align-items: normal;
}
.dropdown-mega .dropdown-menu .mega-list ul{
    margin: 0px;
    padding: 8px 0px 0px 4px;
}
.dropdown-mega .dropdown-menu .mega-list ul li{
    list-style-type: none;
    position: relative;
}
.dropdown-mega .dropdown-menu .mega-list ul li:before{
    content: '';
    position: absolute;
    left: 8px;
    top: 6px;
    background: url(../images/bullet.gif);
    width: 10px;
    height: 10px;
}
.dropdown-mega .dropdown-menu .mega-list ul li a{
    color: #dcd8d8;
    font-size: 13px;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 4px 10px 4px 20px;
    text-transform: unset;
    line-height: normal;
}
.dropdown-mega .dropdown-menu .mega-list ul li a:hover{
    text-decoration: underline;
}
.dropdown-mega .dropdown-menu .mega-list h3{
    margin: 0px;
    padding: 4px 0px 10px 12px;
}
.dropdown-mega .dropdown-menu .mega-list h3 a{
    color: #dcd8d8;
    font-size: 13px;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-transform: unset;    
}
.dropdown-mega .dropdown-menu .mega-list h3 a:hover{
    text-decoration: underline;
}
.dropdown-mega .dropdown-menu ul.mega-list-inner{
    float: left;
}
.dropdown-mega .dropdown-menu .small-wider{
    max-width: 400px;
    width: 100%;
}
.dropdown-mega .dropdown-menu .small-wider ul.mega-list-inner{
    max-width: 190px;
    width: 100%;
}
.dropdown-mega .dropdown-menu  .hunks-wider{
    max-width: 600px;
    width: 100%;
}
.dropdown-mega .dropdown-menu .hunks-wider ul.mega-list-inner{
    max-width: 180px;
    width: 100%;
}

/* == HERO SECTION == */
.hero-blank{
    height: 400px;
}
.heo-section{
    width: 100%;
    padding: 50px 0px 0px;
}
.hero-inner{
    background: #313131a6;
    max-width: 630px;
    margin-left: auto;
    margin-right: 40px;
    width: 100%;
    padding: 0px;
}
.hero-header{
    background: #0000006e;
    display: flex;
    justify-content: space-between;
    padding: 32px 25px 32px 40px;   
    position: relative; 
    align-items: center;
}
.hero-header::before{
    background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, rgba(91, 194, 219, 0.9304096638655462) 18%, rgba(91, 194, 219, 1) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0px;
    top: 0px;
}
.hero-header .hero-title p{
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
    margin: 0px;
    line-height: normal;
}
.hero-header .hero-tickets a{
    text-decoration: none;
    color: var(--white-color);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hero-header .hero-tickets a i{
    background: #1b1919;
    color: #747474;
    width: 24px;
    height: 40px;
    text-align: center;
    padding: 10px 0px 0px 0px;
}
.hero-header .hero-tickets a img{
    max-width: 48px;
}
.hero-content{
    padding: 15px 40px;
    min-height: 125px;
}
.hero-content h2{
    color: #00ddff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
.hero-content .hero-text{
    color: #00ddff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
.hero-content p{
    color: var(--white-color);
    font-size: 23px;
    font-weight: 400;
    margin: 0px;
    line-height: normal;
}
.hero-content-right p{
    text-align: right;
}
.hero-content p a{
    color: var(--primary-color);
}
.hero-footer{
    background: #0000006e;
    padding: 0px 0px 0px 40px;    
    text-align: end;
    position: relative;
}
.hero-footer::before{
    background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, rgba(91, 194, 219, 0.9304096638655462) 18%, rgba(91, 194, 219, 1) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0px;
    bottom: 0px;
}
.hero-footer a{
    color: var(--white-color);
    text-decoration: none;
}
.hero-footer a i{
    background: #1b1919;
    color: #747474;
    width: 24px;
    height: 40px;
    text-align: center;
    padding: 10px 0px 0px 0px;
    border-left: 2px solid #ffffff21;
}
/* == COMMON CSS == */

.mix-container{
    max-width: 1200px;
    margin: 0px auto;
}
.main-wrap{
    background-image: url(../images/main-background.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.main-drag{
    background-image: url(../images/drag.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}
.main-people-page{
    background-image: url(../images/people-background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}
.main-people-details{
    background-image: url(../images/main-people-details.jpg);
    background-position: top center;
    background-repeat: no-repeat;    
}
.main-malestrippers{
    background-image: url(../images/bg_large.jpg);
    background-position: top center;
    background-repeat: no-repeat;     
}
.common-btn{
    font-size: 14px;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
}
.common-btn:hover{
    font-weight: bold;
    font-style: italic;
}
.color-primary{
    color: var(--primary-color) !important;
}
.page-breadcrumb{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.page-breadcrumb ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
}
.page-breadcrumb ul li{
    list-style-type: none;
    position: relative;
}
.page-breadcrumb ul li::before{
    position: absolute;
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--white-color);
    right: -20px;
    top: 5px;
}
.page-breadcrumb ul li:last-child:before,
.page-breadcrumb ul li:first-child:before{
    content: none;
}
.page-breadcrumb ul li span,
.page-breadcrumb ul li a{
    color: var(--white-color);
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 2px 2px 5px #000;
    font-size: 20px;
}
.page-breadcrumb ul li a:hover{
    text-decoration: underline;
}
.content-section{
    padding: 130px 0px 0px;
    width: 100%;
    margin: 0px auto;
}
.divider-content{
    border-bottom: 1px solid var(--white-color);
    width: 100%;
    display: block;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 15px 0px;
}


/* == CONTENT SECTION == */
.theshow-section{
    width: 100%;
    margin: 0px auto;
    padding: 130px 0px 0px;
}
.content-title{
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}
.content-title h2{
    color: var(--white-color);
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000;
    font-weight: 400;
    font-size: 18px;
    margin: 0px;
}
.title-border{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.theshow-content h3{
    text-shadow: 2px 2px 5px #000;
    margin: 15px 0 15px 0;
    font-size: 2em;
    color: var(--white-color);
    font-weight: 400;
}
.theshow-content .poster-img{
    width: 150px;
    float: left;
    margin: 0 20px 10px 0;
}
.theshow-content p{
    color: var(--white-color);
    text-shadow: 2px 2px 5px #000;
    font-weight: 300;
    font-size: 15px;
    text-align: justify;
}
.theshow-content a{
    width: 100%;
    color: var(--primary-color);
    text-align: end;
    text-decoration: none;
}
.theshow-content a:hover{
    font-style: italic;
    font-weight: bold;
}
.theshow-content li{
   color: white;
}
.gallery-inner .gallery-list{
    display: flex;
    gap: 20px;
}
.gallery-inner .gallery-photo{
    width: 100%;
    max-width: 280px;
}
.gallery-message ul{
    margin: 0px auto;
    padding: 0px;
}
.gallery-message ul li{
    list-style-type: none;
    font-size: 15px;
    color: var(--white-color);
}
.gallery-message ul li:first-child{
    text-transform: uppercase;
    color: var(--primary-color);
    padding: 0px 0px 35px 0px;
}
.gallery-viewmore{
    width: 100%;
    margin: 8px 0px;
    text-align: end;
}
.gallery-viewmore a{
    text-align: end;
}
.experience-inner p{
    font-size: 15px;
    color: var(--white-color);
    text-shadow: 2px 2px 5px #000;
    font-weight: 300;
    text-align: justify;
}
.experience-inner p a{
    color: var(--white-color);
    text-decoration: underline;
}
.experience-inner p a.underline-none{
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}
.theshow-right{
    max-width: 520px;
    width: 100%;
    margin-left: auto;
    margin-right: 30px;
}
.theshow-left{
    max-width: 650px;
    width: 100%;
    padding-left: 157px;
    padding-right: 0px;
}
.preview-box{
    border: 10px solid #009eb3;
    background: #151414;
    border-radius: 10px;
}
.drag-brunch-inner .content-title,
.preview-box .content-title{
    padding: 10px;
}
.preview-frame img{
    width: 100%;
    height: auto;
}
.preview-frame{
    padding: 0px 0px 30px 0px;
}
.drag-brunch-box{
    margin: 30px 0px 0px 0px;
    width: 100%;
}
.drag-brunch-inner{
    border: 10px solid #009eb3;
    background: #151414;
    border-radius: 10px;
}
.drag-brunch-info{
    margin: 30px 0px 0px;
}
.drag-brunch-info p{
    color: var(--white-color);
    text-align: justify;
    text-shadow: 2px 2px 5px #000;
    font-weight: 300;
    font-size: 15px;
}
.custom-modal .modal-content .modal-body{
    padding: 10px 10px 0px 10px;
}

.custom-modal .modal-content .btn-close{
    text-align: right;
    margin-left: auto;
    font-size: 12px;
    padding: 0px 20px 20px 0px;
}
.custom-modal .modal-content .btn-close:focus{
    box-shadow: none;
    outline: 0;
}


/* == GREENSBORO SECTION == */
.tab-background{
    background: rgba(126,96,88,0.5);
}
.tab-general-header {
    background: #0000009c;
    position: relative;
}
.tab-general-header::before{
    background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, rgba(91, 194, 219, 0.9304096638655462) 18%, rgba(91, 194, 219, 1) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0px;
    top: 0px;
}
.tab-general-header ul{
    margin: 0px;
    padding: 14px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-general-header ul li{
    list-style-type: none;
    margin: 0px 2px;
}
.tab-general-header ul li.active a{
    background: var(--primary-color);
}
.tab-general-header ul li a{
    padding: 2px 6px;
    color: var(--white-color);
    font-size: 13px;
    text-decoration: none;
    display: block;
}
.tab-general-header ul li a:hover{
    background: var(--primary-color);
}
.tab-general-content{
    padding: 20px;
}
.tab-general-content h1{
    text-shadow: 2px 2px 5px #000;
    color: var(--white-color);
    font-weight: normal;
    font-size: 28px;
}
.tab-general-content h2{
    color: var(--white-color);
    text-shadow: 2px 2px 5px #000;
    font-size: 26px;
}
.tab-general-content h3{
    color: var(--white-color);
    font-size: 22px;
}
.tab-general-content p{
    color: var(--white-color);
    font-weight: 300;
    font-size: 15px;
    text-shadow: 2px 2px 5px #000;
}
.greensboro-list{
    margin: 0px;
    padding: 0px;
}
.greensboro-list li{
    color: var(--white-color);
    list-style-type: none;
    font-weight: 300;
    font-size: 15px;
    text-shadow: 2px 2px 5px #000;
}
.greensboro-list li a{
    color: var(--primary-color);
}
.fare-calendar{
    width: 100%;
    margin: 0px auto;
    padding: 20px 0px;
}
.greensboro-map{
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.twitter-box{
    background: #151414;
    margin: 20px 0px 0px;
    position: relative;
    padding: 10px;
}
.twitter-box:before{
    background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, rgba(91, 194, 219, 0.9304096638655462) 18%, rgba(91, 194, 219, 1) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0px;
    top: 0px;
}
.twitter-box-inner .content-title{
    padding: 10px;
}
.twitter-box-inner .content-title img{
    max-width: 46px;
}
.twitter-follow{
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    display: flex;
    gap: 10px;
}
.twitter-follow li{
    list-style-type: none;
}
.twitter-follow li a{
    background: var(--primary-color);
    width: 36px;
    height: 36px;
    display: flex;
    border-radius: 100px;
    color: var(--white-color);
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


/* == RENO MALE STRIP CLUB ==  */

.reno-accordion .accordion-item{
    background-color:transparent;
    border: 0px;
    padding: 0px 0px 8px 0px;
}
.reno-accordion .accordion-item .accordion-header a{
    background-color: transparent;
    box-shadow: none;
    padding: 0px 0px 0px 20px;
    color: #ffffff;
    text-decoration: none;
}
.reno-accordion .accordion-body{
    padding: 10px 0px 0px 20px;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after{
    background-image: none;
}
.reno-accordion .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
}

/* == THE MEN == */
.hunks-people-list{
    max-width: 1000px;
    width: 100%;
    margin: 0px auto;
    padding: 20px 0px 0px;
}
.hunks-people-list ul{
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.hunks-people-list ul li{
    background: #000000c2;
    text-align: center;
    list-style-type: none;
    padding: 30px 0px;
}
.hunks-people-list ul li:hover{
    background: #00000069; 
}
.hunks-people-list ul li:hover a{
    color: var(--primary-color);
}
.hunks-people-list ul li h6{
    margin: 10px 0px 0px;
    font-size: 20px;
    background: var(--dark-bg-color);
    padding: 8px;
}
.hunks-people-list ul li a{
    color: var(--white-color);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
}
.hunks-people-list ul li .people-info{
    position: relative;
    margin: 0px 15px;
}
.hunks-people-list ul li .people-info img{
    width: 100%;
}
.hunks-people-list ul li .people-info:before{
    background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, rgba(91, 194, 219, 0.9304096638655462) 18%, rgba(91, 194, 219, 1) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0px;
    top: 0px;
    opacity: 0.2;
}
.hunks-people-list ul li .people-info:after{
    background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, rgba(91, 194, 219, 0.9304096638655462) 18%, rgba(91, 194, 219, 1) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0px;
    bottom: 0px;
    opacity: 0.2;
}
.hunks-people-list ul li:hover .people-info:before,
.hunks-people-list ul li:hover .people-info:after{
    opacity: 1;
}

/* == PEOPLE DETAILS == */
.people-box{
    width: 100%;
    padding: 20px 0px;
}
.people-inner{
    width: 100%;
}
.people-header{
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    position: relative;
    align-items: center;
}
.people-header::before{
    background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, rgba(91, 194, 219, 0.9304096638655462) 18%, rgba(91, 194, 219, 1) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0px;
    top: 0px;
}
.people-header h2{
    text-shadow: 2px 2px 5px #000;
    font-size: 47px;
    color: var(--white-color);
    font-weight: normal;
    margin: 0px;
}
.people-content{
    padding: 40px 50px;
    background: rgba(126,96,88,0.5);
    position: relative;
}
.people-content::before{
    background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, rgba(91, 194, 219, 0.9304096638655462) 18%, rgba(91, 194, 219, 1) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0px;
    bottom: 0px;   
}
.people-about{
    padding: 0px 30px;
}
.people-about h3{
    color: var(--primary-color);
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0px 30px 0px;
    text-shadow: 2px 2px 5px #000;
}
.people-about p{
    color: var(--white-color);
    text-shadow: 2px 2px 5px #000;
    font-weight: 300;
    font-size: 15px;
}
.people-gallery-list{
    margin: 0px auto;
    padding: 20px 0px 0px;
}
.people-gallery-list ul{
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.people-gallery-list ul li{
    background: #0000005e;
    text-align: center;
    list-style-type: none;
    padding: 10px 0px;
}
.people-gallery-list ul li:hover{
    background: #00000069; 
}
.people-gallery-list ul li:hover a{
    color: var(--primary-color);
}
.people-gallery-list ul li h6{
    margin: 10px 0px 0px;
    font-size: 20px;
    background: var(--dark-bg-color);
    padding: 8px;
}
.people-gallery-list ul li a{
    color: var(--white-color);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
}
.people-gallery-list .people-info{
    margin: 0px 10px;
    position: relative;
}
.people-gallery-list .people-info:before{
    background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, rgba(91, 194, 219, 0.9304096638655462) 18%, rgba(91, 194, 219, 1) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    top: 0px;
}
.people-gallery-list .people-info:after{
    background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, rgba(91, 194, 219, 0.9304096638655462) 18%, rgba(91, 194, 219, 1) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.people-gallery-list .people-info img{
    max-width: 100%;
    height: 150px;
    object-fit: cover;
    width: 100%;
    object-position: top center;
}
.people-gallery-list ul li .frame-imvi{
    background: var(--dark-bg-color);
    width: 100%;
    padding: 2px 10px;
    margin: 5px 0px 0px;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
}
.people-gallery-list ul li .frame-imvi i{
    color: #009eb3;
    border: 1px solid #009eb3;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.people-list-slider{
    width: 100%;
    text-align: center;
    padding: 50px 30px 30px;
    background: #080806;
}
.people-item a, .people-item h6{
    color: var(--white-color);
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.people-item h6{
    margin: 6px 0px 0px;
}
.people-list-slider .owl-carousel .owl-nav{
    position: absolute;
    top: 30px;
    width: 100%;
}
.people-list-slider .owl-carousel .owl-prev{
    position: absolute;
    left: -25px;
}
.people-list-slider .owl-carousel .owl-next{
    position: absolute;
    right: -25px;
}
.people-list-slider .owl-carousel .owl-nav button{
    background: var(--white-color);
    width: 20px;
    font-weight: bold;
    font-size: 24px;
}

/* == MALE STRIPSHOWS == */ 

.tab-table{
    --bs-table-bg: rgba(0,0,0,0.5);
    border: 1px solid  var(--grey-color);
}
.tab-table thead{
    background-color: rgba(255, 255, 255, 0.5);
}
.tab-table thead tr th{
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px;
    font-weight: 500;
}
.tab-table tbody tr td{
    color: var(--white-color);
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
}
.tab-table tbody tr td a{
    color: var(--white-color);
    text-decoration: none;
    display: flex;
    gap: 5px;
}
.tab-table tbody tr td a:hover{
    text-decoration: underline;
}
.tab-table tbody tr td p{
    display: flex;
    margin: 0px;
}
.tab-table tbody tr:hover{
    background-color: rgba(255, 255, 255, 0.5);
}
.tab-table tbody tr td a span{
    background: linear-gradient(202deg, rgba(59,138,201,1) 0%, rgba(78,167,218,1) 100%);
    font-size: 10px;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fancybox-button--play{
    display: none;
}

/* == PRESS LIST PAGE == */
.press-list{
    width: 100%;
    padding: 30px 0px 0px;
}
.press-list h2{
    margin: 0px 0px 30px 0px;
}
.press-list ul{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.press-list ul li{
    list-style-type: none;
    display: flex;
    gap: 20px;
    margin: 0px 0px 30px 0px;
}
.press-list ul li .article-feature-img{
    max-width: 150px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.press-list ul li .article-info h3{
    text-shadow: 2px 2px 5px #000;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: var(--white-color);
    text-align: left;
}
.press-list ul li .article-info h3 a{
    text-decoration: none;
    color: var(--white-color);
}
.press-list ul li .article-info{
    text-align: right;
    width: 100%;
}
.press-list ul li .article-info p{
    text-shadow: 2px 2px 5px #000;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
}
.press-list ul li .article-info .article-read{
    color: var(--primary-color);
    font-size: 14px;
    text-align: right;
    margin-left: auto;
}
.press-man-box{
    width: 350px;
    float: left;
    margin: 0 30px 10px 0;
}
.press-man-box img{
    width: 100%;
}
.press-details p{
    text-align: justify;
}


/* == CONTACT US == */
.contact-info{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.contact-info li{
	list-style-type: none;
	color: var(--white-color);    
}
.contact-info li span{
	color: var(--white-color);
}
.contact-info li a{
	color: var(--primary-color);
}


/* == GALLERY PAGE == */
.club-heading{
    width: 100%;
    padding: 30px 0px;
    margin: 0px auto;
}
.stripper-gallery-list{
    margin: 0px auto;
    padding: 20px 0px 0px;
}
.stripper-gallery-list ul{
    margin: 0px;
    padding: 0px 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.stripper-gallery-list ul li{
    background: #0000005e;
    text-align: center;
    list-style-type: none;
    padding: 10px 0px;
}
.stripper-gallery-list ul li:hover{
    background: #00000069; 
}
.stripper-gallery-list ul li:hover a{
    color: var(--primary-color);
}
.stripper-gallery-list ul li h6{
    margin: 10px 0px 0px;
    font-size: 20px;
    background: var(--dark-bg-color);
    padding: 8px;
}
.stripper-gallery-list ul li a{
    color: var(--white-color);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
}
.stripper-gallery-list .people-info{
    margin: 0px 10px;
    position: relative;
}
.stripper-gallery-list .people-info:before{
    background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, rgba(91, 194, 219, 0.9304096638655462) 18%, rgba(91, 194, 219, 1) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    top: 0px;
}
.stripper-gallery-list .people-info:after{
    background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, rgba(91, 194, 219, 0.9304096638655462) 18%, rgba(91, 194, 219, 1) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.stripper-gallery-list .people-info img{
    max-width: 100%;
    height: 150px;
    object-fit: cover;
    width: 100%;
    object-position: top center;
}
.stripper-gallery-list ul li .frame-imvi{
    background: var(--dark-bg-color);
    width: 100%;
    padding: 2px 10px;
    margin: 5px 0px 0px;
    display: flex;
    font-size: 12px;
    justify-content: end;
}
.stripper-gallery-list ul li .frame-imvi i{
    color: #009eb3;
    border: 1px solid #009eb3;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* == FOOTER SECTION == */

.footer{
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}
.footer-inner{
    background-image: url('../images/footer-bg.jpg');
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    padding: 60px 80px 0px;
}
.footer-inner .footer-logo{
    padding: 0px 0px 40px 0px;
}
.footer-inner .footer-menu ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 50px;
}
.footer-inner .footer-menu ul li{
    list-style-type: none;
}
.footer-inner .footer-menu ul li a{
    text-transform: uppercase;
    color: var(--white-color);
    text-decoration: none;
}
.footer-inner .footer-menu ul li a:hover{
    text-decoration: underline;
    color: var(--primary-color);
}
.footer-inner .footer-menu ul li ul{
    display: block;
}
.footer-inner .footer-menu ul li ul li a{
    color: var(--primary-color);
    text-decoration: none;
    font-size: 12px;
}

.footer-inner .quick-menu{
    display: flex;
    gap: 30px;
    padding: 10px 0px 0px 226px;
}
.footer-inner .quick-menu ul{
    margin: 0px;
    padding: 0px;
}
.footer-inner .quick-menu ul li{
    list-style-type: none;
    line-height: normal;
    color: var(--white-color);
}
.footer-inner .quick-menu ul li h3 a{
    color: var(--white-color);
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
}
.footer-inner .quick-menu ul li a{
    color: var(--primary-color);
    text-decoration: none;
    font-size: 12px;
}
.footer-inner .quick-menu ul li a:hover{
    text-decoration: underline;
}
.footer-inner .contact-inner{
    padding: 10px 22px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.footer-inner .news-quick-menu{
    display: flex;
    gap: 19px;
    padding: 10px 0px 0px 99px;
}
.footer-inner .news-quick-menu ul{
    margin: 0px;
    padding: 0px;
}
.footer-inner .news-quick-menu ul li{
    list-style-type: none;
    line-height: normal;
    color: var(--white-color);
}
.footer-inner .news-quick-menu ul li h3 a{
    color: var(--white-color);
    margin: 0px;
    font-size: 14px;
}
.footer-inner .news-quick-menu ul li a{
    color: var(--primary-color);
    text-decoration: none;
    font-size: 12px;
}
.footer-inner .news-quick-menu ul li a:hover{
    text-decoration: underline;
}


.footer-inner .men-quick-menu{
    display: flex;
    gap: 50px;
    padding: 10px 0px 0px 99px;
}
.footer-inner .men-quick-menu  ul{
    margin: 0px;
    padding: 0px;
}
.footer-inner .men-quick-menu  ul li{
    list-style-type: none;
    line-height: normal;
    color: var(--white-color);
}
.footer-inner .men-quick-menu  ul li h3 a{
    color: var(--white-color);
    margin: 0px;
    font-size: 14px;
}
.footer-inner .men-quick-menu  li a{
    color: var(--primary-color);
    text-decoration: none;
    font-size: 12px;
}
.footer-inner .men-quick-menu  ul li a:hover{
    text-decoration: underline;
}
.footer-inner .quick-menu  ul li .tickets-md{
    display: none;
}


.footer-inner .contact-info {
    margin: 0px;
    padding: 0px;
}
.footer-inner .contact-info  li{
    list-style-type: none;
    font-size: 12px;
}
.footer-inner .contact-info  li span{
    color: #999;
}
.footer-inner .contact-info  li a{
    color: #5bc2db;
    text-decoration: none;
}
.footer-inner .contact-info  li a:hover{
    text-decoration: underline;
}
.footer-inner ul.social-icon{
    margin: 10px 0px 0px;
    padding: 0px;
    display: flex;
    gap: 6px;
}
.footer-inner ul.social-icon li{
    list-style-type: none;
}
.footer-inner ul.social-icon li a{
    background: #424242;
    color: var(--white-color);
    display: flex;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
}
.footer-inner ul.social-icon .facebook-icon a:hover{
    background: #34589d;
}
.footer-inner ul.social-icon .twitter-icon a:hover{
    background: #000000;
}
.footer-inner ul.social-icon .youtube-icon a:hover{
    background: #FF0000;
}
.footer-inner ul.social-icon .instagram-icon a:hover{
    background: #df1d74;
}
.footer-inner .lagel-menu,
.footer-inner .copyright{
    padding: 30px 0px 0px 0px;
}
.footer-inner .copyright p{
    color: #999999;
    font-size: 12px;
    margin: 0px;
    line-height: 1.5em;;
}
.footer-inner .copyright a{
    color: #999999;
    text-decoration: none;
}
.footer-inner .copyright a:hover{
    text-decoration: underline;
}
.footer-inner .lagel-menu ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
    justify-content:end ;
}
.footer-inner .lagel-menu ul li{
    list-style-type: none;
    position: relative;
    line-height: normal;
}
.footer-inner .lagel-menu ul li::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background: #666666;
    right: -10px;
    top: 8px;
}
.footer-inner .lagel-menu ul li:last-child:before{
    content: none;
}
.footer-inner .lagel-menu ul li a{
    color: #999999;
    font-size: 12px;  
    text-decoration: none;
}
.footer-inner .lagel-menu ul li a:hover{
    color: var(--white-color);
    text-decoration: underline;
}
.footer-inner .stripper-box{
    margin: 20px 0px 0px 0px;
}
.footer-inner .stripper-box p{
    font-size: 9px;
    text-align: center;
    color: #666666;
}


@media only screen and (min-width: 992px) {
    .dropdown-mega .dropdown-menu {
        min-width: 840px;
        border: 0px;
        border-radius: 0px;
        left: 10px;
    } 
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .dropdown-menu.show {
        display: block;
    }
}


.rent-tickets{
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin: 0px;
    padding:0px;
	gap: 10px;
}
.rent-tickets li{
	list-style-type: none;
	margin: 10px 0px 10px 0px;
}
.rent-tickets li .rent-btn{
	max-width: 160px;
	width: 100%;
}
.rent-tickets li .tickets-btn{
	max-width: 300px;
	width: 100%;
}

.what-get {
    color: white;
}

.hero-title {
    color: white;
    font-size: 1.3em;
}

.main-pg {
    color: white;
    font-size: 2.2em;
}
.metro-areas {
    color: white;
    list-style-type: none;
}

/* Articles */
  .article {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .image-column {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .image-column img {
    max-width: 100%;
    height: auto;
  }
  .content-column {
    flex: 0 0 100%;
  }
  .article-title {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .article-content {
    margin-top: 0;
  }
  .read-more {
    display: block;
    margin-top: 10px;
  }

  @media (min-width: 768px) {
    .image-column {
      flex: 0 0 25%;
      margin-bottom: 0;
      padding-right: 15px;
    }
    .content-column {
      flex: 0 0 75%;
    }
  }

/* Reviews */
.review-card {
    background-color: rgba(0,0,0,0.00);
    border: none;
    border-radius: 15px;
    transition: transform 0.3s;
}
.review-card:hover {
    transform: translateY(-5px);
}
.star-rating {
    color: #ffd700;
}
.review-text {
    font-style: italic;
}
.card-title {
    color: #00c4e2;
}
.card-subtitle{
    color: black;
}

/* General Section Content */
.general-section h3{
    text-shadow: 2px 2px 5px #000;
    margin: 15px 0 15px 0;
    font-size: 2em;
    color: var(--white-color);
    font-weight: 400;
}
.general-section .poster-img{
    width: 150px;
    float: left;
    margin: 0 20px 10px 0;
}
.general-section p{
    color: var(--white-color);
    text-shadow: 2px 2px 5px #000;
    font-weight: 300;
    font-size: 15px;
}
.general-section a{
    width: 100%;
    color: var(--primary-color);
    text-align: end;
    text-decoration: none;
}
.general-section a:hover{
    font-style: italic;
    font-weight: bold;
}
summary {
    color: lightgrey;
}
.faq__content {
    display: inline-block;
}



/* Video Lightbox Styles */
.video-lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.lightbox-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 90%;
    max-width: 800px;
    top: 50%;
    transform: translateY(-50%);
}

.close-lightbox {
    color: #fff;
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.close-lightbox:hover,
.close-lightbox:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive adjustments */
@media only screen and (max-width: 700px) {
    .lightbox-content {
        width: 95%;
    }
}

/* Dual Button */
.dual-button-wrapper {
  display: inline-flex;
  position: relative;
  border: 2px solid white;
  border-radius: 50px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  overflow: visible;
}

.dual-button {
  padding: 10px 25px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.5;
}

.dual-left {
  background-color: #333;
  color: #DDD;
  border-radius: 30px 0 0 30px;
  border-right: 1px solid white;
}

.dual-right {
  background-color: #00c4e2;
  color: #FFF !important;
  border-radius: 0 30px 30px 0;
  border-left: 1px solid white;
}

.middle-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-color: white;
  color: black;
  border-radius: 50%;
  font-weight: bold;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dual-button:hover {
  opacity: 0.8;
}

.dual-left:hover, .dual-right:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 576px) {
  .dual-button-wrapper {
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .dual-button {
    width: 100%;
    border-radius: 0;
    padding: 15px 20px;
  }
  
  .dual-left {
    border-radius: 7px 7px 0 0;
    border-right: none;
    border-bottom: 1px solid white;
  }
  
  .dual-right {
    border-radius: 0 0 7px 7px;
    border-left: none;
    border-top: 1px solid white;
  }
  
  .middle-icon {
    display: none;
  }
}