/* Hero Section Background */

html {
  overflow-x: hidden;
}
body {
  background: radial-gradient(circle at center, #0c0c0c 0%, #000000 100%);
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.testimonial-container {
  color: white;
  text-align: center;
  padding: 40px 20px;
  margin-top: 150px;
}
.profile-icon {
  width: 50px;
  height: 50px;
  background-color: gray;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 1.5rem;
  color: white;
}
.highlighted {
  background-color: #f26522;
}
.author-name {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
  color: #ffffffb2;
}
.author-role {
  font-size: 21px;
  font-weight: 400;
  color: #ffffffb2;
}

.tournament-card {
  border-bottom: 1px solid #6c757d;
  padding: 1rem 0;
}
.tournament-card:last-child {
  border-bottom: none;
}

.mb-6 {
  margin-bottom: 5rem;
}

.arrow-btn {
  background-color: #ff5722;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
.arrow-btn:hover {
  background-color: #e64a19;
}
.footer {
  background-color: #1b1b1b;
  padding: 1rem 0;
}
.footer hr {
  border-color: #6c757d;
}
.footer a {
  color: #fff;
  text-decoration: none;
  transition: ease-in 0.1s;
}
.footer a:hover {
  color: #f26522;
  text-decoration: underline;
}
.footer-logo {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.footer .small {
  font-weight: -600;
  color: white;
}

.boxCardShadow {
  -webkit-box-shadow: 0px 0px 150px -68px #f26522;
  -moz-box-shadow: 0px 0px 150px -68px #f26522;
  box-shadow: 0px 0px 150px -68px #f26522;
}

.fw-bold {
  color: white;
}
.list-unstyled {
  line-height: 3;
}
.hero-section {
  min-height: 100vh;
  color: white;
  padding: 5rem 0;
  position: relative;
}

.nav-link:focus,
.nav-link:hover {
  color: #f26522;
}

.nav-link {
  color: white;
}

/* Text Color */
.text-orange {
  color: #f76300;
}

.btn {
  padding: 10px 18px;
  border-radius: 13px;
  font-size: 18px;
  font-weight: 600;
}

/* Button Styling */
.btn-orange {
  background-color: #f26522;
  color: white;
  border: none;
  border: 1px solid #f26522;
  transition: all 0.3s ease-in-out;
}
.btn-orange:hover {
  background-color: #272727;
  border: 1px solid #f26522;
  color: #ffffff;
}

/* Stats Styling */

/* Header Styles */
.header {
  margin: auto;
  text-align: center;
  padding: 20px;
  color: white;
  margin-top: 10px;
  max-width: 65%;
}

.header h1 {
  font-size: 4.7rem;
  margin-bottom: 10px;
  letter-spacing: -2.5px;
}
p {
  color: #ffffffb2;
}
.header p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.header .buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.header .btn.primary {
  background-color: #f76300;
  color: white;
}
.primary:hover {
  background-color: #272727;
}
.buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* Background Section */
.content {
  color: white;
  text-align: center;
  font-weight: 600;
}

.content .stats {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 30px;
}
.content .stats h2 {
  font-size: 24px;
}
.content .stats p {
  font-size: 12px;
}

.details img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.btn-black {
  color: white;
  background-color: #272727;
}
.btn-black:hover {
  background-color: #272727;
  color: #ffffff;
}

.header-image {
  padding-left: 135px;
  margin-top: -35px;
}
.header-image1 {
  padding-left: 320px;
  margin-top: 5px;
  width: 120%;
}
.image-container {
  position: relative; /* Establish a positioning context */
  display: inline-block; /* Ensure the container wraps around the images */
}
.small-image {
  margin-top: -365px;
  margin-left: 59px;
}
.small-image2 {
  margin-top: -261px;
  margin-left: 756px;
}

.header1,
.header2,
.header3 {
  text-align: center;
  margin: auto;
  padding: 20px;
  color: white;
  margin-top: 10px;
  max-width: 800px;
}

.header1 h1,
.header2 h1 {
  font-size: 48px;
  margin-bottom: 10px;
  letter-spacing: -2.5px;
}

.header1 p,
.header2 p {
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0px;
}

.sideimage2 {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 100px;
  height: auto;
  z-index: 1;
}

/* Backgrounds for some section */
.hero-section-1,
.hero-section-5 {
  background: radial-gradient(circle, #d36111b0 0%, transparent 45%);
}

.box {
  box-shadow: 0px -145px 149px -155px rgba(250, 87, 20, 1);
}

.hero-section-2 {
  background: radial-gradient(circle, #d36111b0 10%, transparent 50%);
}

.hero-section-3 {
  min-height: 70vh;
}

.hero-section-4 {
  background: radial-gradient(circle, #d36111b0 0, transparent 55%);
}

.challenge-section {
  background-color: #1b1b1b;
  border-radius: 15px;
  padding: 2rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.team-logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
}

.vs-text {
  font-size: 3rem;
  color: #fff;
  margin: 0 1rem;
}

.get-started-btn {
  background-color: #272727;
  color: white;
  padding: 10px 18px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-bottom: 3px solid #f76300;
  border-radius: 13px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 23.48px 58.71px 0px #f265221a;
}

.hedding-h2 {
  font-size: 50px;
}

.get-started-btn:hover {
  background-color: #f76300;
  color: #1c1c1c;
}
.games {
  margin-left: 240px;
}

.card {
  background-color: rgba(27, 27, 27, 1);
}
.map {
  max-width: 344px;
  height: 190px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.map img:nth-child(1) {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.map img:nth-child(2) {
  position: absolute;
  top: 15%;
  left: 20%;
}
.map img:nth-child(3) {
  position: absolute;
  bottom: 15%;
  left: 20%;
}
.map img:nth-child(4) {
  position: absolute;
  top: 35%;
  right: 15%;
}
.map img:nth-child(5) {
  position: absolute;
  bottom: 15%;
  right: 20%;
}

.border-yellow {
  border: 0.75px solid rgba(242, 101, 34, 0.2);
}
.player-img {
  max-width: 62px;
  max-height: 95px;
  overflow: hidden;
  border-radius: 12px;
}
.player-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.player-info h3 {
  font-size: 10px;
  font-weight: 500;
}

.player-info p {
  font-size: 8.89px;
  font-weight: 400;
}

.player-info {
  max-width: 69%;
}

.teamCard {
  box-shadow: 10px 52px 62px 0px rgba(129, 139, 177, 0.2);
  background-color: #272727;
}

.team {
  background-color: #f76300;
  color: white;
  /* padding: 10px 20px; */
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  width: 70px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-img {
  position: absolute;
  top: 20px;
  left: 160px;
}
.con-img2 {
  position: absolute;
  bottom: 20px;
  left: 160px;
}

.con-img3 {
  position: absolute;
  right: -45px;
  bottom: 20px;
}
.bracket-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  gap: 30px;
}
.placeholder {
  background-color: #333;
  color: white;
  /* padding: 10px 20px; */
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  /* font-weight: 500; */
  width: 70px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gap-6 {
  gap: 90px;
}

.color-primary {
  color: #f26522;
}

.hero-section-4 .game-center-content {
  max-width: 605px;
}
.hero-section-4 .primary {
  background-color: #f76300;
  color: white;
}

.circle-img-container {
  max-width: 1250px;
  margin: auto;
}

.floating-images .floating-image {
  position: absolute;
  width: 95px;
  transition: transform 0.3s ease-in-out;
  border-radius: 5px;
}

.floating-images .floating-image:nth-child(1) {
  top: 10%;
  left: 20%;
}
.floating-images .floating-image:nth-child(2) {
  top: 15%;
  right: 25%;
}
.floating-images .floating-image:nth-child(3) {
  top: 50%;
  left: 5%;
}
.floating-images .floating-image:nth-child(4) {
  bottom: 15%;
  left: 15%;
}
.floating-images .floating-image:nth-child(5) {
  bottom: 20%;
  right: 16%;
}
.floating-images .floating-image:nth-child(6) {
  bottom: 40%;
  right: 20%;
}
.floating-images .floating-image:nth-child(7) {
  top: 30%;
  right: 10%;
}
.floating-images .floating-image:nth-child(8) {
  bottom: 5%;
  left: 50%;
}

.floating-images .floating-image:nth-child(2),
.floating-images .floating-image:nth-child(8),
.floating-images .floating-image:nth-child(3) {
  width: 120px;
  height: 65px;
}
.floating-images .floating-image:nth-child(4),
.floating-images .floating-image:nth-child(1) {
  width: 145px;
  height: 85px;
}

.floating-images .floating-image:hover {
  transform: scale(1.1);
}

.member {
  width: 100%;
  max-height: 542px;
  overflow: hidden;
  border-radius: 27px;
}

.member .member-image {
  width: 100%;
  height: 100%;
}

.member-card {
  bottom: -100px;
  left: -30px;
}

.main-img::after {
  content: "";
  display: inline-block;
  width: 83%;
  height: 136px;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, #000000 81%);
  position: absolute;
  bottom: 0px;
  left: 80px;
}

.member-card-2 {
  bottom: -110px;
  right: -65px;
}
.member-container {
  margin-bottom: 6rem;
}
.main-smal-img {
  top: 55%;
  left: -55px;
}

.main-smal-img-2 {
  right: -55px;
  top: 55%;
}

.fs-48 {
  font-size: 48px;
}
.fs-25 {
  font-size: 25px;
}

.devider {
  width: 100%;
  height: 1px;
  border: 1px solid #cebefe;
  margin: 10px 0;
}

/* Responsive Design */

.min-height {
  min-height: 100vh;
}

@media (max-width: 1023.99px) {
  .floating-images .floating-image:nth-child(5) {
    right: 9%;
  }
  .floating-images .floating-image:nth-child(7) {
    right: 0%;
  }
  .floating-images .floating-image:nth-child(2) {
    top: 12%;
    right: 20%;
  }
  .floating-images .floating-image:nth-child(6) {
    right: 12%;
  }
  .floating-images .floating-image:nth-child(3) {
    left: 0%;
  }
}

@media (max-width: 992px) {
  .hero-section-4 h1 {
    font-size: 2rem;
  }

  .hero-section-4 p {
    font-size: 1rem;
  }
}

@media (max-width: 767.99px) {
  .hero-section {
    text-align: center;
  }
  .stats {
    gap: 1rem;
  }
  .header h1 {
    font-size: 2.5rem;
  }
  .header {
    max-width: 86%;
  }

  .hero-section-4 h1 {
    font-size: 1.75rem;
  }

  .hero-section-4 p {
    font-size: 0.9rem;
  }
  .main-img::after {
    width: 87%;
    height: 20px;
    left: 43px;
  }
  .hedding-h2 {
    font-size: 30px;
  }
  .fs-48 {
    font-size: 30px;
}
.fs-25 {
  font-size: 18px;
}
}

@media (max-width: 576px) {
  .navbar {
    background: #1e1e1e;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
  }
  .hero-section-4 h1 {
    font-size: 1.5rem;
  }

  .hero-section-4 p {
    font-size: 0.85rem;
  }

  .hero-section-4 button {
    font-size: 0.9rem;
  }

  .header h1 {
    font-size: 2.3rem;
  }
  .header p {
    font-size: 0.8rem;
  }
  .header {
    max-width: 100%;
  }
  .header1 {
    max-width: 100%;
  }
  .header1 h1 {
    font-size: 2.3rem;
  }
  .header1 p {
    font-size: 0.8rem;
  }
  .hedding-h2 {
    font-size: 30px;
  }
  .header2 {
    max-width: 100%;
  }
  .header3 {
    max-width: 100%;
  }
  .header2 p {
    font-size: 0.8rem;
  }
  .main-img::after {
    width: 85%;
    height: 20px;
    left: 28px;
  }
  .main-smal-img {
    width: 100px;
    top: 67%;
    left: -20px;
  }
  .main-smal-img-2 {
    width: 100px;
    right: -20px;
    top: 67%;
  }
  .fs-48 {
    font-size: 30px;
  }
  .w-75 {
    width: 90% !important;
    margin: auto;
    text-align: center;
  }
  .map {
    height: 110px;
  }
  p {
    font-size: 0.8rem;
  }
  .testimonial-container {
    margin-top: 50px;
  }
  .fs-25 {
    font-size: 16px;
  }
  .author-name,
  .author-role {
    font-size: 7.79px;
  }
  .profile-icon {
    width: 28px;
    height: 28px;
  }
  .small {
    width: 100%;
  }
  .hero-section {
    min-height: auto;
  }
  .floating-images .floating-image:nth-child(3) {
    width: 72px;
    height: 35px;
  }
  .floating-images .floating-image:nth-child(4) {
    width: 56px;
    height: 27px;
  }
  .floating-images .floating-image {
    width: 50px;
  }
  .floating-images .floating-image:nth-child(8) {
    width: 60px;
    height: 30px;
  }
  .floating-images .floating-image:nth-child(2) {
    width: 60px;
    height: 30px;
  }
  .floating-images .floating-image:nth-child(1) {
    width: 80px;
    height: 45px;
  }
  .floating-images .floating-image:nth-child(8) {
    bottom: 25%;
  }
  .floating-images .floating-image:nth-child(1) {
    top: 15%;
    left: 10%;
  }
}

@media (max-width: 375px) {
  .hero-section {
    min-height: 73vh;
  }
  .header {
    padding: 0;
  }
  .header h1 {
    font-size: 1.5rem;
  }
  .get-started-btn {
    padding: 8px 12px;
    font-size: 13px;
  }
  .btn {
    padding: 8px 12px;
    font-size: 13px;
  }
  .header1 h1 {
    font-size: 1.5rem;
  }
  .h1 {
    font-size: 1.5rem;
  }
  .hedding-h2 {
    font-size: 24px;
  }
  .fs-48 {
    font-size: 24px;
  }
  .testimonial-container {
    padding: 0px 0px;
  }
  h5 {
    font-size: 1rem;
  }
  .footer a {
    font-size: 12px;
  }

  .floating-images .floating-image:nth-child(3) {
    width: 72px;
    height: 35px;
  }
  .floating-images .floating-image:nth-child(4) {
    width: 56px;
    height: 27px;
  }
  .floating-images .floating-image {
    width: 50px;
  }
  .floating-images .floating-image:nth-child(8) {
    width: 60px;
    height: 30px;
  }
  .floating-images .floating-image:nth-child(2) {
    width: 60px;
    height: 30px;
  }
  .floating-images .floating-image:nth-child(1) {
    width: 80px;
    height: 45px;
  }
  .floating-images .floating-image:nth-child(8) {
    bottom: 25%;
  }
  .floating-images .floating-image:nth-child(1) {
    top: 15%;
    left: 10%;
  }
}
