* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: whitesmoke;
  }

  
header {
  /* background-image: url(./images/imag_1.jpg); */
  background-size: cover;
  height: 200px;
  width: 100%;
  /* opacity: 0.8; */
}
.logo img {
  height: 120px;
  width: 120 px;
  background-size: contain;
  margin-left: 20px;
  mix-blend-mode: color-dodge;
  margin-right: -100px;
}

/* NAvigation bar animation */

 nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.722);
}

/* ####################### */
ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  width: 100%;
}

nav ul li {
  margin-right: 40px;
  position: relative;
}
nav ul li a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  height: 20px;
  overflow: hidden;
}
nav ul li a span{
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.5s;
    /* color: white; */

}
nav ul li a span:nth-child(1){
    color: #fff;
}
nav ul li a span:nth-child(2){
    color: orangered;
}
nav ul li:hover a span:nth-child(1){
    transform: translateY(-100%);
}
nav ul li:hover a span:nth-child(2){
    transform: translateY(-100%);   
}

/* #################### */
/* header h1 {
  font-size: 128px;
  letter-spacing: -1px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.092);
  color: rgba(15, 5, 5, 0.584);

  background-color: rgba(0, 0, 255, 0.537);
  color: rgba(255, 255, 255, 0.803);
  max-width: 1150px;
  margin: auto;
  
} */




/* /////////////////////////////// */


  body {
    background-image: url(./images/gym_form_img_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 1500px;
    width: 100%;
  }
  
  .icon-home{
  
    font-size: 30px;
    margin: 20px;
  
  }
  .icon-back{
  
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  
  form {
    /* border: 0.5px solid antiquewhite; */
    border-radius: 40px;
    max-width: 60%;
    margin: auto;
    backdrop-filter: blur(20px);
    /* width: 700px; */
    height: 1300px;
    padding: 30px 80px;
    margin-bottom: 100px;
  }

  h4 {
    text-align: center;
    /* color: black; */
    color: white;
    font-size: 35px;
    margin-bottom: 20px;
    /* text-decoration: underline; */
  }
  h5 {
    font-size: 25px;
    margin-bottom: 15px;
    /* text-decoration: underline; */
  }
  p {
    font-size: 20px;
  }
  hr {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  .name p {
    font-size: 25px;
  }
  .name input {
    width: 350px;
    height: 35px;
    margin: 20px 20px 20px 0px;
    color: black;
    padding: 10px;
    font-size: 15px;
    border-radius: 7px;
  }
  .add p {
    font-size: 25px;
  }
  .add input {
    width: 350px;
    height: 35px;
    margin: 10px 20px 20px 0px;
    color: black;
    padding: 10px;
    font-size: 15px;
    border-radius: 7px;
  }

 input::placeholder{
    color: black;
    font-size: 15px;
    font-weight: 500;
  }
  .phone p {
    font-size: 25px;
  }
  .phone input {
    width: 350px;
    height: 35px;
    margin: 10px 20px 20px 0px;
    color: black;
    padding: 10px;
    font-size: 15px;
    border-radius: 7px;
  }
  .email p {
    font-size: 25px;
  }
  .email input {
    width: 350px;
    height: 35px;
    margin: 10px 20px 20px 0px;
    color: black;
    padding: 10px;
    font-size: 15px;
    border-radius: 7px;
  }
  .birth p {
    font-size: 25px;
  }
  .birth input {
    width: 200px;
    height: 35px;
    margin: 10px 20px 20px 0px;
    color: black;
    padding: 10px;
    font-size: 15px;
    border-radius: 7px;
  }
  .height p {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .height input {
    width: 120px;
    height: 35px;
    margin: 10px 20px 20px 0px;
    color: black;
    padding: 10px;
    font-size: 15px;
    border-radius: 7px;
  }
  .weight p {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .weight input {
    width: 120px;
    height: 35px;
    margin: 10px 20px 20px 0px;
    color: black;
    padding: 10px;
    font-size: 15px;
    border-radius: 7px;
  }
  .sex p {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .sex input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    padding: 10px;
    font-size: 15px;
  }
  .sex label {
    font-size: 20px;
    margin-right: 30px;
  }
  .membership p {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .membership input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    padding: 10px;
    font-size: 15px;
  }
  .membership label {
    font-size: 20px;
    margin-right: 30px;
  }
  .duration p {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .duration input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    padding: 10px;
    font-size: 15px;
  }
  .duration label {
    font-size: 20px;
    margin-right: 30px;
  }
  .question p {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .question input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    padding: 10px;
    font-size: 15px;
  }
  .question label {
    font-size: 20px;
    margin-right: 30px;
  }
  .recomend p {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .recomend input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    padding: 10px;
    font-size: 15px;
  }
  .recomend label {
    font-size: 20px;
    margin-right: 30px;
  }
  
  #reset {
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    font-weight: 500;
    margin-top: 50px;
    margin-left: 220px;
    margin-bottom: 10px;
    font-size: 20px;
    border: 3px solid white;
    border-radius: 10px;
    color: white;
    background-color: orangered;
    box-shadow: 2px 2px 10px white;
    padding: 10px;
    letter-spacing: -1px;
  }
  
  #submit {
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    font-weight: 500;
    margin-top: 10px;
    margin-left: 220px;
    margin-bottom: 10px;
    font-size: 20px;
    border: 3px solid white;
    border-radius: 10px;
    color: white;
    background-color: orangered;
    box-shadow: 2px 2px 10px white;
    padding: 10px;
    letter-spacing: -1px;
  }
  
  #submit:hover {
    border: 3px solid orangered;
    background-color: white;
    color: orangered;
  }

  #reset:hover {
    border: 3px solid orangered;
    background-color: white;
    color: orangered;
  }

  .condition a {
    text-decoration: none;
    margin-left: 200px;
    font-weight: lighter;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  
  /* footer section */

/* Footer panel two */
.foot-panel-two {
  height: 450px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.749);
  color: white;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-top: 5px solid orangered;
}

#footer-logo {
  height: 150px;
  width: 300 px;
  background-size: contain;
  margin-left: 150px;
  border: 1px solid white;
  margin-right: -100px;
}

.foot-panel-two-address {
  height: 400px;
  width: 40%;
  padding: 10px 20px;
  border-right: 0.5px solid rgba(255, 255, 255, 0.704);
}

.foot-panel-two-address h1 {
  color: orangered;
  text-align: center;
  font-size: 50px;
  margin-top: 30px;
}

.foot-panel-two-address .site {
  font-size: 20px;
  text-align: center;
  margin: 20px 50px;
  line-height: 25px;
}
.foot-panel-two-address .contact {
  font-size: 20px;
  text-align: center;
  margin: 50px 50px;
  line-height: 30px;
}

/* FOOT panel two SITEMAP */
.foot-panel-two-sitemap {
  height: 400px;
  width: 30%;
  border-right: 0.5px solid rgba(255, 255, 255, 0.704);
 }

.foot-panel-two-sitemap h1 {
  color: orangered;
  font-size: 30px;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 126px;
  letter-spacing: 2px;

}

.foot-panel-two-sitemap .list {
  max-width: 200px;
  margin: auto;
}

.foot-panel-two-sitemap ul {
  display: block;
}
.foot-panel-two-sitemap ul li {
  margin-bottom: 10px;
  font-size: 20px;
}

.foot-panel-two-sitemap ul a {
  text-decoration: none;
  color: white;
}

.foot-panel-two-sitemap ul a:hover {
  color: orangered;
}

/* SOCIAL MEDIA */

.foot-panel-two-social {
  height: 400px;
  width: 30%;
  color: white;
  font-size: 50px;
  padding: 20px 0px;
}
.foot-panel-two-social h1 {
  color: orangered;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 20px;
}

.foot-panel-two-social .logo {
  font-size: 40px;
  text-align: center;
}

.foot-panel-two-social .logo i{
  color: orangered;
  margin-right: 10px;
}

/*Footer panel three */
.foot-panel-three {
  height: 60px;
  width: 100%;
  background-color: rgb(0, 0, 0);
  color: white;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
