:root{
    --gray: #ffffffb3;   
    --red: #ed1c24;
    --white: #ffffff;
 }

.logo{
    margin-top: 5px;
    margin-left: 100px;
}

.container-1 {
    width: 100%;
    height: 100px;
    background-color: #000;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: -94px;
    flex-wrap: wrap;
    text-wrap: wrap;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: 0px 0px 0.5px 0px;
    border-color:transparent transparent #1b1919 transparent;
    border-style: solid;
}
.box {
    margin: 24px 16px;
    color: aliceblue;
    font-size: medium;
}
.box:hover{
    cursor: pointer;
}
.box > a {
    text-decoration: none;
    color: var(--white);
}
/* .about-btn{
    text-decoration: underline;
} */

.icon{
    height: 30px;
    width: 30px;
    margin-left: -125px;
    background-color: #ffffff;
    padding: 7px 7px;
    border-radius: 20px;
    color: #e21c23;
}
.top-nav{
    height: 58px;
    width: 155px;
    border: 1px solid var(--white);
    padding: 17px 21px;
    border-radius: 50px;
    margin-right: -8px;
}
.order{
    height: 55px;
    width: 165px;
    border: none;
    padding: 17px 21px;
    border-radius: 50px;
    background-color: var(--red);
}
.order:hover{
    background-color: #e21c23;
    color: aliceblue;
}
.online-order{
    margin-right: 80px;
}

/* about dection */

.main-custom-about{
    width: 100%;
    height: 4800px;
    background-color: #000;
}
.main-banner-heading {
    text-align: center;
    padding-top: 70px;
}
.main-banner-heading > p{
    margin-top: 20px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
} 

.main-sub-heading{
    text-align: center;
    margin-top: 70px;
}
.main-sub-heading > p{
    margin-top: 20px;
}

/* resturant card */
.resturant-card-row-1{
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
}
.card-sub-heading > small{
    font-size: 32px;
}
.card-sub-heading > p{
    margin-top: 30px;
    font-size: 15px;
}

.resturant-card-row-2{
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
}
.card-sub-heading > small{
    font-size: 32px;
}
.card-sub-heading > p{
    margin-top: 30px;
    font-size: 15px;
}

/* franchaise resturant card */
.franchaise-resturant-row-1{
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
}
.franchaise-resturant-row-2{
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
.franchaise-resturant-row-3{
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

/* Express Card */

.expres-card{
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
}
.expres-img > img{
    border-radius: 5px;
}
.expres-text{
    font-size: 13px;
    margin-left: -150px;
}
.expres-text > p{
    margin: 10px;
}

/* Location Card */
.location-card-row-1{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}
.location-card-row-2{
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 50px;
    margin-left: 120px;
}

.location-card{
    height: 480px;
    width: 350px;
    background-color: #0f0f0f;
    border-radius: 6px;
}
.location-card-img > img{
    height: 300px; 
    width: 320px;
    border-radius: 6px;
    margin: 15px;
}
.location-card-text{
    font-size: 14px;
}
.location-card-text > span{
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
}

/* franchaise card */
.promotion-card{
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
.promo-text{
    margin-left: -130px;
}
.promo-text > h4{
    margin-bottom: -23px;
}
.promo-text > p{
    margin-top: 20px;
}


/* footer section */
.footer-data-box{
    display: flex;
    justify-content: space-evenly;
    margin-top: -500px;
}
.footer-section{
    width: 100%;
    height: 509px;
    background-color: #0f0f0f;
}
.footer-monogram{
    padding-top: 108px;
    margin-left: 30px;
    background-position: bottom;
}
.footer-logo{
    height: 60px;
    width: 130px;
    margin-top: 80px;
    margin-bottom: 30px;
}
.Policy{
    line-height: 30px;
    margin-left: 10px;
}

.footer-link-box {
    margin-top: 95px;
}

.link{
    font-size: 18px;
    line-height: 40px;
} 
.link > a{
    text-decoration: none;
    color: var(--gray);  
}
.contact-box {
    margin-top: 95px;
}
.icons-box{
    margin-top: 95px;
}

/* social icon */

.f-icon{
    color: #ffffff;
    background-color: #ED1C24;
    text-decoration: none;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    padding: 13px 0 0 14px;
    margin-top: 15px;
}
.inst-icon{
    color: #ffffff;
    background-color: #ED1C24;
    text-decoration: none;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    padding: 13px 0 0 13px;
}
.twitter-icon{
    color: #ffffff;
    background-color: #ED1C24;
    text-decoration: none;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    padding: 13px 0 0 13px;
}
.app-store-download{
    margin: 35px 0 20px 0;
}

.footer-bottom{
    height: 50px;
    width: 94%;
    margin: 0 auto;
    margin-top: 40px;
    background-color: transparent;
    border: 1px 0 0 0;
    border-style: solid none none none;
    border-color: #2524249f transparent transparent transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom > h6{
    font-size: 13px;
    margin: 0px 100px;
}