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

.justify-content-center {
  display: flex;
  justify-content: center;
}
a {
  color: #dc3444;
  text-decoration: none;
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
}
@media (max-width: 978px) {
  .header-text-banner-big {
    font-size: 27px !important;
    line-height: 29px;
  }
  .btn {
    font-size: 13px;
  }
  .banner-cl {
    padding: 54px 6px 0;
  }
  .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: 0 !important;
  }

  .hideSM {
    display: none;
  }

  .hideLG {
    display: block !important;
  }
}

.hideLG {
  display: none;
}

@media only screen and(max-width: 981px) and(min-width: 200px) {
  .container-bg {
    padding: 0;
  }

  .justify-content-center {
    display: block !important;
  }
}

.btn-success {
  color: #fff;
  background-color: #145c2d !important;
  border-color: #145b2c;
}

.btn-info {
  color: #fff;
  background-color: #f1f1f100 !important;
  border-color: #ffffff;
}
.btn-info:hover {
  color: #f7ab00 !important;
  background-color: #f1f1f100 !important;
  border-color: #f7ab00 !important;
}
.alert-danger {
  background-color: #f2dedeb3;
  border-color: #ebccd19e;
  color: #fbf6f3;
}
.alert {
  padding: 6px;
  margin-bottom: 20px;
  border: 1px solid #ce993340;
  border-radius: 4px;
  text-align: center;
}

.alert-warning {
  background-color: #fff5e02e;
  border-color: #eaeef2ad;
  font-size: 13px;
  /* color: #1e1414; */
  margin: 0 6px 12px;
}
.log-a:hover {
  color: black !important;
}

.well {
  min-height: 20px;
  padding: 19px 9px !important;
}

.footer-section {
  background-color: #000712 !important;
  color: #afb0b2;
  /* border-top: 2px solid #e98101 */
}

.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 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: 0 !important;
  }
}

.black_bar {
  text-align: center;
  color: #ffffff;
  background: #000000;
  padding: 7px 4px 4px;
  border-top-right-radius: 5px;
  font-family: "Audiowide";
  text-transform: uppercase;
  font-size: 19px !important;
  font-weight: 700 !important;
  /* border-bottom: 1px dashed; */
  margin: 0 0 1px;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

.btn-success {
  color: #fff;
  background: #003333;
}
.btn-blue-light {
  background: black !important;
  border: 1px solid black !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #c0c5cf;
  margin-left: 45px;
  font-weight: 900;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.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: 5px solid #ce9933; */
}

.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;
  /* border-top: 0.4px dotted #ce9933; */
  text-transform: uppercase;
  /* border-bottom: 1px solid; */
  background: linear-gradient(
    359deg,
    black,
    black,
    black,
    black,
    #ce993300
  ) !important;
}

.table > thead > tr {
  background-color: #ce9933 !important;
  text-align: center;
  color: white;
}
.banner-cl {
  background: #000000e0;
}
body {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  margin: 0;
  color: #1d2126;
  overflow-x: hidden;
  background-color: #ffffff;
}

.breadcum {
  padding-top: 102px;
  /* padding-top: 102px; */
  background: linear-gradient(rgb(0 0 0 / 83%) 100%, rgb(44 84 84) 100%),
    url("./../breadcum.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.border-bottom {
  /* border-bottom: 2px dotted green !important; */
  margin-bottom: 22px;
}

.well {
  min-height: 20px;
  padding: 0 !important;
}

.well {
  min-height: 20px;
  padding: 19px;
  display: grid;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  -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, #000000, #000000);
  color: white;
  align-items: center;
  align-content: space-around;
}

.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 20px 0;
}

.blog-title-wrap p {
  color: #1a1c1a;
  font-size: 16px;
  line-height: 20px;
}

.blog-img-wrap {
  padding: 0 8px 0 26px;
}

.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 #eaeef2;
}
.border-left-dt {
  border-left: 2px solid #eaeef2;
}
@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: 0;
  }
  .border-left-dt {
    border-left: 0;
  }
  .blog-title-wrap {
    /* padding: 20px; */
    padding: 0 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: 0;
  }

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

  .p-1 {
    padding: 1px;
  }

  .no-margin-0 {
    margin: 0 !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: Audiowide, 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 {
  background: #f8f9fa00;
  color: white;
  border: 1px solid #f8f9fa;
}

.btn-green:hover {
  background: #ce9933;
  color: white;
  border: 1px solid #ce9933;
}

@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 #eaeef2;
  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: #000000;
  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: #ffffff;
}
.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; */
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}

.logo_image {
  width: 82px;
}
.plan-benefits {
  background: #fffffffa;
  margin: 0 15px 19px;
  color: black;
  padding: 6px;
  border-radius: 5px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link:hover {
  color: white;
  border-top: 0.4px dotted #ce9933;
  text-transform: uppercase;
  /* border-bottom: 1px solid; */
  background: linear-gradient(
    359deg,
    black,
    black,
    black,
    black,
    #ce993300
  ) !important;
}

@media (max-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}
.header-font-audio {
  box-shadow: 0 3px 3px -2px #ce9933;
  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;
  }
}

.bg-dark {
  background-color: black !important;
}

.primary-color {
  color: #ce9933;
}
.secondary-color {
  color: #029834;
}

.how_to_pay_btn {
  padding: 12px 4px;
  background: #ffffff !important;
  color: #000000 !important;
  border-radius: 21px;
}

.join_telegram_btn {
  padding: 12px 4px;
  background:#027598 !important;
  color: white !important;
  border-radius: 21px;
}

.vip_packages_btn {
  padding: 12px 4px;
  background: #a77f32 !important;
  color: white !important;
  border-radius: 21px;
}
.vip_packages_btn,
.join_telegram_btn,
.how_to_pay_btn {
  border: none;
}

.vip_packages_btn:hover,
.join_telegram_btn:hover,
.how_to_pay_btn:hover {
  background: transparent !important;
  color: white !important;
}

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ce9933;
  border-color: #ce9933;
}
.page-link {
  color: #ce9933;
}
.footer-section {
  border-top: 1px solid #e2313300;
}

.banner-ee {
  background-image: linear-gradient(to bottom, #000000, #684502eb),
    url("../bg1.jpg");
  background-position: center;
  /* height: 1051px; */
  /* height: 1051px; */
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 250px !important;
  background-repeat: no-repeat;
}
.sport-btn {
  border-radius: 34px;
  padding: 7px 10px;
  margin-bottom: 4px;
  font-size: 21px;
  font-family: "Rubik";
  font-weight: 400;
}
.sport-btn.active,
.sport-btn:hover {
  background: transparent !important;
}
.locked-games {
  background: black;
  color: white;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-ee {
    padding-bottom: 250px !important;
    /* background-repeat: no-repeat; */
  }
  .container-up {
    margin-top: -249px;

    background: transparent !important;
    box-shadow: 1px 6px 5px gray;
    padding: 0;
    margin-bottom: 11px;

    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .free-box {
    background: white;

    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 4px 3px 4px #80808073;
    padding: 0 11px 11px;
  }
  .free-box-head {
    background-color: #ce9933;
    padding: 11px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
  .banner-ee {
    /* height: 895px; */
  }
  .tabs ul li a {
    padding: 13px;
  }
  .black_bar {
    border-radius: 7px;
  }
  .table-shadow {
    box-shadow: 2px 4px 3px gray;
    padding: 3px;
    border-radius: 20px;
  }
}

.well {
  height: 100%;
}
.alert h5 {
  color: #242121;
}
.investment-first-bar {
  background: linear-gradient(45deg, black, transparent);
  margin-bottom: 13px;
  padding: 19px;
}
.banner-investment {
  background-image: linear-gradient(to bottom, #000000, #000000d9),
    url(../bg1.jpg);
  background-position: center;
  /* height: 1051px; */
  /* height: 1051px; */
  background-size: cover;
  background-repeat: no-repeat;

  background-repeat: no-repeat;

  padding: 9px !important;
}

@media (max-width: 780px) {
  .banner-investment {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
}
table.blueTable {
  font-family: "Comic Sans MS", cursive, sans-serif;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  width: 164px;
  height: 200px;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td,
table.blueTable th {
  border: 1px solid #ffffff;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
  font-weight: bold;
}
table.blueTable thead {
  background: #000000;
  background: -moz-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: -webkit-linear-gradient(
    top,
    #404040 0%,
    #191919 66%,
    #000000 100%
  );
  background: linear-gradient(to bottom, #404040 0%, #191919 66%, #000000 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  border-left: 2px solid #d0e4f5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a {
  display: inline-block;
  background: #1c6ea4;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 5px;
}


.plan {
  background: #0e0e0ec9;
  text-align: left;
  padding: 0.5rem;
  margin: 0px;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 1px 7px 67px 13px rgb(12 12 12);
  border: 1px solid #fdfdfd;
  background-image: linear-gradient(to bottom, rgb(8 129 0 / 69%), rgb(16 60 28)), url(./pricing-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  padding: 3px;
  text-align: center;
  font-size: 10px;
  color: white;
  color: gray;
  margin-bottom: 10px;
  min-height: 236px;
}

.plan>a>.text-danger.col-12{
  font-size: 13px;
  background: #80808054;
  line-height: 17px;
  padding: 9px;
  border-radius: 9px;
  text-align: left;
}
.btn-rounded{
  padding: 12px 4px;

  border-radius: 21px;
}
@media(max-width:768px){
  .sport-btn-black.active {
    background: black !important;
  }
  

.banner-ee {

    padding-bottom: 0px !important;
   
    margin-bottom: 9px;
}
.sport-btn.active, .sport-btn:hover {
  background: #040303 !important;
}
  
.navbar-light .navbar-nav .nav-link {
  color: #c0c5cf;
  margin-left: 6px;
  font-weight: 900;
  font-size: 13px;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  background: #80808052;
  margin-top: 3px;
  padding-left: 17px;
}
}.sport-btn {
  border-radius: 34px;
  padding: 7px 21px!important;
  margin-bottom: 4px;
  font-size: 15px;
  font-family: "Rubik";
  font-weight: 400;
}

.sport-btn img {
  /* filter: invert(1); */
  width: 23px!important;
}

/* Default for desktop (or larger screens) */
.font-weight-custom {
  font-weight: normal; /* Normal font weight on larger screens */
}

/* Apply bold font weight for mobile screens */
@media (max-width: 767px) {
  .font-weight-custom {
    font-weight: bold; /* Bold font weight on mobile screens */
  }.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
 
  vertical-align: middle;
}
}

