body{
    font-size:20px;
}
.header-1 {
    position: relative;
    z-index: 99;
    overflow-x: clip;
    border-radius: 5px;
    /* bottom: -34px; */
    padding: 0 11px 0 23px;
    width: 95%;
    margin: 0 auto;
    background-color: #fef200;
    -webkit-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
    -khtml-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
    -moz-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
    -ms-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
    -o-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
    box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
    margin-bottom: 10px;
}

.header-top-wrapper p {
    color: #FFF;
}

.header-top {
    border-bottom: 0px;
    position: relative;
}

.green {
    background-color: #06443c !important;
}

.Appimage img {
    width: 100%;
}


/* .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
} */

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}

.header-top-wrapper ul li {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--header);
}

.header-top-wrapper ul li i {
    color: #fef200;
    margin-right: 5px;
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: var(--header);
    padding: 20px 0;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.food-icon-wrapper {
    background-color: var(--header);
    border-radius: 14px;
    padding: 70px 0px;
    background-color: #F4F1EA;
}

.food-icon-wrapper .single-food-icon .content h4 {
    color: #000;
    font-size: 1.5rem;
}

.food-icon-wrapper .single-food-icon .content p {
    color: #000;
    font-size: 1em;
}

.food-icon-wrapper .single-food-icon .icon {
    font-size: 85px;
    color: var(--theme3);
}

.main-cta-banner::before {
    position: absolute;
    top: -12px;
    background-color: transparent;
}

.main-cta-banner-wrapper {
    box-shadow: 0px 0px 9px 0px;
}

button.sub-rounded.mt-3.theme-btn.bg-red-2.form-control {
    border-radius: 30px;
}

.my-booking input {
    height: 50px;
}

input#full_name::placeholder, #userAddress::placeholder, input#phone_number::placeholder, input[type=email]::placeholder {
    font-size: 1em !important;
}

select#zip_code > option, select#zip_code::placeholder{
    font-size: 1em !important;
}

/* input[type=email]::placeholder {
    font-size: 1.2em;
} */

.food-icon-wrapper .single-food-icon .icon {
    font-size: 85px;
    color: #d12525;
}

.main-cart-wrapper .cart-pragh-box {
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
}
.main-cart-wrapper .cart-graph {
    border: 0px solid var(--border);
}

input {
    color: #4e4343 !important;
}

.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 50px;
}


/* For laptops and small desktops */

@media (min-width: 1024px) and (max-width: 1440px) {
    /* Your styles here */
    .header-1 {
        position: absolute;
        z-index: 9999;
        overflow-x: clip;
        border-radius: 5px;
        /* bottom: -34px; */
        padding: 0 11px 0 23px;
        width: 95%;
        left: 5%;
        transform: translateX(-2.5%);
        top: 80px;
        /* margin: 0 auto; */
        background-color: #fef200;
        -webkit-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
        -khtml-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
        -moz-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
        -ms-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
        -o-box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
        box-shadow: 0 6px 40px rgba(12, 12, 12, 0.14);
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .d-xl-block {
        display: none !important;
    }
}