*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
    font-family: "Inter", sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {

  width: 100%;
  height: 100vh;
}
img.white-logo-mb {

    display: none;
}
.white-logo{
    width: 220px;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 6%;
    right: 0;
    display: block;
    margin: auto;
}

.boxparent {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
}
.boxparent::after{
    position: absolute;
    content: "";
    background-image: url(./img/banner2.jpg);
    inset: 0;
    z-index: -1;
    background-size: auto;
    background-repeat: repeat;
}
.boxparent .box1{
    width: 100%;
    height: 100%;
    background-color: #778074f5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.boxparent .box1 a {
    margin: 20px 0px;
    display: inline-block;
    text-decoration: none;
}
.boxparent .box1::after {
    position: absolute;
    content: "";
    height: 140px;
    width: 100%;
    background-image: url(./img/burger-shape.png), url(./img/fry-shape.png);
    background-position: left, right;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    background-size: contain;
    z-index: revert-layer;
    opacity: 0.6;
    animation: redchilli2 4s linear infinite;
    z-index: 9;
}
@keyframes redchilli2 {
    0%, 100% {
      top: -30px;
    }
    50% {
      top: -20px;
    }
  }
  @keyframes redchilli1 {
    0%, 100% {
      bottom: 30px;
    }
    50% {
     bottom: 20px;
    }
  }
.boxparent .box1::before {
    position: absolute;
    content: "";
    height: 135px;
    width: 100%;
    background-image: url(./img/food2.png), url(./img/food3.png);
    background-position: left, right;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    background-size: contain;
    z-index: revert-layer;

    text-align: center;
    animation: redchilli1 4s linear infinite;
    opacity: 0.6;
}

.boxparent .box1 .delhi {
    width: 330px;
    height: 345px;
    background: #fff;
    margin: 15px;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    outline: 1px solid #8eab1438;
    outline-offset: -10px;
}
.boxparent .box1 .delhi::before{
    background-image: url(/img/buttonback.png);
    content: "";
    background-size: cover;
    background-position: center;

}
.boxparent .box1 .delhi h3 {
    font-size: 30px;
    text-transform: capitalize;
    color: #778074;
    font-weight: 600;
    margin: 10px;
}
.boxparent .box1 .delhi img {
    background: #778074;
    padding: 10px;
    border-radius: 100%;
}


.boxparent .box a.menuBtn {
    margin-top: 0;
    background-color: #778074;
    padding: 15px 50px;
    color: #fff;
    border-radius: 5px;
}




.boxparent .box  p {
    color: #737070;
    line-height: 24px;
    font-size: 16px;
}

@media(max-width:575px) 
{
    .boxparent .box1 {
        width: 100%;
    }
    .boxparent .box2 {

        display: none;
    }
    .boxparent .box1 {
   
        flex-wrap: wrap;
    }
    .boxparent .box1 a {
        margin: 0px;
    }
    .boxparent .box1 .delhi {
        width: 90%;
        margin: auto;
    }
    .boxparent .box1::before {
        height: 40px;
        width: 100px;
    }
    .boxparent .box1::after {
        height: 55px;
    }
    .white-logo{
        display: block;
        margin-top: 20px;
    }
    @keyframes redchilli2 {
        0%, 100% {
            top: 0px;
        }
        
        50% {
            top: -20px;
        }
        
    }
    .white-logo{display: none;}
    .boxparent .box1 .delhi {
        width: 300px;
        margin-top: 0;
        height: 310px;
        outline: unset;


    }
    .boxparent .box a.menuBtn {
        margin-top: 15px;
    }
    img.white-logo-mb {
        margin-top: 10px;
        display: block;
        width: 160px;
    }
    .white-logo{
        display: none;
    }
    .boxparent .box1 .delhi h3 {
        margin: 5px 0px;
        font-size: 25px;
    }
    .boxparent .box p {        
        font-size: 16px;

    }

}
