  /*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  # Typography 
      [ ## Heading ] 
      [ ## Others Typography ]
  # Elements
      [ ## Font Size ]
      [ ## Font Weight ]
      [ ## Margin Element ]
      [ ## Padding Element ]
      [ ## Color Element ]
      [ ## Background Element ]
      [ ## Extra Background ]
      [ ## Social Element ]
      [ ## Overlay Element ]
      [ ## Lists ]
      [ ## Post, Page, Comments Table ]
      [ ## Others Element ]
      [ ## Grid Element ]
  # Forms
    [ ## Buttons ]
    [ ## Fields ]
  # Header Content
    [ ## Preloader ]
    [ ## Header ]
      [ ## Sticky header ]
  # layout
      [ ## Hero Block ]
      [ ## Features ]
      [ ## Team ]
      [ ## Testimonial ]
      [ ## Sections ]
          [ ### Features Block ]
          [ ### Network Location ]
          [ ### Discount Block ]
          [ ### Vission Mission Block ]
          [ ### Work Brand ]
          [ ### Announcement ]
          [ ### Pricing ]
          [ ### Faqs ]
          [ ### Support Ticket ]
          [ ### Call To Action ]
          [ ### Founder Message Block ]
          [ ### Fan Fact Block ]
      [ ## Blog ]
  # site content
    [ ## About Page ]
    [ ## Contact Page ]
    [ ## 404 Page ]
    [ ## Registration Page ]
    [ ## Posts and pages ]
        [ ### Page Title ]
        [ ### Breadcrumb ]
        [ ### Page info Content ]
    [ ## Comments ]
    [ ## Widgets ]
    [ ## Widgets Content ]
  # Footer
  /*--------------------------------------------------------------
  # abstracts
  --------------------------------------------------------------*/
  /*-------------------------------------------------
      [ ### font-variable start ]
  */
  /*-------------------------------------------------
      [ ### font-variable end ]
  */
  /*-------------------------------------------------
      [ ### font_family-variable start ]
  */
  /*-------------------------------------------------
      [ ### font_family-variable end ]
  */
  /*-------------------------------------------------
      [ ### font_size-variable start ]
  */
  /*-------------------------------------------------
      [ ### font_size-variable end ]
  */
  /*-------------------------------------------------
      [ ### line_height-variable start ]
  */
  /*-------------------------------------------------
      [ ### line_height-variable start ]
  */
  /*-------------------------------------------------
      [ ### initial-color-variable start ]
  */
  /*-------------------------------------------------
      [ ### initial-color-variable end ]
  */
  /*--------------------------------------------------------------
  # base
  --------------------------------------------------------------*/
  /*-------------------------------------------------
      [ ## reset ]
  */
  html {
    font-size: 100%;
    scroll-behavior: smooth;
  }
  *{
    transition: .5s;
  }
  body {
    background-color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
    overflow-x: hidden;
  }

  a {
    display: inline-block;
  }

  ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  blockquote {
    margin: 0 0 1.3em;
  }

  p {
    margin-bottom: 15px;
    line-height: 1.8em;
  }
  p:last-child {
    margin-bottom: 0px;
  }
  @media only screen and (max-width: 1199px) {
    p {
      line-height: 1.7em;
    }
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .text--secondary-theme{
    color: #932a35 !important;
  }

  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus,
  input:focus,
  textarea:focus {
    outline: none;
  }

  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    border: none;
    cursor: pointer;
  }

  input,
  textarea {
    padding: 12px 25px;
    width: 100%;
  }

  span {
    display: inline-block;
  }

  a,
  a:focus,
  a:hover {
    text-decoration: none;
    color: inherit;
  }

  blockquote {
    background-color: #f9f9f9;
    padding: 20px;
    color: white;
    border-radius: 3px;
    font-weight: 500;
    font-style: italic;
    position: relative;
  }
  blockquote .quote-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px;
    opacity: 0.1;
  }

  @media (max-width: 575px) {
    .col-xs-6 {
      flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      max-width: 50%;
    }
  }

  @media (min-width: 1480px) {
    .col-xxl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    
    .col-xxl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 auto;
      width: 25%
    }
  }

  /*-------------------------------------------------
      [ ## padding ]
  */
  .pt-10 {
    padding-top: 10px;
  }

  .pt-20 {
    padding-top: 20px;
  }

  .pt-30 {
    padding-top: 30px;
  }

  .pt-40 {
    padding-top: 40px;
  }

  .pt-50 {
    padding-top: 50px;
  }

  .pt-60 {
    padding-top: 60px;
  }

  .pt-80 {
    padding-top: 80px;
  }

  .pt-100 {
    padding-top: 100px;
  }
  @media only screen and (max-width: 991px) {
    .pt-100 {
      padding-top: 80px;
    }
  }

  .pt-120 {
    padding-top: 120px;
  }
  @media only screen and (max-width: 991px) {
    .pt-120 {
      padding-top: 100px;
    }
  }

  .pt-150 {
    padding-top: 150px;
  }
  @media only screen and (max-width: 991px) {
    .pt-150 {
      padding-top: 100px;
    }
  }

  .pb-10 {
    padding-bottom: 10px;
  }

  .pb-20 {
    padding-bottom: 20px;
  }

  .pb-30 {
    padding-bottom: 30px;
  }

  .pb-40 {
    padding-bottom: 40px;
  }

  .pb-50 {
    padding-bottom: 50px;
  }

  .pb-60 {
    padding-bottom: 60px;
  }

  .pb-80 {
    padding-bottom: 80px;
  }

  .pb-100 {
    padding-bottom: 100px;
  }
  @media only screen and (max-width: 991px) {
    .pb-100 {
      padding-bottom: 80px;
    }
  }

  .pb-120 {
    padding-bottom: 120px;
  }
  @media only screen and (max-width: 991px) {
    .pb-120 {
      padding-bottom: 100px;
    }
  }

  .pb-150 {
    padding-bottom: 150px;
  }
  @media only screen and (max-width: 991px) {
    .pb-150 {
      padding-bottom: 100px;
    }
  }

  .ptb-10 {
    padding: 10px 0;
  }

  .ptb-20 {
    padding: 20px 0;
  }

  .ptb-30 {
    padding: 30px 0;
  }

  .ptb-40 {
    padding: 40px 0;
  }

  .ptb-50 {
    padding: 50px 0;
  }

  .ptb-60 {
    padding: 60px 0;
  }

  .ptb-80 {
    padding: 80px 0;
  }

  .ptb-100 {
    padding: 100px 0;
  }
  @media only screen and (max-width: 991px) {
    .ptb-100 {
      padding: 80px 0;
    }
  }

  .ptb-120 {
    padding: 120px 0;
  }
  @media only screen and (max-width: 991px) {
    .ptb-120 {
      padding: 100px 0;
    }
  }

  .ptb-150 {
    padding: 150px 0;
  }
  @media only screen and (max-width: 991px) {
    .ptb-150 {
      padding: 100px 0;
    }
  }

  .mt-10 {
    margin-top: 10px;
  }

  .mt-20 {
    margin-top: 20px;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .mt-40 {
    margin-top: 40px;
  }

  .mt-50 {
    margin-top: 50px;
  }

  .mt-60 {
    margin-top: 60px;
  }

  .mt-80 {
    margin-top: 80px;
  }

  .mt-100 {
    margin-top: 100px;
  }

  .mt-120 {
    margin-top: 120px;
  }

  .mt-150 {
    margin-top: 150px;
  }

  .mb-10 {
    margin-bottom: 10px;
  }

  .mb-20 {
    margin-bottom: 20px;
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  .mb-60 {
    margin-bottom: 60px;
  }

  .mb-80 {
    margin-bottom: 80px;
  }
  @media only screen and (max-width: 575px) {
    .mb-80 {
      margin-bottom: 40px;
    }
  }

  .mb-100 {
    margin-bottom: 100px;
  }

  .mb-120 {
    margin-bottom: 120px;
  }

  .mb-150 {
    margin-bottom: 150px;
  }

  .mt-10-none {
    margin-top: -10px;
  }

  .mt-20-none {
    margin-top: -20px;
  }

  .mt-30-none {
    margin-top: -30px;
  }

  .mt-40-none {
    margin-top: -40px;
  }

  .mt-50-none {
    margin-top: -50px;
  }

  .mt-60-none {
    margin-top: -60px;
  }

  .mt-80-none {
    margin-top: -80px;
  }

  .mt-100-none {
    margin-top: -100px;
  }

  .mt-120-none {
    margin-top: -120px;
  }

  .mt-150-none {
    margin-top: -150px;
  }

  .mb-10-none {
    margin-bottom: -10px;
  }

  .mb-20-none {
    margin-bottom: -20px;
  }

  .mb-30-none {
    margin-bottom: -30px;
  }

  .mb-40-none {
    margin-bottom: -40px;
  }

  .mb-50-none {
    margin-bottom: -50px;
  }

  .mb-60-none {
    margin-bottom: -60px;
  }

  .mb-80-none {
    margin-bottom: -80px;
  }
  @media only screen and (max-width: 575px) {
    .mb-80-none {
      margin-bottom: -40px;
    }
  }

  .mb-100-none {
    margin-bottom: -100px;
  }

  .mb-120-none {
    margin-bottom: -120px;
  }

  .mb-150-none {
    margin-bottom: -150px;
  }

  /*-------------------------------------------------
      [ ## color ]
  */
  .bg--primary {
    background-color: #7367f0 !important;
  }

  .bg--secondary {
    background-color: #868e96;
  }

  .bg--success {
    background-color: #28c76f;
  }

  .bg--danger {
    background-color: #ea5455;
  }

  .bg--warning {
    background-color: #ff9f43;
  }

  .bg--info {
    background-color: #1e9ff2;
  }

  .bg--dark {
    background-color: #10163a;
  }

  /* .bg--base {
    background-color: #932635 !important;
  } */

  .text--primary {
    color: #7367f0;
  }

  .text--secondary {
    color: #868e96;
  }

  .text--success {
    color: #28c76f;
  }

  .text--danger {
    color: #ea5455;
  }

  .text--warning {
    color: #ff9f43;
  }

  .text--info {
    color: #1e9ff2;
  }

  .text--dark {
    color: #10163a;
  }

  .text--base {
    color: #932635 !important;
  }

  .border--primary {
    border: #7367f0;
  }

  .border--secondary {
    border: 1px solid #868e96;
  }

  .border--success {
    border: 1px solid #28c76f;
  }

  .border--danger {
    border: 1px solid #ea5455;
  }

  .border--warning {
    border: 1px solid #ff9f43;
  }

  .border--info {
    border: 1px solid #1e9ff2;
  }

  .border--dark {
    border: 1px solid #10163a;
  }

  .border--base {
    border: 1px solid #e5e5e5 !important;
  }

  .section--bg {
    background-color: #000 !important;
  }

  .bg--gray {
    background-color: #f9f9f9;
  }

  .border--rounded {
    border-radius: 3px !important;
  }

  .border--capsule {
    border-radius: 100px;
  }
  /* .bg--base--theme{
    background-color: #932635;
  } */

  /*-------------------------------------------------
      [ ## Table ]
  */
  .custom-table {
    width: 100%;
    border-spacing: 0 15px;
    border-collapse: separate;
  }
  /* @media only screen and (max-width: 991px) {
    .custom-table thead {
      display: none;
    }
  } */
  .custom-table thead tr {
    background-color: #932635;
  }

  .custom-table button,
  .custom-table a {
    font-size: 14px !important;
    text-transform: capitalize !important;
  }

  .custom-table thead tr th {
    border: none;
    font-weight: 600;
    text-align: center;
    color: white;
    font-size: 14px;
    padding: 10px 20px;
  }
  .custom-table thead tr th:first-child {
    border-radius: 5px 0 0 5px;
  }
  .custom-table thead tr th:last-child {
    border-radius: 0 5px 5px 0;
  }
  .custom-table tbody tr {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    transition: all 0.5s;
  }
  .custom-table tbody tr:hover {
    transform: translateY(-7px);
  }
  .custom-table tbody tr td {
    border: none;
    font-weight: 500;
    text-align: center;
    color: white;
    font-size: 14px;
    padding: 8px 20px;
  }
  .custom-table tbody tr td a {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
  }
  .custom-table tbody tr td:first-child {
    border-radius: 5px 0 0 5px;
  }
  /* @media only screen and (max-width: 991px) {
    .custom-table tbody tr td:first-child {
      border-radius: 0;
    }
  } */
  .custom-table tbody tr td:last-child {
    border-radius: 0 5px 5px 0;
  }
  /* @media only screen and (max-width: 991px) {
    .custom-table tbody tr td:last-child {
      border-radius: 0;
    }
  } */
  /* @media only screen and (max-width: 991px) {
    .custom-table tbody tr td {
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-align: right;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .custom-table tbody tr td::before {
      content: attr(data-label);
      margin-right: auto;
      color: #932635;
      width: 50%;
      text-align: left;
    }
  } */

  /*-------------------------------------------------
      [ ## scrollbar ]
  */
  *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7),
      5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7),
      5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    background-color: #eaf7e4;
  }

  *::-webkit-scrollbar {
    width: 6px;
    background-color: #eaf7e4;
  }

  *::-webkit-scrollbar-button {
    background-color: #932635;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #932635;
  }

  /*-------------------------------------------------
      [ ## scrollToTop ]
  */
  .scrollToTop {
    position: fixed;
    bottom: -10px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: #932635;
    color: white;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(255 201 10) 0px 0px 9px;
  }
  .scrollToTop img {
    width: 25px;
  }

  .scrollToTop.active {
    bottom: 30px;
    transform: translateY(0%);
  }

  .scrollToTop:hover,
  .scrollToTop:focus {
    color: white;
  }

  /*-------------------------------------------------
      [ ## slider ]
  */
  .swiper-notification {
    display: none;
  }

  .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  .swiper-pagination .swiper-pagination-bullet {
    height: 3px;
    width: 25px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 1;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #932635;
  }

  .slider-next,
  .slider-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 50%;
    color: #949cb0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
  }
  .slider-next:hover,
  .slider-prev:hover {
    background-color: #932635;
    color: white;
  }

  .slider-next {
    left: 10px;
  }

  /*-------------------------------------------------
      [ ## pagination ]
  */
  .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
  .pagination .page-item {
    text-align: center;
    padding: 3px;
  }
  .pagination .page-item a,
  .pagination .page-item span {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    padding: 0;
    line-height: 30px;
    display: block;
    margin: 0;
  }
  .pagination .page-item.disabled span {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
  }
  .pagination .page-item .page-link {
    transition: all 0.3s;
  }
  .pagination .page-item.active .page-link,
  .pagination .page-item:hover .page-link {
    background: #932635;
    border-color: #932635;
    color: white;
  }

  /*-------------------------------------------------
      [ ## tab ]
  */
  .nav-tabs {
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav-tabs .nav-item .nav-link {
    padding: 5px 10px;
    border: 0;
    border-bottom: 1px solid transparent;
    color: white;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent;
  }
  .nav-tabs .nav-item .nav-link.active {
    color: white;
    border-bottom: 1px solid #932635;
    background-color: #932635;
  }
  .nav-tabs .nav-item:not(:last-child) {
    margin-right: 20px;
  }
  @media only screen and (max-width: 420px) {
    .nav-tabs .nav-item:not(:last-child) {
      margin-right: 5px;
    }
  }

  /*-------------------------------------------------
      [ ## card ]
  */
  .custom--card {
    border: 2px solid rgba(255, 255, 255, 0.1);
    /* background-color: transparent; */
    background-color: rgba(48, 45, 45, 0.1);
    border-radius: 5px;
  }
  .custom--card .card-header {
    background-color: #932635;
  }
  .custom--card .card-header .card-title {
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .custom--card .card-header .card-title i {
    margin-right: 5px;
  }
  .custom--card .card-header .card-btn a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .custom--card .card-header .card-btn a i {
    margin-right: 5px;
  }
  .custom--card .card-body {
    padding: 40px;
  }
  @media only screen and (max-width: 1479px) {
    .custom--card .card-body {
      padding: 20px;
    }
  }
  .custom--card .card-body .card-body-content .title {
    text-transform: uppercase;
    font-weight: 700;
  }
  .custom--card .card-body .card-form-wrapper .card-label {
    text-transform: uppercase;
  }
  .custom--card .card-body .input-group input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
  }
  .custom--card .card-body p {
    font-size: 13px;
  }

  /*-------------------------------------------------
      [ ## widget ]
  */
  .widget-box {
    position: sticky;
    /* top: 10%; */
  }
  .widget-box .widget-title {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .widget-box .widget-wrapper {
    padding-top: 15px;
  }
  .widget-box .widget-item {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
  }
  .widget-box .widget-thumb {
    width: 80px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    position: relative;
  }
  /* .widget-box .widget-thumb .movie-badge {
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #932635;
    color: #fff;
    font-size: 10px;
    padding: 4px 7px;
    line-height: 1em;
    border-radius: 3px;
  } */
  .widget-box .widget-thumb img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
  }
  .widget-box .widget-content {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
  .widget-box .widget-content .title {
    font-size: 16px;
  }
  .widget-box .movie-widget-area {
    padding: 0;
    margin: 0;
    border: none;
  }
  .widget-box .movie-widget-area span {
    font-size: 12px;
  }
  .widget-box .widget-btn {
    margin-top: 5px;
  }
  .movie-small-list {
    max-height: 635px;
    overflow-y: auto;
  }

  /*-------------------------------------------------
      [ ## modal ]
  */
  .modal {
    z-index: 99999;
  }

  .modal-content {
    background-color: #000;
  }

  .close {
    color: white;
  }

  .close:hover {
    color: white;
  }

  .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .modal-body .list-group-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  /*-------------------------------------------------
      [ ## Heading ]
  */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    clear: both;
    line-height: 1.2em;
    color: white;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat", sans-serif;
  }

  h1 {
    font-size: 40px;
    font-weight: 700;
  }
  @media only screen and (max-width: 991px) {
    h1 {
      font-size: 32px;
    }
  }
  @media only screen and (max-width: 575px) {
    h1 {
      font-size: 26px;
    }
  }

  h2 {
    font-size: 32px;
    font-weight: 600;
  }
  @media only screen and (max-width: 991px) {
    h2 {
      font-size: 26px;
    }
  }
  @media only screen and (max-width: 575px) {
    h2 {
      font-size: 22px;
    }
  }

  h3 {
    font-size: 20px;
    font-weight: 600;
  }
  @media only screen and (max-width: 991px) {
    h3 {
      font-size: 20px;
    }
  }

  h4 {
    font-size: 15px;
    font-weight: 500;
  }
  @media only screen and (max-width: 991px) {
    h4 {
      font-size: 16px;
    }
  }

  h5 {
    font-size: 14px;
    font-weight: 500;
  }
  @media only screen and (max-width: 991px) {
    h5 {
      font-size: 14px;
    }
  }

  h6 {
    font-size: 12px;
    font-weight: 500;
  }
  @media only screen and (max-width: 991px) {
    h6 {
      font-size: 12px;
    }
  }

  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a {
    color: inherit;
    text-decoration: none;
  }

  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover {
    color: inherit;
    text-decoration: none;
  }

  .section-header {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .section-header .section-title {
    position: relative;
    font-weight: 700;
    padding: 7px 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #932635;
    background-color: #932635;
    display: inline-block;
    margin-top: -7px;
  }

  .movie-section-header {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  /*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/
  /*-------------------------------------------------
      [ ## Buttons ]
  */
  input[type="submit"]:hover {
    color: white;
  }

  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
  }
  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus {
    outline: none;
  }

  button::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input::-moz-focus-inner {
    padding: 0;
    border: 0;
  }

  .btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
  }

  .btn:active,
  .btn:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
  }

  .btn {
    border: 0px solid;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  @media only screen and (max-width: 767px) {
    .btn {
      font-size: 14px;
    }
  }

  .btn-rounded {
    border-radius: 3px;
  }

  .btn-capsule {
    border-radius: 100px;
  }

  /*-------------------------------------------------
      [ ## custom btn ]
  */
  .btn--primary {
    background-color: #7367f0;
    color: white !important;
    border-radius: 3px;
  }

  /* .btn--default {
    background-color: #932635;
    border-color: #932635;
    color: white !important;
    border-radius: 3px;
  } */

  .btn--secondary {
    background-color: #868e96;
    color: white !important;
    border-radius: 3px;
  }

  .btn--success {
    background-color: #28c76f;
    color: white !important;
    border-radius: 3px;
  }

  .btn--danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white !important;
    border-radius: 3px;
  }
  .btn--danger:hover {
      color: #fff;
      background-color: #c82333;
      border-color: #bd2130;
  }

  .btn--warning {
    background-color: #ff9f43;
    color: white !important;
    border-radius: 3px;
  }

  .btn--info {
    background-color: #1e9ff2;
    color: white !important;
    border-radius: 3px;
  }

  .btn--dark {
    background-color: #10163a;
    color: white !important;
    border-radius: 3px;
  }

  .badge--primary {
    background-color: #7367f0;
  }

  .badge--secondary {
    background-color: #868e96;
  }

  .badge--success {
    background-color: #28c76f;
  }

  .badge--danger {
    background-color: #ea5455;
  }

  .badge--warning {
    background-color: #ff9f43;
  }

  .badge--info {
    background-color: #1e9ff2;
  }

  .badge--dark {
    background-color: #10163a;
  }

  .border--primary {
    border: 1px solid #7367f0;
  }

  .border--secondary {
    border: 1px solid #868e96;
  }

  .border--success {
    border: 1px solid #28c76f;
  }

  .border--danger {
    border: 1px solid #ea5455;
  }

  .border--warning {
    border: 1px solid #ff9f43;
  }

  .border--info {
    border: 1px solid #1e9ff2;
  }

  .border--dark {
    border: 1px solid #10163a;
  }

  .btn--base {
    position: relative;
    background-color: #932635;
    border: 1px solid #932635;
    color: white;
    padding: 15px 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    border-radius: 3px;
    z-index: 2;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .btn--base.active {
    background-color: transparent;
    border: 1px solid white;
  }
  .btn--base.active:hover {
    box-shadow: none;
    background-color: white;
    color: #932635 !important; 
  }
  .btn--base:focus,
  .btn--base:hover {
    color: white;
    box-shadow: 0 10px 20px rgba(213, 0, 85, 0.4);
  }
  @media only screen and (max-width: 575px) {
    .btn--base {
      padding: 6px 20px;
      font-size: 14px;
    }
  }

  .custom-btn {
    color: #ffae00 !important;
    font-weight: 500;
    font-size: 12px;
    display: block;
  }
  .custom-btn:hover {
    color: #a37001;
  }

  /*-------------------------------------------------
      [ ## Fields ]
  */
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus {
    outline: none;
  }

  input,
  textarea {
    padding: 12px 20px;
  }
  input::placeholder,
  textarea::placeholder {
    color: #949cb0;
  }

  textarea {
    display: block;
    width: 100%;
    display: block;
    min-height: 120px;
  }

  input,
  select,
  textarea {
    border: 1px solid #e5e5e5;
    vertical-align: baseline;
    font-size: 100%;
    color: #949cb0;
  }

  label {
    font-size: 12px;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
  }

  /*-------------------------------------------------
      [ ## Forms ]
  */
  select {
    outline: none;
    cursor: pointer;
  }

  option {
    color: white;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-control {
    border: 1px solid #e5e5e5;
    font-size: 14px;
    height: 50px;
  }
  .form-control:focus {
    box-shadow: none;
    border: 1px solid #e5e5e5;
  }

  .input-group-text {
    border: none;
    font-size: 14px;
    background-color: #932635;
    color: #fff;
  }

  .form--control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    height: 38px;
    padding: 0 10px;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    width: 100%;
  }
  .form--control:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    color: white;
  }
  .form--control::placeholder {
    color: white;
  }

  .custom-select {
    /* background: rgba(255, 255, 255, 0.1); */
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    height: 32px;
    font-size: 14px;
    color: black;
  }
  .custom-select:focus {
    /* background: rgba(255, 255, 255, 0.1); */
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    color: black;
  }
  .custom-select option {
    /* background: #000; */
    color: black;
  }

  .checkbox-wrapper {
    margin-top: 10px;
  }
  .checkbox-wrapper .checkbox-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .checkbox-wrapper .checkbox-item input[type="checkbox"] {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  @media only screen and (max-width: 991px) {
    .checkbox-wrapper .checkbox-item input[type="checkbox"] {
      width: 24px;
    }
  }
  .checkbox-wrapper .checkbox-item label {
    margin: 0;
    font-size: 12px;
  }
  .checkbox-wrapper .checkbox-item label a {
    color: #932635;
  }

  .forgot-password a {
    color: #932635;
    font-weight: 600;
  }

  .submit-btn {
    padding: 7px 30px;
    width: 100%;
    color: white;
    background-color: #932635;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    border-radius: 3px;
    margin-top: 10px;
  }

  /*-------------------------------------------------
      [ ## Overlay Element ]
  */
  .bg_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .bg-fixed {
    background-attachment: fixed;
  }

  .bg-overlay-black {
    position: relative;
  }
  .overlay_bg:before {
    content: "";
    position: absolute;
    /* background: #000; */
    opacity: 0.7;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1b202985;
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),color-stop(60%,rgba(0,0,0,0)),to(rgba(0,0,0,.8)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
    background-image: -moz- oldlinear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
    background-image: linear-gradient(to top,#1b2029 0,rgba(0,0,0,0) 60%,#1b2029 100%)
  }
  .bg-overlay-black:before {
    content: "";
    position: absolute;
    /* background: #000; */
    opacity: 0.7;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1b202985;
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),color-stop(60%,rgba(0,0,0,0)),to(rgba(0,0,0,.8)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
    background-image: -moz- oldlinear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
    background-image: linear-gradient(to top,#1b2029 0,rgba(0,0,0,0) 60%,#1b2029 100%)
  }
  /* .bg-overlay-black > div {
    position: relative;
    z-index: 2;
  } */
  .bg-overlay-black > div {
    position: relative;
    z-index: 2;
  }

  .bg-overlay-base {
    position: relative;
  }
  .bg-overlay-base:before {
    content: "";
    position: absolute;
    background: #000;
    -webkit-box-shadow: inset 1px 0px 105px 105px #1c1e21;
    -moz-box-shadow: inset 1px 0px 105px 105px #1c1e21;
    box-shadow: inset 1px 0px 105px 105px #1c1e21;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.9;
  }
  .bg-overlay-base > div {
    position: relative;
    z-index: 2;
  }

  @-webkit-keyframes ripple {
    0%,
    35% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 1;
    }

    50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0.8;
    }

    100% {
      opacity: 0;
      -webkit-transform: scale(2);
      transform: scale(2);
    }
  }
  @keyframes ripple {
    0%,
    35% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 1;
    }

    50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0.8;
    }

    100% {
      opacity: 0;
      -webkit-transform: scale(2);
      transform: scale(2);
    }
  }
  @-webkit-keyframes slideUp {
    from {
      background-position: 0 0;
    }

    to {
      background-position: 0% -1000%;
    }
  }
  @keyframes slideUp {
    from {
      background-position: 0 0;
    }

    to {
      background-position: 0% -1000%;
    }
  }
  /*--------------------------------------------------------------
  # Layout
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
      [ ## Header ]
  --------------------------------------------------------------*/
  /*-------------------------------------------------
      [ ## Preloader ]
  */
  .preloader {
    position: fixed;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999999;
    background-color: #000;
  }

  .preloader .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .camera__wrap {
    transform: scale(0.3);
    min-width: 350px;
    width: 350px;
    height: 200px;
    position: relative;
  }

  .camera__body {
    background-color: #932635;
    height: 100%;
    width: 70%;
    position: absolute;
    left: 0;
    border-radius: 0.9rem;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .camera__body-k7 {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .camera__body-k7 .tape {
    border-radius: 50%;
    background-color: white;
    width: 100px;
    height: 100px;
    position: relative;
    -webkit-animation: k7roll 2.5s linear infinite;
    animation: k7roll 2.5s linear infinite;
  }

  .camera__body-k7 .tape .center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: #932635;
    border-radius: 50%;
    width: 8px;
    height: 8px;
  }

  .camera__body-k7 .tape .roll {
    background-color: #932635;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
  }

  .camera__body-k7 .tape .roll:nth-child(1) {
    left: 7%;
    top: 50%;
    transform: translatey(-50%);
  }

  .camera__body-k7 .tape .roll:nth-child(2) {
    left: 50%;
    bottom: 7%;
    transform: translatex(-50%);
  }

  .camera__body-k7 .tape .roll:nth-child(3) {
    left: 50%;
    top: 7%;
    transform: translatex(-50%);
  }

  .camera__body-k7 .tape .roll:nth-child(4) {
    right: 7%;
    top: 50%;
    transform: translatey(-50%);
  }

  .camera__body__stuff {
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .camera__body__stuff-bat {
    height: 100%;
    width: 40%;
    background-color: white;
  }

  .camera__body__stuff-pointer {
    border-radius: 50%;
    background-color: white;
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }

  .camera__body__stuff-pointer.first {
    margin-left: auto;
  }

  .camera__body-optic {
    background-color: #932635;
    width: 30%;
    height: 90%;
    top: 5%;
    border-radius: 0 15% 15% 0;
    position: absolute;
    left: 70%;
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
  }

  .camera__body-light {
    z-index: -1;
    position: absolute;
    height: 60%;
    width: 30%;
    top: 20%;
    right: 0;
    position: absolute;
    box-shadow: 95px 0 15px 10px rgba(91, 114, 134, 0.2);
    -webkit-animation: light linear 0.3s infinite;
    animation: light linear 0.3s infinite;
  }

  @-webkit-keyframes k7roll {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes k7roll {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes light {
    0% {
      box-shadow: 100px 0 60px 2px rgba(91, 114, 134, 0.2);
    }

    50% {
      box-shadow: 115px 0 35px 4px rgba(91, 114, 134, 0.3);
    }

    100% {
      box-shadow: 110px 0 45px 2px rgba(91, 114, 134, 0.1);
    }
  }
  @keyframes light {
    0% {
      box-shadow: 100px 0 60px 2px rgba(91, 114, 134, 0.2);
    }

    50% {
      box-shadow: 115px 0 35px 4px rgba(91, 114, 134, 0.3);
    }

    100% {
      box-shadow: 110px 0 45px 2px rgba(91, 114, 134, 0.1);
    }
  }
  .loader-area {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: relative;
    margin: 20px auto;
  }

  .loader-area:before,
  .loader-area:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid transparent;
    border-top-color: #932635;
  }

  .loader-area:before {
    z-index: 100;
    animation: spin 1s infinite;
  }

  .loader-area:after {
    border: 5px solid rgba(255, 255, 255, 0.1);
  }

  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  ::selection {
    background-color: #932635;
    color: white;
  }

  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1400px;
    }
  }
  @media (min-width: 1480px) {
    .container {
      max-width: 1430px;
    }
  }
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-wd {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 576px) {
    .container,
    .container-sm {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      max-width: 1200px;
    }
  }
  @media (min-width: 1480px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-wd {
      max-width: 1600px;
    }
  }
  /*-------------------------------------------------
      [ ## Header ]
  */
  .header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    /* overflow: hidden; */
  }
  @media only screen and (max-width: 991px) {
    .header-section .header-top-area .container {
      max-width: 100%;
    }
  }

  .header {
    background-color: transparent;
    width: 100%;
    z-index: 99;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
  }
  .header.active {
    transform: translateY(0%);
    position: fixed;
    top: 0;
    left: 0;
    animation-name: fadeInDown;
    animation-duration: 1s;
    transition: all 1s;
  }

  .header-section.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #932635;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .header-section.header-fixed .header-top-area {
    display: none;
  }
  .header-section.header-fixed .header-bottom-area {
    background-color: transparent;
  }

  .header-top-area {
    padding: 10px 0;
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-bottom-area {
    position: relative;
    background-color: #932635;
  }
  .header-bottom-area .navbar-expand-lg {
    background-color: transparent;
    padding: 0 !important;
  }
  @media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-expand-lg {
      padding: 0 !important;
    }
  }
  @media (max-width: 767px) {
    .header-bottom-area .navbar-collapse {
      max-height: 320px;
      overflow: auto;
    }
  }
  @media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-collapse {
      background-color: #000;
    }
  }
  @media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu {
      padding: 15px 0;
      background-color: #000;
    }
    .header-bottom-area .navbar-collapse .main-menu li a {
      color: white !important;
    }
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
      color: white !important;
    }
    .header-bottom-area .menu_has_children .sub-menu {
      display: none !important;
    }
    .header-bottom-area .menu_has_children .sub-menu li {
      width: 100%;
    }
    .header-bottom-area
      .navbar-collapse
      .main-menu
      .menu_has_children.show
      .sub-menu,
    .header-bottom-area
      .navbar-collapse
      .main-menu
      .menu_has_children.show
      .sub-menu {
      display: flex !important;
      flex-wrap: wrap;
    }
  }
  .header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
  .header-bottom-area .navbar-collapse .main-menu li {
    position: relative;
    padding-right: 30px;
  }
  @media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li {
      padding-right: 18px;
    }
  }
  .header-bottom-area .navbar-collapse .main-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: .3s;
    top: 97%;
    z-index: 9;
    display: block;
  }
  .sub-menu {
    -webkit-animation-name: fadeInUpBig !important;
    animation-name: fadeInUpBig !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes fadeInUpBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    }
    100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    }
    }
    @keyframes fadeInUpBig {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    }
    100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    }
    } 
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
    position: relative;
  }
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
    font-size: 12px;
    margin-left: 5px;
  }
  @media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
      top: 12px;
      right: 15px;
    }
  }
  .header-bottom-area .navbar-collapse .main-menu>li>a,
  .header-bottom-area .navbar-collapse .main-menu>li> ul > li>a {
    position: relative;
    padding: 28px 0 28px 0;
    color: white;
    font-weight: 600;
    align-items: center;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    transition: all 0.9s;
  }
  .header-bottom-area .navbar-collapse .main-menu li a .blink_me {
    position: relative;
    left: 5px;
    bottom: 2px;
    z-index: 1;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #932635;
  }
  .header-bottom-area .navbar-collapse .main-menu li a .blink_me::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-animation: ripple 1.2s ease-out infinite;
    animation: ripple 1.2s ease-out infinite;
    background-color: #932635;
  }
  .header-bottom-area .navbar-collapse .main-menu li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #932635;
    transition: all 0.9s;
  }
  .header-bottom-area .navbar-collapse .main-menu li a:hover,
  .header-bottom-area .navbar-collapse .main-menu li a.active {
    color: #932635;
  }
  .header-bottom-area .navbar-collapse .main-menu li a:hover::after,
  .header-bottom-area .navbar-collapse .main-menu li a.active::after {
    width: 100%;
  }
  .header-bottom-area
    .header-section.header-fixed
    .navbar-collapse
    .main-menu
    li
    a {
    padding: 30px 18px 30px 0;
  }
  @media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
      padding: 12px 15px !important;
      display: block;
    }
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    background-color: #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #932635;
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
    margin-left: 0;
  }
  .header-bottom-area .navbar-collapse .main-menu >li> ul.sub-menu>li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 0;
    transition: all ease 0.5s;
    position: relative;
    z-index: 2;
    text-align: left;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu>li:hover {
    background: #932635;
    transition: .5s;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu>li:last-child {
    border-bottom: 0px solid;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu>li:hover a {
    color: white;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu>li a {
    color: white;
    width: 100%;
    padding: 5px 20px;
    font-size: 12px;
    display: block;
    transition: all ease 0.3s;
    word-break: break-word;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
    position: unset;
    content: none;
  }
  .header-bottom-area
    .navbar-collapse
    .main-menu
    li
    .sub-menu
    .header-section.header-fixed
    .navbar-collapse
    .main-menu
    li
    .sub-menu
    li
    a {
    padding: 8px 20px;
  }
  @media (max-width: 991px) {
    .header-bottom-area
      .navbar-collapse
      .main-menu
      li
      .sub-menu
      .navbar-collapse
      .main-menu
      li
      .sub-menu {
      position: initial;
      opacity: 1;
      visibility: visible;
      display: none;
      -webkit-transition: none;
      transition: none;
    }
  }
  .header-bottom-area
    .navbar-collapse
    .main-menu
    li
    .sub-menu
    .navbar-collapse
    .main-menu
    li:last-child
    .sub-menu {
    left: auto;
    right: 0;
  }

  .search-bar {
    position: relative;
  }
  .search-bar>button {
    background: transparent !important;
  }
  /* .search-bar a,
  .search-bar>button i{
    color: #ffae00 !important;
    border: 1px solid #d9534f !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 14px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  } */

  .header-top-search-area {
    background-color: #000;
    display: none;
    height: 70px;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: calc(100% + 13px);
    width: 350px;
    z-index: 99;
  }
  /* changed */
  @media only screen and (max-width: 575px) {
    .header-top-search-area {
      right: -190px;
      width: 270px;
      top: calc(100% + 4px);
    }
  }

  .header-search-form input {
    border: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
    width: 85%;
    background-color: transparent;
    color: #d3d3d5;
  }
  .header-search-form input::placeholder {
    color: #d3d3d5;
  }
  .header-search-form .header-search-btn {
    background-color: #932635;
    border: 0 solid;
    float: left;
    height: 50px;
    width: 15%;
    color: white;
  }

  .language-select-area {
    position: relative;
    z-index: 99;
    margin-left: 20px;
    padding-left: 20px;
  }
  @media only screen and (max-width: 991px) {
    .language-select-area {
      margin-left: 0;
      margin-bottom: 10px;
      padding-left: 0;
    }
    .language-select-area::before {
      display: none;
    }
  }
  .language-select-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 1px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.1);
  }

  /* .language-select {
    font-size: 12px;
    border: 1px solid #d9534f;
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: #932635;
  } */
  .language-select option {
    color: white;
  }

  .site-logo {
    max-width: 105px;
    /* background: #932635; */
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
  }
  @media only screen and (max-width: 420px) {
    .site-logo img {
      height: 70px;
      padding: 10px 0;
    }
  }

  .header-action {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    /* margin-left: 20px; */
    padding-left: 20px;
    position: relative;
  }
  @media only screen and (max-width: 991px) {
    .header-action {
      margin-left: 0;
      padding-left: 0;
    }
    .header-action::before {
      display: none;
    }
  }
  /* .header-action::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 1px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.1);
  } */
  @media only screen and (max-width: 991px) {
    .header-action {
      margin: 0;
      margin-bottom: 20px;
      display: block;
    }
  }

  /* .header-action>a {
    font-size: 12px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    margin: 5px;
    background: #932635;
    border: 1px solid #d9534f !important;
  } */
  .header-action a i {
    font-size: 16px;
    margin-right: 3px;
  }
  @media only screen and (max-width: 991px) {
    .header-action a {
      display: inline-block;
    }
  }

  .navbar-toggler span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #ffae00;
    font-size: 30px;
    border: 1px solid #ffae00;
  }
  @media only screen and (max-width: 991px) {
    .navbar-toggler span {
      font-size: 22px;
    }
  }

  .header-right {
    padding-left: 20px;
    /* margin-left: 20px; */
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  @media only screen and (max-width: 991px) {
    .header-right {
      padding: 0;
      margin: 0;
      border: none;
    }
  }
  /* .header-right button,
  .header-right input[type="button"],
  .header-right input[type="reset"],
  .header-right input[type="submit"] {
    position: relative;
    background-color: #932635;
    border: 1px solid #932635;
    color: white;
    padding: 5px 12px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    border-radius: 3px;
    z-index: 2;
  } */

  .header-user-content {
    padding-left: 10px;
  }
  .header-user-content span {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .header-user-icon {
    padding-left: 7px;
    color: white;
  }

  .dropdown-menu.dropdown-menu--sm {
    min-width: 12rem;
  }

  .dropdown-menu {
    pointer-events: none;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
      opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    border: none;
    background-color: #932635;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
  }

  .dropdown-menu.show {
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .dropdown-menu__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .dropdown-menu__item:last-child {
    border: none;
  }
  .dropdown-menu__item .dropdown-menu__icon {
    margin-top: -5px;
    color: white;
  }
  .dropdown-menu__item .dropdown-menu__caption {
    padding-left: 10px;
    font-size: 12px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
  }

  /*--------------------------------------------------------------
      [ ## Introduction ]
  --------------------------------------------------------------*/
  .banner-section {
    position: relative;
    padding-top: 180px;
    padding-bottom: 80px;
    /* -webkit-animation: slideUp 70s linear infinite;
    animation: slideUp 70s linear infinite; */
    background-repeat: repeat;
    background-position: 0 0;
  }
  .banner-section::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(
      to bottom,
      rgba(230, 230, 230, 0) 11%,
      rgba(228, 226, 226, 0) 12%,
      #121621 100%
    );
  }
  .video-section-hero{
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 120px;
  }
  /* video.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  } */

  video.jquery-background-video {
      position: absolute;
      width: auto;
      height: 100%;
      right: 0;
      -o-object-fit: contain;
      object-fit: contain;
      top: 0;
  }
  .vsh-content h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 60px;
  }
  .banner-content.vsh-content {
    width: 55%;
    position: relative;
  } 
  /* .bg-overlay-black-one:before{
    
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(100deg, rgba(0,0,0,0.8855917366946778) 42%, rgba(0,0,0,0.09007352941176472) 100%;
  } */
  .video-section-hero.bg-overlay-black:before {
    z-index: 2;
    background-image: linear-gradient(to right, black 47%, #00000026 82%);
    background-position: right top;
    opacity: unset !important;
    /* background: transparent !important; */
  }
  .margin-top-absulate {
    /* margin-top: -100px; */
    position: relative;
    z-index: 11;
  }
  .custom-slider-section{
    position: relative;
  }
  .single-item-slider-section {
    position: relative;
    /* overflow: hidden; */
  }
  .box-rating {
    background: #ffae00;
    color: #000;
    display: inline;
    border-radius: 3px;
    padding: 2px 4px;
    margin: 0 5px;
  }

  .solid-circle-border {
    display: inline;
    border-radius: 3px;
    padding: 2px 4px;
    margin: 0 5px;
    border: 1px solid #fff;
    font-weight: 600;
  }
  @media only screen and (max-width: 991px) {
    .banner-section {
      padding-top: 160px;
      padding-bottom: 70px;
    }
  }
  .banner-section .banner-content {
    position: relative;
    z-index: 9;
  }
  .banner-section .banner-content .title {
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .banner-section .banner-content .sub-title {
    font-weight: 600;
    font-size: 13px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
  }
  .banner-section .banner-content .sub-title::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #949cb0;
  }
  .banner-section .banner-content .banner-btn {
    margin: 50px -10px -10px -10px;
  }
  @media only screen and (max-width: 991px) {
    .banner-section .banner-content .banner-btn {
      margin: 40px -10px -10px -10px;
    }
  }
  .banner-section .banner-content .banner-btn a {
    margin: 0 10px 10px 10px;
  }

  .banner-slider {
    overflow: hidden;
  }
  @media only screen and (max-width: 991px) {
    .banner-slider {
      margin-top: 30px;
    }
  }

  .inner-banner-section {
    padding-top: 180px;
    padding-bottom: 80px;
    -webkit-animation: slideUp 180s linear infinite;
    animation: slideUp 180s linear infinite;
  }
  .inner-banner-section .banner-content .title {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  @media only screen and (max-width: 991px) {
    .inner-banner-section .banner-content .title {
      font-size: 24px;
    }
  }
  @media only screen and (max-width: 991px) {
    .inner-banner-section {
      padding-top: 160px;
      padding-bottom: 60px;
    }
  }

  @media only screen and (max-width: 1600px) {
    .banner-section {
      background-size: inherit;
    }
  }

  .inner-details-section {
    padding-top: 80px;
  }

  .breadcrumb {
    background-color: transparent;
    padding: 0;
  }

  .breadcrumb li {
    color: white;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
  }

  .breadcrumb-item a {
    font-weight: 600;
    font-size: 14px;
    position: relative;
    z-index: 2;
    color: #932635;
  }
  .breadcrumb-item a::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffae00 !important;
    margin-right: 6px;
  }
  @media only screen and (max-width: 991px) {
    .breadcrumb-item a {
      font-size: 12px;
    }
  }

  .breadcrumb-item.active {
    font-weight: 600;
    color: white;
    font-size: 14px;
    position: relative;
    z-index: 2;
  }
  @media only screen and (max-width: 991px) {
    .breadcrumb-item.active {
      font-size: 12px;
    }
  }

  .breadcrumb-item.active::before {
    content: "-";
    font-weight: 600;
    color: #ffae00 !important;
    font-size: 14px;
    left: 0;
  }

  /*--------------------------------------------------------------
      [ ## Footer ]
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Footer-block
  --------------------------------------------------------------*/
  .footer-top-area {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  @media only screen and (max-width: 440px) {
    .footer-top-area {
      display: block !important;
    }
  }

  .footer-widget .widget-title {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .footer-widget p {
    font-size: 14px;
  }

  .footer-links {
    margin-bottom: -10px;
  }
  .footer-links li {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .footer-links li a {
    transition: all 0.5s;
  }
  .footer-links li a:hover {
    color: #ffae00 !important;
  }
  @media only screen and (max-width: 575px) {
    .footer-links li {
      font-size: 12px;
    }
  }

  .subscribe-form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .subscribe-form input {
    padding: 10px 25px;
    width: calc(100% - 55px);
    border: none;
    font-size: 12px;
    border-radius: 25px 0 0 25px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -ms-border-radius: 25px 0 0 25px;
    -o-border-radius: 25px 0 0 25px;
    min-height: 50px;
    background-color: #0e0d12;
  }
  .subscribe-form button,
  .subscribe-form input[type="button"],
  .subscribe-form input[type="reset"],
  .subscribe-form input[type="submit"] {
    width: 55px;
    background-color: #932635;
    color: white;
    border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -ms-border-radius: 0 25px 25px 0;
    -o-border-radius: 0 25px 25px 0;
  }

  @media only screen and (max-width: 440px) {
    .footer-social {
      padding-top: 20px;
    }
  }
  .footer-social li {
    display: inline-block;
  }
  .footer-social li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    font-size: 12px;
    transition: all 0.3s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-social li a:hover,
  .footer-social li a.active {
    background-color: #932635;
  }
  .footer-social li + li {
    margin-left: 10px;
  }

  .copyright-area {
    padding: 20px 0;
    margin-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  @media only screen and (max-width: 767px) {
    .copyright-wrapper {
      display: block !important;
      text-align: center;
    }
  }

  .copyright p {
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
  }
  @media only screen and (max-width: 575px) {
    .copyright p {
      font-size: 12px;
    }
  }

  .copyright-link li {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
  }
  .copyright-link li + li {
    margin-left: 6px;
  }

  /*--------------------------------------------------------------
  # Pages
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
      [ ## team ]
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
      [ ## Testimonial ]
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
      [ ## Sections ]
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
      [ ## Sections ]
  --------------------------------------------------------------*/
  /*-------------------------------------------------
      [ ### movie block ]
  */
  .movie-item:hover .movie-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .movie-item:hover .movie-thumb .movie-thumb-overlay a {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .movie-item:hover .movie-thumb .movie-thumb-overlay::before {
    visibility: visible;
    height: 100%;
    bottom: auto;
    top: 0;
  }

  .movie-thumb {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
  }
  .movie-thumb img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .movie-thumb img{
    object-fit: unset !important;
    object-position: unset !important;
  }
  .movie-thumb .movie-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 10px;
    padding: 1px 10px;
    border-radius: 5px;
    background-color: #932635;
    z-index: 2;
  }
  .movie-thumb .movie-thumb-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .movie-thumb .movie-thumb-overlay a {
    position: relative;
    z-index: 2;
    font-size: 24px;
    -webkit-transform: scale(0.6);
    color: white;
    transform: scale(0.6);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .movie-thumb .movie-thumb-overlay::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: #932635;
    opacity: 0.85;
    z-index: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
  }

  .movie-content {
    padding-top: 10px;
  }
  .movie-content .sub-title {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .movie-content .sub-title .cat {
    position: relative;
    padding-left: 5px;
    padding-right: 10px;
    margin-right: 10px;
  }
  .movie-content .sub-title .cat::after {
    position: absolute;
    content: "";
    top: 5px;
    right: 0;
    height: 12px;
    width: 1px;
    background-color: #949cb0;
  }
  .movie-content .title {
    margin-bottom: 0;
  }
  .movie-content .title a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .movie-content .title a:hover {
    color: #932635;
  }

  .movie-slider {
    overflow: hidden;
  }

  .movie-video .video-js {
    /* fixed by 16:9 aspect ration */
    width: 100%;
    height: 600px;
  }
  .vjs-poster {
    display: block;
    background-repeat: no-repeat;
    background-position: top !important;
    background-size: 100% 100% !important;
    background-color: #000000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .movie-video .vjs-big-play-button {
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .movie-details-section .movie-content {
    padding-top: 15px;
  }
  .movie-details-section .movie-content .title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  @media only screen and (max-width: 991px) {
    .movie-details-section .movie-content .title {
      font-size: 20px;
    }
  }
  .movie-details-section .movie-content .sub-title {
    font-size: 13px;
  }
  .movie-details-section .movie-content p {
    font-size: 13px;
  }
  .movie-details-section .movie-content-right .movie-widget-area {
    border: none;
    padding: 0;
    margin: 0;
  }
  .movie-details-section .movie-content-right .movie-widget-area span:last-child {
    margin-right: 0;
  }
  .movie-details-section .movie-content-right .movie-widget-area span i {
    font-size: 24px;
  }

  .movie-widget-area {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .movie-widget-area span {
    font-size: 14px;
    margin-right: 15px;
  }
  .movie-widget-area span:last-child {
    margin-right: 0;
  }

  .product-desc-content {
    padding-top: 15px;
  }
  .product-desc-content p {
    font-size: 13px;
    color: #fff !important;
  }
  .product-desc-content p,
  .product-desc-content p > span{
    background: none !important;
    color: #fff !important;
  }
  .product-desc-content * {
    color: #fff !important;
    background: none !important;
  }

  .team-list {
    margin-bottom: -10px;
  }
  .team-list li {
    padding-bottom: 10px;
  }
  .team-list li span {
    color: white;
    font-weight: 600;
    margin-right: 20px;
  }

  .product-reviews-content {
    padding-top: 15px;
  }
  .product-reviews-content .reviews-title {
    color: white;
    font-size: 18px;
  }
  .product-reviews-content .comment-container {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .product-reviews-content .comment-avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
  }
  .product-reviews-content .comment-box {
    width: calc(100% - 65px);
    padding-left: 20px;
  }
  .product-reviews-content .comment-box .ratings-container {
    margin-bottom: 5px;
  }
  .product-reviews-content .comment-box .ratings-container i {
    color: #932635;
  }
  .product-reviews-content .comment-info {
    color: white;
    font-size: 14px;
  }
  .product-reviews-content .avatar-name {
    display: inline;
    color: white;
  }
  .product-reviews-content .comment-text {
    font-size: 12px;
  }

  /*-------------------------------------------------
      [ ### Season block ]
  */
  .season-section {
    position: relative;
  }
  .season-section::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(
      to bottom,
      rgba(230, 230, 230, 0) 11%,
      rgba(228, 226, 226, 0) 12%,
      #121621 100%
    );
  }
  .season-section .movie-thumb img {
    height: 150px;
  }

  /*-------------------------------------------------
      [ ### Trailer block ]
  */
  .trailer-section {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .trailer-section::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(
      to bottom,
      rgba(230, 230, 230, 0) 11%,
      rgba(228, 226, 226, 0) 12%,
      #121621 100%
    );
  }
  .trailer-section .trailer-overlay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100px;
    background: linear-gradient(
      to top,
      rgba(230, 230, 230, 0) 11%,
      rgba(228, 226, 226, 0) 12%,
      #121621 100%
    );
  }

  .trailer-content .title {
    margin-bottom: 30px;
  }
  .trailer-content p {
    font-size: 13px;
    color: white;
  }

  .trailer-btn {
    margin: 50px -10px -10px -10px;
  }
  @media only screen and (max-width: 991px) {
    .trailer-btn {
      margin: 40px -10px -10px -10px;
    }
  }
  .trailer-btn a {
    margin: 0 10px 10px 10px;
  }

  .trailer-thumb {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
  }
  .trailer-thumb img {
    width: 100%;
  }
  .trailer-thumb .trailer-thumb-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .trailer-thumb .trailer-thumb-overlay a {
    position: relative;
    z-index: 2;
    font-size: 20px;
    color: white;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #932635;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
  }
  .trailer-thumb .trailer-thumb-overlay a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-animation: ripple 1.8s ease-out infinite;
    animation: ripple 1.8s ease-out infinite;
    background-color: #932635;
  }

  /*-------------------------------------------------
      [ ### plan block ]
  */
  .plan-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 0 0 rgba(221, 221, 221, 0.15);
  }
  .plan-item .plan-icon {
    font-size: 60px;
    color: #932635;
  }
  .plan-item .plan-content {
    padding-top: 10px;
  }
  .plan-item .plan-content .sub-title {
    color: white;
    font-size: 18px;
  }
  .plan-item .plan-content .amount {
    margin-top: 30px;
    font-size: 40px;
  }

  /*-------------------------------------------------
      [ ### countdown block ]
  */
  .draw-countdown {
    margin-top: 25px;
  }
  .draw-countdown .syotimer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .draw-countdown .syotimer__body .syotimer-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 120px;
    max-width: 150px;
    text-align: center;
    position: relative;
    background-color: #932635;
    border-radius: 5px;
    padding: 25px 10px;
    margin: 0 10px 25px;
    justify-content: center;
  }
  @media only screen and (max-width: 1479px) {
    .draw-countdown .syotimer__body .syotimer-cell {
      flex: 0 0 100px;
      /* max-width: 100px; */
    }
  }
  @media only screen and (max-width: 1225px) {
    .draw-countdown .syotimer__body .syotimer-cell {
      margin: 0 5px 10px;
    }
  }
  .draw-countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 1em;
    color: white;
  }
  @media only screen and (max-width: 991px) {
    .draw-countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
      font-size: 28px;
    }
  }
  .draw-countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 16px;
    font-weight: 600;
    color: white;
  }
  @media only screen and (max-width: 575px) {
    .draw-countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
      font-size: 16px;
    }
    .movie-thumb img {
      width: 100%;
      height: 215px;
    }
  }

  /*-------------------------------------------------
      [ ### account block ]
  */
  .account-section {
    /* -webkit-animation: slideUp 50s linear infinite; */
    /* animation: slideUp 50s linear infinite; */
    background-repeat: repeat;
    background-position: 0 0;
    background-size: contain;
  }

  .account-area {
    position: relative;
  }

  .account-logo-area {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .account-logo-area::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .account-logo-area .account-logo img {
    height: 60px;
  }

  .account-header {
    margin-bottom: 30px;
  }
  .account-header .title {
    font-weight: 600;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    position: relative;
    line-height: 35px;
  }
  /* .account-header .title::before {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 27%;
    background: -moz-linear-gradient(
      right,
      rgba(255, 255, 255, 0.2) 0%,
      #000 100%
    );
    background: -webkit-linear-gradient(
      right,
      rgba(255, 255, 255, 0.2) 0%,
      #000 100%
    );
    background: -o-linear-gradient(
      right,
      rgba(255, 255, 255, 0.2) 0%,
      #000 100%
    );
    background: -ms-linear-gradient(
      right,
      rgba(255, 255, 255, 0.2) 0%,
      #000 100%
    );
    background: linear-gradient(right, rgba(255, 255, 255, 0.2) 0%, #000 100%);
    left: 0;
  } */
  /* .account-header .title::after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 27%;
    background: -moz-linear-gradient(
      right,
      #000 0%,
      rgba(255, 255, 255, 0.2) 100%
    );
    background: -webkit-linear-gradient(
      right,
      #000 0%,
      rgba(255, 255, 255, 0.2) 100%
    );
    background: -o-linear-gradient(
      right,
      #000 0%,
      rgba(255, 255, 255, 0.2) 100%
    );
    background: -ms-linear-gradient(
      right,
      #000 0%,
      rgba(255, 255, 255, 0.2) 100%
    );
    background: linear-gradient(right, #000 0%, rgba(255, 255, 255, 0.2) 100%);
    right: 0;
  } */
  @media only screen and (max-width: 991px) {
    .account-header .title {
      font-size: 16px;
    }
    .account-form-area {
      margin: 30px 0;
    }
  }

  .account-form-area {
    position: relative;
    padding: 80px 60px;
    border-radius: 5px;
    background: #000;
    /* box-shadow: 1px 1px 108.8px 19.2px #191f35; */
    margin: 80px 0 100px 0;
  }
  /* .account-form-area::before {
    background: rgba(255, 255, 255, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
    content: "";
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    width: 100%;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    top: 0;
    z-index: -2;
  } */
  /* .account-form-area::after {
    background: rgba(255, 255, 255, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
    content: "";
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    width: 100%;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    top: 0;
    z-index: -1;
  } */
  .account-form-area label {
    color: white;
  }

  /*-------------------------------------------------
      [ ### dashboard block ]
  */
  .deposit-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    overflow: hidden;
  }

  .deposit-item-header {
    padding: 5px 10px;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
  }

  .deposit-preview-section .deposit-thumb-area {
    border: 1px dotted rgba(255, 255, 255, 0.1);
    padding: 20px;
  }
  .deposit-preview-section .deposit-thumb {
    width: 230px;
  }
  @media only screen and (max-width: 767px) {
    .deposit-preview-section .deposit-thumb {
      width: 100%;
    }
  }
  .deposit-preview-section .deposit-list li {
    border: 1px dotted rgba(255, 255, 255, 0.1);
    padding: 10px;
    font-size: 14px;
  }

  .deposit-item-body {
    padding: 30px;
  }
  @media only screen and (max-width: 991px) {
    .deposit-item-body {
      padding: 15px;
    }
  }
  .deposit-item-body .deposit-thumb {
    margin: 0 auto;
  }
  .deposit-item-body .deposit-thumb img {
    width: 100%;
  }

  .deposit-item-footer button,
  .deposit-item-footer input[type="button"],
  .deposit-item-footer input[type="reset"],
  .deposit-item-footer input[type="submit"],
  .deposit-item-footer a {
    font-size: 12px;
    padding: 5px 30px;
  }

  /*--------------------------------------------------------------
      [ ## Blog ]
  --------------------------------------------------------------*/

  /* Custom file upload*/
  .custom--file-upload {
    line-height: 35px;
  }
  .custom--file-upload ~ label {
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #932635;
    color: #fff;
    border-radius: 5px 0 0 5px;
  }

  .cookie__wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10vh;
    font-size: 18px;
    z-index: 99999;
  }
  @media only screen and (max-width: 991px) {
    .cookie__wrapper {
      padding: 20px;
    }
  }
  .cookie__wrapper .txt {
    max-width: 720px;
    margin-right: 20px;
    font-size: 14px;
  }
  .cookie__wrapper .txt a {
    margin-top: 10px;
  }

  .btn-ssm {
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #ffffff78;
  }
  .spcs-rw-img img {
    height: 160px;
    width: 160px;
    max-width: 160px;
    border-radius: 4px;
  }

  .spcs-rw-text h2 {
    font-size: 20px;
    line-height: 28px;
    display: block;
  }

  .spcs-rw-text p {
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  .spcs-rw-text {
    position: relative;
    padding: 0 10px 10px;
  }

  .spcs-lable-wrapper {
    position: absolute;
    bottom: -9px;
    content: '';
    text-align: center;
    width: 100%;
  }
  .dc-lable-br-absolute {
    position: absolute;
    content: '';
    right: 10px;
    bottom: 10px;
  }
  .spcs-rw-img {
    position: relative;
  }
  .btn-sm {
    font-size: 10px !important;
    padding: 8px 16px !important;
  }
  .spcs-ss-img img {
    height: auto !important;
    max-width: 100%;
    width: 100% !important;
    max-height: 215px !important;
  }
  .spcs-single-slider .video-icon{
    overflow: hidden;
  }
  .spcs-single-slider .video-icon:hover .spcs-ss-img img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }
  .spcs-ss-text h3 {
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .spcs-ss-text {
    position: relative;
    padding: 10px;
  }
  .spcs-single-slider {
    position: relative;
    display: block !important;
    text-align: left !important;
  }
  .movie-slider-arrow {
    width: 100%;
    text-align: right;
    position: absolute;
    content: '';
    top: 135px;
    background: none !important;
  }
  .spcs-ss-video-btn {
    position: absolute;
    content: '';
    top: 0px !important;
    left: 0px !important;
    /* background: #932635cc; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;

  }

  .spcs-ss-video-btn a.video-icon {
    font-size: 24px;
    height: 50px;
    width: 50px;
  }

  .spcs-ss-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  /* .movie-slider-arrow .slick-disabled{
    display: none !important;
  }
  .movie-slider-arrow .slider-next,
  .movie-slider-arrow .slider-prev{
    position: absolute;
    content: '';
    top: 45%;
    background: #eee;
  }
  }
  .movie-slider-arrow .slider-next{
    right: 0 !important;
  }
  .movie-slider-arrow  .slider-prev{
    left: 0 !important; 
  } */

  /* SED -> ll */

  .td-big-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal !important;
    width: 150px;
  }

  /* content header start */
  .content-header-body {
    display: flex;
    justify-content: space-between;
  }
  .content-header-right {
    display: flex;
  }

  .content-header-right>form:first-child .input-group:nth-child(1) {
    width: 440px;
  }

  /* .content-header-right>form:first-child {
    padding-right: 0.5rem;
  } */

  .content-header-limit {
    width: 100px;
  }

  @media screen and (max-width: 520px) {
    .content-header-body {
        display: block !important;
    }
    .content-header-left {
        margin-bottom: 1rem;
    }
    .content-header-right {
        justify-content: space-between;
    }

    .content-header-limit {
        position: absolute;
        content: '';
        top: 0;
        right: 15px;
    }
    .content-header-right>form:first-child .input-group:nth-child(1) {
        width: 100%;
        max-width: 100%;
    }

    /* header with no left element */
    .content-header-noleft-limit {
        position: absolute;
        content: '';
        right: 15px;
        bottom: 60px;
    }

    /* .content-header-right>form:first-child{
        padding: 0 !important;
    } */
  }
  /* content header end */

  @media (min-width: 1480px) {
    .mb-xxl-0 {
      margin-bottom: 0 !important;
    }
  }

  .content-search-form input {
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 39px;
    
    background-color: transparent;
    color: #d3d3d5;
  }
  .content-search-form input::placeholder {
    color: #d3d3d5;
  }

  /* SED -> ll */
  .banner-wrapper {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .video-controll-btn {
    z-index: 999;
    /* width: 50%; */
    height: 100%;
    /* margin: 0 auto; */
    text-align: left;
    position: absolute !important;
  content: '';
  top: -83px;
  right: 0;
  }
  /* .video-controll-btn > button {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #fff;
    position: relative;
    background: #932635;
  } */
  .video-controll-btn > button:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-animation: ripple 1.8s ease-out infinite;
    animation: ripple 1.8s ease-out infinite;
    background-color: #932635;
  }
  @media screen and (max-width: 1450px) {
    /* .spcs-ss-img img{
        width: 100%;
        height: 178px;
    } */
    .as-wrapper-left{
        padding: 60px 15px !important;
    }
  }
  section.subscription-section {
    position: relative;
    top: 120px;
  }
  .as-wrapper-left h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 45px;
  }
  .as-wrapper-left > span {
    font-size: 16px;
    padding: 10px 0 34px 0;
  }
  .as-wrapper-left {
    position: relative;
    text-align: center;
    padding: 60px 75px;
  }
  form.subscribe-form-section input {
    background: #191c21;
    border: 1px solid #ffffff17;
    border-radius: 3px;
  }
  .as-w-note h2 {
    font-size: 15px;
    margin-bottom: 12px
  }

  .as-w-note p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Montserrat", sans-serif;
    opacity: 0.6;
  }

  .as-w-note {position: relative;text-align: center;}

  .subscribe-form-section .checkbox-item label {
    color: #ffffffad;
    text-align: left;
    line-height: 20px;
  }
  .as-w-note a{
    text-decoration: underline;
  }
  .text-theme {
    color: #932635;
  }
  .text-theme:hover{
    text-decoration: underline;
    transition: .3s;
  }
  .as-wrapper-right {
    background-size: 100% 100%;
    height: 100%;
    background-repeat: no-repeat;
  }
  .radius-48 {
    border-radius: 10px;
    padding: 13px 30px;
  }

  .producer-r-text p {
      font-size: 12px;
      opacity: 0.6;
  }
  .producer-r-header {
      position: relative;
      display: flex;
      margin-bottom: 10px;
      background: #dddddd59;
      padding: 5px;
      border-radius: 2px;
  }
  .movie-small-list .bg-dark{
    background-color: #dddddd59 !important;
  }

  .producer-r-profile {
      position: relative;
      overflow: hidden;
      margin-right: 15px;
  }
  .producer-r-text {
    position: relative;
    text-align: left;
  }

  .producer-r-text h4 {
    font-size: 17px;
    margin-bottom: 5px;
    line-height: 20px;
  }
  .signle-episode {
    border-bottom: 1px solid #dddddd6b;
  }

  .signle-episode:last-child {
    border-bottom: none;
  }

  .signle-episode:hover,
  .dc-episode-box .movie-small-list>.widget-item:hover{
    background-color: #dddddd59 !IMPORTANT;
    transition: .5s;
  }
  .opacity-6{
    opacity: 0.6;
  }
  .dc-btn-solid {
    box-shadow: inset 0 0 0 1px  #fff;
    background: no-repeat;
    color: #fff;
    padding: 10px 28px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
  }
  .hr-w-20{
    background-color: var(--color-secondary-background);
    border: none;
    height: 4px;
    width: 20px;
    text-align: left;
    margin-left: 0;
  }
  .border-top-white{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .single-plan-row.selected{
    background: rgba(255, 255, 255, 0.1);
    
  }

  .single-plan-row>.selected {
    background: #932635;
    box-shadow: inset 0 0 0 1px #932635;
  }
  .selected .opacity-6{
    opacity: unset !important;
  }
  /* .single-plan-row:first-child {
    background: rgba(255, 255, 255, 0.1);
  } */
  .widget-box.dc-episode-box .widget-item {
    background-color: rgb(50,50,50);
    color: white;
    border-radius: 2px;
    cursor: pointer;
    margin: 0;
    padding: 5px;
  }
  .spcs-lw-slider-wrapper,
  .item-slider{
    position: relative;
  }
  .movie-thumb{
    text-align: center;
  }
  .spcs-lw-slider-wrapper  .swiper-button-next,
  .spcs-lw-slider-wrapper  .swiper-button-prev{
    background-image: none !important;
    background-color: #922635 !important;
    height: 40px;
    width: 33px;
    text-align: center;
    line-height: 40px;
    border-radius: 20%;
    font-size: 20px;
    top: 50%;
    color: #fff;
  }
  .spcs-lw-slider-wrapper  .swiper-button-prev{
      left: -5px !important;
  }
  .spcs-lw-slider-wrapper .swiper-button-next {
      right: -5px !important;
  }

  /* .item-slider .swiper-button-next,
  .item-slider .swiper-button-prev,
  .swiper-button-next,
  .swiper-button-prev{
      background-image: none !important;
      background-color: #932635d1 !important;
      height: 40px;
      width: 33px;
      text-align: center;
      line-height: 40px;
      border-radius: 20%;
      font-size: 20px;
      top: 50%;
      box-shadow: rgb(255 201 10) 0px 0px 9px;
  } */
  .item-slider .swiper-button-prev,
  .swiper-button-prev{
    left: -5px !important;
  }
  .item-slider .swiper-button-next,
  .swiper-button-next {
    right: -5px !important;
  }
  .swiper-initialized{
    overflow: hidden !important;
  }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  section.video_custom_nav_section {
    position: relative;
    overflow: hidden;
  }
  .video-js .vjs-big-play-button{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  /* subscription hero area */
  section.subscription-hero-area {
    position: relative;
    /* padding: 140px 45px; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  section.subscription-hero-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    background: red;
    height: 100%;
    z-index: -1;
    background: #1b202985;
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),color-stop(60%,rgba(0,0,0,0)),to(rgba(0,0,0,.8)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
    background-image: -moz- oldlinear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
    background-image: linear-gradient(to top,#1b2029 0,rgba(0,0,0,0) 60%,#1b2029 100%);  
  }

  h1.ss-ha-title {
    font-size: 36px;
    /* text-transform: capitalize; */
    max-width: 100%;
    margin: auto;
    line-height: 53px;
  }

  h2.ss-ha-intro-title {
    font-size: 26px;
    line-height: 24px;
    margin: 1rem auto;
    font-weight: 500;
  }

  p.ss-ha-text {
    font-size: 18px;
    font-weight: 400;
    padding-top: 0.85rem;
  }

  .ss-ha-wrapper {
    max-width: 950px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
  }

  .ss-ha-input-wrapper {
    max-width: 650px;
    margin: 0 auto;
  }

  .ss-ha-input-wrapper #basic-addon2 {
    font-size: 20px;
    padding: 6px 26px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-transform: initial;
  }
  .movie-section[data-section="free_zone"] {
    padding: 0;
    display: none;
  }
  .ss-ha-input-wrapper input.form-control {
    height: 60px;
    transition: .5s;
  }
  .ss-ha-input-wrapper>.input-group>label {
    position: absolute;
    top: 50%;
    left: 12px;
    color: #8c8c8c;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    z-index: 9;
  }
  /* .subscription_btn.focus-visible{
    padding-top: 20px ;
  } */
  label.form-label.position-top-label {
    top: 14px;
    font-size: 12px;
    transition: .5s;
  }
  .ss-ha-input-wrapper .subscription_btn:focus+.ss-lable{
    top: 14px !important;
  }

  /* scroll down button */
  .scroll-down-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
  }
  .scroll-down-btn span{
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #932635;
    border-right: 2px solid #932635;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
  }

  .scroll-down-btn span:nth-child(2)
  {
    animation-delay: -0.2s;
  }

  .scroll-down-btn span:nth-child(3)
  {
    animation-delay: -0.4s;
  }

  @keyframes animate{
    
    0%{
      opacity: 0;
      transform: rotate(45deg) translate(-20px, -20px);
    }
    50%{
      opacity: 1;
    }
    100%{
      opacity: 0;
      transform: rotate(45deg) translate(20px, 20px);
    }
  }


  .footer-section:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: #1b202985;
    
  }

  .footer-section{
      position: relative;
      z-index: 0;
  }

  .account_header {
    text-align: left !important;
    margin: 0 auto !important;
    padding: 16px;
}
/* .header-right > button {
  background: #932635 !important;
  border: 1px solid #d9534f !important;
}
.header-right .dropdown-menu {
  border-top: 3px solid #d9534f !important;
  margin-top: 10px;
  width: 215px;
  min-width: 215px;
} */
.header-bottom-area .navbar-collapse .main-menu>li a:hover, 
.header-bottom-area .navbar-collapse .main-menu>li a.active{
  color: #ffae00 !important;
}
.item-slider .swiper,
.top-slider .swipe{
  width: 100%;
  height: 100%;
}
.st-video-content button {
  background: none;
  margin-bottom: 10px;
  display: inline-block;
}

.st-video-content button i {
  background: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 35px;
}
.item-slider .swiper-slide,
.top-slider .swiper-slide{
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: auto !important;
  max-width: 378px !important;
  padding-right: 15px;
}
.grid-preview-single-item .movie-thumb img {
  height: auto !important;
  max-width: 100%;
  width: 100% !important;
  max-height: 215px !important;
}

.loading {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .loading div {
    width: 1rem;
    height: 1rem;
    margin: 2rem 0.3rem;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: 0.9s bounce infinite alternate;
            animation: 0.9s bounce infinite alternate;
  }
  .loading div:nth-child(2) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .loading div:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }

  @-webkit-keyframes bounce {
    to {
      opacity: 0.3;
      -webkit-transform: translate3d(0, -1rem, 0);
              transform: translate3d(0, -1rem, 0);
    }
  }

  @keyframes bounce {
    to {
      opacity: 0.3;
      -webkit-transform: translate3d(0, -1rem, 0);
              transform: translate3d(0, -1rem, 0);
    }
}
.loader-wrapper {position: absolute;content: '';top: 50%;left: 50%;transform: translate(-50%, -50%);}
.full-page-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  align-items: center;
}

.full-page-loader:after {
  position: absolute;
  content: '';
  background: #00000061;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.loader-wrapper-content p{
  color: #fff;
  font-weight: 700;
}
.megamenu-dropdown{
    position: static !important;
}
.category-list-ll li a {
  opacity: 0.7;
  font-size: 14px;
  text-transform: capitalize;
}
.category-list-ll li {
    width: 32%;
    display: inline-block;
    list-style: decimal !important;
}
.single-top-cate-box {
    background: #252830;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 0 5px 5px 0;
    height: 150px;
    padding: 10px;
    text-align: center;
}

.single-top-cate-box h2 {
    font-size: 16px;
    margin: 0;
}
.megamenu{
  width: 100% !important;
}
.megamenu .section-title{
  position: relative;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 3px 3px 0 0;
  display: inline-block;
  margin-top: -7px;
}
.swiper-button-next > i,
.swiper-button-prev > i{
  color: #fff;
}
.category_by_slider_ll .swiper-button-next,
.category_by_slider_ll .swiper-button-prev {
  top: 110px !important;
}
.progress {
    position: absolute;
    content: '';
    bottom: 0;
}
.category-list-ll li {
  line-height: 30px;
}

.spcs-rw-text button {
  height: unset !important;
  width: unset !important;
  font-size: 16px;
  border-radius: 4px !important;
  display: inline;
  padding: 10px 20px;
  margin-right: 5px;
  margin-top: 2px;
}
.text--base,
.text-theme{
  color: #ffae00 !important;
}
.text--base:hover,
.text-theme:hover{
  color: #d9534f;
}
.signle-category-wrapper {
  display: flex;
  padding: 0 20px;
  align-items: flex-start;
}
.single-category-item-box-left {
  position: relative;
  width: 400px;
}
.single-category-item-box-right {
  display: inline-block !important;
  width: calc(100% - 405px);
}

.dropdown-account-menu{
  display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* .dropdown-list-ll {
  position: absolute;
  content: '';
  right: 100%;
  width: 100%;
  top: 0;
  background: #932a35;
  border-top: 3px solid #d9534f !important;
  display: none;
  transition: .3;
} */

.dropdown-list-ll li a {
  color: #fff;
  font-size: 14px;
  padding: 8px 16px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.dropdown-ll:hover .dropdown-list-ll {
  display: block;
  transition: .3s;
}

.header-right-ll:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  margin-top: 0;
}
.header-right-ll a.dropdown-menu__item:hover ,
.dropdown-list-ll a:hover{
  background: #000053;
  color: #ffae00 !important;
}
.header-right-ll a.dropdown-menu__item:hover span,
.header-right-ll a.dropdown-menu__item:hover i,
.dropdown-list-ll li:hover a,
.dropdown-list-ll li:hover i{
  color: #ffffff !important;
}

div#reg_collapseOne {
    padding-bottom: 0px;
}
 .password_q_ll {
        position: absolute;
        content: '';
        z-index: 2222;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        padding: 18px;
    }

    .password_q_ll p {
        margin: 0;
    }
    .password_q_ll .success {
      color: #3e7101;
  }
.checkbox-wrapper-ll input[type="checkbox"] {
  width: 18px !important;
  height: 18px;
}
.collapse-ll .panel-heading{
  /* padding: 10px 25px 10px 10px; */
  border-bottom: 1px solid #e4e5e72b;
  transition: .5s;
  position: relative;
}
.collapse-ll > .panel-heading a {
  display: block;
  padding: 15px 25px 15px 15px !important;
}
.collapse-ll  > .panel-heading a:after{
  position: absolute !important;
  top: 15px !important;
  right: 10px !important;
}
.collapse-ll .panel-heading:hover a{
  background: #4d4d4d88;
  transition: .5s;
}
.collapse-ll .panel-title{
  margin: 0;
}
.panel-collapse-ll{
  padding: 5px 10px;
  background: #4d4d4d;
}
/* *[disabled="disabled"] {
  cursor: not-allowed;
} */


/* =================== */
.dropcampus_menu_ll > ul>li > a.nav-link {
  position: relative;
  padding: 28px 15px 28px 15px !important;
  color: white;
  font-weight: 600;
  align-items: center;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  transition: all 0.9s;
  width: 100%;
}
.dropcampus_menu_ll > ul>li{
  margin-right: 10px;
}
.dropcampus_menu_ll > ul>li:last-child{
  margin-right: 0 !important;
}

.dropcampus_menu_ll > ul>li > a.nav-link:hover {
  color: #ffae00 !important;
}

/* .dropcampus_menu_ll > ul>li > .dropdown-menu {
  border-top: 3px solid #d9534f;
  background: #000;
  color: #fff !IMPORTANT;
  margin-top: 0px;
  transition: .5;
} */

.dropcampus_menu_ll > ul>li > .dropdown-menu a {
  color: var(--color-body-background);
  padding: 6px 15px;
  font-weight: 500;
  font-size: 14px;
  white-space: inherit;
  vertical-align: text-top;
  border-radius: 3px;
}

/* .dropcampus_menu_ll > ul>li > .dropdown-menu a:hover {
  background: #932635;
  color: #ffae00 !important;
} */
.language-select {
      padding: 8px 10px;
      background-color: #932635;
      top: 0px;
      position: relative;
}

.episode-description-overflow {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.single-plan-row {
  position: relative;
}

@media (min-width: 767px) {
  .single-plan-row .absolate_btn {
    position: absolute;
    content: '';
    bottom: 43%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: max-content;
  }
}

.video-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(48, 45, 45, 0.1);
    border-radius: 5px;
}
.video-card_ll h5{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
}
.video-card_ll span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
  line-height: 22px;
  background: none !important;
  color: #fff !important;
}
.video-card_ll span p {
  line-height: 22px;
  font-weight: 400 !important;
}

.video-card_ll strong {
  font-weight: 400 !important;
}
.video-card_ll .bookmark-delete-btn{
  padding: 0 12px !important;
  font-size: 14px !important;
}
.movie-thumb-ll .video-details-overlay {
  position: absolute;
  content: '';
  bottom: 0;
  padding: 15px 10px;
  background: #0000008f;
  left: 0;
  width: 100%;
  top: unset;
}
.movie-thumb-ll .video-details-overlay  h3 {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  max-width: 240px;
  overflow: hidden;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.copyright-link>li> a {
  color: #ffae00 !important;
  /* text-decoration: underline; */
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient( 
180deg
 , rgb(0 0 0), rgb(15 15 15 / 64%)) !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: unset !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: unset !important;
}


/* grid slider */
.item-slider-row-two{
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.item-slider-row-two.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: unset !important;
  }

.item-slider-row-two .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  max-width: 378px !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important
}

/* .item-slider-row-two .swiper-button-next,
.item-slider-row-two .swiper-button-prev{
  background-image: none !important;
  background-color: #932635d1 !important;
  height: 40px;
  width: 33px;
  text-align: center;
  line-height: 40px;
  border-radius: 20%;
  font-size: 20px;
  top: 50%;
  color: #fff;
  box-shadow: rgb(255 201 10) 0px 0px 9px;
} */
.item-slider-row-two .swiper-button-prev{
  left: -5px !important;
}
.item-slider-row-two .swiper-button-next {
  right: -5px !important;
}

/* disabled link */
a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.vjs-error-content-style-ll{
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 54%;
  transform: translate(-50%, -50%) !important;
}

#card-element> .__PrivateStripeElement {
  border-color: #ddd !important;
  height: 40px !IMPORTANT;
  border-radius: 4px;
  padding: 9px !important;
}

/* trending video section */
.section-title-ll {
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  color: #fff;
}

h2.section-title-ll>a {
  opacity: .6;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 600 !important;
  left: 0;
}
.single-trending-items {
    position: relative;
    width: 100% !important;
    border-radius: 15px !important;
    overflow: hidden;
}
.single-trending-items>img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
}
.st-item-content {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #191c21 0, rgba(25,28,33,0.6) 25%, rgba(25,28,33,0) 45%) center no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 15px !IMPORTANT;
  overflow: hidden;
  padding: 10px 10px 30px 10px;
}
.st-item-content h2{
  /* font-family: 'Dancing Script', cursive; */
  font-family: 'Fjalla One', sans-serif;
  font-style: italic;
}
h6.st-item-line {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
span.st-item-intro {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
}
p.st-item-time {
  font-size: 14px;
  font-weight: 500;
}
.trending_video_slider .swiper-slide>a{
  width: 100%;
}
.trending_video_slider .swiper-button-next,
.trending_video_slider .swiper-button-prev{
  background-image: none !important;
  /* background-color: #932635d1 !important; */
  height: 40px;
  width: 33px;
  text-align: center;
  line-height: 40px;
  border-radius: 20%;
  font-size: 20px;
  top: 50%;
  color: #fff;
  box-shadow: rgb(255 201 10) 0px 0px 9px;
}
.trending_video_slider .swiper-button-prev{
  left: -5px !important;
}
.trending_video_slider .swiper-button-next {
  right: -5px !important;
}

.mc-nameplate__separator {
  display: block;
  width: 1.6em;
  margin: 1.2rem auto 1.2rem;
  height: 0.4rem;
  background: #ffffff;
}

h5.st-item-line {
  font-weight: 800 !important;
}
.st-video-tags li {
  font-size: 14px;
  display: inline-block;
  list-style: decimal !important;
  list-style-type: decimal !important;
}
.st-video-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 5px;
    background-color: #141414;
    transform: scale(1);
    box-shadow: 0 2px 10px 0 #000;
    z-index: 9;
    transition: ease all .3s;
    display: none;
}
.single-top-video{
  cursor: pointer;
}
.single-top-video:hover .st-video-hover-content{
  display: block;
  /* transition: ease all .3s; */
  /* left: 50%; */
  transform: scale(1.2);
}
.st-video-content {
    position: relative;
    padding: 15px 20px;
}
.single-top-video:hover .st-video-hover-content {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  }
  @keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  } 



  /* .top-slider .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: .2s;
  } */
  .top-slider .swiper-slide-active .st-video-hover-content{
   left: 36px !important;
  } 
  /* .top-slider .swiper-slide-active + .swiper-slide {
   
  }
  .top-slider .swiper-slide-active + .swiper-slide + .swiper-slide {
   
  }
  .top-slider .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  
  } */

.count-num {
  position: relative;
  cursor: pointer;
  left: 7px;
  z-index: -1;
  /* text-shadow: 0 0 3px #922635, 0 0 5px #922635; */
  text-shadow: 0 0 3px #b3b7b1, 0 0 5px #b3b7b1;
  width: 102px !important;
  height: 160px;
  line-height: 156px;
  color: #000;
  font-size: 120px;
  font-weight: 800;
  min-width: 102px;
  text-align: right;
}
.count-10-style {
  left: -5px;
  /* font-size: 158px; */
}
.swiper-slide:nth-child(1) .count-num {
  left: 9px !important;
}


