@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Baloo Bhai 2', cursive;
  background-color: white;
  color: #000;
}

h1, h3 {
  font-family: 'Orbitron', sans-serif;
}

/* Header */
header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 11%;
  background-color: black;
  padding: 0 40px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.logo2 {
  width: 60px;
  height: 60px;
  margin-left: 60px;
}

nav{ 
    display: flex;
    align-items:center;
    justify-content: space-between ;
    flex-wrap: wrap;

}

nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
    gap: 100px;
}

nav ul li a {
  font-family: 'Arial', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 140px;
}


nav ul li a:hover {
  color:rgb(221, 103, 6);
  text-decoration: underline;
  transition: 0.3s;
}

/* Hero Section */
.hero {
  height: 114vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4.8%;
  background: url(../img/landing.JPG) no-repeat center center/cover;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  color: white;
  position: relative;
  text-align: left;
  margin-left: 100px;
  max-width: 1500px;
  margin-top: -180px;
}

.hero-content h1 {
  font-family: 'Arial', sans-serif;
  font-size: 150px;
  font-weight: 500;
  line-height: 130px;
  margin-bottom: 60px;
}

.hero-content span{
  font-family: 'Archivo', sans serif;
  font-size: 150px;
  font-weight: 500;
}

.p {
  font-family: 'Baloo Bhai 2', sans-serif;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 60px;
}

.hero a {
  font-family: 'Archivo Narrow', sans-serif;
  text-decoration: none;
  color: white;
  font-weight: lighter;
  background-color: rgb(221, 103, 6);
  font-size: 20px;
  padding: 15px 25px;
  border-radius: 40px;
  display: inline-block;
}

/* Feature Section */
.feature-section {
  padding: 50px 20px;
  text-align: left;
  margin-left: 20px;
}

.line hr{
    margin-bottom: 0;
    margin-top: 0;
    border: 2px solid white;
  }

.feature-section h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
}

.feature-section h2 {
  font-family: 'Baloo Bhai 2', sans-serif;
  font-size: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feature-section p {
  font-size: 30px;
  text-align: left;
  align-items: left;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 120px;
  padding: 0 40px;
}

.services-list div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.services-list div img {
  border-radius: 20px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 300px;
}

.services-list div h2,
.services-list div p {
  margin: 0;
  padding: 0;
}

.services-list div p {
  font-size: 26px;
  margin-top: 10px;
  text-align: left;
}

/* Coach Section */
.Coach {
  background-color: white;
  padding: 60px 20px;
}

.jk h1 {
  font-family: 'Orbitron', sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 50px;
}

.Coach h3 {
  font-family: 'Baloo Bhai 2', sans-serif;
  font-size: 30px;
  margin: 40px 0 10px 60px;
  text-align: left;
}

.Coach h3 + p {
  font-size: 28px;
  text-align: left;
  margin: 0 60px;
}

.Coach_2 {
  text-align: center;
}

.Coach_2 h1{
  font-family: 'Orbitron', sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 50px;
}

.coach-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}


.hover-indicator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border: 2px solid black;
  background-color: white;
  border-radius: 50%;
  margin-top: 10px;
  margin-left: 140px;
  transition: background-color 0.3s ease;
}

.coach-image-wrapper:hover img {
  transform: scale(1.05);
}

.coach-image-wrapper:hover .hover-indicator {
  background-color: black;
}

.butn a {
  font-family: 'Archivo Narrow', sans-serif;
  text-decoration: none;
  color: white;
  background-color: rgb(221, 103, 6);
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 40px;
  display: inline-block;
  margin: 40px auto;
}

/* YouTube Section */
.you-tube {
  background-color: black;
  color: white;
  padding: 60px 0;
}

.you-tube h2 {
  font-family: 'Archivo', sans-serif;
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.you-tube .lastp p {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
  letter-spacing: 1px;
}


.image {
  margin: auto;
  margin-left: 60px;
  margin-bottom: 120px;
}

.info-left {
  padding-top: 15%;
  margin-left: 140px;
}

.info-left h2{  
  font-family: 'Archivo', sans-serif;
  font-size: 30px;
  font-weight: 800;
}


/* Footer */
 .footer {
      background-color: #000;
      color: white;
      display: flex;
      justify-content: space-around;
      padding: 40px 20px;
      flex-wrap: wrap;
    }

    .footer-column h3 {
      font-family: sans-serif;
      font-size: 30px;
      font-weight: 800;
      margin-bottom: 30px;
      letter-spacing: 0.03em;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
      margin-bottom: 30px;
    }

    .footer-column ul li {
      margin-bottom: 30px;
      font-size: 20px;
    }

    .footer-column ul li a {
       font-family: sans-serif;
        font-size: 18px;   
        font-weight: 600;
        color: white;
        text-decoration: none;
        margin-top: 20px;
        margin-bottom: 30px;
        letter-spacing: 0.05em;
    }

.footer-column ul li a:hover{
       color:rgb(216, 164, 122);
       transition: 0.3s;
    }

  .email a{
    color: white;
    text-decoration: none;
  }

   .email a:hover{
    color:rgb(216, 164, 122);
    transition: 0.3s;
  }

.footer-bottom .email {
  background-color: black;
  color: white;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.22em;  /* 22% */
}

.footer-bottom .name {
  background-color: black;
  color: white;
 font-family: sans-serif;
  font-size: 18px;
  font-weight: 800;
  margin: 20px 0;
  line-height: 1;
}

.footer-bottom .copyright {
  background-color: black;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #ccc;
  margin-top: 20px;
}

    .footer-bottom hr{
      margin-left: 50px;
      margin-right: 50px;
      
}

    .footer-bottom {
      background-color: black;
      color: white;
      text-align: center;
      padding: 20px;
    }

    .social-icons {
      margin-bottom: 10px;
      color: white;
    }

    .fa-facebook-f{
      color: white;
    }

    .fa-facebook-f:hover{
      color: blue;
      transform: scale(1.3);
    }

    .fa-instagram{
      color: white;
    }

    .fa-instagram:hover{
      color: rgb(204, 45, 71);
      transform: scale(1.3);
    }

    .fa-youtube{
      color: white;
    }

    .fa-youtube:hover{
      color: #ff0000;
      transform: scale(1.3);
    }

    .social-icons a i {
      transition: transform 0.3s ease, color 0.3s ease;
      font-size: 22px;
    }

    .social-icons i {
      margin: 0 10px;
      cursor: pointer;
    }



  /* ===== Responsive Styles ===== */

@media (max-width:420px) {
  body {
    width: 420px;
    margin: 0 auto;
    
  }

  header {
    height: 80px;
    padding: 0 20px;
  }

  .logo2 {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-top: 20px;
  }

  .menu-icon {
    display: block;
    font-size: 28px;
    color: white;
    cursor: pointer;
    margin-left: 300px;
    margin-top: 40px;
    z-index: 200;
  }

  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background-color: black;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 150;
    padding-bottom: 20px;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    margin: 10px 0;
  }

  .nav-links li a {
    font-size: 18px;
    padding: 10px;
    color: white;
  }

  /* Hero Section */
  .hero {
    height: auto;
    text-align: center;
    padding: 60px 20px 40px;
  }

  .hero-content {
    margin: 0 auto;
    margin-top: 0;
    text-align: center;
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
    margin-left: 10px;
  }

.hero-content span{
  font-size: 50px;
  font-weight: 400;
}

  .hero-content .p {
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
    margin-left: 10px;
  }

  .desktop-only-break {
  display: none;
}
  

  .hero a {
    font-size: 16px;
    margin-top: 20px;
    margin-left: -240px;
    padding: 10px 20px;
  }

  /* Feature Section */
  .feature-section h1 {
  font-size: 18px;
  white-space: nowrap;
}


  .feature-section p {
    font-size: 12px;
    
  }

  .feature-section h2 {
    font-size: 18px;
    font-weight: 600;
  }

  .services-list div p {
    font-size: 18px;
  }

    .services-list img {
    height: 360px;
  }

  /* Coach Section */


  .Coach_2 h1,
  .jk h1 {
    font-size: 23px;
    font-weight: 400;
  }
.Coach {
  padding-left: 23px;
}

  .coach-image-wrapper img {
  margin-left: 30px;
}

  .Coach_2 .butn{
    width: 120px;
    font-size: 14px;
    padding: 8px 16px;
    display: block;
    margin: 20px auto;
  }

  .Coach h3 {
    font-size: 20px;
  }

  .Coach h3 + p {
    font-size: 18px;
  }

  /* Coach Image Circle */
  .hover-indicator {
    width: 19px;
    height: 19px;
    margin-left: auto;
    margin-right: auto;
  }

  .butn a {
    font-size: 14px;
    padding: 8px 16px;
    display: block;
    margin: 20px auto;
  }

  .info-left {
    text-align: center;
    align-items: center;
    margin-left: 50px;
    margin-top: -220px;
  }

  .info-left .butn{
    margin-left: 60px;
    margin-top: 20px;
 
  }

  /* YouTube Section */
  .you-tube video {
    width: 300px;
    display: block;
    margin: 0 auto;
  }

  .image {
  width: 300px;
    display: block;
    margin: 0 auto;
    margin-top: -120px;
  }

  .lastp {
    margin-left: 26px;
  }


 .footer {
    padding: 10px 50px;
    text-align: left;
    flex-direction: column;
  }

  .footer-column h3 {
    font-size: 20px;
    margin-left: 5px;
  }

  .footer-column ul li a {
    font-size: 15px;
    margin-left: 5px;
  }

  .social-icons {
    text-align: center;
    margin: 10px 0;
    
  }

  .social-icons i {
    font-size: 10px;
    margin: 0 8px;
  }


    .fa-facebook-f:hover{
      color: blue;
      transform: scale(1.3);
    }

    .fa-instagram:hover{
      color: rgb(204, 45, 71);
      transform: scale(1.3);
    }


  .footer-bottom hr {
    width: 295px;
    margin: 10px auto;
  }

  .footer-bottom .email {
    font-size: 10px;
  }

  .footer-bottom .name {
    font-size: 12px;
  }

  .footer-bottom .copyright {
    font-size: 10px;
  }

}





