html {scroll-behavior:smooth;
}


.Menu {
  background-color: black;
    height: 80px;
    width:100%;
    color: white;
    font-family: 'Crimson Text';
    font-size: 20px;
    font-weight: 300;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 16px;
    position: relative;
    
    }

    
    .NavItems {
    display: inline-flex;
    gap: 25px;
    margin-right: 30px;
    }
    
    .ZW {
      color: white;
      text-align:center;
        justify-content: center;
        margin-left: 50px;
        font-size: 30px;
        font-family: 'Ibarra Real Nova', serif;
        font-weight:400;
        height: auto;
        width: auto;
        max-height: 200px;
        max-width: 500px;
        }

        body {
  margin: 0;
}

.wrapper {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  perspective: 10px;
}

header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  z-index: -1;
  text-align: center;
}

.background {
  transform: translateZ(-10px) scale(2);
}

.title {
  transform: translateZ(-5px) scale(1.5);
  height: 50;
  width: 50;
  object-fit:contain;
}

.background{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
  }
.title {
  position: absolute;
  height: 50%;
  width: 50%;
  object-fit: cover;
  z-index: -2;
}

.title {
  font-size: 60px;
  color: white;
  text-shadow: 0 0 4px #405126;
font-family:'Ibarra Real Nova';
letter-spacing: 8px;
font-weight:bolder;
}

a:link {
    color:white;
  }
  
  /* visited link */
  a:visited {
    color: white;
  }
  
  /* mouse over link */
  a:hover {
    color: #74A12E;
  }
  
  /* selected link */
  a:active {
    color: white;
  }
  a {  text-decoration: none;
  }

.studios-container { 
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
  font-size: 2rem;
  padding: 2px;
  background-color: black;
  color: white;
  gap: 10px;
  height: 100vh;
  width: 100vw;
  align-items: center;
}

h3 {
    line-height: 25px;
font-family: 'Poppins', serif;
font-size: 30px;
font-weight: 600;
color:black;
}


.studios-container > div {
 margin: auto;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width:400px;
    height: 350px;
line-height: 40px;
font-family: 'Poppins', serif;
font-size: 20px;
font-weight: 400;
color:white;
transition: 1s;
}

.studio1 {
  border-radius: 25% 10%;
}

.studio2 {
  border-radius: 23%;
}

.studio3 {
  border-radius: 10% 25%;
}

.studios-container > h2 {
    font-family: 'Poppins', serif;
      font-size: 45px;
      font-weight: 700;
      text-align: center;
      color: white;
      justify-content: space-between;
      align-items: center;
      flex-shrink:0;
       flex-basis: 75%;
}

h3 {
    line-height: 25px;
font-family: 'Poppins', serif;
font-size: 30px;
font-weight: 600;
color:white;
}

.studios-container > div:hover {
background-color: white;
color: black;
width:400px;
    height: 350px;
}

.theworkout{
display: flex;
justify-content: space-around;
align-items: center;
width: 100vw;
height: 100vh;
flex-flow: row wrap;
  padding: 0;
  margin: 0;
}
.workoutdesc {
  justify-content: center;
  text-align: justify;
  align-items: flex-start;
  line-height: 32px;
  font-family: 'Poppins', serif;
  font-size: 25px;
  font-weight: 300;
  color:black;
  background-color: white;
    width: 500px;
    margin-top: 20px;
    letter-spacing:normal;
    transition: 1s;
    padding: 30px;
    border-radius: 5%; 
}

.workoutdesc:hover {
  background-color: black;
  color: white;

  }

  .membertoday{
    background-image: linear-gradient(to right, #a4d15e, #9bc855, #92bf4c, #89b643, #80ad3a, #78a236, #6f9731, #678c2d, #5d7d2c, #536e2a, #495f28, #405126);
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100vw;
    height: 100vh;
    flex-flow: row wrap;
      padding: 0;
      margin: 0;
    }
    .joindesc {
      justify-content: center;
      align-items: center;
      line-height: 32px;
      font-family: 'Poppins', serif;
      font-size: 25px;
      font-weight: 300;
      color: white;
        width: 500px;
        margin-top: 20px;
        letter-spacing: normal;
text-align:right;
        transition: 1s;
        padding: 30px;
        border-radius: 5%; 
    }
    
    .joindesc:hover {
      background-color: white;
      color: black;
    
      }

      .JoinToday {
        justify-content: center;
        align-items: center;
        line-height: 32px;
        font-family: 'Poppins', serif;
        font-size: 25px;
        font-weight: 300;
        color:74A12E;
        background-color: transparent;
        border: none;
        color: white;
        align-self: center;
          margin-top: 20px;
          letter-spacing: normal;
  text-align:center;
  
          padding: 10px;
          border-radius: 5px; 
      }
      .JoinToday:hover {
        background-color: white;
        color: #74A12E;
    
        }
        .Portrait-Container {
          background-color: black;
          width: 100vw;
          height: 100vh;
          display: flex;
          flex-flow: row wrap;
          justify-content: space-around;
          align-items: center;
          padding: 0;
          margin: 0;
          list-style: none;
        }
        
        .Portrait-Container > div {
        
          padding: 5px;
          width: 200px;
          height: 150px;
          line-height: 200px;
          color: black;
          font-size: 3px;
          text-align: center;
          margin-right: 200px;
        }
footer {
     text-align: center;
      line-height: 32px;
      font-family: 'Poppins', serif;
      font-size: 15px;
      font-weight: 200;
    }

    