:root {
  --primary-color: #e32095;
  --secondary-color: #6a6a6a;
  --light-bg: #e2e9f5;
  --light-green: #e4ffd5;
  --light-orange: #ffe8d1;
  --light-pink: #ffdcee;
  --font-color: #333333;
  --font-color-dark: #070707;
  --light-grey: #e6e6e6;
  --green-color: #45c74d;
  --light-blue: #e2e9f5;
}
body,
html,
p,
a,
span,
button,
h1,
h2,
h3,
h4,
h5,
h6, ul, li {
  font-family: var(--font-family);
}
p,
a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--font-color);
  font-family: var(--font-family);
  font-weight: 400;
  font-style: normal;
}
.font-sm {
  font-size: 12px;
}
.header-logo img {
  height: 60px;
}
.header-icon {
  height: 30px;
  width: 30px;
}
.hero-carousel .item {
  border-radius: 10px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: var(--secondary-color) !important;
  margin: 10px 2px;
}
.owl-carousel button.owl-dot.active {
  background: var(--primary-color) !important;
}
.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-shadow {
  box-shadow: #00000029 0 3px 6px;
}
.custom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-nav li {
  width: 33.33%;
  text-align: center;
}
.custom-nav li button,  .custom-nav li a{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 600;
  color: var(--secondary-color);
  display: inline;
  margin-bottom: 0;
  -webkit-appearance:button;
}
.custom-nav li .nav-link.active {
  background-color: transparent !important;
  border-bottom: 3px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 0;
}
.trending-destinations {
  margin-top: -15px;
}
.light-bg {
  background-color: var(--light-bg);
}
.team-card {
  margin: 15px 10px;
  box-shadow: #00000029 0 2px 3px;
  padding: 5px;
  border-radius: 10px;
  border: none;
  overflow: hidden;
}
.team-card.current,
.current-bg {
  background-color: var(--light-green);
}
.team-card.upcoming,
.upcoming-bg {
  background-color: var(--light-orange);
}
.team-card.past,
.past-bg {
  background-color: var(--light-pink);
}
.primary-bg {
  background-color: var(--light-blue);
}
.team-card.white-bg {
  background-color: #fff;
}
.team-card.home{
  min-height: 200px;
}
.team-card .team-img {
  height: 70px;
  width: 70px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 15px;
  border: none;
}
.team-card .team-title {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 6px;
}
.team-sub-title {
  color: var(--font-color);
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5;
}
.team-addr {
  font-size: 12px;
  color: var(--font-color);
  line-height: 1.5;
}
.date-sec .date-day {
  font-size: 15px;
  font-weight: bold;
}
.date-sec .date-month {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.custom-hr {
  border-bottom: 3px solid #f150b1;
  border-top: none;
  border-radius: 10px;
}
.prize_img {
  height: 65px;
  width: 72px;
}
.prize-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prize-item-img {
  width: 50px;
  height: 35px;
}
.border-right {
  border-right: 2px solid #cbcbcb;
}
.prize-item-title {
  font-size: 12px;
  font-weight: 500;
  color: var(--font-color);
}
.prize-item-amt {
  font-size: 14px;
  font-weight: bold;
  color: var(--primary-color);
}
.prize-item-sec {
  margin-left: 15px;
  margin-right: 15px;
}
.info-arrow {
  font-size: 11px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: var(--light-pink);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.count-text {
  font-size: 14px;
}
.bottom-card {
  background-color: var(--light-grey);
  margin-top: 10px;
}
.badge-pill.bg-success {
  border-radius: 11px;
  background-color: #45c74d !important;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 9px;
}
.live-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #ff4343;
  border: 1px solid #fff;
  margin-right: 5px;
}
.border-bottom-grey {
  border-bottom: 3px solid #cec8c8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.gut-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.gut-box {
  position: relative;
  background-color: #fff;
  box-shadow: #00000029 0 3px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  height: 75px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}
.gut-box.active {
  border: 1px solid var(--green-color);
}
.gut-box.active::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: var(--green-color);
  border-radius: 50%;
}
.gut-box::after {
  content: "→";
  position: absolute;
  bottom: -1px;
  right: -1px;
  background: #e8e8e8;
  color: var(--font-color);
  font-size: 14px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-bottom-right-radius: 10px;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  padding-right: 5px;
  padding-bottom: 5px;
}
.gut-box.active::after {
  background: var(--green-color);
  color: #fff;
}
.gut-name {
  color: var(--font-color-dark);
  font-size: 16px;
  font-weight: bold;
}
.border-bottom-dotted {
  border-bottom: 3px dashed #00000029;
  margin: 6px 10px;
}
.num {
  color: #858585;
}
.transparent-btn {
  background: transparent;
  border: none;
}
.sell-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.sell-name {
  color: var(--font-color) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.sell-title {
  color: var(--font-color) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}
.deal-btn {
  font-size: 11px;
  font-weight: 400;
  background-color: #fcd5ed;
  border-radius: 15px;
  padding: 6px 10px 3px;
}
.profile-icon {
  background-color: #e2e9f5;
  color: #7690be;
  font-size: 15px;
  font-weight: bold;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  z-index: 999;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.mobile-menu .menu-item {
  padding: 0 5px;
}

.mobile-menu .menu-item a img {
  height: 30px;
  width: 30px;
  margin-bottom: 5px;
}
.prize-sec{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
.head-title{
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
}
.login-card{
  padding: 10% 10%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.form-control{
  font-size: 14px;
  height: 40px;
}
.form-control:focus{
  box-shadow: none;
  border: 1px solid var(--green-color);
}
.theme-button{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: var(--primary-color);
  padding: 10px 15px;
  border-radius: 5px;
}
.theme-button:hover, .theme-btn:focus{
  color:  #fff !important;
  background-color: var(--green-color);
}
.text-primary{
  color: var(--primary-color) !important;
}
.login-bg{
  height: 86vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 80px 0;
  background-attachment: fixed;
}
@media (max-width: 992px) {
  .mobile-menu {
    display: block;
  }
  .header-link-desk {
    display: none;
  }
}
@media (max-width: 992px) {
  .team-card.home{
    min-height: auto;
    height: auto;
  }
  .team-card .team-title {
    font-size: 14px;
  }
  .team-card .card-body {
    padding: 5px;
  }
  .team-sub-title {
    font-size: 12px;
  }
  .team-card .team-img {
    height: 80px;
    width: 88px;
  }
  .prize_img {
    height: 50px;
    width: 55px;
  }
  .prize-item-sec {
    margin-left: 5px;
    margin-right: 5px;
  }
  .prize-item-img {
    width: 30px;
    height: 21px;
    margin-bottom: 6px;
  }
  .date-sec .date-month{
    font-size: 12px;
  }
  .prize-item-title {
    font-size: 11px;
  }
  .prize-item-amt {
    font-size: 11px;
  }
  .count-text {
    font-size: 12px;
  }
  .tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gut-name {
    font-size: 14px;
  }
  .gut-section {
    grid-gap: 10px;
  }
  .gut-box {
    font-size: 11px;
    padding-right: 3px;
  }
}
.hero-section{
  padding: 0 25px;
}
.slider-img{
  border-radius: 15px;
  overflow: hidden;
}
.terms ol li{
  padding-bottom: 10px;
}
.terms *{
  font-size: 12px;
  line-height: 1.8;
}
.font-14{
  font-size: 14px;
}
.font-12{
  font-size: 12px;
}
.font-13{
  font-size: 13px;
}
.pos-rel{
  position: relative;
}
.winner-img{
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.winner-team{
  border: 2px solid green;
  border-radius: 10px;
}