* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}




/* nav1 */
.nav1{
    background: purple;
    font-size: 22px;
    text-align: center;
    height: 50px;
    color: white;
    text-decoration: underline;
    padding-top: 15px;
}
.nav1 ul a{
  color: white;
}

/* nav2 */
#nav2 {
    width: 100%;
    height: 15vh;
    background: white;
    top: 0px;
    position: sticky;

}

.navrap2 {
    width: 80%;
    margin: auto;
    /* height: 90vh; */
}

.logo img{
    margin-left:-3%;
}


.menu{
    text-align: center;
}

.menu ul{
    margin-top: -60px;
}

.menu ul li {
    display: inline
}

.menu ul li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    padding: 22px;
}


.menu ul li a i{
    font-size: 25px;
    color: purple;
}

.menu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 20px;
}






/* banner */
.ban {
  width: 100%;
  background-image: url(login.svg);
  height: 90vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banrap {
  width: 100%;
  height: 50%;
  /* background-color: rgba(0, 0, 0, 0.2); */
}








 /* body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    line-height: 1.5;
    min-height: 100vh;
    background: #f3f3f3;
    flex-direction: column;
    margin: 0;
} */



  
.main {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    transition: transform 0.2s;
    width: 500px;
    text-align: center;
    float: right;
    margin-right: 35%;
    margin-top: -35%;

}
 
h1 {
    color: purple;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h3{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
 
label {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: left;
    color: rgb(41, 36, 36);
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
 
 
input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 5px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
 
button {
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: none;
    color: white;
    cursor: pointer;
    background-color: purple;
    width: 100%;
    font-size: 16px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
 
.wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    
}










/* footer */
.footer {
    width: 100%;
    height: 50vh;
    background: black;
    /* border-bottom: 1px solid white; */
    margin-top: 8%;
  }
  
  .footrap {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto ;
    grid-column-gap: 20px;
    padding-top: 10px;
    margin-top: -8%;
  }
  
  .boxx {
    /* background-color: rgba(0, 0, 0, 0.2); */
    padding: 10px;
  }
  
  .boxx h1 {
    text-align: center;
    color: white;
    font-size: 30px;
  }
  
  
  
  .boxx ul li{
    list-style: none;
    color: white;
    padding-left: 25%;
    font-size: 20px;
  }
  
  
  .boxx2 {
    /* background-color: rgba(0, 0, 0, 0.2); */
    padding: 10px;
  }
  
  .boxx2 h1 {
    text-align: center;
    color: white;
    font-size: 30px;
  
  }
  
  
  .boxx2 ul li{
    list-style: none;
    color: white;
    padding-left: 30%;
    font-size: 20px;
  }
  
  
  .boxx3 {
    /* background-color: rgba(0, 0, 0, 0.2); */
    padding: 10px;
  }
  
  .boxx3 h1 {
    text-align: center;
    color: white;
    font-size: 30px;
  }
  
  .boxx3 ul li{
    list-style: none;
    color: white;
    padding-left: 25%;
    font-size: 20px;
    
  }
  
  
  
  .boxx4 {
    /* background-color: rgba(0, 0, 0, 0.2); */
    padding: 10px;
  }
  
  .boxx4 h1 {
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 30px;
  }
  
  
  .boxx4 ul li{
    list-style: none;
    color: white;
  font-size: 20px;
  padding-left: 30%;
  }
  .boxx4 ul li a{
    font-size: 40px;
    border: 2px solid white;
  } 
  
  .boxx5 img{
    margin-top: 8%;
  
  }