@charset "UTF-8";
@import url(../helveticafont/stylesheet.css);
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: url(../Image/gradientimgfull.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  font-family: "Helvetica Neue";
  font-weight: 400;
}

.container {
  max-width: 92% !important;
}

.navbar-toggler {
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.navbar-toggler:focus {
  box-shadow: none;
}

span.navbar-toggler-icon {
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
}

button.btn.btn1 {
  border: 1px solid white;
  color: white;
  font-size: 15px;
  padding: 8px 18px;
  border-radius: 6px;
  font-weight: 400;
}
@media (max-width: 767px) {
  button.btn.btn1 {
    font-size: 14px;
  }
}

button.btn.btn2 {
  background: #9d072f;
  color: white;
  font-size: 15px;
  padding: 8px 18px;
  border-radius: 6px;
  font-weight: 400;
}
@media (max-width: 767px) {
  button.btn.btn2 {
    font-size: 14px;
  }
}

.topnavbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 20px 0;
  background: transparent;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}
.topnavbar.scrolled {
  background: rgba(31, 41, 67, 0.9);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.topnavbar img.logoicon {
  width: 140px;
}
@media (max-width: 767px) {
  .topnavbar img.logoicon {
    width: 120px;
  }
}
.topnavbar .nav-link {
  color: white;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.topnavbar .nav-link:hover {
  color: #ffce54;
}
@media (max-width: 767px) {
  .topnavbar .nav-link {
    font-size: 14px;
  }
}
.topnavbar img.righticons {
  width: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.topnavbar img.righticons:hover {
  transform: scale(1.1);
}
.topnavbar .dropdown-menu-panel {
  position: fixed;
  top: 80px;
  right: 20px;
  width: 250px;
  background: rgba(0, 0, 0, 0.19);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: none;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.topnavbar .dropdown-menu-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.topnavbar .dropdown-menu-panel ul .nav-item .nav-link {
  display: block;
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
  transition: background 0.3s ease;
  cursor: pointer;
}
.topnavbar .dropdown-menu-panel ul .nav-item .nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
}
.topnavbar .dropdown-menu-panel ul .nav-item .nav-link.logout {
  color: #ff5555;
  font-weight: 500;
}

.bannersection {
  padding: 60px 0;
  padding-top: 130px;
}
@media (max-width: 767px) {
  .bannersection {
    padding: 30px 0;
    padding-top: 90px;
  }
}
.bannersection .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bannersection .content h6 {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .bannersection .content h6 {
    font-size: 15px;
  }
}
.bannersection .content h6 span {
  font-weight: 500;
}
.bannersection .content h4 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .bannersection .content h4 {
    font-size: 34px;
    margin-bottom: 12px;
  }
}
.bannersection .content p {
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .bannersection .content p {
    font-size: 14px;
  }
}
.bannersection .boxdetails {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
@media (max-width: 575px) {
  .bannersection .boxdetails {
    flex-direction: column;
  }
}
.bannersection .boxdetails .newone {
  position: relative;
}
.bannersection .boxdetails .bannerimg {
  width: 150px;
  position: absolute;
  top: -16%;
  left: 0;
  transform: translate(40%, 0%);
}
@media (max-width: 575px) {
  .bannersection .boxdetails .bannerimg {
    width: 120px;
  }
}
.bannersection .boxdetails .bannerbox {
  width: 250px;
  position: relative;
}
@media (max-width: 575px) {
  .bannersection .boxdetails .bannerbox {
    width: 220px;
  }
}
.bannersection .boxdetails .boxdata {
  position: absolute;
  bottom: 48px;
  left: 0;
  transform: translate(0%, 0);
  text-align: center;
  width: 100%;
}
.bannersection .boxdetails .boxdata h5 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .bannersection .boxdetails .boxdata h5 {
    font-size: 18px;
  }
}
.bannersection .boxdetails .boxdata h6 {
  color: #e6e6e6;
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 575px) {
  .bannersection .boxdetails .boxdata h6 {
    font-size: 13px;
  }
}
.bannersection .centertext {
  text-align: center;
  border-bottom: 3px solid rgba(255, 255, 255, 0.3490196078);
  padding: 30px 60px 30px 60px;
}
@media (max-width: 767px) {
  .bannersection .centertext {
    padding: 27px 20px 10px 20px;
  }
}
.bannersection .centertext h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .bannersection .centertext h5 {
    font-size: 20px;
  }
}
.bannersection .centertext p {
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .bannersection .centertext p {
    font-size: 14px;
  }
}
.bannersection .tabsdetails h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .bannersection .tabsdetails h4 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.bannersection .tabsdetails ul {
  justify-content: center;
  display: flex;
  gap: 34px;
}
@media (max-width: 767px) {
  .bannersection .tabsdetails ul {
    gap: 12px;
  }
}
.bannersection .tabsdetails ul .nav-link {
  font-size: 16px;
  color: #e6e6e6;
  font-weight: 500;
}
@media (max-width: 767px) {
  .bannersection .tabsdetails ul .nav-link {
    font-size: 14px;
  }
}
.bannersection .tabsdetails ul .nav-link.active {
  background-color: transparent;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: white;
  font-weight: 400;
}
.bannersection .tabfirst {
  margin-top: 250px;
}
@media (max-width: 767px) {
  .bannersection .tabfirst {
    margin-top: 200px;
  }
}
.bannersection .tabfirst .boxmain {
  position: relative;
}
.bannersection .tabfirst .winnerimg {
  width: 100%;
}
.bannersection .tabfirst img.vectorimg {
  width: 25px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .bannersection .tabfirst img.vectorimg {
    width: 20px;
    margin-bottom: 12px;
  }
}
.bannersection .tabfirst .box {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bannersection .tabfirst .box.boxfirst {
  margin-top: -150px;
}
.bannersection .tabfirst .box.boxsecond {
  margin-top: -190px;
}
.bannersection .tabfirst .box.boxthird {
  margin-top: -150px;
}
.bannersection .tabfirst .box img.userimg {
  width: 42px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .bannersection .tabfirst .box img.userimg {
    width: 30px;
    margin-bottom: 10px;
  }
}
.bannersection .tabfirst .box span {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .bannersection .tabfirst .box span {
    font-size: 14px;
  }
}
.bannersection .tabfirst .box h6 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .bannersection .tabfirst .box h6 {
    font-size: 13px;
  }
}
.bannersection .tabfirst .box p {
  color: #a8a8a8;
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .bannersection .tabfirst .box p {
    font-size: 11px;
  }
}
.bannersection .tabsecond {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannersection .tabsecond img.vectorimg {
  width: 25px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .bannersection .tabsecond img.vectorimg {
    width: 20px;
    margin-bottom: 12px;
  }
}
.bannersection .tabsecond .box {
  text-align: center;
  background: linear-gradient(90deg, #1f2943 0%, rgba(254, 254, 254, 0.2196078431) 35%, #202a44 90%);
  border-radius: 20px;
  padding: 36px;
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .bannersection .tabsecond .box {
    width: 300px;
  }
}
.bannersection .tabsecond .box img.tabsecondimg {
  width: 190px;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .bannersection .tabsecond .box img.tabsecondimg {
    width: 150px;
    margin-top: 20px;
  }
}
.bannersection .tabsecond .box img.userimg {
  width: 42px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .bannersection .tabsecond .box img.userimg {
    width: 30px;
    margin-bottom: 10px;
  }
}
.bannersection .tabsecond .box span {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .bannersection .tabsecond .box span {
    font-size: 14px;
  }
}
.bannersection .tabsecond .box h6 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .bannersection .tabsecond .box h6 {
    font-size: 13px;
  }
}
.bannersection .tabsecond .box p {
  color: #a8a8a8;
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .bannersection .tabsecond .box p {
    font-size: 11px;
  }
}

.swiperslidersection {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 767px) {
  .swiperslidersection {
    padding: 30px 0;
  }
}
.swiperslidersection .content {
  text-align: center;
  border-radius: 20px;
  padding: 36px;
  background: linear-gradient(90deg, #1f2943 0%, rgba(254, 254, 254, 0.2196078431) 35%, #202a44 90%);
}
@media (max-width: 767px) {
  .swiperslidersection .content {
    padding: 16px;
  }
}
.swiperslidersection .content img.userimg {
  width: 42px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .swiperslidersection .content img.userimg {
    width: 30px;
    margin-bottom: 10px;
  }
}
.swiperslidersection .content span {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .swiperslidersection .content span {
    font-size: 14px;
  }
}
.swiperslidersection .content h6 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .swiperslidersection .content h6 {
    font-size: 13px;
  }
}
.swiperslidersection .content p {
  color: #a8a8a8;
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .swiperslidersection .content p {
    font-size: 11px;
  }
}
.swiperslidersection .swiper-button-prev,
.swiperslidersection .swiper-button-next {
  width: 38px;
  height: 38px;
  background-color: #575e72;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 50%;
  transform: translateY(0%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 767px) {
  .swiperslidersection .swiper-button-prev,
  .swiperslidersection .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.swiperslidersection .swiper-button-prev {
  left: 0px; /* adjust to corner */
}
.swiperslidersection .swiper-button-next {
  right: 0px; /* adjust to corner */
}
.swiperslidersection .swiper-button-prev::after,
.swiperslidersection .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .swiperslidersection .swiper-button-prev::after,
  .swiperslidersection .swiper-button-next::after {
    font-size: 14px;
  }
}
.swiperslidersection .tabsdetailsnew {
  flex-direction: column;
}
@media (max-width: 767px) {
  .swiperslidersection .tabsdetailsnew {
    flex-direction: row;
    justify-content: center;
  }
}
.swiperslidersection .tabsdetailsnew .nav-link {
  background-color: transparent;
  color: white;
  border-radius: 0;
  font-size: 15px;
}
.swiperslidersection .tabsdetailsnew .nav-link.active {
  border-left: 1px solid white;
  background-color: transparent;
}
@media (max-width: 767px) {
  .swiperslidersection .tabsdetailsnew .nav-link.active {
    border-left: none;
    border-bottom: 1px solid white;
  }
}
.swiperslidersection .statuscomplete {
  color: #1fec2c;
}

.winnersection {
  padding: 60px 0;
  padding-top: 130px;
}
@media (max-width: 767px) {
  .winnersection {
    padding: 30px 0;
    padding-top: 90px;
  }
}
.winnersection .details {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.winnersection .details h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  .winnersection .details h4 {
    font-size: 25px;
  }
}
.winnersection .details p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .winnersection .details p {
    font-size: 15px;
  }
}
.winnersection .winnerframe {
  width: 350px;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .winnersection .winnerframe {
    width: 250px;
    margin-bottom: 14px;
  }
}
.winnersection .tabsecond {
  display: flex;
  justify-content: center;
  align-items: center;
}
.winnersection .tabsecond img.vectorimg {
  width: 25px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .winnersection .tabsecond img.vectorimg {
    width: 20px;
    margin-bottom: 12px;
  }
}
.winnersection .tabsecond .box {
  text-align: center;
  background: linear-gradient(90deg, #1f2943 0%, rgba(254, 254, 254, 0.2196078431) 35%, #202a44 90%);
  border-radius: 20px;
  padding: 36px;
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .winnersection .tabsecond .box {
    width: 300px;
  }
}
.winnersection .tabsecond .box img.tabsecondimg {
  width: 190px;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .winnersection .tabsecond .box img.tabsecondimg {
    width: 150px;
    margin-top: 20px;
  }
}
.winnersection .tabsecond .box img.userimg {
  width: 42px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .winnersection .tabsecond .box img.userimg {
    width: 30px;
    margin-bottom: 10px;
  }
}
.winnersection .tabsecond .box span {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .winnersection .tabsecond .box span {
    font-size: 14px;
  }
}
.winnersection .tabsecond .box h6 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .winnersection .tabsecond .box h6 {
    font-size: 13px;
  }
}
.winnersection .tabsecond .box p {
  color: #a8a8a8;
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .winnersection .tabsecond .box p {
    font-size: 11px;
  }
}
.winnersection .grandprice .text {
  text-align: center;
  margin-top: 26px;
}
.winnersection .grandprice .text p {
  font-size: 15px;
  font-weight: 400;
  color: #e6e6e6;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .winnersection .grandprice .text p {
    font-size: 14px;
  }
}
.winnersection .grandprice h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
  border-top: 3px solid rgba(255, 255, 255, 0.3490196078);
  padding: 30px 60px 0px 60px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .winnersection .grandprice h4 {
    font-size: 25px;
    padding: 20px 40px 0px 40px;
  }
}

.notificationsection {
  padding: 60px 0;
  padding-top: 130px;
  position: relative;
}
@media (max-width: 767px) {
  .notificationsection {
    padding: 30px 0;
    padding-top: 90px;
  }
}
.notificationsection .notificaationboximg {
  width: 650px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .notificationsection .notificaationboximg {
    width: 300px;
  }
}
.notificationsection h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .notificationsection h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.notificationsection .details {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5019607843), rgba(255, 255, 255, 0.1019607843));
  transform: rotate(-1deg);
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.notificationsection .details p {
  text-align: center;
  color: #e6e6e6;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.notificationsection .details p span {
  color: #1fec2c;
}
@media (max-width: 767px) {
  .notificationsection .details p {
    font-size: 14px;
  }
}
.notificationsection .details a {
  color: #e6e6e6;
  font-size: 15px;
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  .notificationsection .details a {
    font-size: 14px;
  }
}
.notificationsection .details .iconstars {
  position: absolute;
  top: 12px;
  left: -30px;
  width: 50px;
}
@media (max-width: 767px) {
  .notificationsection .details .iconstars {
    width: 36px;
    top: 13px;
    left: -13px;
  }
}

.playgamesection {
  padding: 60px 0;
  padding-top: 130px;
  position: relative;
}
@media (max-width: 767px) {
  .playgamesection {
    padding: 30px 0;
    padding-top: 90px;
  }
}
.playgamesection .mainbox {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5019607843), rgba(255, 255, 255, 0.1019607843));
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.playgamesection .mainbox .playericon {
  width: 70px;
}
@media (max-width: 767px) {
  .playgamesection .mainbox .playericon {
    width: 60px;
    height: 60px;
  }
}
.playgamesection .mainbox h5 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .playgamesection .mainbox h5 {
    font-size: 19px;
  }
}
.playgamesection .mainbox h6 {
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .playgamesection .mainbox h6 {
    font-size: 14px;
  }
}
.playgamesection .mainbox .progress {
  height: 14px;
  background-color: #808080;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .playgamesection .mainbox .progress {
    height: 8px;
  }
}
.playgamesection .mainbox .text {
  border-left: 1px solid white;
}
@media (max-width: 767px) {
  .playgamesection .mainbox .text {
    border-left: none;
  }
}
.playgamesection .mainbox .editimg {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 31px;
}
@media (max-width: 767px) {
  .playgamesection .mainbox .editimg {
    width: 28px;
  }
}
.playgamesection .bordertop {
  border-top: 1px solid rgba(255, 255, 255, 0.5607843137);
  margin-top: 16px;
  padding-top: 16px;
}
.playgamesection p {
  font-size: 15px;
  margin-bottom: 0;
  color: #e6e6e6;
}
@media (max-width: 767px) {
  .playgamesection p {
    font-size: 14px;
  }
}
.playgamesection h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .playgamesection h4 {
    font-size: 25px;
  }
}
.playgamesection .centertext {
  text-align: center;
  border-bottom: 3px solid rgba(255, 255, 255, 0.3490196078);
  padding: 30px 60px 30px 60px;
}
@media (max-width: 767px) {
  .playgamesection .centertext {
    padding: 27px 20px 10px 20px;
  }
}
.playgamesection .centertext .playicon {
  width: 110px;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .playgamesection .centertext .playicon {
    width: 90px;
    margin: 10px 0;
  }
}
.playgamesection .centertext h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .playgamesection .centertext h5 {
    font-size: 20px;
  }
}
.playgamesection .centertext p {
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .playgamesection .centertext p {
    font-size: 14px;
  }
}
.playgamesection .boxdetails {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
@media (max-width: 575px) {
  .playgamesection .boxdetails {
    flex-direction: column;
  }
}
.playgamesection .boxdetails .newone {
  position: relative;
}
.playgamesection .boxdetails .bannerimg {
  width: 150px;
  position: absolute;
  top: -16%;
  left: 0;
  transform: translate(40%, 0%);
}
@media (max-width: 575px) {
  .playgamesection .boxdetails .bannerimg {
    width: 120px;
  }
}
.playgamesection .boxdetails .bannerbox {
  width: 250px;
  position: relative;
}
@media (max-width: 575px) {
  .playgamesection .boxdetails .bannerbox {
    width: 220px;
  }
}
.playgamesection .boxdetails .boxdata {
  position: absolute;
  bottom: 48px;
  left: 0;
  transform: translate(0%, 0);
  text-align: center;
  width: 100%;
}
.playgamesection .boxdetails .boxdata h5 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .playgamesection .boxdetails .boxdata h5 {
    font-size: 18px;
  }
}
.playgamesection .boxdetails .boxdata h6 {
  color: #e6e6e6;
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 575px) {
  .playgamesection .boxdetails .boxdata h6 {
    font-size: 13px;
  }
}
.playgamesection .Frametext {
  text-align: center;
  border-top: 3px solid rgba(255, 255, 255, 0.3490196078);
  padding: 30px 60px 30px 60px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .playgamesection .Frametext {
    padding: 27px 20px 10px 20px;
  }
}
.playgamesection img.Frameimg {
  width: 540px;
  margin: auto;
}
@media (max-width: 767px) {
  .playgamesection img.Frameimg {
    width: 250px;
  }
}

.quizsection {
  padding: 60px 0;
  padding-top: 130px;
  position: relative;
}
@media (max-width: 767px) {
  .quizsection {
    padding: 30px 0;
    padding-top: 90px;
  }
}
.quizsection h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .quizsection h4 {
    font-size: 25px;
  }
}
.quizsection .score-status {
  padding: 10px 0;
}
.quizsection .score-status .text {
  font-size: 15px;
  font-weight: 400;
  color: white;
  min-width: 90px;
}
.quizsection .score-status .text b {
  font-size: 16px;
  color: white;
  font-weight: 600;
}
.quizsection .score-status .progress {
  height: 20px;
  background-color: #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  flex-grow: 1;
}
.quizsection .score-status .progress .progress-bar {
  background: #9d072f;
  transition: width 0.6s ease;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .quizsection .score-status {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .quizsection .score-status .text {
    text-align: center;
    min-width: auto;
  }
  .quizsection .score-status .progress {
    width: 100%;
  }
}
.quizsection .contentquiz {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quizsection .contentquiz img.quizimg {
  width: 200px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .quizsection .contentquiz img.quizimg {
    width: 135px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.quizsection .contentquiz h5 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .quizsection .contentquiz h5 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

footer {
  background: linear-gradient(90deg, #1f2943 0%, rgba(254, 254, 254, 0.2196078431) 35%, #202a44 90%);
  padding: 20px 0;
  border-top: 1px solid #ffffff;
}
@media (max-width: 767px) {
  footer {
    padding: 16px 0;
  }
}
footer .footerdata {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footerdata img.footerlogo {
  width: 130px;
}
@media (max-width: 767px) {
  footer .footerdata img.footerlogo {
    width: 110px;
  }
}
footer .footerdata .righttext {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer .footerdata a {
  text-decoration: none;
  color: #e6e6e6;
  border-right: 1px solid lightgray;
  padding-right: 20px;
}
footer .footerdata a:last-child {
  padding-right: 0px;
  border: none;
}
footer .footerdata a p {
  font-size: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer .footerdata a p {
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  .claimprizemodal .modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
  }
}
.claimprizemodal .modal-content {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
}
.claimprizemodal .modalimg {
  width: 160px;
}
@media (max-width: 767px) {
  .claimprizemodal .modalimg {
    width: 140px;
  }
}
.claimprizemodal p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .claimprizemodal p {
    font-size: 15px;
  }
}
.claimprizemodal h5 {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .claimprizemodal h5 {
    font-size: 22px;
  }
}
.claimprizemodal span {
  background: #9d072f;
  padding: 2px 30px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .claimprizemodal span {
    font-size: 13px;
  }
}
.claimprizemodal .textdetails {
  background-color: #202a44;
  border-radius: 20px;
  padding: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  position: relative;
}
.claimprizemodal .textdetails::before {
  content: "";
  position: absolute;
  left: 44%;
  border-right: 1px solid white;
  width: 20px;
  height: 55px;
}
.claimprizemodal a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.loginmodal h5 {
  font-weight: 600;
}
.loginmodal .modal-content {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 20px;
}
.loginmodal form input {
  width: 100%;
  outline: none;
  border: none;
  padding: 7px;
  background-color: transparent;
}
.loginmodal form input::-moz-placeholder {
  color: white;
  font-weight: 300;
}
.loginmodal form input::placeholder {
  color: white;
  font-weight: 300;
}
.loginmodal form p {
  font-weight: 100;
}
.loginmodal .login-btn {
  padding: 10px 20px;
  background-color: rgb(157, 7, 47);
  color: white;
  border: none;
  border-radius: 7px;
}
.loginmodal .custom-checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 2px solid white;
  border-radius: 1px;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  margin: 0px;
  vertical-align: middle;
}
.loginmodal .custom-checkbox input[type=checkbox]:checked {
  background: transparent;
  border-color: grey;
}
.loginmodal .custom-checkbox input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  color: grey;
  font-size: 16px;
  left: 2px;
  top: -4px;
}
.loginmodal .input-box {
  border-radius: 10px;
}

.storesection {
  padding: 60px 0;
  padding-top: 130px;
  position: relative;
}
.storesection .points-card {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.5px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 18px;
  border: 1px solid white;
}
.storesection .point-btn {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
  width: 160px;
  padding: 2px 20px;
  border-radius: 7px;
  color: white;
}
@media (max-width: 517px) {
  .storesection .point-btn {
    width: 120px;
  }
}

.howtoplaysection {
  padding: 60px 0;
  padding-top: 130px;
  position: relative;
}
@media (max-width: 767px) {
  .howtoplaysection {
    padding: 30px 0;
    padding-top: 90px;
  }
}

.profilesection {
  padding: 60px 0;
  padding-top: 130px;
  position: relative;
}
@media (max-width: 767px) {
  .profilesection {
    padding: 30px 0;
    padding-top: 90px;
  }
}
.profilesection .headtext {
  text-align: center;
}
.profilesection .headtext .profilemainimg {
  width: 110px;
}
@media (max-width: 767px) {
  .profilesection .headtext .profilemainimg {
    width: 90px;
  }
}
.profilesection .headtext h6 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .profilesection .headtext h6 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 14px;
  }
}
.profilesection .swiper-button-prev,
.profilesection .swiper-button-next {
  width: 38px;
  height: 38px;
  background-color: #575e72;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 50%;
  transform: translateY(0%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 767px) {
  .profilesection .swiper-button-prev,
  .profilesection .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.profilesection .swiper-button-prev {
  left: 20px; /* adjust to corner */
}
.profilesection .swiper-button-next {
  right: 20px; /* adjust to corner */
}
.profilesection .swiper-button-prev::after,
.profilesection .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .profilesection .swiper-button-prev::after,
  .profilesection .swiper-button-next::after {
    font-size: 14px;
  }
}
.profilesection .customizeprofile {
  text-align: center;
  background: linear-gradient(90deg, #1f2943 0%, rgba(254, 254, 254, 0.2196078431) 35%, #202a44 90%);
  position: relative;
  border-radius: 20px;
  padding: 20px;
}
.profilesection .customizeprofile h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .profilesection .customizeprofile h4 {
    font-size: 22px;
  }
}
.profilesection .customizeprofile img.profileimg {
  width: 70px;
}
@media (max-width: 767px) {
  .profilesection .customizeprofile img.profileimg {
    width: 60px;
  }
}
.profilesection .changesetting {
  background: linear-gradient(90deg, #1f2943 0%, rgba(254, 254, 254, 0.2196078431) 35%, #202a44 90%);
  border-radius: 20px;
  padding: 20px;
}
.profilesection .changesetting h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .profilesection .changesetting h4 {
    font-size: 22px;
  }
}
.profilesection .changesetting h6 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .profilesection .changesetting h6 {
    font-size: 17px;
  }
}
.profilesection .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(15px);
  padding: 14px 20px;
  border-radius: 6px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .profilesection .box {
    padding: 12px 18px;
    margin: 14px 0;
  }
}
.profilesection .box .text {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .profilesection .box .text {
    font-size: 14px;
  }
}
.profilesection .box .arrowright {
  width: 9px;
}
@media (max-width: 767px) {
  .profilesection .box .arrowright {
    width: 7px;
  }
}
.profilesection a {
  text-decoration: none;
  color: white;
}

.form-switch .form-check-input:checked {
  background-color: #575e72; /* Green */
  border-color: #575e72;
}

@media (min-width: 576px) {
  .unsubsribemodal .modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
  }
}
.unsubsribemodal .modal-content {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
}
.unsubsribemodal .modalimg {
  width: 160px;
}
@media (max-width: 767px) {
  .unsubsribemodal .modalimg {
    width: 140px;
  }
}
.unsubsribemodal p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .unsubsribemodal p {
    font-size: 15px;
  }
}
.unsubsribemodal h5 {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .unsubsribemodal h5 {
    font-size: 22px;
  }
}
.unsubsribemodal span {
  background: #9d072f;
  padding: 2px 30px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .unsubsribemodal span {
    font-size: 13px;
  }
}
.unsubsribemodal .textdetails {
  background-color: #202a44;
  border-radius: 20px;
  padding: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  position: relative;
}
.unsubsribemodal .textdetails::before {
  content: "";
  position: absolute;
  left: 44%;
  border-right: 1px solid white;
  width: 20px;
  height: 55px;
}
.unsubsribemodal a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

@media (min-width: 576px) {
  .changeusernamemodal .modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
  }
}
.changeusernamemodal p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .changeusernamemodal p {
    font-size: 15px;
  }
}
.changeusernamemodal h5 {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .changeusernamemodal h5 {
    font-size: 22px;
  }
}
.changeusernamemodal .modal-content {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .changeusernamemodal .modal-content {
    padding: 20px;
  }
}
.changeusernamemodal .inputmain {
  position: relative;
  border: 1px solid white;
  padding: 8px 18px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.changeusernamemodal .inputmain input {
  border: none;
  background-color: transparent;
  font-size: 15px;
}
.changeusernamemodal .inputmain input::-moz-placeholder {
  color: white;
}
.changeusernamemodal .inputmain input::placeholder {
  color: white;
}
@media (max-width: 767px) {
  .changeusernamemodal .inputmain input {
    font-size: 14px;
  }
}
.changeusernamemodal .inputmain input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.changeusernamemodal img.usericon {
  width: 18px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .changeusernamemodal img.usericon {
    width: 16px;
    margin-right: 14px;
  }
}
.changeusernamemodal .inquierytext {
  text-align: center;
}
.changeusernamemodal .inquierytext .inquiryicon {
  width: 21px;
  margin: 20px 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .changeusernamemodal .inquierytext .inquiryicon {
    width: 18px;
    margin: 16px 0;
  }
}

@media (min-width: 576px) {
  .changeloginpinmodal .modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
  }
}
.changeloginpinmodal p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .changeloginpinmodal p {
    font-size: 15px;
  }
}
.changeloginpinmodal h5 {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .changeloginpinmodal h5 {
    font-size: 22px;
  }
}
.changeloginpinmodal .text {
  text-align: end;
  margin-bottom: 20px;
}
.changeloginpinmodal a {
  color: white;
  text-decoration: none;
  font-size: 15px;
}
.changeloginpinmodal .modal-content {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(15px);
  gap: 16px;
  width: 100%;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .changeloginpinmodal .modal-content {
    padding: 20px;
  }
}
.changeloginpinmodal .inputmain {
  position: relative;
  border: 1px solid white;
  padding: 8px 18px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.changeloginpinmodal .inputmain input {
  border: none;
  background-color: transparent;
  font-size: 15px;
}
.changeloginpinmodal .inputmain input::-moz-placeholder {
  color: white;
}
.changeloginpinmodal .inputmain input::placeholder {
  color: white;
}
@media (max-width: 767px) {
  .changeloginpinmodal .inputmain input {
    font-size: 14px;
  }
}
.changeloginpinmodal .inputmain input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.changeloginpinmodal img.passwordlockimg {
  width: 18px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .changeloginpinmodal img.passwordlockimg {
    width: 16px;
    margin-right: 14px;
  }
}

@media (min-width: 576px) {
  .dailybonusmodal .modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
  }
}
.dailybonusmodal .modal-content {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .dailybonusmodal .modal-content {
    gap: 4px;
    padding: 10px;
  }
}
.dailybonusmodal .modalimg {
  width: 160px;
}
@media (max-width: 767px) {
  .dailybonusmodal .modalimg {
    width: 140px;
  }
}
.dailybonusmodal .gridnew {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .dailybonusmodal .gridnew {
    gap: 4px;
  }
}
.dailybonusmodal p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .dailybonusmodal p {
    font-size: 15px;
  }
}
.dailybonusmodal h5 {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .dailybonusmodal h5 {
    font-size: 22px;
  }
}
.dailybonusmodal .textdetails {
  background-color: #202a44;
  border-radius: 20px;
  padding: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .dailybonusmodal .textdetails {
    padding: 10px;
  }
}
.dailybonusmodal .textdetails::before {
  content: "";
  position: absolute;
  left: 44%;
  border-right: 1px solid white;
  width: 20px;
  height: 55px;
}
.dailybonusmodal a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
.dailybonusmodal img.daysimg {
  width: 70px;
}
@media (max-width: 767px) {
  .dailybonusmodal img.daysimg {
    width: 60px;
  }
}
.dailybonusmodal .text {
  font-size: 15px;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .dailybonusmodal .text {
    font-size: 14px;
    margin-top: 12px;
  }
}

.performancesection {
  padding: 60px 0;
  padding-top: 130px;
  position: relative;
}
@media (max-width: 767px) {
  .performancesection {
    padding: 30px 0;
    padding-top: 90px;
  }
}
.performancesection .mainbox {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5019607843), rgba(255, 255, 255, 0.1019607843));
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.performancesection .mainbox .playericon {
  width: 70px;
}
@media (max-width: 767px) {
  .performancesection .mainbox .playericon {
    width: 60px;
    height: 60px;
  }
}
.performancesection .mainbox h5 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .performancesection .mainbox h5 {
    font-size: 19px;
  }
}
.performancesection .mainbox h6 {
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .performancesection .mainbox h6 {
    font-size: 14px;
  }
}
.performancesection .mainbox .editimg {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 31px;
}
@media (max-width: 767px) {
  .performancesection .mainbox .editimg {
    width: 28px;
  }
}
.performancesection .bordertop {
  border-top: 1px solid rgba(255, 255, 255, 0.5607843137);
  margin-top: 16px;
  padding-top: 16px;
}
.performancesection h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .performancesection h4 {
    font-size: 23px;
  }
}
.performancesection .mainpoints {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5019607843), rgba(255, 255, 255, 0.1019607843));
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
}
@media (max-width: 575px) {
  .performancesection .mainpoints {
    padding: 20px;
  }
}
.performancesection .boxgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .performancesection .boxgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.performancesection .boxgrid .borderright {
  border-right: 1px solid white;
}
@media (max-width: 767px) {
  .performancesection .boxgrid .borderright {
    border-right: none;
  }
}
.performancesection .boxgrid .borderright:last-child {
  border-right: none;
}
.performancesection .boxgrid h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .performancesection .boxgrid h5 {
    font-size: 19px;
  }
}
.performancesection .boxgrid h6 {
  color: #e6e6e6;
  margin-bottom: 0;
  font-size: 15px;
}
@media (max-width: 575px) {
  .performancesection .boxgrid h6 {
    font-size: 14px;
  }
}
.performancesection a {
  display: flex;
  justify-content: end;
  color: white;
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .performancesection a {
    font-size: 13px;
    margin-top: 16px;
  }
}
.performancesection .mainperfo {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5019607843), rgba(255, 255, 255, 0.1019607843));
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
}
.performancesection .detailsperformance {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .performancesection .detailsperformance {
    margin-top: 20px;
  }
}
.performancesection .detailsperformance h6 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .performancesection .detailsperformance h6 {
    font-size: 15px;
  }
}
.performancesection .detailsperformance p {
  font-size: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .performancesection .detailsperformance p {
    font-size: 14px;
  }
}
.performancesection .detailsperformance .progress {
  margin-top: 20px;
  height: 12px;
}
@media (max-width: 575px) {
  .performancesection .detailsperformance .progress {
    height: 10px;
  }
}
.performancesection .detailsperformance .progress-bar {
  background-color: #f8ce31;
}
.performancesection .stats-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .performancesection .stats-section {
    flex-direction: column;
  }
}
.performancesection .stat-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  border-radius: 40px;
  padding: 8px 30px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #fff;
}
.performancesection .stat-card .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 575px) {
  .performancesection .stat-card .circle {
    width: 50px;
    height: 50px;
    font-size: 13px;
  }
}
.performancesection .stat-card p {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 575px) {
  .performancesection .stat-card p {
    font-size: 13px;
  }
}
.performancesection .stat-card.blue .circle {
  border: 4px solid #00c6ff;
  box-shadow: 0 0 10px #00c6ff;
}
.performancesection .stat-card.red .circle {
  border: 4px solid #ff005c;
  box-shadow: 0 0 10px #ff005c;
}
.performancesection .stat-card.gray .circle {
  border: 4px solid #ccc;
  box-shadow: 0 0 10px #ccc;
}

.achivementdetails {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 767px) {
  .achivementdetails {
    padding: 30px 0;
  }
}
.achivementdetails .content {
  text-align: center;
  border-radius: 20px;
  padding: 22px;
  background: linear-gradient(90deg, #1f2943 0%, rgba(254, 254, 254, 0.2196078431) 35%, #202a44 90%);
}
@media (max-width: 767px) {
  .achivementdetails .content {
    padding: 16px;
  }
}
.achivementdetails .content img.userimg {
  width: 42px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .achivementdetails .content img.userimg {
    width: 30px;
    margin-bottom: 10px;
  }
}
.achivementdetails .content span {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .achivementdetails .content span {
    font-size: 14px;
  }
}
.achivementdetails .content h6 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .achivementdetails .content h6 {
    font-size: 13px;
  }
}
.achivementdetails .content p {
  color: #a8a8a8;
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .achivementdetails .content p {
    font-size: 11px;
  }
}
.achivementdetails .swiper-button-prev,
.achivementdetails .swiper-button-next {
  width: 38px;
  height: 38px;
  background-color: #575e72;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 50%;
  transform: translateY(0%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 767px) {
  .achivementdetails .swiper-button-prev,
  .achivementdetails .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.achivementdetails .swiper-button-prev {
  left: 0px; /* adjust to corner */
}
.achivementdetails .swiper-button-next {
  right: 0px; /* adjust to corner */
}
.achivementdetails .swiper-button-prev::after,
.achivementdetails .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .achivementdetails .swiper-button-prev::after,
  .achivementdetails .swiper-button-next::after {
    font-size: 14px;
  }
}
.achivementdetails .tabsdetailsnew {
  flex-direction: column;
}
@media (max-width: 767px) {
  .achivementdetails .tabsdetailsnew {
    flex-direction: row;
    justify-content: center;
  }
}
.achivementdetails .tabsdetailsnew .nav-link {
  background-color: transparent;
  color: white;
  border-radius: 0;
  font-size: 15px;
}
.achivementdetails .tabsdetailsnew .nav-link.active {
  border-left: 1px solid white;
  background-color: transparent;
}
@media (max-width: 767px) {
  .achivementdetails .tabsdetailsnew .nav-link.active {
    border-left: none;
    border-bottom: 1px solid white;
  }
}
.achivementdetails .statuscomplete {
  color: #1fec2c;
}
.achivementdetails .progress {
  margin-top: 10px;
  height: 6px;
  margin-bottom: 10px;
}
.achivementdetails .progress-bar {
  background-color: #19ff7d;
}

@media (min-width: 576px) {
  .gamecatgorymodal .modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
  }
}
.gamecatgorymodal .modal-content {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .gamecatgorymodal .modal-content {
    gap: 4px;
    padding: 10px;
  }
}
.gamecatgorymodal .modalimg {
  width: 160px;
}
@media (max-width: 767px) {
  .gamecatgorymodal .modalimg {
    width: 140px;
  }
}
.gamecatgorymodal p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gamecatgorymodal p {
    font-size: 15px;
  }
}
.gamecatgorymodal h5 {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .gamecatgorymodal h5 {
    font-size: 22px;
  }
}
.gamecatgorymodal a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
.gamecatgorymodal img.daysimg {
  width: 70px;
}
@media (max-width: 767px) {
  .gamecatgorymodal img.daysimg {
    width: 60px;
  }
}

.registermodal .modal-content {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 20px;
}

.registermodal .subscribe-btn {
  padding: 10px 30px;
  background-color: rgb(157, 7, 47);
  color: white;
  border: none;
  border-radius: 7px;
}

.registermodal form input {
  width: 100%;
  outline: none;
  border: none;
  padding: 7px;
  background-color: transparent;
}

.registermodal form input::-moz-placeholder {
  color: white;
  font-weight: 300;
}

.registermodal form input::placeholder,
.registermodal form input::-moz-placeholder {
  color: white;
  font-weight: 300;
}

.registermodal .input-box {
  border-radius: 10px;
}

.registermodal .register-btn {
  width: 70%;
  border-radius: 7px;
}

.registermodal .phone-icon {
  width: 50px;
}

.registermodal .nav {
  border: 1px solid white;
  width: 50%;
  border-radius: 10px;
  margin: auto;
}

.registermodal .nav-pills .nav-link.active,
.registermodal .nav-pills .show > .nav-link {
  background-color: rgb(157, 7, 47);
  color: white;
  border-radius: 10px;
}

.registermodal .nav-pills .nav-link {
  color: white;
}

.forgetmodal .modal-content {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 20px;
}

.forgetmodal .subscribe-btn {
  padding: 10px 30px;
  background-color: rgb(157, 7, 47);
  color: white;
  border: none;
  border-radius: 7px;
}

.forgetmodal form input {
  width: 100%;
  outline: none;
  border: none;
  padding: 7px;
  background-color: transparent;
}

.forgetmodal form input::-moz-placeholder {
  color: white;
  font-weight: 300;
}

.forgetmodal form input::placeholder,
.forgetmodal form input::-moz-placeholder {
  color: white;
  font-weight: 300;
}

.forgetmodal .input-box {
  border-radius: 10px;
}

.forgetmodal .register-btn {
  width: 70%;
  border-radius: 7px;
}

.forgetmodal .phone-icon {
  width: 50px;
}

.forgetmodal .nav {
  border: 1px solid white;
  width: 50%;
  border-radius: 10px;
  margin: auto;
}

.forgetmodal .nav-pills .nav-link.active,
.forgetmodal .nav-pills .show > .nav-link {
  background-color: rgb(157, 7, 47);
  color: white;
  border-radius: 10px;
}

.forgetmodal .nav-pills .nav-link {
  color: white;
}

.purchasemodal .modal-content {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 20px;
}

.purchasemodal .subscribe-btn {
  padding: 10px 30px;
  background-color: rgb(157, 7, 47);
  color: white;
  border: none;
  border-radius: 7px;
}

.purchasemodal form input {
  width: 100%;
  outline: none;
  border: none;
  padding: 7px;
  background-color: transparent;
}

.purchasemodal form input::-moz-placeholder {
  color: white;
  font-weight: 300;
}

.purchasemodal form input::placeholder,
.purchasemodal form input::-moz-placeholder {
  color: white;
  font-weight: 300;
}

.purchasemodal .input-box {
  border-radius: 10px;
}

.purchasemodal .register-btn {
  width: 70%;
  border-radius: 7px;
}

.purchasemodal .phone-icon {
  width: 50px;
}

.purchasemodal .nav {
  border: 1px solid white;
  width: 50%;
  border-radius: 10px;
  margin: auto;
}

.purchasemodal .nav-pills .nav-link.active,
.purchasemodal .nav-pills .show > .nav-link {
  background-color: rgb(157, 7, 47);
  color: white;
  border-radius: 10px;
}

.purchasemodal .nav-pills .nav-link {
  color: white;
}

.successfullmodal .modal-content {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 20px;
}

.successfullmodal .subscribe-btn {
  padding: 10px 30px;
  background-color: rgb(157, 7, 47);
  color: white;
  border: none;
  border-radius: 7px;
}

.successfullmodal form input {
  width: 100%;
  outline: none;
  border: none;
  padding: 7px;
  background-color: transparent;
}

.successfullmodal form input::-moz-placeholder {
  color: white;
  font-weight: 300;
}

.successfullmodal form input::placeholder,
.successfullmodal form input::-moz-placeholder {
  color: white;
  font-weight: 300;
}

.successfullmodal .input-box {
  border-radius: 10px;
}

.successfullmodal .register-btn {
  width: 70%;
  border-radius: 7px;
}

.successfullmodal .phone-icon {
  width: 50px;
}

.successfullmodal .nav {
  border: 1px solid white;
  width: 50%;
  border-radius: 10px;
  margin: auto;
}

.successfullmodal .nav-pills .nav-link.active,
.successfullmodal .nav-pills .show > .nav-link {
  background-color: rgb(157, 7, 47);
  color: white;
  border-radius: 10px;
}

.successfullmodal .nav-pills .nav-link {
  color: white;
}

.categoriesmodal .modal-content {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 20px;
}
.categoriesmodal .categories-box {
  border: 1px solid grey;
  background-color: white;
  color: black;
  border-radius: 10px;
}
.categoriesmodal .group-1 {
  border-radius: 7px;
  background-color: rgb(32, 42, 68);
}/*# sourceMappingURL=style.css.map */