*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.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: 80px;
}
/* banner */
.ban{
    background-image: url(contact.jpg);
    width: 100%;
    height: 80vh;
    background-repeat:no-repeat;
    /* background-size: cover; */
    background-size: 100%;
}
.banrap:hover{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
}
.banrap1{
    width: 70%;
    margin: auto;
    /* border: 2px solid white; */
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 60px;
}
.company{
    padding: 10px;
    /* border: 5px solid white; */
    width: 80%;
    margin-left:2px;
    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;
    margin-left: 20px;
    padding-right: 100px;
}*{
    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(contact.jpg);
    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: 100%;
    margin: auto;
    /* border: 2px solid white; */
    padding-top: 150px;
    padding-left: 450px;
}
.company{
    padding: 10px;
    /* border: 5px solid white; */
    width: 70%;
    margin-right: 56px;
}
.company h1{
    text-align: center;
    font-size:50px ;
    color: rgb(93, 4, 93);
}
.company p{
    text-align: center;
    color:black;
    font-size: 40px;
    justify-content: center;
}
.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: 2px;
    margin-left: 2px;
} 
.midrap2 img{
    border-radius: 2%;
    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);
  

}

/* footer */
.footer{
    width: 100%;
    height: 50vh;
    /* 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;
} */
.boxlast1 h1{
    padding-top:20px;
}
.boxlast1 ul{
    list-style: none;
}
.boxlast1 ul li{
   margin-top: 15px;
   margin-bottom: 10px;
}
.boxlast1 ul 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, 143, 174);
    text-decoration: none;
    /* padding: 55px; */
}  
.boxlast{

    /* border: 3px solid rgb(229, 188, 222); */
    padding-top: 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;
}
