* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Outfit", sans-serif;
}
/*img {*/
/*  width: 100%;*/
/*  max-width: 100%;*/
/*}*/
.container {
  max-width: 1320px;
  width: 100%;
  margin: auto;
}
.header {
  position: absolute;
  z-index: 999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  padding: 4px 0;
  transition: all 500ms ease 0s;
}
.dark-header .main_header_inner {
  border-radius: 0 0 10px 10px;
  padding: 0px 20px 0px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main_header_logo img {
  width: 250px;
  max-width: 100%;
}
.main-menu .navbar-collapse {
  padding: 0;
  display: block !important;
}
.navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.navigation .nav-item {
  padding: 20px 15px;
  transition: all 0.3s ease;
}
.navigation .nav-link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.navigation .nav-item.active .nav-link, .navigation .nav-link:hover {
  color: #dbaf58;
}
.header_right_content {
  display: flex;
  gap: 24px;
  align-items: center;
}
.btn-style-one {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  border-radius: 5px;
  color: #dbaf58;
  padding: 6px 30px;
  background: transparent;
  border: 1px solid #dbaf58;
  transition: all 0.5s;
  text-decoration: none;
}
.btn-style-one:hover {
  background-color: #dbaf58;
  color: #000;
}
.footer {
  background-color: #000;
  padding: 40px 0;
}
.footer .flex-row {
  display: flex;
  gap: 20px;
}
.footer .ft-wid1 {
  width: 35%;
  border-right: 1px solid #212529;
  padding-right: 50px !important;
  padding: 30px 0;
}
.footer .app-dwnld {
  display: flex;
  gap: 7px;
  justify-content: center;
}
.footer .app-dwnld img {
  width: 130px;
}
.social-md {
  margin: 35px 0;
}
.social-md ul {
  display: flex;
  gap: 22px;
  justify-content: center;
}
.social-md ul li {
  list-style: none;
}
.social-md img {
  width: 20px;
  height: 20px;
}
.cpy-text {
  color: #d2d2d2;
  font-size: 14px;
  text-align: center;
  margin-top: 25px;
  opacity: 0.8;
}
.ft-wid-common {
  padding-left: 30px;
  width: 22%;
}
.ft-wid-common.nopadd {
  padding: 0px !important;
}
.ft-wid-common img {
  width: 20px;
}
.ft-wid-common.connect-with li {
  padding: 0px !important;
  gap: 5px;
}
.ft-wid-common.connect-with li a {
  display: flex;
  align-items: center;
  gap: 7px;
}
.ft-wid-common.connect-with li::before {
  display: none;
}
.ft-wid-common h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
}
.ft-wid-common ul li {
  line-height: 42px;
  padding-left: 20px;
  position: relative;
}
.ft-wid-common ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #dbaf58;
  border-radius: 20px;
  transform: translateY(-50%);
}
.ft-wid-common ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 200;
}
.featured-tournament {
  padding: 60px 0;
}
.featured-tournament .flex-row {
  display: flex;
  gap: 40px;
  row-gap: 0;
}
.featured-tournament .flex-row .live-tournament {
  width: 50%;
  position: relative;
}
.featured-tournament .flex-row .live-tournament h3 {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #fcfefd;
  padding: 11px 20px;
  border-radius: 8px;
  color: red;
  font-size: 14px;
}
.featured-tournament .flex-row .live-tournament a {
  display: block;
}
.featured-tournament .flex-row .live-tournament img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 100%;
  display: block;
}
.timer-row {
  display: flex;
  gap: 0px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.timer-row .tm-box {
  border-right: 1px solid #ddd;
  width: 100%;
  padding: 15px 15px;
  text-align: center;
  background: rgba(211, 211, 211, 0.205);
}
.timer-row .tm-box:last-child {
  border: 0;
}
.pl-now a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 15px;
}
.pl-now {
  background: red;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.blinking-text {
  animation: blink 1s infinite;
  color: red;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner-stripe {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-top: -4px;
}
.banner-stripe a {
  width: 100%;
  text-decoration: none;
  color: #000;
}
.banner-stripe a .tournaments {
  border-right: 1px solid #ddd;
  padding: 10px 40px;
  text-align: center;
  width: 100%;
}
.banner-stripe a h3 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.tournaments.play-now a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.tournaments.play-now {
  background: #3491d1 !important;
  padding: 10px 40px;
  text-align: center;
}
.tournaments:hover {
  background: lightgray;
}
/* Car Page */
.match-header.upcoming-match {
  padding: 120px 0 0px;
  background-position: center;
}
.match-header {
  background: url(images/match-detailsbg.jpg) no-repeat;
  padding: 60px 0 0;
  position: relative;
  background-size: cover;
}
.match-header .teamz {
  margin: 35px auto;
  padding: 0;
  width: 100%;
  list-style: none;
  overflow: hidden;
  clear: both;
}
.mt-center-score {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.match-header h5 {
  color: #ffcb05;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.draw-live {
  display: flex;
  justify-content: center;
}
.draw-live span {
  padding: 8px 20px;
  background: #e81f3e;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 15px;
  display: inline;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.up-match-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.match-header.upcoming-match .up-match-meta li {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  line-height: 15px;
  margin-right: 17px;
  border-right: 2px solid #ddd;
  padding-right: 17px;
}
.match-header.upcoming-match .up-match-meta li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.match-header.upcoming-match .up-match-meta li i {
  padding-right: 5px;
  color: #ffcb05;
}
.match-counter {
  background: rgba(232, 31, 62, 0.2);
  margin-top: 50px;
}
.match-counter .tm-box {
  color: #fff;
  font-size: 25px;
  background: transparent;
  border-color: #a8364a !important;
}
.match-counter .tm-box span {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  text-transform: uppercase;
}
.car-tr {
  padding: 60px 0;
}
.listed-prize {
  display: flex;
}
.listed-prize .prizes {
  border: 1px solid #ddd;
  padding: 11px;
  border-radius: 3px;
  width: 100%;
  position: relative;
}
.listed-prize .prizes button {
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
  border: 0;
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
.listed-prize .prize-img {
  position: relative;
}
.listed-prize .prize-img img {
  /*height: 210px;*/
  object-fit: cover;
  margin-bottom: 15px;
}
.listed-prize .prize-amt {
  display: flex;
  align-items: center;
  gap: 11px;
  background-color: #eeeeee;
  padding: 0px 9px;
  border-radius: 3px;
  margin-top: 5px;
}
.listed-prize .prize-amt .pz-car {
  /* border: 1px solid #ddd; */
  justify-content: space-between;
  width: 100%;
  border-radius: 3px;
  padding: 11px 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  background: #ffffff;
}
.listed-prize .prize-amt .pz-car h3 {
  font-size: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
  color: #000000;
  font-weight: 500;
  justify-content: center;
}
.listed-prize .prize-amt .pz-car h3 img {
  width: 40px;
}
.listed-prize .prize-amt p {
  text-align: center;
}
.pz-cash {
  background: white !important;
}
.pz-bet {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pz-bet h4 {
  font-size: 22px;
  border-right: 1px solid #ddd;
  padding-right: 12px;
  margin-right: 12px;
  line-height: 23px;
}
.pz-bet h4 span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 5px;
}
.pz-bet h5 {
  font-size: 17px;
  color: red;
}
/* Popup Design */
body.no-scroll {
  overflow: hidden;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.popup {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: relative;
}
.popup h2 {
  margin: 20px 0 20px;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.popup-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup-buttons button {
  padding: 13px;
  border: none;
  border-radius: 8px;
  background-color: #007bff;
  color: white;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
}
.wap-logo {
  text-align: center;
  margin-bottom: 20px;
}
.wap-logo img {
  width: 200px;
}
.pm-btn {
  background: red;
}
.sc-btn {
  background: #21a810 !important;
}
.tc-btn {
  background: #ffe216 !important;
  color: #000 !important;
}
/* Guranted WInner Block */
.gur-winner {
  background-color: #dbaf58;
  background-image: url(images/bg-new.png);
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 50px 0;
}
.gur-winner .flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gur-winner .flex-row .wn-title h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 28px;
  max-width: 70%;
  line-height: 42px;
}
.gur-winner .flex-row .btn-combo .cm-btn {
  display: flex;
  gap: 15px;
}
.gur-winner .flex-row .btn-combo .cm-btn button {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.54px;
  white-space: nowrap;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  background: #111;
  align-items: center;
  gap: 10px;
  padding: 10px 35px;
  border: 1px solid #111;
  cursor: pointer;
}
.gur-winner .flex-row .btn-combo button.cm-btn2 {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}
/* About Us */
.abt-us {
  padding-bottom: 60px;
}
.abt-us h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 7px;
}
.abt-us p {
  font-size: 18px;
  line-height: 28px;
}
.abt-us button {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.54px;
  white-space: nowrap;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  background: #111;
  align-items: center;
  gap: 10px;
  padding: 10px 35px;
  border: 1px solid #111;
  cursor: pointer;
  margin-top: 20px;
}
/* How Works */
.how-works {
  background-color: #031521;
}
.how-vid img {
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.works-row {
  display: flex;
}
.feature-list {
  padding: 60px 80px;
  width: 50%;
}
.how-vid {
  width: 50%;
  position: relative;
}
.how-vid:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #031521;
  opacity: 0.7;
}
.feature-item-content h3 {
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}
.feature-item-content p {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}
.feature-list h2 {
  color: #fff;
  font-size: 27px;
  margin-bottom: 50px;
}
.feature-list-item {
  margin: 40px 0;
  position: relative;
  padding-left: 70px;
}
.icon-box span {
  background: #dd0c0c;
  width: 45px;
  display: block;
  height: 45px;
  text-align: center;
  line-height: 46px;
  border-radius: 30px;
  color: #fff;
  font-size: 19px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.icon-box span:hover {
  background: #fff;
  color: #dd0c0c;
}
.icon-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.play-icon img {
  width: 50px;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 100px;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.play-icon img {
  width: 50px;
  height: 50px;
}
.btn-primary-red {
  background: #d00707 !important;
  color: white !important;
  border: none !important;
  padding: 12px !important;
  font-size: 18px !important;
  text-transform: capitalize !important;
}
.ft-wid-common ul {
  padding: 0px;
}
.ft-wid-common ul ::marker {
  color: transparent !important;
}
@media (max-width: 991px) {
  .footer {
    background-color: #000;
    padding: 20px 10px;
  }
  .footer .flex-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer .ft-wid1 {
    width: 100%;
    border-right: none;
    padding-right: 0px !important;
    padding: 20px 0 0;
  }
  .ft-wid-common {
    padding-left: 0px !important;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .ft-wid-common {
    width: 48%;
  }
  .footer .flex-row > div:last-child {
    width: 100%;
  }
  .footer .ft-wid1 {
    padding: 20px 0 0;
  }
}
@media (max-width: 991px) {
  .gur-winner .flex-row {
    flex-wrap: wrap;
  }
  .gur-winner .flex-row > div {
    width: 100%;
  }
  .gur-winner .flex-row .wn-title h3  {
    font-size: 24px;
    max-width: 100%;
    line-height: 35px;
    text-align: center;
  }
  .gur-winner .btn-combo {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .footer .ft-wid1 {
    padding: 20px 0 0;
  }
  .ft-wid-common {
    width: 100% !important;
  }
  .gur-winner .flex-row .btn-combo .cm-btn {
        flex-wrap: wrap;
    }
    .gur-winner .flex-row .btn-combo .cm-btn button {
        padding: 18px 35px;
        width: 100%;
    }
}