*{
    margin: 0px;
    padding: 0px;
}
#head{
    width: 100%;
    height: 5vh;
    background-color: brown;
}
#head p{
    color: bisque;
    padding-top: 5px;
}

/* navigation bar */
.nav{
    width: 100%;
    height: 9vh;
    background-color: bisque;
}
.navrap{
    width: 80%;
    /* height: 9vh; */
}
.navrap img{
    width: 10%;
    /* height: 15vh; */
    padding-left: 50px;
}
.menu{
    float: right;
}
.menu ul{
    margin-top: 20px; 
}
.menu ul li{
    display: inline;
    /* padding: 10px */
}
.menu ul li a{
    color: black;
    text-decoration: none;
    font-size: 20px;
}
.menu ul li a:hover{ 
    border: 2px solid white;
    background-color: rgba(0,0,0,0.3);
    font-weight: bolder;
}
.logo{
    position: absolute;
}

/* banner */
.ban{
    width: 100%;
      background-image:url(./Pyramids1.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
}
.banrap{
    width: 100%;
    height: 90vh;
    background-color: linear-gradient(to right,rgba(0,0,0,0.2), rgba(0,0,0,0.9));
}
.company{
    border: 2px;
    width: 40%;
    position: absolute;
    margin-top: 90px;
    border: 4px solid white;
}
.name h1{
    color:aliceblue;
    font-size: 45px;
     text-align:center;
}
.name p{
    color: aliceblue;
    text-align: center;
}
 .btn button{
    width: 20%;
    height:5vh;
    margin-top: 20px;
    background-color: red;
    margin-left: 550px;
} 
.ban1{
    width: 100%;
    height: 60vh;
    background-color: aliceblue;   
}
.banrap1 h1{
    text-align: center;
    color: black;
    margin-top: 20px;
}
.banrap1 p{
    margin-top: 20px;
     text-align: center; 
    color: black;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 25px;
    
}
.button{
    margin-top: 20px;
    width: 10%;
    height: 5vh;
    background-color: red;
    /* margin-left: 700px; */
}
.company1{
width: 100%;
margin: auto;
display: grid;
grid-template-columns: auto auto;
 grid-column-gap: 30px; 
}
.ban2{
    width: 100%;
    height: 60vh;
}
.ban2 img{
    height: 50vh;
    width: 70%;
    margin-top: 50px;
    padding-left: 120px;
}
.box1 h1{
    margin-top: 50px;
}
.box1 p{
    margin-top: 20px;
}
.button1{
    width: 20%;
    height: 5vh;
    background-color: red;
    /* margin-left: 30px; */
}
.ban3{
    height: 50vh;
    width: 100%;
    background-color: brown;
    margin-top: 30px;
}
.company2{
width: 80%;
margin: auto;
display: grid;
grid-template-columns: auto auto auto;
 grid-column-gap: 20px; 
}
.box2{
    margin-top: 30px;
    border: 2px solid, white;
    background-color: white;
}
.box2 h1{
    text-align: center;
    background-color: aliceblue;
}
.box2 p{
    padding: 5px;
    color: black;
    text-align: justify;
}
.mid1{
    width: 100%;
    height: 30vh;
} 
.mid1 h1{
    text-align: center;
}
.mid1 p{
    text-align: center;
}
.company{
    width: 100%;
}
.company3rap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto; 
    grid-column-gap: 20px;
}
.box3 img{
    height: 50vh;
    
}
.box3 h1{
    text-align: center;
}
.box3 p{
    
    text-align: justify;
}
.box33{
    display: grid;
    margin: auto;
    grid-template-columns: auto auto;
    grid-column-gap: 15px;

}
.box4 img{
    height: 25vh;
    
}
.box4 h1{
    font-size: 20px;
    text-align: center;
}
.box4 p{
    font-size: 10px;
    text-align: justify;
    padding: 10px;
}
.footrap p{
    width: 100%;
    height: 10vh;
    background-color: brown;
    text-align: center;
    color: aliceblue;
    font-size: 30px;
}