*{
    margin: 0%;
    padding: 0%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}


.hero{
 background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(https://png.pngtree.com/thumb_back/fh260/background/20240720/pngtree-taking-slice-picture-of-prepared-delicious-pizza-with-sausage-rings-and-image_15902897.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 height: 100vh;
 
}
span{
    color:yellow
}

.links a {
    text-decoration: none;
    text-transform: capitalize;
    color: white;
    font-size: large;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding: 10px 20px;
    background-color: rgb(193, 8, 8);
    border-radius: 100px;
    display: inline-block;
    width: auto;
    margin: 5px;
}

.links a:hover {
    color: rgb(226, 63, 74);
    transform: translateY(-3px);
    transition: 0.3s;
}
.two{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    color:white;
    font-size: large;
    text-transform: uppercase;
    text-align: center;
    margin:120px ;
}
.one{
  color:white ;
  font-variant: small-caps;
  font-size: xxx-large;
  text-align: center;
  margin-top: 90px;
 font-family:serif ;     
}
.p1{
color:white;
text-align: center;
text-transform: capitalize;
font-weight:bold;
font-size: x-large;
}
#menu{
    background-color: bisque;
    height: 500px;
}

#menu h2{
    text-align: center;
    text-transform: uppercase;
    font-size: xx-large;
    background-color: bisque;
}
.parent{
    display: flex;
    flex-wrap: wrap;
    background-color: bisque;
    padding: 25px;
}
.pizza{
    display:flex;
    flex-direction:column;
    align-item:center;
    margin:15px;
}
.pizza div{
    display: flex;
    flex-direction:column;
    align-item:center;
    margin-top:15px;
    position:static;
  
}
 .parent h3{
    text-transform: uppercase;
    color: brown;
    font-size: xx-large;
 }
.parent button{
    color: white;
    background-color: brown;
    font-size: xx-large;
    border-radius: 50px;
    height: 50px;
    width: 250px;
    margin: 20px;
}

.parent button:hover{
  color:rgb(244, 8, 8);

}
 .parent img{
    border:5px solid white ;
    border-radius: 15px;
    height: 200px;
    width: 200px;
 }

.price{
   font-size: xx-large;
}
.about1{
    display: flex;
    flex-wrap: wrap;
    background-color: burlywood
}
.about1 h3{
    background-color: burlywood;
    text-align: center;
    font-size: xx-large;

}

.big{
    display: flex;
    flex-wrap: wrap;
    background-color:burlywood ;
    padding: 20px;
}


.big img{
    background-color: burlywood;
 height: 300px;
 width: 300px;
 border-radius: 20px;
 border: 5px solid white;
 margin: 20px;
 display: flex;
 justify-content: space-between;
 display: inline;

}


.about1 p{
    text-transform: capitalize;
    font-weight: bold;
    font-size: x-large;
    color:brown;
    padding: 20px;;
}

.contact1{
    display: flex;
    flex-flow:column wrap;
    text-align: center;
    font-size: xx-large;
    background-color: bisque;
    font-weight: bold;

}
footer{
    background-color: brown;
    text-align: center;
    color: white;
    font-size: xx-large;
    border-radius: 15px;
}
*{
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}
#menu {
    height: auto !important;
    min-height: 500px;
    padding-bottom: 40px;
}

@media (max-width: 992px) {
    .two {
        margin: 50px 20px;
    }
    
    .big img {
        width: 45%;
        height: auto;
    }
}
@media (max-width: 768px) {
    .one {
        font-size: 2rem;
        margin-top: 50px;
    }

    .two {
        margin: 20px 10px;
        padding: 10px;
    }

    .p1 {
        font-size: 1.1rem;
    }

    .pizza div {
        position: static !important;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .parent, .big, .about1 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }

    .parent img, .big img {
        width: 100%;
        max-width: 280px;
        height: auto;
        margin: 10px 0;
    }

    .parent button {
        width: 100%;
        max-width: 250px;
        font-size: 1.2rem;
        height: 45px;
    }

    .links a {
        display: inline-block;
        font-size: 1rem;
        padding: 8px 15px;
        margin: 5px;
        position: static !important;
    }

    footer {
        font-size: 1.2rem;
        padding: 15px;
    }
}
