@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&family=Squada+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Squada+One&display=swap');@import url('https://fonts.googleapis.com/css2?family=Chewy&display=swap');@import url('https://fonts.googleapis.com/css2?family=Chewy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:ital,wght@0,400;0,700;1,400;1,700&family=Squada+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Squada+One&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');
:root {
  --text-green:#07790F;
  --text-primary: #CD0E00;
  --text-gold-dark: #FFA500;
  --text-gold: #FFA500;
  --text-btn-green: #07790F;
  --text-orange:#E14015;
  --text-pale-white: #eeeeee;
}


@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(/../interfont/inter-v7-latin_cyrillic-ext-regular.24fcb5ea.woff2) format("woff2")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url(/../interfont/inter-v7-latin_cyrillic-ext-500.c1f19dcf.woff2) format("woff2")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url(/../interfont/inter-v7-latin_cyrillic-ext-600.5d201ea8.woff2) format("woff2")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url(/../interfont/inter-v7-latin_cyrillic-ext-700.0e6cc48c.woff2) format("woff2")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  src: url(/../interfont/inter-v7-latin_cyrillic-ext-800.62818676.woff2) format("woff2")
}


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

/* b */
.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: 700;
    /* va */
}

  h1.text-white.header-text-banner-big>span.text-green {

    font-size: 25px;

  }
}


.navbar-light .navbar-nav .nav-link {

    font-family: 'Space Grotesk';

}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quantico', sans-serif;
}

.bg-dark {
  background: black !important;
}
.bg-primary {
  background: var(--text-gold) !important;
}
.bg-orange{
  background:#E14015!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 !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: #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;
  /*font-family: 'Audiowide';
  */background: gray;
  text-transform: capitalize;
  font-size: 26px !important;
  font-weight: 900;
  font-weight: 700 !important;
  /*box-shadow: 1px -5px 20px gray, -1px -2px gray, -3px 2px 4px gray, -1px 0px 4px white;
  *//*border-bottom: 1px dashed;
  */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;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 500;
  padding: 8px 21px;
}

.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: #336799 !important;
  border: 1px solid #336799 !important;
  padding: 10px 14px;

  border-radius: 1px;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
  margin-left: 25px;
  font-weight: 900;
  font-weight: 600;
  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;
 

}
ul.tips-ul>li {
  width: auto;
  width: 33.3%;
}

.nav-link {
  font-family: 'Rasa';
  font-weight:normal;
}

.table>thead>tr {
  background-color: var(--text-green) !important;
  text-align: center;
  color: white;
}

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

body {

      background-color: #fcfcfc;
      color: #141414;
      font-family: Inter,sans-serif;
      font-size: 14px;
      margin: 0;
  overflow-x: hidden;
  background-color: #FCFCFC;
}

.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: 'Rasa', 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;
  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;
  /* 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: 'Montserrat';
  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: auto;
  width: 157px;
}

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

.navbar-light .navbar-nav .nav-link:hover {
  color: white;
  /* 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: '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 #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: 0px !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 .33s ease-in;
    animation: promoFadeIn .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, .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 .4s cubic-bezier(.8, .13, .21, .9);
    -moz-transition: all .4s cubic-bezier(.8, .13, .21, .9);
    -o-transition: all .4s cubic-bezier(.8, .13, .21, .9);
    transition: all .4s cubic-bezier(.8, .13, .21, .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);

}


/* 
element.style {
} */
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,#313030, #0000009c,#00000094), url(./../fans.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}


.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: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
  -o-transition: .5s all;
}

.navbar-nav .nav-link {

  font-size: 15px;
  font-family: inherit;
  text-transform: uppercase;
  /* background: linear-gradient(8deg,transparent, black, #6b530a ,transparent,transparent); */

}
.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: .5s ease all;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
}
.tips-btn.btn-success:hover{
  background:var(--text-green)!important;
  border-color:white!important;
  transition: .5s ease all;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
}

.navbar .btn:hover,.banner-bg-im .btn:hover{
  background:var(--text-green)!important;
  border-color:white!important;
}

@media (max-width: 978px){
  .logo_image {
    height: auto;
    margin: 9px 0px;
    width: 126px;
}
}
.tips-ul a{
  width: 100%;
  padding-left: 18px!important;
  /* margin-right: 1px; */
  padding-right: 18px!important;
  border-radius: 24px;
  /* background: transparent!important; */


}
.result-canva{
  float:right
}

ul.tips-ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: space-around;
  align-items: flex-end;
  /* background: var(--text-btn-green); */
  padding: 1vh 1vh;

}
@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 #ffffff6e;
    padding: 11px 14px;
    border-radius: 9px;
    color: black;
    width: 100%;
    font-size: 12px;
    margin-right: 12px;
    text-align: center;
    font-family: 'Inter';
    width: 132px;
    box-shadow: 1px 1px 8px 0px black;
    margin-bottom: 5px;
    margin-right: 30x;
}
.new-storebox.active,.new-storebox:hover {
  background:var(--text-btn-green);
  /* border: 2px solid #8d8d8d6e; */
  padding: 11px 14px;
  border-radius: 9px;
  color: black;
  width: 100%;
  font-size: 12px;
  margin-right: 12px;
  text-align: center;
  font-family: 'Inter';
  width: 132px;
 color:white;
  /* color: #ffffff; */
  box-shadow: 1px 1px 8px 0px transparent;

}

.footer-section .footer-top .sitemap-widget li a {
  display: block;
  /* border-bottom: 1px solid rgba(102, 102, 102, 0.5); */
  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;
}

.new-storebox,.new-storebox.active,.new-storebox:hover {

    padding: 5px 4px;
    border-radius: 9px;

    width: 100%;
    font-size: 9px;
    margin-right: 12px;
    text-align: center;
    font-family: 'Inter';
    width: 110px;
    box-shadow: 1px 1px 8px 0px black;
    margin-bottom: 13px;
    margin-right: 30x;
}
.center-banner {
  padding-left: 8px;
  padding-right: 8px;
}
.pricing-table:before {

  left: -5px;
  /* transform-origin: left top 0; */
}
.pricing-table:after {

  right: -5px;
  /* transform-origin: left top 0; */
}

h1.text-white.header-text-banner-big {
 
    margin-top: 80px;
}
}





.banner-bg-im-footer {
    background-image: linear-gradient(to bottom,black, #000000bd,#000000), url(./../mc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

/* Server IP:	66.29.146.87
Username:	soutpvgf
SSH port:	21098 */

@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");

body {
  background-color: #f6f6f6;
}


nav.mobile_menux {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 24px 0px;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-bottom: 0px;
}

.nav-box {
  display: flex;
  padding: 8px;
  background-color: var(--text-btn-green);
  box-shadow: 0px 0px 16px 0px #4444;
  border-radius: 8px;
}
.nav-container {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: space-around;
}
.nav__item {
  display: flex;
  position: relative;
  padding: 2px;
}
.nav__item.active .nav__item-icon {
  margin-top: -26px;
  box-shadow: 0px 0px 16px 0px #ffffff44;
}
.nav__item.active .nav__item-text {
  transform: scale(1);
}
.nav__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f1f1f8;
  text-decoration: none;
}

.nav__item.active .nav__item-icon {
    margin-top: -15px;
    box-shadow:0px 0px 16px 3px #ffffff8f;
    background-color: var(--text-gold);
    padding-bottom: 0px;
    height: 45px;
}

.nav__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    background-color: var(--text-btn-green);
    border-radius: 50%;
    height: 49px;
    width: 46px;
    padding-bottom: 6px;
    /* margin-top:-12px; */
    transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
    -webkit-transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
    -moz-transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
    -ms-transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
    -o-transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
}
.nav__item-text {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-size: 10px;
  font-weight: 300;
  font-family: 'Inter';
  /* line-height: 7px; */
  display: block!important;
  /* transform: scale(0); */
  transition: transform 250ms ease-in-out;
}



/* btns */

/* 1330 */
.bg-orange {
    background: #bab3b25c!important;
    border: 1px solid #ffffff40;
}
.btn.btn-warning.px-lg-4.px-2.tips-btn.rounded-3.text-white {
    /* border: 1px solid black;
    background: transparent!important;
    color: black!important; */
}

.tips-ul a {

    border-radius: 0px;
    /* background: transparent!important; */
}



.tips-ul .bg-orange {
    background: linear-gradient(357deg, #9e9e9e29, transparent)!important;
    border: 1px solid #ffffff40;
    font-family: 'Space Grotesk';
    font-weight: 600!important;
    display: inline-block;
    position: relative;
    border-bottom: 3px solid var(--text-btn-green);
}


.tips-ul .bg-orange:hover,.tips-ul .bg-orange.active {
  
    border-bottom: 3px solid var(--text-gold);
}



.tips-ul .bg-orange::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    background-color:var(--text-gold);
    transition: width 1s;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
}

  .tips-ul .bg-orange:hover::after {
    width: 100%;
    /* border-bot; */
  }

  .tips-ul .bg-orange:hover::after  .tips-ul .bg-orange:hover,.tips-ul .bg-orange.active {
  
    border-bottom: 3px solid transparent;
}



.score:first-of-type {
    text-align: right;
}

 .score {
    color: hsla(0,0%,8%,.64);
}
.score {
    width: 32px;
}
.score,  .score-colon {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
}
td {

    vertical-align: middle;
    /* text-align: center; Optional: for horizontal centering */
}


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

strong.bg-league.font-weight-light {
    font-size: 11px;
    border: 1px solid;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 2px;
    border-radius: 8px;
}

.investment-display {
    background-image: linear-gradient(45deg,#020202,#000000c4,#040404d6),url(./../social.png),url(./../winner.jpg);
    padding: 36px 2px!important;
    background-position: center;
    /* color: white; */
}

.fontspace{
    font-family: 'Space Grotesk'!important;

}
.fontinter{
    font-family: 'Inter'!important;

}

.fontcormant{
    font-family:'Cormorant'!important;
}

.mobile_menux {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: #33333300;
    padding: 10px 0;
}

.nav__item {
    color: white;
    cursor: pointer;
}

.mobile_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.mobile_overlay.show {
    display: flex;
    opacity: 1;
    transform: scale(1);
}

.mobile_overlay-content {
    text-align: center;
}

.mobile_close-btn {
    position: absolute;
    top: 105px;
    left: -50%;
    right: -50%;
    font-size: 37px;
    color: #ff9100;
    cursor: pointer;
    /* border: 1px solid; */
}

.mobile_close-btn .loe {
    padding: 0px 8px;
    border-radius: 50px;
    border: 1px solid;
}
.storesx {
    background: white;
    width: 277px!important;
    margin-bottom: 21px!important;
    font-size: 15px;
    font-weight: 700;
}
.storesx.active,.storesx:hover {
    background: var(--text-btn-green);
    color:white!important;
}

strong.bg-league.font-weight-light {
    font-size: 11px;
    border: 1px solid #8080803b;
    width: 100%;
    display: flex;
    align-content: center;
    font-size: 13px;
    justify-content: space-evenly;
  
    background: #478E4A;
    padding: 2px;
    color: white;
    padding: 3px 0px;
    border-radius: 8px;
    font-weight: 600!important;
    letter-spacing: 0px;
}


/* } */
.footer-section .footer-top .sitemap-widget li a {

    border-bottom: 1px solid #f7941d00;
    border-radius: 9px;
    position: relative;
}
.footer-section .footer-top .sitemap-widget.new li a:before {
  content: '.';
  font-size: 32px;
  /* position: absolute; */
  margin-right: 1px;
  color: var(--text-gold);
}


.banner-bg-im-footer {
  background-image: linear-gradient(to bottom,var(--text-green), #000000,#000000), url(./../mc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.pricing-toggle {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.pricing-toggle button {
  flex: 1;
  padding: 0.5rem;
  border: none;
  border-radius: 1.5rem;
  cursor: pointer;
}

.pricing-toggle .toggle-background {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #007bff;
  border-radius: 1.5rem;
  transition: transform 0.3s ease-in-out;
}

.pricing-card {
  border: 1px solid #ddd;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.pricing-card .card-header {
  font-weight: bold;
}

.pricing-card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-card .card-body .price {
  font-size: 2rem;
  font-weight: bold;
}

.pricing-card .card-body .price span {
  font-size: 1.5rem;
}

.pricing-card .card-body .includes {
  margin-top: auto;
}

.most-popular .badge {
  background-color: #28a745;
  color: #fff;
}

@media (max-width: 990px) {
    .new-storebox, .new-storebox.active, .new-storebox:hover {
        padding: 5px 4px;
        border-radius: 9px;
        width: 100%;
        font-size: 13px;
        margin-right: 12px;
        text-align: center;
        font-family: 'Inter';
        width: 120px;
        box-shadow: 1px 1px 8px 0px black;
        margin-bottom: 13px;
        margin-right: 30x;
    }
}
.storesx {

  margin-bottom: 11px !important;

}
.mobile_close-btn {
  position: absolute;
  top: 68px;
  right: 8px;
  /* right: -50%; */
  font-size: 37px;
  color: #ff9100;
  cursor: pointer;
  /* border: 1px solid; */
}