@font-face {
  font-family: "futura";
  /* add multiple fonts */
  src: url("/assets/font/Futura-Maxi-CG-Book-Regular.otf");
}
:root {
  --color-grayish: #2b2928;
  --color-white: #fff;
  --color-black: #0d1412;
  --color-primary: #0a1a25;
  --color-blue: #359de0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  /* background-color: white; */
  font-family: "futura", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--color-primary);
  overflow-x: hidden;
  /* background: linear-gradient(
    270deg,
    var(--color-black) 0%,
    var(--color-primary) 100%
  ); */
  background: white;
}

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;
}

button:focus {
  box-shadow: none !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%;
  }

  .movie-thumb img {
    height: 230px !important;
  }
}

@media (min-width: 1480px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

/*-------------------------------------------------
    [ ## 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: #071251 !important;
}

.bg--base {
  background-color: #0f029f !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--body {
  color: #949cb0;
}

.text--base {
  color: #6098e9 !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: #fff !important;
}

.bg--gray {
  background-color: #f9f9f9;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## 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: #1c0eb5;
}

.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;
  text-align: left;
}

.custom-table thead tr th:last-child {
  border-radius: 0 5px 5px 0;
  text-align: right;
}

.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: #fff;
  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;
  text-align: left;
}

@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;
  text-align: right;
}

@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: #1c0eb5;
    width: 50%;
    text-align: left;
  }
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/

::-webkit-scrollbar {
  width: 7px;
  height: 10px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #1c0eb5;
  border: 0px solid transparent;
  border-radius: 4px;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background: #1c0eb5;
  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%);
}

.scrollToTop img {
  width: 25px;
}

.scrollToTop.active {
  bottom: 60px;
  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.fixtures {
  margin-top: 20px;
}
.swiper-pagination.fixtures .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-blue);
  opacity: 1;
  margin: 0 5px;
}
.swiper-pagination.fixtures .swiper-pagination-bullet-active {
  background-color: var(--color-white);
}

.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: #1c0eb5;
}

.slider-next,
.slider-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  background-color: transparent;
  border: 2px solid rgb(107, 107, 107);
  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: #1c0eb5;
  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: #1c0eb5;
  border-color: #1c0eb5;
  color: white;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.box-shadow {
  box-shadow: 0 0 10px 0 #359de045;
}

.nav-tabs .nav-item .nav-link {
  padding: 5px 10px;
  border: 0;
  border-bottom: 1px solid #d6d2d2;
  color: white;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  background-color: var(--color-black);
}

.nav-tabs .nav-item .nav-link.active {
  color: white;
  border-bottom: 1px solid #1c0eb5;
  background-color: var(--color-primary);
}

.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(0, 0, 255, 0.1);
  background-color: transparent;
  /* color: white; */
}

.custom--card .card-header {
  background-color: #1c0eb5;
  color: white;
  text-align: center;
}

.custom--card .card-header h5 {
  color: white;
}

.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;
  }
}

@media (max-width: 575px) {
  .custom--card .card-body {
    padding: 20px 10px;
  }
}

.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: #dddddd5c;
  border: 1px solid #1317224f;
  color: var(--color-primary);
}

.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: 90px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.widget-thumb.image-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.widget-box .widget-thumb .movie-badge {
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: #1c0eb5;
  color: #fff;
  font-size: 10px;
  padding: 4px 7px;
  line-height: 1em;
  border-radius: 3px;
}

.widget-box .widget-thumb img {
  width: 100%;
  height: 80px;
  object-position: center;
  -o-object-position: center;
}

.widget-box .widget-content {
  width: calc(100% - 100px);
  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: #131722;
}

.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);
  color: white;
}

.modal-body .list-group-item .plan-name {
  color: white;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2em;
  color: #1d1b1b;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-family: "futura", 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: 10px;
}

.section-header .section-title {
  position: relative;
  font-weight: 700;
  padding: 7px 10px;
  margin-bottom: 0;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 1.4rem;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  display: inline-block;
  margin-top: -7px;
  color: var(--color-primary);
}

.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: 0px;
  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: #1c0eb5;
  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: #ea5455;
  color: white !important;
  border-radius: 3px;
}

.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: #1c0eb5;
  border: 1px solid #1c0eb5;
  color: white;
  padding: 10px 30px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "articula", sans-serif;
  border-radius: 35px;
  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: #1c0eb5;
}

.btn--base:focus:not(.btn--base-reverse),
.btn--base:hover:not(.btn--base-reverse) {
  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: #1c0eb5;
  font-weight: 500;
  font-size: 12px;
  display: block;
}

.custom-btn:hover {
  color: #1c0eb5;
}

/*-------------------------------------------------
    [ ## 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: 13px;
  color: var(--color-primary);
  font-family: "articula", 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: #1c0eb6;
  color: #fff;
}

.form--control {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  height: 38px;
  padding: 0 10px;
  color: var(--color-primary);
  border-radius: 5px;
  font-size: 12px;
  width: 100%;
}

.form--control:focus {
  background-color: rgba(5, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  color: var(--color-primary);
}

.form--control::placeholder {
  color: #949cb0;
}

textarea.form--control {
  height: auto;
  padding: 10px;
}

.custom-select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  height: 38px;
  font-size: 12px;
  color: white;
}

.custom-select:focus {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  color: white;
}

.custom-select option {
  background: #131722;
}

.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: #6098e9;
}

.forgot-password a {
  color: #1c0eb5;
  font-weight: 600;
}

.submit-btn {
  padding: 7px 30px;
  width: 100%;
  color: white;
  background-color: #1c0eb5;
  font-family: "articula", 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;
}

/* .bg-overlay-black:before {
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-dark-blue:before {
  content: "";
  position: absolute;
  background: #010437;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
} */

.bg-overlay-black > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-base {
  position: relative;
}

.bg-overlay-base:before {
  content: "";
  position: absolute;
  background: #131722;
  -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: #ffffff;
}

.preloader .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .loader .loader-logo {
  width: 80px;
  height: 80px;
  background-color: #1c0eb5;
  border-radius: 50%;
  position: relative;
  -webkit-animation: opacityPulse linear 1.5s infinite;
  animation: opacityPulse linear 1.5s infinite;
}
@keyframes opacityPulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  70% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-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: 35px;
  height: 35px;
  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: #1c0eb5;
}

.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: #1c0eb5;
  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 {
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

@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;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  backdrop-filter: blur(10px);
}

.header-section.header-fixed .header-top-area {
  display: none;
}

.header-section.header-fixed .header-bottom-area {
  background-color: var(--color-white);
}

.header-top-area {
  padding: 10px 0;
  background-color: #131722;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-bottom-area {
  height: unset;
  position: relative;
  background-color: transparent;
  z-index: 99;
}
.header-menu-content {
  display: inline-grid;
  justify-content: normal;
  align-items: center;
  width: 100%;
  height: 100%;
}
/* 
.header-bottom-area::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(0deg, rgba(0,0,0,0) 0%, #1c0eb5 100%);
z-index: -1;
} */

.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: var(--color-primary);
  }
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
    background-color: var(--color-primary);
  }

  /* .header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    color: #fff !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;
}

@media (min-width: 991px) {
  /* .nav-link.dropdown-toggle: hover .sub-menu */
  .header-bottom-area
    .navbar-collapse
    .main-menu
    li
    a.nav-link.dropdown-toggle:hover
    + .sub-menu,
  .sub-menu:hover {
    opacity: 1 !important;
    visibility: visible !important;
    top: 100% !important;
  }
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.show .sub-menu {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding-left: 20px;
    background-color: #ffffff0d;
  }

  .header-bottom-area .navbar-collapse .main-menu li.show .sub-menu li a {
    padding: 8px 0px !important;
  }
}

.dropdown-toggle::after {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.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 {
  position: relative;
  padding: 22px 0 22px 0;
  color: var(--color-primary);
  font-weight: 600;
  align-items: center;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "futura", sans-serif;
  transition: all 0.9s;
}
.header-section.header-fixed
  .header-bottom-area
  .navbar-collapse
  .main-menu
  li
  a {
  color: var(--color-primary);
}

.header-section.header-fixed a.logo-text {
  color: var(--color-primary) !important;
}

/* @media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a .menu__icon{
    width: 60px;
    z-index: 9;
    position: relative;
  }
} */
/* @media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a{
    width: 60px;
    z-index: 9;
    position: relative;
  }
} */

.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: var(--color-primary);
}

.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: var(--color-primary);
}

.header-bottom-area .navbar-collapse .main-menu li a:not(.btn_live)::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-primary);
  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: var(--color-white);
}

.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 0px !important;
    display: block;
  }

  .header-bottom-area .navbar-collapse .main-menu li a:not(.btn_live)::after {
    display: none;
  }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 105%;
  left: 0;
  width: 220px;
  background-color: #1c0eb5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #1c0eb5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -9;
  margin-left: 0;
}

@media (max-width: 991px) {
}

.header-bottom-area .navbar-collapse .main-menu li .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;
}

.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;
}

.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;
  margin-left: auto;
}

.search-bar a {
  color: #1c0eb5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border: 1px dashed #0000001a;
  border-radius: 50%;
  font-size: 14px;
}

.header-top-search-area {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  display: none;
  height: 70px;
  padding: 10px;
  position: fixed;
  right: 0;
  text-align: right;
  top: 60px;
  width: 350px;
  z-index: 99;
}

@media only screen and (max-width: 575px) {
  .header-top-search-area {
    right: -5px;
    width: 360px;
    top: 25px;
  }
}

.header-search-form input {
  border: 1px solid rgb(28 14 182);
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  width: 85%;
  background-color: transparent;
  color: #000;
}

.header-search-form input::placeholder {
  color: #d3d3d5;
}

.header-search-form .header-search-btn {
  background-color: #1c0eb5;
  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;
  top: 0;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
}

.language-select {
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  border-radius: 3px;
  padding: 5px 10px;
  background-color: #131722;
}

.language-select option {
  color: white;
}

.site-logo {
  max-width: 150px;
}

@media only screen and (max-width: 575px) {
  .site-logo img {
    height: 30px;
  }

  .site-logo {
    padding: 2px 0px;
    max-width: 100px;
  }
}

.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;
  top: 0;
  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;
}

.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;
  font-size: 30px;
}

@media only screen and (max-width: 991px) {
  .navbar-toggler span {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .navbar-toggler {
    display: none;
  }
}

.header-right {
  padding-left: 20px;
  margin-left: 20px;
}

@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: #1c0eb5;
  border: 1px solid #1c0eb5;
  color: white;
  padding: 5px 12px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "articula", 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: #1c0eb5;
  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-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 85vh;
}

.banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90deg, var(--color-primary), transparent); */
}
.inner-banner-section.banner-section::after {
  background: linear-gradient(90deg, #fff0, transparent);
  backdrop-filter: blur(3px);
}
.flex-sm-column-reverses {
  flex-direction: unset;
}

.banner-section .banner-content.breadcrumb::after {
  display: none;
}
.banner-section .banner-content.breadcrumb::before {
  display: none;
}
@media only screen and (max-width: 991px) {
  .banner-section {
    padding-bottom: 18px;
    height: 60vh !important;
  }
}

@media only screen and (max-width: 760px) {
  .banner-section .banner-content {
    padding-left: 0px !important;
  }
  .banner-section .flex-sm-column-reverses .play-btn {
    margin-bottom: 3rem;
  }
  .flex-sm-column-reverses {
    flex-direction: column-reverse !important;
    justify-content: center;
  }
  .banner-content::after {
    display: none;
  }
  /* .banner-section::after {
    background: rgba(0, 0, 0, 0.4);
  } */
  .banner-content::before {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .banner-section {
    padding-bottom: 18px;
    height: 40vh !important;
  }
  .banner-section .flex-sm-column-reverses .play-btn {
    margin-bottom: 1rem;
  }
  .play-btn {
    position: relative !important;
    transform: translateX(0%) !important;
    left: 0% !important;
  }
  .play-btn {
    width: 60px !important;
    height: 60px !important;
  }
  .play-btn i {
    font-size: 30px !important;
  }

  /* .banner-section::after {
    background: rgba(0, 0, 0, 0.4);
  } */
  .flex-sm-column-reverses {
    flex-direction: column-reverse !important;
    justify-content: center;
  }
  .banner-content .title-left {
    font-size: 2rem !important;
  }
  .banner-section .banner-content .sub-titles {
    font-size: 2rem !important;
  }
  .banner-content::before {
    display: none;
  }
  .banner-content::after {
    display: none;
  }
  .play-btn {
    width: 80px !important;
    height: 80px !important;
  }
  .banner-section .banner-content {
    padding-left: 0px !important;
    margin-top: 1rem;
  }
}

.banner-section .banner-content {
  position: absolute;
  bottom: 0;
  z-index: 999;
  padding-left: 70px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.banner-content .title-left {
  font-size: 3rem;
  font-weight: 700;
  color: white;
}

/* .banner-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  margin-top: 10px;
  height: 65%;
  background: white;
} */

/* .banner-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  margin-left: -0px;
} */

.play-btn {
  position: absolute;
  z-index: 9;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid white;
  border-radius: 50%;
  color: var(--color-blue);
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
}

.play-btn i {
  font-size: 40px;
}

.banner-section .banner-content .title {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner-section .banner-content .sub-titles {
  font-weight: 900;
  font-size: 3rem;
  position: relative;
  margin-bottom: 15px;
  color: #359de0;
}

.banner-section .banner-content .banner-btn a {
  margin: 0 10px 10px 10px;
}

.home-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-slider {
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .banner-slider {
    margin-top: 30px;
  }
}

.inner-banner-section {
  padding-top: 100px;
  padding-bottom: 0;
  /* -webkit-animation: slideUp 180s linear infinite;
  animation: slideUp 180s linear infinite; */
}

.inner-banner-section .banner-content .title {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--color-primary);
}

@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: 80px;
    padding-bottom: 0px;
  }
}

/* @media only screen and (min-width: 1350px) {
  .banner-section.home-banner {
    padding-top: 600px;
  }
} */

@media only screen and (max-width: 1600px) {
  .banner-section {
    background-size: cover;
    height: 650px;
    width: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .banner-section {
    background-size: cover;
    height: 1200px;
  }
}
.inner-details-section {
  padding-top: 80px;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb li {
  color: white;
  font-family: "articula", sans-serif;
  text-transform: uppercase;
}

.breadcrumb-item a {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  z-index: 2;
  color: #b5b5b5;
}

.breadcrumb-item a::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #b5b5b5;
  margin-right: 6px;
}

@media only screen and (max-width: 991px) {
  .breadcrumb-item a {
    font-size: 12px;
  }
}

.breadcrumb-item.active {
  font-weight: 900;
  color: var(--color-primary);
  font-size: 14px;
  position: relative;
  z-index: 2;
  display: inline-flex;
  justify-content: start;
  align-items: end;
}

@media only screen and (max-width: 991px) {
  .breadcrumb-item.active {
    font-size: 12px;
  }
}

.breadcrumb-item.active::before {
  content: "-";
  font-weight: 600;
  color: #cbcbcb;
  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 {
  color: white;
  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: #1c0eb5;
}

@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: #1c0eb5;
  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;
  text-align: center;
  border: 2px solid #ffffffc2;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  transition: all 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.footer-social li a:hover,
.footer-social li a.active {
  background-color: #1c0eb5;
}

.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.slides {
  height: 300px;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 765px) {
  .movie-item.slides {
    height: 100%;
  }
}
.movie-item.slides::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(179deg, #359ed800, #131722);
  z-index: 1;
  opacity: 0.8;
}

.movie-item.slides .movie-thumb {
  height: 100%;
  width: 100%;
}

.movie-item.slides .movie-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.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-thumb-overlay .team-overlay-content {
  position: relative;
  z-index: 2;
}
.movie-thumb-overlay .team-overlay-content__inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.movie-thumb-overlay .team-overlay-content__inner .team {
  font-size: 16px;
  font-weight: 900;
  color: white;
  margin-bottom: 0px;
}
.movie-thumb-overlay .team-overlay-content__inner .versus {
  font-size: 12px;
  font-weight: 900;
  color: white;
  margin: 0 10px;
  position: relative;
  padding: 8px;
}
.movie-thumb-overlay .team-overlay-content__inner .versus::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-blue);
  clip-path: polygon(0 0, 100% 0, 81% 100%, 18% 100%);
}
.movie-thumb-overlay .time-overlay {
  z-index: 2;
  border-radius: 5px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
}

.movie-thumb-overlay .video-btn-play {
  background-color: #379de1;
  border-radius: 20px;
  color: white;
  font-size: 14px;
  font-weight: 900;
  padding: 5px 0px;
  width: 100%;
  z-index: 2;
  margin: 15px;
}

.movie-thumb {
  position: relative;
  border-radius: 1px;
  overflow: hidden;
  height: 100%;
}
.movie-thumb.item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(179deg, #359ed800, #000);
  z-index: 1;
  opacity: 0.8;
  border-radius: 0px;
}
.movie-thumb.item button.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  color: var(--color-blue);
  font-size: 18px;
  font-weight: 900;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 50%;
  display: none;
}
.movie-thumb.item:hover button.btn-play {
  display: block;
  transition: all 0.5s;
}

.movie-thumb .movie-thumb-overlay h2 {
  font-size: 13px;
  font-weight: 900;
  color: white;
  margin-bottom: 0px;
  text-transform: capitalize;
  z-index: 2;
}

.movie-thumb .movie-thumb-overlay p {
  font-size: 12px;
  font-weight: 700;
  color: white;
  margin-bottom: 0px;
  margin-top: 10px;
  z-index: 2;
}
.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #a6a6a6;
}

.movie-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.movie-items {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
}
.movie-video {
  height: unset;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #ccc;
  position: relative;
  border-radius: 10px;
}
/* skeleton loading */
.movie-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f3f3f3 0%, #e0e0e0 50%, #f3f3f3 100%);
  background-size: 200% 200%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 10px;
}
@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.spinner-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.spinner-loader::after {
  /* loader */
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 991px) {
  .movie-item {
    width: 100%;
    height: 250px;
  }
}
@media only screen and (max-width: 576px) {
  .movie-item {
    width: 100%;
    height: unset !important;
  }
}

.movie-item {
  width: 100%;
  height: 250px;
}

.movie-item a {
  width: 100%;
  height: 100%;
}

.movie-thumb .movie-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  font-size: 10px;
  padding: 1px 10px;
  border-radius: 5px;
  background-color: #1c0eb5;
  z-index: 2;
}

.movie-thumb .movie-thumb-overlay {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  flex-direction: column;
  opacity: 0;
  /* transition: all 0.5s; */
}
.movie-item:hover .movie-thumb-overlay {
  opacity: 1;
  transition: all 0.2s;
}
.movie-thumb .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: #1c0eb5;
  opacity: 0.85;
  z-index: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* visibility: hidden; */
}

.movie-thumb-overlay__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.video-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 1;
  color: #fff;
  font-size: 22px;
}

.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: #1c0eb5;
}

.movie-slider {
  overflow: hidden;
}

.movie-video .video-js {
  width: 100%;
  height: 100% !important;
  padding: 0 !important;
}

/* @media (max-width: 1199px) {
  .movie-video .video-js {
    height: 520px !important;
  }
}

@media (max-width: 991px) {
  .movie-video .video-js {
    height: 400px !important;
  }
}

@media (max-width: 767px) {
  .movie-video .video-js {
    height: 300px !important;
  }
} */
.movie-video .vjs-big-play-button {
  top: 50%;
  left: 50%;
  -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: 23px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .movie-details-section .movie-content .title {
    font-size: 18px;
  }
}

.movie-details-section .movie-content .sub-title {
  font-size: 13px;
}

.movie-details-section .movie-content p {
  font-size: 13px;
}

.movie-details-section .movie-widget-area {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0 -10px;
}

.movie-details-section .movie-widget-area span:last-child {
  margin-right: 0;
}

.movie-details-section .movie-widget-area span {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0 10px;
}

.movie-details-section .movie-widget-area span i {
  font-size: 24px;
  margin-right: 5px;
  cursor: pointer;
}

.movie-widget-area [class*="movie-widget"]:nth-last-child(2) i {
  margin-right: 0;
}

.movie-widget__desc {
  /*margin-top: 15px;*/
}

.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;
}

.movie-widget-area span:last-child {
  margin-right: 0;
}

.post-share {
  margin: 0 -5px;
  padding-top: 10px;
}

@media (max-width: 575px) {
  .post-share {
    padding-top: 5px;
  }
}

.post-share li {
  padding: 0 5px;
}

.post-share li a {
  color: #bfbfbf;
}

.post-share li a:hover {
  color: #1c0eb5;
}

.product-desc-content {
  padding-top: 15px;
}

.product-desc-content p {
  font-size: 13px;
  overflow-wrap: break-word;
}

.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: #1c0eb5;
}

.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: #1c0eb5;
  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: #1c0eb5;
}

/*-------------------------------------------------
    [ ### 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);
  height: 100%;
}

.plan-item .plan-icon {
  font-size: 60px;
  color: #1c0eb5;
}

.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: 120px;
  text-align: center;
  position: relative;
  background-color: #1c0eb5;
  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;
  }
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-section {
  /* -webkit-animation: slideUp 50s linear infinite;
  animation: slideUp 50s linear infinite; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.account-area {
  min-height: 100vh;
}

.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(0, 0, 0, 0.1);
}

.account-logo-area .account-logo img {
  height: 60px;
}

.account-header {
  margin-bottom: 30px;
}

.account-header .title {
  font-weight: 600;
  font-size: 16px;
  color: var(--color-primary);
  text-transform: uppercase;
  position: relative;
}

@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: 30px;
  border-radius: 5px;
  background: var(--color-white);
}

.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: var(--color-primary);
}

/*-------------------------------------------------
    [ ### 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: #1c0eb5;
  color: #fff;
  border-radius: 5px 0 0 5px;
}

.cookie__wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #131722;
  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;
}

.list-items li {
  color: var(--color-primary);
  background: transparent;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.378); */
}

.payment__option {
  color: #000;
}

.widget-item__overlay {
  position: relative;
  z-index: 1;
}

.widget-item__overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(1, 0, 34, 0.041);
  z-index: -1;
}

.widget-box .widget-item {
  padding: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.widget-item__lock {
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
}

.widget-item__lock:hover {
  color: #1c0eb5;
}

.live-tv-card__body {
  padding: 20px !important;
}

/*================================  Episode Details Page================================  */
.slimScrollDiv {
  height: auto !important;
}

.movie-details-content .movie-small-list {
  height: auto !important;
}

.tv-section__video {
  /* min-height: 60vh; */
}

.tv-details-channel__thumb {
  width: 100px;
  height: 100%;
  object-fit: cover;
}

.tv-details-channel__content {
  width: calc(100% - 100px);
  padding-left: 20px;
}

.tv-details-channel {
  display: flex;
  align-items: center;
}

.tv-details__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.tv-details-channel__title {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 18px;
}

.tv-details-channel__desc {
  font-size: 16px;
  font-weight: 500;
}

/* ================ Tv Details Sidebar ======================= */
.tv-details__sidebar {
  /* background-color: #000; */
  border-radius: 8px;
  /* padding: 30px; */
  border: 1px solid rgba(255, 255, 255, 0.185);
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.336);
}

.tv-sidebar-list__item {
  padding: 10px;
  transition: 0.2s linear;
}

.tv-sidebar-list__item:hover {
  background-color: #ffffff14;
}

.tv-sidebar-list__link {
  width: 100%;
}

.tv-sidebar-list {
  max-height: 695px;
  overflow-y: auto;
}

.tv-sidebar-list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.tv-sidebar-list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.322);
  border: 0px solid transparent;
  border-radius: 5px;
}

/* ===================== Checkbox Css ============================ */
.custom--checkbox .checkbox--input {
  opacity: 0;
  display: none;
}

.custom--checkbox .checkbox--input:checked ~ .checkbox--label::before {
  background-color: #1c0eb5;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
  border: 0;
}

.custom--checkbox .checkbox--label {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
}

.custom--checkbox .checkbox--label::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #1c0eb5;
  left: 0;
  border-radius: 2px;
  top: 3px;
}

/* Wishlist list */
.wishlist-card-list {
  margin: -10px 0;
}

.wishlist-card-list__item {
  padding: 10px 0;
}

/* card */
.wishlist-card-list__link {
  width: calc(100% - 50px);
}

.wishlist-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wishlist-card__thumb {
  width: 150px;
  height: 80px;
  overflow: hidden;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .wishlist-card__thumb {
    width: 100px;
  }
}

@media (max-width: 575px) {
  .wishlist-card__thumb {
    width: 80px;
    height: 50px;
  }
}

.wishlist-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wishlist-card__content {
  width: calc(100% - 150px);
  padding-left: 20px;
}

@media (max-width: 767px) {
  .wishlist-card__content {
    width: calc(100% - 100px);
    padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .wishlist-card__content {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
}

.wishlist-card__title {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .wishlist-card__title {
    font-size: 15px;
    font-weight: 500;
  }
}

@media (max-width: 575px) {
  .wishlist-card__desc {
    display: none;
  }
}

.wishlist-card-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wishlist-card-wrapper__icon {
  width: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
}

@media (max-width: 575px) {
  .wishlist-card-wrapper__icon {
    width: 25px;
    height: 25px;
  }
}

.wishlist-card-wrapper__icon-icon {
  font-size: 20px;
  color: #1c0eb5;
}

.tv-card:hover .tv-card__thumb img {
  transform: scale(1.1);
}

.tv-card__thumb {
  overflow: hidden;
  border-radius: 8px;
}

.tv-card__thumb img {
  transition: 0.3s linear;
}

.table--responsive--lg tbody tr .data-not-found {
  justify-content: center;
  padding-left: 0;
}

.table--responsive--lg tbody tr .data-not-found::before {
  content: unset;
}

.data-not-found__text {
  display: block !important;
  padding-left: 0 !important;
  text-align: center !important;
}

.subcategories-bottom-menus-container {
  width: 100%;
  height: 100%;
  bottom: 65px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: end;
}

#bottomSubCategories {
  /* position: fixed;
  top: 0; */
  width: 100%;
  background: rgba(8, 1, 55, 0.671);
  height: 100vh;
  /* z-index: 1020; */
  overflow: hidden;
  padding: 20px 20px;
  display: none;
}

/* .subcategories-bottom-menus-container::after {
  width: 15%;
  height: 7px;
  background-color: lightgrey;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 1em;
  content: " ";
} */

.close-subcategories-modal {
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  color: black;
  font-size: 22px;
  cursor: pointer;
}

.subcategories-bottom-menus li a {
  color: rgb(27, 27, 27);
}

.subcategories-bottom-menus {
  /* height: 66vh; */
  overflow-y: auto;
  background: #ffffff;
  border-radius: 40px;
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
}

.font-weight-bold {
  font-weight: bold;
}

#footer-down-link:hover {
  color: white !important;
}

#footer-down-link {
  color: #eceaea;
}

.subcategories-slider-section a {
  min-width: fit-content !important;
  color: #616161;
}

.subcategories-slider-section {
  height: 40px;
}

.subcategories-slider-section .slick-arrow {
  position: absolute;
  width: 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 20px;
  z-index: 1;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.3s;
  top: 0;
  bottom: 0;
  margin: auto;
}

.subcategories-slider-section .slick-arrow.next {
  right: 0;
}

.subcategories-slider-section .slick-arrow.prev {
  left: 0;
}

.bottom-nav .nav-item.nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.border-top-lightgrey {
  border-top: 1px solid #bbbbbb;
}

.border-bottom-lightgrey {
  border-bottom: 1px solid #bbbbbb;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-11 {
  font-size: 11px !important;
}

@media (max-width: 620px) {
  .header-section.header-fixed {
    box-shadow: 0 1px 5px lightgrey;
  }
}

button.disabled {
  opacity: 0.5;
  cursor: default;
}

.login-button-divider span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  background-color: #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-option-btn {
  padding: 7px 30px;
  width: 100%;
  color: white;
  background-color: #111010;
  font-family: "futura", sans-serif;
  font-weight: 600;
  font-size: 13px;
  border-radius: 3px;
  margin-top: 10px;
}

.custom--card .card-header .title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 0.5em 0;
}

.form-control:disabled,
.form-control[readonly] {
  background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.navbar-user__thumb {
  width: 35px;
}

.navbar-user__thumb img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.cursor-pointer {
  cursor: pointer;
}

.mb-95-i {
  margin-bottom: 95px !important;
}

.text-pending {
  color: rgb(246, 189, 58);
}

.text-failed {
  color: rgb(210, 0, 0);
}

@media (max-width: 991px) {
  .dropdown-menu-end[data-bs-popper] {
    right: auto;
    left: 0;
  }
}

.font-sans-serif {
  font-family: "futura", sans-serif;
}

.home-live-ad-body {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}

@media (max-width: 768px) {
  .home-live-ad-body {
    height: 55vh;
  }
}

@media (max-width: 400px) {
  .home-live-ad-body {
    height: 30vh;
  }
}

#adModal .close {
  position: absolute;
  top: -50px;
  z-index: 1;
  height: 40px;
  width: 40px;
  right: 0;
  border-radius: 50%;
  font-size: 29px;
}

#adModal .carousel-indicators button {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

#adModal {
  background: #01010e82;
}

.btn_live {
  display: block !important;
  font-weight: 700;
  position: relative !important;
  padding: 5px 15px !important;
  background-color: rgba(#fff, 0.9);
  text-decoration: none;
  color: #333;
  border-radius: 50px;
  border: 1px solid white;
  box-shadow: 0px 2px 5px #9f9f9f;
  transition: all 0.2s;
  z-index: 1;
  outline: none;
  font-size: 13px !important;
  font-weight: bold !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  margin: 17px 0;
}

.btn_live:hover > span:before {
  animation: none;
}

.navbar-nav .btn_live span.live-icon {
  display: inline-block;
  position: relative;
  top: calc(50% - 5px);
  background-color: red;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  border: 1px solid rgba(black, 0.1);
  border-radius: 50%;
  z-index: 1;
}

.navbar-nav .btn_live span.live-icon:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(173, 37, 37, 0.12);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: live 2s ease-in-out infinite;
  z-index: -1;
}

@keyframes live {
  0% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(3.5, 3.5);
    background-color: rgba(red, 0);
  }
}

.font-weight-bold {
  font-weight: bold;
}
.plyr--full-ui {
  height: 100%;
}

.lock-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--color-primary);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  z-index: 99999;
}

video[poster] {
  object-fit: cover;
}

.chat-small-device {
  display: none;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .chat-small-device {
    display: block;
  }
  .chat-large-device {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .mobile-movie-main-container-ytplayer {
    height: 100% !important;
  }
  .watch-container {
    padding: 0 1rem;
  }
  .fixtures_container {
    padding: 10px;
  }
}
@media screen and (max-width: 360px) {
  .mobile-movie-main-container-ytplayer {
    height: 100% !important;
  }
  .watch-container {
    padding: 0 0.5rem;
  }
}
.mobile-movie-main-container-ytplayer {
  height: 400px;
  background-color: var(--color-grayish);
}

.text-underline {
  text-decoration: underline;
}

.skeleton {
  background: #336699;
  border-radius: 5px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

.skeleton-image {
  width: 100%;
  height: 200px;
  border-radius: 5px;
}

.skeleton-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1rem;
}

.skeleton-line {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}

.fixtures_container {
  box-shadow: 0 0 5px 0 #0d6efd3b;
  padding: 20px;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  border-radius: 0 0 25px 30px;
  overflow: hidden;
  background: #43aee2cc;
  backdrop-filter: blur(4px);
}
.fixtures_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.fixtures_title h2 {
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  position: relative;
}
.fixtures_title h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--color-white);
}

.fixture_date {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
}
.fixturee_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fixturee_single {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  gap: 0.5rem;
  align-items: center;
  grid-template-areas: "fixturee_single_left fixturee_single_center fixturee_single_right";
  margin: 2.5rem 0;
}
.fixturee_single_left {
  grid-area: fixturee_single_left;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
.fixturee_single_left h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-white);
  margin-right: 1rem;
  margin-bottom: 0;
}

.fixturee_single_center {
  grid-area: fixturee_single_center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fixturee_single_center.score h4 {
  font-size: 1rem;
  font-weight: 700;
  background: white;
  color: var(--color-primary);
  padding: 0.4rem 0.8rem;
  border-radius: 5px;
  box-shadow: 1px 0px 20px 3px #f8f9fab5;
  margin-bottom: 0px;
}
.fixturee_single_center h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 0px;
}

.fixturee_single_right {
  grid-area: fixturee_single_right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.fixturee_single_right h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: left;
  margin-bottom: 0;
}

.fixturee_single_left_bottom_right {
  margin-left: 1rem;
}
.fixturee_single_left_top_left,
.fixturee_single_left_bottom_left {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  transform: scale(1.5);
}
.fixturee_single_left_top_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fixturee_single_left_bottom_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.swiper-button-next {
  background-image: unset !important;
}
.swiper-button-prev {
  background-image: unset !important;
}

.section-gb {
  position: relative;
}

.section-gb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg, transparent, #ffffff); */
}

.topnav-logo-container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1rem;
  background: #fff;
  position: relative;
  padding: 1.2rem 0 1.2rem 16.5rem;
  height: 60px;
  border-bottom: 1px solid #ffc1073b;
}
@media (max-width: 991px) {
  .topnav-logo-container {
    padding: 1.2rem 0 1.2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .topnav-logo-container {
    overflow: hidden;
    padding: 1.2rem 0 1.2rem 1.5rem;
  }
}

@media (max-width: 575px) {
  .topnav-logo-container span {
    display: none;
  }
}
.topnav-logo-container span {
  color: #76766f;
  min-width: 8.5rem;
  font-size: 0.8rem;
  line-height: 1.8rem;
}
.topnav-logo-container a:focus-visible,
a:focus,
a:visited,
a:active {
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
}

.logos-container {
  height: 40px;
  display: flex;
  justify-content: space-evenly;
  overflow: hidden;
  overflow-x: auto;
}
.logos-container::-webkit-scrollbar {
  display: none;
}
.logos-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logos-container a:hover {
  background: transparent;
}
