* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* nav1 */
.nav1 {
    background: black;
    font-size: 16px;
    text-align: center;
    color: white;
    text-decoration: none;
    height: 28px;
    padding-top: 8px;
}








/* navigation2 */
#nav2 {
    margin-top: 20px;
    width: 100%;
    height: 10vh;
    background-color: rgb(239, 227, 203);
    margin-top: -0.10%;
}

.navrap2 {
    width: 80%;
    margin: auto;
}

.logo {
    position: absolute;
    margin-left: 32%;
}

.logo img {
    margin-top: 8%;
}

.menu1 {
    float: right;
}

.menu1 ul {
    margin-top: 15px;
}

.menu1 ul li {
    display: inline;
    margin: auto;
}

.menu1 ul li a i {
    color: black;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    padding-right: 18px;
    margin-top: 5%;
}

.menu2 {
    float: left;
    margin-top: 10px;

}

.menu2 ul {
    margin-top: 5px;
}


.menu3 li a:hover {
    color: rgb(88, 82, 82);
    text-decoration: underline;
}



.menu2 ul li {
    display: inline;
}

.menu2 ul li a i {
    color: black;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    padding-left: 18px;
    margin-top: 5%;
}



/* navigation3 */
#nav3 {
    margin-top: 20px;
    width: 100%;
    height: 8vh;
    background-color: rgb(239, 227, 203);
    margin-top: -0.10%;
}

.navrap3 {
    width: 80%;
    margin: auto;
}


.menu3 {
    float: left;
    margin-top: 10px;
    margin-left: 20%;
}

.menu3 ul {
    margin-top: 5px;
}

.menu3 ul li {
    display: inline;
}

.menu3 ul li a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 40px;
    margin-top: 5%;
}






.valaya{
    margin-left: 37.8%;
    margin-top: 2%;
}







.container {
    position: relative;
    max-width: 700px;
    width: 100%;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-left: 28%;
    margin-top: -1%;
  }
  .container header {
    font-size: 1.5rem;
    color: #333;
    font-weight: 500;
    text-align: center;
  }
  .container .form {
    margin-top: 30px;
  }
  .form .input-box {
    width: 100%;
    margin-top: 20px;
  }
  .input-box label {
    color: #333;
  }
  .form :where(.input-box input, .select-box) {
    position: relative;
    height: 40px;
    width: 100%;
    outline: none;
    font-size: 1rem;
    color: #707070;
    margin-top: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 15px;
  }
  .input-box input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  }
  .form .column {
    display: flex;
    column-gap: 15px;
  }
  .form .gender-box {
    margin-top: 20px;
  }
  .gender-box h3 {
    color: #333;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 8px;
  }
  .form :where(.gender-option, .gender) {
    display: flex;
    align-items: center;
    column-gap: 50px;
    flex-wrap: wrap;
  }
  .form .gender {
    column-gap: 5px;
  }
  .gender input {
    accent-color: black;
  }
  .form :where(.gender input, .gender label) {
    cursor: pointer;
  }
  .gender label {
    color: #707070;
  }
  .address :where(input, .select-box) {
    margin-top: 15px;
  }
  .select-box select {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    color: #707070;
    font-size: 1rem;
  }
  .form button {
    height: 55px;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 30px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    background: black;
  }
  .form button:hover {
    background: rgb(60, 59, 59);
  }
  /*Responsive*/
  @media screen and (max-width: 500px) {
    .form .column {
      flex-wrap: wrap;
    }
    .form :where(.gender-option, .gender) {
      row-gap: 15px;
    }
  }
















  .aboutpic{
    padding-left: 300px;
    margin-top: 5%;
  }
  
  
  .abouttext{
    width: 70%;
    text-align: center;
    margin-left: 15%;
    margin-top: -6%;
    height: 20vh;
  }
  
  
  .abouttext h1{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    font-size: 20px;
    text-decoration: underline;
  }
  
  
  .abouttext h1:hover {
    /* color: rgb(88, 82, 82); */
    text-decoration: underline;
   }
  
  
  .abouttext h1 a{
    color: white;
  }
  
  
  
  
  
  /* footer */
  .footer {
    width: 100%;
    height: 10vh;
    margin-top: 1%;
    border-top: 1px solid gray;
  }
  
  .footrap {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto ;
    grid-column-gap: 20px;
    padding-top: 10px;
  }
  
  .boxx {
    padding: 10px;
  }
  
  .boxx1 h1 {
    text-align: center;
    font-size: 18px;
  }
  
  
  
  .boxx2 {
    padding: 10px;
  }
  
  .boxx2 h1 {
    text-align: center;
    font-size: 18px;
  
  }
  
  
  .boxx3 {
    padding: 10px;
  }
  
  .boxx3 h1 {
    text-align: center;
    font-size: 18px;
  }
  
  
  
  .boxx4 {
    padding: 10px;
  }
  
  .boxx4 h1 {
    text-align: center;
      font-size: 18px;
  }
  
  .jjv{
    text-align: center;
    height: 12vh;
  }
  
  
  .jjv h1{
    font-size: 20px;
    margin-top: 3%;
  }
  
  
  .jjv1{
    padding-left: 40px;
  }
  
  .jjv1 h2{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 19px;
  }
  
  
  .jjv1 p{
    /* border: 2px solid black; */
    width: 95%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 10vh;
  }
  
  
  .jjv2{
    padding-left: 40px;
  }
  
  .jjv2 h2{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 19px;
  }
  
  
  .jjv2 p{
    /* border: 2px solid black; */
    width: 95%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 10vh;
  }
  
  
  
  
  
  .jjv3{
    padding-left: 40px;
  }
  
  .jjv3 h2{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 19px;
  }
  
  
  .jjv3 p{
    /* border: 2px solid black; */
    width: 95%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 18vh;
  }
  
  
  
  
  .jjv4{
    padding-left: 40px;
  }
  
  .jjv4 h2{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 19px;
  }
  
  
  .jjv4 p{
    /* border: 2px solid black; */
    width: 95%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 15vh;
  }
  
  
  
  
  
  .jjv5{
    padding-left: 40px;
  }
  
  .jjv5 h2{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 19px;
  }
  
  
  .jjv5 p{
    /* border: 2px solid black; */
    width: 95%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 20vh;
  }
  
  
  
  
  
  
  .jjv6{
    padding-left: 40px;
  }
  
  .jjv6 h2{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 19px;
  }
  
  
  .jjv6 p{
    /* border: 2px solid black; */
    width: 95%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 20vh;
  }
  
  
  
  
  
  
  