*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/* hobmer */
.hob{
    width: 100%;
    height: 6vh;
    background-color: purple;
}
.hobrap{
    width: 80%;
    margin: auto;
}
.head{
    position: absolute;
}
.head h2{
    font-size: 28px;
    color: white;
    padding-left: 5px;
}
.menu{
    float: right;
    margin: 6px;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    text-decoration: none;
    font-size: 18px;
    padding: 5px;
    color: white;
}
/* navigation bar */
.logo{
    position: absolute;
    padding: 5px;
}
.nav{
    width: 100%;
    height: 11vh;
    background-color: rgb(153, 5, 153);
}
.navrap{
    width: 80%;
    margin: auto;
}
.name h1{
    position: absolute;
    font-size: 50px;
    color: aliceblue;
    padding-top: 5px
}.name ul{
    text-align: right;
    padding-top: 25px;
}
.name ul li{
    display: inline;
}
.name ul li a{
    text-decoration: none;
    padding: 7px;
    text-transform: uppercase;
    font-size: 18px;
    color: aliceblue;
}
.name ul li a:hover{
    color: rgb(250, 59, 59);
    background-color: rgb(0, 0, 0, 0.2);
    border-radius: 7px;
}
/* banner */
.ban{
    width: 100%;
    height: 83vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.banrap{
    width: 100%;
    height: 83vh;
    background-color: rgba(0, 0, 0, 0.3);
}
.back{ 
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
} 
.banrap1{
    width: 70%;
    margin: auto;
    padding-top: 150px;
}
.banner{
    width: 80%;
    margin: auto;
}
.banner h2{
    text-align: center;
    color: antiquewhite;
    font-size: 70px;
    transition: 0.3s;
    border: white;
    border-style: solid;
}
.banner h2:hover{
    -webkit-text-stroke: 1px white;
    color: transparent;
}
.banner p{
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: antiquewhite;
    padding-bottom: 20px;
    padding-top: 20px;
}
/* bass */
.ba{
    width: 100%;
    height: 995vh;
    background-color: rgb(22, 21, 21);
}
.baa{
    font-size: 30px;
    color: purple;
    padding: 10px;
    text-align: center;
}
.barap{
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 70px;
    row-gap: 70px;
}
.bass{
    border: 2px solid white;
    border-radius: 5px;
    padding: 13px;
} 
.bass p{
    background-color: white;
    font-size: 20px;
    padding: 5px;
}
.bass h4{
    background-color: white;
    font-size: 25px;
    text-align: center;padding: 5px;
    color: maroon;
    text-shadow: 0 0 10px red;
}
.bass h4:hover{
    color: blue;
    text-shadow: 0 0 10px red, 0 0 20px red;
}
/* footer */
.foot{
    width: 100%;
    height: 45vh;
    background: purple;
}
.footrap{
    width: 75%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 40px;
}
.footer h3{
    font-size: 35px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer ul li a{
    text-decoration: none;
    font-size: 20px;
    color: wheat;
}
.footer p{
    font-size: 20px;
    color: wheat;
}