*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/* hobmer */
.hob{
    width: 100%;
    height: 6vh;
    background-color: black;
}
.hobrap{
    width: 80%;
    margin: auto;
}
.head{
    position: absolute;
}
.head h2{
    font-size: 28px;
    color: white;
    padding-left: 5px;
}
.menu{
    float: right;
    margin: 6px;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    text-decoration: none;
    font-size: 18px;
    padding: 5px;
    color: white;
}
.ban{
    width: 100%;
    height: 120vh;
    background-image: url(./ban.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banrap{
  width: 100%;
  height: 120vh;
  background-color: rgb(0, 0, 0, 0.5);
}
/* navigation bar */
.logo{
    position: absolute;
    padding: 5px;
}
.nav{
    width: 100%;
    height: 11vh;
    background-color: rgb(0, 0, 0, 0.6);
    top: 0px;
    position: sticky;
}
.navrap{
    width: 75%;
    margin: auto;
}
.heading{
      
        position: absolute;
        padding-top: 10px;
        margin: auto;
        font-size: 45px;
        -webkit-animation: colorchange 10s infinite;
        
      }
  
      @-webkit-keyframes colorchange {
        0% {
          
          color: cyan;
        }
        
        10% {
          
          color: yellow;
        }
        
        20% {
          
          color: orangered;
        }
        
        30% {
          
          color: pink;
        }
        
        40% {
          
          color: greenyellow;
        }
        
        50% {
          
          color: white;
        }
        
        60% {
          
          color: magenta;
        }
        
        70% {
          
          color: lightsalmon;
        }
        80% {
       
          color: red;
        }
        
        90% {
       
          color: lawngreen;
        }
        
        100% {
          
          color: mediumvioletred;
        }
      }
.name ul{
    text-align: right;
    padding-top: 25px;
}
.name ul li{
    display: inline;
}
.name ul li a{
    text-decoration: none;
    padding: 7px;
    text-transform: uppercase;
    font-size: 18px;
    color: aliceblue;
}
.name ul li a:hover{
    color: yellow;
    background-color: rgb(0, 0, 0, 0.2);
    border-radius: 7px;
    border-top-width: 5px;
}
.navrap1{
  width: 75%;
  padding-top: 260px;
  padding-left: 330px;
}
.banner{
  text-align: center;
  color: white;
  font-size: 70px;
  position: relative;
  transition: .3s;
  border: 2px solid white;
}
.banner:hover{
  -webkit-text-stroke: 2px white;
  color: transparent;
}
.ceo{
  width: 100%;
  height: 72vh;
  margin-top: 265px;
}
.ceorap{
  width: 78%;
  display: grid;
  margin: auto;
  grid-template-columns: auto auto;
  column-gap: 130px;
  padding-top: 30px;
}
.founder img{
  border: 5px solid blue;
  border-radius: 200px;
  transition: .4s;
}
.founder img:hover{
box-shadow: 0 0 30px maroon;
}
.founder1 h1{
  text-align: center;
  font-size: 50px;
  color: maroon;
}
.founder1 p{
  text-align: justify;
  font-size: 20px;
  padding-top: 10px;
}
/* about us */
.abt{
  width: 100%;
  height: 48vh;
}
.abtrap{
  width: 80%;
  margin: auto;
}
.about h1{
  font-size: 50px;
  color: maroon;
  text-align: center;
}
.about p{
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}
/* shop */
.shop{
  width: 100%;
  height: 370px;
}
.shoprap{
  width: 50%;
  margin: auto;
}
.shoppic img{
  border: 2px solid black;
}
/* why choose us */
.why{
  width: 100%;
  height: 50vh;
}
.whyrap{
  width: 80%;
  margin: auto;
}
.whyus h1{
  font-size: 50px;
  color: maroon;
  text-align: center;
}
.whyus p{
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}
/* ad */
.ad{
  width: 100%;
  height: 35vh;
}
.adrap{
  width: 87%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 60px;
}
.ads{
  position: relative;
}
.ads img{
  border: 2px solid black;
  transition: .3s;
}
.content{
  width: 100%;
  height: 98%;
  display: flex;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(8, 4, 4, 0.5);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: .6s;
}
.content p b{
  font-size: 25px;
  color: white;
}
.ads:hover .content{
  opacity: 1;
}
.content > *{
  transform:translateY(25px); 
  transition: transform .6s;
}
.content:hover > *{
  transform:translateY(0px);
}
/* why us 1 */
.why1{
  width: 100%;
  height: 45vh;
}
.why1rap{
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto auto;
  column-gap: 50px;
}
.whyus1 h3{
  font-size: 35px;
  color: rgb(2, 58, 2);
  text-align: center;
}
.whyus1 p{
  font-size: 20px;
  text-align: justify;
  padding-top: 10px;
}
/* footer */
.foot{
  width: 100%;
  height: 45vh;
  background: black;
}
.footrap{
  width: 75%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 40px;
}
.footer h3{
  font-size: 35px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}
.footer ul li{
  list-style: none;
}
.footer ul li a{
  text-decoration: none;
  font-size: 20px;
  color: wheat;
}
.footer p{
  font-size: 20px;
  color: wheat;
}

