*{
    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;
}
/* about us */
.abt{
    width: 100%;
    height: 50vh;
    background-color: rgb(22, 21, 21);
}
.abtrap{
    width: 75%;
    margin: auto;
    padding: 20px;
}
.about h1{
    font-size: 50px;
    color: purple;
    text-align: center;
}
.about p{
    font-size: 20px;
    text-align: center;
    color: white;
    padding-top: 10px;
}
/* About Us1 */
.abt1{
    width: 100%;
    height: 67vh;
    background-color: rgb(22, 21, 21);
}
.abt1rap{
    margin: auto;
    width: 80%;
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 80px;
}
.about1 img{
    transition: .3s;
    border-radius: 15px;
    border: 1px solid red;
}
.about1 img:hover{
    height: 410px;
    width: 310px;
    box-shadow: 0 0 10px gray, 0 0 20px grey;
}
/* About Us2 */
.abt2{
    width: 100%;
    height: 33vh;
    background-color: rgb(22, 21, 21);
}
.abt2rap{
    width: 85%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 60px;
    padding-top: 20px;
}
.about2 h3{
    font-size: 27px;
    color: orange;
    text-align: center;
}
.about2 p{
    font-size: 17px;
    color: wheat;
    text-align: center;
    padding-top: 10px;
}
/* About Us3 */
.abt3{
    width: 100%;
    height: 57vh;
    background-color: rgb(22, 21, 21);
}
.abt3rap{
    width: 55%;
    margin: auto;
}
.about3 img{
    border-radius: 15px;
    transition: .3s;
    border: 1px solid orangered;
}
.about3 img:hover{
    box-shadow: 0 0 10px gray, 0 0 20px gray;
}
/* Types */
.type{
    width: 100%;
    height: 185vh;
    background-color: rgb(22, 21, 21);
}
.types{
    text-align: center;
    font-size: 33px;
    color: purple;
}
.typerap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 80px;
    row-gap: 30px;
    padding-top: 30px;
}
.typee img{
    border: 2px solid orangered;
    border-radius: 100px;
    transition: .3s;
}
.typee img:hover{
    box-shadow: 0 0 5px grey, 0 0 15px grey, 0 0 25px grey;
}
.typee p{
    font-size: 20px;
    color: white;
    text-align: center;
    padding-top: 10px;
}
/* Why Choose Us */
.why{
    width: 100%;
    height: 40vh;
    background-color: rgb(22, 21, 21);
}
.whyrap{
    margin: auto;
    width: 70%;
}
.whyus h1{
    font-size: 45px;
    text-align: center;
    color: purple;
}
.whyus p{
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    color: wheat;
}
/* Why choose us1 */
.why1{
    width: 100%;
    height: 27vh;
    background-color: rgb(22, 21, 21);
}
.why1rap{
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    column-gap: 30px;
}
.whyus1 h3{
    font-size: 22px;
    color: orange;
    text-align: center;
}
.whyus1 p{
    font-size: 18px;
    color: wheat;
    padding-top: 10px;
    text-align: center;
}
/* 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{
    list-style: none;
}
.footer ul li a{
    text-decoration: none;
    font-size: 20px;
    color: wheat;
}
.footer p{
    font-size: 20px;
    color: wheat;
}

