*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/* social media */
.social{
    width: 100%;
    height: 5vh;
    background: linear-gradient(to right,rgb(179, 9, 213),rgb(233, 211, 14),rgb(148, 37, 227));
}
.socialrap{
    width: 80%;
    margin: auto;

}
.name{
    position: absolute;
}
.name h1{
    color: rgb(68, 4, 84);
   
}
.app{
    float: right;
}
.app ul li{
    display: inline;
}
.app ul li a{
    color: rgb(88, 6, 101);
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
    /* padding: 20px; */

}
.app ul li a:hover{
    border-bottom: 2px solid rgb(19, 18, 18);
}
/* NAVIGATION BAR */
#nav{
    width: 100%;
    height: 13vh;
    background:linear-gradient(to right,rgb(179, 9, 213),rgb(233, 211, 14),rgb(148, 37, 227));
}
.navrap{
    width: 80%;
    margin: auto;
}
.logo{
    position: absolute;
}
.logo h1{
    color:aliceblue;
    font-size: 70px;
}
.logo h1 img{
    padding-top:18px;
    padding-left: 5px;
    margin-top: 12px;
    border-radius: 125%
    /* border-top: 2px  solid rgb(10, 8, 9);
    border-bottom: 2px solid rgb(213, 94, 170); */
}
.menu{
    float: right;
}
.menu ul{
    margin-top: 32px;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    color: rgb(247, 241, 247);
    font-size: 20px;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
.menu ul li a:hover{
    background-color: rgba(19, 6, 6, 0.5);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 30px;
}
/* banner */
.ban{
    background-image: url(ban.jpeg);
    width: 100%;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.banrap:hover{
    width: 100%;
    height: 80vh;
    background-color: rgba(239, 163, 236, 0.3); 
}
     /*copytocss  */
.banrap1{
    width: 50%;
    margin: auto;
    /* border: 2px solid white; */
    padding-top: 150px;
    padding-left: 100px;
}
.company{
    padding: 10px;
    /* border: 5px solid white; */
    width: 70%;
    margin-left:50px;
    margin-right: 50px;
}
.company h1{
    text-align: center;
    font-size:50px ;
    color: rgb(93, 4, 93);
}
.company p{
    text-align: center;
    color:black;
    font-size: 40px;
}
/* middle */
.mid{
    width: 100%;
    height: 93vh;
    /* background:linear-gradient(to bottom,rgb(218, 135, 198),white,white); */
    background:linear-gradient(to bottom, rgb(234, 182, 221),white, white);
                
}
.heading {
    width: 10%;
    margin: auto;
    
}
.heading h1{
   
    padding-top: 22px;
    justify-content: center;
    color: rgb(121, 3, 123);
}
.midrap{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap:20px;
    grid-row-gap:40px ;
    justify-content: center;
   
}
.box{

    border: 3px solid rgb(229, 188, 222);
    padding: 20px;
    /* background-color:rgb(48, 41, 46); */
    background-color:rgb(237, 228, 228);
    /* background-color:rgb(2, 2, 2); */
    border-radius: 25px;
    border-top: 2px  solid rgb(226, 167, 204);
    border-bottom: 2px solid rgb(226, 167, 204);
    
}
.box:hover{

    box-shadow: 5px 8px 8px 5px rgba(167, 29, 149, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }
.box img{
    border-radius: 12%;
    
}
.box img:hover{
    box-shadow: 5px 4px 8px 5px rgba(167, 29, 149, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.box h1{
    background-color: rgb(234, 189, 223);
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: medium;

}
.box p{
    margin-top: 10px;
    text-align:center;
    text-size-adjust: auto;
    font-size: x-large;
    text-transform: initial;
   
}
/* mid2 */
 .mid2{
    width: 100%;
    height: 80vh;
    background:linear-gradient(to bottom, rgb(248, 215, 240),white,  rgb(248, 215, 240));
                
}
.midrap2{
    width: 80%;
    margin: auto;
    padding-top: 50px;
} 
.midrap2 img{
    border-radius: 11%;
    border-top: 2px  solid rgb(241, 69, 172);
    border-bottom: 2px solid rgb(213, 94, 170);
    
}
.midrap2 img:hover{
    box-shadow: 10px 4px 8px 10px rgba(167, 29, 149, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  

}
/* best seller heading */
.h2{
    width: 100%;
    height: 7vh;
    padding-top: 3px;
    background: linear-gradient(to right,rgb(158, 10, 99),rgb(230, 166, 217),rgb(126, 22, 84));

}
.h2rap{
    width: 80%;
    margin: auto;
}
.mid3{
    width: 100%;
    height: 80vh;
    background:linear-gradient(to bottom, rgb(242, 174, 225),white,  rgb(248, 215, 240));
                
}
.mid3 h1{
    background-color: rgb(235, 110, 219);
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: xx-large;
}
.midrap3{
    
    width: 80%;
    margin: auto;       
    padding-top: 80px;
    display:grid;
    grid-template-columns: auto auto auto ;
    grid-column-gap:30px;
    grid-row-gap:40px ;
    
}
.box2{
    
    border: 3px solid rgb(91, 3, 76);
    padding: 20px;
    /* background-color:rgb(48, 41, 46); */
    background-color:rgb(255, 252, 255);
    /* background-color:rgb(2, 2, 2); */
    border-radius: 25px;
    border-top: 2px  solid rgb(226, 167, 204);
    border-bottom: 2px solid rgb(226, 167, 204); 
    /* box-shadow: 5px 4px 8px 5px rgba(167, 29, 149, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}   
.box2:hover{
   box-shadow: 12px 8px 8px 12px rgba(167, 29, 149, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.box2 h1{
    background-color: rgb(189, 83, 163);
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size:xx-large;


}
.box2 p{
    margin-top: 10px;
    text-align:center;
    text-size-adjust: auto;
    font-size: x-large;
    text-transform: initial;
   
}
/* img */
.mid4{
    width: 100%;
    height: 75vh;
    background:linear-gradient(to bottom, rgb(248, 215, 240),white,  rgb(248, 215, 240));
                
}
.midrap4{
    width: 100%;
    margin: auto;
}
.midrap4 img{
    border-radius: 10%;
    border-top: 2px  solid rgb(28, 8, 20);
    border-bottom: 2px solid rgb(73, 38, 60);
}
.midrap4 img:hover{
    box-shadow: 10px 8px 8px 10px rgba(17, 1, 17, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  

}
.h3{
    width: 100%;
    height: 7vh;
    padding-top: 4px;
    background: linear-gradient(to right,rgb(158, 10, 99),rgb(230, 166, 217),rgb(219,129,183));

}
.h3rap{
    width: 80%;
    margin: auto;
}
.mid5{
    width: 100%;
    height: 140vh;
    background:linear-gradient(to bottom, rgb(248, 215, 240),white,  rgb(248, 215, 240));
                
}
.midrap5{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap:20px;
    grid-row-gap:40px ;
    justify-content: center;
}
.box4{

    border: 3px solid rgb(229, 188, 222);
    padding: 20px;
   
    background-color:rgb(237, 228, 228);
    
    border-radius: 25px;
    border-top: 2px  solid rgb(226, 167, 204);
    border-bottom: 2px solid rgb(226, 167, 204);
    
}
.box4:hover{

    box-shadow: 5px 8px 8px 5px rgba(167, 29, 149, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }
.box4 img{
    border-radius: 25px;
    border-top: 2px  solid rgb(226, 167, 204);
    border-bottom: 2px solid rgb(226, 167, 204);
    
}
.box4 img:hover{
    box-shadow: 5px 4px 8px 5px rgba(167, 29, 149, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.box4  h1{
    background-color: rgb(234, 189, 223);
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: medium;

}
.box4 p{
    margin-top: 10px;
    text-align:center;
    text-size-adjust: auto;
    
    font-size: x-large;
    text-transform: initial;
   
}
.midraplast{
    width: 100%;
    height: 208vh;
    background:linear-gradient(to bottom, rgb(248, 215, 240),white,  rgb(248, 215, 240));
                
}
.midraplast1{
    width: 100%;
    margin-top: 50px;
   
}
.midraplast1 img{
    border-radius: 11%;
    border-top: 2px  solid rgb(213, 94, 170);
    border-bottom: 2px solid rgb(213, 94, 170);
    
}
.midraplast1 img:hover{
    box-shadow: 10px 5px 8px 10px rgba(167, 29, 149, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* footer */
.footer{
    width: 100%;
    height: 50vh;
    margin-top: 48%;
    /* background:linear-gradient(to right,rgb(120, 13, 142),rgb(234, 210, 233),rgb(125, 13, 137)); */
    background:linear-gradient(to right,rgb(179, 9, 213),rgb(233, 211, 14),rgb(148, 37, 227));
    border-top: 2px solid rgb(46, 8, 40);
   
}
.footrap{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap:50px;
    /* grid-row-gap:40px ; */
    justify-content: center; 
}
/* .boxlast{
    border: 2px solid purple;
} */
.boxlast h1{
    padding-bottom:15px;
}
.boxlast1 ul {
    list-style: none;
}
.boxlast1 ul li {
   margin-top: 12px;
   list-style: none;
   margin-bottom: 10px;
  
}
.boxlast1 ul li a{
    color: rgb(10, 19, 26);
    text-decoration: none;
    /* padding: 55px; */
}  

.boxlast1 ul{
    list-style: none;
}
.boxlast1 ul li{
   margin-top: 30px;
   margin-bottom: 10px;
   font-size: x-large;
}
.boxlast1 ul a:hover{
    color: rgb(30, 97, 174);
    text-decoration: none;
    /* padding: 55px; */
}  
.boxlast{

    /* border: 3px solid rgb(229, 188, 222); */
    padding: 20px;
    /* background-color:rgb(48, 41, 46);
    background-color:rgb(237, 228, 233); */
    /* background-color:rgb(2, 2, 2); */
    /* border-radius: 25px; */
    /* border-top: 2px  solid rgb(226, 167, 204);
    border-bottom: 2px solid rgb(226, 167, 204);
     */
}
.boxlast h1{
    /* background-color: rgb(227, 164, 212); */
    /* border-radius: 15px; */
    text-align: center;
    text-transform: uppercase;
    font-size: x-large;
    text-decoration: underline;
    /* margin-top: 2px;
    margin-bottom: 2px; */
    

}
.boxlast p{
    margin-top: 12px;
    text-align:center;
    text-size-adjust: auto;
    font-size: x-large; 
      
} 
.boxlast2{

    /* border: 3px solid rgb(229, 188, 222); */
    padding: 20px;
    
    /* background-color:rgb(237, 228, 233); */
    /* background-color:rgb(2, 2, 2); */
    /* border-radius: 25px; */
    
    
}
.boxlast2 h1{
    /* background-color: rgb(227, 164, 212); */
    /* border-radius: 15px; */
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: x-large;  

}
.boxlast2 h1{
    
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 22px;
    padding-bottom: 20px;
    color: rgb(11, 5, 16);
}
.app2 ul li{
    /* color: rgb(88, 6, 101); */
    font-size: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    list-style: none;
    margin-left: 48px;
}  

.app2 ul li a:hover{
    
    box-shadow: 5px 4px 8px 5px rgba(167, 29, 149, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.boxlast iframe{
    height: 35vh;
    width: 100%;
    border-radius: 20%;
    
    
}
.copyright{
    width: 100%;
    height: 5vh;
    padding-top: 4px;
    background-color:rgb(30, 6, 26);

}
.cr h1{
    justify-content: center;
    color: rgb(237, 237, 245);
    font-size: medium;
    margin-left: 400px;
    padding-left: 200px;
}