@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Exo:ital,wght@0,100..900;1,100..900&family=Teko:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=REM:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --text-green: #000000;
  --text-primary: #000000;
  --text-gold-dark: #F94F0F;
  --text-gold: #F94F0F;
  --text-btn-green: #ffffff;
  --text-pale-white: #000000;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Orbitron:wght@400..900&display=swap');

.justify-content-center {
  display: flex;
  justify-content: center;
}
.font-Teko {
  font-family: "Teko", sans-serif !important;
}
@font-face {
  /* font-family: "Orbitron";
  src: url("../redwing/Redwing Duo/Redwing-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal; */
}

a {
  color: var(--text-green);
  text-decoration: none;
  background-color: transparent;
  font-weight: 600;
}

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

.btn-primary {
  background: var(--text-gold) !important;
  border: 0px;
}

@media (min-width: 600px) {
  h1.text-white.header-text-banner-big {
    line-height: 58px;
    font-size: 42px;
    font-weight: 700;
    font-family: "Orbitron", sans-serif;
  }

  h1.text-white.header-text-banner-big > span.text-green {
    font-size: 25px;
  }
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Orbitron", sans-serif;
}
.border-bottom {
  border-bottom: 1px solid #f94f0f !important;
}
.bg-dark {
  background: var(--text-green) !important;
}
.bg-primary {
  background: var(--text-gold) !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 > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > 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;
}

.btn-success {
  color: #fff;
  background-color: #28a745 !important ;
  border-color: #28a745;
}

.btn-info {
  color: #fff;
  background-color: #030e20 !important;
  border-color: #336799;
}

.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 {
  /* background-color: #ffffff; */
  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;
  /* color: #000000; */
  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: #969988;
}

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

.tap_heading,
.footer-content :is(h1, h2, h3, h4, h5, h6),
.black_bar {
  text-align: center;
  color: var(--text-green);
  padding: 4px;
  padding-bottom: 0px;
  padding-left: 0;
  /* font-family: 'Audiowide'; */
  text-transform: uppercase;
  font-size: 25px !important;
  font-weight: 500 !important;
  /* box-shadow: 1px -5px 20px gray, -1px -2px gray, -3px 2px 4px gray, -1px 0px 4px white; */
  border-bottom: 0px double;
  margin-bottom: 7px;
}
h3 {
  font-size: 24px;
  font-weight: 600;
}

.btn-success {
  color: #fff;
  background: #003333;
}

.btn-blue-light {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  padding: 14px;
  margin: 3px 0px 0px 0px;
  border-radius: 12px;
  border: 0px solid;
  font-weight: 800;

  background: #0082ff !important;
  border: 1px solid #336799 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
  margin-left: 25px;
  font-weight: 900;
  font-weight: normal;
  line-height: normal;
}

.btn-warning {
  color: #f8f9fa;
  background-color: #89690c;
  border-color: #89690c;
}

.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;
  /* border-bottom: 2px solid var(--text-green); */
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: white;
  /* font: 'Teko',san-serif; */
}

.nav-link.btn,
.nav-link {
  font-family: "Mulish", sans-serif;
  /* font-weight: normal; */
  text-transform: uppercase;
}
.nav-link.btn {
  border-radius: 63px;
  font-weight: 500 !important;
  font-size: 13px;
  padding: 8px;
  width: 102px;
}
.table > thead > tr {
  background-color: var(--text-green) !important;
  text-align: center;
  color: white;
}

.banner-cl {
  background: #021a42f2;
}

body {
  font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Mulish,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;

  color: #111705;
  overflow-x: hidden;
  background-color: #ffffff;
}
a.nav-link {
  color: #f8f8f8;
}
.breadcum {
  padding-top: 102px;
}

.border-bottom {
  /* border-bottom: 2px dotted green !important; */
  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 > a > 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 > 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: 20px; */
    padding: 0px 5px 8px 14px;
  }

  .blog-title-wrap {
    max-height: 117px !important;
    overflow: hidden !important;
    /* display: flex; */
    justify-content: center;
    align-items: center;
  }

  .blog-title-wrap > h3 {
    margin-top: 0px;
  }

  .blog-img-wrap > a > img {
    height: 80px;
    /* width: 94px; */
  }

  .p-1 {
    padding: 1px;
  }

  .no-margin-0 {
    margin: 0px !important;
  }
}

.widget-title {
  /* position: absolute; */
  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 > 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 > 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 > 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: "Texturina", cursive;
  width: 100%;
  line-height: 17px;
  padding-bottom: 10px;
  height: 37px;
  background: #261914;
}

.well > 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;
  padding: 14px;
  border-radius: 12px;
  border: 0px solid;
}
.bg-danger {
  background: var(--text-gold) !important;
}
.btn-gold {
  color: black;
  border: 1px solid #f8f9fa;
  background: var(--text-btn-green);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  padding: 8px 14px;
  text-transform: uppercase;
  margin: 3px 0px 0px 0px;
  border-radius: 8px;
  color: white !important;
  border: 0px solid;
  border: 1px solid var(--text-gold);
  font-weight: 800;
  text-align: left;
  align-content: center;
}

.btn-gold:hover {
  background: var(--text-green);
  color: white;
  /* border: 1px solid var(--text-green); */
}

.btn-green:hover {
  background: var(--text-gold);
  color: white;
  /* border: 1px solid var(--text-green); */
}

@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;
  /* border-bottom-left-radius: 44px; */
  /* border-bottom-right-radius: 44px; */
  display: flex;
  text-align: center;
  font-family: "Fira Sans";
  align-items: center;
  justify-content: space-around;
  font-size: 19px;
  color: var(--text-green);
}

.table td,
.table th {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table {
  width: 100%;
  /* margin-bottom: 1rem; */
  font-size: 13px;
  color: #212529;
  /* font-weight: 600; */
}

.logo_image {
  /* height: 33px; */
  width: auto;
}

@media (max-width: 978px) {
  .logo_image {
    /* height: 33px; */
    width: auto;
  }
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(206, 206, 206);
  /* border-bottom: 1px solid; */
  /* 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 > span.text-green {
    font-size: 25px;
  }

  .nopaddingsmall {
    padding: 0px !important;
  }

  .nopaddingrightsmall {
    padding-right: 0px !important;
  }

  .nopaddingleftsmall {
    padding-left: 0px !important;
  }
}

/* INVESTMENT BAR */

.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: "Texturina";
}

.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 #9d9f1847; */
}

/* 
body > .container {
  background-color: #ffffff!important;
}
.container-bg {
  background: #ffffff!important;
} */

@media (min-width: 768px) and (max-width: 7000px) {
  .nav-item > .nav-link {
    margin-left: 35px !important;

    padding-right: 21px !important;

    padding-left: 21px !important;
    position: relative;
  }
}

.tds-button > 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: var(--text-btn-green);
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  padding: 3px;
  text-align: center;
  font-size: 15px;
  color: rgb(10, 10, 10);
  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);
}

@media (max-width: 600px) {
  h1.text-white.header-text-banner-big {
    line-height: 38px;
    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: #262826;
    padding: 5px;
  }

  .container,
  .container-md,
  .container-sm {
    padding-left: 1px;
    padding-right: 1px;
  }
}

.alert {
  font-family: "Ubuntu";
  text-align: center;
}
.alert-warning {
  background-color: white;
  border-color: #faebcc;
  margin: 6px 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;
}
.header-ban {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.418), #14121296, black), url(../action-transformed.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 391px;
  display: flex
;
  align-items: center;
  border-radius: 0;
  padding-top: 115px !important;
}

.header-ban1 {
  background-image: linear-gradient(90deg, rgb(7 1 1 / 87%), #110e0ea8, black), url(../sure-way.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  min-height: 322px;
  display: flex
;
align-items: center;
border-radius: 0;
padding-top: 115px !important;
}
.border-white {
  border: 1px solid white !important;
}
.table td,
.table th {
  padding: 0.7rem 0.5rem;
  vertical-align: middle;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 14rem;
  padding: 0.5rem 5px;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  /* color: #ffffff !important; */
  text-align: left;
  list-style: none;
  /* background-color: var(--text-gold); */
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #0e0c0c;
  text-align: inherit;
  border-bottom: 5px solid white;
  white-space: nowrap;
  margin-bottom: 3px;
  background-color: #14111103;
  border: 0;
}
.btn-trans {
  color: #ffffff;
  background: linear-gradient(45deg, #080b2c, var(--text-green)) !important;
  border-radius: 5px;
}
.btn-trans:hover {
  color: #ffffff;
  background: linear-gradient(120deg, #080b2c, var(--text-green)) !important;
  border-radius: 5px;
}

.footer-gray {
  background: #587adb1c;
  height: 100%;
  padding: 13px;
  border-radius: 12px;
  /* box-shadow: -1px 0px 20px 0px gray; */
}
@media (max-width: 600px) {
  .footer-gray {
    padding: 1px;
    border-radius: 1px;
    /*box-shadow: -1px 0px 20px 0px gray;
    */
  }
  .padding-50 {
    padding-top: 15px !important;
  }
}
.social-btn-footer {
  display: flex;
  flex-wrap: nowrap;
  /* justify-content: space-around; */
  font-size: 15px;
  color: white;
  word-spacing: 1rem;
}
.bg-white {
  background: white !important;
}

.fixed-top {
  border-bottom: 2px solid var(--text-gold);
}
.navbar-light .navbar-nav .nav-link {
  font-weight: 900;
  font-weight: bold;
  font-size: 15px;
  line-height: normal;
}
@media (max-width: 600px) {
  h1.text-white.header-text-banner-big {
    line-height: normal;
    font-size: 21px !important;
  }
}

.sec-title {
  transform: skew(-10deg);
  border: 1px solid rgb(255, 11, 11);
  border-radius: 10px;
  padding-left: 20px;
  width: auto;
  margin: 0 auto 40px;
}
.sec-title {
  color: #fdfdfd;
}

.table-box {
  background-color: #ffffff;
  border: 1px solid #ffffff4f;
  padding: 14px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  box-shadow: -2px -2px 13px 6px #ff000014, 5px 5px 5px 6px #00000026;
  -o-border-radius: 5px;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: rgb(255, 255, 255);
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(255, 255, 255);
}
@media (max-width: 785px) {
  .table-box {
    padding: 14px 0px !important;
  }
}

.bg-blue {
  background-color: #0088cc !important;
}
.bg-green {
  background-color: #4caf50 !important;
}
.bg-hover-primary:hover {
  background-color: var(--text-gold) !important;
}
.bg-hover-dark:hover {
  background-color: var(--text-btn-green) !important;
}
.bg-hover-green:hover {
  background-color: green !important;
}

.storeBox {
  width: 97%;
  background: #ffffff;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  padding: 3px;
  text-align: center;
  font-size: 12px;
  color: #060404;
  width: 95px;
  margin-bottom: 8px;
  font-weight: 4 --;
  min-height: 35px;
  font-family: "Mulish", sans-serif;
  border-radius: 14px;
  border: 1px solid #ff6a3dcc;
  height: 37px;
  margin-right: 4px;
}
.footer-gray {
  background: #587adb00;
}

@media (max-width: 768px) {
  .tap_heading,
  .footer-content :is(h1, h2, h3, h4, h5, h6),
  .black_bar {
    font-size: 20px !important;
  }
}

.storeBox.active {
  background: var(--text-gold);
  color: antiquewhite;
}
.ew-transformed {
  max-width: 240px;
  position: absolute;
  bottom: -12%;
  z-index: 0;
  left: 0;
  left: 46%;
  filter: brightness(0.7);
  mask-image: linear-gradient(to top, transparent, #000000, black);
}

@media (max-width: 978px) {
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 9px 2px !important;
  }
  .ew-transformed {
    left: 0%;
  }
}

.logo_image {
  width: 199px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.alert-warning {
  background-color: white;
  border-color: #faebcc;

  color: var(--text-gold-dark);
  border-top: 1px solid #02010152;
}

a.btn.rounded.btn-ball-pricing {
  border: 1px solid var(--text-gold);
  color: white;
  padding: 10px 9px;
  width: 142px;
  border-radius: 55px !important;
}

a.btn.rounded.btn-ball-pricing:hover {
  border: 1px solid var(--text-gold);
  color: white;
  background-color: var(--text-gold);
  padding: 10px 9px;
  width: 142px;
  border-radius: 55px !important;
  -webkit-border-radius: 55px !important;
  -moz-border-radius: 55px !important;
  -ms-border-radius: 55px !important;
  -o-border-radius: 55px !important;
  transition: ease-in-out all 0.2;
  -webkit-transition: ease-in-out all 0.2;
  -moz-transition: ease-in-out all 0.2;
  -ms-transition: ease-in-out all 0.2;
  -o-transition: ease-in-out all 0.2;
}

a.btn.rounded.btn-ball-telegram {
  color: ba;
  background: linear-gradient(45deg, #2098d1, #ff00009c);
  font-family: "Mulish", sans-serif;
  color: white;
  border-radius: 45px !important;
  width: 139px;
  padding: 11px 9px;
  /* opacity: 1; */
  /* fill-opacity: revert-layer; */
}
a.btn.rounded.btn-ball-telegram:hover {
  color: ba;
  background: linear-gradient(145deg, #2098d1, #ff00009c);
  font-family: "Mulish", sans-serif;
  color: white;
  border-radius: 45px !important;
  width: 139px;
  padding: 11px 9px;
  /* opacity: 1; */
  /* fill-opacity: revert-layer; */
}

.storeBox {
  border-radius: 28px !important;
}
@media (max-width: 600px) {
  h1.text-white.header-text-banner-big {
    line-height: 37px;
    font-size: 39px !important;
  }
}

.winning-table {
  background-image: url("../grass.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-danger {
  color: #fff;
  background-color: var(--text-gold);
  border-color: var(--text-gold);
}
.text-danger {
  color: var(--text-gold) !important;
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: #92400e;
}

.alert-warning {
  background-color: #fffbeb;
  border-color: #faebcc;
  --tw-text-opacity: 1;
  color: #92400e;
  border-top: 1px solid transparent;
}

.footer-section {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-top: 2px solid var(--text-gold);
}

.table > thead > tr {
  background-color: #dddddd !important;
  text-align: center;
  color: #000000;
}

footer a {
  color: #d7d7d7;
  text-decoration: none;
  background-color: transparent;
  font-weight: 600;
  line-height: 29px;
  gap: 4px;
}
footer a:hover {
  color: #ec1919;
  text-decoration: none;
  /* background-color: ; */
  font-weight: 600;
  line-height: 29px;
  gap: 4px;
}
footer .page-more-info a::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid red; /* Creates the right-facing arrow */
  display: inline-block;
  margin-right: 5px; /* Optional: space between arrow and link */
}
.cat-head {
  background-image: linear-gradient(45deg, black, #1209099c), url(../cat.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.plan {
  padding: 11px 13px;
}

body {
  /* background-color: #f5f5f5; */
}

.mulish {
  font-family: "Mulish", sans-serif;
}
a.btn.rounded.btn-ball-pricing {
  border-radius: 16px !important;
}
a.btn.rounded.btn-ball-telegram {
  /* color: ba; */
  background: linear-gradient(45deg, #2098d1, #2098d1);
  font-family: "Mulish", sans-serif;
  /* color: white; */
  border-radius: 33px !important;

  /* opacity: 1; */
  /* fill-opacity: revert-layer; */
}
.storeBox.active {
  background: var(--text-gold);
  color: #000000;
}
.storeBox {
  border: 1px solid #4e4d4e;
}
.nav-link.btn {
  border-radius: 15px;
}

.btn-primary {
  background: var(--text-gold) !important;
  border: 0px;
}
.table-box {
  box-shadow: -2px -2px 13px 6px #8b8b8b14, 5px 5px 5px 6px #00000005;
}
.storeBox {
  padding: 19px 4px;
  line-height: 14px;
  text-align: center;
}
.storeBox {
  border-radius: 14px !important;
}
.table > thead > tr {
  background-color: #b99118d4 !important;
  text-align: center;
  color: #000000;
}
.curved-line {
  width: 100px;
  height: 20px;
  margin: 0 auto;
  border-top: 3px solid #000;
  border-radius: 50%;
  position: relative;
  top: -10px;
}
.btn-dark {
  background-color: black;
  border-color: black;
}

.table > thead > tr {
  background-color: #000 !important;
  text-align: center;
  color: #000;
}

.btn-primary:hover {
  background: #000000 !important;
  border: 0px;
}
@media (max-width: 767px) {
  .btn-primary {
    background: #b99118 !important;
    border: 0px;
  }
}
img.betnow {
  max-width: 66px;
  background: whiwe;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 7px;
}

.match-section:hover {
  box-shadow: 3px 4px 18px 3px #b99118a1;
}
.match-content {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.padding-50 {
  padding-top: 115px;
}

button.btn.btn-danger.btn-sm {
  border: 0px;
}

@media (max-width: 978px) {
  .blog-img-wrap > a > img {
    height: 80px;
    width: auto;
  }
}

span.tdm-btn-text {
  font-weight: 800;
  font-size: 14px;
}

.black_bar {
  margin: 0px 0px 8px 0px !important;
}

.category_box {
  border-radius: 15px;
}

@media (min-width: 978px) {
  .category_box {
    min-height: 101px;
  }

  .fixed-top {
    padding: 7px 10%;
    /* z-index: 1030; */
    /* border-bottom: 2px solid var(--text-green); */
  }
}

img.betnow {
  max-width: 66px;
  background: whiwe;
  background: #ffffff;
  padding: 8px;
  border-radius: 7px;
}

.footer-section .footer-top .sitemap-widget li a:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 5px;
  position: absolute;
  top: auto;
  color: #afb0b2;
  display: inline-block;
  width: 5px;
  height: 5px;
  bottom: 13px;
  background-color: var(--text-gold);
  border-radius: 50%;
  font-weight: 400;
}

.footer-section .footer-top .sitemap-widget li a {
  /* color: #afb0b2; */
  /* display: block; */
  /* border-bottom: 1px solid rgba(102, 102, 102, 0.5); */
  /* position: relative; */
  margin-right: 17px;
  /* padding: 4px 0 4px 14px; */
}
.footer-section .footer-title {
  margin-bottom: 0px;
  padding-bottom: 3px;
  border-bottom: MAGENTA;
  color: var(--text-gold);
  font-size: 17px;
  position: relative;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}
.footer-section .footer-title .curved-line {
  margin-top: 22px;
}
.footer-section .footer-title:after {
  display: none;
}
footer .page-more-info a::before {
  display: none;
}
.page-more-info li {
  text-align: center !important;
  /* background: linear-gradient(45deg, #000, #00047); */
  margin-bottom: 7px;
  border-bottom: 1px solid #000;
}
.price__card.w-100 {
  height: 100% !important;
}
.fixed-top {
  box-shadow: 3px 3px 3px #c1c1c1;
}

.storeBox.active {
  background: var(--text-gold);
  color: white !important;
  border-color: var(--text-gold);
}

.nav-flow-bar {
  background: #25221a;
  padding: 2px 3px;
  border-radius: 25px 29px 3px 0px;
}
.storeBox {
  margin: 4px 0px;
}
span.odds-pan {
  font-size: 10px;
  color: #030404;
  font-family: "Mulish";
  font-weight: 400;
  border: 1px solid gray;
  padding: 1px 4px;
  border-radius: 31px;
  line-height: 5px;
}

.pricing__section a {
  text-decoration: none;

  color: currentColor;
}

.pricing__section li {
  list-style: none;

  line-height: 2;
}

.pricing__section span {
  font-size: 14px;
}

.pricing__section p {
  font-weight: 500;
}

.pricing__section .pricing__section {
  margin-block: 3rem;
}

.pricing__section .title {
  text-align: center;

  display: grid;

  gap: 1rem;

  place-items: center;
}

.pricing__section .title h2 {
  font-size: 40px;
}

.pricing__section .toggle__section {
  display: flex;

  gap: 1rem;

  align-items: center;
}

.toggle__section input {
  display: none;
}

.toggle__section .toggle__btn {
  display: flex;

  padding: 4px;

  background: var(--accent);

  border-radius: 2rem;

  width: 2.35rem;
}

.toggle__section .toggle__btn span {
  display: block;

  width: 1rem;

  height: 1rem;

  background: #ffffff;

  border-radius: 50%;
}

input:checked ~ .toggle__btn {
  justify-content: end;
}

.price__cards {
}

.price__card {
  padding: 2rem 1.5rem;

  box-shadow: 2px 0 24px #f7f7f7;

  border-radius: 1rem;

  display: inline-flex;

  gap: 1rem;

  flex-direction: column;
}

.price__details {
  flex: 1 1 auto;
}

.price__details h3 {
  font-size: 32px;

  line-height: 1.5;
}

.price__details ul {
  margin-block: 1rem;
}

.price__details ul li::before {


  margin-right: 8px;

  font-weight: bold;
}

hr {
  border: none;

  height: 0;

  border-bottom: 1px solid #ddd;
}

.price__card .price {
  font-size: 32px;

  font-weight: 600;

  letter-spacing: -2px;
}

.price__card .price:before {
  content: "$";
}

.price__card .btn {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 1rem 2rem;

  border-radius: 2rem;

  transition: 0.3s ease-in-out;
}
:root {
  --primary: #ffffff;

  --text: #272727;

  --accent: #5057fd;

  --accent-light: #eff3ff;
}

.bg__accent {
  background: var(--accent);

  color: #ffffff;
}

.bg__accent {
  background: #b99118;
  color: #ffffff;
}
.bg__primary {
  background: #ffffff;

  color: var(--accent);
}
.bg__accent-2 {
  background: #b991188a;
  color: #1a1919;
}

.btn:hover {
  transform: scale(0.96);
}
.bg__primary {
  background: #ffffff;
  color: #162f14;
}
.bg__primary:hover {
  background: #e3e4deff;
  color: #162f14;
}
.bg__accent-2.btn:hover {
  background: #aa830f8a;
  color: #1a1919;
}
.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;
}
img.king-crown {
  position: absolute;
  right: 25px;
  top: 18px;
  width: 45px;
}
@media (max-width: 767px) {
  img.king-crown {
    display: none;
  }
}

.price__card .btn {
  display: inline-flex
;
  align-items: center;
  justify-content: center;
  padding: 7px 32px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 26px;
  transition: 0.3s ease-in-out;
  color: black;
  background: #ecca06!important;
}

.price__card .btn:hover{
  background: #ecca06!important;
  color: rgb(0, 0, 0)!important;
}

.price__card {
  background: linear-gradient(45deg, #350101, rgba(0, 0, 0, 0.514)),
    url(../../assets/va.jpeg);
}



.footer-section {

  border-radius: 88px 88px 0px 0px;
}

.page-more-info li {
  text-align: left!important;

}


.footer-section .footer-title .curved-line {
    margin-top: 22px;
    display: none;
}


.footer-section .footer-title {

  font-size: 15px;
 
  text-align: left;

}

.price__card .price:before {
  /* content: "$";
   */
   display:none;
}

@media (max-width:700px){
 .header-ban, .header-ban1 {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
.footer-section {
  border-radius: 37px 37px 0px 0px;
}
.nav-flow-bar {
    background: #d8d8d8;
    padding: 2px 3px;
    border-radius: 13px 13px 3px 0px;
}
}
.btn-info {
  color: #fff;
  background-color: #25221a !important;
  border-color: #336799;
}

  ul.tips-ul {
   
      column-gap: 8px;
  }
  
  .shadow-sm {
    box-shadow: 0 .125rem 1rem 2px rgb(129 114 114 / 58%) !important;
}
.shadow-sm:hover {
    box-shadow: 0 .125rem 1rem 2px rgb(249 79 15) !important;
}

.black_bar {
    font-family: "Orbitron", sans-serif;
        color: #343a40 !important;
    text-transform: capitalize;

    font-weight: 700 !important;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: rgb(0 0 0 / 10%);
}

