* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}


.name h1 {
  color: rgb(13, 10, 10);
  font-size: 30px;
  text-align: center;
  margin-top: 60px;
}

.app {
  float: right;
}

.app ul li {
  display: inline;
}

.app ul li a {
  color: black;
  font-size: 45px;
  padding-left: 20px;
  padding-right: 20px;
}


/* navigation bar */
#nav {
  width: 100%;
  height: 15vh;
  background: rgb(255, 255, 255);
  /* border: 2px solid black; */
}

.navrap {
  width: 90%;
  margin: auto;
}

.logo {
  position: absolute;
  margin-left: 35%;
}

.logo img {
  height: 10vh;
  width: 80%;
  margin-top: 30px;
  margin-left: 85px
}

.menu1 {
  float: right;


}

.menu img {
  padding-left: 8%;
  width: 30px;
  height: 3vh;
  margin-top: 20px;
  /* margin-left: 90%; */
  /* margin-left: 1px; */
  /* border: 2px solid black; */
}

.banner {
  margin-top: 10px;
}

.nav2 {
  width: 100%;
  height: 9vh;
  background-color: rgb(13, 8, 8);
}

.navrap2 {
  width: 90%;
  height: 9vh;
  background-color: rgb(0, 0, 0);
  margin-left: 80px;
  margin-top: 70px;
}

.menu2 {
  position: absolute;
}

.menu2 ul {
  padding-top: 20px;
}

.menu2 ul li {
  display: inline;
}

.menu2 ul li a {
  text-decoration: none;
  color: black;
  padding-left: 15px;
  color: aliceblue;
}

.menu3 {
  float: right;
  /* border:2px solid red; */
}

.menu3 ul {
  padding-top: 20px;
}

.menu3 ul li {
  display: inline;
}

.menu3 ul li a {
  text-decoration: none;
  color: black;
  color: aliceblue;
  padding-left: 15px;
}

.nav3{
  text-align: center;
  background-color: beige;
}

/* overlay */

.mid2 {
  width: 100%;
  height: 70vh;
  /* background-color: blueviolet; */
}

.midrap2 {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  /* background-color: rgb(34, 17, 50); */
}

.container {
  position: relative;
  /* width: 50%; */
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: #008CBA; */
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin-top: 4%;
}

.container:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

}

.text img {
  width: 100%;
  height: 100%;
}

.banner2 {
  width: 100%;
  height: 120vh;
  background-size: 100%;
  border: 5px solid black;
}

.banrap2 {
  /* border: 5px solid black; */
  height: 130vh;
  background-image: url(./banner2img.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

/* footer */
.foot1 {
  width: 100%;
  height: 70vh;
/* background-image: url(./img1.2ab.jpg); */
  /* background-repeat: no-repeat; */
  /* background-size: 100%; */
  background-color: rgb(0, 0, 0);
  padding: 20px;
}

.footer1 {
  width: 50%;
  margin: auto;
}

.footer1 {
  color: rgb(0, 0, 0);
}

/* .image1 {
  width: 17%;
  margin: auto;
} */

/* .image1 img { 
  width: 200%;
  height: 35vh;
  margin-left: -180px;
} */

.company1 {
  width: 100%
}

.company1 h3   {
  text-align: center;
  color: aliceblue;
  font-size: 25px;
}

.app4 {
  width: 100%;
  margin: auto;
  /* border: 2px solid white; */
  margin-top: 60px;
}

.app4 ul {
  margin-left: 37%;
}

.app4 ul li {
  display: inline;
}

.app4 ul li a {
  color: rgb(255, 255, 255);
  font-size: 25px;
  padding-left: 9px;
  /* padding-right: 0px; */
}

.info1 {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-column-gap: 30px;
  padding-top: -5%;
  /* padding: 10%; */
}

.inforap1 h1 {
  color: aliceblue;
  text-align: center;
  font-size: 30px;
  margin-top: 200px;
}

.inforap1 p {
  color: darkgray;
  text-align: center;
  font-size: 20px;
}

.conclu1 {
  margin-top: 3%;
}

.conclu1 p {
  text-align: center;
  color: rgb(242, 243, 244);
  font-size: 20px;
}