/* If its less than 15px ios Safari decides to zoom in and break the page */
input, select {
  font-size: 15px;
}

* {
  -webkit-tap-higlight-color: rgba(0, 0, 0, 0);
}

input,
textarea,
button,
select,
a {
  -webkit-tap-higlight-color: rgba(0, 0, 0, 0);
}

a:focus,
a:visited,
a:active,
a:hover {
  -webkit-tap-higlight-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: "gothambook-regular";
  src:
    url("../fonts/gothambook.woff2") format("woff2"),
    url("../fonts/gothambook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gotham-medium";
  src:
    url("../fonts/gothammedium.woff2") format("woff2"),
    url("../fonts/gothammedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --Rubik: "Rubik", sans-serif;
  --Sora: "Sora", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  font-family: "gothambook-regular";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  background-color: #000;
  padding: 0;
}

a {
  outline: none;
}

p {
  font-weight: 400;
}

img {
  max-width: 100%;
}

a,
a:hover {
  text-decoration: none;
  transition: all 0.3s;
}

button,
select {
  outline: none;
  transition: all 0.3s;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "gotham-medium";
  margin: 0 0 15px;
  font-weight: 400;
}
p {
  margin: 0 0 12px;
}

a,
button {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.splash-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 0 auto;
  flex-wrap: wrap;
  opacity: 1.0;
  background: #000;
  z-index: 9999;
  pointer-events: none;
}

.splash-box.hide-splash {
  opacity: 0.0;
  transition: opacity 3s;
}

.splash-o-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.splash-o-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-logo {
  text-align: center;
}
.main-logo span {
  color: #fff;
  display: block;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "gotham-medium";
  padding: 10px 0 0;
}
.splash-container {
  padding: 15px;
  position: relative;
  /* min-height: 100vh; */
  /* max-width: 640px; */
  margin: 0 auto;
}
.top-logo img {
  width: 32px;
  margin-bottom: 30px;
}
.splash-item-tx {
  text-align: center;
  min-height: 25vh;
}
.splash-item-tx h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.splash-item-tx p {
  font-size: 18px;
  line-height: 1.6;
}
.splash-item-img {
  padding: 7% 0;
}
.mob-btn {
  position: relative;
  display: block;
  text-align: center;
  background: #fabc14;
  color: #151515;
  font-family: "gotham-medium";
  border-radius: 24px;
  padding: 13px;
  font-size: 16px;
}
.splash-silder .owl-dot {
  width: 8px;
  height: 8px;
  background: #737373 !important;
  margin: 4px;
  border-radius: 50%;
}
.splash-silder .owl-dot.active {
  background: #fabc14 !important;
}
.splash-silder .owl-dots {
  text-align: center;
  margin: 0 0 0;
}

/* -----------login-------------- */
.log-f-col {
  margin: 0 0 20px;
  position: relative;
}
.log-feild {
  background: #292929;
  border: none;
  outline: none;
  width: 100%;
  color: #fff;
  padding: 16px 20px;
  border-radius: 2px;
}
.v-pass {
  position: absolute;
  right: 20px;
  top: 15px;
}
.log-f-col p {
  text-align: center;
  margin: 0;
  font-size: 14px;
}
.fl-jus {
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: "gotham-medium";
  margin: 0;
}
.log-f-col p a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hide {
  display: none;
}

.form-check-input {
  background-color: #292929;
  border-color: #292929;
  width: 16px;
  height: 16px;
  margin: -1px 5px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  border-radius: 2px;
  pointer-events: none;
}
.form-check-input:checked[type="checkbox"] {
  background-color: #292929;
  border-color: #292929;
}
.form-check-input:focus {
  box-shadow: none;
  border-color: #292929;
}
.log-btn {
  background: #fabc14;
  width: 100%;
  border: none;
  outline: none;
  color: #151515;
  font-size: 16px;
  font-family: "gotham-medium";
  padding: 16px;
  border-radius: 24px;
}
p a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.log-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed !important;
  left: 50%;
  top: 0;
  width: 100%;
  padding: 15px;
  max-width: 640px;
  transform: translateX(-50%);
}
.logo-r {
  width: 32px;
}
.b-back {
  color: #fff;
}
.login-box > div + div {
  position: relative;
  margin: 0 auto;
}
.login-box h2 {
  font-size: 32px;
  text-align: center;
}
.login-box {
  padding: 70px 15px 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100vh;
  justify-content: center;
  margin: 0 auto;
}

.login-box p {
  text-align: center;
  margin: 0 0 25px;
  font-size: 14px;
}
.log-f-col label {
  position: relative;
}
.form-check-input:checked[type="checkbox"] + label:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: -19px;
  transform: rotate(45deg);
  top: 3px;
}
.tx-sm .form-check-input:checked[type="checkbox"] + label:after {
  top: 1px;
}
.tx-sm {
  font-size: 12px;
  text-align: left;
}
.login-box p:last-child {
  margin: 0;
}
.login-head {
  margin: 0 0 25px;
}
.select-pro h3 {
  font-size: 24px;
  text-align: center;
}
.select-pro {
  width: 100%;
}
.pro-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}
.pro-list a {
  color: #fff;
}
.pro-list span {
  display: block;
  padding-top: 5px;
  font-size: 14px;
}
.pro-list li {
  text-align: center;
  margin-top: 25px;
}
.b-back {
  color: #fff;
  font-size: 18px;
}

/* ---------------- home -------------- */
.nav-list {
  display: flex;
  column-gap: 15px;
}
.nav-list a {
  color: #fff;
  font-size: 18px;
}
.mob-header {
  position: fixed;
  left: 50%;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(1, 1, 1, 1) 1%, rgba(1, 1, 1, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  max-width: 640px;
  transform: translateX(-50%);
}
.logo-l {
  width: 32px;
}
.banner-item-img {
  position: relative;
  margin-bottom: 35px;
}
.watch-btn {
  position: absolute;
  background: #fabc14;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding: 10px 22px;
  border-radius: 24px;
  color: #000;
  font-family: "gotham-medium";
  font-size: 14px;
}
.watch-btn i {
  margin-right: 5px;
}
.banner-silder .owl-dots {
  position: absolute;
  bottom: 0;
  padding: 0 80px;
  left: 0;
  width: 100%;
  text-align: center;
}
.banner-silder .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #737373;
  margin: 5px 3px;
  display: block;
  border-radius: 8px;
}
.banner-silder .owl-dots .owl-dot.active span {
  width: 25px;
  background: #fabc14;
}
.sec {
  padding: 15px;
}
.btn-list {
  display: flex;
  align-items: center;
  overflow: auto;
  column-gap: 7px;
  margin: 0 -15px 15px 0;
}
.btn-list a {
  display: block;
  font-size: 12px;
  color: #fff;
  border: 1px solid #2e2e2e;
  padding: 5px 9px;
  border-radius: 15px;
  background: #191919;
  white-space: nowrap;
}
.com-item-img {
  border-radius: 6px;
  overflow: hidden;
  max-width: 106px;
}
.com-slider-box {
  margin-right: -15px;
  margin-bottom: 25px;
}
.com-slider-box:last-child {
  margin-bottom: 0;
}
.footer-nav {
  background: #010101;
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  max-width: 640px;
  transform: translate(-50%);
  left: 50%;
}
.footer-nav ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: space-between;
}
.footer-nav ul a {
  color: #737373;
  font-size: 12px;
  font-family: "gotham-medium";
}
.subs-btn-col {
  text-align: center;
}
.footer-nav ul a span {
  display: block;
}
.footer-nav ul li {
  text-align: center;
  min-width: 60px;
}
.footer-nav ul li i {
  line-height: 24px;
  font-size: 18px;
}
.footer-nav ul a.active {
  color: #fabc14;
}
.main-con {
  padding-bottom: 75px;
  max-width: 640px;
  margin: 0 auto;
}
.banner-img {
  position: relative;
  border-bottom: 4px solid #fff;
}
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}
.banner-img img {
  display: block;
  width: 100%;
}
.banner-img:after {
  position: absolute;
  width: 30%;
  height: 4px;
  content: "";
  left: 0;
  bottom: -4px;
  background: #fabc14;
}
.mob-top {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 640px;
  margin: 0 auto;
}
.back-l {
  color: #fff;
  font-size: 16px;
  font-family: "gotham-medium";
}
.back-l i {
  font-size: 18px;
  margin-right: 5px;
}
.tabs-content > div:not(:first-child) {
  display: none;
}
.com-item-img1 {
  max-width: 220px;
  border-radius: 6px;
  overflow: hidden;
}
ul.cat-more {
  margin: 0;
  padding: 0;
}
ul.cat-more li {
  display: block;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  padding: 10px 0;
  font-size: 12px;
  font-weight: 500;
}
ul.cat-more li span {
  display: block;
  color: #737373;
  padding-top: 6px;
}
.sec-dl h2 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 10px;
}
.act-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
}
.act-list a {
  color: #fff;
}
.act-list li {
  color: #fff;
  font-size: 12px;
  border-left: 1px solid #737373;
  line-height: 1;
  padding: 0 6px;
}
.act-list li:first-child {
  border-left: none;
}
.join-btn {
  background: #fabc14;
  display: block;
  text-align: center;
  border-radius: 24px;
  color: #000;
  padding: 12px;
  font-family: "gotham-medium";
}
ul.act-list1 {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  text-align: center;
}
ul.act-list1 a {
  color: #737373;
}
ul.act-list1 span {
  display: block;
  margin-top: 5px;
  pointer-events: none;
}
.act-link:last-child {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.act-link:last-child:after {
  content: "";
  position: absolute;
  background: #737373;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  left: 3px;
  top: 5px;
}
.sec-dl p {
  color: #737373;
}
.sec-dl .avl-tx {
  color: #fff;
}
.avl-btn {
  display: inline-block;
  background: #fabc14;
  color: #000;
  text-decoration: none;
  font-family: "gotham-medium";
  padding: 4px 8px;
  border-radius: 2px;
  margin: 0 2px;
}
.sec-light {
  background: #0d0d0d;
}
.tabs-nav ul {
  display: flex;
  margin: 0 0 25px;
  column-gap: 10px;
  justify-content: center;
}
.tabs-nav ul li {
  padding: 0px;
}

.tabs-nav ul li a {
  color: rgb(255 255 255 / 50%);
  font-family: "gotham-medium";
  padding: 0 10px 10px;
  border-bottom: 2px solid transparent;
}
.tabs-nav ul li.active a {
  color: #fff;
  border-bottom: 2px solid #fabc14;
}
ul.act-list1 a img {
  pointer-events: none;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal-content {
  position: absolute;
  background-color: #0d0d0d;
  margin: auto;
  padding: 1rem;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 16px 16px 0;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: #5f6368;
  font-size: 20px;
  font-weight: normal;
}

body.modal-open {
  overflow: hidden;
}
.trl-row {
  display: flex;
  column-gap: 15px;
  align-items: center;
  margin: 0 0 15px;
  flex-wrap: wrap;
}
.trl-row:last-child {
  margin: 0;
}
.trl-vd {
  position: relative;
  width: 80px;
  height: 60px;
  border-radius: 6px;
  background: #1c1c1c;
  overflow: hidden;
}
.trl-vd .play-btn {
  width: 26px;
  height: 26px;
}
.trl-tit {
  width: calc(100% - 95px);
}
.trl-tit h4 {
  margin: 0;
  font-size: 16px;
  font-family: "gothambook-regular";
}
.modal-header h3 {
  font-size: 16px;
}
.trl-tit span {
  color: #737373;
  display: block;
  margin: 5px 0 0;
}
.trl-row p {
  margin: 5px 0 0;
  color: #737373;
  font-size: 11px;
}
.sct-sec {
  position: relative;
  width: 95px;
  margin: 0 0 15px;
  background: #1c1c1c;
  padding-right: 5px;
  border-radius: 2px;
}
.sct-sec select {
  background: #1c1c1c;
  border: none;
  outline: none;
  color: #fff;
  padding: 5px;
  width: 100%;
  border-radius: 2px;
}
.search-top {
  background: #292929;
  padding: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.search-cl {
  color: #e6e6e6;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
}
.search-fl {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 15px;
  color: #e6e6e6;
  padding: 5px 5px 5px 25px;
}
.search-top i {
  position: absolute;
  left: 17px;
  top: 22px;
  font-size: 14px;
  color: #e6e6e6;
}
.resent-row {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.resent-img {
  width: 100px;
  border-radius: 4px;
  overflow: hidden;
}
.resent-img img {
  display: block;
}
.resent-play {
  width: 32px;
  position: relative;
  height: 32px;
}
.resent-tit {
  width: calc(100% - 132px);
  padding: 0 15px;
}
.resent-play .play-btn {
  width: 32px;
  display: block;
  height: 32px;
}
.resent-tit h4 {
  font-size: 14px;
  color: #737373;
  margin: 0;
}
.resent-list h3 {
  font-size: 16px;
  margin: 0 0 10px;
}
.mov-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.mov-img {
  padding: 7px;
  width: 33.33%;
}
.mov-img img {
  display: block;
  width: 100%;
  border-radius: 6px;
}
.mob-nav {
  position: fixed;
  top: 0;
  right: -280px;
  height: 100%;
  width: 280px;
  z-index: 9999;
  padding: 40px 35px;
  background: rgb(0 0 0 / 90%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  border-radius: 50%;
  cursor: pointer;
}
.mob-nav ul li {
  padding: 10px 0;
}
.mob-nav ul li a {
  color: #fff;
  font-size: 16px;
}
.mob-nav ul {
  margin: 70px 0 0;
}
.mn-open {
  right: 0;
}
.com-silder .owl-stage {
  min-width: 2760px;
}
.mob-top h3 {
  font-size: 16px;
  margin: 0;
}
.mb-btn {
  font-size: 18px;
  color: #fff;
}
.sec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
}
.sec-head h3 {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.sec-head h3 img {
  vertical-align: middle;
  margin: -1px 3px 0 0;
}
.v-all {
  color: #fff;
  padding-right: 12px;
  position: relative;
}
.v-all:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  right: 0;
  top: 4px;
}
.row-box-4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.cus-row {
  display: flex;
  flex-wrap: wrap;
}

.row-col-5 {
  width: 50%;
  padding: 5px;
}

.cus-row .row-col-5 .slider-img-v {
  width: 100%;
}

.cus-row .row-col-5 .slider-img-v .img-v .img-v-thumb {
  height: 120px !important;
}

.row-col-4 {
  width: 25%;
  padding: 5px;
}

.row-col-3 {
  width: 33%;
  padding: 5px;
}

.row-col-4 img {
  display: block;
  width: 110px;
  border-radius: 6px;
}

.row-col-4 img {
  display: block;
  width: 100%;
  border-radius: 6px;
}
.pro-top {
  background: #0d0d0d;
  padding: 15px;
}
.pro-top a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.pro-top a img {
  width: 48px;
}
.pro-top a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 5px;
  transform: rotate(45deg);
  top: 15px;
}
.ed-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  justify-content: center;
}
.ed-list li {
  margin: 0 0 30px;
}
.ed-list li span {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 5px;
}
.edit-pro {
  padding: 25% 0;
}
.box-row-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.box-col-2 {
  padding: 5px;
  width: 50%;
}
.box-col-2 img {
  border-radius: 6px;
  display: block;
  width: 100%;
}
.box-tit {
  font-size: 14px;
  margin: 0;
  padding: 7px 0;
}
.modal-button * {
  pointer-events: none;
}
.acc-list a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.acc-list li {
  padding: 7px 5px;
}
.acc-list {
  margin: 0 0 20px;
}
.mc-tx {
  text-align: center;
}
.mc-social {
  display: flex;
  column-gap: 15px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-top: 5px;
}
.log-feild:focus {
  background: #fff;
  color: #000;
}
.subs-col {
  background: url(../images/subs-col-bg.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  max-width: 345px;
  margin: 0 auto 25px;
}
.subs-head {
  display: flex;
  justify-content: center;
}
.subs-head span {
  background: #396e35;
  color: #fabc14;
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
  border-radius: 0 0 8px 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
}
.subs-head h4 {
  margin: 10px 0;
  font-size: 14px;
}
.subs-head p {
  margin: 0;
  position: absolute;
  right: 13px;
  top: 0;
}
.subs-head [type="radio"]:checked,
.subs-head [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.subs-head [type="radio"]:checked + label,
.subs-head [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.subs-head [type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #fabc14;
  border-radius: 100%;
  background: transparent;
}
.subs-head [type="radio"]:checked + label:before {
  border: 2px solid #fabc14;
  background: #fabc14;
}
.subs-head [type="radio"]:checked + label:after {
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-right: 2px solid #181711;
  border-bottom: 2px solid #181711;
  transform: rotate(45deg);
}
.st-bdr {
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  margin: 10px 0;
}
.subs-body {
  padding: 0 15px 15px;
}
.subs-prize {
  text-align: center;
  font-size: 20px;
  color: #fabc14;
  font-family: "gotham-medium";
}
.subs-prize span {
  font-size: 10px;
}
.subs-body li {
  background: url(../images/list-icon.png) no-repeat left 0px;
  padding: 2px 0 2px 25px;
  margin: 0 0 5px;
  color: #e6e6e6;
  font-size: 12px;
  background-size: 18px;
}
.subs-btn {
  background: #fabc14;
  color: #000;
  border: none;
  outline: none;
  padding: 12px 20px;
  font-size: 15px;
  font-family: "gotham-medium";
  min-width: 340px;
  border-radius: 24px;
}
ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #0d0d0d;
  padding: 13px 15px;
  margin: 0 auto 15px auto;
  border-top: 1px solid #0d0d0d;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
}

ul.accordion-list li h3 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
  padding-right: 25px;
}
ul.accordion-list li .faq-i {
  content: "";
  position: absolute;
  right: 13px;
  top: 9px;
  background: #262626;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
ul.accordion-list li .faq-i:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background: #737373;
  left: 11px;
  top: 6px;
}
ul.accordion-list li .faq-i:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #737373;
  left: 6px;
  top: 11px;
}
ul.accordion-list li.active .faq-i:after {
  opacity: 0;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  height: auto;
  margin: 10px -15px -8px;
  padding: 11px 15px;
  cursor: pointer;
  background: #161616;
}

ul.accordion-list li div.answer p:last-child {
  margin: 0;
}
ul.accordion-list li div.answer p {
  color: rgb(255 255 255 / 70%);
}
ul.accordion-list li.active {
  border-color: #fabc14;
}
.bdm-img {
  margin-bottom: 15px;
  position: relative;
}
.play-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bdm h4 {
  font-size: 16px;
  font-family: "gothambook-regular";
  margin: 0 0 10px;
}
.bdm p {
  color: rgb(255 255 255 / 60%);
}
ul.nt-note {
  display: flex;
  align-items: center;
  column-gap: 25px;
  overflow: hidden;
}
ul.nt-note li {
  position: relative;
}
ul.nt-note li:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #444;
  border-radius: 50%;
  left: -15px;
  top: 4px;
}
.reb-me {
  display: block;
  background: #fabc14;
  color: #000;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  margin: 20px 0;
  font-family: "gotham-medium";
  font-size: 13px;
}
ul.nt-note a {
  color: #fff;
}
.not-col > p {
  font-size: 16px;
}
.bdm-img img {
  display: block;
  width: 100%;
  border-radius: 6px;
  transition: all 0.3s;
}
.play-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rem-profile {
  color: #ff3c3c;
  font-size: 15px;
}
.pro-icon1 {
  width: 96px;
  display: block;
  height: 96px;
  position: relative;
  margin: 15px auto 25px;
}
.pro-icon1 a {
  position: absolute;
  bottom: 0;
  right: 0;
}
.save-profile {
  color: #29ff58;
  font-size: 15px;
}
.slider-img-v {
  width: 220px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #444;
  height: 120px;
}
.img-v {
  width: 100%;
  height: 100%;
  position: relative;
}
.img-v a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
}
.img-vl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  position: relative;
  margin: -4px 0 0;
  background: #191919;
  z-index: 1;
}
.img-vl a {
  color: #b2b2b2;
  font-size: 16px;
  max-width: 16px;
}

.img-v img {
  /*height: 250px;*/
}

.img1 {
  font-size: 94px;
  position: absolute;
  color: #191919;
  font-family: "gotham-medium";
  text-shadow: 0 0 #ffffff;
  text-shadow:
    1px 1px 0px #ffffff,
    1px -1px 0px #ffffff,
    -1px 1px 0px #ffffff,
    -1px -1px 0px #ffffff,
    1px 0px 0px #ffffff,
    0px 1px 0px #ffffff,
    -1px 0px 0px #ffffff,
    0px -1px 0px #ffffff;
  left: 7px;
  bottom: -8px;
  line-height: 1;
  font-weight: 700;
}
.slider-img2 {
  position: relative;
  padding-left: 30px;
}
.js-center {
  justify-content: center;
}
