* {
    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 {
    height: 60vh;
    /*border: 2px solid gold;*/
    padding-top: 50px;
    background: linear-gradient(to top left, rgb(221, 115, 180), white);
}

.mid h1 {
    text-align: center;
    color: rgb(253, 2, 157);
}

.pic {
    width: 100%;
    height: 40vh;
}

.picrap {
    width: 80%;
    margin: auto;
    grid-template-columns: auto auto auto auto;
    display: grid;
    grid-column-gap: 20px;
    padding-top: 30px;
}

.box {
    background-image: url(./n11.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 40vh;
}

.mid1 {
    padding-top: 30px;
    height: 60vh;
}

.mid1 h1 {
    text-align: center;
    color: rgb(253, 2, 157);
}
.mid1rap1{
    padding-top: 30px;
}

.mid0 {
    height: 70vh;
    width: 100%;
    padding-top: 55px;
}
.mid0 h1{
    text-align: center;
    color: rgb(253, 2, 157);
}

.mid0rap {
    margin: auto;
    width: 80%;
    display: grid;
    grid-template-columns: auto auto;
    padding-top: 30px;
}

.box1 {
    width: 100%;
    height: 51.5vh;
    background-image: url(./intro-1658850950.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.box1rap {
    background: rgba(0, 0, 0, 0.507);
    height: 51.5vh;
}

.logo1 {
    /*border: 2px solid rgb(20, 20, 20);*/
    width: 50%;
    margin: auto;
    padding: 10px;
}

.logo2 p {
    padding-top: 400px;
    text-align: center;
    color: white;
    font-size: 30px;
}

.box2 {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    width: 100%;
    /*padding-top: 20px;*/
    padding-left:50px;
}
.box3{
    background-image: url(./pastires.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vh;
    width: 100%;
}
.box3rap {
    background: rgba(0, 0, 0, 0.507);
    height: 25vh;
}
.box4{
    background-image: url(./pcake.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vh;
    width: 100%;
}
.box4rap {
    background: rgba(0, 0, 0, 0.507);
    height: 25vh;
}
.box5{
    background-image: url(./n11.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vh;
    width: 100%;
}
.box5rap {
    background: rgba(0, 0, 0, 0.507);
    height: 25vh;
}
.box6{
    background-image: url(./savouries.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vh;
    width: 100%;
}
.box6rap {
    background: rgba(0, 0, 0, 0.507);
    height: 25vh;
}
.box7{
    background-image: url(./choklate.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vh;
    width: 100%;
}
.box7rap {
    background: rgba(0, 0, 0, 0.507);
    height: 25vh;
}
.box8{
    background-image: url(./donut.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vh;
    width: 100%;
}
.box8rap {
    background: rgba(0, 0, 0, 0.507);
    height: 25vh;
}
.logo3 {
    /*border: 2px solid rgb(20, 20, 20);*/
    width: 50%;
    margin: auto;
    padding: 10px;
}

.logo4 p {
    padding-top: 120px;
    text-align: center;
    color: white;
    font-size: 25px;
}
.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;
}