@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.container-fluid.max {
  padding: 0 40px;
}

@media (max-width: 1400.5px) and (min-width: 1200px) {
  .container {
    max-width: 1270px;
  }
}
@media (max-width: 1366.5px) and (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 1280.5px) and (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
}
@media (max-width: 1024.5px) and (min-width: 1200px) {
  .container {
    max-width: 930px;
  }
}
@media (min-width: 800px) and (max-width: 991.5px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 767px) and (max-width: 800.5px) {
  .container {
    max-width: 700px;
  }
}
.container-fluid {
  padding: 0 80px;
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575.98px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.banner-area .single-banner {
  position: relative;
}
.banner-area .single-banner img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .banner-area .single-banner img {
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner-area .single-banner::after {
  background: linear-gradient(0deg, #1A1C26 0%, rgba(26, 28, 38, 0) 50%), linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(9, 9, 9, 0) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(9, 9, 9, 0) 100%);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-area .single-banner .banner-content {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  max-height: 80%;
}
.banner-area .single-banner .banner-content h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 8px;
}
@media (max-width: 768.48px) {
  .banner-area .single-banner .banner-content h1 {
    font-size: 32px;
  }
}
.banner-area .single-banner .banner-content p {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 40px;
}
@media (max-width: 768.48px) {
  .banner-area .single-banner .banner-content p {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.banner-area .single-banner .banner-content p span {
  margin: 0 10px;
  display: inline-block;
}

.content-list {
  padding: 44px 0;
}
.content-list h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.content-list .btn-view {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.64);
  font-weight: 500;
  line-height: 19px;
}
.content-list .btn-view:hover {
  color: #fff;
}

.badge-theme {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 4px;
  background: #118BA6;
  padding: 1px 8px;
  display: inline-block;
  color: #fff;
}

.content-list:hover .card-slider .slick-arrow {
  opacity: 1;
}

.card-slider {
  margin: 0 -8px;
  position: relative;
}
.card-slider .box-hover {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s;
  z-index: 1;
}
.card-slider .box-hover button {
  border: 1px solid #118BA6;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 12px 20px;
  display: block;
  min-width: 120px;
  margin-bottom: 18px;
  background-color: transparent;
  transition: 0.3s;
  text-align: center;
}
.card-slider .box-hover button:hover {
  background-color: #118BA6;
}
.card-slider .single-card:hover .box-hover {
  top: 0;
}
.card-slider .single-card:hover .play-icon svg path {
  fill: #fff;
}
.card-slider .single-card:hover .badge-theme {
  opacity: 0;
}
.card-slider .single-card.audio:hover .play-icon svg path {
  stroke: #fff;
  fill: none;
}
.card-slider.play .single-card:hover .box-hover {
  top: 0;
}
.card-slider.play .single-card:hover .play-icon svg path {
  fill: none;
  stroke: #fff;
}
.card-slider.play .single-card:hover .badge-theme {
  opacity: 0;
}
.card-slider .slick-arrow {
  position: absolute;
  height: 100%;
  display: flex !important;
  align-items: center;
  top: 0;
  bottom: 0;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
}
.card-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.card-slider .slick-arrow.slick-next {
  right: -40px;
  left: auto;
}
@media (max-width: 991.98px) {
  .card-slider .slick-arrow.slick-next {
    right: -20px;
  }
}
@media (max-width: 575.98px) {
  .card-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
.card-slider .slick-arrow.slick-prev {
  left: -40px;
  right: auto;
}
@media (max-width: 991.98px) {
  .card-slider .slick-arrow.slick-prev {
    left: -20px;
  }
}
@media (max-width: 575.98px) {
  .card-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}

.card-slider .single-card {
  position: relative;
  display: inline-block;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 8px;
  margin-left: 8px;
}
.card-slider .single-card span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  margin-bottom: 8px;
  display: block;
  margin-top: 2px;
  color: #fff;
}
.card-slider .single-card .badge-theme {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  max-width: 70%;
}
.card-slider .single-card .play-icon {
  position: absolute;
  top: 9px;
  right: 12px;
  z-index: 2;
}
.card-slider .single-card .card-bottom {
  background: #232631;
  padding: 12px;
  position: relative;
  z-index: 2;
}
.card-slider .single-card .card-bottom h3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.card-slider .single-card .card-bottom p {
  color: #7B8794;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.footer-area {
  background: #000;
  padding: 24px 0;
}
.footer-area p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.footer-area ul {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer-area ul li {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  line-height: normal;
}
.footer-area ul li a:hover svg path {
  stroke-opacity: 1;
  fill-opacity: 1;
}

.mt-44 {
  margin-top: 44px;
}

@media (min-width: 992px) {
  .navbar-collapse {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.nav-inner {
  margin-left: auto;
  margin-right: 32px;
  display: flex;
  justify-self: end;
  gap: 32px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .nav-inner {
    margin-right: 50px;
  }
}
@media (max-width: 768.48px) {
  .nav-inner {
    display: none;
  }
}
.nav-inner p {
  font-size: 14px;
  line-height: 24px;
}
.nav-inner .search-wrap {
  display: flex;
  background: #1F2025;
  align-items: center;
  border-radius: 6px;
  width: 208px;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
}
.nav-inner .search-wrap .form-control {
  font-size: 14px;
  background: #1F2025;
  color: #fff;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
.nav-inner .search-wrap .form-control::-moz-placeholder {
  color: #fff;
}
.nav-inner .search-wrap .form-control::placeholder {
  color: #fff;
}

.search-toggle {
  background: #1F2025;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 60px;
}
@media (min-width: 768.5px) {
  .search-toggle {
    display: none;
  }
}

.search-pop {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 2;
  transition: 0.3s;
}
.search-pop .form-control {
  border-radius: 6px;
  font-size: 14px;
  background: #1F2025;
  color: #fff;
  border: none;
  padding: 12px 16px;
  outline: none !important;
  box-shadow: none !important;
}
.search-pop .form-control::-moz-placeholder {
  color: #fff;
}
.search-pop .form-control::placeholder {
  color: #fff;
}

.search-wrap.noexpand {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  cursor: pointer;
}
.search-wrap.noexpand .form-control {
  display: none;
}

.form-wrap {
  display: flex;
  min-height: 100vh;
  align-items: center;
}
.form-wrap .form-inner {
  padding: 32px;
  border-radius: 8px;
  background: #11131B;
}
.form-wrap .form-inner p {
  color: #7B8794;
  font-size: 12px;
  font-style: normal;
  margin-top: 4px;
  font-weight: 500;
  line-height: 18px; /* 150% */
}
.form-wrap .form-inner p a {
  color: #118BA6;
}
.form-wrap .form-inner .btn-white {
  border-radius: 4px;
  border: 1px solid #F1F1F1;
  background: #F7F8FA;
  font-size: 16px;
  padding: 14px 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #202223;
  gap: 12px;
  transition: 0.3s;
}
.form-wrap .form-inner .btn-white:hover {
  background: #e9eaea;
}
.form-wrap .form-inner .line {
  color: #7B8794;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  display: block;
  width: 100%;
}
.form-wrap .form-inner .line span {
  background: #11131B;
  padding: 3px 5px;
  position: relative;
}
.form-wrap .form-inner .line::before {
  background: #292C3A;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
.form-wrap .form-inner h2 {
  margin-bottom: 32px;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px; /* 166.667% */
}
.form-wrap .form-inner .btn-theme {
  color: #FFF;
  border: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 4px;
  background: #118BA6;
  transition: 0.3s;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 0px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
}
.form-wrap .form-inner .btn-theme:hover {
  background: #09667b;
}
.form-wrap .form-inner .form-control {
  border-radius: 6px;
  background: #1F2025;
  height: 44px;
  color: #fff;
  border: none;
  font-size: 13px;
}
.form-wrap .form-inner .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
}
.form-wrap .form-inner .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
}

@media (max-width: 768.48px) {
  .banner-area.author .single-banner img {
    min-height: 320px;
    -o-object-position: right;
       object-position: right;
  }
}
.banner-area.author .single-banner .banner-content h1 {
  font-size: 50px;
  line-height: 46px;
  margin-bottom: 24px;
}
@media (max-width: 768.48px) {
  .banner-area.author .single-banner .banner-content h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.banner-area.author .single-banner .banner-content p {
  color: rgba(255, 255, 255, 0.74);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner-area.inner .single-banner .banner-content h1 {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 768.48px) {
  .banner-area.inner .single-banner .banner-content h1 {
    font-size: 30px;
  }
}
.banner-area.inner .meta {
  color: #FFF;
  margin-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  display: flex;
  gap: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner-area.inner .meta .seperator {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}
.banner-area.inner .info {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 40px;
}
.banner-area.inner .info a {
  color: #118BA6;
}
.banner-area.inner .info a:hover {
  color: #084c5b;
}
.banner-area.inner .btn-active {
  display: flex;
  gap: 10px;
}
.banner-area.inner .btn-white {
  height: 48px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #FFF;
  background: rgba(24, 160, 251, 0);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 0px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  width: 184px;
  justify-content: center;
}
.banner-area.inner .btn-white:hover {
  background: #fff;
  color: #118BA6;
}

.content-wrap {
  padding-top: 40px;
  min-height: 54vh;
}
@media (min-width: 992px) {
  .content-wrap .right-content {
    padding-left: 46px;
  }
}
.content-wrap .right-content ul {
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.content-wrap .right-content ul li {
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
  color: #7B8794;
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 146.154% */
}
.content-wrap .right-content ul li .count {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
}
.content-wrap .right-content ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.content-wrap .right-content p {
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.content-wrap .right-content p span {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
.content-wrap .right-content a {
  border-radius: 4px;
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  background: #118BA6;
  width: 114px;
  margin-right: 0;
  margin-left: auto;
}
.content-wrap .right-content a:hover {
  background: #065f73;
}
.content-wrap .left-content ul {
  display: flex;
  gap: 8px;
  align-items: center;
}
.content-wrap .left-content ul li {
  list-style: none;
  color: #FFF;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.content-wrap .left-content p {
  color: #FFF;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.content-wrap .left-content p:not(:last-child) {
  margin-bottom: 24px;
}

.dropdown.user img {
  max-width: 32px;
  max-height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-right: 16px;
}
.dropdown.user a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.dropdown.user .dropdown-toggle {
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.dropdown.user .dropdown-toggle::after {
  border: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.84861 3.51562H2.15173C1.92087 3.51562 1.79196 3.75937 1.93493 3.92578L5.78337 8.38828C5.89353 8.51602 6.10564 8.51602 6.21696 8.38828L10.0654 3.92578C10.2084 3.75937 10.0795 3.51562 9.84861 3.51562Z' fill='white'/%3E %3C/svg%3E ");
  width: 12px;
  height: 12px;
  transform: translateY(5px);
  background-size: cover;
}
@media (max-width: 768.48px) {
  .dropdown.user .dropdown-toggle::after {
    margin-left: 10px;
  }
}
@media (max-width: 768.48px) {
  .dropdown.user .dropdown-toggle {
    font-size: 0;
    padding: 0;
  }
  .dropdown.user .dropdown-toggle img {
    margin-right: 0;
  }
}
.dropdown.user .dropdown-menu {
  background: #15171e;
  border: 1px solid rgba(128, 128, 128, 0.4509803922);
  width: 100%;
}
@media (max-width: 768.48px) {
  .dropdown.user .dropdown-menu {
    width: 200px;
    right: 0;
    left: auto;
  }
}
.dropdown.user .dropdown-menu li a {
  padding: 10px 12px;
  max-width: 166px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown.user .dropdown-menu li a:hover {
  background: #118BA6;
}

.thankyou-wrap {
  min-height: 81vh;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .thankyou-wrap {
    min-height: 85vh;
  }
}
@media (max-width: 768.48px) {
  .thankyou-wrap {
    min-height: 75vh;
  }
}
.thankyou-wrap img {
  margin-bottom: 40px;
}
.thankyou-wrap h1 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
}
.thankyou-wrap p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.thankyou-wrap span {
  margin-top: 80px;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}

.card-slider.no-sliding {
  margin: 0;
}
.card-slider.no-sliding .single-card {
  margin: 0;
  width: 100%;
}
@media (max-width: 768.48px) {
  .card-slider.no-sliding .single-card img {
    width: 100%;
  }
}

.content-list.player {
  padding: 64px 0;
}
@media (max-width: 1399.98px) {
  .content-list.player {
    min-height: 88vh;
    align-items: center;
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .content-list.player {
    min-height: 87vh;
    align-items: center;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .content-list.player {
    min-height: 80vh;
  }
}

ul.search-result {
  background-color: #1F2025;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  transition: 0.3s;
  display: none;
  max-height: 400px;
  top: 100%;
  overflow-y: auto;
}
ul.search-result::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}
ul.search-result::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
ul.search-result::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #555;
}
ul.search-result.show {
  display: block;
}
ul.search-result li a {
  padding: 0;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  display: block;
}
ul.search-result li a:hover {
  background: #000;
}

.search-wrap {
  position: relative;
}

@media (min-width: 992px) {
  .w-561 {
    width: 561px !important;
  }
}
@media (max-width: 1199.98px) {
  .content-list.single {
    min-height: 66vh;
  }
}
@media (max-width: 768.48px) {
  .content-list.single {
    min-height: 50vh;
  }
}
@media (max-width: 575.98px) {
  .content-list.single {
    min-height: auto;
  }
}

.card-slider .single-card .img-box {
  overflow: hidden;
}

@media (max-width: 1399.98px) {
  .content-list.single-content {
    min-height: 80vh;
  }
}

@media (max-width: 1399.98px) {
  .content-list.single-content.purchase {
    min-height: 85vh;
  }
}

.muvitv .modal-content {
  background: #40434D;
}
.muvitv .modal-content h1 {
  color: #FFF;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; /* 140% */
  margin-bottom: 8px;
}
.muvitv .modal-content .btn-close {
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15 5L5 15' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M5 5L15 15' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E ");
  background-size: 20px;
}
.muvitv .modal-content p {
  color: rgba(255, 255, 255, 0.64);
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.muvitv .modal-content .modal-footer {
  padding-top: 24px;
  padding-left: 32px;
  padding-right: 32px;
  gap: 16px;
}
.muvitv .modal-content .modal-body {
  margin-left: 32px;
  margin-right: 32px;
  padding: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.muvitv .modal-content .btn-cancel {
  border-radius: 4px;
  padding: 12px 24px;
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  background: #1F2025;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 0px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
}
.muvitv .modal-content .btn-cancel:hover {
  background: #000;
}
.muvitv .modal-content .btn-process {
  border-radius: 4px;
  padding: 12px 24px;
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  background: #118BA6;
  border: none;
}
.muvitv .modal-content .btn-process:hover {
  background: #0a596b;
}
.muvitv .modal-content .price {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter";
  font-size: 13px;
  font-weight: 400;
  line-height: 19px; /* 146.154% */
  margin-top: 16px;
}
.muvitv .modal-content .price span {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  display: block;
  margin-top: 4px;
}
.muvitv .modal-content.form .modal-body {
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 48px;
  text-align: center;
}
.muvitv .modal-content.form .modal-body .more {
  margin-top: 24px;
}
.muvitv .modal-content.form .modal-body .more p {
  color: #B1B6BC;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.muvitv .modal-content.form .modal-body .more p a {
  color: #5FA9BA;
  font-weight: 500;
}
.muvitv .modal-content.form .modal-body .more p a:hover {
  color: #118BA6;
}
.muvitv .modal-content.form .modal-body .more.fs-12 p {
  font-size: 12px;
}
.muvitv .modal-content.form .modal-body .subtitle {
  color: #FFF;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px; /* 140% */
}
.muvitv .modal-content.form .modal-body .logo-wrap {
  margin-top: 32px;
  margin-bottom: 48px;
}
.muvitv .modal-content.form .modal-body .pay {
  color: #B8BCCA;
  font-family: "Inter";
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px; /* 150% */
}
.muvitv .modal-content.form .modal-body .pay a {
  color: #fff;
}
.muvitv .modal-content.form .modal-body h4 {
  color: #FFF;
  font-family: "Inter";
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}
.muvitv .modal-content.form .modal-body .btn-theme {
  border-radius: 4px;
  background: #118BA6;
  padding: 12px 24px;
  display: block;
  width: 100%;
  border: none;
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.3s;
}
.muvitv .modal-content.form .modal-body .btn-theme:hover {
  background: #0a596b;
}
.muvitv .modal-content.form .modal-body .subtext {
  color: #7B8794;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px; /* 150% */
  margin: 20px 0;
}
.muvitv .modal-content.form .modal-body .subtext a {
  color: #fff;
  text-decoration: underline;
}
.muvitv .modal-content.form .modal-body .subtext a:hover {
  color: #118BA6;
}
.muvitv .modal-content.form .modal-body .form-control {
  border-radius: 6px;
  background: #1F2025;
  height: 44px;
  font-family: "Inter";
  border: none;
  font-size: 14px;
  color: #fff;
  box-shadow: none;
  padding-left: 16px;
  padding-right: 16px;
}
.muvitv .modal-content.form .modal-body .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}
.muvitv .modal-content.form .modal-body .form-control::placeholder {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}
.muvitv .modal-content.form .modal-body .title {
  color: #FFF;
  font-family: "Inter";
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  margin-bottom: 32px;
}

.social-share {
  padding: 10px 0 0 0;
  margin: 0;
}

.social-share-all {
  position: relative;
}

.social-share {
  list-style: none;
}

.social-share-all {
  position: relative;
}

.social-share-all .share-video, .share-video {
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 9;
  width: 360px;
  background: #040404;
  border-radius: 4px;
}

.share-list .share-video {
  left: 100px;
}

.social-share .social-share-all .share-video a, .share-video a {
  background: transparent !important;
  border: none !important;
  width: auto !important;
  height: auto;
  line-height: 100%;
}

.social-share-all .share-video .heading, .share-video .heading {
  width: 100%;
  background: #3A3C48;
  border-radius: 4px 4px 0px 0px;
  position: relative;
  padding: 16px;
}

.social-share-all .share-video .heading h4, .share-video .heading h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}

.social-share-all .share-video .heading h4 svg, .share-video .heading h4 svg {
  margin: 0 15px 0 0;
}

.social-share-all .share-video .heading span, .share-video .heading span {
  position: absolute;
  top: 15px;
  right: 25px;
}

.share-list .share-video .heading span a {
  padding: 10px 0px;
  opacity: 0.6;
}

.share-list .share-video .heading span a:hover {
  opacity: 1;
}

.social-share-all .share-video .content-social, .share-video .content-social {
  width: 100%;
  padding: 16px 16px 8px 16px;
  position: relative;
}

.social-share-all .share-video .content-social p, .share-video .content-social p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 0 0 3px 0;
  margin: 0;
}

.social-share-all .share-video .content-social .form-control, .share-video .content-social .form-control {
  border: 2px solid #474747;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  height: 36px;
  padding: 0 0 0 42px;
  margin: 0;
  background: #040404;
}

.social-share-all .share-video .content-social span, .share-video .content-social span {
  position: absolute;
  top: 44px;
  left: 31px;
}

.share-list .share-video .content-social span.link-icon {
  padding-top: 6px;
}

.social-share-all .share-video .bottom, .share-video .bottom {
  width: 100%;
  padding: 0 16px 16px 16px;
}

.social-share-all .share-video .bottom h6, .share-video .bottom h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 0 0 10px 0;
  margin: 0;
}

.social-share-all .share-video .bottom ul, .share-video .bottom ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.social-share-all .share-video .bottom ul li, .share-video .bottom ul li {
  margin: 0 12px;
  padding: 0;
}

.social-share-all .share-video .bottom ul li:first-child, .share-video .bottom ul li:first-child {
  margin-left: 0;
}

.share-video .content-social .form-control.link-copy-div {
  overflow: hidden;
  /* display: flex; */
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  padding: 0 42px 0 5px;
  padding-top: 4px;
}

.share-list .share-video .content-social span.link-icon.link-copy-icon-span {
  padding-top: 5px;
}

.share-video .content-social span.link-copy-icon-span {
  position: absolute;
  top: 48px;
  right: 31px !important;
  left: initial;
}

.share-video .content-social span.link-copy-icon-span:hover svg {
  stroke: #118BA6;
  cursor: pointer;
}

a#social-share-popup:hover {
  background: #118BA6;
  opacity: 1;
}

.social-share {
  padding: 0;
}

.bottom a:hover {
  opacity: 1;
}

.social-share a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  line-height: 48px;
  display: inline-block;
  border: solid 1px #525252;
  background: #2d2d2d;
  color: #fff;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  text-align: center;
  transition: 0.5s;
  opacity: 0.6;
  padding: 0px !important;
}

.share-video .content-social span.link-copy-icon-span svg {
  width: 15px;
}

.social-share-all .share-video .bottom ul, .share-video .bottom ul li {
  display: inline-block;
}

@media (max-width: 991.98px) {
  .social-share {
    position: absolute;
    right: 30px;
  }
  .social-share-all .share-video, .share-video {
    bottom: 55px;
    right: 0;
    left: auto;
  }
}
@media (max-width: 575.98px) {
  .social-share-all .share-video, .share-video {
    left: auto;
    width: auto;
  }
}
.content-wrap.no-content {
  min-height: auto;
  padding-bottom: 36px;
}

.footer-area ul a:hover {
  opacity: 0.8;
}

span.invalid-feedback {
  text-align: left;
  font-size: 12px;
}

.lbl-green {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.auth-thumb {
  max-width: 100px;
  border-radius: 100px;
  border: 1px solid #FFF;
  margin-top: 3px;
  overflow: hidden;
}
@media (max-width: 768.48px) {
  .auth-thumb {
    max-width: 48px;
  }
}
.auth-thumb img {
  min-height: auto !important;
}

.slick-track {
  margin-left: 0 !important;
}

.list-footer {
  display: flex;
  gap: 8px;
}
.list-footer li a {
  color: rgba(255, 255, 255, 0.74);
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.list-footer li a:hover {
  color: #118BA6;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .navbar-toggler {
    position: absolute;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: auto;
    box-shadow: none;
    border: none;
    outline: none;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler span {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 20px;
    top: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    background-image: none;
    outline: none;
    left: 0;
    margin: auto;
  }
  .navbar-toggler span:nth-child(1) {
    top: 16px;
  }
  .navbar-toggler span:nth-child(2) {
    top: 20px;
  }
  .navbar-toggler span:nth-child(3) {
    top: 24px;
  }
  .navbar-toggler span {
    width: 20px;
    background-color: #fff;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 20px;
    top: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    background-image: none;
    outline: none;
    left: 0;
    margin: auto;
  }
  .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 84px;
    z-index: 9999;
    transition: 0.25s ease-in-out;
    background: #000;
    display: block !important;
    right: -100%;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 991.98px) and (min-width: 768.5px) {
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse li {
    justify-content: center;
    display: flex;
  }
  .navbar-collapse li a {
    width: -moz-max-content;
    width: max-content;
  }
  .menu-active {
    overflow: hidden;
  }
  .menu-active .mu-elearning .navbar-toggler {
    background: #F6F7FA;
  }
  .menu-active .mu-elearning .navbar-toggler span {
    background-color: #fff;
  }
  .menu-active .navbar-collapse {
    right: 0;
    overflow: auto;
  }
  .menu-active .navbar-toggler span:nth-child(1) {
    top: 20px;
    transform: rotate(135deg);
  }
  .menu-active .navbar-toggler span:nth-child(2) {
    opacity: 0;
  }
  .menu-active .navbar-toggler span:nth-child(3) {
    top: 20px;
    transform: rotate(-135deg);
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    top: 137px;
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
@media (max-width: 991.98px) and (max-width: 920px) {
  .navbar-collapse {
    top: 92px;
  }
}
@media (max-width: 991.98px) and (max-width: 768.48px) {
  .navbar-collapse {
    top: 72px;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse.menusticky {
    top: 100px;
  }
}
@media (max-width: 991.98px) and (max-width: 920px) {
  .navbar-collapse.menusticky {
    top: 80px;
  }
}
@media (max-width: 991.98px) and (max-width: 768.48px) {
  .navbar-collapse.menusticky {
    top: 85px;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .navbar-collapse.menusticky {
    top: 75px;
  }
}

.tv-header {
  position: sticky;
  top: 0;
  z-index: 99;
}
.tv-header .signup {
  color: #B1B6BC;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 768.48px) {
  .tv-header .signup {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .tv-header .signup {
    font-size: 8px;
  }
}
.tv-header .signup a {
  color: #5FA9BA;
}
.tv-header .signup a:hover {
  color: #118BA6;
}
.tv-header .navbar {
  background: #000;
  padding: 20px 80px;
}
@media (max-width: 991.98px) {
  .tv-header .navbar {
    padding-left: 36px;
    padding-right: 36px;
  }
  .tv-header .navbar .navbar-brand svg {
    max-width: 120px;
  }
  .tv-header .navbar .navbar-brand img {
    max-width: 120px;
  }
}
@media (max-width: 768.48px) {
  .tv-header .navbar {
    padding: 12px 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tv-header .navbar .navbar-brand svg {
    max-width: 120px;
  }
  .tv-header .navbar .navbar-brand img {
    max-width: 120px;
  }
}
.tv-header .navbar .navbar-nav {
  gap: 8px;
}
.tv-header .navbar .theme-btn {
  padding: 6px 18px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  background: #118BA6;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 0px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
}
.tv-header .navbar .theme-btn:hover {
  background: #045365;
}
.tv-header .navbar .light-btn {
  padding: 6px 18px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 0px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
}
.tv-header .navbar .light-btn:hover {
  background: #045365;
}

.content-wrap .left-content .no-content {
  padding: 65px 0;
}
.content-wrap .left-content .no-content p {
  color: var(--Alpha-White, rgba(255, 255, 255, 0.6));
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.btn-active {
  font-weight: 500;
  border-radius: 4px;
  display: flex;
  padding: 10px 32px;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
  font-size: 18px;
  align-items: center;
  color: #fff;
  text-decoration: none;
  line-height: 133.333%;
  height: 48px;
  background: #118BA6;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 0px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
}
.btn-active:hover {
  background: #045365;
  color: #fff;
}

a {
  transition: 0.3s;
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #FFF;
  background: #1A1C26;
  word-break: break-word;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  font-style: normal;
  line-height: 1.17;
}
.slick-track{
  margin-left: 0 !important;
}
a.top-link:hover p {
  color: #00bcf7 !important;
  }
li.top-link:hover{
    color: #00bcf7 !important;
}
.list-footer li a {
  color: rgba(255, 255, 255, 0.74);
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.card-slider .single-card .card-bottom h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*========Page Not Found Start here============*/
.pagenot-found {
  width: 100%;
  text-align: center;
  height: 100vh;
  padding: 50px 0;
  position: relative;
}

.pagenot-found img {
  max-height: 100%;
  max-width: 100%;
}

.pagenot-found .page-notfound {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.pagenot-found .page-notfound h1 {
  font-size: 64px;
  line-height: 72px;
  color: #ffffff;
  padding: 0 0 16px 0;
  margin: 0;
  font-weight: 700;
}

.pagenot-found .page-notfound a {
  background: #118BA6;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  width: 270px;
  height: 48px;
  text-align: center;
  padding: 12px 0;
}
.auth-thumb {
  max-width: 100px;
  border-radius: 100px;
  border: 1px solid #FFF;
  margin-top: 3px;
  overflow: hidden;
}
@media (max-width: 768.48px) {
  .auth-thumb {
    max-width: 48px;
  }
}
.auth-thumb img {
  min-height: auto !important;
}

/*Slider Image Equal Height CSS*/
  .slick-slide {
    height: auto;
  }
  .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .position-relative.img-box{
    height: calc(100% - 92px);
    /* max-height: 300px; */
  }

.position-relative.img-box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.left-content .support-item span {
  display: block;
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}.left-content .support-item p {
  display: flex;
  color: #7B8794;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  gap: 8px;
  align-items: center;
}
/*# sourceMappingURL=main-style.css.map */
