body {
    background-color: #383838;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: "aktiv-grotesk-std", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
    transition: padding-top 0.3s ease-out;
    overflow-x: hidden;
}
/* ................................. */
.collapsible-text {
    max-height: 700px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}
.collapsible-text.expanded {
    max-height: 4000px;
}
.collapsible-text-model {
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    color: #808080;
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
.collapsible-text-model.expanded {
    max-height: 700px;
}
.read-more-btn{
    padding-top:5px;
    color: #fe03c3
}
.update-images{
    max-height: 200px;
}
.description-format{
    color: #808080;
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
.pages-subtitle{
    color: #666;
    font-weight: bold;
    font-size: 1.2rem;
    font-style: italic;
}
/* ................................. */
.search-off-input {
    background-color: #000;
    border: 2px solid #19191a;
    color: #b3b3b3;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    width: 100%;
    transition: all 0.3s ease;
}
.search-off-input:focus {
    background-color: #19191a;
    border-color: #fe03c3;
    color: #fe03c3;
}
.search-off-input::-webkit-input-placeholder {
    color: #999999;
    font-style: italic;
}
.search-off-input::-moz-placeholder {
    color: #999999;
    font-style: italic;
}
.search-off-input:-ms-input-placeholder {
    color: #999999;
    font-style: italic;
}
.search-off-input::-ms-input-placeholder {
    color: #999999;
    font-style: italic;
}
.search-off-input::placeholder {
    color: #999999;
    font-style: italic;
}
.search-off-input:focus::-webkit-input-placeholder {
  color: #fe03c3;
}
.search-off-input:focus::-moz-placeholder {
  color: #fe03c3;
}
.search-off-input:focus:-ms-input-placeholder {
  color: #fe03c3;
}
.search-off-input:focus::-ms-input-placeholder {
  color: #fe03c3;
}
.search-off-input:focus::placeholder {
  color: #fe03c3;
}
/* ................................. */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d0d0d;
    z-index: 13000;
    height: 100%;
}
.preloader_default_css .preloader_css {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0);
    border-top-color: #fd61e3;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
.preloader_default_css .preloader_css:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0);
    border-top-color: #ff4fd7;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.preloader_default_css .preloader_css:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0);
    border-top-color: #ff77b8;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
.animate-spin {
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block;
}
.animate-spin {
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block;
}
@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg);
	}

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

	100% {
		transform: rotate(359deg);
	}
}
/* ................................. */
#toTop{
	bottom: 20px;
	right: 20px;
	display: none;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: fixed;
	text-decoration: none;
	z-index: 1000;
	font-size: 0;
	color: rgba(0, 0, 0, 0);
	background-color: #e0006c;
	opacity: .7;
}
#toTop:hover{
	bottom: 17px;
	opacity: 1;
}
#toTop:hover:after{
	color: #fff;
}
#toTop:active,
#toTop:focus{
	outline: medium none;
}

/* ................................. */
@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon-2.eot);
    src: url(fonts/icomoon-2.eot) format("embedded-opentype"),url(fonts/icomoon-1.ttf) format("truetype"),url(fonts/icomoon-3.woff) format("woff"),url(fonts/icomoon-4.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}
[class^=cu-],[class*=" cu-"] {
    font-family: icomoon!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
/* ................................. */
.logo{
    min-height: 28px;
    max-width: initial;
}
a {
    text-decoration: none;
    line-height: inherit;
}
.navbar{
    background-color: #000 !important;
}
.sub-menu{
    background-color: #000 !important;
    height: 55px;
}
/* ................................. */
.topbar, .topbar nav {
    background-color: #000;
}

.topbar-main nav {
    height: 4em
}
.topbar-main .middle-menu li a {
    text-transform: initial;
    font-size: 1em;
    padding: 13px 10px;
    padding-top: 18px
}
.topbar-main .middle-menu li .btn-tour-top {
    font-size: 1.1em;
    width: 210px;
}
/* ................................. */
.middle-menu {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    left: 0px;
    margin: 0;
}
.middle-menu li a {
    border-bottom: 0;
    color: #b3b3b3
}
.middle-menu li a:hover,.middle-menu li .active,.subnav .middle-menu li a:hover,.subnav .middle-menu li a.active {
    border-bottom: 2px solid #f0f;
    color: #101010;
    border-color: #fe03c3;
}
h1,.button.btn-pink,.middle-menu li a:hover,.middle-menu li .active,.subnav .middle-menu li a:hover,.subnav .middle-menu li a.active,.reveal-modal h1,.main-title p {
    color: #fff
}
.middle-menu-ul {
    margin-bottom: 0;
    list-style: none
}
.middle-menu li {
    display: inline-block;
}
/* ................................. */
.modal-header-nobottom{
    border-bottom: none;
}
.menu-modal-color {
    color: #b3b3b3;
}
.close-reveal-modal,.close-reveal-modal:hover {
    font-size: 1.5rem;
    line-height: 1;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
}
.reveal-modal{
    background-color: #000;
    border-color: #262626;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
    border: solid 1px #666;
}
.menu-modal {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.menu-modal li a {
    color: #b3b3b3;
    display: block;
    border-top: 0.1em solid #e6e6e6;
    padding: 1em 0;
    border-color: #262626;
    line-height: 1.6;
}
.menu-modal li a:hover, .menu-modal li .active {
    background: #f0f;
    color: #fff
}
.menu-modal-nohover{
    background: none !important;
}
/* ................................. */
.contentbtnjoin {
    content: none !important;
    background-image: none !important
}
.btntour-feed, .btntour-feed:hover {
    background: #ff00f1 none repeat scroll 0 0;
    border: 2px solid #fff;
    display: block;
    font-size: 28px;
    font-weight: bolder;
    margin: 4px auto;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 384px;
    padding: 0 !important;
    border-radius: 0 !important;
    height: 80px
}
.span-feed {
    width: 100%;
    height: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 15px !important
}
.span-feed:hover {
    box-shadow: 0 0 50px #da0ec0
}
/* ................................. */
.join-section .btn-tour {
    font-size: 0.9em;
    padding: 0.5em 0em !important;
    padding-bottom: 0.2em !important;
    padding-right: 0em !important;
    color: #fff !important;
    -o-box-shadow: inset 0px 1px 0px #d82a91, 0px 3px 0px 0px #a20763, 0px 5px 5px #999;
    box-shadow: inset 0px 1px 0px #d82a91, 0px 3px 0px 0px #a20763, 0px 5px 5px #999
}

.join-section .btn-tour img:hover {
    -o-box-shadow: 0 0 50px #da0ec0;
    box-shadow: 0 0 50px #da0ec0
}

.join-section .btn-tour:active {
    -o-box-shadow: inset 0px 1px 0px #ff7cca, 0px 1px 0px 0px #a20763, 0px 3px 3px #999;
    box-shadow: inset 0px 1px 0px #ff7cca, 0px 1px 0px 0px #a20763, 0px 3px 3px #999
}

.join-section .btn-tour::before {
    margin-top: -10px
}

.join-section .btn-tour:active::before {
    margin-top: -13px
}
/* ................................. */
.border-bottom-header,.border-bottom  {
    border-bottom: 1px solid #262626 !important;
}
#top-button-bar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1040;
    background-color: #000 !important;
}
#top-button-bar.hidden {
    transform: translateY(-100%);
}
body.top-bar-hidden {
    padding-top: 56px;
}
#main-navbar {
    top: 115px;
}
#main-navbar.top-bar-hidden {
    top: 0;
}
/* ................................. */
.contain-to-grid {
    height: 45px;
    line-height: 45px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 0;
}
.contain-to-grid ul{
    line-height: 1.6;
    list-style: none;
}
.middle-menu-picks a {
    text-transform: lowercase;
    font-size: 1em;
    display: block;
    padding: 10px 1.2em;
}
/* ................................. */
.carousel-indicators [data-bs-target] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 8px;
    border: none;
    background-color: transparent;
    opacity: 0.6;
    flex: 0 1 auto;
    text-indent: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Style the actual image thumbnails */
.carousel-indicators [data-bs-target] img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    border: 2px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.1s ease;
}
.carousel-indicators [data-bs-target]:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}
.carousel-indicators .active {
    opacity: 1;
    transform: translateY(-4px);
}
.carousel-indicators .active img {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
#header-carousel .carousel-indicators {
    z-index: 2;
}
.carousel-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-wrapper {
  position: relative;
  overflow: hidden;
}
/* ................................. */
.main-background{
    background-color: black !important;
}
.main-banner{
    top: 170px;
    position: relative;
    background-color: black;
}
.main-banner-members{
    top: 100px !important;
}
.main-banner-members-details{
    top: 90px !important;
    position: relative;
}
.submain-banner-members{
    position: relative;
    top: 69px;
    height: 3.5em;
}
.main-banner-nobackground{
    background-color: unset !important;
}
.submain-banner-members{
    position: relative;
    top: 69px;
    height: 3.5em;
}
/* ................................. */
#img-grid{
    width:100%;
}
/* ................................. */
.pagination {
    margin: 0;
}
.pagination li.page-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    border: none;
}
.pagination .disabled {
    opacity: .5;
}
.pagination .page-item:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    border-radius: 7px;
    transition: .3s;
    border: none;
}
.pagination li a {
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    width: 40px;
    line-height: 2em;
    border: none;
    text-align: center;
    border-radius: 0;
    transition: .3s;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    color: #888 !important;
    background: transparent;
}
.pagination-dots {
    width: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #888 !important;
    background: transparent;
}
.pagination .page-item.active:before {
    border: 3px solid #ff0f7b;
    background-color: transparent;
}
.pagination li.active a {
    background: transparent;
    color: #4e4e4e;
}
.pagination .page-link {
    text-decoration: none;
}
.page-link.disabled, .disabled>.page-link {
    background-color: transparent;
    margin-left: 0 !important;
}
.pagination-disabled:hover {
    border: 2px solid #ff0f7b;
    background-color: transparent;
    border-radius: 7px;
    color: #4e4e4e;
}
.pagination-disabled{
    pointer-events: auto !important;
    width: 40px;
    height: 40px;
}
.pagination-padding{
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
}
.pagination-pointer{
    pointer-events: auto !important;
}
/* ................................. */
.group-btns {
    padding-top: 1em;
}
.button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    display: block;
}
.button {
    -o-box-shadow: 4px 4px 0px #262626;
    box-shadow: 1px 1px 10px #262626;
    color: #bcbcbc;
    background-color: #383838;
    border-radius: 0.2em;
    padding: 0.8em 2.5em;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "aktiv-grotesk-std", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    font-size: 1rem;
    transition: background-color 300ms ease-out;
}
.button:hover {
    background-color: #fe03c3;
    color: #fff;
}
/* ................................. */
.subnav {
    border-bottom: 1px solid #333;
    margin-bottom: 16px !important;
    box-shadow: 0 2px 20px #000;
    -webkit-box-shadow: 0 2px 20px #000;
    margin-bottom: 16px !important;
}
.topbar nav, .subnav .top-bar {
    height: 55px;
}
.top-bar{
    line-height: 45px;
    position: relative;
}
.subnav .middle-menu {
    text-align: left;
    position: initial;
    padding-left: 57px;
}
.subnav .middle-menu li a {
    border-bottom: 2px solid #e6e6e6;
    padding: 10px 0.5em;
}
.middle-menu-details li a {
    text-transform: lowercase;
    font-size: 1em;
    display: block;
    color: #101010;
    padding: 10px 1.2em;
    border-bottom: 5px solid #e6e6e6;
}
.action-btn-wrap {
    padding-right: 1.6em;
    position: absolute;
    top: 2px;
    right: 0;
}
.icn-more {
    background: url(../images/icn-more.png) center no-repeat;
    background-size: 50%;
}
.action-btn {
    display: inline-block;
    min-width: 2.5em;
    height: 2.5em;
    padding-right: 1em;
    padding-left: 1em;
    margin: 0 0.5em;
    vertical-align: middle;
}
.icn-more:hover {
    background: url(../images/icn-more-h.png) center no-repeat;
    background-size: 50%
}
.contain-to-grid-noheight{
    height:unset;
    line-height:unset;
}
.grid-margin{
    padding-right: 0.9em !important;
    padding-left: 0.9em !important;
}
.gallery-block .gallery-item {
    border: 5px solid #262626;
    background-color: #000;
}
.gallery-item a img{
    max-width: 100%;
    height: auto;
}
/* ................................. */
.item {
    padding: 0.25em !important;
    margin: 0;
    border: 1px solid #292929;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .6) !important;
    background-color: #000
}
.item-img img {
    width: 100%;
    margin-bottom: 0.5em;
}
.item h1 {
    margin: 0.3em 0;
    font-size: 1em;
    font-weight: normal;
}
.item h2 {
    color: #ccc;
    font-size: 0.75em;
    font-weight: normal;
    line-height: 0.9em;
}
.item-rating {
    text-align: right
}
.item-rating span {
    display: inline-block;
    background: url(../images/icn-star-selected.png) center no-repeat;
    background-size: contain;
    width: 1.2em;
    height: 1.2em;
    vertical-align: -3px;
    color: transparent
}
.item-rating h1 {
    display: inline-block
}
.item:hover {
    background: #1f1f1f
}
.item-data{
    margin-right: 0;
    margin-left: 0;
}
/* ................................. */
#footer {
    margin-top: 3em !important;
    margin-bottom: 5em !important;
    text-align: center;
    padding: 1em !important;
    line-height: 1.6;
}
#footer p {
    margin: 0;
    font-size: 0.8em
}
#footer a {
    color: #bcbcbc
}
#footer a:hover, .standard-link {
    color: #fe03c3
}
#complaint-policy {
    color: #808080;
}
/* ................................. */
.info h1 {
    margin: 0.5em 0
}
.info-img {
    width: 100%;
    margin-bottom: 1em
}
.info h2 {
    color: #666;
    font-size: 1em;
    display: inline-block;
    padding-right: 0.8em;
    margin-right: 0.5em;
    border-right: 1px solid #e6e6e6
}
.info h2 span {
    color: #101010
}
.group-rating {
    margin-top: 1em
}
.columns.group-rating,.columns.group-rating .columns {
    padding: 0 !important
}
.group-rating>div,.group-rating>div {
    padding: 0
}

.box-rating {
    border: 1px solid #262626;
    padding: 0.5em 0.8em;
    margin-bottom: 0.5em
}
.box-rating h2 span {
    display: inline-block;
    color: #808080
}
.rating li {
    list-style: none;
    display: inline-block;
    vertical-align: middle
}
.rating li a {
    display: inline-block;
    background: url(../images/icn-star.png) no-repeat center;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    color: transparent
}
.rating li .selected {
    background: url(../images/icn-star-selected-2.png) no-repeat center;
    background-size: contain
}
.rating:hover li .selected {
    background: url(../images/icn-star.png) no-repeat center;
    background-size: contain
}
.rating li a:hover {
    background: url(../images/icn-star-hover.png) no-repeat center!important;
    background-size: contain!important
}
.no-hover-column .rating li a.selected:hover {
    background: url(../images/icn-star-selected-2.png) no-repeat center !important;
    background-size: contain !important;
}
.no-hover-column .rating:hover li .selected {
    background: url(../images/icn-star-selected-2.png) no-repeat center;
    background-size: contain
}
.rating li .hover {
    background: url(../images/icn-star-hover.png) no-repeat center!important;
    background-size: contain!important
}
.rating li .star-1 {
    background-image: url(../images/icn-star-1.png);
}
.rating li .star-2 {
    background-image: url(../images/icn-star-2.png);
}
.rating li .star-3 {
    background-image: url(../images/icn-star-3.png);
}
.rating li .star-4 {
    background-image: url(../images/icn-star-4.png);
}
.rating li .star-5 {
    background-image: url(../images/icn-star-5.png);
}
.rating li .star-6 {
    background-image: url(../images/icn-star-6.png);
}
.rating li .star-7 {
    background-image: url(../images/icn-star-7.png);
}
.rating li .star-8 {
    background-image: url(../images/icn-star-8.png);
}
.rating li .star-9 {
    background-image: url(../images/icn-star-9.png);
}
/* ................................. */
[class^="star-"]{
    text-align: right;
}
[class^="star-"] h1{
    display: inline-block;
}
[class^="star-"] span {
    display: inline-block;
    background-size: contain;
    width: 1.2em;
    height: 1.2em;
    vertical-align: -3px;
    color: transparent
}
.star-1 span { background-image: url(../images/icn-star-1.png); }
.star-2 span { background-image: url(../images/icn-star-2.png); }
.star-3 span { background-image: url(../images/icn-star-3.png); }
.star-4 span { background-image: url(../images/icn-star-4.png); }
.star-5 span { background-image: url(../images/icn-star-5.png); }
.star-6 span { background-image: url(../images/icn-star-6.png); }
.star-7 span { background-image: url(../images/icn-star-7.png); }
.star-8 span { background-image: url(../images/icn-star-8.png); }
.star-9 span { background-image: url(../images/icn-star-9.png); }
.star-10 span { background-image: url(../images/icn-star-selected.png); }
/* ................................. */
p {
    color: #808080;
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
.info h2 {
    color: #bcbcbc;
    font-size: 0.8em;
    display: inline-block;
    padding-right: 0.8em;
    margin-right: 0.5em;
    border-right: 1px solid #e6e6e6;
    margin-bottom: 1em;
    border-color: #262626;
}
.info h2 span {
    color: #b3b3b3;
}
.box-rating h2 {
    border: 0;
    font-size: 1.2em;
    margin: 0;
    color: #808080
}
#gal-box, #gal-preview, #gal-previews,#top-menu,#comment-box,#recommended,#pagination,#updates,#sub-menu{
    width:100%;
    max-width: 1400px;
}
.box-width{
    width: auto;
    margin: 0;
    max-width: none;
}
h1 {
    font-size: 2.2em;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    font-family: "aktiv-grotesk-std", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-bottom: 0.5rem !important;
}
.left-box{
    padding-right: 0.25em !important;
    float: left;
}
.right-box{
    padding-left: 0.25em !important;
    float: right;
}
.action{
    width:10em;
    padding:1em 0;
    margin:0;
    height:initial;
}
/* ................................. */
.comment-block {
    padding: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #333;
}
.container-comments {
    max-width: 900px;
}
.profile-icon {
    width: 40px;
    height: 40px;
    background-color: #555;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: bold;
}
.comment-header {
    display: flex;
    align-items: center;
    gap: 10px;
}
.comment-header h1 {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1;
}
.comment-header .prettydate {
    font-size: 0.9rem;
    color: #aaa;
}
.comment-content {
    margin-top: 10px;
}
/* Buttons styling */
.btn-reply {
    color: #4CAF50;
    border-color: #4CAF50;
}
.btn-like {
    color: #FF1493;
    border-color: #FF1493;
}
.like-btn-clicked {
    background: #fe03c3 !important;
    color: #fff !important;
    border-color: #fe03c3 !important;
}
.btn-flag {
    color: #ccc;
    border-color: #555;
    background-color: #333;
}
.btn-custom {
    border-width: 1px;
    padding: 8px 10px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-weight: 500;
}
/* Nested comments indentation */
.nested-comment {
    padding-left: 3rem;
}
.button-span{
    display: flex;
    flex-wrap: nowrap;
}
.liked-btn {
    background-color: #FF1493;
    color: #fff;
}
.liked-btn i, .liked-btn span {
    color: #fff !important;
}
.btn-like:hover {
    background-color: #fe03c3;
    border-color: #FF1493;
    color: #fff;
}
@media (max-width: 576px) {
    .btn-custom {
        font-size: 0.7rem;
        padding: 5px 8px;
    }
    .comment-header h1{
        font-size: 0.9rem;
    }
}
/* ................................. */
.disable-pointers{
    pointer-events: none;
}
/* ................................. */
.dropdown-menu {
    background-color: #000;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
    width: 15em;
}
.dropdown-account{
    background-color: #19191a !important;
}
.dropdown-account:hover{
    background-color: #000 !important;
    color: #fff;
}
.dropdown-item {
    color: #b3b3b3;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 2.5em;
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #19191a;
    color: #b3b3b3;
}
.dropdown-item:last-child {
    border-bottom: none;
}
.dropdown-toggle {
    color: #b3b3b3 !important;
    border: none;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
    font-size: 1.1rem;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-toggle:hover {
    color: #b3b3b3;
    background-color: #19191a;
}
.profile-icon {
    width: 40px;
    height: 40px;
    background-color: #262729;
    color: #b3b3b3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
}
.navbar-toggler{
    z-index: 1050;
    position: relative;
}
.reveal-modal{
    z-index: 1051;
}
.selected-cat {
    background-image: url(../images/icn-check-filter.png) !important;
    background-position: 0.8em center !important;
    background-repeat: no-repeat !important;
    background-size: 1em !important;
}
/* ................................. */
.my-4{
    color: transparent;
}
.members-offcanvas{
    color: #b3b3b3;
    background-color: #19191a;
}
.top-menu-picks a {
    text-transform: capitalize !important;
}
/* ................................. */
.login-container {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.card {
    border-radius: 2rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
    border: none;
    overflow: hidden;
}
.form-section {
    background-color: #19191a;
    border: 1px solid #333;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.image-section {
    background-image: url('../images/login_image2.jpg');
    background-size: cover;
    min-height: 400px;
}
.image-section-forgot {
    background-image: url('../images/login_image.jpg');
    background-size: cover;
    min-height: 400px;
}
.image-section-recover {
    background-image: url('../images/login_image3.jpg');
    background-size: cover;
    background-position: center center;
    min-height: 400px;
}
.form-control {
    border-radius: 1.5rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    padding: 0.75rem 1.25rem;
}
.btn-submit-login {
    border-radius: 1.5rem;
    padding: 0.75rem 1.25rem;
    background: #fe03c3;
    color: #fff;
    border-color: #fe03c3;
    font-weight: 600;
    font-size: 0.8em;
    border: 1px solid #fe03c3;
}
.btn-submit-login:hover,.remember-me-btn:hover {
    background-color: #19191a;
    border-color: #fe03c3;
    color: #fe03c3;
}
.btn-download {
    padding: 0.75rem 1.25rem;
    background: #fe03c3;
    color: #fff;
    border-color: #fe03c3;
    border: 1px solid #fe03c3;
}
.btn-download:hover,.btn-download:active,.outline-btn-pink {
    background-color: #19191a;
    border-color: #fe03c3;
    color: #fe03c3;
}
.last-row {
    color: #bcbcbc !important;
    padding-bottom: 0.5em;
    border-bottom: 0.05em solid #bcbcbc;
}
.form-text{
    color: #bcbcbc !important;
}
.form-check-input {
    width: 24px;
    height: 24px;
    border: 1px solid #6c757d;
    border-radius: 4px;
    background-color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.remember-me-btn {
    background-color: #333;
    border: 1px solid #4a4a4a;
    border-radius: 1.5rem;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    flex-grow: 1;
    color: #fff;
}
.bottom-login-form{
    background-color: #333;
    padding: 0.90rem 1rem;
}
.remember-me-btn .form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #777;
    background-color: #222;
    border-radius: 4px;
    margin-right: 0;
    margin-left: 0;
}
.remember-me-btn .form-check-input:checked {
    background-color: #222;
    border-color: #ff007f;
}
.remember-me-label {
    font-size: 0.8em;;
    font-weight: 500;
}
.form-check-input:checked {
    background-color: #333;
    border-color: #6c757d;
}
.form-check-label {
    color: #f8f9fa !important;
    font-size: 1rem;
    font-weight: 500;
}
.xart-link {
    opacity: 1;
    text-decoration: none;
    color: #808080;
    font-size: 0.8em;
}
/* ................................. */
.xart-form-textarea {
    border: 1px solid #805074;
    font-size: 1.1em;
    color: #666;
    padding: 0.5em;
    background-color: #000;
    resize: none;
    margin: 0 0 1rem 0;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.last-row-textarea {
    border-bottom: 0.1em solid #262626 !important;
    padding-bottom: 2em !important;
}
/* ................................. */
.comment-button {
    font-size: 1em;
}
.model-profile-pic{
    max-height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
}
/* ................................. */
.delete-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background-color: #2e2e2e;
  border: 1px solid #666;
  border-radius: 4px;
  color: #666;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.delete-btn:hover {
  background-color: #2e2e2e;
  border: 1px solid #fe03c3;
  color: #fe03c3;
}
/* ................................. */
.thanos {
    display: none !important;
}
::-moz-selection { background: #fe03c3; }
::selection { background: #fe03c3; }
::-moz-selection { background: #fe03c3; }
/* ................................. */
#comment-list {
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
}
.cmnt {
    padding-bottom: 1em;
    border-top: 2px solid #e6e6e6;
    padding-top: 0.8em;
    border-color: #262626;
    padding-right: 3em;
    padding-left: 3em;
}
.cmnt h1 {
    font-size: 1em;
}
.cmnt span {
    color: #b3b3b3;
    padding-left: 1.5em;
}
.action-btn-wrap {
    padding-right: 1.6em;
    position: absolute;
    top: 2px;
    right: 0;
}
/* ................................. */
.search-container {
    display: flex;
    align-items: center;
    position: relative;
}
.iconSearch {
    margin-right: 15px;
}
.iconSearch i {
    font-size: 26px;
}
.iconSearch:hover {
    opacity: 1;
    text-decoration: none;
    color: #fe03c3;
}
.search-btn {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}
.lh-1 {
    line-height: 1 !important;
}
.cu-search:before {
    content: "";
}
.cu-arrow:before {
    content:"";
    display: inline-block;
    transform: rotate(180deg);
    font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all .2s linear;
}
.cu-close:before {
    content: "";
}
.btn-close .cu-close {
    font-size: 25px;
}
.search-input {
    width: 0;
    opacity: 0;
    transition: width .4s ease, opacity .4s ease;
    padding: 5px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    outline: none;
    font-family: Poppins, serif;
}
.search-input::-moz-placeholder,
.searchInputmobile::-moz-placeholder {
    color: #fff;
}
.search-input::-webkit-input-placeholder,
.searchInputmobile::-webkit-input-placeholder {
    color: #fff;
}
.search-input:-ms-input-placeholder,
.searchInputmobile:-ms-input-placeholder {
    color: #fff;
}
.search-input::-webkit-input-placeholder, .searchInputmobile::-webkit-input-placeholder {
    color: #fff;
}
.search-input::-moz-placeholder, .searchInputmobile::-moz-placeholder {
    color: #fff;
}
.search-input:-ms-input-placeholder, .searchInputmobile:-ms-input-placeholder {
    color: #fff;
}
.search-input::-ms-input-placeholder, .searchInputmobile::-ms-input-placeholder {
    color: #fff;
}
.search-input::placeholder,
.searchInputmobile::placeholder {
    color: #fff;
}
.search-close-icon {
    font-size: 24px;
}

.search-input.active {
    opacity: 1;
    width: 140px;
}

.profile-btn {
    display: inline-block;
    padding: 1em;
    padding-right: 0;
    color: #101010;
    font-size: 0.8em;
    font-weight: bold
}
.profile-btn:hover {
    color: #f0f
}
.profile-btn {
    color: #808080
}
h2 a, .main-title a {
    color: #fea1e8;
}
/* ................................. */
.title-member {
    text-align: center;
    width: 100%;
    background-color: #000;
    height: 170px;
}
/* ................................. */
.item.item-model {
    padding: 0.25em !important;
    margin: 0;
    border: 1px solid #292929;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .6) !important;
}
.cover img {
    width: 100%;
}
figure img {
    transition: transform 0.4s;
    max-width: 100%;
    display: block;
    position: relative;
}
figcaption {
    border-top: 1px solid #292929;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.4s, opacity 0.1s 0.3s;
    position: absolute;
    left: 0;
    height: initial !important;
    background-color: #000;
    padding-bottom: 1.5em;
}
.cs-style-3 figure {
    overflow: hidden;
    margin: 0;
    position: relative;
}
.cs-style-3 figure img {
    transition: transform 0.4s;
}
.cs-style-3 figcaption {
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.4s, opacity 0.1s 0.3s
}
.cs-style-3 figure:hover figcaption,.cs-style-3 figure.cs-hover figcaption {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.4s, opacity 0.1s
}
.cs-style-3 figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px
}
.item .header {
    padding: 0.3em 0.8em;
    text-align: center;
}
.item .footer {
    padding: 0 0.8em;
}
.btn-tour-tiny {
    font-size: 1em;
    padding: 0.6em 2em;
    padding-right: 3em;
    box-shadow: none !important;
    background-color: #f0f;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    position: relative;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(216, 42, 145)), color-stop(1, rgb(255, 86, 186)));
    border-radius: 0.4em;

}
.btn-tour::before {
    background-color: #d82a91 !important;
}
.btn-tour-arrow::before {
    margin-top: -10px;
}
.btn-tour-arrow::before {
    background-color: #f0f;
    background-image: url(../images/arrow-tour.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -13px;
    border-radius: 50%;
    -o-box-shadow: inset 0px 1px 0px #a20763, 0px 1px 0px #ff7cca;
    box-shadow: inset 0px 1px 0px #a20763, 0px 1px 0px #ff7cca;
}
.item-model h1 {
    text-align: center !important;
}
.aspect-ratio-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.aspect-ratio-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-model .left {
    text-align: left;
    border-left: 1px solid #e6e6e6;
    border-color: #262626;
    float: left !important;
}
.item-model .right {
    text-align: right;
    float: right !important;
}
/* ................................. */
#suggestions a.list-group-item {
    cursor: pointer;
    padding: 0.5rem 0.75rem;
}
#suggestions a.list-group-item:hover {
    background-color: #f0f;
}
#suggestions {
    z-index: 10000;
    top: 2rem;
}
.list-group-item{
    background-color: #000;
}
.search-title{
    color: #f0f;
}
.fix-font-size{
    font-size: 0.8em;
}

/* ................................. */
@media (pointer: coarse) {
  figcaption {
    position: relative !important;
    opacity: 1 !important;
    transform: translateY(0px) !important;
  }
}
/* Responsive active widths */
@media (min-width: 200px) {
    .carousel-indicators [data-bs-target] img {
        height: 40px;
    }
    .item h1 {
        font-size: 0.8em
    }

    .item h2 {
        font-size: 0.6em;
        line-height: 0.9em
    }
    .btntour-feed, .btntour-feed:hover {
        font-size: 18px;
        width: 100%;
        height: 60px
    }
    .btntour-top, .btntour-top:hover {
        font-size: 15px !important;
        width: 100% !important;
        height: 50px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    #footer p {
        font-size: 0.7em
    }
    .info-wrapper .info {
        padding-right: 2em !important;
        padding-left: 2em !important
    }
    .rating {
        margin: 0;
        margin-top: 0.5em;
        margin-right: 1em;
        padding: 0;
        top: 0;
        right: 0;
        display: inline-block;
        vertical-align: -20%;
    }
    .rating li {
        list-style: none;
        display: inline-block;
    }

    .rating li .selected {
        background: url(../images/icn-star-selected-2.png) no-repeat center;
        background-size: contain;
    }
    .rating li .hover {
        background: url(../images/icn-star-hover.png) no-repeat center!important;
        background-size: contain!important;
    }
    .cmnt h1 {
        font-size: 0.9em
    }
    .cmnt span {
        padding-left: 0.5em
    }
    .cmnt,.recommended-list{
        padding-right: 1.5em;
        padding-left: 1.5em;
    }
    p {
        font-size: 0.8em;
    }
    .btn-play {
        width: 75px !important;
        height: 75px !important;
        border: #fff 1.5px solid !important;
    }
    .btn-play-traslate {
        width: 100px !important;
        height: 100px !important;
        left: 83% !important;
        top: 83% !important;
    }
    .start {
        width: 35px !important;
        height: 35px !important;
        top: -6% !important;
        right: -7% !important;
    }
    .info h1 {
        font-size: 1.5em !important;
    }
    .right-box {
        padding-left: 0em !important;
    }
    .left-box {
        padding-right: 0em !important;
    }
    .main-title {
        padding: 1em;
    }
    .main-title h1 {
        font-size: 1.5em;
    }
    .middle-menu-picks a{
        font-size: 1em;
    }
    .pagination li a {
        width: 35px;
        margin: 0;
    }
    .pagination-dots {
        width: 15px;
    }
    #doble-arrows{
        display: none;
    }
    .main-banner-members {
        top: 140px !important;
    }
    .main-banner-colette {
        top: 80px !important;
    }
    .comment-button {
        font-size: 0.8em;
    }
    .border-bottom-members  {
        border-bottom: 1px solid #262626 !important;
    }
    .collapsible-text {
        max-height: 300px;
    }
}
@media (min-width: 450px) {
    #doble-arrows{
        display: block;
    }
    .comment-button {
        font-size: 0.9em;
    }
}
/* Small screens (sm, >= 576px) */
@media (min-width: 576px) {
    .search-input.active {
        width: 180px;
    }
    .carousel-indicators [data-bs-target] img {
        height: 60px;
    }
    .btn-play {
        width: 100px !important;
        height: 100px !important;
    }
    .btn-play-traslate {
        width: 150px !important;
        height: 150px !important;
    }
    .start {
        width: 50px !important;
        height: 50px !important;
        top: -50% !important;
    }
    .main-title {
        padding: 2em;
    }
    .main-title h1 {
        font-size: 1.8em;
    }
    .pagination li a {
        width: 40px;
        font-size: 18px;
        margin: 0 3px;
    }
    .pagination-dots {
        width: 25px;
        font-size: 18px;
    }
    .comment-button {
        font-size: 1em;
    }
}
/* Medium screens (md, >= 768px) */
@media (min-width: 768px) {
    .search-input.active {
        width: 190px;
    }
    #main-navbar {
        top: 45px;
    }
    .main-banner{
        top: 115px;
    }
    .carousel-indicators [data-bs-target] img {
        height: 80px;
    }
    .btntour-feed, .btntour-feed:hover {
        font-size: 28px;
        width: 384px;
        height: 80px
    }
    .btntour-top, .btntour-top:hover {
        font-size: 18px !important;
        width: 100% !important;
        height: 60px !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    #footer p {
        font-size: 0.8em
    }
    .info h1 {
        font-size: 2.2em !important;
    }
    .info-wrapper .info {
        padding-right: 1em !important;
        padding-left: 1em !important
    }
    .info-wrapper .info-img {
        margin-top: 1.8em
    }
    .rating li a {
        width: 1.4em !important;
        height: 1.4em !important;
    }
    .middle-menu-picks a{
        font-size: 0.9em;
    }
}
/* Large screens (lg, >= 992px) */
@media (min-width: 992px) {
    .search-input.active {
        width: 250px;
    }
    .profile-btn {
        font-size:0.7em
    }
    .carousel-indicators [data-bs-target] img {
        height: 112px;
    }
    .item h1 {
        font-size:0.9em
    }
    .item h2 {
        font-size: 0.7em;
        line-height: 0.9em
    }
    .cmnt h1 {
        font-size: 1em
    }
    .cmnt span {
        padding-left: 1.5em
    }
    .cmnt,.recommended-list,.vid-title{
        padding-right: 3em;
        padding-left: 3em;
    }
    p {
      font-size: 1rem;
    }
    .btn-play {
        width: 150px !important;
        height: 150px !important;
    }
    .btn-play-traslate {
        width: 210px !important;
        height: 210px !important;
        left: 30% !important;
        top: 30% !important;
    }
    .start {
        width: 75px !important;
        height: 75px !important;
        top: -70% !important;
        right: -7% !important;
    }
    .right-box {
        padding-left: 0.25em !important;
    }
    .left-box {
        padding-right: 0.25em !important;
    }
    .middle-menu-picks a{
        font-size: 1em;
    }
    .rating li a {
        width: 0.9em !important;
        height: 0.9em !important;
    }
    .main-banner-members {
        top: 100px !important;
    }
    .main-banner-colette {
        top: 90px !important;
    }
    .border-bottom-members  {
        border-bottom: none !important;
    }
    .collapsible-text {
        max-height: 500px;
    }
}
/* Extra large screens (xl, >= 1200px) */
@media (min-width: 1200px) {
    .search-input.active {
        width: 280px;
    }
    .rating li a {
        width: 1.2em !important;
        height: 1.2em !important;
    }
    .main-title {
        padding: 2em 10em;
    }
    .collapsible-text {
        max-height: 700px;
    }
}
/* Extra extra large screens (xxl, >= 1400px) */
@media (min-width: 1400px) {
    .search-input.active {
        width: 200px;
    }
    .carousel-inner{
        max-height: 850px;
    }
    .rating li a {
        width: 1.5em !important;
        height: 1.5em !important;
    }
}
/* ................................. */
.flex-video.widescreen {
    padding-bottom: 62%;
}
.flex-video {
    position: relative;
    padding-top: 1.5625rem;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
}
.btn-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: #fff 3px solid;
    background: #fe03c3;
}
.btn-play-traslate {
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: #fe03c3;
    opacity: 0;
    margin: -75px 0 0 -75px;
    -webkit-animation: pulsate 1s ease-out;
            animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.start {
    position: relative;
    top: -55%;
    right: -7%;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 2;
}
.video-tour img {
    width: 100%;
}
/* ................................. */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(233, 43, 196, 0.2);
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(233, 43, 196, 0.2);
}
/* ................................. */
@media only screen and (min-width: 641px) and (max-width:1023px) {
    .topbar-main .middle-menu li a {
        font-size: 0.8em;
        padding: 15px 0.7em;
        padding-top: 20px
    }
    .topbar-main .middle-menu li .btn-tour-top {
        font-size: 1em
    }
    .middle-menu .join-section {
        background-size: 85%;
        background-position: center !important
    }

    .middle-menu .join-section a img {
        width: 210px
    }
}
