body {
    margin: 0px;
    padding: 0px;
}
.zeno-pro-title-sec{
     background-color: #F5EBDD;
     padding: 40px 30px;
     margin: 0 0 30px 0;
}
.zeno-pro-t-inner{
    max-width: 1300px;
    margin: 10px 0px;
}
.zeno-pro-t-inner h2{
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 25px 0;
}
.zeno-pro-t-inner p{
    font-size: 14px;
    margin: 5px 0px 20px 0px;
    font-weight: 400;
      color: #6B7385;
    text-align: justify;
}
#deal {
    margin: 40px auto;
    max-width: 1320px;
}
#deal h2{
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
}
.deal-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.deal-title h4 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 5px 0;
}

.deal-title h4 span {
    color: #000000;
}

.deal-title p {
    font-weight: 500;
    margin: 5px 0 0 0;
    color: #6B7385;
}

.deal-title a {
    text-decoration: none;
    color: #000;
    padding: 6px 12px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    font-size: 13px;
}

#product , #all-product{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.pro-list {
    border: 1px solid #eeeeee;
    border-radius: 10px;
    position: relative;
    transition: all 200ms;
    overflow: hidden;
    padding: 5px;
}

.pro-list:hover {
    cursor: pointer;
}

.pro-list:hover .add-btn {
    display: block;
}

.add-btn {
    position: absolute;
    bottom: 85px;
    left: 40%;
    display: none;
    transition: all 200ms;
    margin-left: -25px;
    /* half the child's width */
    z-index: 99;

}

.add-btn i {
    font-size: 18px;
    padding: 7px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
    margin: 0px 5px;
    transition: all 150ms;

}

.add-btn i:hover {
    background-color: #6c7fd8;
    color: #fff;
}

.pro-list img {
    transform: scale(1);
    transition: all 200ms;
    border-radius: 10px;
    height: 300px;
    width: 300px;
    object-fit: cover;
}

.pro-con {
    padding: 10px 10px;

}

.pro-con h4 {
    font-weight: 600;
    margin: 10px 0 5px 0;
    font-size: 17px;
}

.pro-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pro-price p {
    margin: 0px;
}

.pro-price i {
    font-size: 14px;
    color: goldenrod;
}
.pro-btn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.pro-btn a{
    width: 100%;
    padding: 6px 28px;
    font-size: 14px;
    background-color: #000;
    color: #F5EBDD;
    border-radius: 3px;
    text-decoration: none;
    transition: all 150ms;
}
.pro-btn .d-link{
    background-color: #F5EBDD !important;
    color: #000 !important;
}

.pro-btn a:hover{
    border: 1px solid #000 !important;
    color: #000 !important;
    background-color: transparent !important;
}


/* restro csss */

#restro {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    overflow: scroll;
    gap: 20px;
    margin-top: 30px;

}

#restro::-webkit-scrollbar {
    display: none;
}

#restro .restro-icon {
    text-align: center;
    margin: 20px auto;
    font-size: 25px;
    display: block;

}

#restro .pro-list {
    width: 250px !important;
    /* background-color: #6c7fd8;
    color: #fff; */
}

/* #restro .pro-con{
    
        background-color: #fff !important;
        color: #000;
        border-radius: 0 0 24px 24px;
    } */

/* product offer */

#food-offer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1320px;
    margin: 20px auto 20px auto;

}

.food-offer-list img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#offer-bg {
    height: 600px;
      background: linear-gradient(rgb(0 0 0 / 48%), rgb(0 0 0 / 59%), rgba(0, 0, 0, 0.755)), url(media/g-05.jpeg);
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* position: relative; */
    border-radius: 10px;
    display: grid;
    place-items: center;
}

.offer-title {
    /* position: absolute; */
    /* top: 50%;
    transform: translate(0, -50%);
    right: 130px; */

}

.offer-title h4 {
    color: #fff;
    font-size: 18px;
    margin: 5px 0px 10px 0px;
}

.offer-title h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    max-width: 700px;

}

.offer-title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    border: 1px solid #eee;
    border-radius: 5px;
}


/* feature */

#feature {
    max-width: 1320px;
    margin:30px auto 30px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0px;
}

.feature-list {
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    transition: all 200ms;
}

.feature-list:hover {

    border: 1px solid #6c7fd8;

}

.feature-list i {
    font-size: 35px;
    margin: 0 0 10px 0;
    color: #000;
}

.feature-list h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 5px 0 5px 0;
    color: #000;
}

.feature-list p {
    margin: 0px;
    font-size: 13px;
    color: #878787;
}


/* responsive */

@media (max-width:1320px)
{
    #deal {
    margin: 40px auto;
    max-width: 1320px;
    padding: 0px 10px;
}
}

@media(max-width:1082px) {
    #product {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        overflow: scroll;
        gap: 20px;
    }

     #product .pro-list {
        width: 300px !important;
    }
.pro-btn a {
    width: 100%;
    padding: 5px 24px;
    font-size: 14px;
}
    #product::-webkit-scrollbar {
        display: none;
    }
}

@media(max-width:1024px) {
    #feature {

        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:768px) {
    #deal {
    margin: 40px auto;
    max-width: 1320px;
    padding: 0px 20px;
}
    .deal-title {
    display: flex
;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
    #food-offer {
        grid-template-columns: repeat(1, 1fr);
    }

    #offer-bg {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.907), rgba(0, 0, 0, 0.674), rgba(0, 0, 0, 0.862)), url('media/about.jpeg');
        background-position: center;
    }
 #all-product{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

}

@media(max-width:500px) {
    .offer-title {

        width: 90%;
    }

    .feature-list h4 {
        font-size: 18px;
        margin: 5px 0px;
    }

    .feature-list p {
        font-size: 12px;
    }

    .feature-list i {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .deal-title h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 5px 0;
}

.deal-title p {
     font-size: 14px;
     font-weight: 400;
    color: #6B7385;
    margin-bottom: 10px;
}

.food-offer-list img {
    border-radius: 10px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}
#feature {
    max-width: 1320px;
    margin: 10px auto 10px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0px;
}
.feature-list{
    padding: 20px 10px;
}
.feature-list h4{
    font-size: 16px;
    margin-bottom: 10px;
}
.offer-title h4{
    margin-bottom: 20px;
}
.offer-title h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 60px;
}
 #all-product{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 20px;
    padding: 0px 30px;
}
#all-product  .pro-list img {
    transform: scale(1);
    transition: all 200ms;
    border-radius: 10px;
    
    width: 100%;
    object-fit: contain;
}
#all-product .pro-btn {
    display: flex
;
    flex-direction: row;
     justify-content: start;
     gap: 10px;
    align-items: center;
    margin-top: 5px;
   
}
#all-product .pro-price {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
#all-product .pro-con h4 {
    font-weight: 600;
    margin: 10px 0 5px 0;
    font-size: 20px;
}
#all-product .pro-con p {
    color: #6B7385;
    font-size: 15px;
}
#all-product .pro-con {
    padding: 10px 5px 5px 5px;
}
#all-product .pro-btn a {
       
        display: block;
        padding: 6px 10px;
        text-align: center;
        font-size: 14px;
        width: 100% !important;
        margin-bottom: 7px;
    }
    .zeno-pro-title-sec {
    background-color: #F5EBDD;
    padding: 20px 10px;
    margin: 0 0 30px 0;
}
}

@media(max-width:400px) {
    .pro-price {
        flex-direction: column;
        align-items: start !important;
    }
}

@media(max-width:330px) {
        #all-product {
        display: grid
;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        }
}