@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@100;300;400;600;700&display=swap");

img {
    max-width: 100%;
    height: auto;
}

body.aside-open,
body.categories-open {
    overflow: hidden;
}

.header {
    transition: all .5s;
    padding: 23px 0
}

.header,
.header.header-scrolled {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;

}

.header.header-scrolled .navbar {
    background: transparent
}

.header .top-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: var(--bs-gutter-x,.75rem) !important;
    padding-left: var(--bs-gutter-x,.75rem) !important;
}
@media(max-width: 992px) {
    .header .top-nav {
        justify-content: center;
    }
}

.header .logo {
    margin: 0;
    padding: 0 1rem 0 0;
    display: flex;
    align-items: center;
    height: 50px;
    max-width: calc(100% - 48px - 48px);
}
@media(max-width: 992px) {
    .header .logo {
        padding-left: 1rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:992px) {
    .header {
        border: 0
    }
}

.navbar {
    padding: 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.navbar li,
.navbar ul {
    display: flex;
    align-items: center
}

.navbar li {
    position: relative;
    justify-content: flex-end
}

.navbar a:not(.btn) {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    transition: .3s;
    padding: 0 2rem;
    height: 65px;
    font-weight: 600
}

.navbar a:not(.btn):hover {
    background-color: #1a0710
}

.navbar a:not(.btn):focus {
    color: #fff
}

.navbar .active {
    background: #1a0710;
}

.navbar li:hover>a {
    color: #fff
}

.btn.btn-nav {
    color: #fff;
    background-color: #9A6480;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    padding: 0 1.5rem;
    height: 40px;
}

.mobile-show-categories,
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 1;
    transition: .5s;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 10px;
}

.mobile-nav-toggle.bi-x {
    color: #fff
}

@media (max-width:1500px) {
    .header svg {
        width: 90%
    }
    .header .navbar ul li a {
        padding: 0 .5rem
    }
}

@media (max-width:991px) {
    .mobile-nav-toggle {
        display: inline-flex
    }
    .navbar {
        background: transparent
    }
    .navbar ul {
        display: none
    }
}
@media(max-width: 800px) {
    .mobile-show-categories {
        display: inline-flex;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 106px;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(23, 26, 29, .6);
    transition: .3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background: rgba(23, 26, 29, .7);
    overflow-y: auto;
    transition: .3s
}

.navbar-mobile li,
.navbar-mobile li a {
    justify-content: center
}

.navbar-mobile li a {
    padding: 1.5rem 0;
    font-size: 18px;
    color: #fff !important;
    align-items: center;
    width: 100%;
    height: auto
}

.navbar-mobile li a:hover {
    color: #fff
}

@media(max-width: 992px) {
    .search-bar {
        flex: 1 0 100%;
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.aside {
    width: 210px;
    overflow-y: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    background-color: #ffffff;
  
    clip-path: inset(0px -15px 0px 0px);
    position: fixed;
    height: 100%;
}

@media (max-width:800px) {
    .aside {
        display: none;
        left: 0;
        z-index: 10;
        width: 100%;
    }
    .aside-open .aside {
        display: flex;
    }
}

.list-container {
    /*background: #ffffff;*/
    padding: 0 1rem;
    width: 100%;
 

}

@media (max-width:800px) {
    .list-container {
        position: relative;
        background-color: #fff;
    }
    .list-container.list-container-mobile {
        left: 0;
    }
    .list-container.list-container-mobile::before {
        width: 200%;
    }
    .list-container .inner-box {
        display: block;
        overflow-y: auto;
    }
}

.list-container .list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}
.list-container .list-header .bi-caret-down-fill {
    width: 22px;
    height: 22px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    color: #d00482;
    transition: transform .3s ease 0s;
}
.list-container .list-header.active .bi-caret-down-fill {
    transform: rotateX(180deg);
}

.list-container .category-list {
    list-style: none;
    padding-left: .3rem
}

.list-container .category-list li {
    display: block;
}

.list-container .category-list li a {
    font-size: 14px;
    color: #7c7c7c;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 0;
    overflow: hidden;
    transition: height .3s ease 0s;
}
.list-container .category-list.active li a,
.list-container .category-list li a.active {
    height: 30px;
}

.list-container .category-list li a.active,
.list-container .category-list li a.active:before {
    color: #FF262A;
}

.list-container .category-list li a.active .bi-x {
    border: 2px solid #fff
}


.list-container .category-list li a:focus .bi-x {
    border: 2px solid #fff
}



.list-container .category-list li a:before {
    content: "\2022";
    color: #7c7c7c;
    width: 1em
}

.list-container .category-list li a .bi-x {
    border: 2px solid #7c7c7c;
    border-radius: 50%;
    float: right;
    width: 22px;
    height: 22px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

.list-container .list-container-mobile {
    display: block
}

.list-container-mobile {
    background: #161616;
    display: block
}

.show-categories {
    line-height: 32px;
    position: relative;
    left: calc(100% + 3rem - 15px);
    padding: 0 15px;
    width: 190px;
    background-color: rgba(0,0,0,.9);
}
@media(min-width: 801px) {
    .show-categories {
        display: none;
    }
}
.show-categories.bi-x {
    margin: 1rem auto;
    text-align: center;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    border: 2px solid #fff;
    display: flex;
    font-size: 1.3rem;
    justify-content: center;
    align-items: center;
    left: 0;
    background-color: transparent;
}

.show-categories.bi-x i,
.show-categories.bi-x span {
    display: none
}

.footer {
    background: #161616;
}
@media(min-width: 801px) {
    .footer {
        margin-left: 210px;
        padding-left: 6px;
    }
}

.footer .footer-top {
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 0 0;
}

@media (max-width:769px) {
    .footer .footer-top {
        text-align: center
    }
}

.footer .footer-top p {
    line-height: 1.4;
    font-weight: 300;
    color: #fff
}

.footer .footer-top p span {
    font-weight: 400;
    text-decoration: underline
}

.footer .footer-bottom {

    display: flex;
    align-items: center
}

.footer .footer-bottom .footer-logo {
    display: flex
}

@media (max-width:992px) {
    .footer .footer-bottom .footer-logo {
        justify-content: center
    }
}

.footer .footer-bottom .footer-list {
    display: inline-flex;
    list-style: none;
    text-align: center
}

@media (max-width:560px) {
    .footer .footer-bottom .footer-list {
        flex-wrap: wrap
    }
}

.footer .footer-bottom .footer-list li {
    padding-top: .85rem
}

.footer .footer-bottom .footer-list li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600
}

.footer .footer-bottom .footer-list li a.custom-dot:before {
    content: "\2022";
    color: #fe262a !important;
    width: 1em;
    padding: 0 1rem
}


.form-control {
    display: block;
    width: 100%;
    padding: 0 .75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c8c8c8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;

    top: -2px
}
textarea.form-control {
    min-height: 120px;
    padding: .75rem;
}

.form-control::-moz-placeholder {
    font-size: 12px;
    color: #c8c8c8
}

.form-control:-ms-input-placeholder {
    font-size: 12px;
    color: #c8c8c8
}

.form-control::placeholder {
    font-size: 12px;
    color: #c8c8c8
}

.input-group {

    display: flex;
    align-items: center;
    height: 36px
}

.input-group .btn {
    color: #fff;
    top: -2px
}

.header input { 
	height: 36px;
}
.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    color: #c8c8c8;
    background: #121212;
    border: none;
    margin-left: .4rem
}

.gallery .thumbnail-card .image {
    z-index: 1;
    position: relative
}

.gallery .thumbnail-card .image .thumb-overflow {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 72.25%
}

.gallery .thumbnail-card .image .thumb-overflow img {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute
}

.gallery .thumbnail-card .image .thumb-overflow .img-thumbnail {
    border: 0;
    padding: 0;
    border-radius: 0;
    background: transparent
}



.models {
    position: absolute;
    bottom: .5rem;
    left: 0;
    z-index: 9
}

.models .models-name {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
	
}

.models .models-nick {
    font-size: 14px;
    color: #1a0710;
    font-weight: 700;


}

.img-col.-cam .video-link {
    border: 2px solid transparent;
    transition: border-color .3s ease 0s;
}

.img-col.-cam .video-link:focus,
.img-col.-cam .video-link:hover {
    border: 2px solid rgba(18,3,35,0.8)
}
.img-col:not(.-cam) .video-link:focus .models .models-name,
.img-col:not(.-cam) .video-link:hover .models .models-name {
    color: #FF262A
}

.content {
    margin-left: 14.5rem;
    height: auto;
    flex: 1
}

@media (max-width:800px) {
    .content {
        margin-left: 0
    }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: #1a0710;
    border: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	font-size: 14px;
}

.nav-pills .nav-link {
    /* background: #7c7c7c; */
    color: #000;
    border: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 30px;
    margin-right: .4rem;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase
}

@media (max-width:560px) {
    .nav-pills .nav-link {
        font-size: 16px;
        margin-right: .1rem
    }
}



.nav-item {
    display: flex;
    justify-content: center;
    align-items: center
}

.tab-content {
  
    border: 1px solid #491630;
    
}





.card .card-title {
    background: #1c1c1c;
    border-bottom: 2px solid #121212
}

.card .card-body {
    padding: 2rem;
    height: calc(100% - 3.5rem);
    
   
}

.card .card-body .form-input label {
    margin-left: .5rem;
    font-size: 18px;
    font-weight: 400
}

.card .card-body .form-input input,
.card .card-body .form-input textarea {
    height: 36px;
    border: 1px solid #c8c8c8;
    border-radius: .75rem;
    display: flex;
    align-items: center
}

.card .card-body .fr__link {
    color: #fe262a !important;
    text-decoration: none
}

.card .card-body .fr__link:hover {
    text-decoration: underline
}

.form-input>.form-control,
.form-input>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    color: #c8c8c8;
    background: #121212;
    border: none
}

.captcha {
    display: flex;
    align-items: center
}

.captcha .captcha__img {
    width: 6.25rem;
    height: 2.5rem;
    margin-right: .375rem
}

.captcha .captcha__input {
    flex-grow: 1
}

.forms {
    min-height: 75vh
}

body {
    color: #000;
    background: #fff;
   font-family: 'Open Sans', sans-serif !important; 
}

a,
a:hover {
    color: #fff;
    text-decoration: none
}

.img-col {
    width: 20%;
}
.img-col.-cam {
    opacity: 0;
    transition: opacity .3s ease 0s;

}

@media (max-width:1600px) {
    .img-col {
        width: 25%;
    }
}

@media (max-width:1280px) {
    .img-col {
        width: 33%
    }
}

@media (max-width:1100px) {
    .img-col {
        width: 33%
    }
}

@media (max-width:992px) {
    .img-col {
        width: 50%
    }
}

@media (max-width:602px) {
    .img-col {
        width: 100%
    }
}

.col-tab-left {
    width: 16%
}

@media (max-width:1920px) {
    .col-tab-left {
        width: 22%
    }
}

@media (max-width:1620px) {
    .col-tab-left {
        width: 27%
    }
}

@media (max-width:1366px) {
    .col-tab-left {
        width: 30%
    }
}

@media (max-width:1100px) {
    .col-tab-left {
        width: 52%
    }
}

@media (max-width:640px) {
    .col-tab-left {
        width: 100%
    }
}

.col-tab-right {
    width: 78%
}

@media (max-width:1620px) {
    .col-tab-right {
        width: 72%
    }
}

@media (max-width:1366px) {
    .col-tab-right {
        width: 68%
    }
}

@media (max-width:1100px) {
    .col-tab-right {
        width: 100%
    }
}

@media (max-width:640px) {
    .col-tab-right {
        width: 100%
    }
}

.light-dark-bk {
    background: #161616
}

.rows-select {
    max-width: 100%
}

.form-select {
    padding: .3125rem 3rem .3125rem 1rem;
    background-image: url(../images/angle-down.svg) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right 1rem center !important;
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #d8e2ef;
    color: #fff !important;
    background-size: 1rem !important;
    background-color: #fff;

    outline: none
}

.custom-25 {
    width: 25%
}

@media (max-width:1100px) {
    .custom-25 {
        width: 100%;
        text-align: center
    }
}

.custom-50 {
    width: 50%
}

@media (max-width:1100px) {
    .custom-50 {
        width: 100%;
        text-align: center
    }
}

.custom-75 {
    width: 75%
}

@media (max-width:1366px) {
    .custom-75 {
        width: 100%;
        text-align: center
    }
}

.custom-80 {
    width: 80%
}

@media (max-width:769px) {
    .custom-80 {
        width: 100%
    }
}

.custom-90 {
    width: 90%
}

@media (max-width:769px) {
    .custom-90 {
        width: 100%
    }
}

.custom-95 {
    width: 95%
}

@media (max-width:1100px) {
    .custom-95 {
        text-align: center
    }
}

.custom-100 {
    width: 100%;
}
@media(min-width: 810px) {
    .custom-100 {
        padding-left: 0px !important;
    }
}

@media (max-width:1100px) {
    .custom-100 {
        text-align: center
    }
}

.background-none {
    background: none
}

.header-row .text-header {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    white-space: nowrap
}

@media (max-width:1190px) {
    .header-row .text-header {
        margin: 0;
        white-space: normal
    }
}

.header-row .text-subhader {
    color: #1a0710;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap
}

@media (max-width:1190px) {
    .header-row .text-subhader {
        margin: 0;
        white-space: normal
    }
}

.tab-text-header,
.tab-text-subheader {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase
}

.tab-text-subheader {
    color: #d00482;
    font-weight: 400;
    margin-left: .5rem
}

.description {
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    line-height: 1.2
}

@media only screen and (max-width:992px) {
    .first {
        order: 2
    }
    .second {
        order: 1
    }
}

.login,
.main-btn,
.sign-up {
    margin: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: .5rem 1.5rem;
    font-size: 18px;
    text-transform: uppercase;
    height: 36px;
    cursor: pointer;
    font-weight: 500;
    white-space: nowrap
}

@media (max-width:1369px) {
    .login,
    .main-btn,
    .sign-up {
        padding: .5rem;
        margin: 0 .2rem
    }
}

.login:hover,
.main-btn:hover,
.sign-up:hover {
    color: #fff
}
.main-btn {
    background-color: #e13520;
    color: #fff;
}
.main-btn:hover {
    background-color: #e13520;
    color: #fff;
}

.join {
    
}

.join-btn {
    border-radius: .75rem;
    border: 2px solid #e13520;
    background: #e13520;
    font-size: 18px;
    height: 44px;
    width: 100%;
    font-weight: 700
}

.join-btn,
.join-chatroom {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap
}

.join-chatroom {
    border-radius: .75rem;
    border: 2px solid #e13520;
    background: #e13520;
    margin: 5rem auto;
    font-size: 22px;
    height: 119px;
    width: 482px;
    font-weight: 600
}

.stage {
    display: block
}

.stage .inner-stage {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    margin: 0!important;
}
.stage.-site-1 .inner-stage {
    padding-top: 56.75%;
}
.stage.-site-11 .inner-stage {
    padding-top: 33.55%;
}
.stage.-site-2 .inner-stage {
    padding-top: 47.5%;
}
.stage.-site-5 .inner-stage {
    padding-top: 50%;
}
.stage.-site-8 .inner-stage {
    padding-top: 54.5%;
}

.stage .inner-stage>#thisPlayer,
.stage .inner-stage>iframe,
.stage .inner-stage>img,
.stage .inner-stage>object,
.stage .inner-stage>video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}

.video-container {

}

section {
    padding: 0px 0
}


.sign-up:hover {
    border-color: #ffffff;
}
/*# sourceMappingURL=style.css.map */

#dataContent {
    height: 150px;
    transition: height .3s ease 0s;
}

.img-col.-cam .thumbnail-card {
    position: relative;
}

/* Updated styling for the bottom info bar on cam thumbnails */
.img-col.-cam .item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000; /* solid black background */
    z-index: 2;
    padding: 4px 8px;       /* reduced padding */
    height: 30px;           /* reduced height */
    display: flex;
    align-items: center;
    /* Remove flex-wrap if not needed since it is a single-line layout */
    /* transition: height 0.3s ease;  Optional if you have hover effects */
}

.img-col.-cam .item-info .item-name {
    flex: 1;
    font-size: 12px;        /* smaller font size */
    line-height: 1.2;
    color: #fff;            /* white text */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}



[id^="object_container"] {
    float: left;
    width: 100%;
    height: 0;
    display: block;
    padding-top: 56.25%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
[id^="object_container"] iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.modal-content {
    color: #000000;
}


#staticPage {
    width: 90% !important;
    max-width: 1000px;
}


.breadcrumbs a { 
	background-color: #1a0710;
    border-radius: 0.2em;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
	margin-right: 5px;
    
}

.loader {
	  border: 8px solid #1a0710; 
	  border-top: 8px solid #FF262A; 
	  border-radius: 50%;
	  width: 90px;
	  height: 90px;
	  animation: spin 2s linear infinite;
	  -webkit-animation: spin 2s linear infinite; /* Safari */
	  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

footer .header-row .text-header {
    font-size: 22px;
    color: #fff;
}

.models .tag-name {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}


/* Base styles for the Top 100 Followers Section */
.watcher-performer-section {
  padding: 40px 15px;
  background: #fff;
}

.watcher-performer-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}

/* The container for the list */
.watcher-performer-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Desktop adjustment: Limit list width for better proportions */
@media (min-width: 1024px) {
  .watcher-performer-list {
    max-width: 800px; /* Adjust as needed */
    margin: 0 auto;
  }
}

/* Each performer item in the list */
.watcher-performer-item {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.watcher-performer-item:hover {
  background: #f1f1f1;
}

/* Rank number styling */
.watcher-performer-rank {
  flex: 0 0 40px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #555;
}

/* Performer image container */
.watcher-performer-image {
  flex: 0 0 60px;
  margin: 0 15px;
}

.watcher-performer-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

/* Performer info (username and age) */
.watcher-performer-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.watcher-performer-username {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 3px;
}

.watcher-performer-age {
  font-size: 0.9rem;
  color: #777;
}

/* Number of followers styling */
.watcher-performer-users {
  flex: 0 0 80px;
  font-size: 1.1rem;
  text-align: right;
  color: #333;
}

/* Responsive adjustments for tablets and small screens */
@media (max-width: 768px) {
  .watcher-performer-item {
    flex-wrap: wrap;
  }
  
  .watcher-performer-rank {
    flex: 0 0 30px;
    font-size: 1rem;
  }
  
  .watcher-performer-image {
    flex: 0 0 50px;
    margin: 5px 10px;
  }
  
  .watcher-performer-image img {
    width: 50px;
    height: 50px;
  }
  
  .watcher-performer-info {
    flex: 1 1 100%;
    margin-top: 5px;
  }
  
  .watcher-performer-username {
    font-size: 1rem;
  }
  
  .watcher-performer-age {
    font-size: 0.85rem;
  }
  
  .watcher-performer-users {
    flex: 0 0 60px;
    font-size: 1rem;
  }
}

/* Further adjustments for very small screens (mobile) */
@media (max-width: 480px) {
  .watcher-performer-title {
    font-size: 1.5rem;
  }
  
  .watcher-performer-item {
    padding: 10px;
  }
  
  .watcher-performer-rank {
    flex: 0 0 25px;
    font-size: 0.9rem;
  }
  
  .watcher-performer-image {
    flex: 0 0 40px;
    margin: 5px;
  }
  
  .watcher-performer-image img {
    width: 40px;
    height: 40px;
  }
  
  .watcher-performer-username {
    font-size: 0.9rem;
  }
  
  .watcher-performer-age {
    font-size: 0.8rem;
  }
  
  .watcher-performer-users {
    flex: 0 0 50px;
    font-size: 0.9rem;
  }
}


/* Base styles for the Top 50 Currently Online Section */
.watcher-online-section {
  padding: 40px 15px;
  background: #fff;
}

.watcher-online-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}

/* The container for the list */
.watcher-online-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Each performer item */
.watcher-online-item {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
  width: 100%; /* Default 1 column on mobile */
}

.watcher-online-item:hover {
  background: #f1f1f1;
}

/* Desktop: Two columns */
@media (min-width: 1024px) {
  .watcher-online-item {
    width: calc(50% - 10px); /* Two columns with a 10px gap */
  }
}

/* Rank number styling */
.watcher-online-rank {
  flex: 0 0 40px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #555;
}

/* Performer image container */
.watcher-online-image {
  flex: 0 0 60px;
  margin: 0 15px;
}

.watcher-online-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

/* Performer info (username and age) */
.watcher-online-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.watcher-online-username {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 3px;
}

.watcher-online-age {
  font-size: 0.9rem;
  color: #777;
}

/* Number of watchers styling */
.watcher-online-users {
  flex: 0 0 80px;
  font-size: 1.1rem;
  text-align: right;
  color: #333;
}

/* Tablet/Small Screens Adjustments */
@media (max-width: 768px) {
  .watcher-online-item {
    flex-wrap: wrap;
  }
  
  .watcher-online-rank {
    flex: 0 0 30px;
    font-size: 1rem;
  }
  
  .watcher-online-image {
    flex: 0 0 50px;
    margin: 5px 10px;
  }
  
  .watcher-online-image img {
    width: 50px;
    height: 50px;
  }
  
  .watcher-online-info {
    flex: 1 1 100%;
    margin-top: 5px;
  }
  
  .watcher-online-username {
    font-size: 1rem;
  }
  
  .watcher-online-age {
    font-size: 0.85rem;
  }
  
  .watcher-online-users {
    flex: 0 0 60px;
    font-size: 1rem;
  }
}

/* Further adjustments for very small screens (mobile) */
@media (max-width: 480px) {
  .watcher-online-title {
    font-size: 1.5rem;
  }
  
  .watcher-online-item {
    padding: 10px;
  }
  
  .watcher-online-rank {
    flex: 0 0 25px;
    font-size: 0.9rem;
  }
  
  .watcher-online-image {
    flex: 0 0 40px;
    margin: 5px;
  }
  
  .watcher-online-image img {
    width: 40px;
    height: 40px;
  }
  
  .watcher-online-username {
    font-size: 0.9rem;
  }
  
  .watcher-online-age {
    font-size: 0.8rem;
  }
  
  .watcher-online-users {
    flex: 0 0 50px;
    font-size: 0.9rem;
  }
}



/* Info Boxes Container */
.info-boxes {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Individual Info Box Styling */
.info-box {
  background-color: #f7f7f7;  /* Light grey background */
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Header Styling */
.info-box h4 {
  color: #e13520;  /* Red headline */
  margin-bottom: 15px;
}

/* Paragraph Styling */
.info-box p {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}



/* General Styling */
.gay-porn-directory {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    color: #111;
    padding: 40px 20px;
    line-height: 1.7;
    background: #f8f8f8; /* Light background for contrast */
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow */
}

/* Headings */
.gay-porn-directory h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 12px;
    color: #222;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Add icons before headings */
.gay-porn-directory h3::before {
    font-family: "Bootstrap-Icons";
    font-size: 22px;
    color: #d81b60; /* Hot pink accent */
}

/* Custom Icons for Each Section */
.gay-porn-directory h3:nth-of-type(1)::before { content: "\f1a0"; } /* Fire icon */
.gay-porn-directory h3:nth-of-type(2)::before { content: "\f26b"; } /* Star icon */
.gay-porn-directory h3:nth-of-type(3)::before { content: "\f479"; } /* Video icon */
.gay-porn-directory h3:nth-of-type(4)::before { content: "\f69c"; } /* Play icon */
.gay-porn-directory h3:nth-of-type(5)::before { content: "\f4da"; } /* Heart icon */

/* Paragraph Styling */
.gay-porn-directory p {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
}

/* Strong/Bold Text */
.gay-porn-directory strong {
    font-weight: 600;
    color: #000;
}

/* Responsive Design */
@media (max-width: 768px) {
    .gay-porn-directory {
        max-width: 100%;
        padding: 20px;
        box-shadow: none;
        border-radius: 0;
    }
    .gay-porn-directory h3 {
        font-size: 22px;
    }
    .gay-porn-directory p {
        font-size: 15px;
    }
}






