.text-main-color {
  color: #409699;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row-gap-24 {
  row-gap: 24px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Cairo", sans-serif;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
}

button {
  border: none;
  outline: none;
}

.form-control {
  font-size: 14px !important;
  border: 1px solid #ddd !important;
}

.main-section {
  padding: 1.5rem 0;
  min-height: calc(100vh - 41.89px - 54.36px - 52.97px);
}

.modal-header .modal-title {
  font-size: 15px !important;
}
.modal-header .btn-close {
  margin: unset !important;
}

.main-header {
  z-index: 1111;
}
.main-header .navbar {
  justify-content: space-between;
}
.main-header .navbar .holder-logo {
  margin: 0px;
  text-align: center;
  transition: 0.3s;
}
.main-header .navbar .holder-logo .navbar-brand .logo {
  width: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.main-header .navbar .holder-logo:hover {
  transform: scale(1.05);
}
.main-header .navbar .navbar-toggler {
  border: 1px solid rgba(234, 234, 234, 0.5);
}
.main-header .navbar .navbar-toggler .navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(282deg) brightness(106%) contrast(101%);
}
.main-header .navbar .navbar-toggler:focus {
  box-shadow: unset;
}
.main-header .navbar .navbar-nav {
  gap: 8px;
}
.main-header .navbar .navbar-nav .nav-item .nav-link {
  padding: 10px 16px;
  font-weight: 700;
  font-size: 16.5px;
  line-height: 26.67px;
  letter-spacing: -2%;
  color: #fff;
  transition: 0.3s;
}
.main-header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #E1B812;
}
.main-header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #E1B812;
  transform: scale(1.05);
}
.main-header .navbar .btns-holder {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-header .navbar .btns-holder .btn-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 28px;
  border: 1px solid #E8BB00;
  border-radius: 10.23px;
  font-size: 16.37px;
  font-weight: 700;
  line-height: 24.56px;
  letter-spacing: -2%;
  color: white;
  background-color: #E8BB00;
  transition: 0.3s;
}
.main-header .navbar .btns-holder .btn-nav.outline {
  background-color: transparent;
  color: #fff;
  border-width: 1.28px;
}
.main-header .navbar .btns-holder .btn-nav:hover {
  transform: scale(1.05);
}
.main-header .navbar .btns-holder .dropdown-toggle::after {
  content: unset;
}
.main-header .navbar .btns-holder .btn-dots {
  background-color: transparent;
  transition: 0.3s;
  font-size: 23px;
  color: #FFFFFF;
}
.main-header .navbar .btns-holder .btn-dots:hover {
  transform: scale(1.05);
}
.main-header .navbar .dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  display: block;
  min-width: 200px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  background: white;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.main-header .navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-header .navbar .dropdown-menu .dropdown-item {
  position: relative;
  padding: 10px 15px;
  border-right: 3px solid transparent;
  color: #333;
  overflow: hidden;
  transition: all 0.3s ease;
}
.main-header .navbar .dropdown-menu .dropdown-item img {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-inline-end: 6px;
}
.main-header .navbar .dropdown-menu .dropdown-item::before {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  transition: width 0.3s ease;
  z-index: -1;
  opacity: 0.1;
}
.main-header .navbar .dropdown-menu .dropdown-item:hover::before {
  width: 100%;
}
@media (max-width: 991.98px) {
  .main-header .navbar .dropdown-menu.di-right {
    right: unset;
    inset-inline-end: 0;
  }
}
@media (max-width: 991.98px) {
  .main-header .navbar .navbar-collapse {
    background: linear-gradient(142.13deg, rgba(254, 248, 255, 0.19) 1.8%, rgba(254, 248, 255, 0) 99.75%);
    -webkit-backdrop-filter: blur(87.9609px);
            backdrop-filter: blur(87.9609px);
    border-radius: 20px;
  }
}

.login_page {
  min-height: 100vh;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}
.login_page * {
  font-family: "Cairo", sans-serif !important;
  direction: rtl;
}
.login_page .box-col {
  width: 50%;
  padding: 88px;
}
.login_page .box-col.box-bg {
  position: relative;
  z-index: 1;
  color: white;
}
.login_page .box-col.box-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.login_page .box-col.box-bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: unset;
     object-fit: unset;
}
.login_page .box-col.box-bg .logo-holder {
  display: flex;
  align-items: end;
  z-index: 1;
  justify-content: flex-start;
  font-size: 28px;
}
.login_page .box-col.box-bg .logo-holder .logo-bg {
  width: 160px;
  height: auto;
}
.login_page .box-col.box-bg .text-bg {
  z-index: 1;
}
.login_page .box-col.box-bg .text-bg .title {
  font-weight: 700;
  font-size: 45px;
  line-height: 70px;
}
.login_page .box-col.box-bg .text-bg .p {
  font-weight: 500;
  font-size: 30px;
  line-height: 75px;
}
.login_page .box-col.box-bg .text-bg-2 {
  z-index: 1;
  font-weight: 500;
  font-size: 20px;
  line-height: 45px;
}
@media (max-width: 1199.98px) {
  .login_page .box-col {
    width: 100%;
    padding: 12px;
  }
  .login_page .box-col .title {
    text-align: center;
  }
}
.login_page .box-col .form_content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  border: 1px solid #efefef;
  border-radius: 14px;
  gap: 15px;
}
.login_page .box-col .form_content .logo-form {
  width: 120px;
  height: auto;
}
.login_page .box-col .form_content .header_title .title {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 4px;
}
.login_page .box-col .form_content .header_title .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #737373;
}
.login_page .box-col .form_content .label {
  font-size: 16px;
  margin-bottom: 10px;
}
.login_page .box-col .form_content .group-inp {
  display: flex;
  align-items: center;
  border: 1px solid #cecece;
  border-radius: 8px;
  font-size: 14px;
  overflow: hidden;
  padding: 0.6rem 1rem;
}
.login_page .box-col .form_content .group-inp .inp {
  flex: 1;
  border: 0;
  outline: 0;
}
.login_page .box-col .form_content .group-inp .box {
  padding-right: 1rem;
}
.login_page .box-col .form_content .group-inp .box .icon {
  width: 24px;
  width: 100%;
  height: auto;
}
.login_page .box-col .form_content .reseat {
  font-size: 14px;
  color: #2e5789;
}
.login_page .box-col .form_content .sub_btn {
  background: #2e5789;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45.19px;
  font-size: 16px;
  border-radius: 8px;
}
.login_page .box-col .form_content .sub_btn:hover {
  background-color: #25456d;
}

.landing-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  z-index: 1;
}
.landing-section .main-header {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  width: 100%;
  background: unset;
  padding: 0px;
}
.landing-section .land-bg {
  position: absolute;
  top: 0%;
  inset-inline-end: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.landing-section .landing-content {
  margin-top: 90px;
}
.landing-section .intro-text {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  z-index: 1;
}
.landing-section .intro-text .title {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 55px;
  line-height: 110px;
}
.landing-section .intro-text .title span {
  color: #E8BB00;
}
.landing-section .intro-text .des {
  width: 635px;
  max-width: 97.5%;
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 32px;
  line-height: 54px;
  color: #E9E9E9;
}
.landing-section .intro-text .bg-effect {
  position: absolute;
  top: 0%;
  inset-inline-end: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  width: 525px;
  height: 525px;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-section .intro-text .title {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 70px;
  }
  .landing-section .intro-text .des {
    max-width: 100%;
    font-size: 22px;
    line-height: 48px;
  }
  .landing-section .intro-text .btn-app {
    width: 135px;
  }
}
@media (max-width: 767.98px) {
  .landing-section .intro-text {
    text-align: center;
  }
  .landing-section .intro-text .title {
    margin-bottom: 20px;
  }
  .landing-section .intro-text .des {
    max-width: 100%;
  }
  .landing-section .intro-text .apps-holder {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .landing-section .intro-text .title {
    margin-bottom: 10px;
    font-size: 47px;
    line-height: 84px;
  }
  .landing-section .intro-text .des {
    max-width: 87%;
    margin: 0 auto 25px;
    font-size: 19px;
  }
}
.landing-section .images-holder {
  position: relative;
  text-align: center;
}
.landing-section .images-holder .land-img {
  max-width: 100%;
  width: 527px;
  height: 100%;
}
.landing-section .images-holder .bg-effect {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  width: 560px;
  height: 560px;
}

.features-section {
  position: relative;
  z-index: 11;
}
.features-section .feat-bg {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  max-width: 100%;
  width: 700px;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 30%;
}

.statistics-section {
  position: relative;
}
.statistics-section .sec-bg-effect {
  position: relative;
  min-height: 700px;
}
.statistics-section .sec-bg-effect .phone-img {
  position: absolute;
  top: 0;
  inset-inline-end: 50%;
  transform: translateX(-50%);
  width: 423px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.statistics-section .sec-bg-effect .statistics-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.statistics-section .stats-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 4;
}
.statistics-section .stats-grid .stat-item {
  position: relative;
  padding: 20px 0px;
  text-align: center;
}
.statistics-section .stats-grid .stat-item .stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
}
.statistics-section .stats-grid .stat-item .stat-label {
  font-size: 16px;
  color: #ffa500;
  font-weight: 500;
}
.statistics-section .stats-grid .stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: #333;
}
@media (max-width: 768px) {
  .statistics-section .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0;
  }
  .statistics-section .stats-grid .stat-item .stat-number {
    font-size: 36px;
  }
  .statistics-section .stats-grid .stat-item .stat-label {
    font-size: 14px;
  }
  .statistics-section .stats-grid .stat-item:nth-child(2)::after {
    display: none;
  }
  .statistics-section .stats-grid .stat-item:nth-child(3)::after {
    display: block;
  }
}
@media (max-width: 480px) {
  .statistics-section .stats-grid {
    grid-template-columns: 1fr;
  }
  .statistics-section .stats-grid .stat-item::after {
    display: none !important;
  }
}
.statistics-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 713px;
  z-index: 3;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 10.03%, #0B0B0C 65.02%);
}

.badges-section {
  position: relative;
}
.badges-section .sec-bg {
  position: absolute;
  opacity: 10%;
  max-width: 100%;
  width: 700px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0px;
  inset-inline-start: 0;
  transform: rotate(180deg) rotateX(180deg);
  z-index: -1;
}

.leaderboards-section .content-sec {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5rem 0rem 3.5rem;
}
.leaderboards-section .content-sec .sec-bg {
  position: absolute;
  top: 0%;
  inset-inline-end: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 20%;
}

.competitions-section {
  position: relative;
}
.competitions-section .competition-bg {
  position: absolute;
  top: 0px;
  inset-inline-start: 0;
  max-width: 100%;
  width: 100%;
  height: 500px;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 15%;
  transform: rotate(180deg) rotateX(180deg) translateX(-50%);
}

.swiper-container {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 14px 0px;
  transition: transform 0.3s ease;
}
.swiper-container .swiper-slide .team-logo {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.swiper-container .swiper-slide .team-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-container .swiper-slide .team-name {
  font-weight: 400;
  font-size: 21px;
  line-height: 27.84px;
  text-align: center;
  color: #DFAA42;
}
.swiper-container .swiper-slide:hover .team-logo {
  transform: translateY(-10px);
}
.swiper-container .navigation-buttons {
  position: absolute;
  top: -40px;
  left: 20px;
  display: flex;
  gap: 15px;
  z-index: 10;
}
.swiper-container .navigation-buttons .swiper-button-next,
.swiper-container .navigation-buttons .swiper-button-prev {
  position: static;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0;
  transition: all 0.3s ease;
}
.swiper-container .navigation-buttons .swiper-button-next:hover, .swiper-container .navigation-buttons .swiper-button-next:hover,
.swiper-container .navigation-buttons .swiper-button-prev:hover,
.swiper-container .navigation-buttons .swiper-button-prev:hover {
  background: rgba(255, 215, 0, 0.4);
  transform: scale(1.1);
}
.swiper-container .navigation-buttons .swiper-button-next::after, .swiper-container .navigation-buttons .swiper-button-next::after,
.swiper-container .navigation-buttons .swiper-button-prev::after,
.swiper-container .navigation-buttons .swiper-button-prev::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 21px;
  color: #ffd700;
}
.swiper-container .navigation-buttons .swiper-button-prev::after {
  content: "\f105";
}
.swiper-container .navigation-buttons .swiper-button-next::after {
  content: "\f104";
}

.btn-main-sm {
  padding: 0.3rem 0.7rem;
  transition: 300ms;
  color: #fff;
  background: #409699;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  outline: none;
  border: 1px solid #409699;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.btn-main-sm::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  transition: 300ms;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.btn-main-sm:hover {
  color: #409699;
  border: 1px solid #409699;
}
.btn-main-sm:hover::before {
  left: 0;
}

.dropdown-hover {
  position: relative;
  color: white;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  z-index: 1001;
  cursor: pointer;
}
.dropdown-hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  top: 100%;
}
.dropdown-hover:hover .listis-item {
  display: block;
}
.dropdown-hover .icon-drop {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #9c9c9c;
}
.dropdown-hover .icon-drop .icon {
  font-size: 16px;
}
.dropdown-hover .text {
  margin: 0;
  font-size: 13px;
  text-align: center;
}
.dropdown-hover .listis-item {
  position: absolute;
  left: 0;
  z-index: 1000;
  top: calc(100% + 7px);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  min-width: 100%;
  background-color: #313131;
  overflow-y: auto;
  display: none;
}
.dropdown-hover .listis-item::-webkit-scrollbar {
  display: none;
}
.dropdown-hover .listis-item {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.dropdown-hover .listis-item .item-drop a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  width: 100%;
  white-space: nowrap;
}
.dropdown-hover .listis-item .item-drop a:hover {
  background: #4e4e4e;
}
.dropdown-hover .listis-item .item-drop a .icon-drop {
  width: 19px;
}
.dropdown-hover .listis-item .item-drop a .text {
  size: 19px;
  color: white;
}

.badge-count {
  background-color: orangered;
  font-size: 12px;
  height: 17px;
  width: 17px;
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-light {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #2e5789;
  background-color: #d2e6ff;
}
.btn-light .icon {
  width: 18px;
  height: auto;
}
.btn-light.btn-light-green {
  color: #33b469;
  background-color: #eafff3;
}
.btn-light.btn-light-orange {
  color: #ff731d;
  background-color: #fff1e8;
}
.btn-light.btn-light-red {
  color: #c80f0f;
  background-color: #ebc8c8;
}
.btn-light.btn-light-yellow {
  color: #ffc107;
  background-color: #ffecb4;
}
.btn-light.btn-light-purple {
  color: #8d1ee5;
  background-color: #f2e7fd;
}
.btn-light.sm-border {
  border-radius: 4px;
}

.btn-gradient-gold {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.35rem 1.5rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  background: linear-gradient(90deg, #dfaf37, #ffcc80);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 11px 0px;
  color: white;
}
.btn-gradient-gold:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 157, 13, 0.3098039216) !important;
}
.btn-gradient-gold:hover {
  color: white;
}
.btn-gradient-gold:hover svg {
  animation-play-state: running;
}
.btn-gradient-gold i,
.btn-gradient-gold svg {
  font-size: 15px;
  animation: move-arrow 0.7s linear infinite paused;
}

@keyframes move-arrow {
  0% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(-4px);
  }
}
.btn-icon-cr {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0.35rem 1.5rem;
  border-radius: 50px;
  white-space: nowrap;
  font-weight: bold;
  color: #8b8b8b;
  background-color: #fff;
  transition: 0.3s;
  box-shadow: 0px 4px 25px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.btn-icon-cr .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #409699;
  background-color: rgba(1, 179, 228, 0.07);
}
.btn-icon-cr .icon img {
  width: 14px;
  filter: brightness(0) saturate(100%) invert(62%) sepia(69%) saturate(4137%) hue-rotate(157deg) brightness(98%) contrast(99%);
}
.btn-icon-cr:hover {
  color: #595656;
}

.btn-style {
  color: #fff;
  background: linear-gradient(253deg, #5ac99d, #4cad9b 45%, #4aa89b 35%, #4aa89b 35%, #4aa89b 35%, #4aa89b 35%, #4aa89b 35%, #41979a);
  border-radius: 28px;
  box-shadow: 0 3px 10px 0 rgba(18, 45, 46, 0.1);
  padding: 11px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 300ms ease-in-out;
}
.btn-style:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
  color: #fff;
}

.btn-lang {
  padding: 5px;
  border: 1px solid #333;
  border-radius: 50%;
  font-weight: 700;
  width: 44px;
  height: 44px;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  transition: 3000ms;
}
.btn-lang:hover {
  text-decoration: underline;
}

.apps-holder {
  display: flex;
  align-items: center;
  gap: 15px;
}
.apps-holder .btn-app {
  display: block;
  width: 162px;
  height: auto;
  transition: 0.3s;
}
.apps-holder .btn-app img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.apps-holder .btn-app:hover {
  scale: 1.05;
}
.apps-holder .btn-app.app-lg {
  width: 190px;
}
@media (max-width: 575.98px) {
  .apps-holder .btn-app {
    width: 130px;
  }
  .apps-holder .btn-app.app-lg {
    width: 160px;
  }
}

.main-heading {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
.main-heading .icon {
  margin-bottom: 20px;
  width: 110px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-heading .title {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 63px;
  line-height: 69px;
  color: #FFFFFF;
}
.main-heading .sub-title {
  margin-bottom: 19px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #E8BB00;
}
.main-heading .des {
  width: 830px;
  max-width: 100%;
  margin: 0px auto;
  font-weight: 500;
  font-size: 23px;
  line-height: 32px;
  color: #E9E9E9;
}
.main-heading .des img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-heading::after {
  content: "";
  position: absolute;
  inset-block-start: -15%;
  inset-inline-end: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  width: 600px;
  height: 300px;
  z-index: 1;
  background: radial-gradient(ellipse at center, rgba(232, 187, 0, 0.6) 0%, rgba(15, 15, 16, 0) 40%, transparent 70%);
  filter: blur(60px);
}
@media (max-width: 575.98px) {
  .main-heading .sub-title {
    margin-bottom: 25px;
  }
  .main-heading .title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1;
  }
  .main-heading .des {
    font-size: 16px;
    width: 100%;
  }
}

.small-heading {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 5px;
  font-weight: bold;
}

.small-label {
  color: #6b7280;
  font-size: 12px;
  margin-bottom: 2px;
}

.menu-title-pro {
  font-size: 18px;
  font-weight: 700;
  color: #263238;
  position: relative;
  margin-bottom: 30px;
}
.menu-title-pro::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 50px;
  height: 4px;
  border-radius: 3px;
  background: linear-gradient(253deg, #5ac99d, #4cad9b 45%, #4aa89b 35%, #4aa89b 35%, #4aa89b 35%, #4aa89b 35%, #4aa89b 35%, #41979a);
}

.boxes-info .box-info {
  background-color: white;
  padding: 25px 15px;
  text-align: end;
  overflow: hidden;
  border-radius: 0.375rem;
  position: relative;
  box-shadow: 0 0 6px 0 #d3d3d3;
  transition: 300ms;
}
.boxes-info .box-info:hover {
  box-shadow: 0 0 6px 0 #aeaaaa;
}
.boxes-info .box-info.blue .bg-icon {
  color: #5b8af0;
}
.boxes-info .box-info.green .bg-icon {
  color: #409699;
}
.boxes-info .box-info.pur .bg-icon {
  color: #7b74eb;
}
.boxes-info .box-info.red .bg-icon {
  color: #de5f56;
}
.boxes-info .box-info .num {
  font-size: 25px;
}
.boxes-info .box-info .text {
  font-size: 16px;
  color: #6b7280;
}
.boxes-info .box-info .bg-icon {
  position: absolute;
  right: -3%;
  bottom: 0;
  font-size: 60px;
}
.boxes-info.boxes-bg-color .box-info {
  color: white;
}
.boxes-info.boxes-bg-color .box-info .text {
  color: white;
}
.boxes-info.boxes-bg-color .box-info .bg-icon {
  color: white;
}
.boxes-info.boxes-bg-color .box-info.blue {
  background-color: #5b8af0;
}
.boxes-info.boxes-bg-color .box-info.green {
  background-color: #409699;
}
.boxes-info.boxes-bg-color .box-info.pur {
  background-color: #7b74eb;
}
.boxes-info.boxes-bg-color .box-info.red {
  background-color: #de5f56;
}

.main-table {
  width: 100%;
  border-radius: 7px;
  border: none !important;
  border: 1px solid #ddd !important;
}
.main-table * {
  border: none !important;
}
.main-table tr {
  border: 1px solid #ddd !important;
}
.main-table tr th {
  background-color: #f9fafb;
  color: #6b7280;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}
.main-table tr td {
  background-color: white;
  font-size: 14px;
  padding: 10px;
}

.card-side {
  box-shadow: -13px 20px 20px 0 rgba(0, 0, 0, 0.0392156863);
  background: #ffffff;
  border-radius: 5px;
  border: 0;
  margin-bottom: 1rem;
}
.card-side .user-avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.card-side .user-name {
  margin: 0 0 0.5rem 0;
}
.card-side .user-email {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 400;
  color: #9fa8b9;
}
.card-side .card-slide {
  box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.0392156863) !important;
  padding: 1.5rem 1rem;
  text-align: center;
}
.card-side .card-slide .btn-icon {
  color: #666;
}
.card-side .card-slide .btn-icon:hover {
  color: #000;
}
.card-side .card-slide .btn-icon .icon {
  border: none !important;
}
.card-side .card-slide .btn-icon .icon svg,
.card-side .card-slide .btn-icon .icon i {
  width: 20px;
}

.content-side {
  padding: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  background-color: #fff;
}
.content-side .header {
  font-weight: 500;
  font-size: 24px;
  line-height: 41px;
  text-align: right;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-side .between-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.content-side .blocks-tickets .box-ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  border: 1px solid #e3e3e3;
  padding: 15px;
  border-radius: 3px;
  background-color: #fff;
}
.content-side .blocks-tickets .box-ticket .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 7px;
}
.content-side .blocks-tickets .box-ticket .info .date {
  color: #409699;
  font-weight: 700;
  font-size: 13px;
}
.content-side .blocks-tickets .box-ticket .info .content {
  color: rgb(102, 102, 102);
  font-size: 14px;
  margin-bottom: 0;
  line-height: 22.4px;
  font-weight: 400;
}
.content-side .blocks-tickets .box-ticket .options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.feat-box {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 100%;
  padding: 20px 16px;
  border-radius: 11.22px;
  background-color: #272727;
  box-shadow: -4.91px 8.42px 37.88px 0px rgba(0, 0, 0, 0.0705882353);
  transition: 0.3s;
}
.feat-box .icon-holder {
  align-self: flex-start;
}
.feat-box .icon-holder img {
  width: 53px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.feat-box .text-holder .title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 19px;
  color: #FFFFFF;
}
.feat-box .text-holder .des {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #CDCDCD;
}
.feat-box:hover {
  transform: scale(0.95);
}
@media (max-width: 767.98px) {
  .feat-box {
    flex-direction: column;
    text-align: center;
  }
  .feat-box .icon-holder {
    align-self: center;
  }
}

.badge-box {
  position: relative;
  text-align: center;
  z-index: 1;
  transition: 0.3s;
}
.badge-box .title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #E8BB00;
}
.badge-box .img-box {
  width: 97%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.badge-box::before {
  content: "";
  position: absolute;
  max-width: 97%;
  width: 600px;
  height: 300px;
  z-index: 1;
  background: radial-gradient(ellipse at center, rgba(232, 187, 0, 0.5) 0%, rgba(15, 15, 16, 0) 40%, transparent 70%);
  filter: blur(60px);
}
.badge-box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 105%;
  height: 273px;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.514732) 42.25%, #0F0F0F 100%);
  z-index: 1;
}
.badge-box.first::before {
  inset-block-end: 50%;
  inset-inline-end: 10%;
}
.badge-box.second::before {
  inset-block-end: 50%;
  inset-inline-end: 50%;
  transform: translateX(-50%);
}
.badge-box.third::before {
  inset-block-end: 50%;
  inset-inline-start: 10%;
}
.badge-box:hover {
  transform: scale(0.95);
}
@media (max-width: 767.98px) {
  .badge-box::after {
    width: 103.5%;
  }
  .badge-box.first::before {
    inset-inline-end: 0%;
  }
  .badge-box.second::before {
    inset-inline-end: 0%;
    transform: unset;
  }
  .badge-box.third::before {
    inset-inline-start: 0%;
  }
}

.leaderboard-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.leaderboard-box .num {
  font-weight: 600;
  font-size: 128px;
  line-height: 27.84px;
  color: rgba(232, 187, 0, 0.0509803922);
}
.leaderboard-box .content-box {
  position: relative;
  min-height: 206px;
  min-width: 207px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  margin-bottom: 45px;
  border-radius: 20px;
  z-index: 1;
  background: url("../img/leaderboard-box-img.png") no-repeat center/cover;
  box-shadow: 0px 8px 10.2px 0px rgba(81, 65, 0, 0.4117647059);
  transition: 0.3s;
}
.leaderboard-box .content-box .photo-holder {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  border: 2px solid rgba(233, 233, 233, 0.5098039216);
  box-shadow: 0px 4px 4px 0px rgba(232, 187, 0, 0.1019607843);
  overflow: hidden;
  background-color: #272727;
}
.leaderboard-box .content-box .photo-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leaderboard-box .content-box .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27.84px;
  color: #000000;
}
.leaderboard-box .content-box .trophy-holder img {
  width: 131px;
  height: 131px;
}
.leaderboard-box .content-box .info-holder {
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  padding: 8px;
  text-align: center;
  background-color: #272727;
  border-radius: 20px;
  border: 1px solid rgba(232, 187, 0, 0.2117647059);
}
.leaderboard-box .content-box .info-holder .name {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.leaderboard-box .content-box .info-holder .des {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 400;
  color: #E8BB00;
}
.leaderboard-box .content-box::after {
  content: "";
  position: absolute;
  top: 0%;
  inset-inline-end: 0%;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
  opacity: 95%;
}
.leaderboard-box .content-box.first::after {
  background: linear-gradient(180deg, #FBD656 0%, #D79F3E 100%);
}
.leaderboard-box .content-box.second::after {
  background: linear-gradient(180deg, #D6D6D9 0%, #696D82 100%);
}
.leaderboard-box .content-box.third::after {
  background: linear-gradient(180deg, #CDCDCD 0%, #CDCDCD 100%);
}
.leaderboard-box .content-box:hover {
  transform: scale(1.05);
}

.main-select {
  border-radius: 4px;
  padding: 0.2rem;
  font-size: 13px;
  transition: 300ms;
  border: 1px solid #ddd;
}
.main-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: none;
}

.main-footer {
  background: #000;
  padding: 0px 0 15px 0;
}
.main-footer hr {
  background-color: #fff;
  height: 1px;
  border: none;
  opacity: 0.1;
}
.main-footer .box-footer {
  padding-top: 30px;
}
.main-footer .box-footer .box-info {
  position: relative;
}
.main-footer .box-footer .box-info .logo-holder {
  display: block;
  margin-bottom: 15px;
  transition: 0.3s;
}
.main-footer .box-footer .box-info .logo-holder .logo {
  width: 113px;
  height: auto;
}
.main-footer .box-footer .box-info .logo-holder:hover {
  scale: 1.05;
}
.main-footer .box-footer .box-info .text {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  color: #E9E9E9;
}
.main-footer .box-footer .box-info::after {
  content: "";
  position: absolute;
  inset-block-start: -70%;
  inset-inline-end: 20%;
  max-width: 100%;
  width: 650px;
  height: 350px;
  z-index: 1;
  background: radial-gradient(ellipse at center, rgba(232, 187, 0, 0.7) 0%, rgba(15, 15, 16, 0) 40%, transparent 70%);
  filter: blur(80px);
}
.main-footer .box-footer .wrapper-list {
  display: flex;
  justify-content: space-evenly;
  gap: 25px;
}
.main-footer .box-footer .list-footer .title {
  font-weight: 700;
  font-size: 17px;
  color: white;
  margin-bottom: 20px;
}
.main-footer .box-footer .list-footer .links {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.main-footer .box-footer .list-footer .links a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  transition: 300ms;
}
.main-footer .box-footer .list-footer .links a i,
.main-footer .box-footer .list-footer .links a svg {
  color: #E8BB00;
}
.main-footer .box-footer .list-footer .links a:hover {
  transform: translateX(-10px);
  color: #E8BB00;
}
.main-footer .box-footer .list-footer .links.info svg {
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #E8BB00;
  font-size: 13px;
  color: #E8BB00;
}
.main-footer .box-footer .list-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 1.1rem;
}
.main-footer .box-footer .list-social .item {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E8BB00;
  transition: 300ms;
}
.main-footer .box-footer .list-social .item svg,
.main-footer .box-footer .list-social .item i {
  color: #000;
  font-size: 15px;
}
.main-footer .box-footer .list-social .item:hover {
  transform: scale(1.2);
}
@media (max-width: 767.98px) {
  .main-footer .box-footer .box-info {
    text-align: center;
  }
  .main-footer .box-footer .list-footer .title {
    text-align: center;
  }
  .main-footer .box-footer .list-footer.custom-flex-res {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.main-footer .hr {
  width: 100%;
  height: 1px;
  margin: 1.5rem 0 1rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.main-footer .copy-right {
  font-weight: 500;
  font-size: 16px;
  line-height: 26.77px;
  text-align: center;
  color: #797E86;
}/*# sourceMappingURL=main.css.map */