*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
/* Social Midea */
.social{
    width: 100%;
    height: 5vh;
    background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(10, 107, 243, 0.9));
}
.socialrap{
    width: 80%;
    margin: auto;
}
.head{
    position: absolute;
}
.head h1{
    font-size: 20px;
}
.app{
    float: right;
}
.app ul li{
    display: inline;
}
.app ul li{
    padding-left:5px;
}
#youtube{
    font-size: 25px;
    color: red;
}
#facebook{
    font-size: 25px;
    color: black;
}
#instragram{
    font-size: 25px;
    color:orangered;
}
/*  Navigation Bar */ 
.nav{
    width: 100%;
    height: 6vh;
    background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(10, 107, 243, 0.9));
}
.navrap{
    width: 80%;
    margin: auto;
}
.navrap img{
    height: 6vh;
    padding-left: 30px;
}

.menu{
    float: right;
}
.menu ul{
    margin-top: 10px;
}

.menu ul li{
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}
.menu ul li a{
    color: aliceblue;
    text-decoration: none;
    font-size: 25px;
}
.menu ul li a:hover{
    border: 2px solid,white;
    background-color: rgba(0,0,0,0.4);
    font-weight: bolder;
}
.logo{
    position: absolute;
}
/* Banner */
.ban{
    width: 100%;
    height: 80vh;
    background-image: url(./banner\ pic.jpg);
}
.banrap{
    width:100%;
    height: 80vh;
    background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.9));
}
.banrap1{
    float: right;
    margin-top: 200px;
    margin-right: 100px;
}
.company{
    border: 4px solid gold;
    padding: 10px;
    height: 20vh;
}
.company h1{
    color: aliceblue;
    text-align: center;
    font-size: 70px;
}
.company p{
    color: gold;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}
/* middle part */
.mid{
    width: 100%;
    height: 90vh;
}
.mid h1{
    margin-top: 20px;
    padding-left: 80px;
}
.midrap{
    width: 60%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.midrap img{
    width: 40%;
    height: 10vh;
    margin-top: 50px;
}


.mid3{
    width: 100%;
    height: 90vh;
    background-color: aquamarine;
}
.midrap3{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
}
.midrap3 h1{
    margin-top: 20px;
}
.midrap3 p{
    font-size: 80px;
}
.midrap3 img{
    width: 100%;
    height: 80vh;
    margin-top: 20px;
}
.button{
    width: 20%;
    margin-top: 15px;
    height: 4vh;
    background-color: greenyellow;
    text-align: center;
    font-size: 20px;
}
/* middle part 5 */
.mid5{
    width: 100%;
    /* height: 45vh; */
}
.mid5 h1{
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
}
.midrap5{
    width: 80%;
    margin: auto;
}
#img1{
    width: 250px;
    height: 250px;
}

/* middle part 4 */
.mid4{
    width: 100%;
    height: 40vh;
    background-color: lightskyblue;
}
.midrap4{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;   
}
.midrap4 h1{
    font-size: 35px;
    margin-top: 20px;
}
.midrap4 p{
    margin-top: 10px;
}
.midrap4 img{
    width: 30%;
    height: 25vh;
    margin-top: 10px;
}
.footer{
    width: 100%;
    height: 5vh;
    background-color: azure;
}
.footrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 15px;
}
