@import url(../fonts/stylesheet.css);
@import url(../fonts/stylesheet.css);
@import url(../fonts/stylesheet.css);
body {
  font-family: "Oxanium", sans-serif;
  overflow-x: hidden; }

@media (min-width: 1440px) {
  .container {
    max-width: 1280px; } }
@media (min-width: 1300px) {
  .container {
    max-width: 1140px; } }
.feature-heading {
  font-size: 1.5rem; }

.hero {
  background: url("../images/book_enjoy.png") no-repeat center center/cover !important;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative; }

.hero-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.hero-content {
  text-align: center;
  line-height: 1.4;
  /* Adjusts spacing between lines */ }

.hero-content h1 {
  font-size: 2.5rem;
  /* Adjust as needed */
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* Adds space between text and icon */ }

.icon img {
  margin: 0 5px;
  /* Adds spacing around icons */
  vertical-align: middle; }

.hero-content {
  position: relative;
  z-index: 1; }

.hero-content h1 {
  font-size: 60px;
  font-weight: bold; }

.navbar-custom {
  position: absolute;
  top: 20px;
  left: 0px;
  font-size: 24px;
  font-weight: bold;
  color: white; }

.auth-buttons {
  position: absolute;
  top: 20px;
  right: 20px; }

.btn-custom {
  background: white;
  color: black;
  border-radius: 20px;
  padding: 5px 15px;
  font-weight: bold;
  text-decoration: none; }

.sports-menu {
  background: #0d0d1f;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  /* Centers the items horizontally */
  align-items: center;
  /* Centers vertically */
  gap: 50px;
  flex-wrap: wrap;
  /* Adds space between items */ }

.sports-menu a {
  color: white;
  text-decoration: none;
  font-size: 32px; }

.features-section {
  padding: 50px 20px; }

.feature-card {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px; }

.feature-card img {
  width: 100%;
  height: 200px;
  object-fit: cover; }

.tournament-section {
  position: relative;
  background: url("../images/Plan_tournaments.png") no-repeat center center/cover;
  padding: 80px 0;
  color: white;
  text-align: left;
  overflow: hidden; }

.tournament-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* Dark overlay for better contrast */ }

.tournament-content {
  position: relative;
  z-index: 2; }

.tournament-content h2 {
  font-weight: bold;
  font-size: 2.2rem; }

.tournament-content .badge {
  font-size: 1rem;
  padding: 5px 12px;
  border-radius: 20px; }

.tournament-content p {
  font-size: 1.1rem;
  max-width: 497px;
  line-height: 1.6; }

.btn-light {
  padding: 12px 40px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s ease-in-out; }

.btn-light:hover {
  background: #f0f0f0;
  color: #000; }

/* Adjusting the ticket image */
.custom-btn {
  color: #000; }

.download-section {
  text-align: center;
  padding: 80px 20px;
  max-width: 866px;
  margin: 0 auto; }

.feature-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); }

.feature-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px; }

.overlay {
  position: absolute;
  bottom: 10px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(106, 106, 106, 0.32);
  backdrop-filter: blur(44px);
  padding: 15px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  border-radius: 20px 20px; }

.bg-thumb {
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block; }

.bg-thumb::after {
  content: "";
  width: 100%;
  display: block;
  background-color: #fff; }

.bg-thumb img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  min-height: 100%;
  transform: translateY(-50%);
  object-fit: cover; }

.btn-accordion {
  background: none;
  color: white;
  font-weight: bold; }

.btn-accordion:not(.collapsed) {
  background: rgba(255, 255, 255, 0.1);
  color: white; }

.accordion-number {
  background-color: transparent;
  border: none; }

.btn-accordion::after {
  filter: invert(1);
  /* Inverts the colors to make black white */ }

.btn-accordion:focus {
  box-shadow: none; }

.faq-heading {
  font-size: 48px;
  margin-bottom: 20px; }

.body-accordion {
  color: #fff; }

.img-content {
  position: relative;
  flex: 0 0 auto;
  max-width: 75%;
  width: 100%;
  left: 0; }

.contact-section {
  padding: 50px 0; }

.contact-card {
  background: #fff;
  padding: 40px; }

.messg-box {
  border-radius: 16px !important; }

.form-control {
  border-radius: 10rem;
  padding: 12px 16px; }

.submit-btn {
  background: #131820;
  color: white;
  border-radius: 25px;
  padding: 12px; }

.categorySelect {
  padding: 1px; }

.categorySelect:focus {
  border-color: none;
  outline: 0;
  box-shadow: none; }

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none; }

.submit-btn:hover {
  color: #fff; }

.btn-outline-secondary:active {
  color: #000;
  background-color: #fff;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #000;
  background-color: #fff;
  border-color: #6c757d; }

.btn-outline-secondary:focus {
  box-shadow: none; }

@media screen and (max-width: 768px) {
  .contact-card {
    padding: 10px; }

  .sign-in-btn {
    padding: 6px 8px; }

  .sign-up {
    font-size: 20px; }

  .hero-content .hero-title {
    font-size: 2.2rem; }

  .img-content {
    max-width: 100%; }

  .sports-menu {
    gap: 20px;
    /* Reduce gap on smaller screens */
    padding: 10px;
    /* Adjust padding */ }

  .sports-menu a {
    font-size: 20px;
    /* Make text smaller on mobile */ }

  .sports-menu img {
    width: 16px;
    /* Reduce star size */ }

  .tournament-section {
    padding: 50px 0; }

  .tournament-content h2 {
    font-size: 1.8rem;
    /* Reduce heading size */ }

  .tournament-content p {
    font-size: 0.95rem; }

  .tournament-content .badge {
    font-size: 0.9rem;
    padding: 4px 10px; }

  .ticket-img {
    text-align: left;
    margin-top: 20px; }

  .ticket-img img {
    width: 140px;
    /* Make ticket image smaller */ } }
@media (max-width: 576px) {
  .tournament-section {
    padding: 40px 0; }

  .tournament-content h2 {
    font-size: 1.6rem;
    /* Further reduce heading size */ }

  .tournament-content p {
    font-size: 0.9rem;
    /* Reduce paragraph font size */ }

  .tournament-content .badge {
    font-size: 0.85rem;
    padding: 4px 8px; }

  .ticket-img img {
    width: 120px;
    /* Further reduce ticket image */ }

  .tournament-content .btn {
    font-size: 0.9rem;
    /* Make button text smaller */
    padding: 8px 12px; } }
@media (max-width: 480px) {
  .sports-menu {
    flex-direction: column;
    /* Stack items vertically */
    align-items: center;
    gap: 10px; }

  .sports-menu a {
    font-size: 18px;
    /* Reduce text size further */ }

  .sports-menu img {
    width: 14px; } }
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
