*, body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
   
  }
  :root{
    font-size: 16px;
  }
  body{
    background-color: #343A40;
    overflow-x: hidden;
  }
  /* 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:#343A40;
    overflow-x: hidden;
    width: 100%;
    height: auto;
    
  }


  .ContactUscontainer{
    background-color: #2A2C39;
    /* width: 100%; */
    padding-left: 100px;
    padding-right: 100px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    /* border: 1px solid white; */
    grid-gap: 30px;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.sectionFiveParent,.contactUsContainer{
    /* border: 1px solid white; */
    /* padding: 50px; */
}
.registermain{
    display: flex;
    flex-direction: row;
    gap: 100px;
    
}


.checkContainer{
  margin-bottom: 30px;
}
.textArea{
    /* border: 1px solid white; */
}
.textArea textarea{
width: 100%;
outline: none;
border: 1px solid #858792;
background-color: #343A40;
border-radius: 10px;
padding: 5px;
height: 111px;
font-weight: bold;
padding: 10px;
font-size: 15px;
margin-bottom: 30px;
}
.genderOption input{
width: 20px;
height: 20px;
}
.genderOption p{
 font-size: 18px;
  color: white;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 10px;
}
.genderContiner .gender{
width: 100%;
/* border: 1px solid white; */
display: flex;
flex-direction: row;
justify-content: space-around;
gap: 10px;

margin-bottom: 30px;
}

.textArea p{
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
    }

.registerStyle input{
    
  width: 385px;
  padding: 20px;
  outline: none;
  border: 1px solid #858792;
  background-color: #343A40;
  font-size: 20px;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;

}

.registerStyle select{
    
  width: 380px;
  padding: 20px;
  outline: none;
  border: 1px solid #858792;
  background-color: #343A40;
  font-size: 20px;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;

}
.registerStyle select>option{
  color: #858792;
font-weight: bold;
cursor: pointer;
}

.sendMessage{
    /* margin-top: 30px; */
    padding: 15px;
    outline: none;
    border: none;
    color: white;
    cursor: pointer;
    background-color: #5B69E2;
    border-radius:3px ;
    font-weight: bold;
  
  }

.registerStyle label{
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.registerStyle i{
    margin-left: -40px;
    color: #858792;
    font-size: 20px;
}

.contactUsContainer .getIttouch p {
    color: #858792;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
    }
    .contactUsContainer .getIttouch h1{
    color: white;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    }

    .contactUsContainer .getIttouch h2{
        color: #5B69E2;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 30px;
        
        }
        .contactUsContainer .letmeKnow{
            margin-bottom: 30px;
            }
            .contactUsContainer .letmeKnow p{
            color:#858792;
            font-size: 20px;
            
            }
            .check{
                width: 30px;
                height: 30px;
                background-color: #5B69E2;
                text-align: center;
                border-radius: 100%;
                display: flex;
                
                flex-direction: row;
                justify-content: center;
                align-items: center;
                
                }
                .checkContainer{
                display: flex;
                flex-direction: row;
                gap: 4px;
                align-items: center;
                /* margin-top: 10px; */
                /* margin-bottom: 10px; */
                
                }
                .checkContainer p{
                font-size: 20px;
                font-weight: bold;
                color: #858792;
                
                }
                .signupButtonContainer{
                  display: flex;
                  flex-direction: row;
                  justify-content: space-around;
                  gap: 10px;
                  /* align-items: center; */
                  /* text-align: center; */
                }
                .signupButtonContainer button{
                 
                }
@media screen and (max-width:768px) {



  }
  
  
  @media only screen and (min-width: 280px) and (max-width: 540px) {
    .ContactUscontainer{
        grid-template-columns: repeat(1,1fr);
    }
    .registermain{
        flex-direction: column;
        gap:0px;
    }

    .textArea{
        padding-left: 0%;
     }
     .fill p{
      font-size: 17px;
     }

  }
  
  
  

.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);
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;
}

.error {
  color: red;
  font-size: 15px;
  margin-top: 5px;
  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;
    }

    .ContactUscontainer{
      grid-template-columns: repeat(1,1fr);
      padding-left: 20px;
      padding-right: 20px;
  }
  .registermain{
      flex-direction: column;
      gap: 0px;
  }
  .registerStyle input,select{
      width: 100%;
  }
  
  .registerStyle i{
  display: none;
  
      margin-left: -10px;
      color: #858792;
      font-size: 20px;
  }
  .textArea{
      padding-left: 0%;
   }
  
.textArea textarea{
  width: 100%;
}
    .Footer input{
        width: 350px;
        margin-bottom: 10px;
      }
  }

  @media only screen and (min-width: 280px) and (max-width: 540px) {

            
    .ContactUscontainer{
      grid-template-columns: repeat(1,1fr);
      padding-left: 20px;
      padding-right: 20px;
  }
  .registermain{
      flex-direction: column;
      gap: 0px;
  }
  .registerStyle input,select{
      width: 100%;
  }
  
  .textArea textarea{
    width: 100%;
  }
  .registerStyle i{
  display: none;
  
      margin-left: -10px;
      color: #858792;
      font-size: 20px;
  }
  .textArea{
      padding-left: 0%;
   }
            .Footer input{
                width: 350px;
                margin-bottom: 10px;     
              }
  }
 
  
  @media only screen and (min-width: 769px) and (max-width: 1629px) {
    .container{
      grid-template-columns: repeat(1,1fr);
      padding-left: 20px;
      padding-right: 20px;
      justify-content: space-between;
      grid-gap: 20px;
  }
  .registermain{
      /* justify-content: space-around; */
      flex-direction: column;
      gap: 0px;
  }
  .registerStyle input,select{
    width: 100%;
  }
  .textArea{
      padding-left: 0%;
   }
   .textArea textarea{
width: 100%;
   }
.registerStyle i{
display: none;
}
.registermain{
  flex-direction: column;
  gap: 0px;
}
  }
  
  
  @media only screen and (min-width: 10px) and (max-width: 300px) {

  }
  

.signupButtonsp>p{
    color: white;
    font: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
}

.signupButtonsp >button{
    padding: 10px;
    color: white;
    font-weight: bold;
    background-color: #5B69E2;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
}