*, body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
   
  }
  :root{
    font-size: 16px;
  }
  body{
    background-color: #343A40;
  }
  /* Navigation */
/* Navigation */
.navigation-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #343A40;
    padding: 0 15px;
    height: 60px;
    display: flex;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    z-index: 1000; /* Set a high z-index to ensure the navigation bar stays on top */
  }
  main {
    background-color: #343A40;
    /* overflow-x: hidden; */
    width: 100%;
    height: auto;
    margin-top: 60px; /* Adjusted margin for the fixed navigation bar */
  }
    
  nav {
    /* position: fixed; */
    width: 100%;
    max-width: 1700px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* z-index: 1; */
  }
  .logo-container > a {
    color: #858792;
    text-decoration: none;
    font-weight: 700;
    font-size: 40px;
    justify-content: center;
    font-weight: bold;
    /* padding-left: 40px;background-color: white; */
  
    
  }
  .navigation-items {
    display: flex;
    gap: 40px;
  }
  .navigation-items > a {
    color: ghostwhite;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: .4s ease-in-out;
  }
  .navigation-items > a:hover {
    color: white;
  }
  .hamburger {
    display: none;
    font-size: 20px;
    font-weight: 800;
    color: white;
  }
  main{
    background-color:#3b3f58;
    margin-top: 100px;
    overflow-x: hidden;
    width: 100%;
    height: auto;
    
  }

.loginContainer{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 20px;
    /* border: 1px solid white; */
}
.loginContainer .box1{
    display: flex;
    justify-content: center;
    /* border: 1px solid white; */
}
.loginContainer .box1{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    background-color: #2A2C39;
    border-radius: 0px 0px 0px 0px;
    justify-content: center;
    /* border: 1px solid white; */
    align-items: center;

}

.box2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* border: 1px solid white; */
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #2A2C39;
    border-radius: 0px 0px 0px 0px;
    padding-right: 25px;

    padding-left: 25px;

    align-items: center;
}
.box2 >p{
    color: #858792;
    font-weight: 700;
    font-size: 20px;
    font-weight: bold;
}
.loginContainer .box1>div img{
    width: 400px;
    height: 400px;
    border-radius: 100%;
    /* background-color: white; */

}


.Input_control >label{
    color: white;
    font-size: 20px;
    
    }
    .Input_control .regiterInput{
    margin-top: 10px;
    }
    .Input_control .regiterInput >input{
    margin-top: 20px;
    width: 390px;
    height: 56px;
    outline: none;
    border: 1px solid #858792;
    background-color: #343A40;
    border-radius: 10px;
    padding-left: 20px;
    margin-bottom:10px ;
    font-size:16px ;
    font-weight: bold;
    }
    .Input_control .regiterInput >input::placeholder{
    font-size: 16px;
    }

    .error {
      color: red;
      font-size: 15px;
      margin-top: 5px;
      font-weight: bold;
    }  
.Footer{
width: 100%;
display: flex;
/* border: 1px solid white; */
/* margin-top: 20px; */
/* background-image: linear-gradient(to top, #1F2937, #4F46E5); */
justify-content: center;
text-align: center;
padding-top:30px ;
padding-bottom: 30px;

}

.Footer p{
  color: #858792;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.Footer h1{
  font-size: 32px;
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
}

.Footer input{
  width: 594px;
  height: 72px;
  border: 1px solid #858792;
  border-radius: 30px;
  background-color: #343A40;
  outline: none;
  padding-left: 20px;margin-right: 20px;


}
.Footer button{
width: 185px;
height: 72px;
border-radius: 20px;
background-color: #858792;
border: none;
outline: none;
color: white;
font-size: 20px;
cursor: pointer;
}
.Footer input::placeholder{
color: #858792;
font-size: 18px;
}

.footerContainer{
margin-bottom: 20px;
}
.sectionSix{
width: 100%;
background-image: linear-gradient(to top, #1F2937, #4F46E5);
margin-top: 50px;
height: auto;

}
.sectionSix .line{
border: 1px solid #858792;
margin-bottom: 10px;
}
.scriptFooter{
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 100px;
padding-right: 100px;
margin-top: 30px;
padding-bottom: 20px;
}
.scriptFooter p{
font-size: 18px;
color: #858792;

}
.scriptFooter h1{
font-size: 40px;
color: #858792;
font-weight: bold;
}

.signupButtonsp p{
    color: white;
    /* font-weight: bold; */
    font-size: 16px;
}
.signupButtons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.signupButtonsp button{
    padding: 10px;
    background-color:#5B69E2 ;
    outline: none;
    border: none;
    border-radius: 5px;
   margin-top: 10px;
   color: white;
   font-weight: bold;
}
  @media screen and (max-width:768px) {

    .hamburger {
      display: flex;
      cursor: pointer;
    }
    .hamburger #closeHam {
      display: none;
    }
    .navigation-items {
      display: none;
      flex-direction: column;
      align-items: center;
      position: absolute;
      right: 0;
      top: 58px;
      /* background-color: #343A40; */
      background-image: linear-gradient(to top, #1F2937, #4F46E5);
      width: 100%;
      padding-top: 60px;
      padding-bottom: 10px;
      gap: 10vh;
    }

    .Footer input{
        width: 350px;
        margin-bottom: 10px;
      }
      .box1{
        order: 2;
      }

      .loginContainer .box1>div img{
        width: 300px;
        height: 300px;
        border-radius: 100%;
        background-color: white;
    
    }

    .loginContainer{
        flex-direction: column;
       }

.box2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px 0px 0px 0px;
}.box1{
  padding-left: 1px;
  padding-right: 1px;
  border-radius: 0px 0px 0px 0px;
}
  

.Input_control .regiterInput >input{
  margin-top: 20px;
  width: 420px;
  /* height: 56px; */
}
}

  @media only screen and (min-width: 280px) and (max-width: 540px) {
            .Footer input{
                width: 350px;
                margin-bottom: 10px;     
              }
              .box2{
                order: 2;

    border-radius: 0px 0px 0px 0px;

              }
              .box1{
                padding-left: 1px;
                padding-right: 1px;
    border-radius: 0px 0px 0px 0px;

              }
              .loginContainer{
                flex-direction: column;
               }
               .Input_control .regiterInput >input{
                margin-top: 20px;
                width: 100%;
                /* height: 56px; */
              }
  }
 
  
  @media only screen and (min-width: 769px) and (max-width: 1629px) {
.loginContainer{
  width: 80%;
  justify-content: center;
  margin-left: 80px;
}
  }
  
  
  @media only screen and (min-width: 10px) and (max-width: 300px) {

  }
  

