*{
    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 left, rgb(227, 142, 142), rgb(245, 249, 160));
}
.socialrap{
    width: 80%;
    margin: auto;
}
.name{
    position: absolute;
}
.name h3{
    color: antiquewhite;
}
.app{
    float: right;
}
.app ul li{
    display: inline;
}
#youtube{
    font-size: 30px;
    color: rgba(146, 7, 7, 0.933);
}
#facebook{
    font-size: 30px;
    color: rgb(53, 94, 218);
}
#instagram{
    font-size: 30px;
    color: rgb(232, 30, 202);
}

#whatsapp{
    font-size: 35px;
    color: rgb(27, 215, 102);
}
#twitter{
    font-size: 35px;
    color:azure;
}
#google{
    font-size: 35px;
    color:rgb(220, 189, 123);
}

/*nav*/

.topnav {
    overflow: hidden;
    background-color: #f0dfdf;
  }
  
.topnav a {
    float: left;
    display: block;
    color: rgb(248, 5, 18);
    text-align: center;
    text-transform: uppercase;
    padding: 14px 16px;
    font-family: Harrington;
    display: inline;
    text-decoration: none;
    font-size: 17px;
  }
  
.topnav a:hover {
    
    color: rgba(0, 0, 0, 0.973);
  }
  
button{
  padding: 4px;
  border-radius: 10px;
}
/*banner*/
.ban
{
    width: 100%;
    height: 130vh;
    background-image: url(br1.jpg);
    background-size: cover;
    background-repeat:no-repeat;
}
.banrap{
    width: 100%;
    height: 90vh;
    background-color: rgba(5, 11, 11, 0.4);
}

.banrap h1{
    padding: 40px;
    font-size: 70px;
    color: #f01616;
    font-family: 'Tilt Prism', cursive;
}
.banrap h3{
    padding: 20px;
    font-size: 23px;
    color: #ffffff;
    font-family: 'Parisienne', cursive;
}

.banrap1{
    float: right;
    padding-top: 60px;
}

/*mid*/

.mid{
    width: 100%;
    height: 330vh;
    background-color: rgb(0, 0, 0) ;
    background-repeat:no-repeat;
}
.midrap{
    width: 100%;
    height: 330vh;

    background-color: rgba(0, 0, 0, 0.4);
}

.desc p{
    color: #000;
    font-size: 20px;
    font-family: 'Bad Script', cursive;
}

.desc h2{
    color: #000;
    font-size: 20px;
    font-family: 'Bad Script', cursive;
}

div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
    background-color: bisque;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .responsive {
    padding: 0 6px;
    float: left;
    width: 33%;
  }
  
  @media only screen and (max-width: 700px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  /*banner1*/
.ban1
{
    width: 100%;
    height: 110vh;
    background-image:url(l2.jpg) ;
    background-size: cover;
    background-repeat:no-repeat;
}
.banrap1{
    width: 100%;
    height: 90vh;
    background-color: rgba(0, 0, 0, 0.4);
}
.banrap1{
    float: right;
    padding-top: 60px;
}
.banrap1 h1{
    padding: 40px;
    font-size: 70px;
    color: #f01616;
    font-family: 'Tilt Prism', cursive;
}
.banrap1 h3{
    padding: 20px;
    font-size: 23px;
    color: #ffffff;
    font-family: 'Satisfy', cursive;
}

.banrap1{
    float: right;
    padding-top: 60px;
}



/*mid1*/

.mid1{
    width: 100%;
    height: 185vh;
    background-color: rgb(0, 0, 0) ;
    background-repeat:no-repeat;
}
.midrap1{
    width: 100%;
    height: 185vh;
    padding: 0px;

    background-color: rgba(0, 0, 0, 0.4);
}


.logo1 h1{
    text-align: center;
}

.box-container{
   margin-top: 4px;
    display: grid;
    grid-template-columns: auto auto  auto;
    gap: 1rem;
}
.box{
    padding: 1rem;
    background-color: rgb(210, 248, 129);
    outline: .1rem solid rgb(2, 2, 2);
    text-align: center;
    box-shadow:0 .5rem 1rem rgb(0, 0, 0);

}
.box img{
    margin: 1rem 0;
    height: 18rem;
   
}


.box h2{
    font-family: 'Courgette', cursive;
    font-size: 30px;
}

.box p{
    font-family: 'Bad Script', cursive;
    font-size: 17px;
    text-decoration:underline;
}




  /*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("ob2.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 .container11{
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
}
.flex{
  display: flex;
}
.container11__about{
  margin-bottom: 30px;
}

.container11__about p{
  margin-top: 10px;
  max-width: 300px;
  font-family: 'Caveat', cursive;
font-family: 'Dancing Script', cursive;

  color: rgba(238, 59, 59, 0.818);
  font-size: 19px;
}

.container11-pages{
  column-gap: 30px;
}

.container11-pages ul{
  padding-top: 10px;
  list-style: none;
  line-height: 24px;
}
.container11-pages ul a{
  color: inherit;
  text-decoration: none;
  color: rgb(255, 255, 251);
  font-size: 18px;
}
.container11-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;
  }

  .container11__about h2{
    font-size: 20px;
  }
  .container11__about p{
    font-size: 12px;
  }
  .container11__recentpages h2{
    font-size: 20px;
  }
  .container11-pages ul a{
    font-size: 12px;
  }
  footer .by p{
    font-size: 12px;
  }
} 







