@import url("athletes.css");
/* RESET & BASE */
* {
  margin: 0; padding: 0; box-sizing: border-box;
}
html, body {
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: #000;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* HEADER / NAVBAR */
.header { z-index: 1000; }
.logo { height: 100px; }
.nav-box {
  border: 2px solid #e96cbf;
  border-radius: 30px;
  padding: 6px 12px;
  display: flex;
  gap: 10px;
}
.navbar-nav .nav-link {
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 20px;
  color: #000;
  transition: .3s;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  background: #e96cbf;
  color: #fff !important;
}
.contact-btn {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 500;
  transition: .3s;
}
.contact-btn:hover {
  background: #e96cbf;
  color: #000;
}

/* HERO */
.hero {
  height: 100vh;
  background: url('images/hero.jpg') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 140px;
  padding-left: 80px;
  text-align: left;
}
.hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-left .team {
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 2px;
  margin-left: 12px;
}
.hero-left h1 {
  font-size: 160px;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  margin: 0 0 30px 0;
}
.hero-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.team {
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
}
.hero h1 {
  font-size: 160px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}
.hero-btn {
  padding: 14px 28px;
  font-size: 16px;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  background: transparent;
  font-weight: 500;
  transition: all 0.3s;
  align-self: center;
}
.hero-btn:hover {
  background: #000;
  color: #fff;
}

/* ABOUT */
.about-section {
  height: 100vh;
  background: url('images/hero2.jpg') center/cover no-repeat;
  display: flex;
  align-items: flex-start;
  padding: 100px 60px;
}
.about-text {
  color: #000;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  padding-right: 20px;
}


/* TESTIMONIALS */
.testimonials {
  background: #e96cbf;
  padding: 120px 60px 80px;
  text-align: center;
}
.quote-mark {
  font-size: 200px;
  line-height: .6;
}
.quote-mark {
  font-size: 200px;
  line-height: .6;
  margin-top: -30px;
}

.testimonial-heading {
  margin-bottom: 60px;
}
.testimonial strong {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  margin-top: 10px;
  font-weight: 600;
  transition: .3s;
  cursor: pointer;
}
.testimonial strong:hover {
  background: #000;
  color: #fff;
}

.testimonial-cards {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.testimonial {
  flex: 1;
  max-width: 31%;
}

/* ACHIEVEMENTS */
.achievements {
  height: 100vh;
  background: url('images/tunnel.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0 60px;
}
.bg-box-1, .bg-box-2 {
  background: rgba(0, 0, 0, .5);
}
.bg-box-1 { background: rgba(0, 0, 0, .4); }
.bg-box-2 { background: rgba(0, 0, 0, .7); }

/* FOOTER */
.footer {
  background: #e96cbf;
  color: #000;
}
.footer-logo {
  height: 100px;
}
.footer-icon {
  width: 20px;
  height: 20px;
}
footer .nav-link {
  color: #000 !important;
  text-decoration: none;
}
footer .nav-link:hover {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 110px 20px 0;
    text-align: center;
  }

  .hero-left {
    align-items: center;
    text-align: center;
  }

  .hero-left .team {
    font-size: 20px;
    margin-left: 0;
  }

  .hero-left h1 {
    font-size: 58px;
  }

  .hero-btn {
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 20px;
  }

  .testimonial-heading {
    margin-bottom: 40px;
  }

  .testimonial-cards {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .testimonial {
    max-width: 100%;
  }

  .about-section,
  .achievements {
    padding: 80px 20px;
  }
}

.about-text {
  color: #000;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}


.about-section {
  height: 100vh;
  background: url('images/hero2.jpg') center/cover no-repeat;
  display: flex;
  align-items: flex-start;
  padding: 60px 20px 0;
}


  #about .col-lg-8 {
    margin-left: 0 !important;
    padding: 0 !important;
  }



#about .col-lg-8 {
  padding-top: 1px;
  margin-left: -140px;
}

#testimonials h2 {
  font-size: 64px;
  font-weight: 800;
  margin-top: -55px;
}

#testimonials img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #000;
    border-radius: 20px;
    padding: 20px 0;
    text-align: center;
	margin-top: 15px;
  }

  .nav-box {
    flex-direction: column;
    align-items: center;
    border: none;
    gap: 10px;
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }

  .navbar-nav {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 500;
    background-color: transparent;
    color: #fff !important;
    transition: background-color 0.3s, color 0.3s;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus {
    background-color: #e96cbf;
    color: #fff !important;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .contact-nav.active {
    background-color: #e96cbf !important;
    color: #fff !important;
  }
}

.navbar-nav .contact-nav {
  background-color: transparent;
  color: #fff !important;
  transition: background-color 0.3s, color 0.3s;
}

.navbar-nav .contact-nav:hover,
.navbar-nav .contact-nav:focus,
.navbar-nav .contact-nav.active {
  background-color: #e96cbf;
  color: #fff !important;
}



