::before,
::after {
  box-sizing: border-box;
  margin: 0;
}
* {
  font-family: "Poppins", sans-serif;
}
body {
  margin: 0;
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

.loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #000000;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.disappear {
  animation: vanish 1s forwards;
}
@keyframes vanish {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/* waves */
.member-cont,
.member-cont-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-inline: 5%;
  place-items: top;
  grid-gap: 5rem;
  text-align: left;
  /* margin-block-end: 2rem; */
}
.member-cont {
  background-image: url(/assets/images/cloud.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 2rem;
}

.member h1 {
  color: #262e33;
  font-weight: 700;
  font-size: 3rem;
  width: 80%;
}
.member h1 span {
  color: #15a2d7;
}

.text-items span {
  margin-right: 0.5rem;
  color: #15a2d7;
  font-weight: 600;
  line-height: 1.5;
}
.notice {
  font-weight: 500;
  font-size: 1.2rem;
  text-align: left;
}
.member-image img {
  width: 100%;
  border-radius: 0.5rem;
  min-width: 100%;
}
/* .other {
  width: 70%;
  margin: auto;
  padding-block: 2rem;

}
.other p {
  text-align: center;
  font-weight: 600;
  line-height: 2;
  
} */

.other {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: top;
  padding-inline: 5%;
  gap: 3rem;
  padding-block: 2rem;
  text-align: justify;
}

/* registration  */
.registration-cont {
  position: relative;
  display: grid;
  place-items: center;
  background-image: url(/assets/images/new.png);
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  padding-block: 2rem;
}
.registration-cont > * {
  position: relative;
  z-index: 2;
}
.registration-cont::after {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
}
.fiber {
  font-weight: 700;
  font-size: 2.5rem;
  color: #15a2d7;
  text-align: center;
}
.account-container {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.header {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
.firstname-input,
.lastname-input,
.email-input,
.phone-input,
.address-input,
.city-input,
.academics-input,
.date-input,
.skills-input,
#comments {
  width: 100%;
  padding-block: 0.8rem;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  border: 1px solid gray;
  border-radius: 0.2rem;
  outline: none;
  font-size: 0.9rem;
  background-color: whitesmoke;
}

#country,
#citizenship,
#placement,
#area,
#duration {
  width: 100%;
  padding-block: 0.8rem;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  border: 1px solid gray;
  border-radius: 0.2rem;
  outline: none;
  font-size: 0.9rem;
  background-color: whitesmoke;
}
#comments {
  padding-block: 0;
  padding-bottom: 1rem;
}
form label {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1rem;
}
.bio {
  width: 80%;
}
/* .email , .password, .l-name{
  margin-top: 1rem;
  font-weight: 600;
  font-size: .8rem;
} */
.password {
  margin-bottom: 0.5rem;
}

.proceed div {
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  left: 10%;
  width: 85%;
  font-weight: 500;
}
.proceed {
  position: relative;
}
.proceed span {
  color: #15a2d7;
  font-weight: 600;
  text-decoration: underline;
}
.create button {
  margin-top: 2rem;
  margin-bottom: 1rem;
  width: 100%;
  background-color: #15a2d7;
  color: white;
  border: none;
  font-weight: 700;
  border-radius: 0.2rem;
  padding-block: 1rem;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.15s ease-in;
}
.create button:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
.create button:active {
  opacity: 0.7;
}

.already {
  font-size: 0.8rem;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .section-one {
    width: 70%;
  }
}

@media (max-width: 1200px) {
  .member-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-inline: 1rem;
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
  .other {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-inline: 1rem;
  }
  .member h1,
  .header {
    text-align: center;
  }
  .member h1 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .content-box {
    width: 17rem;
  }
  .member-cont,
  .member-cont-two {
    grid-gap: 2rem;
  }
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}
.reveal.active {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 1500px) {
  .member-cont,
  .other {
    padding-inline: 15%;
  }
}
