
html, body {
  background-color: #f7f5f2;  
  height: 100%; 
  width: 100%;
 
}


#wrapper {
  width: 100%;
  margin-top: 70px;
  height: calc(100vh - 70px); 
  display: flex;
  overflow: hidden;

}
#img {
  background-image:url(../assets/images/signUp.jpg);
  background-size: cover;
  background-position: center;
  
  flex: 0 0 50%; 
 
  height: 100%; 
}
#mask {
  position: relative;
  width: 100%;
  height: 100%; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.136), transparent);
  
}

#img-p {
  position: absolute; 
  bottom: 80px;      
  left: 50px;        
  
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  
  color: #f7f5f2;
  line-height: 1.4;
  max-width: 80%;
}

#pablo {
  position: absolute;
  bottom: 50px;     
  left: 55px;
  
  font-family: 'Inter', sans-serif;
  color: rgba(247, 245, 242, 0.8);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#form-side {
  flex: 0 0 50%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  animation: fade 1s  ease forwards;
  overflow-y: hidden;
}
.wrapper2{
   position: relative;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items:flex-start;
    width: 100%;
    max-width: 500px;
   
    gap: 10px;
}
.para #heading{
   
  padding: 10px;
   font-family: 'Playfair Display', serif;
   font-size: xx-large;
}
.para  #heading2{
    color: rgb(85, 85, 85); 
    padding: 0px 10px;
    font-family: "Inter", sans-serif;
    font-weight: 300;

}
#logo2{
   font-family: 'playfair display',serif;
    padding: 25px 10px;
    font-size:x-large;
  
    color:rgb(51, 51, 51) ;
}
#logo2 i{
    color: rgb(184, 162 ,125);
}
form{
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: small;
    gap: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    max-width: 460px;
    width: 100%;
    overflow-y: hidden;
    
}
label{
    color: rgb(85, 85, 85); 
    line-height: 30px;
}
 input{
    background-color:#f7f5f2 ;
    border: 1px solid rgba(128, 128, 128, 0.23);
    height: 45px;
    padding: 10px;
    width: 100%;
    transition: all 0.4s ease;
}
input::placeholder{
    color: rgba(128, 128, 128, 0.519);
   
}
form input:focus{
  border-color:rgb(0, 0, 0);
  outline: none;  
 }
form button{
    font-family: "Inter", sans-serif;
    font-weight:normal;
    height: 50px;
    border: none;
    background-color: rgb(51, 51, 51);
    color: rgb(255, 243, 243); 
    letter-spacing: 2px;
    transition: all .5s;
   
}
form button:hover{
    background-color: rgb(184, 162 ,125) ;
}
.same-width{
   
   width: 100%;
}

.center{
 
    font-family: "Inter", sans-serif;
    font-weight: 200;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    max-width: 500px;
    width: 100%;

    
}
#after-form a{
    color: black;
    transition: all .5s;
    text-decoration: none;
}
#after-form a:hover{
    color: rgb(184, 162 ,125) ;
}
/*password eye styling*/
.password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  
  #togglePassword {
    position: absolute;
    right: 10px; 
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #666;
  }

  /*form validation styling*/
  
  small{
    color:rgb(85, 85, 85); ;
    
    padding: 2px;
    border: 1px solid  ;
    border: 5px rgb(184, 162 ,125);
    display: none;
    }

  /*footer styling*/
 footer {
  background-color: #333;
  
}
  #container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    padding: 60px 80px;
  }
  .col {
            
   min-width: 0;
   display: flex;
   flex-direction: column;
   gap: 30px;
   font-family: 'Inter',sans-serif;
   color:#fff9;
   line-height: 1.6;
   
    
  }
  .col h4{
    color: rgb(255, 255, 255);
    font-family: 'playfair display',serif;
    letter-spacing: 1.5px;
    font-weight: 400;
  }
  .col h2{
    
    color: rgb(255, 255, 255);
    font-family: 'playfair display',serif;
    cursor: pointer;
  }
  .col h2 i{
    color:rgb(201, 180, 138 );
    
  }
  .col a{
    text-decoration: none;
    color:#fff9;
    transition: all 0.4s ease;
  }
  .col a:hover{
    color:rgb(201, 180, 138 );
  }
  #col2{
    display: flex;
    flex-direction: column;
    gap: 10px;

  }
  
  #email-box {
    width: 100%;            
    max-width: 280px;
    display: flex;
   
  }
  #email-box input{
    background-color: #ffffff1a ;
    border: 1px solid transparent;  
    outline: none; 
    transition: all 0.4s ease;
  }
  #email-box input:focus{
   border-color:rgb(184, 162, 125);
   outline: none;  
  }
  #email-box button{
    background-color:rgb(184, 162, 125) ;
    border: none;
    transition: all 0.4s ease-in;
  }
  #email-box button:hover{
    background-color:rgba(184, 162, 125, 0.696) ;
  }
  #email-box svg{
   width: 40px;
   height: 20px;
   
  }
  hr {
    border: none;
    border-top: 1px solid #ffffff1a;  
    margin: 0 clamp(16px, 4vw, 40px); 
  }
  #copy-rights{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px;
  }
  #copy-rights p{
    color: #fff6;
  }
  span{
    display: flex;
    flex-direction: row;
    gap: 40px;
    font-family: 'Inter',sans-serif;
    font-size: small;
  }
  span a{
    text-decoration: none;
    color: #fff6;
    transition: all 0.4s ease;
  }
  span a:hover{
    
    color: rgba(255, 255, 255, 0.593);
  }
  
@keyframes fade {
  from{
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

  /*screens display*/
  @media (max-width: 1025px) {
    #img {
      display: none;  
    }
  
    #form-side {
      flex: 0 0 100%; 
      width: 100%;
      align-items: center; 
      padding: 20px;} 
  
    .wrapper2 {
      max-width: 100%; 
      width: 100%;
      padding: 0 10px;
      align-items: center;
    }

    footer {
      padding: 30px 20px; 
    }
  
    #container {
      grid-template-columns: 1fr; 
      gap: 20px;
      padding: 20px;
    }
  
    #copy-rights {
      flex-direction: column;
      gap: 10px;
      padding: 20px;
    }
  }

