@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: 16px;
  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-top: 80px;
}

a {
  outline: none;
}

p {
  font-weight: 400;
}

img {
  max-width: 100%;
}

a,
a:hover {
  text-decoration: none;
  transition: all 0.3s;
}

.splash-box {
  min-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: fixed;
  margin: 0 auto;
  flex-wrap: wrap;
  z-index: 999999;
  background-color: #000000;
  opacity: 1.0;
  transition: opacity 3s;
  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%;
  background: rgb(250,188,20);
  opacity: 0.2;
  background: linear-gradient(356deg, rgba(250,188,20,1) 0%, rgba(180,197,89,0) 40%, rgba(180,197,89,0) 60%, rgba(250,188,20,1) 100%);
}
.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;
}

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 15px;
}

a,
button {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.login-header {
  position: fixed;
  left: 0;
  top: 0;
  padding: 30px 40px;
  width: 100%;
  z-index: 99;
}
.login-sec {
  min-height: 100vh;
  position: relative;
  display: flex;
}
.login-bg {
  position: absolute;
  right: 0;
  width: 58%;
  top: 0;
  height: 100%;
}
.login-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.login-over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-col {
  width: 42%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.login-box,
.reg-box,
.for-box {
  width: 422px;
  margin: 20px auto 0;
}
.login-head {
  text-align: center;
  padding: 0 0 10px;
}
.login-head h3 {
  font-size: 36px;
  margin: 0 0 20px;
}
.login-head p {
  max-width: 300px;
  margin: 0 auto 25px;
}
.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: 8px;
}
.v-pass {
  position: absolute;
  right: 20px;
  top: 15px;
}
.fl-jus {
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.fl-jus {
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: "gotham-medium";
  margin: 0;
}
.log-btn {
  background: #fabc14;
  width: 100%;
  border: none;
  outline: none;
  color: #151515;
  font-size: 16px;
  font-family: "gotham-medium";
  padding: 16px;
  border-radius: 40px;
}

.log-f-col p {
  text-align: center;
  margin: 0;
  font-size: 14px;
}
.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;
}
.form-check-input:checked[type="checkbox"] {
  background-color: #292929;
  border-color: #292929;
}
.form-check-input:focus {
  box-shadow: none;
  border-color: #292929;
}
.header {
  background: #080808;
  padding: 17px 80px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: -5px 10px 20px #000;
  z-index: 999;
  font-family: "gotham-medium";
}

.logo-col {
  max-width: 46px;
}
.header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 50px;
}
.header-right {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  width: calc(100% - 165px);
  align-items: center;
  justify-content: space-between;
}
.nav-col ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0px;
}
.nav-col ul li a {
  font-size: 16px;
  color: #fff;
}
.nav-right ul {
  display: flex;
  align-items: center;
  column-gap: 0px;
}

.nav-col ul li, .nav-right ul li {
  margin-right: 60px;
}

.nav-col ul li:last-child, .nav-right ul li:last-child {
  margin-right: 0;
}

.nav-right ul li a {
  color: #fff;
}
.nav-right ul li a i {
  font-size: 20px;
}
.nav-right .sub-btn {
  background: #fabc14;
  color: #151515cc;
  padding: 11px 15px;
  font-family: "gotham-medium";
  border-radius: 40px;
}
.nav-right .sub-btn:hover {
  background: #e5a803;
  color: #fff;
}
.banner .owl-dots {
  text-align: left;
}
.banner .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #737373;
  margin: 5px;
  display: block;
  border-radius: 8px;
}
.banner .owl-dots .owl-dot.active span {
  width: 40px;
  background: #fabc14;
}
.banner .banner {
  position: relative;
}
.banner .owl-dots {
  position: absolute;
  bottom: 15px;
  padding: 0 80px;
}
.sec {
  padding: 20px 25px;
}
.slider-img {
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
  width: 272px;
  max-height: 362px;
}
.slider-img img {
  max-height: 362px;
  object-fit: cover;
}
.slider-container {
  margin-right: -25px;
}
.sl-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sl-head h3 {
  font-size: 20px;
  margin: 0;
}
.slider-container .owl-carousel .owl-nav .owl-prev {
  background: rgb(0 0 0 / 30%);
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 15px;
  border-radius: 50%;
  margin-top: -20px;
  font-size: 22px;
}
.slider-container .owl-carousel .owl-nav .owl-next {
  background: rgb(0 0 0 / 30%);
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 15px;
  border-radius: 50%;
  margin-top: -20px;
  margin-top: -51px;
  font-size: 22px;
}
.slider-container .owl-carousel .owl-nav .owl-prev:hover,
.slider-container .owl-carousel .owl-nav .owl-next:hover {
  background: rgb(0 0 0 / 90%);
}

.slider-img1 {
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
  width: 416px;
  max-height: 242px;
}
.slider-img img1 {
  max-height: 240px;
  object-fit: cover;
}

.slider-img2 {
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
  width: 272px;
  max-height: 364px;
  padding-left: 65px;
}
.slider-img2 img {
  max-height: 362px;
  object-fit: cover;
}
.img1 {
  font-size: 160px;
  position: absolute;
  color: #191919;
  font-family: "gotham-medium";
  text-shadow: 0 0 #fabc14;
  text-shadow:
    1px 1px 0px #fabc14,
    1px -1px 0px #fabc14,
    -1px 1px 0px #fabc14,
    -1px -1px 0px #fabc14,
    1px 0px 0px #fabc14,
    0px 1px 0px #fabc14,
    -1px 0px 0px #fabc14,
    0px -1px 0px #fabc14;
  left: 0;
  bottom: -17px;
  line-height: 1;
}
.v-all {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding-right: 15px;
  position: relative;
}
.v-all:hover {
  color: #fabc14;
}

.v-all:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 2px;
  top: 5px;
}
.v-all:hover:after {
  border-color: #fabc14;
}
.footer {
  background: #0d0d0d;
  padding: 30px 80px;
  font-family: "gotham-medium";
}
.f-top {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  align-items: center;
}
.f-top {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.f-logo a {
  font-size: 32px;
  color: #fff;
  font-family: "gotham-medium";
  display: block;
  margin: 0 0 20px;
}
.f-nav ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  margin: 0 0 30px;
}
.f-nav ul li a {
  font-size: 20px;
  color: #fff;
}
.f-nav ul li a:hover {
  color: #fabc14;
}

.f-social ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 25px;
  margin: 0 0 30px;
}
.f-social ul a:hover {
  opacity: 0.5;
}
.f-bottom {
  border-top: 1px solid rgb(255 255 255 / 20%);
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
.f-right ul {
  display: flex;
  flex-wrap: wrap;
}

.f-right ul li {
  margin-right: 30px;
}

.f-right ul li:last-child {
  margin-right: 0;
}

.f-right ul a {
  color: #fff;
}
.banner-page {
  max-height: calc(100vh - 80px);
}
.banner-page img {
  max-height: calc(100vh - 80px);
  width: 100%;
  display: block;
  object-fit: cover;
}

.banner-caps {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
  width: 600px;
}
.banner-caps h2 {
  font-size: 48px;
  font-weight: 900;
  margin: 0 0 15px;
}
.banner-caps ul {
  margin: 0 0 15px;
  padding: 0;
  overflow: hidden;
  display: flex;
  column-gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}

.banner-caps ul li {
  font-size: 20px;
  font-weight: 400;
  display: block;
  position: relative;
}
.banner-caps ul li::after {
  position: absolute;
  content: "";
  left: -10px;
  top: 6px;
  background-color: #fabc14;
  width: 1px;
  height: 20px;
}
.banner-caps ul li a {
  color: #fff;
  text-decoration: none;
}
.act-note {
  display: inline-block;
  background: #fabc14;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border-radius: 50%;
  margin: 0 5px;
}
.banner-caps p {
  font-weight: 500;
  margin: 0 0 18px;
}
.caps-btn {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.join-btn {
  background: #fabc14;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  padding: 9px 35px;
  border-radius: 40px;
  min-width: 350px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.wish-btn {
  background: #1d1d1d;
  width: 48px;
  text-align: center;
  height: 48px;
  border-radius: 40px;
  padding: 11px;
}
.caps-btn-right {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 25px;
  display: flex;
  column-gap: 20px;
}
.add-share-btn {
  background: #1d1d1d;
  width: 48px;
  text-align: center;
  height: 48px;
  border-radius: 40px;
  padding: 11px;
}

.tabs-nav .active {
  display: block;
}
.tabs-nav ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.tabs-nav li a {
  font-size: 22px;
  color: rgb(255 255 255 / 60%);
  display: block;
}
.tabs-nav li {
  padding: 15px 10px;
  border-bottom: 4px solid transparent;
}
.tabs-nav li.active {
  border-color: #fabc14;
}
.tabs-nav li.active a,
.tabs-nav li a:hover {
  color: #fff;
}
.tabs-nav {
  margin: 15px 0;
  padding-top: 25px;
}
.tab-slider {
  margin-top: 40px;
  width: 100%;
}
.tabs-content > div:not(:first-child) {
  display: none;
}
ul.cat-more {
  margin: 40px 0 0;
  padding: 0;
}
ul.cat-more li {
  display: block;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  padding: 13px 0;
  font-size: 24px;
  font-weight: 500;
}
ul.cat-more li:last-child {
  border-bottom: none;
}
ul.cat-more li span {
  display: block;
  color: #737373;
}
.trailer-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  margin-top: 40px;
}
.trailer-col {
  max-width: 415px;
}
.trailer-col span {
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.trailer-col p {
  padding: 15px 0;
}
.movie-tabs {
  border: none;
  margin-top: 130px;
}
.banner-page {
  position: relative;
}

.banner-page:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.select-sg {
  width: 150px;
  position: relative;
  padding-top: 25px;
  margin-bottom: 30px;
}
.select-sg select {
  width: 100%;
  font-size: 20px;
  background: #1c1c1c;
  color: #fff;
  border: none;
  outline: none;
  padding: 8px 12px;
  border-radius: 40px;
  appearance: none;
}
.select-sg:after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ffff;
  border-right: 2px solid #ffff;
  position: absolute;
  transform: rotate(45deg);
  right: 15px;
  bottom: 20px;
  pointer-events: none;
}
.eps-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.eps-col {
  width: 20%;
  padding: 15px;
}
.eps-img {
  position: relative;
  margin: 0 0 25px;
}
.eps-img img {
  width: 100%;
  display: block;
  border-radius: 4px;
}
.eps-img a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}
.eps-col h4 {
  font-size: 20px;
}
.v-time {
  font-size: 20px;
  color: #737373;
  font-family: "gotham-medium";
  display: block;
  margin: 0 0 10px;
}
.v-dl {
  margin: 0;
  color: rgb(255 255 255 / 60%);
}
.eps-slide {
  margin-right: 20px;
  width: 416px;
}
.eps-slide h4 {
  font-size: 20px;
}
.tabs-nav .hide {
  display: none;
}
.cus-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 15px 0;
}
.tab-col-3 {
  width: 25%;
  padding: 10px;
}

.tab-col-20 {
  width: 16%;
  padding: 10px;
  margin-bottom: 10px;
}

.bdm-img img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.3s;
}
.bdm-img a:hover img {
  opacity: 0.8;
  box-shadow: 0 0 10px #fff;
}
.tabs-nav ul.tab-list li a {
  background: #191919;
  border: 1px solid #2e2e2e;
  padding: 6px 24px;
  border-radius: 25px;
  color: #fff;
}
.tabs-nav ul.tab-list li.active a,
.tabs-nav ul.tab-list li a:hover {
  background: #fff;
  color: #191919;
}
.tabs-nav ul.tab-list {
  column-gap: 15px;
}
.tabs-nav ul.tab-list li {
  padding: 15px 0;
  border: none;
}
.slider-img1 img,
.slider-img img {
  border-radius: 6px;
}
.bdm-img {
  margin-bottom: 15px;
  position: relative;
}
.full-search {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.full-search .f-s-t {
  position: absolute;
  left: 0;
  top: 0;
}
.f-s-btn {
  width: 64px;
  height: 64px;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 8px;
  color: #292929;
  font-size: 24px;
}
.f-search-feild {
  background: #191919;
  border: none;
  outline: none;
  width: calc(100% - 90px);
  border-radius: 8px;
  color: #fff;
  padding: 10px 20px 10px 60px;
}
.full-search .f-s-t {
  position: absolute;
  left: 23px;
  top: 20px;
  font-size: 20px;
}
.tab-col-5 {
  width: 16.66%;
  padding: 10px;
}
.sr-img img {
  display: block;
  width: 100%;
  height: 390px;
  border-radius: 6px;
  object-fit: cover;
  transition: all 0.3s;
}
.sr-img a:hover img {
  opacity: 0.8;
  box-shadow: 0 0 10px #fff;
}
.sr-img {
  margin-bottom: 15px;
}
.st-btn {
  display: inline-block;
  background: #292929;
  color: #fff;
  font-family: "gotham-medium";
  padding: 10px 20px;
  font-size: 20px;
}
.pro-top {
  text-align: right;
}
.st-bdr {
  height: 2px;
  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: 25px 0;
}
.pro-head {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  margin: 0 0 30px;
}
.pro-head h4 {
  margin: 0;
  font-size: 24px;
}
ul.pro-list {
  display: flex;
  column-gap: 50px;
  text-align: center;
}
.pro-icon {
  display: block;
  margin: 0 0 15px;
  position: relative;
}
ul.pro-list a {
  color: #fff;
  font-size: 18px;
}
.pro-head a {
  color: #fff;
  font-size: 18px;
}
.pro-icon .fa-circle-check {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 22px;
}
.edit-sec {
  background: url(../images/edit-bg.png) no-repeat center center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  background-size: cover;
}
.edit-pro-body {
  padding: 0;
}
.edit-box h2 {
  font-size: 32px;
  margin: 0 0 50px;
  font-weight: 700;
}
.edit-box ul.pro-list {
  margin: 0 0 50px;
  justify-content: center;
}
.edit-btn-group {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.edit-btn {
  background: none;
  border: 1px solid #ccc;
  color: #fff;
  font-family: "gotham-medium";
  padding: 12px 15px;
  min-width: 120px;
}
.edit-btn {
  background: none;
  border: 1px solid #ccc;
  outline: none;
  color: #fff;
  font-family: "gotham-medium";
  padding: 12px 15px;
  border-radius: 40px;
  min-width: 120px;
}
.edit-btn:hover {
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
}
.edit-box {
  text-align: center;
}
.edit-check {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.edit-form-col {
  width: 390px;
  margin: 0 auto 45px;
}
.edit-feild {
  background: #1d1d1d;
  border: none;
  outline: none;
  padding: 12px 20px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-family: "gotham-medium";
}
.subs-sec {
  background: url(../images/subs-bg.png) no-repeat center right;
  position: relative;
  min-height: 78vh;
  background-size: auto 100%;
}
.subs-con {
  padding: 20px 55px;
  position: relative;
}
.back-p {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  margin: 0 0 30px;
}
.subs-con h2 {
  margin: 0 0 40px;
}

.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: 26px;
  height: 26px;
  border: 2px 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: 8px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 9px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-right: 2px solid #181711;
  border-bottom: 2px solid #181711;
  transform: rotate(45deg);
}

.subs-col {
  background: url(../images/subs-col-bg.png) no-repeat center center;
  background-size: contain;
  width: 600px;
  height: 328px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.subs-head {
  display: flex;
  justify-content: center;
}
.subs-row {
  display: flex;
  column-gap: 30px;
  margin-bottom: 50px;
}
.subs-head span {
  background: #396e35;
  color: #fabc14;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 0 0 16px 0;
  position: absolute;
  left: 0;
  top: 0;
}
.subs-head h4 {
  margin: 10px 0;
  font-size: 24px;
}
.subs-head p {
  margin: 0;
  position: absolute;
  right: 13px;
  top: 0;
}
.subs-col .st-bdr {
  margin: 0;
  opacity: 0.5;
}
.subs-body {
  padding: 10px 25px;
}
.subs-prize {
  text-align: center;
  font-size: 32px;
  color: #fabc14;
  font-family: "gotham-medium";
}
.subs-prize span {
  font-size: 20px;
}
.subs-body li {
  background: url(../images/list-icon.png) no-repeat left 0;
}
.subs-body li {
  background: url(../images/list-icon.png) no-repeat left 2px;
  padding: 2px 0 2px 35px;
  margin: 0 0 5px;
  color: #e6e6e6;
  font-size: 18px;
}
.subs-btn {
  background: #fabc14;
  color: #000;
  border: none;
  outline: none;
  padding: 14px 20px;
  font-size: 20px;
  font-family: "gotham-medium";
  min-width: 340px;
  border-radius: 40px;
}
.subs-btn-col {
  margin-bottom: 50px;
}
.subs-sec:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 39%, rgba(0, 0, 0, 1) 68%, rgba(255, 255, 255, 0) 100%);
}
.setting-box {
  width: 340px;
}
ul.set-list li {
  background: #0d0d0d;
  border: 1px solid #73737380;
  border-radius: 8px;
  padding: 16px;
  margin: 18px 0 0;
}
ul.set-list {
  padding-top: 5px;
  margin-bottom: 50px;
}
ul.set-list li a {
  color: #fff;
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: relative;
}
ul.set-list li a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 3px;
  top: 6px;
  transform: rotate(-45deg);
}
.log-col .log-btn {
  display: inline-block;
  width: auto;
  padding: 16px 25px;
}
.log-col {
  text-align: center;
  padding: 15px;
  margin-bottom: 50px;
}
.sm-footer {
  text-align: center;
}
.sm-footer p {
  font-size: 12px;
}
.sm-footer .f-social ul {
  margin: 0;
  justify-content: center;
}

.portrait-slider .item .slider-img a img {
  width: 280px;
}

.sm-footer .f-social ul li {
  margin-right: 25px;
}

.sm-footer .f-social ul li:last-child {
  margin-right: 0;
}

.sm-footer .f-social ul img {
  max-width: 24px;
}
.set-sec {
  min-height: calc(100vh - 80px);
}

.setting-box h2 {
  color: #fff;
}

.setting-box h3 {
  font-size: 22px;
  margin: 0 0 35px;
  color: #fff;
}

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: 20px 25px;
  margin: 0 auto 15px auto;
  border-top: 1px solid #0d0d0d;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}

ul.accordion-list li h3 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
  padding-right: 30px;
}
ul.accordion-list li .faq-i {
  content: "";
  position: absolute;
  right: 20px;
  top: 16px;
  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: 20px -25px -20px;
  padding: 20px 25px;
  cursor: pointer;
  background: #161616;
}

.faq-con {
  max-width: 1166px;
  margin: 35px auto;
}
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;
}
.play-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.play-btn img {
  height: 100% !important;
}
.bdm h4 {
  font-size: 18px;
  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 a {
  color: #fff;
}
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: 8px;
}
.reb-me {
  display: block;
  background: #e39400;
  color: #000;
  text-align: center;
  border-radius: 40px;
  padding: 10px;
  margin: 20px 0;
  font-family: "gotham-medium";
}
.reb-me i {
  font-weight: 500;
  margin-left: 4px;
}
.banner {
  position: relative;
}
.nav-col .button {
  display: none;
}
.banner-img img {
  width: 100%;
}
.join-btn:hover,.reb-me:hover {
  background: #fff;
}
.nav-right .sub-btn:hover,
.log-btn:hover,
.subs-btn:hover,
.f-s-btn:hover,
.st-btn:hover {
  background: #e39400;
  color: #151515cc;
}
.pro-head a:hover {
  color: #fabc14;
}
body.login-body {
  padding: 0;
}
.slider-img,
.slider-img1,
.slider-img2 {
  padding: 1px;
}
.slider-img img,
.slider-img1 img,
.slider-img2 img {
  border: 1px solid transparent;
  border-radius: 6px;
  transition: 0.5s;
}
.slider-img img:hover,
.slider-img1 img:hover,
.slider-img2 img:hover {
  border: 1px solid #fff;
  opacity: 0.8 !important;
}
.log-feild:focus {
  box-shadow: 0 0 4px #ffffff;
}
.img-vl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  position: relative;
  margin: -10px 0 0;
  background: #191919;
  z-index: 1;
}
.img-vl a {
  color: #b2b2b2;
  font-size: 20px;
}
.slider-img-v {
  background: #191919;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 20px;
  border: 1px solid transparent;
  transition: 0.5s;
}
.slider-img-v:hover {
  border: 1px solid #fff;
}
.img-v {
  position: relative;
}
.img-v a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}
ul.set-list li:hover {
  box-shadow: 0 0 2px #f5bc15;
}
.img-v img {
  display: block;
  width: 100%;
}
.tab-col-3 .slider-img-v {
  border-radius: 8px;
}
.btn-list a {
  display: block;
  font-size: 16px;
  color: #fff;
  border: 1px solid #2e2e2e;
  padding: 8px 16px;
  border-radius: 40px;
  background: #191919;
  white-space: nowrap;
}
.btn-list li::after {
  display: none;
}
.btn-list {
  gap: 16px !important;
}
.cus_row{
  font-weight: 500;
}