*{
    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: 80vh;
    background-image:url(o5.jpg) ;
    background-size: cover;
    background-repeat:no-repeat;
}
.banrap{
    width: 100%;
    height: 40vh;
    background-color: rgba(5, 11, 11, 0.4);
}
.banrap1{
    float: right;
    padding-top: 60px;
}
.logo h1{
    font-size: 80px;
    color:rgb(226, 247, 33);
    font-family: 'Rye', cursive;
  
    
}
.logo p{
    font-size:30px;
    color:azure;
}

.logo button{
    font-size: 20px;
    border-radius: 10px;
    padding: 7px;
    color: #ffffff;
    
font-family: 'Charm', cursive;

    background-color: #000;
}

.logo button:hover{
    background-color: rgb(247, 102, 91);
    
}

.l img{
    width: 36%;
    padding-right:150px ;
    height: 10vh;
}

.se form{
    background: #eaa1a1;
    padding: 10px;
    padding-right: 30px;
    border-radius: 8px;
    display: flex;
}

.se form input{
    flex: 1;
    padding: 4px 28px;
    padding-right: 30px;
    font-size: 18px;
}

/*middle1*/
.mid1{
    width: 100%;
    height: 144vh;
    background-color: rgb(253, 247, 247) ;
    background-size: cover;
    background-repeat:no-repeat;
}
.midrap1{
    width: 100%;
    height: 144vh;
    background-color: rgba(222, 155, 155, 0.4);
}

.logo1 h1{
    text-align: center;
    font-size: 50px;
    font-family: 'Tilt Prism', cursive;
}

.box-container{
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto auto  auto;
  gap: 3px;
}
.box{
    padding: 1rem;
    background-color: rgb(255, 244, 182);
    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: 16rem;
   
}

.box h2{
    color: #000;
}
.box p{
    color: #000;
   
font-family: 'Charm', cursive;

}


/*mid2*/
.mid2
{
    width: 100%;
    height: 65vh;
    background-color: rgb(234, 255, 7) ;
    background-size: cover;
    background-repeat:no-repeat;
}
.midrap2{
    width: 100%;
    height: 65vh;
    background-color: rgba(228, 236, 144, 0.4);
}

.deal{
    background-image: -moz-element(aliceblue);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:19px;
}

.content{
    flex: 1 1 42rem;

}

.content p{
    color: #9b2424;
    font-size: 30px;
    margin-top: 15px;

}

.content h1{
    color: #000000;
    padding-left: 60px;
    font-size: 50px;
    font-family: 'Tilt Prism', cursive;

}

.o button{
    color: #ece3e3;
    background-color: #121512;
    border-radius: 20vh;
   padding-right: 200px;
   font-size: 20px;

}

.o button:hover{
    background-color: #e53535;
    border-radius: 20vh;
   padding-right: 200px;

}

.o{
    padding-left: 350px;
}
.image img{
    padding-left: 70px;
    width: 30%;
    
}





/*mid3*/
.mid3{
    width: 100%;
    height: 155vh;
    background-color: rgb(233, 243, 144) ;
    background-size: cover;
    background-repeat:no-repeat;
}
.midrap3{
    width: 100%;
    height: 155vh;
    background-color: rgba(240, 78, 78, 0.4);
}

.pro-container{
    margin-top: 10px;
    display: grid;
    gap: 15px;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    
}



.pro{
    width: 20%;
    
    min-width: 250px;
    padding: 10px 12px;
    border: 2px solid hsl(0, 0%, 0%);
    border-radius: 10px;
    cursor: pointer;
    margin: 15px 0;


}

.pro:hover{
    box-shadow: 20px 20px 30px #121512;


}
.pro img{
    width: 100%;
   
}



/*middle4*/
.mid4{
    width: 100%;
    height: 116vh;
    background-color: rgb(188, 215, 237) ;
    background-size: cover;
    background-repeat:no-repeat;
}
.midrap4{
    width: 100%;
    height: 116vh;
    background-color: rgba(223, 80, 80, 0.4);
}

.logo1 h1{
    text-align: center;
}

.box-container9{
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto auto;
  gap: 3px;
}
.box99{
    padding: 1rem;
    background-color: rgb(227, 97, 97);
    outline: .1rem solid rgb(2, 2, 2);
    text-align: center;
    box-shadow:0 .5rem 1rem rgb(0, 0, 0);

}
.box99 img{
    border-radius: 50%;
    margin: 1rem 0;
    height: 10rem;
   
}

.box99 p{
  color: #000;
 
font-family: 'Dancing Script', cursive;

}


/*mid5*/


.mid5{
    width: 100%;
    height: 60vh;
    background-color: rgb(130, 174, 211) ;
    background-size: cover;
    background-repeat:no-repeat;
}
.midrap5{
    width: 100%;
    height: 60vh;
    background-color: rgba(4, 4, 4, 0.4);
}

* {
    box-sizing: border-box;
  }
  
  .bg-img {
    /* The image used */
    background-image: url("o1.jpg");
  
    min-height: 380px;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  /* Add styles to the form container */
  .container {
    position: absolute;
    right: 0;
    margin: 20px;
    max-width: 300px;
    padding: 16px;
    background-color: white;
  }
  
  /* Full-width input fields */
  input[type=text], input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }
  
  input[type=text]:focus, input[type=password]:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for the submit button */
  .btn {
    background-color: #f04c4c;
    color: white;
    padding: 10px;
    border: none;
    
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
  }
 


  .mid6{
    width: 100%;
    height: 50vh;
    background-color: rgb(130, 174, 211) ;
    background-size: cover;
    background-repeat:no-repeat;
}
.midrap6{
    width: 100%;
    height: 50vh;
    background-color: rgba(4, 4, 4, 0.4);
}


.box22{
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto auto;
  gap: 3px;
}


  /*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("ob1.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;
  }
} 







