*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.navi{
    background:linear-gradient(to bottom right,rgb(237, 142, 243),rgb(255, 255, 255));
}
.name{
    color: rgb(0, 0, 0);
    font-size: 25px;
}
.mid {
    padding-top:20px;
    width: 100%;
    height: 15vh;
    background: linear-gradient(to top left, rgb(221, 122, 180), white);
    /*border: 6px solid black;*/
}
.midrap{
    margin: auto;
    width: 80%;
}
.mid1{
    height: 70vh;
    padding-top: 40px;
    background: linear-gradient(to top right, white , rgb(238, 80, 212));
}
.mid1 h1{
    text-align: center;
}
.mid1rap{
    margin: auto;
    width: 80%;
}
.mid1rap1{
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap:15px ;
}
.pic img{
    width: 100%;
    height: 50vh;
}
.mid2{
    height: 56vh;
    background-color: rgb(203, 176, 238);
}
.mid2 h1{
    padding-top: 20px;
    text-align: center;
}
.mid2rap{
    margin: auto;
    width: 80%;
}
.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
      7px 7px 20px 0px rgba(0,0,0,.1),
      4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
   }
   
   .btn-1 {
    background: rgb(96,9,240);
    background: linear-gradient(0deg, rgba(96,9,240,1) 0%, rgba(129,5,240,1) 100%);
    border: none;
   }
   
   .btn-1:before {
    height: 0%;
    width: 2px;
   }
   
   .btn-1:hover {
    box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5),
                 -4px -4px 6px 0 rgba(116, 125, 136, .5), 
       inset -4px -4px 6px 0 rgba(255,255,255,.2),
       inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
   }
   
.mid2rap1{
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 100%;
    grid-column-gap: 15px;
    padding-top: 60px;
}
.pic10 img{
    width: 100%;
    height: 35vh;
    border-radius: 2000px;
}
.mid3{
    height: 57vh;
    background-color: rgb(252, 252, 252);
}
.mid3 h1{
    padding-top: 30px;
    text-align: center;
}
.mid3rap{
    margin: auto;
    width: 80%;
}
.mid3rap1{
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 100%;
    grid-column-gap: 15px;
    padding-top: 60px;
}
.pic11 img{
    width: 100%;
    height: 35vh;
    border-radius: 2000px;
}
.mid4{
    height: 57vh;
    background-color: rgb(202, 177, 235);
}
.mid4 h1{
    padding-top: 30px;
    text-align: center;
}
.mid4rap{
    margin: auto;
    width: 80%;
}
.mid4rap1{
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 100%;
    grid-column-gap: 15px;
    padding-top: 60px;
}
.pic12 img{
    width: 100%;
    height: 35vh;
    border-radius: 2000px;
}
.mid0{
    height: 57vh;
    background-color: rgb(247, 247, 247);
}
.mid0 h1{
    padding-top: 30px;
    text-align: center;
}
.mid0rap{
    margin: auto;
    width: 80%;
}
.mid0rap1{
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 100%;
    grid-column-gap: 15px;
    padding-top: 60px;
}
.mid5{
    height: 30vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.507);
}
.mid5rap{
    background-image: url(./free-wedding-cake-background-edit-online.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 30vh;
}
.mid5rap1{
    text-align: center;
    font-size: 45px;
    padding-top: 90px;
}
.mid6{
    height: 30vh;
}
.mid6 h1{
    text-align: center;
}
.mid6rap{
    padding-top: 40px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin: auto;
    width: 80%;
    padding-left: 250px;
}
.footer{
    padding-left: 50px;
    height: 50vh;
    /*border: 2px solid black;*/
    background:linear-gradient(to bottom left, white,rgb(253, 2, 157));

}
.footerrap{
    margin: auto;
    width: 80%;
    padding-top: 100px;
}
.footerrap1{
    padding-top: 0px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 100%;
    height: 20vh;
}
.footpic img{
    height: 5vh;
    width: 50%;
}
.box10 {
    /*background-color: rgba(49, 46, 88, 0.2);*/
    /*border: 2px solid rgb(47, 150, 64);*/
    color: rgb(14, 13, 13);
    text-align: justify;
}
.box10 ul {
    list-style: none;
    color: black;
    text-align: left;
    /*text-align: center;*/
}
.box10 a{
    color: rgb(2, 2, 2);
    font-size: 30px;
    text-align: center;
    
}
.box10 ul li a{
    text-decoration: none;
}
.box10 p{
    color: rgb(10, 10, 10);
    text-align: center;
    font-size: 30px;
}
.box9{
    /*border: 2px solid black;*/
    width: 40%;
    margin-top: 20px;
}
.application1{
    margin-left: 50%;
}
.application1 ul{
    margin-top: 15px;
}
.application1 ul li{
    display:inherit;
    /*padding-left: 0px;*/
    padding-right: 240px;
}
#facebook{
    color: blue;
    font-size: 30px;
}
#youtube{
    color: red;
    font-size: 30px;
}
#whatsapp{
    color: rgb(46, 255, 4);
    font-size: 30px;
}
#twitter{
    color: rgb(0, 153, 255);
    font-size: 30px;
}
#instagram{
    color: rgb(255, 0, 212);
    font-size: 30px;
}