body{
  display:flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.header{
  margin-top: 0;
  background-image: url(pro22.jpeg);
  background-size:auto;
  background-repeat: no-repeat;
  background-position:0px 0% ;
  width: 100%;
  height: 350px;
}

.den{
  text-align: center;
  margin-top: 5%;
  font-size: 40px;
  color: rgb(255, 255, 255);
  text-shadow: 8px 4px 4px rgba(104, 103, 102, 0.6) ;
  text-transform: uppercase;
  cursor:pointer;
  transition: 0s;

}
.wp{
  display: grid;
  position:fixed;
  margin-left: 82%;
  margin-top: 130%;
  display: flex;

 }
.header ul{
  display: flex;
  list-style-type: none;
  margin-left: 50%;
  margin-top: 1vh;
  width: auto;
  height: 50px;
  
}

.header a{
  text-transform: uppercase;
  font-family: fantasy;
  color:white;
  text-decoration: none;
  padding:7px 15px;
  transition: all .3s ease-in-out;
  font-size: 20px;
  text-shadow: 2px 4px 2px rgba(104, 103, 102, 0.6) ;
}

.aboutus{
  display: flex;
  flex-direction: column;
  width: auto;
  height: 800px;
  margin-left: 100px;
  margin-right: 150px;
  align-items: center;

}
.aboutus h1{
  font-family: fantasy;
  text-transform: uppercase;

}


.para{
  display: flex;
  margin-left:px;
  margin-right: 375px;
}
.aboutus p{
  color:black;
  top:600px;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  margin-left: 25%;
  margin-right: 25%;
  text-align: justify;
  line-height: 2em;
}

.aboutus h3{

  color:black;
  top:600px;
  font-family:fantasy;
  margin-left: 25%;
  margin-right: 25%;
  text-align: justify;
  line-height: 2em;
  text-decoration:underline;
  font-size: 20px;
  padding: 0;
}

.aboutus h4{
  margin-top: -20px;
  margin-bottom: 50px;
  margin-left: 25%;
  margin-right: 25%;
  font-weight: 100;

}
.navbar{
  background-color: rgba(150,150,150,0.5);
  top:50px;
  right:10px;
  display:none;
  align-items: center;
  position: fixed;
  text-align: right;
}

.logo a{
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.butto{
  display:none;
}

.logo i{
  position: absolute;
  right: 10px;
  top:15px;
  color: white;
  display: block;
  font-size: 30px;
  width: 30px;
  height: 30px;
  align-content: center ;
}

.logo i:hover {
  background-color: gray;
  color: white;
}
.aboutus li{
  font-family: fantasy;
  font-size: 20px;
  margin: 10px;
  list-style: none;
}

.footer{
  display:flex;
  flex-direction: column;
  border-radius: 150px 150px 0px 0px;
  width: 100%;
  height: 300px;
  background-color:rgb(34, 34, 34);
  font-size: 18px;
  margin-top: 300px;
  padding: 0;
  color: white;
  align-content: center;
  text-align: center;
  text-justify:distribute;
}
.footerbox{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap:200px;
}
.footermenu{
  display: flex;
  flex-direction: row;
  margin-left:100px;
  color:white;
}

.footerbox a{
  color:white;
}

.footerdisplay{
  margin-top:50px;
  align-content: center;
  
}
@media( max-width:1200px){

  .butto{
      display: block;
  }
  .header ul{
      display:none;
  }

  .aboutus{
    background-color: rgb(51, 50, 50);
    margin-left:0%;
    margin-right: 0%;
  }
  .aboutus h1{
    color: white;
  }
  .aboutus h1::after{
      margin-left:-370px;
      width:600px;
  }
  .aboutus li{
  font-family: fantasy;
  font-size: 16px;
  margin: 5px;
  margin-top:10px;
  color: white;
  }
  

  .para{
      flex-direction: column;
      margin-left:0;
      margin-right:0;
  }
  
  .buttons{
      margin-top:220px;
    }
    .leftbutton{
      left:0;
      margin: 0;
    }
    .footer{
      margin-top: 0px;
      border-radius: 0;
      height: auto;
    }
    .footerbox{
      gap:1px;
      flex-direction: column;
    }
    .footerbox ul{
      list-style: none;
      font-family: fantasy;
      text-align: justify;
    }
    .footerdisplay{
      font-family: fantasy;
    }
    .wp {
      color:rgb(0, 0, 0);
      position:fixed;
      margin-left: 70%;
      margin-top: 80%;
      display: flex;
      height: 0%;
      width: 25%;
    }

    .den {
      margin-top:50px;
    }

  
}