<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Fira+Sans&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Audiowide&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Texturina:opsz,wght@12..72,200;12..72,300;12..72,400;12..72,500;12..72,600;12..72,700;12..72,800;12..72,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Squada+One&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&amp;display=swap');
:root {
  --text-green: #016408;
  --text-primary: #ff434b;
  --text-orange: #ff434b;
  --text-gold-dark: #fdbe11;
  --text-gold: #fdbe11;
  --text-blue:#5BC0DE;
  --text-btn-green: #0c455d;
  --text-pale-white: #ffffff;
  --font-paragraph-default: "DM Sans";
  --font-tourney: "Tourney";
  --font-regular-body-caption: "Space Grotesk";
  --font-nunito-sans: "Nunito Sans";
  --font-underdog: "Underdog";
  --font-kumbh-sans: "Kumbh Sans";
  --font-sf-pro-text: "SF Pro Text";
  --font-regular-body-small-text: "Inter";
  --font-montserrat: "Montserrat";
  --font-mulish: "Mulish";
  --br-5xs: 8px;
  --br-16xl: 35px;
  --br-10xl: 29px;
  --br-6xl: 25px;
  --br-4xs: 9px;
  --br-8xs: 5px;
  --br-23xl-4: 42.4px;
  --br-mini: 15px;
  --br-50xl: 69px;
  --br-9xl: 28px;
  --br-7xs: 6px;
  --br-xl: 20px;
  --br-10xs-8: 2.8px;
  --br-lg: 18px;
  --br-3xs: 10px;
  --br-76xl-9: 95.9px;
  --br-19xl-9: 38.9px;
  --br-6xs-small: 7px;
  --br-49xl-9: 68.9px;
  --gray-6: #f2f2f2;
  --light-green-50: #f1f2f0;
  --foundation-blue-light: #e7ecef;
  --secondary-colors-color-2: #f2f1ff;
  --color-crimson-100: #ff434b;
  --white: #fff;
  --foundation-blue-light-hover: #dbe3e7;
  --gray-5: #e0e0e0;
  --gray-3: #828282;
  --color-gray-100: #1e1e1e;
  --foundation-blue-darker: #041821;
  --color-gray-200: rgba(255, 255, 255, 0.28);
  --foundation-blue-normal: #0c455d;
  --color-darkslategray-100: #0c4259;
  --gray-1: #333;
  --foundation-blue-dark-hover: #072938;
  --color-darkslategray-200: rgba(12, 69, 93, 0.56);
  --color-darkslategray-300: rgba(12, 69, 93, 0.3);
  --color-darkslategray-400: rgba(20, 52, 65, 0.48);
  --foundation-primary-2-light: #e8ecf3;
  --color-aliceblue-100: rgba(235, 242, 250, 0.21);
  --color-gold-100: #ffc501;
  --foundation-yellow-normal: #fdbe11;
  --foundation-blue-light-active: #b4c5cd;
  --gray-4: #bdbdbd;
  --color-silver-100: rgba(180, 197, 205, 0.15);
  --color-goldenrod: #d8a824;
  --foundation-green-dark: #4e9d00;
  --color-black: #000;
  --color-indianred: rgba(235, 87, 87, 0.71);
  --foundation-green-normal-active: #53a700;
  --foundation-yellow-light-active: #feebb5;
  --foundation-green-normal: #68d100;
  --color-dodgerblue: #0085f9;
  --foundation-green-darker: #244900;
  --primary-colors-color-1: #4a3aff;
  --neutral-colors-800: #211f54;
}
.justify-content-center {
  display: flex;
  justify-content: center;
}
a {
  color: var(--text-green);
  text-decoration: none;
  background-color: transparent;
  font-weight: 600;
}
.text-primary {
  color: var(--text-gold) !important;
}
.text-warning {
  color: var(--text-gold-dark) !important;
}
.btn-warning {
  background: var(--text-gold-dark) !important;
}
.btn-primary {
  background: var(--text-gold) !important;
  border: 0px;
}
@media (min-width: 600px) {
  h1.text-white.header-text-banner-big {
    font-size: 39px;
    font-family: "Space Grotesk";
    font-weight: 500;
  }
  h1.text-white.header-text-banner-big &gt; span.text-green {
    font-size: 25px;
  }
}
.navbar-light .navbar-nav .nav-link {
  font-family: "Space Grotesk";
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
}
.bg-dark {
  background: black !important;
}
.bg-primary {
  background: var(--text-gold) !important;
}
.bg-orange {
  background: #ff434b !important;
}
.btn.bg-primary:hover {
  background: transparent !important;
  border: 1px solid white !important;
}
@media (max-width: 978px) {
  .header-text-banner-big {
    font-size: 27px !important;
    line-height: 29px;
  }
  .btn {
    font-size: 13px;
  }
  .banner-cl {
    padding: 54px 6px 0px 6px;
  }
  .header-text-banner-small {
    font-size: 13px;
    line-height: 15px;
  }
  .navbar {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.1rem 0.4rem;
  }
  .table &gt; thead &gt; tr &gt; th,
  .table &gt; tbody &gt; tr &gt; th,
  .table &gt; tfoot &gt; tr &gt; th,
  .table &gt; thead &gt; tr &gt; td,
  .table &gt; tbody &gt; tr &gt; td,
  .table &gt; tfoot &gt; tr &gt; td {
    padding: 3px 2px !important;
  }
  .nopaddingsmall {
    padding: 0px !important;
  }
  .hideSM {
    display: none;
  }
  .hideLG {
    display: block !important;
  }
}
.hideLG {
  display: none;
}
.bg-light {
  background-color: var(--text-green) !important;
}
@media (min-width: 600px) {
  .black_bar {
    margin: 0px 0px 8px 0px !important;
  }
}
.btn-light {
  background: white !important;
  color: black !important;
}
.btn-light:hover {
  color: white !important;
  background: black !important;
  border: 1px solid;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.tips-ul &gt; li &gt; a &gt; .btn-success {
  color: #fff;
  background-color: var(--text-btn-green) !important ;
  border: 0px solid !important;
}
.btn-info {
  color: #fff;
  background-color: var(--text-green) !important;
  border-color: var(--text-green);
}
.alert-danger {
  background-color: #f2dedeb3;
  border-color: #ebccd19e;
  color: #fbf6f3;
}
.alert {
  padding: 6px;
  margin-bottom: 20px;
  border: 1px solid var(--text-green) 40;
  border-radius: 4px;
  text-align: center;
}
.alert-warning {
  border-color: #ffffff;
  font-size: 13px;
  color: var(--text-green);
  margin: 0px 6px;
  margin-bottom: 12px;
}
.log-a:hover {
  color: black !important;
}
.well {
  min-height: 20px;
  padding: 19px 9px !important;
}
.footer-section {
  background-color: #ffffff00 !important;
  border-top: 2px solid var(--text-gold);
}
.footer-section .footer-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 50px;
  background-color: #96998800;
}
.footer-section .footer-top {
  padding: 100px 0 95px;
  padding-bottom: 13px;
}
.bg-success {
  background-color: #fffdfd00;
  color: white;
  border-bottom: 1px solid red;
}
@media only screen and (max-width: 991px) {
  .footer-section .footer-top {
    padding: 25px 0;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0px !important;
  }
}
.text-skype {
  color: #00fbff;
}
.footer-bottom-share a {
  color: white;
  text-align: center;
  padding: 11px;
  background: linear-gradient(45deg, #ff9800, #0f0e0e);
  margin-right: 6px;
  border-radius: 6px;
  border-radius: 30x;
}
.footer-content :is(h1, h2, h3, h4, h5, h6) {
  color: var(--text-gold-dark);
  font-family: inherit, sans-serif;
  text-align: center;
  font-weight: 500;
}
.tap_heading,
.black_bar {
  text-align: center;
  color: #000000 !important;
  padding: 11px 3px;
  font-family: inherit;
  background: gray;
  text-transform: capitalize;
  font-size: 26px !important;
  font-weight: 900;
  font-weight: 700 !important;
  background: #ebc20900;
  background: whitesmoke;
  margin-bottom: 7px;
  border-radius: 20px 20px 0px 0px;
  color: white;
  margin: 0px 17px 8px 17px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
}
.table-box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-bottom-right-radius: 0px;
  -o-border-radius: 20px;
  border-bottom-left-radius: 0;
}
h3 {
  font-size: 24px;
  font-weight: 600;
}
.btn-success {
  color: #fff;
}
.btn {
  border-radius: 6px;
}
.btn-blue-light {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  margin: 3px 0px 0px 0px;
  border: 0px solid;
  font-weight: 800;
  background: #336799 !important;
  border: 1px solid #336799 !important;
  padding: 10px 14px;
  border-radius: 1px;
}
.navbar-light .navbar-nav .nav-link {
  color: white;
  margin-left: 25px;
  line-height: normal;
  position: relative;
  font-size: 14.43px;
  line-height: 21.64px;
  font-family: var(--font-space-grotesk);
  color: #fff;
  text-align: left;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #ff434b !important;
}
.btn-warning {
  color: #f8f9fa;
}
.btn-success:hover {
  color: #fff;
  background-color: #1ba149 !important;
  border-color: #1ba149;
}
.btn-blue-light:hover {
  background: #1b8dfb !important;
  border: 1px solid #1b8dfb !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show &gt; .nav-link {
  color: white;
}
ul.tips-ul &gt; li {
  width: auto;
  width: 33.3%;
}
.nav-link {
  font-family: "Rasa";
  font-weight: normal;
}
.table &gt; thead &gt; tr {
  background-color: var(--text-green) !important;
  text-align: center;
  color: white;
}
.banner-cl {
  background: #021a42f2;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #111705;
  overflow-x: hidden;
  background-color: #ffffff;
}
.breadcum {
  padding-top: 102px;
}
.border-bottom {
  margin-bottom: 22px;
}
.well {
  min-height: 20px;
  padding: 0px 0px !important;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  background: linear-gradient(180deg, var(--text-green), var(--text-green));
  color: white;
}
.pricing {
  text-align: center;
}
.new-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 15px;
  margin-bottom: 20px;
}
.wp-post-image {
  border-radius: 15px 15px 0 0 !important;
  width: 100% !important;
}
.blog-title-wrap {
  padding: 20px;
  padding-bottom: 0px;
}
.blog-title-wrap p {
  color: var(--text-green);
  font-size: 16px;
  line-height: 20px;
}
.blog-img-wrap {
  padding: 0px 26px;
  padding-right: 8px;
}
.blog-img-wrap &gt; a &gt; img {
  height: 90px;
  width: 170px;
  border-radius: 5px;
}
.blog-btn {
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 7px 15px;
  color: #1a1c1a;
}
.blog-title-wrap &gt; h3 {
  margin-top: 3px;
}
.p-1 {
  padding: 4px;
}
.border-right-dt {
  border-right: 2px solid #ffffff;
}
.border-left-dt {
  border-left: 2px solid #ffffff;
}
@media (max-width: 978px) {
  .wp-post-image {
    border-radius: 15px 0 0 15px !important;
    max-height: 120px !important;
  }
  .blog-title-wrap p {
    font-size: 16px !important;
    line-height: 21px !important;
    margin-bottom: 7px;
  }
  .border-right-dt {
    border-right: 0px;
  }
  .border-left-dt {
    border-left: 0px;
  }
  .blog-title-wrap {
    padding: 0px 5px 8px 14px;
  }
  .blog-title-wrap {
    max-height: 117px !important;
    overflow: hidden !important;
    justify-content: center;
    align-items: center;
  }
  .blog-title-wrap &gt; h3 {
    margin-top: 0px;
  }
  .blog-img-wrap &gt; a &gt; img {
    height: 80px;
  }
  .p-1 {
    padding: 1px;
  }
  .no-margin-0 {
    margin: 0px !important;
  }
}
.widget-title {
  left: 0;
  top: 2px;
  text-align: center;
  margin-bottom: 0;
  z-index: 999;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  width: 100%;
  color: #fff;
}
.navbar-light .navbar-toggler {
  color: rgb(27 147 43 / 50%);
  border-color: rgb(0 0 0 / 0%);
}
.widget-title &gt; span {
  background: #84151b;
  padding: 10px 40px 10px 20px;
  display: inline-block;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  position: relative;
}
.widget-title &gt; span:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  font-size: 15px;
}
.widget-title &gt; span:after {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 2px solid transparent;
  border-top: 10px solid #333;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  left: -6px;
  margin-left: 0;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
}
.title-bgg {
  position: relative;
  font-size: 24px;
  color: #111111;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: -44px;
  font-weight: 600;
  font-family: "Rasa", cursive;
  width: 100%;
  line-height: 17px;
  padding-bottom: 10px;
  height: 37px;
  background: #261914;
}
.well &gt; p {
  margin: 0 0 4px;
}
.padding-50 {
  padding-top: 80px;
}
.btn-green {
  color: white;
  border: 1px solid #f8f9fa;
  background: var(--text-green);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
  border: 0px solid;
  padding: 10px 14px;
  border-radius: 1px;
}
.btn-gold {
  color: black;
  border: 1px solid #f8f9fa;
  background: #d5d5d5;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: left;
  padding: 14px;
  margin: 3px 0px 0px 0px;
  border: 0px solid;
  font-weight: 800;
  text-align: left;
  padding: 10px 14px;
  border-radius: 1px;
}
.btn-gold:hover {
  background: var(--text-green);
  color: white;
}
.btn-green:hover {
  background: var(--text-gold);
  color: white;
}
@media (max-width: 978px) {
  .btn-red,
  .btn-green {
    font-size: 12px;
  }
  .padding-top-39 {
    padding-top: 49px;
  }
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  box-shadow: 3px 4px 4px 3px #ffffff;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 8px;
}
.plan-name {
  background: white;
  height: 55px;
  display: flex;
  text-align: center;
  font-family: "Montserrat";
  align-items: center;
  justify-content: space-around;
  font-size: 19px;
  color: var(--text-green);
}
.table td,
.table th {
  padding: 13px 1px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 500 !important;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.table {
  width: 100%;
  font-size: 13px;
  color: #212529;
}

.logo_image {
  height: auto;
  width: 133px;
}
@media (max-width: 978px) {
  .logo_image {
    height: 33px;
    width: auto;
  }
}
.navbar-light .navbar-nav .nav-link:hover {
  color: white;
  transition: border-color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}
.header-font-audio {
  box-shadow: 0px 3px 3px -2px #2f3690;
  border-bottom-right-radius: 49px;
  border-bottom-left-radius: 64px;
}
.form-control-lg {
  height: 37px;
  padding: 0.2rem 1rem;
  font-size: 18px;
}
.header-font-audio {
  font-size: 18px;
}
.alert h5 {
  font-size: 13px;
  font-weight: 400;
  color: white;
}
@media (max-width: 380px) {
  .breadcum {
    text-align: center;
    font-size: 22px !important;
    padding-bottom: 7px;
  }
  .price-head {
    font-size: 15px !important;
    padding-top: 5px !important;
    font-weight: 400;
    padding-bottom: 6px;
  }
}
@media (max-width: 600px) {
  .header-text-banner-big {
    font-size: 27px !important;
    margin-top: 62px;
  }
  h1.text-white.header-text-banner-big {
    line-height: 38px;
    font-size: 45px !important;
  }
  h1.text-white.header-text-banner-big &gt; span.text-green {
    font-size: 25px;
  }
  .nopaddingsmall {
    padding: 0px !important;
  }
  .nopaddingrightsmall {
    padding-right: 0px !important;
  }
  .nopaddingleftsmall {
    padding-left: 0px !important;
  }
}
.investment-bar-first {
  background: linear-gradient(rgb(0 0 0 / 82%) 100%, rgb(0 63 62) 100%),
    url(../images/stadium.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-item.active .page-link {
  color: #fff;
  background-color: var(--text-green);
  border-color: var(--text-green);
}
.page-link {
  color: var(--text-green);
}
.td-block-title {
  text-align: center !important;
  color: var(--text-green);
  font-size: 2rem;
  margin-bottom: 5px;
  font-family: "Rasa";
}
.icon-bar-1 {
  width: 24px;
}
.icon-bar {
  background-color: #fff;
}
.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 1px;
}
.fixed-top {
  box-shadow: 0px 8px 10px -4px #9d9f1800;
}
@media (min-width: 768px) and (max-width: 7000px) {
  .nav-item &gt; .nav-link {
    margin-left: 0px !important;
    padding-right: 21px !important;
    padding-left: 21px !important;
    position: relative;
  }
}
.tds-button &gt; a {
  border: 1px solid;
  width: 90%;
}
.bg-black {
  background: black;
}
#intcontainer {
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 9998;
  pointer-events: none;
  -webkit-animation: promoFadeIn 0.33s ease-in;
  animation: promoFadeIn 0.33s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.intoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  zoom: 1;
  z-index: 9997;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: all;
  display: none;
}
.intwindow {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 90%;
  height: auto;
  z-index: 9999;
  font-size: 0;
  text-align: center;
  border: 8px solid #ccc;
  background-color: #fff;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: all;
  border: 4px solid #000956;
}
.intclose1 {
  position: absolute;
  right: -11px;
  top: -14px;
  border-radius: 34px;
  overflow: hidden;
  text-align: center;
  height: 25px;
  width: 25px;
  line-height: 23px;
  font-size: 19px;
  background: #f5ecdb;
  color: #ea0f0f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overscroll-behavior: contain;
  font-weight: 900;
  cursor: pointer;
  z-index: 600;
}
.intoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  zoom: 1;
  z-index: 9997;
  background: #000;
  background: rgb(29 27 27 / 78%);
  pointer-events: all;
  display: none;
}
.w100p {
  max-width: 400px;
}
@media (max-width: 600px) {
  .w100p {
    max-width: 320px;
  }
}
.store_header {
  text-align: center;
  margin-bottom: 15px;
}
.storeBox {
  width: 97%;
  background: #000000;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  padding: 3px;
  text-align: center;
  font-size: 15px;
  color: white;
  margin-bottom: 10px;
  min-height: 85px;
  border-radius: 14px;
}
.storeBox:before {
  content: "";
  background-color: #aaa538;
  background-color: #fff;
  padding-top: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: -1;
  border-radius: 50% !important;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0.13, 0.21, 0.9);
  -moz-transition: all 0.4s cubic-bezier(0.8, 0.13, 0.21, 0.9);
  -o-transition: all 0.4s cubic-bezier(0.8, 0.13, 0.21, 0.9);
  transition: all 0.4s cubic-bezier(0.8, 0.13, 0.21, 0.9);
}
.padding-50 {
  padding-top: 115px;
}
@media (max-width: 600px) {
  h1.text-white.header-text-banner-big {
    line-height: 23px;
    font-size: 21px !important;
  }
  .header-text-banner-big,
  .header-text-banner-small {
    padding-left: 20px;
  }
  .header-text-banner-big {
    font-size: 27px !important;
    margin-top: 45px;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0px !important;
    margin-bottom: 7px;
    background: #c5c5c54d;
    padding: 5px;
  }
  .container,
  .container-md,
  .container-sm {
    padding-left: 1px;
    padding-right: 1px;
  }
  .padding-50 {
    padding-top: 36px;
  }
}
.alert {
  font-family: "Ubuntu";
  text-align: center;
}
.alert-warning {
  background-color: wheat;
  border-color: #faebcc;
  margin: 0px;
}
.alert.alert-danger {
  border-radius: 4px;
  color: black;
  margin-top: 15px;
  line-height: normal;
  padding-bottom: 0px!;
}
.alert.alert-danger p {
  padding: bottom 2px;
  margin-bottom: 0px;
}
.btn-gold:hover {
  color: whitesmoke !important;
  border: 1px solid !important;
}
.border-round {
  padding: 10px 3px;
  border-radius: 30px;
}
.storeBox {
  background: var(--text-green);
}
i.fa.fa-location-arrow {
  transform: rotate(135deg);
  font-size: 21px;
}
span.league-bg {
  background: #1d1c19;
  padding: 8px 6px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: white;
  border-radius: 6px;
  font-size: 11px;
}
.tips-spacing {
  padding-top: 7px;
  padding-bottom: 27px;
}
.btn-gold {
  align-items: center;
  justify-content: center;
}
.banner-bg-im {
  background-image: linear-gradient(
    to bottom,
    #00000000,
    #00000000,
    #00000000,
    url(./../er.jpg)
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.banner-bg-new {
  background-image: linear-gradient(
    to bottom,
    #00000000,
    #00000000,
    #00000000,
    url(./../anchor.jpeg)
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.match-section.border.rounded.p-2 {
  background: #b6b6b624;
  box-shadow: 3px 1px 4px 4px #80808026;
  margin-top: 15px;
  font-family: inherit;
  color: black;
}
.partner-link {
  border: gray;
  background: radial-gradient(#0000001f, transparent);
  margin-bottom: 3px;
}
.partner-link:hover {
  background: white;
  border-bottom: 1px solid gray;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.navbar-nav .nav-link {
  font-size: 15px;
  font-family: inherit;
  text-transform: uppercase;
}
.match-content {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.match-title {
  font-size: 11px;
  font-weight: 100;
  border-bottom: 1px solid #80808040;
}
.tips-btn.btn-warning:hover {
  background: var(--text-green) !important;
  border-color: white !important;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.tips-btn.btn-success:hover {
  background: var(--text-green) !important;
  border-color: white !important;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.navbar .banner-bg-im {
  background: var(--text-green) !important;
  border-color: white !important;
}
@media (max-width: 978px) {
  .logo_image {
    height: auto;
    margin: 9px 0px;
    width: 176px;
  }
}
.tips-ul a {
  width: 100%;
  padding-left: 18px !important;
  padding-right: 18px !important;
  border-radius: 24px;
  font-family: "Space Grotesk";
  font-size: 14.974px;
  font-style: normal;
  font-weight: 700;
}
.result-canva {
  float: right;
}
ul.tips-ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: space-between;
  align-items: flex-end;
  background: var(--text-btn-green);
  padding: 1vh 1vh;
  border-radius: 23px;
}
.btn-info:hover {
  color: #fff;
  background-color: var(--text-gold) !important;
  border-color: var(--text-gold);
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -ms-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
}
.btn-info:hover .btn-warning {
  background: transparent !important;
  border-color: transparent;
}
@media (max-width: 600px) {
  .match-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 7px;
  }
  .result-canva {
    float: left;
  }
  .black_bar {
    margin: 0px 0px 8px 0px !important;
    font-family: "signika";
    text-align: center;
    border-bottom: 1px solid #80808070;
    border-radius: 13px;
    margin-bottom: 8px;
    box-shadow: 0px 6px 9px gainsboro;
  }
}
.match-title {
  font-size: 11px;
  font-weight: 500;
  font-family: inherit;
  border-bottom: 1px solid #80808040;
}
.new-storebox {
  background: #ffffff;
  border: 2px solid #8d8d8d6e;
  padding: 15px 28px;
  border-radius: 9px;
  color: #090707;
  width: 100%;
  font-size: 10px;
  margin-right: 1px;
  margin-bottom: 5px;
}
.new-storebox:hover {
  background: #ffffff00;
  border: 2px solid #8d8d8d6e;
}
.footer-section .footer-top .sitemap-widget li a {
  display: block;
  position: relative;
  color: #afb0b2;
  padding: 4px 0 4px 14px;
  font-weight: 300;
  font-family: sans-serif;
  text-align: left;
  border-bottom: 1px solid #f7941d54;
  border-radius: 9px;
}
.footer-bottom-share a {
  color: white;
  text-align: center;
  padding: 11px;
  background: linear-gradient(45deg, #ff980000, #0f0e0e);
  margin-right: 6px;
  border-radius: 6px;
  border-radius: 30x;
}
.alert-warning {
  padding: 15px 3px;
}
.btn-tips {
  background: #d0d3d6;
  width: 100%;
  font-size: 13px;
}
span.league-bg {
  background: #d2d1d1;
  color: black;
}
.alert-warning {
  background-color: #fff2da !important;
  border-color: #faebcc;
  margin: 0px 9px !important;
  font-family: fangsong;
  text-transform: initial;
  color: black !important;
  font-weight: 300;
}
.pricing-table {
  text-align: center;
  background-color: #000000;
  color: whitesmoke;
  margin: 0 20px;
  padding: 30px 0 40px;
  position: relative;
  height: 431px;
}
.pricing-table.blue {
  background-color: #000000;
}
.pricing-table:after {
  background-color: #fff;
  bottom: -60px;
  content: "";
  height: 60px;
  position: absolute;
  width: 60%;
  left: 50%;
  transform: rotate(-12deg);
  transform-origin: left top 0;
}
.pricing-table:before {
  background-color: #fff;
  bottom: -60px;
  content: "";
  height: 60px;
  position: absolute;
  width: 60%;
  right: 50%;
  transform: rotate(12deg);
  transform-origin: right top 0;
}
.pricing-table .pricing-header {
  background-color: whitesmoke;
  color: #635a5b;
  padding: 20px 0;
  margin: 0 -20px 10px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: inset 0 0 10px whitesmoke;
}
.pricing-table .pricing-header:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  border-top: 20px solid #958b72;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.pricing-table .pricing-header:after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
  border-top: 20px solid #958b72;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.pricing-table .price-value {
  margin-bottom: 10px;
  font-size: 50px;
}
.pricing-table .price-value .time {
  font-size: 17px;
}
.pricing-table .pricingContent ul {
  font-size: 17px;
  line-height: 50px;
  letter-spacing: 1px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.pricing-table .pricingContent ul li:last-child {
  border-bottom: none;
}
.pricing-table .pricingTable-Sign-Up a {
  display: inline-block;
  padding: 10px 25px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fdfdfd;
  background-color: var(--text-green);
  transition: all 0.3s ease 0s;
  box-shadow: inset 0 0 10px #635a5b;
}
.pricing-table .pricingTable-Sign-Up a:hover {
  color: #635a5b;
  background-color: whitesmoke;
  transition: all 0.3s ease 0s;
  box-shadow: inset 0 0 10px #635a5b;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.pricingTable-Sign-Up {
  position: absolute;
  bottom: 47px;
  left: -50%;
  right: -50%;
}
@media (max-width: 990px) {
  .pricing-table {
    margin-bottom: 30px;
  }
  .pricingTable-Sign-Up {
    position: absolute;
    bottom: -9px;
    left: auto;
    right: auto;
    position: relative;
  }
  .center-banner {
    padding-left: 8px;
    padding-right: 8px;
  }
  .pricing-table:before {
    left: -5px;
  }
  .pricing-table:after {
    right: -5px;
  }
  h1.text-white.header-text-banner-big {
    margin-top: 80px;
  }
}
.rounded-20 {
  border-radius: 20px;
}
.text-kick-off {
  color: var(--Foundation-Blue-Normal, #0c455d);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-bg-header {
  background-image: linear-gradient(to bottom, #021e0e5d, #021E0EE8, #000000ba),
  url(./../new/header.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-bg-im,
.banner-bg-im-footer {
  background-image: linear-gradient(to bottom, #021E0EE8, #021E0EE8, #000000ba),
  url(./../new/glory.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-bg-new {
  background-image: linear-gradient(to bottom, #021E0EE8, #021E0EE8, #000000ba),
    url(./../new/glory.jpeg);
    /* background: #021E0EE8; */

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 22px !important;
}
.banner-bg-new1 {
  background-image: linear-gradient(to bottom, #272525, #00000054, #000000ba),
    url(./../win.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 22px !important;
}
.login-btn {
  width: 100%;
  position: relative;
  border-radius: 27.95px;
  background: linear-gradient(180deg, #000, #181818);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8.4px 28.9px;
  box-sizing: border-box;
  gap: 7.2px;
  text-align: left;
  font-size: 14.43px;
  color: #fff;
  font-family: "Mulisher", serif;
  -webkit-border-radius: 27.95px;
  -moz-border-radius: 27.95px;
  -ms-border-radius: 27.95px;
  -o-border-radius: 27.95px;
}
h1.text-white.header-text-banner-big {
  font-family: "Space Grotesk";
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-style: normal;
  color: var(--text-gold) !important;
  line-height: normal;
  font-weight: 600;
}
.btn-nav-bar {
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(7.25px);
}
.black_bar {
  margin: 0px 0px 24px 0px !important;
}
.black_bar {
  margin: 0px 0px 8px 0px !important;
}
.tap_heading,
.black_bar {
  text-align: center;
  color: white !important;
  text-align: center;
  background: var(--text-btn-green);
  font-size: 22px !important;
  font-family: "Space Grotesk";
}
.banker-tip-of-the-day1 {
  align-self: stretch;
  backdrop-filter: blur(120px);
  border-radius: 0 0 var(--br-mini) var(--br-mini);
  border: 0.5px solid var(--foundation-blue-light-active);
  overflow: hidden;
  gap: var(--gap-3xl);
  text-align: left;
  font-size: var(--regular-body-small-size);
  color: var(--light-green-50);
}
.flatpickr-calendar {
  background: var(--text-btn-green);
}
.flatpickr-day {
  color: white;
}
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--text-gold);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: var(--text-gold-dark);
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: #ffffff8f;
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: #e61132;
}
span.flatpickr-weekday {
  color: #ffeb3b;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: rgb(255 255 255 / 90%);
  fill: rgb(249 249 249 / 90%);
}
.bet-card,
.bet-table {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 10px;
  overflow: hidden;
}
.bet-card {
  width: 300px;
  padding: 20px;
}
.bet-card h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.bet-card .match {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.bet-card .match img {
  height: 50px;
}
.bet-card .odds {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.bet-card .odds div {
  text-align: center;
}
.bet-card .view-button {
  background-color: #00b300;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}
.bet-table {
  flex-grow: 1;
  padding: 20px;
}
.bet-table table {
  width: 100%;
  border-collapse: collapse;
}
.bet-table th,
.bet-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.bet-table th {
  background-color: #f2f2f2;
  color: #333;
}
.bet-table tr {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.bet-table tr:hover {
  background-color: #f1f1f1;
}
.bet-table .prediction {
  text-align: center;
}
.bet-table .login {
  color: #00b300;
}
.bet-table .highlight {
  background-color: #ffd700;
}
/* .prediction.text-center span {
  padding: 10px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: white;
  border-radius: 28px;
  background: var(--Foundation-Yellow-Normal, #fdbe11);
} */
.prediction.text-center span {
  padding: 0px 0px;
}

.league_head {
  font-weight: 500 !important;
  background: var(--foundation-blue-light-hover, #dbe3e7);
}
.bet_login {
  padding: 5px 19px;
  border-radius: 35px;
  border: 1px solid var(--Foundation-Green-Darker, #244900);
  color: var(--Foundation-Green-Darker, #244900);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.bet_view_more {
  padding: 5px 19px;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  border: 1px solid var(--White, #fff);
  /* background: var(--Foundation-Blue-Normal, #0c455d); */
  background: linear-gradient(180deg, #005406 0%, #00870A 100%);

  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.bet-cardd .head {
  padding: 13px 10px;
  align-items: flex-end;
  gap: 8px;
  align-self: stretch;
  background: #131318;
  color: #fff;
  text-align: center;
  font-family: 'Nunito Sans';
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  -webkit-border-radius: 0px;
  line-height: normal;
}
.bet-cardd .body {
  padding-bottom: 22px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border-radius: 0px 0px 15px 15px;
  background: var(
    --LinearBrand,
    linear-gradient(127deg, rgba(12, 69, 93, 0.9) 28.26%, #0c4259 91.2%)
  );
  backdrop-filter: blur(60px);
  text-align: center;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}
.bet-cardd .team img {
  width: 82px;
}
.bet-cardd .vs {
  color: #fff;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bet-cardd .odd-box {
  padding: 4px 12px;
  align-items: center;
  border-radius: 6px;
  background: #1e1e1e;
  color: var(--Foundation-Blue-Light, #e7ecef);
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bet-cardd .odd-box .second {
  color: #a5a5a5;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bet-cardd .betby {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.bet-cardd .view {
  padding: 5px 31px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 35px;
  border: 1px solid var(--Foundation-Green-Normal, #68d100);
  color: var(--Foundation-Green-Normal, #68d100);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.invest-bar {
  background: linear-gradient(0deg, #000000ab 0%, rgb(2 2 2 / 85%) 100%),
   url(./../sport.jpeg) lightgray 50% / cover no-repeat;
  border-radius: 11px;
}
.invest-bar .head {
  color: #fdbe11;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.invest-bar .text {
  olor: #fff;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.536%;
}
.invest-bar .warning {
  color: #fdbe11;
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.536%;
}
.invest-bar .blue {
  color: #0085f9;
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.536%;
}
.invest-bar .green {
  color: var(--Foundation-Green-Normal, #68d100);
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.536%;
}
.access-now-btn a {
  padding: 14.426px 28.853px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: white;
  border-radius: 27.951px;
  background: linear-gradient(0deg, #ff434b 0%, #b72f35 100%);
}
.results-head {
  color: #000;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.results-text {
  color: var(--Gray-1, #333);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.invest-tick {
  background: green;
  border-radius: 20px;
  padding: 6px 4px;
}
.bookmaker-card {
  min-width: 315px;
  border-radius: 20px;
  background: var(
    --LinearBrand,
    linear-gradient(127deg, rgba(12, 69, 93, 0.9) 28.26%, #0c4259 91.2%)
  );
  backdrop-filter: blur(60px);
  max-width: 316px;
  margin-right: 22px;
  margin-left: 9px;
}
@media (min-width: 1024px) {
  .bookmaker-card {
    min-width: 316px;
    border-radius: 20px;
    background: var(
      --LinearBrand,
      linear-gradient(127deg, rgba(12, 69, 93, 0.9) 28.26%, #0c4259 91.2%)
    );
    backdrop-filter: blur(60px);
    margin-right: 22px;
    max-width: 406px;
    margin-left: 9px;
  }
}
.bookmaker-card .list {
  margin-top: 16px;
}
.bookmaker-card .list-text {
  padding: 9px 1px;
  color: white;
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bookmaker-card .btns {
  text-align: center;
  color: var(--Foundation-Yellow-Normal, #fdbe11);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  margin-top: 24px;
  font-weight: 500;
  line-height: normal;
}
.bookmaker-card .head {
  text-align: center;
  margin-top: 50px;
}
.bookmaker-card .list .col-1 {
  padding: 9px 0px;
  padding-left: 9px;
}
.bookmaker-card .number {
  position: absolute;
  left: 0;
  padding: 20px;
  color: white;
  top: 0;
  color: #fff;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 20.571px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.bookmaker-card .number.success {
  background: rgba(20, 177, 81, 0.44);
}
.bookmaker-card .number.danger {
  background: rgba(235, 31, 39, 0.44);
}
.bookmaker-card .number.warning {
  background: rgba(252, 196, 11, 0.44);
}
.bookmaker-card .payment-icon {
  background: white;
  margin-right: 8px;
  width: 58px;
  border-radius: 3px;
  padding: 2px 3px;
}
.betnow-btn {
  padding: 6px 10px;
  color: var(--White, #fff);
  font-family: "SF Pro Text";
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 28px;
  background: var(
    --gradientBlack,
    linear-gradient(180deg, #000 0%, #181818 100%)
  );
}
.betnow-btn img {
  width: 27.008px;
  height: 7.446px;
}
@media (max-width: 900px) {
  .table tbody td {
    line-height: 42px;
  }
  .bet_login {
    padding: 5px 6px;
    border-radius: 35px;
    border: 1px solid var(--Foundation-Green-Darker, #244900);
    color: var(--Foundation-Green-Darker, #244900);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Space Grotesk";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.2px;
  }
}
.loadmore-featured {
  padding: 14.974px -1px;
  align-items: center;
  gap: 8.319px;
  border-radius: 42.426px;
  background: var(
    --RedGradient,
    linear-gradient(180deg, #eb5757 0%, #a52525 100%)
  ) !important;
}
.loadmore-featured:hover {
  background: var(--text-green) !important;
}
.share-icons {
  padding: 10px 43px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
  align-self: stretch;
  border-radius: 5px;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 14.974px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 15px;
}
.share-icons.success {
  background: linear-gradient(0deg, #53a700 0%, #386f02 100%);
}
.share-icons.primary {
  background: var(
    --LinearBrand,
    linear-gradient(127deg, rgba(12, 69, 93, 0.9) 28.26%, #0c4259 91.2%)
  );
}
@media (max-width: 900px) {
  .loadmore-featured {
    padding: 10.974px 22px;
  }
  .share-icons {
    padding: 10px 9px;
  }
}
.banner-tick {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.primary-text-card {
  padding: 28px 35px;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font-family: "Kumbh Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  gap: 11px;
  border-radius: 9px;
  background: var(--foundation-blue-dark-hover, #072938);
}
.blog-post-card {
  border-radius: 25px;
}
.blog-post-card .head {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.blog-post-card .body {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.blog-post-card {
  height: 340px;
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  flex-direction: row;
  align-content: flex-end;
}
.blog-post-head {
  color: #1e1e1e;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 30.677px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bg-users {
  padding: 33px 0px;
  margin-top: 78px;
  justify-content: center;
  align-items: center;
  gap: 47px;
  text-align: center;
  align-self: stretch;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.74) 0%,
      rgba(0, 0, 0, 0.74) 100%
    ),
    url(./../anchor.jpeg) lightgray 0% 0% / 89.99999761581421px
      89.99999761581421px;
  background-size: cover;
  background-position: center;
  background-repeat-x: repeat;
}
.bg-users .first {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bg-users .second {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.banner-bg-im-footer {
  background: var(
    --LinearBrand,
    linear-gradient(127deg, rgba(12, 69, 93, 0.9) 28.26%, #0c4259 91.2%)
  );
  color: #e7ecef;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "DM Sans";
  font-size: 18px;
}
.footer-section .footer-top .sitemap-widget li a {
  display: block;
  position: relative;
  color: #ffffff;
  font-family: sans-serif;
  font-family: "DM Sans";
  text-align: left;
  border-bottom: 1px solid #f7941d00;
}
.footer-section .footer-title {
  margin-bottom: 3px;
  padding-bottom: 12px;
  border-bottom: 2px solid #ffffff00;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  text-align: left;
  font-family: "DM Sans";
  font-weight: 600;
  text-transform: capitalize;
}
.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #ffffff45;
  font-size: 14px;
}
.accumulator-tips {
  padding: 11px 10px;
  align-items: center;
  gap: 10px;
  text-align: center;
  align-self: stretch;
  border-radius: 8px;
  background: linear-gradient(180deg, #005406 0%, #00870A 100%);

}
.accumulator-tips .text {
  color: var(--Light-green-50, #f1f2f0);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.accumulator-tips-card {
  padding: 12px 16px 35px 16px;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  align-self: stretch;
  border-radius: 0px 0px 15px 15px;
  background: #fff;
  backdrop-filter: blur(60px);
}
.accumulator-tips-card .date-layer {
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.accumulator-tips-card .date-layer .image {
  margin-top: 1px;
}
.accumulator-tips-card .data-layer .tips {
  overflow: hidden;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.accumulator-tips-card .data-layer .club {
  color: var(--Gray-3, #828282);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.accumulator-tips-card .tips-layer {
  border-bottom: 1px solid var(--Gray-5, #e0e0e0);
  border-bottom: 1px solid var(--Gray-5, #e0e0e0);
  padding: 14px 9px;
}
.accumulator-tips-card .bottom,
.accumulator-tips-card .bottom .btn {
  color: #000;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-align: center;
  padding: 6px 7px;
  letter-spacing: 0.2px;
}
.accumulator-tips-card .bottom .text {
  text-align: center;
}
.accumulator-tips-card .bottom .btn.btn-danger {
  border-radius: 6px;
  background: var(
    --RedGradient,
    linear-gradient(180deg, #eb5757 0%, #a52525 100%)
  );
}
.accumulator-tips {
  margin-top: 16px;
}
.text-below-accumulator {
  color: #000;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumb-text {
  color: var(--Gray-1, #333);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Mulish;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.accumulator-tips-card .team-name {
  color: var(--Gray-1, #333);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 22px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 25.6px;
}
.team-card-bg {
  border-radius: 22px;
  padding: 18px 0px;
  background: var(--Foundation-Blue-Light, #e7ecef);
}

.team-card-bg img {
  width: 89px;
  height: 89px;
}
.team-card-bg .formation {
  margin: 9px 0px;
}
.team-card-bg .formation .formation-ball {
  width: 23.83px;
  height: 23.833px;
  padding: 5px 9.222px;
  justify-content: center;
  align-items: center;
  gap: 3.611px;
  border-radius: 27.444px;
  color: white;
  color: var(--White, #fff);
  font-family: "SF Pro Text";
  font-size: 9.222px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 27.444px;
  margin-right: 8px;
}
.team-card-bg .formation .formation-ball.success {
  background: var(--Foundation-Green-Normal, #68d100);
}
.team-card-bg .formation .formation-ball.warning {
  background: var(--Foundation-Yellow-Normal, #fdbe11);
}
.prob-green {
  color: var(--Foundation-Green-Dark, #4e9d00);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.team-card-bg .formation .formation-ball.danger {
  background: #ec1c24;
}
.text-12 {
  color: var(--Gray-1, #333);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.text-bold-14 {
  color: var(--Gray-1, #333);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.bg-gray {
  background: #f1f2f0 !important;
}
.bg-white {
  background-color: #ffffff !important;
  background: #ffffff !important;
}
.table &gt; thead &gt; tr.bg-color-white {
  background-color: #ffffff !important;
}
.bg-ash {
  color: var(--Foundation-Blue-Light, #e7ecef);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: white;
  line-height: 18px;
  letter-spacing: 0.2px;
  background: rgba(12, 69, 93, 0.56);
}
.league-tiny {
  color: var(--Blue-1, #2f80ed);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 7px;
  font-style: normal;
  font-weight: 500;
  line-height: 9px;
  letter-spacing: 0.2px;
}
.invest-bar {
  padding: 1px 2px;
}
.standing-head {
  color: #000;
  font-family: "SF Pro Text";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 28px;
}
.standing-title {
  overflow: hidden;
  color: #000;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin: 13px 0px;
}
.standing-bg-grey {
  background: #dbe3e7;
}
.standing-bg-black {
  background: #343434;
}
tbody.standing-tbody {
  line-height: 47px;
}
.standing-thead th:first-child {
  border-radius: 37px 0 0 0;
}
.standing-thead th:last-child {
  border-radius: 0 37px 0 0;
  -webkit-border-radius: 0 37px 0 0;
  -moz-border-radius: 0 37px 0 0;
  -ms-border-radius: 0 37px 0 0;
  -o-border-radius: 0 37px 0 0;
}
.standing-thead {
  background: var(--foundation-blue-light-active, #b4c5cd);
  line-height: 51px;
}
.table &gt; thead.standing-thead &gt; tr {
  background-color: var(--foundation-blue-light-active, #b4c5cd) !important;
}
.standing-bg-blue {
  background: var(--Blue-3, #56ccf2);
}
.standing-border-bottom {
  border-bottom: 1px solid var(--Gray-4, #bdbdbd);
}
.last-match-title-image {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 20px 0px 0px 20px;
  background: var(--foundation-blue-light-active, #b4c5cd);
  overflow: hidden;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  width: fit-content;
  line-height: 21px;
  letter-spacing: 0.2;
}
.last-match-nav .nav-link {
  padding: 2.304px 5px !important;
  align-items: center;
  gap: 4.613px;
  align-self: stretch;
  border-radius: 23.528px;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 11.304px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--Gray-3, #828282);
  text-align: center;
  font-family: "Space Grotesk";
}
.badge {
  font-size: 100%;
}
.last-match-nav .nav-link.active,
.nav-pills .show &gt; .nav-link {
  padding: 2.304px 5px !important;
  align-items: center;
  gap: 4.613px;
  align-self: stretch;
  border-radius: 23.528px;
  border: 0.555px solid #fdbe11;
  text-align: center;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(
    --gradientBlack,
    linear-gradient(180deg, #000 0%, #181818 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  background: #fdbe11;
  background-color: #fdbe11;
  color: black;
}
.badge-gray {
  background-color: #929292;
}
.badge-warning {
  background-color: #fdbe11;
}
.badge-danger {
  background-color: #eb5757;
}
.text-danger {
  color: #eb5757 !important;
}
.last-match-title .col-7 &gt; .d-flex,
.last-match-title .col-7.offset-2 &gt; .d-flex {
  justify-content: center;
}
.last-match-stat {
  color: var(--Gray-1, #333);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.last-match-view-all {
  padding: 5px 21px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
  border-radius: 31px;
  background: var(--Gray-4, #bdbdbd);
  -webkit-font-feature-settings: "clig" off, "liga" off;
  -moz-font-feature-settings: "clig" off, "liga" off;
}
.last-match-title-image.reverse {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 0px 20px 20px 0px;
  background: var(--foundation-blue-light-active, #b4c5cd);
  overflow: hidden;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  width: fit-content;
  line-height: 21px;
  letter-spacing: 0.2;
}
.last-match-view-all:hover {
  background: #fdbe11;
  background-color: #fdbe11;
}
.last-match-table .table-striped tbody tr:nth-of-type(even) {
  background-color: #fafafa;
}
.last-match-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: white;
}
.pricing-head-tag {
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.24px;
  background: var(
    --RedGradient,
    linear-gradient(180deg, #eb5757 0%, #a52525 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 11px 17px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid var(--RedGradient, #eb5757);
  backdrop-filter: blur(12.000000953674316px);
}
.pricing-head {
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -2.56px;
  background: var(
    --gradientBlack,
    linear-gradient(180deg, #000 0%, #181818 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-head .bottom-line {
  height: 12px;
  align-self: stretch;
  background: linear-gradient(
        to bottom right,
        rgba(12, 69, 93, 0.56) 0%,
        rgba(115, 115, 115, 0) 50%
      )
      bottom right / 50% 50% no-repeat,
    linear-gradient(
        to bottom left,
        rgba(12, 69, 93, 0.56) 0%,
        rgba(115, 115, 115, 0) 50%
      )
      bottom left / 50% 50% no-repeat,
    linear-gradient(
        to top left,
        rgba(12, 69, 93, 0.56) 0%,
        rgba(115, 115, 115, 0) 50%
      )
      top left / 50% 50% no-repeat,
    linear-gradient(
        to top right,
        rgba(12, 69, 93, 0.56) 0%,
        rgba(115, 115, 115, 0) 50%
      )
      top right / 50% 50% no-repeat;
}
.pricing-select-country {
  padding: 24.133px 19.306px;
  flex-direction: column;
  align-items: flex-start;
  gap: 19.306px;
  border-radius: 15px;
  background: var(
    --LinearBrand,
    linear-gradient(127deg, rgba(12, 69, 93, 0.9) 28.26%, #0c4259 91.2%)
  );
}
.pricing-select-country .first-head {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Mulish;
  font-size: 19.306px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.133px;
}
.pricing-select-country .select-country {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.133px;
}
.pricing-select-country .bottom-text {
}
.pricing-cardd {
  padding: 40px 35px;
  flex-direction: column;
  align-items: flex-start;
  gap: 58px;
  border-radius: 15px;
  background: var(
    --LinearBrand,
    linear-gradient(127deg, rgba(12, 69, 93, 0.9) 28.26%, #0c4259 91.2%)
  );
  backdrop-filter: blur(20px);
}
.pricing-cardd .first-head {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 36px;
  font-style: normal;
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.pricing-cardd .second-head {
  color: var(--foundation-yellow-light-active, #feebb5);
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.pricing-cardd .third-head {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.pricing-cardd .fouth-head {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.pricing-cardd .fifth-head {
  color: var(--foundation-yellow-light-active, #feebb5);
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.pricing-cardd .select-duration-text {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Mulish;
  font-size: 19.306px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.133px;
}
.pricing-cardd .select-duration select {
  padding: 18px 10px;
  align-items: center;
  align-self: stretch;
  border-radius: 7px;
  background: var(--Gray-6, #f2f2f2);
}
.paymentbtn {
  padding: 13px 14px;
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  padding: 14px 14px;
  line-height: 20px;
  padding: 17px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, #131318 0%, #17171C 100%);
/* 
  background: var(
    --RedGradient,
    linear-gradient(180deg, #eb5757 0%, #a52525 100%)
  ); */
}
.paymentbtn:hover {
  background: var(--text-gold);
}
:root {
  --color-primary: var(--text-green);
  --color-text: var(--text-green);
  --color-white: #fff;
  --color-title: var(--text-green);
  --color-background: #f7f8fb;
  --color-border: #dae1f5;
  --fs-sm: 1.4rem;
  --fs-md: 1.6rem;
  --fs-lg: 2.2rem;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --transition: 0.4s ease-in-out;
  --shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05);
}
.accordion__wrapper {
  box-shadow: var(--shadow);
  border-radius: 2.5rem;
  width: 100%;
  max-width: 60rem;
}
.accordion__title {
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  color: var(--color-title);
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.accordion {
  border-bottom: 0.1rem solid var(--color-border);
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  padding: 27px 58px;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 17px;
  background: var(--White, #fff);
  margin-bottom: 9px;
}
.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.accordion__icon {
  background-color: var(--color-primary);
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--color-white);
  flex-shrink: 0;
}
.accordion__question {
  font-size: var(--fs-md);
  font-weight: var(--fw-medium);
  color: var(--color-title);
  color: var(--KwikAccess-Color-Pallete-Primary-Darker, #00314d);
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: var(--Foundation-Blue-Darker, #041821);
  font-family: "Space Grotesk";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.accordion__answer {
  padding: 2rem 0;
  color: var(--KwikAccess-Color-Pallete-Primary-Darker, #00314d);
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.accordion__content {
  overflow: hidden;
  height: 0;
  transition: var(--transition);
}
.imagee {
  transform: rotate(180deg);
  transform-origin: center;
}
.faq-12 {
  color: #000;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.faq-bg-ash {
  background: var(--foundation-blue-light-hover, #dbe3e7) !important;
}
@media (min-width: 700px) {
  .standing-thead th:last-child {
    padding-right: 12px;
    padding-top: 12px;
  }
  .table-responsive {
    display: table;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 800px) {
  .primary-text-card {
    padding: 28px 35px;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    font-family: "Kumbh Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 9px;
    line-height: 24px;
    gap: 11px;
    border-radius: 9px;
    background: var(--foundation-blue-dark-hover, #072938);
  }
  .last-match-table &gt; .table tbody td {
    line-height: 18px;
  }
  .standing-head {
    color: #000;
    font-family: "SF Pro Text";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 7px 8px;
    padding: 7px 9px;
    center: ;
    align-items: center;
    gap: 5px;
    border-radius: 26px;
  }
  .standing-thead th:last-child {
    border-radius: 0 37px 0 0;
    -webkit-border-radius: 0 37px 0 0;
    -moz-border-radius: 0 37px 0 0;
    -ms-border-radius: 0 37px 0 0;
    -o-border-radius: 0 37px 0 0;
    padding-right: 9px;
  }
  tbody.standing-tbody {
    line-height: 47px;
    font-size: 11px;
    text-align: center;
  }&lt;script type="text/javascript"&gt;
	var accItem = document.getElementsByClassName('accordionItem');
    var accHD = document.getElementsByClassName('accordionItemHeading');
    for (i = 0; i &lt; accHD.length; i++) {
        accHD[i].addEventListener('click', toggleItem, false);
    }
    function toggleItem() {
        var itemClass = this.parentNode.className;
        for (i = 0; i &lt; accItem.length; i++) {
            accItem[i].className = 'accordionItem close';
        }
        if (itemClass == 'accordionItem close') {
            this.parentNode.className = 'accordionItem open';
        }
    }
&lt;/script&gt;
  .accumulator-tips-card .team-name {
    font-size: 15px !important;
    font-style: normal;
  }
  .accumulator-tips .text {
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
  }
  .accumulator-tips-card {
    padding: 12px 0px 35px 0px;
  }
  .team-card-bg img {
    width: 60px;
  }
  .team-card-bg .formation .formation-ball {
    width: 23.83px;
    height: 23.833px;
    padding: 4px 4.222px;
    justify-content: center;
    align-items: center;
    gap: 3.611px;
    border-radius: 27.444px;
    color: white;
    color: var(--White, #fff);
    font-family: "SF Pro Text";
    font-size: 9.222px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 27.444px;
    margin-right: 4px;
  }
  .prob-green {
    color: var(--Foundation-Green-Dark, #4e9d00);
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 8.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 1px;
  }
  .tips-ul a {
    width: 100%;
    padding-left: 14px !important;
    padding-right: 14px !important;
    border-radius: 24px;
    font-family: "Space Grotesk";
    font-size: 11.974px;
    font-style: normal;
    font-weight: 700;
  }
  ul.tips-ul {
    display: flex;
    flex-wrap: initial;
    justify-content: space-between;
    align-items: flex-end;
    background: var(--text-btn-green);
    padding: 1vh 1vh;
    overflow-x: auto;
    border-radius: 23px;
  }
  .tips-ul a {
    width: 100%;
    padding-left: 14px !important;
    padding-right: 14px !important;
    border-radius: 24px;
    font-family: "Space Grotesk";
    font-size: 11.974px;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
  }
  .team-details-name {
    line-height: 16px;
    font-size: 10px;
  }
  .table td,
  .table th {
    font-size: 11px;
  }
}
.sidelogin_bar {
  background-image: linear-gradient(45deg, #0000009e, #0a0606),
    url(./../sta.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.login-sidetest {
  color: var(--Foundation-Yellow-Normal, #fdbe11);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Orbitron;
  font-size: 36.647px;
  font-style: normal;
  font-weight: 900;
  line-height: 43px;
}
.bg-black-50 {
  background: #000000f0;
}
.text-center.image-center-login {
}
.text-center.image-center-login img {
  max-width: 650px;
}
.form-dark .form-control {
  display: block;
  width: 100%;
  height: calc(2.3em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 6.744px;
  background: rgba(230, 230, 230, 0.12);
  border: 1px solid #ced4da00;
  border-radius: 0.25rem;
  padding-left: 2rem;
  border-radius: 6.744px;
  border-radius: 6.744px;
  background: rgba(230, 230, 230, 0.12);
  background: rgba(230, 230, 230, 0.12);
  border-radius: 6.744px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.icon-group {
  position: relative;
  display: inline-block;
}
.icon-group i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}
.icon-group input {
  padding-left: 30px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.icon-group input::placeholder {
  color: #888;
}
.icon-group i {
  position: absolute;
  left: 10px;
  top: 66%;
  transform: translateY(-50%);
  color: #888;
}
.btn-login-form {
  padding: 13.488px 26.976px;
  gap: 6.744px;
  align-self: stretch;
  border-radius: 13.488px;
  background: var(
    --LinearBrand,
    linear-gradient(127deg, rgba(12, 69, 93, 0.9) 28.26%, #0c4259 91.2%)
  );
  -webkit-border-radius: 13.488px;
  -moz-border-radius: 13.488px;
  -ms-border-radius: 13.488px;
  -o-border-radius: 13.488px;
  color: #fff;
  font-family: Mulish;
  font-size: 13.488px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.232px;
}
.btn-login-form:hover {
  background: var(--text-gold-dark);
}
.advice-box {
  display: none;
  display: none;
  position: fixed;
  left: 0;
  z-index: 99;
  justify-content: end;
  right: 23px;
  align-items: center;
}
.advice-box-content {
  background-color: var(--text-green);
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  width: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: relative;
  color: white;
  margin-top: -99px;
}
.advice-box-content p {
  margin-bottom: 0p;
  padding-bottom: 0px;
}
.advice-box-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: var(--text-gold);
}
.new-table-box tr {
  cursor: pointer;
}
.footer-section .footer-top .sitemap-widget li a {
  font-size: 16px;
}

.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
@media (max-width: 500px) {
  td.league_head {
    line-height: 18px !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
}

.banner-bg-header {
  background-image: linear-gradient(to bottom, #101211ad, #021E0EE8, #000000ba), url(./../new/header.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0px;
}
.new-btn-bw:hover ,.new-btn-bw.active {
  background: linear-gradient(180deg, #005406 0%, #00870A 100%);
  font-family: 'Nunito Sans',sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;


  gap: 10px;
  border-radius: 38px ;
  opacity: 0px;
 
}

.bw-black-layer{
 background:#131318;
 
 


}
.fixed-top {
  position: relative;

}
.tap_heading, .black_bar { border-radius: 0px; background: linear-gradient(180deg, #005406 0%, #00870A 100%); -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px;
  /* font-fa */
  font-family: "Nunito Sans",sans-serif;
font-size: 17.81px!important;
font-weight: 700;
line-height: 24.29px;
text-align: center;

}


.banker-tip-of-the-day1 {
 
  border: 0.5px solid #b4c5cd42;
 
  border-radius: 0;
}
.table thead th {
  vertical-align: bottom;
  background: #B8CDBA;
  font-family: "Inter";
  /* font-size: 10.69px; */
  font-weight: 500;
  line-height: 16.03px;
  letter-spacing: 0.1781112104654312px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #dee2e6;
}

.table thead th {
  
  color: black !important;
 
}
.bg-green{
  background: #1B5E20!important;

}
.share-icons {
  
  border-radius: 44px;
}
.blog-post-card::before {
  width: max-content;
  height: 160px;
  content: '';
  position: absolute;
  background: #0000004a;
  min-width: 374px;
  bottom: 12px;
  left: 22px;
  border-radius: 17px;
}
.banner-bg-im-footer {
  background: var(--LinearBrand, linear-gradient(127deg, #131318 28.26%, #131318 91.2%));

}
.footer-p{
  font-family: "Nunito Sans", sans-serif;
font-size: 13.82px;
font-weight: 400;
line-height: 20.73px;
text-align: left;

}
.primary-text-card p{
  margin-bottom: 0px;
  background:#131318!important;
}
.login-btn {
  width: 156px;
  margin-left: 28px;

  background: var(--text-green);
 
}


.bread-banner {
  background-image: linear-gradient(to bottom, #021E0EE8, #021E0EE8, #000000ba), url(./../bread.jpeg); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.primary-text-card {
  background: #131318;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}


.flatpickr-calendar {
  background: #ffffff;
}


.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: #000000;

}

.flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #fffefb;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  border-color: #060605;
  border-radius: 0px;
}

.flatpickr-day {
  color: #0e0808;
}
span.flatpickr-weekday {
  color: var(--text-green);
}

.flatpickr-day:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
  border: 1px solid #9c9ca5 !important;
  border-radius: 0px;
  margin-top: 3px;
}

.side-nav .dropdown-item {

  color: #000000;

}


.accordion-container {
  margin-left: 15px;
  border: 0px solid gray !important;
}


.league_head {
  /* font-weight: 500 !important; */
  background: #5BC0DE;
}

.new-btn-bw:hover, .new-btn-bw.active {
  background: linear-gradient(180deg, #5BC0DE 0%, #5BC0DE 100%);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  gap: 10px;
  border-radius: 38px;
  opacity: 0px;
}

/* #DC3545 */
.tap_heading, .black_bar {

  background: linear-gradient(180deg, #E51434 0%, #E51434 100%);

}

.black_bar.bg-green {
  background: #E51434 !important;
}

.new-btn-bw:hover, .new-btn-bw.active {

  border-radius: 0px;
  /* opacity: 0px; */
}


ul.tips-ul {

  background: #0c455d05;
  
}

.tips-ul a {
  width: 100%;
  
  border-radius: 0px;
 

}

.btn-info {
  color: #fff;
  background-color: var(--text-blue) !important;
  border-color: var(--text-blue);
}
.tips-ul li a.btn-warning{
  background: rgb(0, 0, 0)!important;
  border: 1px solid black !important;
}

.tips-ul li a.btn-warning:hover,.btn-info:hover, .btn-info.active {
  background-color: #007bff !important;
  border-color: #007bff;
}


ul.tips-ul {

  padding: 0vh 0vh;

}
.prediction.w.text-center .circle-container  {
  background: #418102;
}
.prediction.x.text-center .circle-container  {
  background: gray;
}
.prediction.l.text-center .circle-container  {
  background: red;
}
.highlight .circle-container {
  width: fit-content;
  border: 0px solid var(--text-gold) !important;
  display: flex;
  background: var(--text-gold);
  margin-right: auto;
  color: #ffffff !important;
  margin-left: auto;
  padding: 7px 9px;
  font-weight: 900;
  min-width: 47px !important;
  min-height: 45px;
  border-radius: 47%;
  font-size: 14px !important;
  align-content: center;
  justify-content: center;
}

.prediction.text-center span {
display: block;
}
@media (max-width:800px) {
  .highlight .circle-container {
    width: fit-content;
    border: 0px solid var(--text-gold) !important;
    display: flex;
    background: var(--text-gold);
    margin-right: auto;
    color: #ffffff !important;
    margin-left: auto;
    padding: 2px 5px;
    font-weight: 500;
    min-width: 31px !important;
    min-height: 24px;
    line-height: 24px;
    border-radius: 47%;
    font-size: 13px !important;
    align-content: center;
    justify-content: center;
}
  
}


.prediction.text-center &gt;span {
  padding: 0!important;
}
.table tbody td {

  vertical-align: middle;
}
@media (max-width: 900px) {
  .table tbody td {
    line-height: 18px;
    align-items: center;
    vertical-align: middle;
  }

  .black_bar.bg-green {
  
    display: inline-block;
  }
}


.bookmaker-card {
  border-radius: 48px!important;

}

.primary-text-card {

  border-radius: 22px !important;

}
.new-btn-bw:hover, .new-btn-bw.active {
 
  border-radius: 38px !important;

}
/* .new */

.tips-ul a {
  /*width: 100%;
  */border-radius: 14px!important;
  
}



.invest-bar {
  /* background: linear-gradient(0deg, #000000ab 0%, rgb(2 2 2 / 85%) 100%), url(./../sport.jpeg) lightgray 50% / cover no-repeat; */
  border-radius: 14px !important;
}
@media(max-width:768px){
  .navbar&gt;.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: row-reverse;
  }
}



.tips.highlight.w .circle-container {

  border: 0px solid #52AF30 !important;

  background: #52AF30;
  
  color: #ffffff !important;

}

.tips.highlight.l .circle-container {

  border: 0px solid #5E6367 !important;

  background: #5E6367;

  color: #ffffff !important;

}
.highlight.tips .circle-container {

  border: 0px solid var(--text-gold) !important;

  background: var(--text-gold);

  color: #ffffff !important;

}


#predictions-tab {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  column-gap: 13px;
}
#predictions-tab .nav-item&gt;.nav-link {
  font-size: 15px;
  margin-left: 0 !important;
  padding-right: 14px !important;
  padding-left: 13px !important;
  position: relative;
  line-height: 12px;
  border-radius: 77px;
  background: #e7ecef;
  color: black;
  font-family: 'Space Grotesk';
}

/* Wrapper to control scrolling and overflow */
.nav-wrapper {
  position: relative;
  overflow: hidden; /* Hide excess content */
  display: flex;
  align-items: center;
}

/* Scrollable nav */
.nav-wrapper .nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto; /* Horizontal scrolling */
  scrollbar-width: none; /* For Firefox */
}

.nav-wrapper .nav::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Edge */
}

/* Circular indicators */
.circle-indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2); /* Transparent effect */
  z-index: 1;
  pointer-events: none; /* Ignore mouse events */
}

.left-indicator {
  left: 0;
  top: 9px;
}

.right-indicator {
  right: 0;
  top:9px;
}
/* Explanation: */
/* Wrapper (.nav-wrapper):

Contains the nav list and ensures the overflow is hidden.
Circular Indicators (.circle-indicator): */


#predictions-tab .nav-item&gt;.nav-link.active {

  background: #5bc0de;

}

.highlight .circle-container {

  padding: 7px 9px;
  font-weight: 600;
  min-width: 38px !important;
  min-height: 38px;
  border-radius: 47%;
  font-size: 19px !important;

}

.blog-post-card::before {
  width: max-content;
  height: 160px;
  content: '';
  position: absolute;
  background: #0000004a;
  min-width: 91%;
  bottom: 12px;
  left: 22px;
  border-radius: 17px;
}
@media (max-width: 767px) {
  .invest-bar .head {
  
    font-size: 31px;

  }
  .tap_heading, .black_bar {
  
    line-height: 16.29px;
    text-align: center;
}
a#left-arrow img, a#right-arrow img, a#top-arrow{
  width: 13px!important;
  display:none;
}
.blog-post-card::before {
  width: max-content;
  height: 176px;
  content: '';
  position: absolute;
  background: #0000004a;
  min-width: 331px;
  bottom: 12px;
  left: 22px;
  border-radius: 17px;
}
.blog-post-card::before {
  width: max-content;
  height: 198px;
  content: '';
  position: absolute;
  background: #0000004a;
  min-width: 87%;
  bottom: 12px;
  left: 22px;
  border-radius: 17px;
}
}

.tap_heading, .black_bar {

  width: 100%;
}


.bet-cardd .head {

  text-transform: uppercase;

}</pre></body></html>