*{
    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;
}


/*mid*/

.mid{
    width: 100%;
    height: 90vh;
    background-color: rgb(176, 206, 233) ;
    background-repeat:no-repeat;
}
.midrap{
    width: 100%;
    padding: 30px;
    
    display: grid;
   
   
}

* {box-sizing: border-box;}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ee4848;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-size: 20px;
}

input[type=submit] {
  background-color: #e8ed59;
  color: rgb(9, 9, 9);
  padding: 12px 25px;
  border: none;
  font-size: 20px;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #ee2b2b;
}

.container {
 
  background:url(lb7.jpg);
  padding: 20px;
  padding-left: 100px;
}



/*middle5*/

.mid5{
    width: 100%;
    height: 40vh;
    background: linear-gradient(to bottom right, rgb(217, 78, 78), rgb(237, 231, 231));
}
.midrap5{
    padding-top: 20px;
    width: 100%;
    height: 140vh;
    background: linear-gradient(to bottom right, rgb(176, 118, 118), rgb(237, 231, 231));
   
}


img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 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;
    }
}

/*mid4*/

/*middle4*/
.mid4{
    width: 100%;
    height: 133vh;
    background-color: rgb(130, 174, 211) ;
    background-size: cover;
    background-repeat:no-repeat;
}
.midrap4{
    width: 100%;
    height: 120vh;
    background-color: rgba(4, 4, 4, 0.4);
}

.logo1 h1{
    text-align: center;
    color: #abff23;
  font-size: 70px;
  font-family: 'Caveat', cursive;
}

.box-container9{
   
    display: grid;
    grid-template-columns: auto auto auto auto;
  gap: 3px;
}
.box99{
    padding: 1rem;
    background-color: rgb(201, 173, 173);
    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 h3{
  color: #ff2323;
  font-size: 30px;
  font-family: 'Caveat', cursive;
}
.box99 p{
  color: #000;
  font-size: 20px;
  font-family: 'Great Vibes', cursive;
}


  
  /*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 .container1{
justify-content: space-between;
flex-wrap: wrap;
flex: 1;
}
.flex{
display: flex;
}
.container1__about{
margin-bottom: 30px;
}

.container1__about p{
margin-top: 10px;
max-width: 300px;
color: rgba(238, 59, 59, 0.818);
font-size: 18px;
font-family: 'Great Vibes', cursive;
}

.container1-pages{
column-gap: 30px;
}

.container1-pages ul{
padding-top: 10px;
list-style: none;
line-height: 24px;
}
.container1-pages ul a{
color: inherit;
text-decoration: none;
color: rgb(255, 255, 251);
font-size: 18px;
}
.container1-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;
}

.container1__about h2{
  font-size: 20px;
}
.container1__about p{
  font-size: 12px;
}
.container1__recentpages h2{
  font-size: 20px;
}
.container1-pages ul a{
  font-size: 12px;
}
footer .by p{
  font-size: 12px;
}
} 


