/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
    [ ## Heading ]
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/

:root {
    --primary-color: var(--primary-color);
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #131720;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #e0e0e0;
  overflow-x: hidden;
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.premium-video {
    opacity: 0.5;
    pointer-events: none; /* Prevents clicks on premium videos */
}

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.exchange-area code {
  font-size: 20px;
  color: #1e9ff2;
}

code {
  color: #ff9f43;
  font-weight: 600;
}
code span {
  display: block;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type=submit], input[type=reset], input[type=button] {
  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: #151f30;
  padding: 40px;
  border-radius: 10px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
blockquote .quote-icon {
  position: absolute;
  top: 0;
  left: 5%;
  font-size: 120px;
  opacity: 0.1;
}

/*-------------------------------------------------
    [ ## 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;
  }
}

.pb-200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1199px) {
  .pb-200 {
    padding-bottom: 30px;
  }
}

.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;
  }
}

.ptb-300 {
  padding: 300px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-300 {
    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;
}

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

.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: var(--primary-color);
}

.bg--success {
  background-color: #28c76f;
}

.bg--danger {
  background-color: #cf2f2f !important;
}

.bg--warning {
  background-color: #ff9f43 !important;
}

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163A;
}

.bg--base {
  background-color: var(--primary-color) !important;
}
.btn--base {
    background-color: var(--primary-color) !important;
}

.text--primary {
  color: #7367f0;
}

.text--secondary {
  color: var(--primary-color);
}

.text--success {
  color: #28c76f;
}

.text-danger {
  color: #d63384 !important;
}

.text--danger {
  color: #d63384;
}

.text--warning {
  color: #ff9f43;
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #10163A;
}

.text--base {
  color: var(--primary-color) !important;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
  border: 1px solid var(--primary-color);
}

.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: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 31, 48, 0.35)), to(#131720)) !important;
  background: linear-gradient(180deg, rgba(21, 31, 48, 0.35) 0%, #131720 100%) !important;
}

.bg--gray {
  background-color: #151f30;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
html::-webkit-scrollbar {
  height: 20px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar {
  height: 20px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 35px;
  height: 35px;
  padding: 7px;
  line-height: 1;
  font-weight: 600;
  background-color: var(--primary-color);
  border-radius: 7px;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-50000%);
          transform: translateY(-50000%);
}
.scrollToTop small {
  display: block;
  text-transform: uppercase;
  font-size: 8px;
}
.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-wrapper {
  background-color: #131720;
  padding: 30px;
  border-radius: 15px;
}

.custom-table {
  width: 100%;
  white-space: nowrap;
}
.custom-table thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.custom-table thead tr th {
  border: none;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  padding: 12px 15px;
}
.custom-table thead tr th:last-child {
  text-align: right;
}
.custom-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.custom-table tbody tr:nth-of-type(2n) {
  background-color: #151f30;
}
.custom-table tbody tr td {
  border: none;
  font-weight: 500;
  color: #e0e0e0;
  font-size: 14px;
  padding: 12px 15px;
}
.custom-table tbody tr td:last-child {
  text-align: right;
}
.custom-table tbody tr td button, .custom-table tbody tr td input[type=submit], .custom-table tbody tr td input[type=reset], .custom-table tbody tr td input[type=button], .custom-table tbody tr td .btn--base {
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 8px;
}
.custom-table tbody tr td .btn {
  padding: 6px 10px;
}

/*-------------------------------------------------
    [ ## slider ]
*/
.slider-wrapper {
  margin: -50px 0;
}

.slider {
  padding: 50px 0;
  overflow: hidden;
}

.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  background-color: var(--primary-color);
  height: 8px;
  width: 8px;
  border-radius: 10px;
}
.swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: -3px;
  left: -3px;
  border-radius: 50%;
  background-color: var(--primary-color);
  opacity: 0.5;
}

.slider-nav-area {
  position: absolute;
  top: 6px;
  right: 30px;
  background-color: #131720;
  border-radius: 10px;
  padding: 5px;
}

.slider-next, .slider-prev {
  width: 50px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background-color: #151f30;
  border-radius: 5px;
  color: var(--primary-color);
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slider-next:hover, .slider-prev:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}
.slider-next svg, .slider-prev svg {
  stroke: #e0e0e0;
}

.slider-next {
  margin-left: 2px;
  background-color: var(--primary-color);
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  color: #ffffff;
  padding: 0;
  font-weight: 600;
  line-height: 30px;
  display: block;
  margin: 0;
}
.pagination .page-item.disabled span {
  border-radius: 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  color: #ffffff;
}
.pagination .page-item .page-link {
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: var(--primary-color);
  border-color: transparent;
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.nav-tabs .nav-link {
  padding: 30px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 15px;
  border: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-tabs .nav-link .icon {
  width: 50px;
  height: 50px;
  font-size: 30px;
  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;
  text-align: center;
  border-radius: 30%;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 20px;
}
.nav-tabs .nav-link.active {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border: none;
  color: #ffffff;
}
.nav-tabs .nav-link:nth-of-type(1n) .icon {
  background-color: #7367f0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(115, 103, 240, 0.3);
          box-shadow: 0 2px 10px 0 rgba(115, 103, 240, 0.3);
}
.nav-tabs .nav-link:nth-of-type(2n) .icon {
  background-color: #28c76f;
  -webkit-box-shadow: 0 2px 10px 0 rgba(40, 199, 111, 0.3);
          box-shadow: 0 2px 10px 0 rgba(40, 199, 111, 0.3);
}
.nav-tabs .nav-link:nth-of-type(3n) .icon {
  background-color: #107BE9;
  -webkit-box-shadow: 0 2px 10px 0 rgba(16, 123, 233, 0.3);
          box-shadow: 0 2px 10px 0 rgba(16, 123, 233, 0.3);
}
.nav-tabs .nav-link:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 5px;
  }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom-card {
  background: #151f30;
  padding: 25px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1254901961);
}
@media only screen and (max-width: 575px) {
  .custom-card {
    padding: 15px;
  }
}
.custom-card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1254901961);
  padding: 0;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.custom-card .card-body {
  padding: 0;
}

/*-------------------------------------------------
    [ ## modal ]
*/
.modal-content {
  background-color: #131720;
}
.modal-content .close {
  border-radius: 3px;
}

.modal-header {
  border-color: rgba(255, 255, 255, 0.1254901961);
}

.modal-footer {
  border-color: rgba(255, 255, 255, 0.1254901961);
}
.modal-footer button, .modal-footer input[type=submit], .modal-footer input[type=reset], .modal-footer input[type=button] {
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 8px;
  color: #ffffff !important;
}

.btn-close {
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 40px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 17px;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 15px;
}
@media only screen and (max-width: 575px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
}

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-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #151f30;
  padding: 15px 30px;
  border-radius: 10px 0 0 10px;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .section-header-wrapper {
    border-radius: 10px;
  }
}
.section-header-wrapper.bg {
  background-color: #131720;
}
.section-header-wrapper .section-header .section-title {
  position: relative;
  margin-bottom: 0;
  padding-left: 15px;
}
.section-header-wrapper .section-header .section-title::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.section-header-wrapper .section-header .section-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 8px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  background-color: var(--primary-color);
}
.section-header-wrapper .section-header .section-title span {
  color: var(--primary-color);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type=submit]:hover {
  color: #ffffff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
button: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 {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
          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;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #d63384;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163A;
}

.badge--primary::before {
  background-color: #7367f0;
}

.badge--secondary::before {
  background-color: #868e96;
}

.badge--success::before {
  background-color: #28c76f;
}

.badge--danger::before {
  background-color: #d63384;
}

.badge--warning::before {
  background-color: #ff9f43;
}

.badge--info::before {
  background-color: #1e9ff2;
}

.badge--dark::before {
  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;
}

.badge {
  position: relative;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
  font-size: 13px;
  background-color: transparent;
  padding-left: 15px;
}
.badge::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.btn--base {
  position: relative;
  background: #151f30;
  border-radius: 10px;
  color: #ffffff;
  padding: 15px 30px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base i {
  font-size: 16px;
  position: relative;
  top: 1px;
}
.btn--base.active {
  background-color: var(--primary-color);
  color: #ffffff;
}
.btn--base:focus, .btn--base:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .btn--base {
    padding: 10px 25px;
    font-size: 13px;
  }
}

.custom-btn {
  color: var(--primary-color) !important;
  font-weight: 700;
}

.info-btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.chat-cross-btn {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ea5455;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .chat-cross-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: none;
}

input, textarea {
  padding: 12px 20px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ffffff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ffffff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ffffff;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ffffff;
}
input::placeholder, textarea::placeholder {
  color: #ffffff;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 118px;
}

input,
select,
textarea {
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  vertical-align: baseline;
  font-size: 100%;
  color: #ffffff;
}

label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
label span {
  color: var(--primary-color);
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: #ffffff;
}

.input-group {
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.input-group .nice-select {
  width: auto;
  padding: 0 30px 0 15px;
  border: none !important;
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
  line-height: 45px;
}
.input-group .nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(47, 128, 237, 0.2);
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-append input {
  border-radius: 5px 0 0 5px;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  border-right: none;
  background-color: #ffffff;
}

.input-group-text {
  border: none;
  font-size: 16px;
  background: var(--primary-color);
  color: #ffffff;
  height: 45px;
  border-radius: 0 15px 15px 0;
  font-weight: 500;
}

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}
.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check-group input:checked + label::before {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.custom-check-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-check-group label {
  position: relative;
  cursor: pointer;
}
.custom-check-group label::before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #151f30;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  border-radius: 5px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -2px;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  font-size: 14px;
  height: 50px;
  color: #e0e0e0;
}
.form-control:focus {
  color: #e0e0e0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.form-control::-webkit-input-placeholder {
  color: #e0e0e0;
}
.form-control::-moz-placeholder {
  color: #e0e0e0;
}
.form-control:-ms-input-placeholder {
  color: #e0e0e0;
}
.form-control::-ms-input-placeholder {
  color: #e0e0e0;
}
.form-control::placeholder {
  color: #e0e0e0;
}

.form--control {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 31, 48, 0.35)), to(#131720));
  background: linear-gradient(180deg, rgba(21, 31, 48, 0.35) 0%, #131720 100%);
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 45px;
  font-size: 13px;
  color: #e0e0e0;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
}
.form--control:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 31, 48, 0.35)), to(#131720));
  background: linear-gradient(180deg, rgba(21, 31, 48, 0.35) 0%, #131720 100%);
  border: 1px solid var(--primary-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #e0e0e0;
}
.form--control::-webkit-input-placeholder {
  color: rgba(224, 224, 224, 0.5);
}
.form--control::-moz-placeholder {
  color: rgba(224, 224, 224, 0.5);
}
.form--control:-ms-input-placeholder {
  color: rgba(224, 224, 224, 0.5);
}
.form--control::-ms-input-placeholder {
  color: rgba(224, 224, 224, 0.5);
}
.form--control::placeholder {
  color: rgba(224, 224, 224, 0.5);
}
.form--control:disabled {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.fileholder.active {
  border: 2px dashed #5a5278;
}

.fileholder-drag-drop-title {
  color: #c4c5cf;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: #5a5278;
}

.fileholder-basic-loading-circle.one {
  border: 2px solid #5a5278;
}

.fileholder-basic-loading-circle.two {
  border: 2px solid #5a5278;
}

.fileholder-basic-loading-circle.three {
  border: 2px solid #5a5278;
}

.file-holder-wrapper {
  width: 400px;
}
@media only screen and (max-width: 575px) {
  .file-holder-wrapper {
    width: 100%;
  }
}

.fileholder.active {
  border: 2px dashed rgba(255, 255, 255, 0.1254901961);
}

.fileholder-drag-drop-title {
  color: #e0e0e0;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: var(--primary-color);
}

.fileholder-basic-loading-circle.one {
  border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.two {
  border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.three {
  border: 2px solid var(--primary-color);
}

.radio-wrapper {
  margin-bottom: 10px;
}

.radio-item [type=radio]:checked {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:checked + label {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: none;
  background-color: #151f30;
  border-radius: 10px;
  padding: 14px 20px;
  display: inline-block;
  color: #ffffff;
  width: 100%;
}
.radio-item [type=radio]:checked + label::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.radio-item [type=radio]:checked + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.radio-item [type=radio]:not(:checked) + label {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: none;
  background-color: #151f30;
  border-radius: 10px;
  padding: 14px 20px;
  display: inline-block;
  color: #e0e0e0;
  width: 100%;
}
.radio-item [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.radio-item [type=radio]:not(:checked) + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.nice-select {
  height: 45px;
  line-height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1254901961) !important;
  float: unset;
  padding: 0 20px;
  color: #ffffff !important;
}
.nice-select .list {
  background-color: #151f30;
  width: 100%;
  left: auto;
  right: 0;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: var(--primary-color);
}

.select2-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  width: 100%;
}

.selection {
  width: 100%;
}

.select2-selection--single {
  width: 100%;
  height: 45px !important;
  outline: none;
  background: transparent !important;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1254901961) !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-selection--single span {
  margin: 0;
  width: 100%;
  color: #e0e0e0 !important;
  line-height: initial;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 22px;
  right: 7px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #e0e0e0 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #e0e0e0 transparent;
}

.select2-dropdown{
    background-color: #151f30 !important;
    border: 1px solid rgba(255,255,255,0.1);
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    background-color: #151f30 !important;
    border: 1px solid rgba(255,255,255,0.1);
}
.select2-container--default .select2-results__option--selected{
    background-color: var(--primary-color);
}

.submit-btn {
  padding: 12px 20px;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 31, 48, 0.35)), to(#131720));
  background: linear-gradient(180deg, rgba(21, 31, 48, 0.35) 0%, #131720 100%);
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  font-family: "Rubik", sans-serif;
}
@media only screen and (max-width: 991px) {
  .submit-btn {
    padding: 10px 20px;
  }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-base {
  position: relative;
  z-index: 2;
}

.bg-overlay-base:after {
  content: "";
  position: absolute;
  background-color: #131720;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@-webkit-keyframes scroll-down {
  0%, 100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scroll-down {
  0%, 100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-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.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-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 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  background: #131720;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.loader {
  width: 90px;
  aspect-ratio: 1/1;
  position: relative;
}

.dot {
  margin: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  background: var(--primary-color);
  -webkit-box-shadow: 2px 4px 10px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 4px 10px 3px rgba(0, 0, 0, 0.2);
  -webkit-animation: 2s ease infinite alternate;
          animation: 2s ease infinite alternate;
}

.dot-lower {
  width: 90px;
  -webkit-animation-name: lower;
          animation-name: lower;
}

.dot-middle {
  width: 60px;
  -webkit-animation-name: middle;
          animation-name: middle;
}

.dot-upper {
  width: 30px;
  -webkit-animation-name: upper;
          animation-name: upper;
}

@-webkit-keyframes lower {
  0%, 30% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}

@keyframes lower {
  0%, 30% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
@-webkit-keyframes middle {
  0%, 50% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
@keyframes middle {
  0%, 50% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
@-webkit-keyframes upper {
  0%, 70% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
@keyframes upper {
  0%, 70% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
.container-fluid {
  position: relative;
  padding-left: 40px;
  padding-right: 0;
}
.container-fluid.active {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 575px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.custom-container {
  max-width: 1570px;
}

.row > * {
  position: relative;
}

@media (min-width: 1480px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 575px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 575px) and (max-width: 400px) {
  .col-xs-6 {
    width: 100%;
  }
}
::-moz-selection {
  background-color: var(--primary-color);
  color: #ffffff;
}
::selection {
  background-color: var(--primary-color);
  color: #ffffff;
}

.fs-10px {
  font-size: 11px;
}

.op-6 {
  opacity: 0.6;
}

/*-------------------------------------------------
  [ ## Header ]
*/
.header-section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 9;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
  margin-top: 0;
  -webkit-animation-fill-mode: initial;
          animation-fill-mode: initial;
}
.header-section.header-fixed .header-top-area {
  display: none !important;
}

.header-bottom-area {
  position: relative;
  background: #151f30;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse {
    background-color: transparent !important;
    padding: 0 !important;
  }
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
  }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 60px;
}
@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 50px !important;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.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: 30px 0;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e0e0e0;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}
.header-bottom-area .navbar-collapse .main-menu li a::before {
  position: absolute;
  content: "";
  top: 40px;
  right: -12px;
  width: 5px;
  height: 5px;
  background-color: #e0e0e0;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a::before {
    top: 22px;
    right: 0;
  }
}
.header-bottom-area .navbar-collapse .main-menu li a.active, .header-bottom-area .navbar-collapse .main-menu li a:hover {
  color: var(--primary-color);
}
.header-bottom-area .navbar-collapse .main-menu li a.active::before, .header-bottom-area .navbar-collapse .main-menu li a:hover::before {
  background-color: var(--primary-color);
}
.header-bottom-area .navbar-collapse .main-menu li a.live {
  position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li a.live::before {
  background-color: #EB5757;
}
.header-bottom-area .navbar-collapse .main-menu li a.live::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 40px;
  right: -12px;
  border-radius: 50%;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  background-color: #EB5757;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a.live::after {
    top: 22px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 60px;
  left: 0px;
  padding: 10px 5px;
  width: 180px;
  background-color: linear-gradient(180deg, rgba(21, 31, 48, 0.35) 0%, #131720 100%);
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  border-radius: 15px;
  display: block;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    width: 180px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  margin-right: 0;
  padding-right: 0;
  -webkit-transition: all ease 0.5s;
  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: var(--primary-color);
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  width: 100%;
  font-size: 12px;
  padding: 5px 15px;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
  display: none;
}
@media (max-width: 991px) {
  .header-bottom-area .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:last-child .sub-menu {
  left: auto;
  right: 0;
}

.site-logo {
  max-width: 140px;
}
@media only screen and (max-width: 991px) {
  .site-logo {
    max-width: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .header-search-bar {
    margin-left: 8px;
  }
}
.header-search-bar button, .header-search-bar input[type=button], .header-search-bar input[type=reset], .header-search-bar input[type=submit] {
  background-color: transparent;
}
.header-search-bar button img, .header-search-bar input[type=button] img, .header-search-bar input[type=reset] img, .header-search-bar input[type=submit] img {
  width: 75%;
}
.search-results-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px;
}
.search-results-row .sports-item{
  width: 10%;
  margin: 15px;
}
.header-search-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #131720;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header-search-form.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-search-form .skip {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #e0e0e0;
  cursor: pointer;
}
.header-search-form .header-search-form-area {
  width: 100%;
  max-width: 1000px;
  margin: 15px;
  position: relative;
}
.header-search-form .header-search-form-area input {
  height: 70px;
  background: transparent;
  color: #e0e0e0;
  border: 1px solid transparent;
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1254901961);
  font-size: 24px;
  border-radius: 0;
  padding: 0;
  padding-right: 70px;
}
@media only screen and (max-width: 575px) {
  .header-search-form .header-search-form-area input {
    padding-right: 70px;
  }
}
.header-search-form .header-search-form-area input:focus {
  border-bottom: 2px solid var(--primary-color);
}
.header-search-form .header-search-form-area button, .header-search-form .header-search-form-area input[type=button], .header-search-form .header-search-form-area input[type=reset], .header-search-form .header-search-form-area input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 40px;
  border: none;
  background: transparent;
  font-size: 20px;
  text-align: right;
}

.header-action {
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  .header-action {
    margin-left: 12px;
    margin-top: 20px;
  }
}
.header-action a {
  padding: 10px 20px;
  font-size: 13px;
}

.header-account-bar {
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .header-account-bar {
    margin-left: -10px;
    margin-top: 20px;
  }
}
.header-account-bar button, .header-account-bar input[type=button], .header-account-bar input[type=reset], .header-account-bar input[type=submit] {
  background-color: transparent;
}
.header-account-bar button img, .header-account-bar input[type=button] img, .header-account-bar input[type=reset] img, .header-account-bar input[type=submit] img {
  width: 52%;
  border-radius: 50%;
}

.header-dashboard-bar {
  position: relative;
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  .header-dashboard-bar {
    margin-left: 12px;
    margin-top: 15px;
  }
}
.header-dashboard-bar button, .header-dashboard-bar input[type=button], .header-dashboard-bar input[type=reset], .header-dashboard-bar input[type=submit] {
  width: 50px;
  height: 50px;
  background-color: transparent;
}
.header-dashboard-bar button img, .header-dashboard-bar input[type=button] img, .header-dashboard-bar input[type=reset] img, .header-dashboard-bar input[type=submit] img {
  border-radius: 50%;
}
.header-dashboard-bar .header-dashboard-list-wrapper {
  position: absolute;
  right: 0;
  width: 250px;
  background-color: #151f30;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  padding: 15px;
  border-radius: 10px;
  display: none;
}
.header-dashboard-bar .header-dashboard-list-wrapper .title {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.header-dashboard-bar .header-dashboard-list-wrapper .sub-title {
  font-size: 11px;
  padding-bottom: 10px;
}
.header-dashboard-bar .header-dashboard-list {
  margin-bottom: -10px;
}
.header-dashboard-bar .header-dashboard-list li {
  padding-bottom: 10px;
  color: #ffffff;
}
.header-dashboard-bar .header-dashboard-list li:last-child {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.header-dashboard-bar .header-dashboard-list li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-dashboard-bar .header-dashboard-list li a:hover {
  color: var(--primary-color);
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: #ffffff;
  font-size: 14px;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  padding-top: 450px;
  padding-bottom: 180px;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  .banner-section {
    background-position: 10% 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-section {
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: 10% 100%;
  }
}

.banner-slider {
  position: relative;
  overflow: hidden;
}
.banner-slider .swiper-pagination {
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .banner-slider .swiper-pagination {
    display: none;
  }
}
.banner-slider .swiper-slide-active .banner-btn {
  -webkit-animation: fadeInUp 1s;
          animation: fadeInUp 1s;
}
.banner-slider .slider-prev, .banner-slider .slider-next {
  position: absolute;
  top: 50%;
  left: -100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--primary-color);
  color: var(--primary-color);
  border-radius: 0 5px 5px 0;
  font-size: 14px;
  z-index: 9;
}
.banner-slider .slider-prev:hover, .banner-slider .slider-next:hover {
  background-color: var(--primary-color);
}
.banner-slider .slider-next {
  left: auto;
  right: -100px;
  margin-left: 0;
  border-radius: 5px 0 0 5px;
}
.banner-slider:hover .slider-prev {
  left: 0;
}
.banner-slider:hover .slider-next {
  right: 0;
}

.banner-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -15px;
}
@media only screen and (max-width: 575px) {
  .banner-btn {
    display: block;
    text-align: center;
    position: relative;
    top: 150px;
  }
}
.banner-btn .watch-btn {
  margin: 15px;
}
.banner-btn .watch-btn .btn--base {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px;
}
.banner-btn .watch-btn .btn--base svg {
  stroke: #ffffff;
  margin-right: 8px;
}
.banner-btn .add-btn {
  margin: 15px;
  text-align: center;
}
.banner-btn .add-btn i {
  font-size: 30px;
}
.banner-btn .add-btn span {
  display: block;
}
.banner-btn .share-btn {
  margin: 15px;
  text-align: center;
}
.banner-btn .share-btn i {
  font-size: 30px;
}
.banner-btn .share-btn span {
  display: block;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 31, 48, 0.35)), to(#131720));
  background: linear-gradient(180deg, rgba(21, 31, 48, 0.35) 0%, #131720 100%);
}

.footer-widget .footer-logo {
  margin-bottom: 20px;
}
.footer-widget .widget-title {
  font-weight: 600;
  margin-bottom: 15px;
}
.footer-widget p {
  font-size: 13px;
}

.footer-list {
  margin-bottom: -10px;
}
.footer-list li {
  font-size: 14px;
  padding-bottom: 10px;
}
.footer-list li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-list li a:hover {
  text-decoration: underline;
}

.footer-social {
  display: inline-block;
}
.footer-social:hover li {
  opacity: 0.4;
}
.footer-social li {
  display: inline-block;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-social li:hover {
  opacity: 1;
}
@media only screen and (max-width: 575px) {
  .footer-social li {
    font-size: 14px;
  }
}
.footer-social li + li {
  margin-left: 15px;
}

.footer-bottom-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1254901961);
  padding-top: 20px;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-bottom-area {
    display: block;
    text-align: center;
  }
}

.copyright-area p {
  font-size: 13px;
  margin-bottom: 0;
}
.copyright-area p span {
  color: var(--primary-color);
  font-weight: 600;
}

.footer-app-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px;
}
@media only screen and (max-width: 767px) {
  .footer-app-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
}
.footer-app-area .footer-app-thumb {
  margin: 5px;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Testimonial ]
*/
.testimonial-section {
  overflow: hidden;
}

@media (min-width: 1320px) {
  .testimonial-section .container {
    padding-right: calc((100vw - 1176px) / 2);
    max-width: calc(1320px + (100vw - 1320px) / 2);
    left: calc((100vw - 1320px) / 4);
    position: relative;
    overflow: hidden;
  }
}
.testimonial-slider .swiper-android .swiper-slide, .testimonial-slider .swiper-wrapper {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.testimonial-wrapper {
  padding: 40px;
  background-color: #151f30;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.testimonial-thumb {
  position: relative;
  width: 168px;
}
.testimonial-thumb img {
  border-radius: 1.25rem;
}
.testimonial-thumb .testimonial-quote {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  background-color: var(--primary-color);
  border: 5px solid #151f30;
  border-radius: 50%;
  text-align: center;
}
.testimonial-thumb .testimonial-quote .fill-white {
  fill: #ffffff;
}

.testimonial-content {
  width: calc(100% - 168px);
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .testimonial-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.testimonial-content .testimonial-ratings {
  margin-bottom: 15px;
}
.testimonial-content .testimonial-ratings i {
  color: #feb240;
}
.testimonial-content p {
  font-size: 18px;
}
.testimonial-content .testimonial-user-content .title span {
  color: var(--primary-color);
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### about block ]
*/
.about-wrapper {
  background-color: #151f30;
  padding: 60px;
  border-radius: 20px;
}
@media only screen and (max-width: 575px) {
  .about-wrapper {
    padding: 20px;
  }
}

.about-thumb {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #131720;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .about-thumb {
    width: 250px;
    height: 250px;
  }
}

/*-------------------------------------------------
    [ ### add block ]
*/
.add-section .container-fluid {
  padding: 0 15px;
}

/*-------------------------------------------------
    [ ### sports block ]
*/
.sports-item {
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.sports-item a {
  display: block;
}
.sports-item .sports-thumb {
  position: relative;
  overflow: hidden;
}
.sports-item .sports-thumb::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(75%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 75%, rgba(0, 0, 0, 0.9) 100%);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sports-item .sports-thumb img {
  border-radius: 10px;
  width: 100%;
}
.sports-item:hover {
  position: relative;
  -webkit-transform: scale3d(1.2, 1.2, 1) translate3d(0, 0, 0) perspective(500px);
          transform: scale3d(1.2, 1.2, 1) translate3d(0, 0, 0) perspective(500px);
  z-index: 9;
}
.sports-item:hover .sports-thumb::before {
  opacity: 0.7;
}
.sports-item:hover .video-icon {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.sports-item:hover .remove-btn, .sports-item:hover .add-btn {
  bottom: 10px;
}
.sports-item .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sports-item .video-icon .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #ffffff;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sports-item .video-icon .circle {
  stroke: #ffffff;
  stroke-dasharray: 650;
  stroke-dashoffset: 1300;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sports-item .video-icon:hover .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  -webkit-animation: trailorPlay 0.7s ease-in-out;
          animation: trailorPlay 0.7s ease-in-out;
}
.sports-item .video-icon:hover .circle {
  stroke-dashoffset: 0;
}
.sports-item .premium-badge {
  position: absolute;
  top: 5px;
  left: 5px;
}
.sports-item .live-badge {
  background: var(--primary-color);
  border-radius: 4px 0 0 4px;
  padding: 2px 12px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
}
.sports-item .remove-btn, .sports-item .add-btn {
  position: absolute;
  bottom: -50px;
  width: 100%;
  padding: 0 5px;
  text-align: center;
  z-index: 3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sports-item .remove-btn button, .sports-item .remove-btn input[type=button], .sports-item .remove-btn input[type=reset], .sports-item .remove-btn input[type=submit], .sports-item .add-btn button, .sports-item .add-btn input[type=button], .sports-item .add-btn input[type=reset], .sports-item .add-btn input[type=submit] {
  padding: 6px 12px;
  font-size: 10px;
  border-radius: 5px;
}

.football-section {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .football-section {
    background-color: #151f30;
  }
}
.football-section .football-element {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .football-section .football-element {
    display: none;
  }
}
.football-section .football-element img {
  width: 100%;
}
.football-section .slider-prev, .football-section .slider-next {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--primary-color);
  color: var(--primary-color);
  border-radius: 0 5px 5px 0;
  font-size: 14px;
  z-index: 9;
  opacity: 0;
}
.football-section .slider-prev:hover, .football-section .slider-next:hover {
  background-color: var(--primary-color);
}
.football-section .slider-next {
  left: auto;
  right: 0;
  margin-left: 0;
  border-radius: 5px 0 0 5px;
  opacity: 0;
}
.football-section:hover .slider-prev {
  opacity: 1;
}
.football-section:hover .slider-next {
  opacity: 1;
}

.sports-details-video .video-js {
  width: 100%;
  height: 600px !important;
}
@media only screen and (max-width: 991px) {
  .sports-details-video .video-js {
    height: 300px !important;
  }
}
.sports-details-video .vjs-big-play-button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sports-details-content {
  padding-top: 20px;
}
.sports-details-content .sport-details-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .sports-details-content .sport-details-content-header {
    display: block;
  }
}
.sports-details-content .sport-details-content-header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
@media only screen and (max-width: 575px) {
  .sports-details-content .sport-details-content-header .right {
    padding-top: 20px;
  }
}
.sports-details-content .sport-details-content-header .right .right-btn {
  margin: 5px;
}
.sports-details-content p {
  width: 80%;
}
.sports-details-content .sports-details-list {
  width: 30%;
  margin-top: 30px;
  margin-bottom: -20px;
}
@media only screen and (max-width: 991px) {
  .sports-details-content .sports-details-list {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .sports-details-content .sports-details-list {
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .sports-details-content .sports-details-list {
    width: 90%;
  }
}
.sports-details-content .sports-details-list li {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sports-details-content .sports-details-list li .name {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .sports-details-content .sports-details-list li .name {
    width: 40%;
  }
}
.sports-details-content .sports-details-list li .details {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .sports-details-content .sports-details-list li .details {
    width: 60%;
  }
}

/*-------------------------------------------------
    [ ### category block ]
*/
.category-section .container-fluid {
  padding-left: 0;
}

.category-slider {
  overflow: hidden;
}

.category-item {
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.category-item .category-thumb {
  position: relative;
}
.category-item .category-thumb::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(76%, rgba(0, 0, 0, 0.9019607843)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9019607843) 76%);
}
.category-item .category-thumb img {
  border-radius: 20px;
}
.category-item .category-thumb .category-content-wrapper {
  position: absolute;
  bottom: 15px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-item .category-thumb .category-content-wrapper .category-icon {
  width: 34px;
  margin-right: 8px;
}
.category-item .category-thumb .category-content-wrapper .category-content span {
  font-size: 16px;
}

/*-------------------------------------------------
    [ ### about block ]
*/
.about-section {
  position: relative;
  overflow: hidden;
}
.about-section .about-shape {
  position: absolute;
  top: -5%;
  right: -5%;
}

.about-thumb {
  position: relative;
}
.about-thumb img {
  width: 100%;
}
.about-thumb .about-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-thumb .about-video .video-btn {
  width: 80px;
  height: 80px;
  line-height: 80px;
  padding-left: 5px;
  display: inline-block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
}
.about-thumb.two {
  height: 500px;
}
.about-thumb.two img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}

.about-content-wrapper {
  max-width: 80%;
}
@media only screen and (max-width: 1199px) {
  .about-content-wrapper {
    max-width: 100%;
  }
}
.about-content-wrapper .about-content-header {
  margin-bottom: 20px;
}
.about-content-wrapper .about-content-header .sub-title {
  font-size: 11px;
  padding: 5px 10px;
  background-color: #151f30;
  text-transform: uppercase;
  border-radius: 7px;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 600;
}
.about-content-wrapper .about-content-header .title {
  margin-bottom: 15px;
}

.about-item-area .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about-item-area .about-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 4px;
  height: 0;
  background: var(--primary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about-item-area .about-item .about-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
  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;
  text-align: center;
  border-radius: 30%;
  color: #ffffff;
}
.about-item-area .about-item:nth-of-type(1n) .about-icon {
  background-color: #6fe7dd;
  -webkit-box-shadow: 0 2px 10px 0 rgba(111, 231, 221, 0.3);
          box-shadow: 0 2px 10px 0 rgba(111, 231, 221, 0.3);
}
.about-item-area .about-item:nth-of-type(2n) .about-icon {
  background-color: #ffc93c;
  -webkit-box-shadow: 0 2px 10px 0 rgba(255, 201, 60, 0.3);
          box-shadow: 0 2px 10px 0 rgba(255, 201, 60, 0.3);
}
.about-item-area .about-item:nth-of-type(3n) .about-icon {
  background-color: #f73859;
  -webkit-box-shadow: 0 2px 10px 0 rgba(247, 56, 89, 0.3);
          box-shadow: 0 2px 10px 0 rgba(247, 56, 89, 0.3);
}
.about-item-area .about-item .about-content {
  width: calc(100% - 40px);
  padding-left: 30px;
}
.about-item-area .about-item .about-content .title {
  margin-bottom: 15px;
}
.about-item-area .about-item .about-content p {
  font-size: 15px;
}
.about-item-area .about-item.active, .about-item-area .about-item:hover {
  background: #131720;
}
.about-item-area .about-item.active::after, .about-item-area .about-item:hover::after {
  height: 100%;
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-list-wrapper {
  background-color: #151f30;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  border-radius: 15px;
  height: 100%;
}
.faq-list-wrapper .title {
  margin-bottom: 20px;
}
.faq-list-wrapper .faq-list {
  margin-bottom: -15px;
}
.faq-list-wrapper .faq-list li {
  padding-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-list-wrapper .faq-list li:hover {
  color: var(--primary-color);
}
.faq-list-wrapper .faq-list li::before {
  content: "\f058";
  font-family: "Line Awesome Free";
  font-weight: 700;
  margin-right: 8px;
  color: var(--primary-color);
  font-size: 16px;
}

.faq-wrapper {
  margin-bottom: -20px;
}
.faq-wrapper .faq-header {
  margin-bottom: 30px;
}
.faq-wrapper .faq-header .sub-title {
  font-size: 11px;
  padding: 5px 10px;
  background-color: #151f30;
  text-transform: uppercase;
  border-radius: 7px;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 600;
}
.faq-wrapper .faq-item {
  background-color: #151f30;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  border-radius: 15px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-wrapper .faq-item .faq-title {
  padding: 12px 20px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-item .faq-title {
    font-size: 16px;
  }
}
.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  display: inline-block;
  margin-bottom: 0;
}
.faq-wrapper .faq-item .faq-content {
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1254901961);
  display: none;
}
@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-item .faq-content {
    margin-top: 15px;
  }
}
.faq-wrapper .faq-item .faq-content p {
  font-size: 14px;
}
.faq-wrapper .faq-item .right-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  border-radius: 50%;
  position: relative;
}
.faq-wrapper .faq-item .right-icon::before, .faq-wrapper .faq-item .right-icon::after {
  position: absolute;
  content: "";
  background: #ffffff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-wrapper .faq-item .right-icon::before {
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item .right-icon::after {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item.active .faq-content {
  display: block;
}
.faq-wrapper .faq-item.active.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-wrapper .faq-item.open {
  border: 1px solid var(--primary-color);
}
.faq-wrapper .faq-item.open .faq-title {
  color: var(--primary-color);
}
.faq-wrapper .faq-item.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

/*-------------------------------------------------
    [ ### terms block ]
*/
.terms-area {
  background-color: #151f30;
  border-radius: 10px;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .terms-area {
    padding: 20px;
  }
}

.terms-wrapper {
  margin-bottom: -25px;
}
.terms-wrapper .terms-content {
  margin-bottom: 25px;
}
.terms-wrapper .terms-content .title {
  margin-bottom: 10px;
}
.terms-wrapper .terms-content p {
  font-size: 14px;
  line-height: 2em;
}

/*-------------------------------------------------
    [ ### subscribe block ]
*/
.subscribe-section {
  position: relative;
  z-index: 2;
}
.subscribe-section .subscribe-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
.subscribe-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(10, 14, 23);
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 14, 23, 0.6)), to(rgba(10, 14, 23, 0.6)));
  background: linear-gradient(90deg, rgba(10, 14, 23, 0.6) 0%, rgba(10, 14, 23, 0.6) 100%);
}

.subscribe-wrapper {
  background-color: #131720;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.subscribe-wrapper .subscribe-premium-icon {
  position: absolute;
  top: -20px;
  right: 50px;
  z-index: 9;
}

.subscribe-pack-area {
  padding: 40px;
}
@media only screen and (max-width: 575px) {
  .subscribe-pack-area {
    padding: 40px 20px;
  }
}

.subscribe-pack-item {
  width: 100%;
  margin-bottom: 20px;
}
.subscribe-pack-item .subscribe-label {
  width: 100%;
}
.subscribe-pack-item .subscribe-label input {
  display: none;
}

.subscribe-label input[name=package]:checked + .subscribe-data-area {
  border: 1px dashed var(--primary-color);
}

.subscribe-label input[name=package]:checked + .subscribe-data-area .check-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-data-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  cursor: pointer;
  border: 1px dashed rgba(255, 255, 255, 0.1254901961);
  border-radius: 6px 6px 0 0;
}
.subscribe-data-area .left-data .pack-name {
  margin-bottom: 0;
}
.subscribe-data-area .left-data .sub-title {
  font-size: 11px;
  color: #e0e0e0;
}
.subscribe-data-area .right-data .pack-meta-data {
  text-align: right;
}
.subscribe-data-area .right-data .pack-meta-data .pack-price {
  margin-bottom: 0;
}
.subscribe-data-area .right-data .pack-meta-data p {
  font-size: 12px;
}
.subscribe-data-area .check-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary-color);
  color: #ffffff;
  border-radius: 50%;
}

.subscribe-data-bottom-area {
  background-color: #151f30;
  padding: 5px 15px;
  border-radius: 0 0 6px 6px;
}
.subscribe-data-bottom-area .pack-validity {
  color: #e0e0e0;
  font-size: 11px;
}

.subscribe-list {
  padding-top: 20px;
}
.subscribe-list li {
  font-size: 11px;
}

.premium-area {
  background-color: #151f30;
  border-radius: 0 10px 10px 0;
  padding: 40px;
  height: 100%;
  -webkit-animation: slideUp 70s linear infinite;
          animation: slideUp 70s linear infinite;
  background-size: unset;
  background-repeat: repeat !important;
  background-position: 0 0;
}
@media only screen and (max-width: 575px) {
  .premium-area {
    padding: 20px;
  }
}
.premium-area .title {
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.premium-area .title span {
  color: #EB5757;
}

.premium-list li {
  position: relative;
  padding-bottom: 20px;
}
.premium-list li::before {
  content: "\f058";
  font-family: "Line Awesome Free";
  font-weight: 700;
  margin-right: 8px;
  color: var(--primary-color);
  font-size: 16px;
}

/*-------------------------------------------------
    [ ### checkout block ]
*/
.checkout-section {
  position: relative;
  z-index: 2;
}
.checkout-section .checkout-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
.checkout-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(10, 14, 23);
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 14, 23, 0.6)), to(rgba(10, 14, 23, 0.6)));
  background: linear-gradient(90deg, rgba(10, 14, 23, 0.6) 0%, rgba(10, 14, 23, 0.6) 100%);
}

.checkout-wrapper {
  background-color: #131720;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  padding: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .checkout-wrapper {
    padding: 20px;
  }
}
.checkout-wrapper .checkout-pack-item {
  background-color: #151f30;
  padding: 15px 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-wrapper .checkout-pack-item .checkout-pack-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout-wrapper .checkout-pack-item .title-area {
  text-align: right;
  margin-right: 15px;
}
.checkout-wrapper .checkout-pack-item .title-area .price {
  margin-bottom: 0;
}
.checkout-wrapper .checkout-pack-item .title-area .sub-title {
  font-size: 11px;
}
.checkout-wrapper .payment-area {
  padding-top: 40px;
}
.checkout-wrapper .payment-area .title {
  margin-bottom: 20px;
}
.checkout-wrapper code {
  padding-top: 10px;
  display: block;
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.account-section.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s ease-out;
          transition-delay: 0.2s ease-out;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
}
.account-section.active .account-bg {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.27, 0.17, 0.2);
          transition-timing-function: cubic-bezier(0.86, 0.27, 0.17, 0.2);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.account-section.active .account-area {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.9, 0.25, 0.08, 0.2);
          transition-timing-function: cubic-bezier(0.9, 0.25, 0.08, 0.2);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  top: 0;
  z-index: 9;
}

.account-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  z-index: 9;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.account-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(10, 14, 23);
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 14, 23, 0.6)), to(rgba(10, 14, 23, 0.6)));
  background: linear-gradient(90deg, rgba(10, 14, 23, 0.6) 0%, rgba(10, 14, 23, 0.6) 100%);
}

.account-area {
  background-color: #131720;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  background-position: bottom;
  opacity: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media only screen and (max-width: 480px) {
  .account-area {
    width: 400px;
  }
}
@media only screen and (max-width: 420px) {
  .account-area {
    width: 350px;
    padding: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .account-area {
    width: 300px;
  }
}
.account-area.change-form {
  display: block;
}

.account-logo {
  margin-bottom: 20px;
}

.account-area p {
  font-size: 13px;
  margin-bottom: 30px;
}
.account-area .account-close {
  width: inherit;
  text-align: center;
  position: absolute;
  top: -21px;
  right: -7px;
  z-index: 9;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.account-area .account-close::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  left: 14px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.account-area .account-close::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  left: 14px;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.account-area .account-close:hover::before, .account-area .account-close:hover::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.or-area {
  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;
  gap: 37px;
}
.or-area .or-line {
  height: 1px;
  border: 0.5px solid rgba(255, 255, 255, 0.1254901961);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.or-area .or-title {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
}

.account-form-btn {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account-form-btn a {
  width: 50px;
  height: 50px;
  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;
  text-align: center;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin: 8px;
}
.account-form-btn a.facebook {
  background-color: #3a5795;
}
.account-form-btn a.google {
  background-color: #4285f4;
}
.account-form-btn a.apple {
  background-color: #000000;
}
.account-form-btn a svg {
  fill: #ffffff;
}

.account-item label {
  font-weight: 500;
  font-size: 13px;
}
.account-item label a {
  font-weight: 600;
  color: var(--primary-color);
}

.terms-item label {
  font-weight: 500;
  font-size: 11px;
  margin-bottom: 0;
}
.terms-item label a {
  font-weight: 600;
  color: var(--primary-color);
}

.account-footer p {
  font-size: 13px;
}

.show_hide_password {
  position: relative;
}
.show_hide_password input {
  padding-right: 50px;
}
.show_hide_password .show-pass {
  position: absolute;
  top: 14px;
  right: 30px;
  cursor: pointer;
  font-size: 15px;
}
.show_hide_password .show-pass.two {
  top: 47px;
}

/*-------------------------------------------------
    [ ### dashboard block ]
*/
.subscription-list-area .subscription-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.subscription-list-area .subscription-header .name {
  margin-bottom: 0;
}
.subscription-list-area .subscription-header .price {
  margin-bottom: 0;
}
.subscription-list-area .subscription-list {
  margin-bottom: -15px;
  width: 30%;
}
@media only screen and (max-width: 1199px) {
  .subscription-list-area .subscription-list {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .subscription-list-area .subscription-list {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .subscription-list-area .subscription-list {
    width: 100%;
  }
}
.subscription-list-area .subscription-list li {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subscription-list-area .subscription-list li .name {
  width: 50%;
}
.subscription-list-area .subscription-list li .details {
  width: 50%;
  word-break: break-all;
}
.profile-settings-wrapper .delete-btn{
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 20px;
}
.profile-thumb-content {
  padding-bottom: 30px;
    text-align: center;
}
.profile-thumb-content .profile-thumb {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.profile-thumb-content .profile-thumb .avatar-preview {
  width: 120px;
  height: 120px;
    border: 2px solid rgba(255,255,255,0.1);
  border-radius: 50%;
}
.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.profile-thumb-content .profile-thumb .avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.profile-thumb-content .profile-thumb .avatar-edit label {
  width: 35px;
  height: 35px;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  cursor: pointer;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-item .blog-thumb {
  height: 250px;
  border-radius: 15px;
  overflow: hidden;
}
.blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item .blog-content {
  padding-top: 20px;
}
.blog-item .blog-content .title {
  margin-bottom: 20px;
  line-height: 1.8em;
}
.blog-item .blog-content .title a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item .blog-content .title a:hover {
  color: var(--primary-color);
}
.blog-item:hover .blog-thumb img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}

.blog-details-section .blog-item .blog-thumb {
  height: 500px;
}
.white-popup{
    background: #0d102d !important;
}
.white-popup .card-body{
    background: #0d102d !important;
}

.white-popup .head{
    font-size: 16px;
}
.blog-list {
  margin-top: 30px;
  margin-bottom: 20px;
}
.blog-list li {
  position: relative;
  font-weight: 400;
  padding-left: 35px;
  padding-bottom: 15px;
}
.blog-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "\f00c";
  font-family: "Line Awesome Free";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-weight: 900;
}

.blog-tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dashed rgba(255, 255, 255, 0.1254901961);
  padding-top: 20px;
  margin-top: 30px;
}
.blog-tag-wrapper span {
  font-weight: 600;
  margin-right: 10px;
}
.blog-tag-wrapper .blog-footer-tag li {
  display: inline-block;
  background: var(--primary-color);
  padding: 3px 10px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
}
.blog-tag-wrapper .blog-footer-tag li + li {
  margin-left: 10px;
}

.blog-comment-area {
  margin-top: 30px;
}
.blog-comment-area .title {
  margin-bottom: 0 !important;
}


.alert.alert-success {
    background: #39DA8A !important;
    color: #FFF !important;
    -webkit-box-shadow: 0 3px 8px 0 rgba(57, 218, 138, 0.4);
    box-shadow: 0 3px 8px 0 rgba(57, 218, 138, 0.4);
    border: none;
}

.alert.alert-danger {
    background: #b72e78 !important;
    color: #FFF!important;
    box-shadow: 0 3px 8px 0 rgba(234, 84, 85,0.4);
    border: none;
}


.alert.alert-warning {
    background: #ff9f43!important;
    color: #FFF!important;
    box-shadow: 0 3px 8px 0 rgba(255, 159, 67,0.4);
    border: none;
}

.alert strong {
    display: block;
}

.alert span {
    line-height: 1em;
}

.alert .close {
    position: absolute;
    background-color: transparent;
    color: #FFF;
    opacity: 1;
    top: -4px;
    text-shadow: none;
    font-weight: 400;
    font-size: 24px;
}
/*OTP*/
.verification-otp .verification-otp-area {
    background-color: #151f30;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 10px;
    padding: 30px;
}
@media only screen and (max-width: 767px) {
    .verification-otp .verification-otp-area {
        padding: 20px;
    }
}
.verification-otp .verification-otp-area .verification-otp-content p {
    font-size: 14px;
}
.verification-otp .verification-otp-area .account-item a {
    color: #0070e0;
}

.new-password .new-password-area {
    background-color: rgba(250, 250, 250, 0.966);
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1019607843);
    padding: 40px;
    border-radius: 10px;
}

.otp-verification .account-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 375px) {
    .otp-verification .account-form .form-group {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.otp-verification .account-form .form-group input {
    margin: 10px;
    border-radius: 3px;
    background-color: #3c4f70;
}
@media only screen and (max-width: 520px) {
    .otp-verification .account-form .form-group input {
        margin: 3px;
    }
}

.otp {
    width: 55px;
    height: 50px;
    text-align: center;
    padding: 0;
    border-radius: 5px;
}
@media only screen and (max-width: 520px) {
    .otp {
        width: 45px;
        height: 45px;
    }
}
@media only screen and (max-width: 375px) {
    .otp {
        width: 40px;
        height: 40px;
    }
}

.otp:focus {
    border: 2px solid #0070e0;
}

.otp.required {
    border: 3px solid #ea5455;
}

#time {
    color: #ea5455;
}
.verification-otp-area .btn--base{
    background-color: #3c4f70;
}
.checkout-wrapper .nice-select .list{
    height: 250px;
    overflow-y: auto;
}

/*-------------------------------------------------
    [ ## cookie block ]
*/
.cookie-main-wrapper {
    background-color: rgb(31, 41, 55);
    padding: 20px 30px;
    border-radius: 20px;
    position: fixed;
    bottom: -300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .cookie-main-wrapper {
        display: block;
        width: 90%;
    }
}
.cookie-main-wrapper .cookie-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
}
@media only screen and (max-width: 767px) {
    .cookie-main-wrapper .cookie-content {
        width: unset;
    }
}
@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content {
        width: 100%;
        display: block;
    }
}
.cookie-main-wrapper .cookie-content svg {
    width: 40px;
    height: auto;
    fill: rgb(125, 211, 252);
    margin-right: 15px;
}
@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content svg {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.cookie-main-wrapper .cookie-content p {
    width: calc(100% - 40px);
    color: rgb(255, 255, 255);
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}
.cookie-main-wrapper .cookie-content p a {
    text-underline-offset: 2px;
    text-decoration-style: dotted;
    text-decoration-line: underline;
}
@media only screen and (max-width: 575px) {
    .cookie-main-wrapper .cookie-content p {
        width: 100%;
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .cookie-main-wrapper .cookie-btn-area {
        margin-top: 20px;
    }
}
.cookie-main-wrapper .cookie-btn-area button, .cookie-main-wrapper .cookie-btn-area input[type=button], .cookie-main-wrapper .cookie-btn-area input[type=reset], .cookie-main-wrapper .cookie-btn-area input[type=submit] {
    color: rgb(255, 255, 255);
    padding: 0.5rem 0.75rem;
    background-color: rgb(55, 65, 81);
    border-radius: 0.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cookie-main-wrapper .cookie-btn-area button:hover, .cookie-main-wrapper .cookie-btn-area input[type=button]:hover, .cookie-main-wrapper .cookie-btn-area input[type=reset]:hover, .cookie-main-wrapper .cookie-btn-area input[type=submit]:hover {
    background-color: rgba(75, 85, 99, 0.8);
}

.sports-details-section {
  min-height: calc(100vh - 200px);
  background-position: bottom;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.sports-details-section::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
/*-------------------------------------------------
    [ ## cookie block end ]
