*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
 
/*social app*/
.social{
    width: 100%;
    height: 5vh;
    background-color:aliceblue;
}
.socialrap{
    width: 80%;
    margin: auto;
}
.name{
    position: absolute;
}
.name h1{
    color:rgb(229, 18, 132);
    text-transform: uppercase;
}
.app{
    float: right;
}
.app ul li{
    display: inline;
}
.app ul li a{
    color: rgb(229, 18, 132);
    font-size: 35px;
    padding-left: 20px;
    padding-right: 20px; 
}

.clear1{
    width: 100%;
    height: 2vh;
    background-color:aliceblue ;
}
/* navigation bar */
#nav{
   width: 100%;
   height: 10vh;
   background-color:aliceblue ; 
}
.navrap{
    width: 95%;
    margin: auto;
}
.logo{
    position: absolute;
}
.logo img{
    height: 8vh;
    width:90%;
    margin-top: -40px; 
}
.menu{
    float: right;
}
.menu ul li{
    display: inline;
}
.menu ul{
    margin-top: 20px;
}
.menu ul li a{
    color: rgb(229, 18, 132);
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px;
}


/* banner */
.ban{
    width: 100%;
    height: 60vh;
    background-image: url(./front\ page.jpeg);
    background-repeat: no-repeat; 
    background-size:100%;
}

/* middle*/
.mid{
    width:100%;
    height: 80vh;
    color:rgb(229, 18, 132)
}
.mid h1{
    text-align: center;
}
.midrap{
    width: 80%;
    margin: auto;
    /* padding-top: 20px; */
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
}
.box{
    border: 2px solid rgb(229, 18, 132);
}
.box img{
    width: 100%;
    height: 100%;
}
.box1 h1{
    text-align: center;
}
.box1 p{
    text-align: center;
    font-weight: bolder;
    color:rgb(229, 18, 132);
    
}

/* middle1*/   
.midrap1{
    width: 70%;
    margin: auto;
    /* padding-top: 50px; */
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
    /* background-color: rgba(0,0,0,0,4); */

}


.container {
    position: relative;
    width: 100%;
    max-width: 300px;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  
  .container:hover .overlay {
    opacity: 1;
  }
  

  /* middle2*/   
.midrap2{
    width: 70%;
    margin: auto;
    padding-top: 150px; 
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
    /* background-color: rgba(0,0,0,0,4); */

}


.container {
    position: relative;
    width: 100%;
    max-width: 300px;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  
  .container:hover .overlay {
    opacity: 1;
  }

  /* middle3*/
.mid3{
    width:100%;
    height: 80vh;
    color:rgb(229, 18, 132)
}
.mid3 h1{
    text-align: center;
}
.midrap3{
    width: 80%;
    margin: auto;
     padding-top: 20px; 
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
}
.box4{
    border: 2px solid rgb(229, 18, 132);
}
.box4 img{
    width: 100%;
    height: 100%;
}
.box5 h1{
    text-align: center;
}
.box5 p{
    text-align: center;
    font-weight: bolder;
    color:rgb(229, 18, 132);
    
}

  /* middle4*/
  .mid4{
    width:100%;
    height: 50vh;
    color:rgb(229, 18, 132)
}
.mid4 h1{
    text-align: center;
}
.midrap4{
    width: 80%;
    margin: auto;
     padding-top: 20px; 
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
}
.box6{
    border: 2px solid rgb(229, 18, 132);
}
.box6 img{
    width: 100%;
    height: 100%;
}
.box7 h1{
    text-align: center;
}
.box7 p{
    text-align: center;
    font-weight: bolder;
    color:rgb(229, 18, 132);
    
}



  /* middle5*/
.mid5{
    width:100%;
    height: 40vh;
    margin-top: 30px;
    color:rgb(229, 18, 132)

}
.mid5 h1{
    text-align: center;
}
.midrap5{
    width: 50%;
    margin: auto;
    /* padding-top: 20px; */
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
}
.box8{
    padding:10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box8 p{
    text-align: center;
    color:black;
    font-size:20px;
}

  /* middle6*/
  .mid6{
    width:100%;
    height:80vh;
    margin-top: 30px; 
    color:rgb(229, 18, 132)
}
.mid6 h1{
    text-align: center;
}
.midrap6{
    width: 70%;
    margin: auto;
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 30px;
}
.box9{
    padding:10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box9 p{
    text-align: center;
    color:black;
    font-size:20px;
}

  /* middle7*/
.mid77{
  width:100%;
  height: 40vh;
  margin-top: 30px;
  background-color:darkblue
}
.midrap7{
    width: 80%;
    margin: auto;
     /* margin-top:70%; */
     padding-top: 50px; 
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    color:white
}
.box
.app11{
    float: right;
}
.app11 ul li{
    display: inline;
}
.app11 ul li a{
    color: white;
    font-size: 35px;
    padding-left: 20px;
    padding-right: 20px; 
}
.box13{
    float: right;
}
.box13 ul li{
    display: inline;
}
.box13 ul{
    margin-top: 20px;
}
.box13 ul li a{
    color: rgb(229, 18, 132);
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px;
}

  