*{
    padding: 0px;
    margin: 0px;
    box-sizing: 0px;
}

/* navigation bar */
.nav {
    width: 100%;
    height: 12vh;
    background-color: black;
    top: 0px;
    /* position: sticky; */
}

.navrap {
    width: 100%;
    margin: auto;
}

.logo {
    position: absolute;
}
#pic16{
    width: 150%;
    height: 12vh;
    /* padding-bottom: 40px; */
}

.menu {
    float: right;
}

.menu ul {
    margin: 35px;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    color: red;
    text-decoration: none;
    font-size: 23px;
    text-transform: uppercase;
    padding : 13px;
}

.menu ul li a:hover{
    background-color: goldenrod;
    border-radius: 15px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}


/* banner */
.ban {
    width: 100%;
    background-image: url(./new.avif);
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.banrap {
    width: 100%;
    height: 100vh;
    background-color: rgba(224, 220, 220, 0.395);
}
.company h1 {
    text-align: center;
    font-size: 50px;
    color: black;
    padding-top: 20%;
}

/* middle */
.mid {
    width: 100%;
    height: 200vh;
    background-image:url(./Black.avif) ;
    background-size: cover;
    background-repeat: no-repeat;
}

.midrap {
    width: 100%;
    margin: auto;
    padding-top: 90px;
    display: grid;
    grid-template-columns: auto auto auto ;
    /* grid-column-gap:5px; */
    grid-row-gap: 30px;
}

.box {
   /* border: 1px solid white; */
   height: 40vh;
   font-size: 20px;
    padding: 5px;
    border-radius: 0px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    text-align: center;
    color: aliceblue;
}

.box p{
    color: rgb(204, 184, 8);
    /* text-align: center; */
}

#pic1 {
    width: 80%;
    height: 90%;
   
}
#pic2 {
    width: 80%;
    height: 90%;
    
}
#pic3 {
    width: 80%;
    height: 90%;
    
}
#pic4 {
    width: 80%;
    height: 90%;
   
}
#pic5 {
    width: 80%;
    height: 90%;
    
}
#pic6 {
    width: 80%;
    height: 90%;
    
}
#pic7 {
    width: 80%;
    height: 90%;
   
}
#pic8 {
    width: 80%;
    height: 90%;
    
}
#pic9 {
    width: 80%;
    height: 90%;
    
}
#pic10 {
    width: 80%;
    height: 90%;
   
}
#pic11{
    width: 80%;
    height: 90%;
    
}
#pic12 {
    width: 80%;
    height: 90%;
}

/* footer */
.foot{
    width: 100%;
    height: 30vh;
    background-color: black;
}
.footrap{
    width: 80%;
    margin: auto;
    text-align: center;
}
.footrap p{
    color: aliceblue;
}
#pic13{
    width: 30%;
    height: 20vh;
}

