
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;1,200&family=Miniver&family=Montserrat:ital,wght@1,300&family=Mrs+Saint+Delafield&family=Roboto+Mono:wght@200&display=swap');
*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
.allFex , .head , .headImg , .menu {
    display: flex;
}
.head , .headImg {
    justify-content: center;
}
.allFex :is(p , h4 , h3, h5){
    color: #c9ab81;
}
.allFex{
    height: 100%;
    width: 100%;
    margin-top: 12rem;
    justify-content: space-evenly;
    box-sizing: border-box;
}
 .head{
    flex-direction: column;
    align-items: center;
}
.headImg :is(.img1 .img2 ){
    position: relative;
}
.head >head img{
    width: 10%;
}
.menu h3 , .head :is(p , h4, ){
    font-size: 2rem;
 }
.head p {
  font-family: 'Mrs Saint Delafield', cursive;
 font-weight: 700;
 letter-spacing: 0.5rem;
 font-size: 4rem;
}
.head h4 {
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2rem;
}
.flexs{
    margin-top: 3rem;
    margin-left: 1rem;
    height: 10rem;
    width: 120%
}
.flexs pre{
    color: white;
    font-size: 1.5rem;
    margin-top: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Josefin Sans', sans-serif;
}
.menu h5{
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    width: 100%;

}
.menu .border{
    border: 1px solid  #c9ab81;
    margin-top: 0.9rem;
    margin-left: 0.8rem;
    border-left-width: 0;
    border-right-width: 0;
    height: 0.5rem;
    width: 100%;

}
.menu h3{
    margin-left: 0.8rem;
}
@media (width < 1000px) {
    .allFex , .flexs {
        flex-direction: column;
        justify-content: center;
        /* display: none; */
    }
    .flexs{
        margin-left: 0rem;
        width: 100%;
    }
   .flexs , .menu {
    display: flex;
}
    .flexs  .menu{
        justify-content: center;
    }
    .flexs pre{
        text-align: center;
    }
   .menu h5{
    /* background-color: red; */
    width:180px;
   }
   .menu .border{
    width:80px;
    position: relative;
    right: 4px;
   }
   .border:nth-child(2){
    right: 10px;
   }
}