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

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif !important;
  overflow-x: hidden;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Bebas";
  src: url("../fonts/BebasNeue-Regular.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-display: swap;
}

* {
  -webkit-tap-highlight-color: transparent;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "opsz" 14;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 96px;
}

/* Header section */

/* navbar  */
.desk-nav {
  display: flex !important;
}

.mob-nav {
  display: none !important;
}

.navigation {
  background-color: #000;
}

.navigation .container {
  display: flex;
  height: 92px;
  justify-content: space-between;
  align-items: center;
}

.navigation .nav-links a {
  text-decoration: none;
  color: #fff;
  position: relative;

}
.navigation .nav-links a.active {
  color: #00A651;
}
.navigation .nav-links a.active::after{
     content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00A651;
}


.navigation.home-nav .container {
  position: relative;
  justify-content: flex-end;
}

.navigation.home-nav .container .links {
  padding-left: 178px;
}

.navigation.home-nav .container .logo {
  position: absolute;
  top: 14px;
  left: 96px;
  z-index: 99;
}

.navigation.sticky {
  position: fixed;
  top: -120px;
  z-index: 999;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.41, -0.2, 0.43, 1.01);
}
main{
  margin-top: 92px;
}
main.home-main{
  margin-top: 0;
}
.home-scrolled .navigation.sticky {
  top: 0;
}

.links {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav-links {
  font-family: Bebas;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
  list-style: none;
  color: #fff;
  display: flex;
  gap: 20px;
}

.organize-button {
  font-family: Bebas;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 10%;
  text-transform: capitalize;
  background-color: #00a651;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  /* width: 220px; */
  /* height: 44px; */
  padding: 10px 16px;
  white-space: nowrap;
}

/* Hero section */
.hero-section {
  width: 100%;
  height: 744px;
  padding: 0;
  background: url("../assets/hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-section {
  padding-top: 180px;
}

.tagline {
  font-family: Bebas;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 5%;
  text-transform: capitalize;
  color: #f26b33;
}

.heading1 {
  font-family: Bebas;
  color: #fff;
  font-weight: 400;
  font-size: 89.69px;
  line-height: 86%;
  letter-spacing: 5%;
  text-transform: capitalize;
  margin-top: 7px;
}

.green {
  color: #00a651;
}

.white-line {
  display: block;
  background-color: #fff;
  width: 120px;
  height: 2px;
  margin-top: 9px;
  margin-bottom: 8px;
}

.description {
  color: #fff;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  max-width: 547px;
  text-transform: capitalize;
}

.cta-buttons {
  display: flex;
  gap: 21px;
  margin-top: 30px;
}

.explore-btn {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 220px;
  border: 1px solid #fff;
  font-family: Bebas;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 10%;
  text-transform: capitalize;
  text-decoration: none;
}

.contact-btn {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
  height: 44px;
  width: 159px;
  font-family: Bebas;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 10%;
  text-transform: capitalize;
  text-decoration: none;
  background-color: #00a651;
}

.dark-btn {
  transition: background-color 0.25s ease-in-out;
}

.dark-btn:hover {
  background-color: #0a7544 !important;
}

.white-btn {
  transition: all 0.25s ease-in-out;
}

.white-btn:hover {
  background-color: #fff !important;
  color: #0a7544 !important;
}

.arrow-container {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

/* sports we organize section */
.head {
  margin-top: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 33px;
}

.black-line {
  display: block;
  width: 111px;
  height: 1px;
  background-color: #000;
}

.heading2 {
  font-family: Bebas;
  font-weight: 400;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.sports-section {
  width: 100%;
  padding: 35px 0;
}

.sports-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 29px;
}

/* CARD */
.sport-card {
  position: relative;
  width: 114%;
  height: 350px;
  overflow: hidden;

  /* Tilted left and right edges */
  clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);

  display: block;
  text-decoration: none;
  color: white;
}

/* IMAGE */
.sport-card>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

/* Dark/light image effect */
.sport-card::after {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.08);

  pointer-events: none;
}

/* GREEN TRIANGLE */
.green-overlay2 {
  position: absolute;
  z-index: 2;

  left: 0;
  bottom: 0;

  width: 84%;
  height: 58%;

  background: #00834b;

  /*
     This creates the diagonal top edge
     and the diagonal right edge.
  */
  clip-path: polygon(0 0, 35% 0, 100% 100%, 0 100%);
}

/* CONTENT INSIDE GREEN AREA */
.sport-content {
  position: absolute;

  left: 30px;
  bottom: 14px;

  width: calc(100% - 45px);

  display: flex;
  flex-direction: column;
}

/* ICON */
.sport-icon {
  margin-left: 12px;
  margin-bottom: 12px;
}

/* TITLE */
.sport-info .first-text {
  font-family: "Bebas", sans-serif;
  font-size: 38.33px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.sport-info .second-text {
  font-family: "Bebas", sans-serif;
  font-size: 19.16px;
  line-height: 125%;
  letter-spacing: 0%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 30px;
}

/* ARROW */

/* HOVER */
.sport-card:hover>img {
  transform: scale(1.05);
}

.sport-icon img {
  width: 64px;
  height: 64px;
}

/* about section */
.about-section .container {
  margin-top: 91px;
  display: flex;
  gap: 66px;
  align-items: center;
}

.about-image {
  width: 100%;
  max-width: 611px;
  aspect-ratio: 611 / 507;
  min-width: 320px;
  flex-shrink: 1;
  background: url("../assets/about-image.jpg") center/cover no-repeat;
}

.overlay {
  background: rgba(0, 0, 0, 0.377);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo2 {
  width: clamp(120px, 37%, 225px);
  height: auto;
}

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  max-width: 570px;
}

.about .heading2 {
  display: flex;
  gap: 19px;
  align-items: center;
}

.about-detail {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.explore-more {
  font-family: Bebas;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 10%;
  text-transform: capitalize;
  background-color: #00a651;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 161px;
  height: 44px;
  text-decoration: none;
}

/*  Making an impact section  */
.impact-section .head {
  margin-top: 0;
}

.impact-section {
  margin-top: 90px;
  background-image: url("../assets/ground.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 348px;
  width: 100%;
}

.green-overlay {
  background: rgba(2, 69, 38, 0.7);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.impact-section .heading2 {
  color: #fff;
}

.impacts {
  margin-top: 35px;
  display: flex;
  gap: 120px;
  justify-content: center;
}

.impact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.number {
  font-family: Bebas;
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  margin-top: 15px;
}

.impact {
  font-family: Bebas;
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}

/* upcoming event section */
.upcoming-event-section {
  padding: 54px 0;
  background-color: #ededed;
}

.upcoming-event-section .heading2 {
  display: flex;
  gap: 25px;
  align-items: center;
}

.view-all {
  text-decoration: none;
  display: block;
  height: 44px;
  width: 180px;
  font-family: Bebas;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 10%;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border: 1px solid #000;
}

.gray {
  transition: color 0.2s ease-in;
}

.gray:hover {
  color: #444;
}

.head-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event-cards-wrap {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.event-card {
  width: 100%;
  max-width: 299px;
  flex: 1 1 255px;
}

.card-image {
  background-image: url("../assets/cricket-cup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.image-container {
  height: 195px;
  overflow: hidden;
}

.event-card:hover .card-image {
  transform: scale(1.05);
}

.card-details {
  padding: 19px 0 32px 17px;
  background-color: #fff;
}

.card-heading {
  font-family: Bebas;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.location {
  margin-top: 8px;
  display: flex;
  gap: 7px;
  align-items: center;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.card-details .view-all {
  background: #00a651;
  border: none;
  color: #fff;
  width: 152px;
  margin-top: 26px;
}

.card2 {
  background-image: url("../assets/hockey-tournament.jpg");
}

.card3 {
  background-image: url("../assets/football-tournament.jpg");
}

.card4 {
  background-image: url("../assets/volleyball-match.jpg");
}

/* event gallery section */
.event-gallery-section {
  background-image: url("../assets/ground.jpg");
  height: 643px;
  background-position: center 80%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.black-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.811);
}

/* .event-gallery-section .container {
  display: flex;
  justify-content: space-between;
  padding-top: 63px;
} */
.event-gallery-section .container {
  display: flex;
  justify-content: space-between;
  padding-top: 63px;
  gap: 30px;
}

.event-gallery-details,
.event-gallery-section .container>div:last-child {
  min-width: 0;
}

.event-gallery-section .heading2 {
  color: #fff;
  display: flex;
  gap: 25px;
  align-items: center;
}

.event-gallery-details {
  position: relative;
}

.event-gallery-section .about-detail {
  color: #fff;
  margin-top: 16px;
  max-width: 405px;
  min-width: 300px;
}

.event-gallery-section .view-all {
  margin-top: 30px;
  color: #fff;
  border: 1px solid #fff;
  width: 211px;
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  max-width: 707px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: auto;
  width: 100%;
}

.mySwiper {
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.small-swiper {
  margin-top: 29px;
}

.small-swiper-wrap {
  display: flex;
  gap: 21px;
}

.swiper-image {
  aspect-ratio: 707 / 398;
  height: auto;
  overflow: hidden !important;
}

.swiper-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-image2 {
  width: 162px !important;
  height: 98px !important;
  overflow: hidden !important;
  cursor: pointer;
}

.swiper-buttons {
  position: absolute;
  display: flex;
  gap: 16px;
  bottom: 20px;
  right: 26px;
  z-index: 10;
}

.swiper-button-prev2,
.swiper-button-next2 {
  cursor: pointer;
}

/* footer section */
footer {
  background-color: #0a7544;
}

footer .container {
  padding-top: 44px;
  display: flex;
  gap: 119px;
}

.footer-content {
  display: flex;
  align-items: flex-start;
  gap: 41px;
}

.footer-logo {
  width: clamp(70px, 10vw, 119px);
  aspect-ratio: 119 / 139;
  flex-shrink: 0;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-heading {
  font-family: Bebas;
  font-weight: 400;
  font-style: Regular;
  font-size: 23px;
  line-height: 150%;
  letter-spacing: 10%;
  text-transform: capitalize;
  color: #fff;
  margin-top: 10px;
}

.footer-description {
  font-family: Manrope;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 10%;
  text-transform: capitalize;
  color: #fff;
  width: 293px;
}

.footer-links {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-links h4 {
  font-family: Bebas;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 10%;
  text-transform: capitalize;
  color: #fff;
}

.quick-links .link {
  margin-top: 10px;
  list-style: none;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 10%;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  color: #fff;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer .contact-details-wrap {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-details {
  display: flex;
  gap: 15px;
  align-items: center;
}

.contact-info .para {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 10%;
  text-transform: capitalize;
  color: #fff;
}

.contact-head {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 191%;
  letter-spacing: 10%;
  text-transform: capitalize;
  color: #fff;
}

.contact-through {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 191%;
  letter-spacing: 10%;
  text-transform: capitalize;
  color: #fff;
}

.contact-details:nth-child(3) {
  padding-top: 4px;
}

.social-links {
  margin-top: 11px;
  display: flex;
  gap: 8px;
}

.footerline {
  background-color: #0d8c52;
  width: 100%;
  height: 1px;
  margin-top: 57px;
}

.copyright {
  margin-top: 19px;
  padding-bottom: 16px;
  color: #fff;
  font-family: Manrope;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 191%;
  letter-spacing: 10%;
  text-align: center;
  text-transform: capitalize;
}

/*  hero section  */
.event-hero-sec .hero-para {
  max-width: 547px;
}

/* ----------1024px----------------- */
@media (max-width: 1024px) {
  .container {
    padding: 0 65px;
  }

  .heading2 {
    font-size: 25px;
  }

  .explore-btn {
    padding: 0 10px;
    width: 180px;
    font-size: 16px;
  }

  .contact-btn {
    padding: 0 10px;
    width: 140px;
    font-size: 16px;
    gap: 10px;
  }

  .call-icon {
    scale: 0.9;
  }

  .about {
    min-width: 400px;
  }

  .impacts {
    gap: 50px;
    flex-wrap: wrap;
  }

  .number {
    font-size: 45px;
    margin-top: 0;
  }

  .impact {
    font-size: 22px;
  }

  .impact-card img {
    scale: 0.8;
  }

  .about-detail {
    font-size: 16px;
  }

  .about {
    min-width: 300px;
    gap: 10px;
  }

  footer .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ----------767px----------------- */
@media (max-width: 767px) {
  .heading1 {
    font-size: 50px;
  }

  .container {
    padding: 0 35px;
  }

  .number {
    font-size: 35px;
  }

  .impacts {
    gap: 25px;
  }

  .impact {
    font-size: 18px;
  }

  .impact-card img {
    scale: 0.6;
  }

  .black-line,
  .white-line {
    display: none;
  }

  .upcoming-event-section .view-all {
    font-size: 16px;
    width: 130px;
    height: 35px;
  }

  .event-gallery-section .container {
    flex-wrap: wrap;
  }

  .event-gallery-section {
    height: fit-content;
    padding-bottom: 20px;
  }

  .about-section .container {
    flex-wrap: wrap;
    gap: 35px;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 30px;
  }

  footer .container {
    gap: 50px;
  }

  .footer-content {
    align-items: center;
    /* gap: 0; */
    flex-wrap: wrap;
  }

  .event-cards-wrap {
    justify-content: center;
  }
}

/* card media */

@media (max-width: 1070px) {
  .sports-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .sport-card {
    clip-path: none;
    width: 100%;
  }

  .green-overlay2 {
    width: 100%;
  }

  /* navbar  */
  .desk-nav {
    display: none !important;
  }

  .mob-nav {
    display: flex !important;
  }

  .navigation.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: transparent;
    height: 92px;
  }

  .mob-nav-head {
    background-color: #000;
  }

  .mob-navlinks-container {
    background-color: #000;
    transition: .3s;
    transform: translateX(100%);
  }

  .mob-navlinks-container.active {
    transform: translateX(0);
  }

  .mob-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 15px;
    cursor: pointer;
  }

  .mob-hamburger .hamburger-line {
    height: 1px;
    background: #fff;
    width: 100%;
    transition: 0.2s ease-in-out;
  }

  .active .bar-2 {
    opacity: 0;
  }

  .active .bar-1 {
    transform: translate(0, 7.5px) rotate(-17deg);
  }

  .active .bar-3 {
    transform: translate(0, -6.5px) rotate(17deg);
  }

  .mob-navlinks-container .container {
    height: calc(100vh - 92px);
    justify-content: normal;
    align-items: self-start;

  }
  .mob-navlinks-container .container .nav-links{
       flex-direction: column;
  }
  .links {
    padding-top: 40px;
    display: flex;
    gap: 30px;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
  }
      
}

@media (max-width: 520px) {
  .sports-container {
    grid-template-columns: repeat(1, 1fr);
  }
}