* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.name h1 {
    color: rgb(13, 10, 10);
    font-size: 30px;
    text-align: center;
    margin-top: -5px;
}

/* navigation bar */
#nav {
    width: 100%;
    height: 15vh;
}

.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;
}

/* banner */
.banner1 {
    width: 100%;
    height: 120vh;
    background-size: 100%;
    /* border: 5px solid black; */
}

.banrap1 {
    /* border: 5px solid black; */
    height: 130vh;
    background-image: url(./img4.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
}

/* overlay */

.mid {
    width: 100%;
}

.midrap {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}

.box {
    border: 2px solid black;
    margin-top: 80px;
    height: 50vh;
    width: 100%;
}

.container {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.image {
    display: block;
    width: 149%;
    height: 49.5vh;
    margin-top: 0%;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    /* background-color: red; */
    /* padding-bottom: 50px; */
    margin-top: 0px;
}

.container:hover .overlay {
    opacity: 1;
}

.box1 {
    border: 2px solid black;
    margin-top: 80px;
    height: 50vh;
    width: 100%;
}


.container1 {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.image1 {
    display: block;
    width: 149%;
    height: 51vh;
    margin-top: 0%;
}

.overlay1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    /* background-color: red; */
    /* padding-bottom: 50px; */
    margin-top: 0px;
}

.container1:hover .overlay1 {
    opacity: 1;
}

.overlay1 img {
    height: 51vh;
}

/* footer */
.foot {
    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;
  }
  
  .footer {
    width: 50%;
    margin: auto;
  }
  
  .footer {
    color: rgb(0, 0, 0);
  }
  
  
  .company {
    width: 100%
  }
  
  .company h3 {
    text-align: center;
    color: aliceblue;
    font-size: 25px;
  }
  
  .info {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 30px;
    padding-top: -5%;
    /* padding: 10%; */
  }
  
  .inforap h1 {
    color: aliceblue;
    text-align: center;
    font-size: 30px;
    margin-top: 200px;
  }
  
  .inforap p {
    color: darkgray;
    text-align: center;
    font-size: 20px;
  }
  
  .conclu {
    margin-top: 3%;
  }
  
  .conclu p {
    text-align: center;
    color: rgb(242, 243, 244);
    font-size: 20px;
  }