*{
    padding: 0px;
    margin: 0px;
}
.ban1{
    background-image: url(images/franchise.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100%;
}
.mid4{
    width: 100%;
    height: 40vh;
    text-align: center;
}
.midrap4{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 10px;
    grid-column-gap: 40px;
    font-size: 10px;
      
}

.mid5{
    width: 100%;
    height: 30vh;
    background-color: rgb(221, 162, 221);
}
.midrap5{
    width: 80%;
    margin: auto;
    display: grid;
    /* grid-template-columns: auto auto auto auto; */
   
    grid-row-gap: 40px;
    text-align: center;

}
.box8 p{
    font-size: 20px;
    
}
.box8{
    border: 2px solid black;
    background-color: rgb(199, 235, 223);
   
}

.foot{
    width: 100%;
    height: auto;
    background-color:  black;
    /* margin-top: 20PX; */
}
.footrap{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    color: aliceblue;
}
.logo1 img{
    width: 30%;
    height: 30%;
    padding-top: 15px;
}
.box1 {
    float: left;
}
.box1 ul li {
    /* margin-top: 10px; */
    /* display: inline; */
    padding-top: 10px;
    list-style: none;
}
.box1 ul li a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    list-style: none;
    /* border: 2px solid red; */
   
}

.logo1 img{
    width: 25%;
    height: 25%;
    padding-top: 15px;
}
.end1 p{
    text-align: center;
}