*{
    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;
}



/* banner */
.ban{
    height: 80vh;
}
.navbar-brand h1{
    color: #ff0000;
    font-weight: bold;
    font-size: 28px;
    font-family: 'Almendra SC', serif;
}

/* Banner */
.ban{
    width: 100%;
    height: 75vh;
}
.banrap img{
    width: 100%;
}
/* BOX For Deails */
.dealis{
    width: 100%;
    height: 25vh;
    padding-top: 18px;
    background-color:#060606 ;
}
.dealirap{
    width: 100%;
    height: 20vh;
    background-color: #060606;
    
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto ;
    grid-column-gap: 0px;  
    
}
.deal1{
    width: 90%;
    border: 3px solid rgb(255, 255, 255);
    background-color:rgba(140, 195, 140, 0.637);
    border-radius: 15px;
}
.deal1 i{
   font-size: 80px;
   color: rgb(255, 217, 0);
   padding-left: 20px;
   margin-top: 20px;
}
.deal1 h4{
    margin-left: 100px;
    margin-top: -50px;
    padding-left: 20px;
    
    
    color: white;
}
.deal2{
    width: 90%;
    border: 3px solid aliceblue;
    background-color:rgba(140, 195, 140, 0.637);
    border-radius: 15px;
}
.deal2 i{
   font-size: 80px;
   color: rgb(255, 217, 0);
   padding-left: 20px;
   margin-top: 20px;
}
.deal2 h4{
    margin-left: 100px;
    margin-top: -50px;
    padding-left: 20px;
    color: white;
}
.deal3{
    width: 90%;
    border: 3px solid aliceblue;
    background-color:rgba(140, 195, 140, 0.637);
    border-radius: 15px;
}
.deal3 i{
   font-size: 80px;
   color: rgb(255, 217, 0);
   padding-left: 20px;
   margin-top: 20px;
}
.deal3 h4{
    margin-left: 100px;
    font-size: 20px;
    margin-top: -50px;
    padding-left: 20px;
    color: white;
}
.deal4{
    width: 90%;
    border: 3px solid aliceblue;
    background-color:rgba(140, 195, 140, 0.637);
    border-radius: 15px;
}
.deal4 i{
   font-size: 65px;
   color: rgb(255, 225, 0);
   padding-left: 20px;
   margin-top: 20px;
}
.deal4 h4{
    margin-left: 100px;
    margin-top: -40px;
    padding-left: 20px;
    font-size: 15px;
    color: white;
}


/* banner */
.ban{
    height: 80vh;
}



.ban2{
  height: 250vh;

}
.ban2rap{
  margin-left: 5%;
}
.ban02rap{
 padding-top: 20px;
  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(44, 33, 33);
  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);
}

/*mid2*/
.mid2{
  width: 100%;
  height: 125vh;
  background-color: rgb(36, 38, 40) ;
  background-size: cover;
  background-repeat:no-repeat;
}
.midrap2{
  width: 100%;
  height: 160vh;
  background-color: rgba(48, 29, 29, 0.4);
}

.midrap2 h1{
  color: #ffe2f4;
  font-family: 'Emilys Candy', cursive;
}

.pro-container{
  margin-top: 10px;
  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;

}



/*mid3*/
.mid3{
  width: 100%;
  height: 55vh;
  background-color: rgb(0, 0, 0) ;
  background-size: cover;
  background-repeat:no-repeat;
}
.midrap3{
  width: 100%;
  height: 55vh;
  background-color: rgba(48, 29, 29, 0.4);
}

.midrap3 h1{
  color: #ffe2f4;
  font-family: 'Emilys Candy', cursive;
}

.pro-container{
  margin-top: 10px;
  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%;
 
}



.midrap3 h5{
  color: rgb(254, 73, 188);
  
  font-family: 'Courgette', cursive;
  font-size: 30px;

}



.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: 20px;
  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;
}



