*{
    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;
}


/* navigation bar */
#nav{
  width: 100%;
  height: 12vh;
  background-color:rgb(2, 2, 2);
}
.navrap{
  width:90%;
  margin: auto; 
}
.logo{
  position:absolute;
}
.logo p img{
  height: 10vh;  
  width: 13%;
}
.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;
}


  
/*middle2*/

.mid2{
    width: 100%;
    height: 85vh;
    background: linear-gradient(to bottom right, rgb(7, 3, 3), rgb(0, 0, 0));
}
.midrap2{
    padding-top: 30px;
    width:80%;
   margin: auto;
    display: grid;
    grid-template-columns: auto auto ;
    grid-column-gap: 30px;
}


.container1{
    
    margin: 10px 20px;
    padding-bottom: 100px;
  
}
.container1 p{
  color: #59ff5f;
  
  
}
.container1 h1{
  color: #bf0000;
  font-size: 50px;
  font-family: 'Tilt Prism', cursive;
}


.combo4 h1{
  color: #ffd6f2;
}
.combo5 h2{
  color: #f100a5;
  font-size: 50px;
  font-family: 'Sacramento', cursive;
}


.combos1{
    display:grid;
    grid-template-columns: auto auto  ;
    align-items: center;
    grid-column-gap: 10px;
    justify-content:space-around;

}

.combo4 img{
    width: 100%;
    height: 50vh;
  
    border: 2px solid bisque;

}
.combo5 h2{
  font-size: 20px;

}

button{
    color: rgb(49, 53, 53);
    border: 3px solid yellow;
    padding: 8px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    background-color: rgb(210, 177, 177);
    
    

}
  /*mid*/
.mid{
    width: 100%;
    height: 60vh;
    background-color: rgb(15, 16, 16) ;
    background-repeat:no-repeat;
}
.midrap{
    width: 100%;
    
    height: 60vh;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.4);
}


.box{
   
    
    display: grid;
    grid-template-columns:auto  auto auto auto;
    grid-column-gap:10px;
    padding-right: 60px;
   
}


.box1 img{
    width: 100%;
    height: 50vh;
    
    border: 2px solid rgb(233, 228, 223);
}



 
/*middle4*/

.mid4{
    width: 100%;
    height: 310vh;
    background: linear-gradient(to bottom right, rgb(255, 235, 122), rgb(238, 146, 146));
}
.midrap4{
    padding-top: 30px;
    width: 100%;
   
    height: 310vh;

   margin: auto;
    display: grid;

    grid-column-gap: 30px;
}



*:before, *:after {
    box-sizing: inherit;
  }
  
  .column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  
  @media screen and (max-width: 650px) {
    .column {
      width: 100%;
      display: block;
    }
  }
  
  .card {
    box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.2);
  }
 
.container h2{
  color: #cd1313;
  font-family: 'Allura', cursive;


  }
  .row h1{
    color: #000000;
    font-size: 70px;
    font-family: 'Tilt Prism', cursive;
  }
  
  .container h5{
    color: #1405567e;
    font-family: 'Allura', cursive;
    
  
    }
  .container h4{
    color: #14847d;
    font-family: 'Allura', cursive;
  
    }

  .container {
    padding: 15px;
  }
  
  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .title {
    color: grey;
  }
  
  .button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
  }
  
  .button:hover {
    background-color: #555;
  }



/*middle5*/

.mid5{
    width: 100%;
    height: 50vh;
    background: linear-gradient(to bottom right, rgb(217, 78, 78), rgb(237, 231, 231));
}
.midrap5{
    padding-top: 10px;
    width: 100%;
    height: 50vh;

   padding-right: 30px;
}
.midrap5 h1{
  font-family: 'Tilt Prism', cursive;
}

img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-top: 5px;
    width: 180px;
}
  
  img:hover{
    box-shadow: 2px 3px 2px 2px rgb(0, 0, 0);
  }
.form-inline {  
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding-left: 80px;
  }
  
  .form-inline label {
    margin: 5px 10px 5px 0;
  }
  
  .form-inline input {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 20px;
    margin-top: 40px;
    background-color: #fff;
    border: 1px solid #060404;
  }
  
  .form-inline button {
    padding: 10px 20px;
    background-color: dodgerblue;
    border: 1px solid #ddd;
    color: white;
    cursor: pointer;
  }
  
  .form-inline button:hover {
    background-color: royalblue;
  }
  
  @media (max-width: 800px) {
    .form-inline input {
      margin: 10px 0;
    }
    
    .form-inline {
      flex-direction: column;
      align-items: stretch;
    }
}



  /*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;
  }
} 


