@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;
font-weight: 400;
font-style: normal;
color: #191D26;
font-size: 15px;
}
html, body {
    background: #141316;
}
a, .nav-link {
    color: #fff;
    text-decoration: none;
}
a:hover, .nav-link:hover {
    color: #dc3545;
}
.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 #dc3545;
    color: #dc3545;
    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 5px;
    border-radius: 9px;
    width: 40px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    background: #2c2b2e;
    cursor: pointer;
}
img{max-width: 100%;}
.main-sec-in {
    display: flex;
    gap: 25px;
    overflow: hidden;
}
.active-side .h-sidebar {
    margin-left: -300px;
    transition: all .5s;
}
.active-side .main-sec-in {
    gap: 0;
}
.h-sidebar {
    flex: 0 0 300px;
    max-width: 300px;
    max-height: calc(100vh - 94px);
    overflow: auto;
    border-radius: 10px;transition: all .5s;margin-left:0;
}
.h-videos {
    max-height: calc(100vh - 78px);
    overflow: auto;
    width: 100%;
}
.main-sec {
    margin-top: 10px;
}
.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: 100%;
}
.h-video-img img {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.h-video {
    position: relative;
}
.h-videos .row {
    margin: 0 -5px;
}
.h-videos .row [class*="col-"] {
    padding: 0 5px;
    margin-bottom: 10px;
}
.h-video-nm {
    background: rgba(0,0,0,.2);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 15px;
    color: #fff;
    font-size: 14px;
}
.h-video-live {
    position: absolute;
    right: 5px;
    top: 5px;
    background: rgb(225, 0, 4, .4);
    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: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    flex: 0 0 100px;
}
.profile-sidebar-img img {
    object-fit: cover;
}
.profile-sidebar-user {
    display: flex;
    gap: 20px;
    color: #fff;
}
.profile-content {
    display: flex;
    gap: 25px;
}
.profile-sidebar {
    flex: 0 0 350px;
    max-width: 350px;
    background: #6c1616;
    padding: 15px;
    border-radius: 15px;
    height: 100%;
}
.profile-nm {
    font-size: 22px;
}
.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;
    background: #520909;
    padding: 4px 15px;
    border-radius: 8px;
    margin-top: 10px;
}
.profile-description {
    border-top: 1px solid #520909;
    margin: 20px 0;
    padding: 20px 0;
    color: #fff;
    border-bottom: 1px solid #520909;
}
.profile-description p {
    margin: 0;
}
.profile-meta-itm {
    background: #e10004;
    flex: 0 0 calc(33.33% - 4px);
    padding: 10px;
    display: inline-flex;
    flex-direction: column;
    max-width: calc(33.33% - 4px);
    color: #fff;
    border-radius: 10px;
}
.profile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.profile-meta-itm h4 {
    margin: 0 0 6px;
    font-size: 17px;
}
.profile-meta-itm span {
    font-size: 12px;
}
.profile-sidebar + .h-videos {
    max-height: unset;
}
.profile-tab a.active, .profile-tab a:hover {
    color: #dc3545;
}
.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: 10px;
}



.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;
}
.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 #dc3545;
}
.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;
}


@media(max-width: 1199.98px){
.form-container-con {
    padding: 15px;
}
.h-sidebar {
    width: calc(100% - 30px);
    max-width: 100%;
    position: fixed;
    left: -100%;
}
.active-side .h-sidebar {
    margin-left: 0;
    transition: all .5s;
    left: 15px;
}
.navbar-brand, .navbar-brand:hover {
    font-size: 14px;
}
.navbar-toggler {
    padding: 0 5px;
    border-radius: 9px;
    width: 40px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2c2b2e;
    cursor: pointer;
    color: #fff;
    box-shadow: unset !important;
    outline: 0 !important;
}
#navbarSupportedContent {
    position: fixed;
    right: 15px;
    top: 65px;
    z-index: 1;
    background: #000;
    padding: 0;
    width: 190px;
    border-radius: 10px;
}
#navbarSupportedContent .nav-btn {
    flex-direction: column;
    padding: 20px 12px 12px 12px;
}
#navbarSupportedContent .navbar-nav {
    margin-bottom: 0px !important;
    display: inline-flex;
    width: 100%;
    text-align: center;
}
#navbarSupportedContent .nav-btn .coin-balance-header {
    margin: 0 !important;
}
#navbarSupportedContent .navbar-nav .nav-item {
    padding-top: 5px;
    padding-bottom: 5px;border-bottom: 1px solid #535353;
}
body {
    font-size: 14px;
}
.modal-body {
    padding: 20px;
}
.btn {
    font-size: 14px;
}
.modal-header .btn {
    font-size: 12px;
    white-space: nowrap;
}
.top-header {
    padding: 15px !important;
    display: flex;
    gap: 15px;
}
.header-icons a {
    white-space: nowrap;
}
}
@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;
}
}

