*{
    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;
}
.mid{
    width: 100%;
    height: 300vh;
    background-color: rgb(138, 186, 228) ;
    background-repeat:no-repeat;
}
.midrap{
    width: 100%;
    height: 300vh;

    background-color: rgba(252, 129, 129, 0.4);
}

.wd{
    width: 610px;
    height: 710px;
    background-color:rgb(4, 4, 4);
    opacity: 0.9;
    padding: 10px;
    
    
    
}

.wd h1{
    color: rgb(228, 240, 236);
    font-size: 60px;
    font-family:  Poiret One;
}

.wd h2{
    color: rgb(223, 11, 11);
    font-size: 55px;
    font-family: 'Black And White Picture', sans-serif;

}
.wd h3{
    color: rgb(33, 249, 0);
    font-size: 30px;
    font-family: Patua Ones;
}
.wd li button{
    
    color: rgb(0, 0, 0);
    background-color: rgb(255, 244, 38);
    padding: 10px;
    border-radius: 20vh;
    font-size: 20px;
    
}
.wd li button:hover{
    background-color: rgb(248, 31, 42);
}

.wd p{
    padding: 30px;
    font-size: 30px;
    color: rgb(24, 20, 243);
    font-family: 'Brush Script MT';
    text-decoration:underline;
}
.wd p:hover{
    color: rgb(251, 246, 255);
}





/*banner*/
.ban
{
    width: 100%;
    height: 100vh;
    background-image:url(rec2.jpg) ;
    background-size: cover;
    background-repeat:no-repeat;
}

/*mid3*/

.mid3{
    width: 100%;
    height: 65vh;
    background-color: rgb(133, 245, 247) ;
    background-repeat:no-repeat;
}
.midrap3{
    width: 100%;
    
    padding: 40px;
   
  
    width:80%;
   margin: auto;
    display: grid;
    grid-template-columns: auto auto ;
    grid-column-gap: 50px;
   
}

.box1 h1{
    color: #000000;
    font-size: 40px;
    font-family: 'Tilt Prism', cursive;
}
.box1 img{
    width: 100%;
    height: 50vh;
    
}

.box1 h3{
    text-align: center;
    font-family: 'Great Vibes', cursive;
    color: #244128;
    font-size: 25px;
}
.box1 h4{
    color: rgb(29, 19, 49);
    font-family: 'Courgette', cursive;
    
}
button{
    color: #000000;
    background-color: #c82828;
}
/*mid0*/

.mid0{
    width: 100%;
    height: 30vh;
    background-color: rgb(133, 245, 247) ;
    background-repeat:no-repeat;
}
.midrap0{
    width: 100%;
    height: 30vh;
    padding: 40px;
   
}

.column1 {
    float: left;
    width: 25%;
    padding: 0 10px;
  }
  
  /* Remove extra left and right margins, due to padding */
  .row1 {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .row1:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 600px) {
    .column1 {
      width: 100%;
      display: block;
     
    }
  }
  
  /* Style the counter cards */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #ff4141;
  }
.card p{
    color: #4bf145;
    font-family: 'Caveat', cursive;
    font-size: 18px;

}

  /*mid5*/
  .mid5{
    width: 100%;
    height: 40vh;
    background-color: rgb(0, 0, 0) ;
    background-size: cover;
    background-repeat:no-repeat;
}
.midrap5{
    width: 100%;
    height: 40vh;
    background:url(o5.jpg);
}
.midrap5 h2{
    color: #ffffff;
} 

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .icon {
    padding: 10px;
    background: dodgerblue;
    color: white;
    min-width: 50px;
    text-align: center;
  }
  
  .input-field {
    width: 100%;
    padding: 15px;
    outline: none;
  }
  
  .input-field:focus {
    border: 2px solid dodgerblue;
  }
  
  /* Set a style for the submit button */
  .btn {
    background-color: dodgerblue;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
  }
  
  .btn:hover {
    opacity: 1;
  }



  /*middle1*/
.mid1{
    width: 100%;
    height: 260vh;
    background-color: rgb(167, 245, 248) ;
    background-size: cover;
    background-repeat:no-repeat;
}
.midrap1{
    width: 100%;
    height: 260vh;
    
}

.logo1 h1{
    text-align: center;
    color: #000000;
    font-size: 50px;
    font-family: 'Tilt Prism', cursive;
}

.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(179, 159, 159);
    text-align: center;
    box-shadow:0 .9rem 2rem rgb(172, 245, 255);

}
.box img{
    
    height: 16rem;
   
}




  /*footer*/
  .mid10{
    width: 100%;
    height: 80vh;
    background-color: rgb(0, 0, 0) ;
    background-repeat:no-repeat;
}
.midrap10{
    width: 100%;
    height: 70vh;
    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("o1.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;
  }
} 







