@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
font-family: "Poppins", sans-serif !important;
font-weight: 400;
font-style: normal;
color: #191D26;
font-size: 15px;
}
html, body {
    background: #000;
}
a, .nav-link {
    color: #fff;
    text-decoration: none;
}
a:hover, .nav-link:hover {
    color: #D20000;
}
.nav-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}
.navbar-brand, .navbar-brand:hover {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 24px;
    line-height: 1;
}
.navbar-nav {
    gap: 20px;
}
.btn-border {
    border: 1px solid #585858;
    color: #fff;
    background: rgba(255,255,255,.1);
}
.btn-border:hover {
    border: 1px solid #D20000;
    color: #D20000;
    background: #141316;
}
.btn-heart img {
    filter: brightness(0) invert(1);
    margin-right: 5px;
}
.btn-heart:hover img {
    filter: unset;
}
.menu-ic img {
    width: 25px;
}
.menu-ic {
    padding: 0;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background: #2c2b2e;
    cursor: pointer;
}
img{max-width: 100%;}
.active-side .h-sidebar {
    margin-left: -300px;
    transition: all .5s;
}
.active-side .main-sec-in {
    gap: 0;
}
.h-sidebar {
    width: 300px;
    height: calc(100dvh - 61px);
    overflow: auto;
    border-radius: 0;
    transition: all .5s;
    margin-left: 0;
    position: fixed;
    left: 0;
    top: 61px;
    background: #000;
    border-right: 1px solid #1F1F1F;
}
.h-videos {
    width: 100%;
    overflow: auto;
    padding: 20px 0 20px 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.main-sec-in {
    transition: all .5s;
    margin-left: 280px;
    height: calc(100dvh - 170px);
    overflow: auto;
}
.main-sec {
    margin-top: 0;
}
.accordion-item {
    background: #6c1616;
    border: 1px solid #972020;
}
.accordion-button:not(.collapsed) {
    background: #e10004;
    border: 1px solid #e10004;
    color: #fff;
    box-shadow: unset;
}
.accordion-button {
    background: #830f0f;
    color: #fff;
}
.accordion-button::after {
    filter: brightness(0) invert(1);
}
.accordion-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.accordion-body ul li a {
    font-size: 14px;
    line-height: 1.3;
    display: inline-block;
    width: 100%;
}
.accordion-body ul li {
    line-height: 1;
    margin: 15px 0 0 0;
}
.accordion-body ul li:first-child {
    margin: 0;
}
::-webkit-scrollbar {
  width: 0px;
}
.h-video-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 60%;
}

.h-video-img img {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.h-video {
    position: relative;
    flex: 0 0 calc(25% - 8px);
}
.h-videos .row {
    margin: 0 -5px;
}
.h-videos .row [class*="col-"] {
    padding: 0 5px;
    margin-bottom: 10px;
}
.h-video-nm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 15px 10px;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.h-video-live {
    position: absolute;
    right: 5px;
    top: 5px;
    background: rgba(3, 151, 35, 0.932);
    padding: 0 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 5px;
}
.h-video-heart {
    position: absolute;
    left: 10px;
    top: 5px;
    display: none;
}
.h-video:hover .h-video-heart{
    display: block;
}
.video-sec {
    padding: 20px 0;
}
.video-sec .container {
    position: relative;
}
.video-sec-in {
    border-radius: 15px;
    overflow: hidden;
}
.video-sec-close {
    position: absolute;
    top: 10px;
    right: 20px;
}
.profile-head h3 {
    margin: 0;
    color: #fff;
}
.profile-tabing {
    display: flex;
    gap: 20px;
    font-size: 16px;
}
.profile-head {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
    border: 1px solid #6c1616;
    padding: 10px 10px 10px 20px;
    border-radius: 15px 15px 0 0;
}
.profile-tab a {
    color: #898686;
}
.profile-sidebar-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    flex: 0 0 80px;
}
.profile-sidebar-img img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}
.profile-sidebar-user {
    display: flex;
    gap: 20px;
    color: #fff;
}
.profile-content {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;overflow: visible;
}
.profile-sidebar {
    flex: 0 0 350px;
    max-width: 350px;position: sticky;top: 20px;align-self: flex-start;
}
.profile-nm {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 7px;
}
.profile-mta {
    font-size: 14px;
    line-height: 1.3;
    margin: 8px 0;
}
.profile-rating ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 7px;
}
.profile-rating ul img {
    width: 17px;
}
.profile-rating-in {
    font-size: 14px;
    font-weight: 400;
}
.profile-rating {
    display: inline-flex;
    flex-direction: column;
    padding: 0;
}
.profile-description p {
    margin: 0;
    overflow-wrap: break-word;
    color: #A9A9A9;
}
.profile-meta-itm {
    flex: 0 0 calc(33.33% - 4px);
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    max-width: calc(33.33% - 4px);
    color: #fff;
}
.profile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 6px;
}
.profile-meta-itm h4 {
    margin: 0 0 6px;
    font-size: 14px;
}
.profile-meta-itm span {
    font-size: 12px;
    color: #A9A9A9;
}
.profile-sidebar + .h-videos {
    max-height: unset;
}
.profile-tab a.active, .profile-tab a:hover {
    color: #D20000;
}
.custom-radio-itms {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.custom-radio-itm {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.custom-radio-itm label {
    margin: 0;
    background: #932626;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
}
.custom-radio-itm input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.custom-radio-itm [type="radio"]:checked + label {
    background: #e10004;
}
.header-sec {
    margin-top: 0;
}



.modal-backdrop {
    --bs-backdrop-opacity: 0.9;
}
.modal-content {
    background: #5e0101;
    border: 0;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.modal-header {
    background: #970606;
    padding: 10px 25px;border-color: #ff6467;
}
.btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
}
.modal-header .modal-btn {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.modal-body {
    padding: 30px;
}
.form-container .logo {
    text-align: center;
    margin-bottom: 25px;
}
.form-control::placeholder {
    color: #c56d6d;
}
.form-control {
    background: #7B0000 !important;
    border-color: #7B0000 !important;
    color: #fff !important;
    min-height: 50px;
    padding: 10px 20px;
}
select.form-control {
    background: #7B0000 url('/assets/images/down-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 17px) center !important;
    background-size: 12px !important;
    padding-right: 40px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    margin-bottom: 5px;
}
.form-text {
    text-align: right;
}


.custom-checkbox-itm {
    display: inline-flex;
    position: relative;
    padding-left: 29px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    line-height: 1.3;
}
.custom-checkbox-itm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox-itm .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #7b0000;
    border-radius: 2px;
}
.custom-checkbox-itm:hover input ~ .checkmark {
  background-color: #7b0000;
}
.custom-checkbox-itm input:checked ~ .checkmark {
    background-color: #7b0000;
}
.back-profiles{display: none;}
.chat-modal-head-chats{display: none;}
.custom-checkbox-itm .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox-itm input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox-itm .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.form-check-input:checked {
    background-color: #e10004;
    border-color: #e10004;
}
.form-check-input {
    --bs-form-check-bg: #970606;
    border-color: #970606;
}
.form-check .form-check-input {
    margin-left: -2em;
    margin-top: 0;cursor: pointer;width: 20px;
    height: 20px;
}
.form-check {
    padding-left: 2em;cursor: pointer;
}
.form-check {
    margin-bottom: 20px;
    cursor: pointer;
}
.form-check label {
    cursor: pointer;
}
.form-check:last-child {
    margin-bottom: 0;
}
.form-check-label span {
    display: block;
    font-size: 14px;
    font-weight: 200;
    margin-top: 4px;
    line-height: 1.3;
}



.divider {
    display: flex;
    align-items: center;
    margin: 30px 0;
    color: #888;
    font-size: 14px;
}
.divider::before, .divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #831313;
}
.divider span {
    padding: 0 15px;
    color: #fff;
}
.social-login {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}
.social-btn {
    flex: 1;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    background: #f8f9fa;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.social-btn i {
    font-size: 18px;
}
.signup-link {
    text-align: center;
    color: #666;
    font-size: 15px;
    margin-top: 28px;
}
.signup-link{color: #fff;}
.submit-btn {
    padding: 10px 30px;
}
.text-danger:hover, a.text-danger:hover {
    color: #fff !important;
}
.submit-btn.btn-border {
    border: 1px solid #D20000;
}
.site-protected {
    border-top: 1px solid #831313;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 11px;
    text-align: center;
}
.form-container-con .logo {
    text-align: left;
}
.join-modal .modal-body {
    padding: 0;
}
.form-container-con {
    padding: 30px 10px 30px 30px;
}

.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-container-video, .video-bg {
    height: 100%;
}
.form-container-con  .form-group p {
    font-size: 13px;
}
.form-container-faq .accordion-body {
    color: #fff;
}


.nav.nav-tabs {
    background: #e10004;
    border-radius: 10px 10px 0 0;
    border: 0;
    margin: 0;
    padding: 3px;
    justify-content: space-between;
}
.nav-tabs .nav-item {
    padding: 0px;
    margin: 0;
}
.nav-tabs .nav-item .nav-link {
    padding: 8px 13px;
    border: 0;
    font-size: 14px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #6c1616;
    color: #fff;
    border: 0;
    margin: 0px;
}
.nav-tabs .nav-item .nav-link:hover {
    color: #fff;
}
.form-setting .tab-content {
    padding: 20px;
    border: 1px solid #e10004;
    border-radius: 0 0 15px 15px;
}

.mtabing-itm {
    display: flex;
    gap: 15px;
    width: 100%;
    border-top: 1px solid #830707;
    padding-top: 20px;
    margin-top: 20px;
}
.mtabing-itm-lable {
    flex: 0 0 180px;
    max-width: 180px;
    font-size: 14px;
    color: #c77a7a;
}
.mtabing-itm-con {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
}
.mtabing-link {
    color: #e10004;
    font-weight: 500;
}
.mtabing-link:hover {
    color: #fff;
}
.mobile-menu-header {
    display: none;
}

.mtabing-select {
    width: 100%;
}
.mtabing-itm-con-in small {
    font-weight: 200;
    display: block;
    margin-bottom: 20px;
}
.mtabing-itm-con-in h5 {
    margin-bottom: 20px;
}
.mtabing-itms.frst-chld .mtabing-itm:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0;
}
.social-login {
    flex-wrap: wrap;
}
.contact-modal-footer {
    gap: 10px;
}
.contact-modal-footer {
    gap: 10px;
    border-color: #ff6467;
}
.model-login-content {
    background: #141316;
}
.model-login-page {
    background: #141316 !important;
}
.model-login-form-panel {
    background: #5e0101 !important;
}
.header-icons a {
    white-space: nowrap;
}
.btn-secondary {
    display: inline-flex;
    align-items: center;
}
.page-header-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 25px;
}
small.form-text {
    color: #f79b9b;
}
.sidebar .nav-menu {
    padding: 0;
}
.form-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.wallet-balance {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.btn-primary {
    display: inline-flex;
    align-items: center;
}
.table>:not(caption)>*>th {
    background: #9b1b1b;
    white-space: nowrap;
}
.table>:not(caption)>*>* {
    background: #420101;
    color: #fff;
    border-color: #780808;
}
.btn-edit, .btn-delete {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 7px 15px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    display: inline-flex;
    align-items: center;
}
.action-buttons {
    display: flex;
    gap: 10px;
}
.card {
    background: #5e0101;
}
.card-header.bg-white {
    background: #5e0101 !important;
    color: #fff;
}
.card-title {
    color: #fff !important;
}
.card h2 {
    color: #fff !important;
}
small.text-muted {
    color: #D20000 !important;
}
.card .text-primary {
    color: #D20000 !important;
}
.navbar-nav .nav-link:focus {
    color: #D20000;
}
.alert-info {
    background: #3a2c02;
    color: #fff;
    border-color: #9f333e;
}
.main-sec-in{position: relative;}
.active-side .main-sec-in{
    margin-left: 0;
    transition: all .5s;
}
.flter-destop {
    display: flex;
}
.filter-ic, .language-mobile {
    display: none;
}

@media(max-width: 767.98px){
.profile-ss .h-videos .row [class*="col-"] {
    max-width: 50%;
}
}

@media(max-width: 575.98px){
.modal-title {
    font-size: 14px !important;
    margin-right: 10px;
}
.social-btn {
    padding: 10px;
    font-size: 13px;
}
.model-login-form-panel {
    padding: 25px;
}
.model-login-title {
    font-size: 20px;
}
.profile-head .text-warning{margin-top: 5px;}
.wallet-balance {
    gap: 10px;
}
.table>:not(caption)>*>* {
    font-size: 12px;
}
.content-area {
    padding: 20px 15px;
}
.main-container .sidebar {
    padding: 15px;
}
.profile-section {
    margin-bottom: 15px;
}
}
@media(max-width: 400px){
.profile-ss .h-videos .row [class*="col-"] {
    max-width: 100%;
}
.video-sec-in img.member-thumbnail {
    height: auto;
}
.profile-head h3 {
    font-size: 16px;
}
.profile-head {
    padding: 10px 10px 10px 15px;
}
.video-sec-in img.member-thumbnail {
    height: auto;
}
.h-sidebar {
    width: calc(100% - 20px);
}
.active-side .h-sidebar {
    left: 10px;
}
.rating-stars .star {
    width: 15px;
    height: 15px;
}
}
.example-image-link.h-video-img {
    display: inline-block;
    width: 100%;
}

.header-sec {
    background: #101010;
    border-bottom: 1px solid #1F1F1F;
}
.header-sec .navbar {
    padding: 5px 0;
}
.btn-danger {
    background-color: #D20000;
    border-color: #D20000;
}
.btn-danger:hover {
    background-color: #df0317;
    border-color: #df0317;
}
.container-fluid {
    padding: 0 20px;
}
.h-sidebar .accordion-item, .h-sidebar .accordion-item .accordion-button {
    border-radius: 0 !important;
    border: 0 !important;
}

.h-sidebar .accordion-item .accordion-button {
    background: #000000;
    color: #A9A9A9;
    padding: 10px 20px;
}
.h-sidebar .accordion-body {
    padding: 0;
}
.h-sidebar .accordion-body ul li {
    line-height: 1;
    margin-top: 1px;
}
.h-sidebar .accordion-body li a{color: #A9A9A9;background: #101010;padding: 10px 20px;position: relative;}
.h-sidebar .accordion-item {
    background: #000;
    border: 1px solid #000;
}
.h-sidebar .accordion-button::after {
    width: 12px;
    background-size: 12px;
}
.h-sidebar .accordion-item .accordion-button .badge {
    font-size: 10px;
    font-weight: normal;
}
.h-sidebar .accordion-body ul li a.active {
    color: #D20000;
}
.h-sidebar .accordion-body ul li a.active::after {
    content: "";
    background-image: url('/assets/images/active-side.svg');
    width: 9px;
    height: 11px;
    display: inline-block;
    top: 14px;
    position: absolute;
    right: 20px;
}
.header-sec .nav-btn {
    gap: 15px;
    margin-left: 20px;
}
.home-page .footer-sec{width: calc(100% - 300px);margin-left: 300px;}
.footer-sec {
    background: #101010;
    border-top: 1px solid #1F1F1F;
    width: 100%;
    padding: 10px 5px 0 5px;
    text-align: center;
    transition: all .5s;
}
.active-side .footer-sec {
    transition: all .5s;
    margin-left: 0;
    width: 100%;
}
.footer-links {
    display: flex;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
    justify-content: center;
    font-size: 13px;
}
.footer-copright {
    color: #A9A9A9;
}
.footer-links li::after {
    content: "|";
    color: #fff;
    margin: 0 20px;
    line-height: 1;
}
.footer-links li:last-child::after{display: none;}
.navbar-nav .nav-link.active {
    color: #D20000;
}
.navbar-nav .nav-link{position: relative;}
.navbar-nav .nav-link::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #D20000;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    transform: scale(0);transition: all .5s;
}
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after{
    transform: scale(1);transition: all .5s;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{justify-content: unset;}
.filter-not-found {
    text-align: center;
    border: 1px solid #1f1f1f;
    padding: 30px;
    border-radius: 20px;
    margin: 30px auto;
}
.video-header {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    color: #FFF;
    margin-bottom: 15px;
}
.video-header-itms {
    display: flex;
    align-items: center;
    gap: 10px;
}
.video-right-itms {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.video-right-itm {
    padding-bottom: 50.8%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.video-right-itm img {
    position: absolute;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
}
.video-container-img {
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
}
.video-sec-in img.member-thumbnail {
    width: 100%;
    display: block;
    max-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}
.video-container .row [class*="col-"]:nth-child(2) {
    padding-left: 0;
}
.video-header h3 small {
    display: block;
    font-size: 13px;
    color: #D20000;
    font-weight: 400;
}
.video-header h3 {
    margin: 0;
}
.profile-sidebar-user {
    display: flex;
    gap: 20px;
    color: #fff;
    background: #101010;
    padding: 15px;
    border: 1px solid #1f1f1f;
    border-radius: 10px;
    align-items: center;
}
.rating-stars {
    display: flex;
    gap: 5px;
    cursor: pointer;
}
.rating-stars .star {
    width: 17px;
    height: 17px;
    cursor: pointer;
    transition: transform 0.2s;
}
.rating-stars .star:hover {
    transform: scale(1.2);
}
.profile-description {
    margin: 10px 0 0;
    padding: 15px;
    color: #fff;
    background: #101010;
    border: 1px solid #1f1f1f;
    border-radius: 10px;
}
.profile-meta {
    background: #101010;
    border: 1px solid #1f1f1f;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
}

.h-videos1 .row {
    margin: 0 -5px;
}
.h-videos1 .row [class*="col-"] {
    padding: 0 5px;
    margin-bottom: 10px;
}
.h-videos1 {
    width: 100%;
}

.h-video1 {
    position: relative;
}

.h-video1 .h-video-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    padding-bottom: 100%;
}

.h-video1 .h-video-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.profile-locked {
    position: relative;
    overflow: hidden;
}

.lock-videos {
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.lock-video-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: #ED8A19;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 12px;
}

.lock-videos-ic {
    transition: all 0.4s ease;
    width: 40px;
}

.lock-videos-ic img {
    width: 100%;
}

.lock-videos-con {
    position: absolute;
    text-align: center;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: all 0.35s ease;
    pointer-events: none;
}

.lock-videos-con-in {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lock-videos-ic-in img {
    width: 32px;
    margin-bottom: 12px;
}

.lock-videos-con .btn {
    font-size: 14px;
    padding: 8px 14px;
}

.lock-videos-con p {
    margin-top: 8px;
    margin-bottom: 0;
    color: #A9A9A9;
    font-size: 12px;
}

.lock-videos:hover .lock-videos-ic {
    opacity: 0;
    transform: scale(0.6);
}

.lock-videos:hover .lock-videos-con {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.video-header-itms .btn-border:hover {
    background: #D20000;
    border-color: #D20000;
    color: #fff;
}
.chat-overlay {
    position: absolute;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);
    inset: 0;
    margin-top: 130px;
}
.chat-overlay-head {
    width: 100%;
    background: #101010;
    border-bottom: 1px solid #4b4b4b;
    color: #fff;
    font-size: 15px;
    padding: 9px;
    border-radius: 8px 8px 0 0;
}
.chat-overlay-itms {
    height: calc(100% - 81px);
    color: #fff;
    overflow: auto;
    padding: 15px;
    font-size: 12px;
}
.chat-overlay-itm {
    margin-bottom: 10px;
}
.chat-overlay-send input {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 0 !important;
    font-size: 13px;
    background: #44444482;
    color: #fff;
    outline: 0 !important;
    padding-right: 105px;
}
.chat-overlay-send .btn {
    position: absolute;
    right: 0;
    height: 100%;
}
.chat-emozy {
    position: absolute;
    right: 74px;
    top: 8px;cursor: pointer;
}
.chat-overlay-send {
    position: relative;
}
.chat-emozy img {
    width: 18px;
}
.video-header-itms .btn img {
    width: 35px;
    border: 2px solid #585858;
    border-radius: 50%;
}
.video-header-itms .btn:hover img {
    border: 2px solid #adadad;
    transition: all .5s;
}
.video-header-itms .btn:nth-child(2) img {
    border: 2px solid #d20000;transition: all .5s;
}
.video-header-itms .btn:nth-child(2):hover img {
    border: 2px solid #adadad;transition: all .5s;
}
.video-header-itms .btn {
    border-radius: 30px;
    padding: 5px 20px 5px 5px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    border: 0;
}
.footer-center {
    background: #000;
    padding: 10px;
    color: #A9A9A9;
    font-size: 10px;
}
.footer-center p img {
    height: 9px;
}
.footer-center-con p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0;
}
.footer-copright-in {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;
}
.footer-copright-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 10px;
    display: flex;
    gap: 12px;
}
.footer-copright-left {
    font-size: 12px;
}
.chat-overlay-login {
    color: #fff;
    overflow: auto;
    padding: 16px;
    font-size: 14px;
    position: absolute;
    top: 42px;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 42px;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.9);
    height: auto;
    top: auto;
}
.chat-overlay-login p {
    width: 190px;
    max-width: 100%;
}
.chat-overlay-login p a {
    color: #d20000;
    font-weight: 500;
}
.chat-overlay-login p a:hover {
    color: #fff;
}
.chat-modal-head-user {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 50%;
}
.chat-modal-head-user img {
    object-fit: cover;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}
.chat-modal-head-left {
    display: flex;
    gap: 15px;
    align-items: center;
}
.chat-modal-meta {
    color: #A9A9A9;
}
.modal-content.chat-modal {
    background: #101010;
    border: 1px solid #1f1f1f;
    padding: 0;
}
.modal-content.chat-modal .modal-body {
    padding: 0;
}
.chat-modal-head {
    padding: 15px;
    border-bottom: 1px solid #343434;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.chat-modal-meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.chat-modal-meta {
    color: #A9A9A9;
    display: flex;
    align-items: center;
    gap: 10px;
}
.chat-modal-meta .rating-stars .star {
    width: 12px;
}
.chat-modal-head-right {
    display: flex;
    gap: 20px;
    align-items: center;
}
.chat-modal-status {
    display: block;
    text-align: right;
    color: #FF0018;
    font-weight: 500;
}
.chat-modal-charge {
    font-size: 12px;
    color: #A9A9A9;
}
.chat-modal-users-itm {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 15px;
    border: 0 !important;
    background: #2a2a2a24;
    border-bottom: 1px solid #4141414f !important;
}
.chat-modal-users-itm-name strong,
.chat-modal-users-itm-name small {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chat-modal-users-itm-name {
    flex: 1;
    min-width: 0;
}
.chat-modal-users-itm.active-chat {
    background: #000 !important;
}
.chat-modal-body {
    display: flex;
}
.chat-modal-users {
    flex: 0 0 300px;
    border-right: 1px solid #343434;
}
.chat-modal-users {
    flex: 0 0 300px;
    border-right: 1px solid #343434;
    height: calc(100dvh - 154px);
    overflow: auto;
}
.chat-modal-con {
    width: 100%;
}
.chat-modal-foot {
    width: 100%;
    position: relative;
}
.message-input {
    width: 100%;
    padding: 10px 15px;
    background: #000000;
    border: 0 !important;
    outline: 0 !important;
    resize: none;
    position: relative;
    bottom: -6px;
    padding-right: 125px;
    color: #fff;
}
.msg-body {
    padding: 20px;
    height: calc(100dvh - 226px);
    overflow: auto;
}
.chat-modal-users-itm .chat-modal-head-user {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
}
.chat-modal-foot-btns .chat-emozy {
    position: initial;
}
.chat-modal-users-itm-name {
    color: #A9A9A9;
}
.chat-modal-users-itm.active-chat .chat-modal-users-itm-name {
    color: #fff;
}
.chat-modal-foot-btns {
    position: absolute;
    bottom: 14px;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.btn-icon {
    background: none !important;
    border: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}
.msg-body ul {
    overflow: hidden;
    padding: 0;
}
.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}
.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}
.msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #000000 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}
.msg-body ul li.sender p {
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    padding: 10px;
    background: #000000;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}
.time {
    display: block;
    color: #A9A9A9;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 4px;
    margin-left: 8px;
}
.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}
.msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #2a2a2a transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}
.msg-body ul li.repaly p {
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    padding: 10px;
    background: #2a2a2a;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}
li.repaly .time {
    margin-right: 20px;
}
.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}
.divider {
    z-index: 1;
    text-align: center;
}
.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #f5f5f5;
    background: #101010;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}
.nav-link.btn-heart span {
    display: none;
}
.nav-link.btn-heart img {
    margin: 0;
}
.modals-100-in {
    width: 980px;
    margin: 30px auto;
    max-width: 100%;
}
.modals-sld-itm-img {
    padding-bottom: 57%;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.modals-sld-itm-img img {
    width: 100%;
    display: block;
    max-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}
.modals-sld-itm-award img {
    width: auto !important;
}
.modals-sld-itm-award {
    position: absolute;
    top: 10px;
    right: 10px;
}
.modals-sld-itm-award span {
    position: absolute;
    top: 12px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.modals-sld-itm {
    position: relative;
}
.modals-sld-itm .h-video-heart {
    display: block;
    top: 10px;
    left: 10px;
}
.modals-sld-itm-con {
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    border-radius: 0 0 15px 15px;
    width: 100%;
    padding: 50px 15px 15px 15px;
}
.modals-sld-itm-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-align: right;
}
.modals-sld-itm-con span {
    color: #9F9F9F;
    font-size: 14px;
}
.modals-sld-itm-con h5 {
    margin: 0 0 5px 0;
}
.modals-100 .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.modals-100 .owl-nav [class*="owl-"] span {
    font-size: 40px;
    color: #fff;
    background: #101010;
    border: 1px solid #1f1f1f;
    width: 48px;
    display: inline-flex;
    height: 48px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    font-family: math;
    border-radius: 50%;
}
.modals-100 .owl-nav [class*="owl-"].owl-next {
    right: -22px;
}
.modals-100 .owl-nav [class*="owl-"].owl-prev {
    left: -22px;
}
.modals-sld-itm-btn span {
    display: block;
    text-align: right;
    color: #fff;
    font-size: 12px;
}
.modals-sld-itm-btn .btn {
    margin: 5px 0;
}
.modals-100-itm-img {
    padding-bottom: 58%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.modals-100-itm-img img {
    width: 100%;
    display: block;
    max-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}
.modals-100-itm {
    position: relative;
}
.modals-100-itm .modals-sld-itm-con {
    padding: 20px 15px 7px 15px;
    border-radius: 0  0 10px 10px;
}
.modals-100-itm .modals-sld-itm-con h5 {
    font-size: 14px;
    margin: 0;
}
.modals-100-itm-overlay {
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;opacity: 0;transform: translateY(20px) scale(0.95);
    transition: all 0.35s ease;
    pointer-events: none;text-align: center;
}
.modals-100-itm-number, .modals-sld-itm-con {
    position: absolute;
}
.modals-100-itm .modals-sld-itm-con span {
    font-size: 12px;
}
.modals-100-itm:hover .modals-100-itm-overlay{
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}
.modals-100-itm-btn span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 13px;
}
.modals-100-itm-btn .btn {
    margin: 7px 0;
}
.modals-100-itm-overlay .h-video-heart {
    display: block;
    top: 10px;
    left: 10px;
}
.modals-100-itms-in [class*="col-"] {
    margin-bottom: 10px;
    padding: 0 5px;
}
.modals-100-itms-in .row {
    margin: 0 -5px;
}
.modals-100-itms {
    margin-bottom: 20px;
}
.modals-100-itm-number {
    top: 5px;
    color: #fff;
    background: #ED8A19;
    width: 24px;
    height: 24px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 5px;
}
.bout-sld-itm {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding-bottom: 133%;
}
.bout-sld-itm img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.about-sec-in {
    text-align: center;
    color: #fff;
    padding: 50px 0;
}
.about-sec-in p {
    margin: 0;
}
.about-sec{position: relative;}
.about-sec {
    padding-bottom: 50px;
}

.about-sec::before {
    width: 388px;
    height: 388px;
    background: #0A84FF;
    opacity: 0.32;
    filter: blur(111.45px);
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}

.about-sec::after {
    width: 600px;
    height: 600px;
    background: linear-gradient(180deg, #8569FF 0%, #FF9F0A 100%);
    opacity: 0.32;
    filter: blur(86.75px);
    content: "";
    top: 0;
    right: 0;
    position: absolute;
}
.subtitle {
    font-size: 20px;
}
.about-us {
    border-bottom: 1px solid #1F1F1F;
    width: 100%;
    padding: 0 0 50px 0;
    transition: all .5s;
    color: #ddd;
}
.about-mission {
    padding: 20px 0 0;
}
.about-mission p {
    margin: 0;
}
.about-choose {
    padding: 50px 0;
    color: #fff;
}
.about-choose-in ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}
.about-choose-in ul li {
    margin-top: 10px;
}
.home-aboutsec-itm {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.home-aboutsec-itm-ic {
    flex: 0 0 50px;
}
.about-mission {
    padding: 20px;
    background: #101010;
    border: 1px solid #1F1F1F;
    border-radius: 10px;
    height: 100%;
}
.about-content {
    margin-bottom: 50px;
}
.home-aboutsec-itm-con p {
    margin: 0;
}
.about-sec .container {
    position: relative;
}
.h-sidebar .clear-filter + .accordion {
    padding-top: 52px;
}
.h-sidebar .clear-filter {
    padding: 10px;
    border-bottom: 1px solid #1f1f1f;
    position: fixed;
    width: 299px;
    top: 61px;
    z-index: 11;
    background: #000000;
}
.height-content {
    min-height: calc(100dvh - 170px);
}
.cms-sec .about-sec-in {
    padding-bottom: 30px;
}
.error {
    font-weight: 300;font-size: 13px; margin-top: 5px; display: block;
}
.about-us .about-wrapper .row [class*="col-"]:nth-child(2) {
    margin-top: 0;
}
.h-videos.my-favorites-sec {
    padding: 20px 0 0 0;
    margin-bottom: 50px;
}
.favorites-count {
    margin-bottom: 0;
}
.favorites-header {
    text-align: center;
}
.favorites-header h1 {
    justify-content: center;
}
 .form-control.error { border-color: #ff0000 !important; }