/* universal resets */
* {
    margin: 0;
    padding: 0;
  }
  
  /* resets */
  * {
    padding: 0;
    margin: 0;
      font-family: Varela Round;
  }
  
  html {
     scroll-behavior: smooth;
    overflow-x: hidden;
  }
  
  /* Adding the scrollbar effects */
  /* Gradient Scrollbar */
  
  body::-webkit-scrollbar {
    width: 10px;
  }
  
  
  body::-webkit-scrollbar-track {
    background-clip: content-box;
    background:  linear-gradient(0deg, white 25%, red 100%);
  }
  
  body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: transparent; /* opacity: 0; should do the thing either */
    box-shadow: 0px 0px 0px 100000vh black;
  }
  
  /* giving the entire website a reveal class */
  
  .reveal{
    position: relative;
    opacity: 0;
    transition: 1s all ease;
  }
  
  .reveal.active{
    opacity: 1;
  }
  
  /* styling the nav */
  #navigation {
    color: #fff;
    text-shadow: 0 0 3px white;
  }
  
  #navigation a {
    padding-left: 5px;
    border-radius: 5px;
    color: #D9D9D9;
    transition: .1s all ease-in-out
  }
  
  #navigation a:hover {
    color: #fff;
    background-color: #111;
    text-shadow: 0 0 5px white, 0 0 10px pink, 0 0 15px red;
  }
  
  #logo {
      color: red;
    text-shadow: 0 0 10px white, 0 0 20px #000;
  }
  
  
  
  /* styling the header */
  
  header {
     height: 100vh;
    width: 100vw; 
  }
  #header {
    background: url('https://images.unsplash.com/photo-1625334583355-463900ec13df?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=435&q=80');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  .mask   {
    display: flex;
    flex-direction: column;
   text-align: center;
    align-items: center;
    justify-content: center;
  }
  
  .mask h1 {
    color: white;
    text-shadow: 0 0 5px black, 0 0 10px red;
    font-size: 32px;
    font-weight: bold;
  }
  
  .mask h3 {
    color: white;
      text-shadow: 0 0 5px black, 0 0 10px red;
    font-size: 26px;
    font-weight: bold;
  }
  
  #about-us-button {
    width: 100px;
    height: 35px;
    padding: 5px;
    border-radius: 10px;
    color: #D9D9D9;
    border: 1px solid white;
    background: #000;
    transition: .3s all ease-in-out;
  
  }
  
  #about-us-button:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    text-shadow: 0 0 5px white, 0 0 10px pink, 0 0 15px red;
    box-shadow: 0 0 5px white, 0 0 10px pink, 0 0 15px red;
  }
  
  
  
  /* about us section */
  
  #section-about-us {
    height: 100vh;
    width: 100vw;
    background: url('https://images.unsplash.com/photo-1637870473618-8c9fa7d11f0a?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1887&q=80');
    background-size: cover;
    background-position: center;
      display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  } 
  
  #about-us-logo {
    color: red;
    font-size: 40px;
    text-shadow: 0 0 10px white, 0 0 20px #000;
    position: absolute;
    top: -5px;
    left: -5px;
  }
  
  #about-us-field {
    margin-bottom: 10px;
   background: rgba(0,0,0,0.5);
    border-radius: 20px;
    width: 400px;
    position: relative;
  }
  
  #about-us-field li {
  font-size: 18px;
    color: white;
  }
  
  #about-us-list {
    list-style: none;
  }
  
  #programs-button {
    width: 200px;
    height: 35px;
    padding: 5px;
    border-radius: 10px;
    color: #D9D9D9;
    border: 1px solid white;
    background: #000;
    transition: .3s all ease-in-out;
  
  }
  
  #programs-button:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    text-shadow: 0 0 5px white, 0 0 10px pink, 0 0 15px red;
    box-shadow: 0 0 5px white, 0 0 10px pink, 0 0 15px red;
  }
  
  
  /* programs section */
  
  #section-programs {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    width: 100vw;
    background: url('https://images.unsplash.com/photo-1648235692910-947cb90ddd97?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80');
    background-size: cover;
    background-position: center;
      display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  
  
  #hypertrophy-program-column {
    background: url('https://images.unsplash.com/photo-1590239926044-4131f5d0654d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1091&q=80');
    background-size: cover;
    background-position: center;
    border-radius: 50px;
    padding: 10px;
    margin: 5px;
  }
  
  #strength-program-column {
     background: url('https://images.unsplash.com/photo-1646656130703-8f95eed6a79b?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80');
    background-size: cover;
    background-position: center; 
      border-radius: 50px;
    padding: 10px;
   margin: 5px;
  }
  
  #endurance-program-column {
     background: url('https://images.unsplash.com/photo-1571902943202-507ec2618e8f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1075&q=80');
    background-size: cover;
    background-position: center; 
      border-radius: 50px;
    padding: 10px;
    margin: 5px;
  }
  
  #hypertrophy-program-column h2, #strength-program-column h2, #endurance-program-column h2 {
    color: white;
    text-shadow: 0 0 10px black, 0 0 20px red;
  }
  
  .program-list {
    list-style: none;
    color: white;
    text-shadow: 0 0 5px red;
    background-color: rgba(0,0,0,0.6);
      padding: 25px;
    border-radius: 50px;
  }
  
  
  
  
  #reviews-button {
    width: 300px;
    height: 35px;
    padding: 5px;
    border-radius: 10px;
    color: #D9D9D9;
    border: 1px solid white;
    background: #000;
    transition: .3s all ease-in-out;
  
  }
  
  #reviews-button:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    text-shadow: 0 0 5px white, 0 0 10px pink, 0 0 15px red;
    box-shadow: 0 0 5px white, 0 0 10px pink, 0 0 15px red;
  }
  
  
  
  /* reviews section */
  
  #section-reviews {
    height: 100vh;
    width: 100vw;
    background: url('https://images.unsplash.com/photo-1563953715689-335fe4271a1e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80');
    background-size: cover;
    background-position: center;
      display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  #contact-button {
    width: 200px;
    height: 35px;
    padding: 5px;
    border-radius: 10px;
    color: #D9D9D9;
    border: 1px solid white;
    background: #000;
    transition: .3s all ease-in-out;
  
  }
  
  #contact-button:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    text-shadow: 0 0 5px white, 0 0 10px pink, 0 0 15px red;
    box-shadow: 0 0 5px white, 0 0 10px pink, 0 0 15px red;
  }
  
  .review-card {
    color: #000;
    font-size: 16px;
    padding-top: 10px;
    position: relative;
    width: 400px;
    height: 250px;
    border-radius: 50px;
    background: rgba(255,255,255,0.8);
    margin-bottom: 20px;
  }
  
  #review-image {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid black;
    box-shadow: 0 0 5px black;
  }
  
  #review-name {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
  }
  
  
  #review-job {
    margin-bottom: 30px;
  }
  
  
  /* contact us section */
  
  
  #section-contact-us {
    height: 100vh;
    width: 100vw;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  #contact-us-background {
      background: url('https://images.unsplash.com/photo-1571902943202-507ec2618e8f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1075&q=80');
  }
  
  #contact-us-content {
    width: 100vw;
    displat: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  
  }
  
  
  #contact-left-side {
    border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;
    margin: 20px;
    margin-right: 0;
    height: 100vh;
    width: 45%;
    background: url('https://images.unsplash.com/photo-1560457079-9a6532ccb118?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1074&q=80');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  #contact-right-side {
      border-top-right-radius: 10%;
    border-bottom-right-radius: 10%;
      margin: 20px;
    margin-left: 0;
    height: 100vh;
    width: 45%;
    background: rgba(255,255,255,.8);
    background-size: cover;
    background-position: center;
    position: relative;
  }
  
  form {
    margin-top: 150px;
  }
  
  form h1 {
    color: #000;
    text-shadow: 0 0 5px white, 0 0 10px black;
  }
  
  label {
      color: #000;
    text-shadow: 0 0 5px white, 0 0 10px black;
  }
  
  input {
    padding-left: 10px;
    width: 100%;
  }
  
  textarea {
    padding-left: 5px;
    height: 100px;
    width: 100%;
  }
  
  form button {
      width: 100px;
    height: 35px;
    padding: 5px;
    border-radius: 10px;
    color: #D9D9D9;
    border: 1px solid white;
    background: #000;
    transition: .3s all ease-in-out;
  }
  
  form button:hover {
      color: #fff;
    background-color: rgba(0,0,0,0.5);
    text-shadow: 0 0 5px white, 0 0 10px pink, 0 0 15px red;
    box-shadow: 0 0 5px white, 0 0 10px pink, 0 0 15px red;
  }
  
  
  /* footer  */
  
  /* styling the footer */
  
  #footer {
    background-color: #000;
    height: 100%;
    padding-bottom: 20px;
  }
  
  
  
  
  /* copyright link */
  #copyright {
    color: #fff;
    text-shadow: 0 0 2px #fff, 0 0 4px lightSkyBlue, 0 0 6px pink;
  }
  /* giving copyright hover effects */
  #copyright:hover {
    color: #000;
    text-shadow: 0 0 2px blue, 0 0 4px lightSkyBlue, 0 0 6px #fff;
  }