/*-------- General ---------*/
:root {
  --body-font: "Poppins", sans-serif;
  --head-font: "Chakra Petch", sans-serif;
  --p1: 113, 45, 166;
  --p2: 166, 45, 159;
  --s1: 166, 45, 159;
  --s2: 240, 32, 216;
  --s3: 117, 12, 183;
  --n0: 0, 0, 0;
  --n1: 255, 255, 255;
  --n3: 64, 12, 96;
  --n4: 32, 6, 48;
  --n5: 16, 3, 24;
  --n6: 181, 181, 181;
  --gradient1: linear-gradient(218deg, #712da6 0%, #300948 100%, #712da6 100%);
  --gradient2: linear-gradient(1deg, #712da6 0.43%, rgba(232, 81, 23, 0.20) 99.55%);
  --gradient3: linear-gradient(188deg, rgba(240, 32, 216, 0.15) 5.73%, rgba(246, 71, 28, 0.00) 92.87%, rgba(113, 45, 166, 0.15) 92.87%);
  --gradient4: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.80) 100%);
  --transition: all 0.5s ease-in-out;
}
.bgn-5 {
  background: rgb(var(--n5));
}
/*-------- Homepage ---------*/
.hero-content {
  background: url(../img/game-charecters.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 300px 0 0;
}
.swiper-3d-section {
  margin-top: -160px;
}
.top-player-section .swiper-top-player .miscellaneous .swiper-slide .player-card .player-img {
  width: 180px;
  height: auto;
}
.player-img img{
  border-radius: 6px;
}
.topup-card-status {
  width: 96px;
  height: 96px;
  position: absolute;
  left: 15px;
  bottom: -50px !important;
  border: 2px solid rgb(var(--s1)) !important;
  background: transparent !important;
}
.game-card-wrapper a {
  display: block;
  text-align: center;
}
.com-img {
  border-radius: 6px;
  border: 1px solid rgb(var(--n3));
  padding: 5px;
}
.best-seller h4 {
  height: 63px;
}
.best-seller-status {
  width: 64px !important;
  height: 64px !important;
  left: auto !important;
  right: 15px !important;
  bottom: -25px !important;
}
.profile-banner-section .profile-banner .tbi {
  -o-object-fit: fill;
  object-fit: fill;
}
.sidebar {
  min-height: 1200px;
  border: 1px solid;
  border-radius: 20px;
  border-color: rgb(var(--n4));
  background: rgb(var(--n5));
  padding: 20px 15px;
}
/*---- Product details page ------*/
.product-box {
  min-height: 300px;
  background-image: url(../img/tour-details-banner.png);
  border-radius: 50px;
  border: 1px solid rgb(var(--n3));
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-img {
  border: 1px solid rgb(var(--n4));
  border-radius: 30px;
  padding: 8px;

}
.product-details {
  padding-top: 10px;
}
.input-step {
  border: 1px solid rgb(var(--n4));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: visible;
  height: auto;
  border-radius: 10px;
  background: transparent;
  padding: 4px;
}
.input-step button {
  width: 1.4em;
  height: 1.4em;
  font-weight: 300;
  line-height: .1em;
  font-size: 1.4em;
  padding: .2em !important;
  background: rgb(var(--n4));
  color: rgb(var(--n1));
  border: none;
  border-radius: 10px;
  display: inline-block;
}
.input-step input {
  width: 4em;
  height: 100%;
  text-align: center;
  border: 0;
  background: 0 0;
  color: rgb(var(--n1));
  border-radius: 10px;
  display: inline-block;
  margin: auto;
}
.gift-btn {
  background: rgb(var(--n4));
  transition: all 0.3s ease;
}
.gift-btn::before {
  border-color: transparent rgb(var(--n4));
}
.product-details .btn-half-border::before {
  z-index: 9;
}
.recharge-box {
  min-height: 300px;
  border-radius: 50px;
  border: 1px solid rgb(var(--n3));
  padding: 40px;
}
.product-box ol, .dis-2 ol {
  width: 705px;
}
.product-box ol, .dis-2 li {
  margin-bottom: 15px;
  color: #808080;
}
.product-box ol, .dis-2 li:last-child {
  margin-bottom: 0px;
}
.related-items {
  margin-top: 30px;
}
.related-items .tournament-card {
  border: 1px solid rgb(var(--n3));
  border-radius: 24px;
  transition: all 0.7s ease-in-out;
}
.related-items .tournament-title {
  font-size: 20px;
}
/*--------- cart ----------*/
.page-head {
  top: 25%;
  left: 50%;
  right: 0;
  transform: translate(-22%, 0);
}
.id-details {
  padding: 30px;
  border: 1px solid rgb(var(--n3));
  border-radius: 10px;
  margin: 20px 0;
}
table.summary-table.table {
  --bs-table-bg: transparent;
  --bs-table-border-color:rgb(var(--n3));
}
.summary-table th {
  padding-bottom: 20px;
  color: #fff;
}
.summary-table td {
  vertical-align: top;
  padding-right: 10px;
}

/*--------- Checkout ----------*/
.payment-tabs .nav-pills .nav-link {
  background: #f5e8fd;
  border: 0;
  border-radius: 7px;
  color: rgb(var(--n1));
  padding: 15px 20px;
  opacity: .2;
}
.payment-tabs .nav-pills .active {
  background: #f5e8fd;
  border: 2px solid rgb(var(--p1));
  padding: 13px 20px;
  opacity: 1;
}
.form-control::placeholder {
  color: #712da6;
  opacity: 1; /* Firefox */
}

/*--------- Wizerd ----------*/
.step-arrow-nav .nav {
  background-color: #100318;
}
.step-arrow-nav .nav .nav-link {
  border-radius: 0;
  position: relative;
  font-weight: 400;
  color: #8019c0;
}
.step-arrow-nav .nav .nav-link.active {
  background-color:#712da6;
  color: #f5e8fd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.step-arrow-nav .nav .nav-link::before {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.step-arrow-nav .nav .nav-link.active::before {
  border-left-color: #712da6;
}
.step-arrow-nav .nav li:last-child .nav-link.active::before {
  border: 0;
}
.form-steps .form-label {
  font-size: 14px;
}
.form-steps .form-control {
  background: rgba(var(--n3), 0.4);
  border: 0;
  color: #b34cf3;
}
.form-steps .form-control::placeholder {
  color: #8019c0;
  font-size: 14px;
}
.form-steps .btn {
  font-size: 14px;
}
.form-steps .btn-label {
  position: relative;
  background: #712da6;
  color: #fff;
  padding-left: 44px;
}
.form-steps .btn-label.right {
  padding-left: .9rem;
  padding-right: 44px;
}
.form-steps .btn-label .label-icon {
  position: absolute;
  width: 35.5px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .1);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-steps .btn-label.right .label-icon {
  left: auto;
  right: 0;
}
.form-steps .btn-back {
  background: #100318;
}
.cart-label {    
  position: absolute;
  top: -6px;
  left: -6px;
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #a62d9f;
  padding: .25rem;
  font-size: .85rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: #fff;
  z-index: 9;
}
.wallet-btn {
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ntf-btn {
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
}
.profile-btn {
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
}
.top-head {
  background: #100318;
}
.header-section {
  max-height: 150px;
}
/*-------- cart modal -----*/
.connect-wallet-section .wallet-wrapper {
  max-width: 650px;
}
.connect-wallet-section .wallet-area {
  max-width: 650px;
}
.sidebar-list .account-item {
  padding: 8px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.sidebar-list .account-item:hover {
  background: rgb(var(--p1));
}
.sidebar-list .active {
  background: rgb(var(--n5));
}
.form-check-input:checked {
  background-color: #13c56b;
  border-color: #13c56b;
}
.control-side li {
  border-right: 1px solid #300948;
  padding-right: 15px;
}
.control-side li:last-child {
  border-right: 0;
}
.control-side li a span {
  font-size: 14px;
}
.control-side .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 14px;
  padding-right: 1.8rem;
}
.control-side .form-select:focus {
  box-shadow: none;
}
.control-side .form-select option {
  color: rgb(var(--p1)) !important;
  padding: 20px 0;
}
/* .social-media li:last-child {
  border-left: 1px solid #300948;
  padding-left: 20px;
} */

/*--------- Media ---------*/

@media (max-width: 767px) {
  .top-head .d-between {
    flex-wrap: wrap;
  }
  .top-head .custom-nav {
    background: transparent;
    padding: 5px 10px 0;
}
  .top-head .control-side ul {
    justify-content: space-between;
  }
  .top-head .control-side li {
    border-right: 0;
}
  .top-head .control-side .form-select {
    display: none;
  }
  .top-head .control-side li a span {
    font-size: 14px;
    display: none;
  }
  .top-head .control-side li i {
    font-size: 24px;
  }
  .top-head .social-media {
    display: none;
  }
  .wallet-btn, .ntf-btn, .profile-btn {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
  }
  .hero-content {
    padding: 210px 0 0;
    background-size: contain;
  }
  .swiper-3d-section {
    display: none;
  }
  .hero-section .container {
    padding-bottom: 0 !important;
  }
  .hero-content h1 {
    font-size: 28px;
    padding: 0 !important;
  }
  section#tournament-hero {
    margin-top: -20px !important;
  }
  #tournament-hero .tournament-wrapper .container {
    padding-bottom: 20px !important;
  }
  #tournament-hero .tournament-wrapper .row {
    margin-bottom: 30px !important;
  }
  #tournament-hero .topup-card-status {
    width: auto;
    height: 110px;
    position: static;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
  }
  #tournament-hero .topup-card-status img {
    border-radius: 20px !important;
  }
  #tournament-hero .tournament-wrapper .tournament-card .tournament-img .img-area {
    display: none;
  }
  #tournament-hero .tournament-content {
    display: none;
  }
  #tournament-hero .tournament-img {
    margin: 0 !important;
  }
  #tournament-hero .tournament-wrapper .tournament-card {
    padding: 0px !important;
  }
  .btn-half-border {
    font-size: 12px;
  }
  #game-cards .swiper-slide, swiper-slide {
    width: 171px !important;
  }
  .top-player-section .swiper-top-player .miscellaneous .swiper-slide .player-card .player-img {
    width: 120px;
  }
  #best-seller .best-seller-status {
    display: none;
  }
  #best-seller .best-seller h4 {
    height: 32px;
    font-size: 16px;
  }
  #best-seller .teams-info {
    display: block;
  }
  #best-seller .card-more-info {
    display: block;
  }
  #best-seller .teams, .player {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
  }
  .pb-120 {
    padding-bottom: 30px;
  }
}