*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  }
  /* nav */
  .nav{
    width: 100%;
    height: 7.5vh;
    /* position: sticky; */
    background-color:black;
    top: 0px;
    border-bottom: 1px solid white;
  }
  .logo{
    position:absolute;
    margin-left: 10px;
  }
  .logo img{
    height: 7.5vh;
  }
  .menu{
    float: right; 
  }
  .menu ul{
    margin-top: 17px;
    margin-right: 10px;
  
  }
  .menu ul li{
    display:inline;
  }
  .menu ul li a{
    text-decoration: none;
    font-size:15px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    color: aliceblue;
  }
  .menu ul li a:hover{
    border: 2px solid white;
    background-color: rgba(112, 106, 106, 0.5);
    border-radius: 10px;
  } 
/* Banner */
.ban{
  background-image: url(./aub.jpg);
  width: 100%;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.banrap{
  width: 100%;
  height: 80vh;
  background-color: rgba(0,0,0,0.5);
}
.banrap1{
  margin: auto;
  /* border: 2px solid white; */
  padding-top: 375px;
}
.company{
  width: 50%;
  margin: left;
}
.banrap1 h1{
  font: bold;
  text-align: center;
  padding-left: 15px;
  color:rgb(198, 9, 126);
  font-size: 55px;
}
.banrap p{
  padding-left: 250px;
  font: italic;
  text-align: center;
  color: ghostwhite;
  font-size: 30px;
}
/* mid */
.mid{
  height: 60vh;
  width: 100%;
  background-color: rgb(245, 250, 250);
}
.midrap{
  height: 60vh;
  width: 70%;
  background-color: rgb(245, 250, 250);
  margin: auto;
  padding-top: 40px;
}
.mr1{
  height: 30vh;
  width: 40%;
  background-color: rgb(245, 250, 250);
  float: left;
  padding-top: 60px;
}
.mr1 h1{
  text-align: left;
  font-size: 30px;
  font-style: italic;
  color: deeppink;
}
.mr1 p{
  text-align: left;
  font-size: 20px;
  padding-top: 20px;
  color: black;
}
.mr2{
  height: 50vh;
  width: 40%;
  background-color:rgb(245, 250, 250);
  float: right; 
  padding-top: 40px;
}
.mr2 img{
  height: 100%;
  width: 100%;
  border-radius: 5%;
  border-bottom: 2px solid deeppink;
  border-top: 2px solid deeppink;
  border-left:2px solid deeppink;
  border-right:2px solid deeppink;
}
/* mid1 */
.mid1{
    height: 80vh;
    width: 100%;
    background-color: rgb(5, 5, 5);
}
.mid1rap{
    height: 80vh;
    width: 80%;
    margin:auto;
}
.m1rh{
  height: 10vh;
  width: 100%;
  margin: auto;
}
.m1rh h1{
  font-size: 40px;
  font-style: italic;
  color: aliceblue;
  padding-top: 30px;
}
.m1rb{
  height: 65vh;
  width: 100%;
  margin: auto;
}
.m1rbr1{
  height: 65vh;
  width: 50%;
  float: left;
  padding-top: 140px;
}
.m1rbr1 h1{
  font-size: 40px;
  padding: 20px;
  color: rgb(224, 94, 164);
}
.m1rbr1 p{
  font-size: 20px;
  padding: 20px;
  color: aliceblue;
}
.m1rbr2{
  height: 65vh;
  width: 45%;
  float: right;
}
.m1rbr2 img{
  padding-top: 60px;
  border-radius: 5px;
}
/* mid2 */
.mid2{
  margin-top: 10px;
  height: 60vh;
  width: 100%;
}
.mid2rap{
  height: 60vh;
  width: 80%;
  margin: auto;
}
.m2h{
  height: 10vh;
  width: 100%;
  margin: auto;
}
.m2h h1{
  font-size: 40px;
  font-style: italic;
  color: rgb(11, 11, 11);
  padding-top: 30px;
}
.m2b{
  padding-top: 30px;
  padding-left: 200px;
  height: 50vh;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto ;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.container1 {
  position: relative;
  width: 50%;
}

.image1 {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle1 {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.middle1 a{
  text-decoration: none;
}
.container1:hover .image1 {
  opacity: 0.3;
}

.container1:hover .middle1 {
  opacity: 1;
}

.text1 {
  background-color: #04AA6D;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.container2 {
  position: relative;
  width: 50%;
}

.image2 {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle2 {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.middle2 a{
  text-decoration: none;
}
.container2:hover .image2 {
  opacity: 0.3;
}

.container2:hover .middle2 {
  opacity: 1;
}

.text2 {
  background-color: #04AA6D;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
/* FT */
.ft{
  margin-top: 20px;
  width: 100%;
  height: 40vh;
  background-color: rgb(60, 60, 63);
}
.ftrap{
  width: 80%;
  height: 40vh;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto ;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.ftbx1{
  margin-top: 20px;
  padding: 10px;
  height: 40vh;
  width: 100%;
  position: relative;
}
.ftbx1rap{
  width: 100%;
  margin-top: 20px;
}
.ftbx1rap h1{
  font-size: 30px;
  color: #f1f1f1;
}
.ftbx1rap ul{
  margin-top: 10px;
}
.ftbx1rap ul li{
  display: inline;
}
.ftbx1rap ul li a{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  text-align:center;
  color:aliceblue;
}
.ftbx2{
  margin-top: 20px;
  padding: 10px;
  height: 40vh;
  width: 100%;
}
.ftbx2rap{
  width: 100%;
  margin-top: 20px;
}
.ftbx2rap h1{
  color: #f1f1f1;
  font-size: 30px;
}
.ftbx2rap ul{
  margin-top: 10px;
}
.ftbx2rap ul li{
  display: inline;
}
.ftbx2rap ul li a{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  text-align:center;
  color:aliceblue;
}
.ftbx3{
  margin-top: 20px;
  padding: 10px;
  height: 40vh;
  width: 100%;
}
.ftbx3rap{
  width: 100%;
  margin-top: 20px;
}
.ftbx3rap h1{
  color: #f1f1f1;
  font-size: 30px;
}
.ftbx3rap ul{
  margin-top: 25px;
}
.ftbx3rap ul li{
  display: inline;
}
.ftbx3rap ul li a{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  text-align:center;
  color:aliceblue;
}
/* sc */
.ftr{
  width: 100%;
  height: 15vh;
  background-color: rgb(10, 10, 10);
}
.ftr1{
  width: 50%;
  height: 10vh;
  float: left;
  padding-top: 20px;
}
.ftr1 img{
  height: 10vh;
  padding-left: 40px;
  padding-top: 10px;
}
.app{
  float: right;
  padding-top: 20px;
}
.app ul li{
  display: inline;
}
.app ul li a{
  color:aliceblue;
  font-size: 30px;
  padding: 20px;
}
.ftr2{
  width: 40%;
  height: 10vh;
  float: right;
  padding-top: 20px;
}
.ftr2 p{
  font-size: 18px;
  color: #f2f2f2;
  padding-top:20px;
  float: left;
}
.hm{
  float: right;
}
.hm li{
  display: inline;  
}
.hm li a{
  color:aliceblue;
  font-size: 60px;
  padding-right: 50px;
}