*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/* navigation bar */
.back{
    background-color: rgb(255, 249, 249);
}

.menu{
    color: rgb(0, 0, 0) !important;
   font-weight: bold;
}




.navbar-brand h1{
    color: #ff0000;
    font-weight: bold;
    font-size: 28px;
    font-family: 'Almendra SC', serif;
}



/*mid*/
.mid{
   
    width: 100%;
    height: 110vh;
    background-color: rgb(244, 201, 201) ;
    background-size: cover;
    background-repeat:no-repeat;
}
.midrap{
    width: 100%;
    height: 160vh;
   
    
}
h1{
    color: antiquewhite;
   padding-left: 500px;
   font-size: 50px;
}
h3{
    color: azure;
}
p{
    color: chartreuse;
  
font-family: 'Mate SC', serif;

}
.pro-container{
    
    display: grid;
    
    grid-template-columns: auto auto auto auto auto auto auto auto;
    
}


.pro{
    width: 10%;
   
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #c74a4a;
    border-radius: 10px;
    cursor: pointer;
    margin: 6px 0;


}

.pro:hover{
    box-shadow: 20px 20px 30px #121512;


}
.pro img{
    width: 100%;
    border-radius: 6vh;
   
}
.logo2{
    text-align: center;
}
.logo2 h1{
    color: rgb(218, 206, 242);
    
}

.logo2 p{
    color: rgb(208, 223, 167);
    font-family: 'Brush Script MT';
    font-size: 30px;
}


/*mid1*/
.mid1{
    width: 100%;
    height: 90vh;
    background-color: rgb(102, 170, 190) ;
    background-size: cover;
    background-repeat:no-repeat;
}
.midrap1{
    width: 100%;
    height: 90vh;
    background-color: rgba(4, 4, 4, 0.4);
}
.midrap1 h1{
    color: #fc4b4b;
    padding-left: 310px;
    font-family: 'Emilys Candy', cursive;

}



.box1{
   
    display: grid;
    
    grid-template-columns: auto auto auto auto auto auto;
    
}
.box11 img{
    width: 97%;
    height: 40vh;
   
    border-radius: 50%;
}

/* banner */
.ban{
    height: 80vh;
}

/* banner */
.ban{
    height: 80vh;
}

/*mid2*/
.mid2{
    width: 100%;
    height: 110vh;
    background-color: rgb(253, 211, 0) ;
    background-size: cover;
    background-repeat:no-repeat;
}
.midrap2{
    width: 100%;
    height: 110vh;
    
}

.midrap2 h1{
    color: #ffe2f4;
    font-family: 'Emilys Candy', cursive;
}

.pro-container{
   
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    
}


.pro{
    width: 10%;
    
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #060606;
    border-radius: 10px;
    cursor: pointer;
    margin: 6px 0;


}

.pro:hover{
    box-shadow: 20px 20px 30px #121512;


}
.pro img{
    width: 100%;
   
}



.midrap2 h5{
    color: rgb(254, 73, 188);
    
    font-family: 'Courgette', cursive;
    font-size: 30px;
  
}

/* banner */
.ban{
    height: 80vh;
}



.ban2{
  height: 200vh;
  background-color: #000000;
}
.ban2rap{
  margin-left: 5%;
}
.ban02rap{
  margin-top: 5%;
  margin-left: 0%;
}
.ban02rap{
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 1%;
  row-gap: 10%;
}
.ban021rap img{
  width:95%;
  height: 343px;
  border-radius: 5vh;
}
.ban021rap{
  position: relative;
  width: 95%;
  height: 343px;
}

.image {
  display: block;
  border-radius: 40vh;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background:rgba(0,0,0,0.5);
  overflow: hidden;
  width: 95%;
  height:0;
  transition: .5s ease;
  border-radius: 10px;
}

.ban021rap:hover .overlay {
  bottom: 0px;
  height: 100%;
}

.text2 {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text2 li{
  display: inline;
  padding: 4%;
}
.text2 a{
  text-decoration: none;
  color: white;
  background: rgb(0, 0, 0);
  padding: 2%;
  border-radius: 30px;
  box-shadow: 1px 2px 4px 2px black;
}
.text2 a:hover{
  background: rgb(0, 0, 0);
  transition: .5s ease;
}
.ban2rap h3{
  margin-top: 45vh;
  background: red;
  width:10%;
  text-align: center;
  border-radius: 30px;
  box-shadow: 1px 2px 2px 1px black ;
  margin-left:40%;
}
.ban2rap h3 a{
  text-decoration: none;
  color:white;
}
.ban2rap h3:hover{
  background: rgb(119, 2, 2);
}









.mid99{
  padding-top: 250px;
  width: 100%;
  height: 80vh;
  background-color: rgb(0, 0, 0) ;
  
}


.foot{
  height: 140vh;
  width: 100%;
  
}
.footrap{
  height:80vh;
  width:100%;
}
.footrap1{
  text-align: center;
  background: black;
}
.footrap1 h1{
  color:red;
  border-bottom: 2px solid white;
  border-top: 2px solid red;
}
.footerrap11 p{
  font-size: 18px;
  color: rgb(255, 252, 52);
}
.footrap11{
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 5px;
  padding-top: 100px;
  padding-left: 40px;
}
.footrap12{
  height:9vh;
  width:900px;
  font-size: 20px;
  padding-left: 100px;
  background: rgb(59, 51, 51);
  border: 2px solid red;
  border-radius: 50px;
  margin-left: 40px;
}
.footrap12 p{
  padding-top: 20px;
  color: white;
} 
.footrap13{
  height:9vh;
  width:25%;
  font-size: 40px;
  background: grey;
  border: 0px solid white;
  border-radius: 100px;
}
#arrow-right{
  padding-left: 10px;
  padding-top: 9px;
}
#arrow-right:hover{
  color: red;
}
.footrap14{
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 5px;
  padding-top: 10px;
  padding-left: 40px;
}
.footer{
  height:40vh;
  width: 100%;
  background: url(f1.jpg);
}
.footerrap{
  height:40vh;
  width:100%;
}
.footerrap1{
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 40px;
}
.footerrap11{
  padding-left: 30px;
  padding-top: 40px;
  font-size: 30px;
}
.footerrap11 h1{
  font-size: 30px;
  color: aliceblue;
  padding-bottom: 20px;
}
.footerrap11 li{
  display: inline;
  padding:5px;
}
#you{
  color: #ff0000;
}
#facebook{
  color: blue;
}
#instagram{
  color: rgb(255, 0, 174);
}
#telegram{
  color: aqua;
}
#twitter{
  color:white;
}

.footerrap12{
  padding-top: 40px;
  font-size: 20px;
}
.footerrap12 p{
  padding:5px;
}
.footerrap12 p a{
  text-decoration: none;
  color:white;
}
.footerrap12 p a:hover{
  color:red;
}
.war{
  height: 5vh;
  width:100%;
  background: rgb(0, 0, 0);
}
.warrap{
  height: 5vh;
  width:100%;
}
.warrap p{
  color: white;
  text-align: center;
  padding-top: 5px;
}






