*{
    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: 11vh;
  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;
}


  /*banner*/
  .ban
  {
      width: 100%;
      height: 85vh;
      background-image:url(w1.jpg) ;
      background-size: cover;
      background-repeat:no-repeat;
  }
  .banrap{
      width: 100%;
      height: 85vh;
      background-color: rgba(8, 8, 8, 0.4);
  }
  .banrap1{
      
      padding-top: 40px;
  }
  

  .container1{
    padding: 30px;
   
   
  
}
.container1 h1{
    color: rgb(144, 246, 116);
    font-size: 7.5vh;
    font-family: 'Cinzel', serif;


}

.combo5 h4{
  color: #fce0e0;
  font-family: 'Satisfy', cursive;

}

.combo5 h3{
  color: #fce0e0;
  font-family: 'Satisfy', cursive;
  
}

.container1 h2{
    color: rgb(220, 28, 28);
    font-family: Patua One;
    font-size: 25px;


}
.combos1{
    display:grid;
    grid-template-columns:auto auto   ;
    align-items: center;
    grid-column-gap: 200px;
    justify-content:space-around;
    margin-top: 10px;
   


}
button{
    color: rgb(49, 53, 53);
    border: 3px solid yellow;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 10px;
    background-color: rgb(210, 177, 177);
    
    

}
  /*mid11*/
.mid11{
    width: 100%;
    height: 125vh;
    background-color: rgb(255, 4, 4) ;
    background-repeat:no-repeat;
}
.midrap11{
    width: 100%;
    height: 125vh;
    padding: 40px;
    background-color: rgba(241, 68, 68, 0.4);
    
}
.midrap11 h1{
  padding-left: 400px;
  color: #ffffff;
  font-size: 50px;
  font-family: 'Cormorant Upright', serif;
  

  
}



div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 33%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 50.99999%;
    margin: 8px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 200%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*mid*/
.mid{
    width: 100%;
    height: 195vh;
    background-color: rgb(240, 229, 156) ;
    background-repeat:no-repeat;
}
.midrap{
    width: 100%;
    height: 195vh;
    padding: 40px;
    background-color: rgba(240, 232, 232, 0.4);
}

.column {
    float: left;
    width: 25%;
    padding: 1px;
  }
  
  /* Clearfix (clear floats) */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

.a h1{
  color: hsl(0, 80%, 48%);
  font-size: 50px;

}


.a h4{
  color: #000000;
  font-size: 30px;
  font-family: 'Satisfy', cursive;
  
}
.desc h3{
  color: #9f0e0e;
  font-size: 20px;
  font-family: 'Fondamento', cursive;
}
.desc h5{
  color: #0a0909;
  font-size: 20px;
  font-family: 'Fondamento', cursive;
}


/*mid1*/
.mid1{
    width: 100%;
    height: 165vh;
    background-color: rgb(248, 223, 223) ;
    background-repeat:no-repeat;
}
.midrap1{
    width: 100%;
    height: 165vh;
    padding: 40px;
    background-color: rgba(255, 124, 196, 0.4);
}

.midrap1 h1{
  padding-left: 400px;
  color: #000000;
  font-size: 50px;
  font-family: 'Cormorant Upright', serif;
  

  
}

.column1 {
    float: left;
    width: 25%;
    padding: 2px;
  }
  
  /* Clearfix (clear floats) */
  .row1::after {
    content: "";
    clear: both;
    display: table;
  }


  /*mid*/
  .mid2{
    width: 100%;
    height: 190vh;
    background-color: rgb(175, 212, 245) ;
    background-repeat:no-repeat;
}
.midrap2{
    width: 100%;
    height: 190vh;
    padding: 40px;
    background-color: rgba(171, 237, 255, 0.4);
}
.midrap2 h1{
  padding-left: 400px;
  color: #000000;
  font-size: 50px;
  font-family: 'Cormorant Upright', serif;
  

  
}
.column2 {
    float: left;
    width: 25%;
    padding: 5px;
  }
  
  /* Clearfix (clear floats) */
  .row2::after {
    content: "";
    clear: both;
    display: table;
  }


  
/*mid3*/
.mid3{
    width: 100%;
    height:190vh;
    background-color: rgb(90, 92, 94) ;
    background-repeat:no-repeat;
}
.midrap3{
    width: 100%;
    height: 190vh;
    padding: 40px;
    background-color: rgba(227, 60, 60, 0.4);
}

.midrap3 h1{
  padding-left: 400px;
  color: #ffffff;
  font-size: 50px;
  font-family: 'Cormorant Upright', serif;
  

  
}

.column3 {
    float: left;
    width: 25%;
    padding: 5px;
  }
  
  /* Clearfix (clear floats) */
  .row3::after {
    content: "";
    clear: both;
    display: table;
  }


    /*mid*/
.mid4{
    width: 100%;
    height: 113vh;
    background-color: rgb(34, 26, 29) ;
    background-repeat:no-repeat;
}
.midrap4{
    width: 100%;
    height: 113vh;
    padding: 40px;
    background-color: rgba(193, 168, 168, 0.4);
}
.midrap4 h1{
  padding-left: 400px;
  color: #ffffff;
  font-size: 50px;
  font-family: 'Cormorant Upright', serif;
  

  
}
.column4 {
    float: left;
    width: 25%;
    padding: 5px;
  }
  
  /* Clearfix (clear floats) */
  .row4::after {
    content: "";
    clear: both;
    display: table;
  }


  /*footer*/
.mid10{
    width: 100%;
    height: 70vh;
    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: 19px;
  font-family: 'Cormorant Upright', serif;
}

.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;
  }
} 


