*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/* social media */
.social{
    width: 100%;
    height: 5vh;
    background: linear-gradient(to right, red, blue);
}
.socialrap{
    width: 80%;
    margin: auto;
}
.name{
    position: absolute;
}
.name h1{
    color: aliceblue;
}
.app{

    float: right;
}
.app ul{
    margin-top: 1px;
}
.app ul li{
    display: inline;
}
.app ul li a{
    color: azure;
    font-size: 30px;
    padding-left: 20px;
}
/* navigation bar */
#nav{
    width: 100%;
    height: 10vh;
    background: linear-gradient(to right, red, blue);
    top:0px;
    position: sticky;
}
.navrap{
    width: 80%;
    margin: auto;
}
.logo{
    position: absolute;
}
.logo h1{
    color: gold;
    font-size: 50px;
}
.menu{
    float: right;
}
.menu ul{
    margin: 20px;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    color: aliceblue;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
}
.menu ul li a:hover{
    background-color: rgba(0,0,0,0.5);
    border-radius: 15px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
/* banner */
.ban{
    width: 100%;
    background-image: url(./ban.jpg);
    height: 80vh;
    background-size: 100%;
    background-repeat: no-repeat;
}
.banrap{
    width: 100%;
    height: 80vh;
    background-color: rgba(0,0,0,0.5);
}
.banrap1{
    width: 50%;
    margin: auto;
    /* border: 2px solid white; */
    padding-top: 200px;
}
.company{
    width: 50%;
    border: 10px solid darkorange;
    border-radius: 5px;
    padding: 20px;
    margin: auto;
    background-color: rgba(0,0,0,0.5);
}
.company h1{
    text-align: center;
    font-size: 70px;
    color: goldenrod;
}
.company h2{
    text-align: center;
    font-size: 30px;
    color: goldenrod;
}
.company P{
    text-align: center;
    color: rgb(218, 32, 32);
    font-size: 25px;
}

/* middle */
.mid{
    width: 100%;
    height: 320vh;
    background: linear-gradient(to left, rgb(255, 162, 0) , rgb(89, 0, 255));
}
.midrap{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.box{
    border: 2px solid white;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    height: 60vh;
}
.box h1{
    text-align: center;
    background-color: aliceblue;
    text-transform: uppercase;
}
.box h2{
    text-align: center;
    background-color: aliceblue;
    text-transform: uppercase;
}
.box h3{
    text-align: center;
    background-color: aliceblue;
    text-transform: uppercase;
}
.box h4{
    text-align: center;
    background-color: aliceblue;
    text-transform: uppercase;
}
#pic1{
    width: 100%;
    height: 60%;
}
#pic2{
    width: 100%;
    height: 60%;
}
#pic3{
    width: 100%;
    height: 60%;
}
#pic4{
    width: 100%;
    height: 60%;
}
#pic41{
    width: 100%;
    height: 40%;
}
#pic5{
    width: 100%;
    height: 40%;
}
#pic6{
    width: 100%;
    height: 35%;
}
#pic7{
    width: 100%;
    height: 35%;
}
#pic71{
    width: 100%;
    height: 35%;
}
#pic8{
    width: 100%;
    height: 35%;
}
#pic9{
    width: 100%;
    height: 35%;
}
#pic10{
    width: 100%;
    height: 35%;
}
#pic11{
    width: 100%;
    height: 35%;
}
#pic12{
    width: 100%;
    height: 35%;
}
#pic13{
    width: 100%;
    height: 35%;
}
#pic14{
    width: 100%;
    height: 35%;
}
#pic15{
    width: 100%;
    height: 100%;
}
#pic16{
    width: 100%;
    height: 100%;
}
#pic17{
    width: 100%;
    height: 100%;
}
#pic18{
    width: 100%;
    height: 100%;
}
.box p{
    text-align: justify;
    color: aliceblue;
    font-size: 20px;
}
/* footer */
.foot{
    width: 100%;
    height: 45vh;
    background-color: rgba(0,0,0,0.5) ;
    border-top: 5px solid darkgreen;
}
.footrap{
    width: 80%;
    margin: auto;
    padding-top: 30px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.box1 h1{
    text-align: center;
    color: aliceblue;
    border: 2px solid white;
    background-color: rgba(0,0,0,0.5);
    padding: 37px;
}
.box1 ul li{
    text-align: center;
    color:aqua;
    text-decoration: none;
    font-size: 20px;
    background-color: rgba(0,0,0,0.5);
    border: 2px solid white;
    height: 4vh;
    list-style: none;
}
.box2 h1{
    text-align: center;
    color: aliceblue;
    border: 2px solid white;
    background-color: rgba(0,0,0,0.5);
    
}
.box2 ul li {
    text-align: center;
    color:aqua;
    text-decoration: none;
    font-size: 20px;
    background-color: rgba(0,0,0,0.5);
    border: 2px solid white;
    height: 10.1vh;
    list-style: none;
}
.box2 ul li a i{
    color: aliceblue;
    font-size: 50px;
}
.box3 h1{
    text-align: center;
    color: aliceblue;
    border: 2px solid white;
    background-color: rgba(0,0,0,0.5);
}
.box3 p{
    padding: 10px;
    text-align: justify;
    color: azure;
    background-color: rgba(0,0,0,0.5);
    border: 2px solid white;
    height: 30vh;
    font-size: 22px;
}
.box4 h1{
    text-align: center;
    color: aliceblue;
    border: 2px solid white;
    background-color: rgba(0,0,0,0.5);
}
.box4{
    text-align: center;
    color: azure;
    background-color: rgba(0,0,0,0.5);
    border: 2px solid white;
    height: 30vh;
}
