*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.social{
    width: 100%;
    height: 5vh;
    background: linear-gradient(to right, rgb(235, 232, 205), rgb(0, 0, 0));
}
.socialrap{
    width: 80%;
    margin: auto;
}
.name{
    position: absolute;
}
.name h3{
    color: rgb(207, 103, 44);
}
.app{
    float: right;
}
.app ul li{
    display: inline;
}
#youtube{
    font-size: 30px;
    color: red;
}
#facebook{
    font-size: 30px;
    color: rgb(60, 69, 237);
}
#instagram{
    font-size: 30px;
    color:rgb(219, 78, 174);
}
#twitter{
    font-size: 30px;
    color: rgb(100, 180, 226);
}
#whatsapp{
    font-size: 30px;
    color: rgb(74, 232, 124);
}
#google{
    font-size: 30px;
    color:whitesmoke;
}
#x{
    font-size: 23px;
    color:rgb(254, 250, 134);
}

/* navigation bar */
#nav{
  width: 100%;
  height: 8vh;
  background-color:rgb(2, 2, 2);
}
.navrap{
  width:90%;
  margin: auto; 
}
.logo{
  position:absolute;
}
.logo p img{
  height: 10vh;  
}
.logo p{
  font-size: 37px;
  font-family:'Segoe Script';
  color:rgb(226, 217, 216);
}
.menu{
  float: right;
}
.menu ul{
 margin-top: 30px;
}
.menu ul li{
  display:inline;
  padding-left: 10px;
}
.menu ul li a{
  color:rgb(241, 38, 38);
  text-decoration:none;
  font-size: 21px;
  text-transform:uppercase;
  
  font-family: 'Courier New', Courier, monospace;
}
.menu ul li a:hover{
  color: white;
}


/*ban*/
.mid0{
    width: 100%;
    height: 70vh;
    background-color: rgb(0, 0, 0) ;
    background-repeat:no-repeat;
}
.midrap0{
    width: 100%;
    height: 100vh;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.4);
}
* {
    box-sizing: border-box;
  }
  
  .bg-image {
    /* The image used */
    background-image: url("c3.jpg");
    
    /* Add the blur effect */
    filter: blur(3px);
    -webkit-filter: blur(2px);
    
    /* Full height */
    height: 70%; 
    
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  /* Position text in the middle of the page/image */
  .bg-text {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    color: rgb(255, 255, 255);
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
  }


  .bg-text h4{
    color: #95ec3e;
    font-family: 'Tillana', cursive;
  }
  .bg-text h1{
    color: #ffffff;
    font-family: 'Tillana', cursive;
  }

  .bg-text h3{
    color: #89dfff;
    font-size: 30px;
    font-family:  cursive;
  }



/*middle1*/
.mid1{
    width: 100%;
    height: 1174vh;
    background-color: rgb(130, 174, 211) ;
    background-size: cover;
    background-repeat:no-repeat;
}
.midrap1{
    width: 100%;
    height: 110vh;
    background-color: rgba(4, 4, 4, 0.4);
}



.logo1 h1{
    text-align: center;
}

.box-container{
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto auto  auto;
    
}
.box{
    padding: 1rem;
    background-color: rgb(0, 0, 0);
    outline: .1rem solid rgb(252, 239, 239);
    text-align: center;
    box-shadow:0 .8rem 1rem rgb(200, 100, 100);

}
.box h1{
  color: #f40404;
 
    font-family: 'Tillana', cursive;
  }


.box img{
    margin: 1rem 0;
    height: 17rem;
   
}

.bg-text button{
  background-color: #e989f4;
  color: #7bc226;
  padding: 10px;
  font-size: 20px;
  border-radius: 30vh;
}

.bg-text button:hover{
  background-color: #000000;
}

  /*footer*/
  .mid10{
    width: 100%;
    height: 60vh;
    background-color: rgb(0, 0, 0) ;
    background-repeat:no-repeat;
}
.midrap10{
    width: 100%;
    height: 60vh;
    padding: 20px;
    background-color: rgba(16, 12, 12, 0.4);
}


@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
*{
  padding:0%;
  margin:0%;
  box-sizing: border-box;
}

.hero {
  height: auto;
  background: url("w16.jpg")
    left bottom no-repeat;
  background-color: rgba(45, 42, 42, 0.747);
  background-size: cover;
  background-blend-mode: multiply;
   /* background-attachment:fixed ;
    activate when you put in your website (optional)
  */
  color: #ffffff;
  padding: 30px 80px 30px 30px;
}
.hero .container{
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
}
.flex{
  display: flex;
}
.container__about{
  margin-bottom: 30px;
}

.container__about p{
  margin-top: 10px;
  max-width: 300px;
  color: rgba(238, 59, 59, 0.818);
  font-size: 15px;
}

.container-pages{
  column-gap: 30px;
}

.container-pages ul{
  padding-top: 10px;
  list-style: none;
  line-height: 24px;
}
.container-pages ul a{
  color: inherit;
  text-decoration: none;
  color: rgb(255, 255, 251);
  font-size: 18px;
}
.container-pages ul a:hover{
  color: #30e9b8;
}
footer .by{
margin-top: 30px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .by p{
  color: rgba(255, 0, 0, 0.605);
  font-size: 14px;
}
.line__separete{
  margin-top: 30px;
  width: 100%;
  height: 2px;
  background-color: #eeb4b4;
  z-index: 999;
}
.icons {
  margin-top: 20px;
  display: flex;
  column-gap: 25px;
  
}

.icon1 {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  outline: 2px solid #fff;
  transition-property:
      outline-offset, outline-color,
      background-color;
  transition-duration: .25s;
}

.icon1:hover {
  outline-offset: 4px;
}

.icon1:hover i {
  animation: shake .25s;
}

.icon--instagram:hover {
  background-image: radial-gradient(circle at 30% 107%,
          #fdf497 0%, #fdf497 5%,
          #fd5949 45%, #d6249f 60%,
          #285AEB 90%);
  outline-color: #a02d76;
}

.icon--twitter:hover {
  background-color: #1da1f2;
  outline-color: #1da1f2;
}

.icon--linkedin:hover {
  background-color: #0077b5;
  outline-color: #0077b5;
}

.icon--github:hover {
  background-color: #000000;
  outline-color: #000000;
}

@keyframes shake {
  10% {
      transform: rotate(15deg);
  }

  20% {
      transform: rotate(-15deg);
  }

  30% {
      transform: rotate(15deg);
  }

  40% {
      transform: rotate(-15deg);
  }
}

@media only screen and (max-width: 800px) {
  .hero{
    padding: 10px;
    display: flex;
    flex-direction: column;
  }

  .container__about h2{
    font-size: 20px;
  }
  .container__about p{
    font-size: 12px;
  }
  .container__recentpages h2{
    font-size: 20px;
  }
  .container-pages ul a{
    font-size: 12px;
  }
  footer .by p{
    font-size: 12px;
  }
} 


