body {
    /* background-image: url('body_bg.png'); */
    height: 100vh;
    width: 100%;
    background-size: center;
}

a {
    text-decoration: none;
}

header {
    height: 65px;
}

.hdr-info-bar {
    height: 35px;
    background: #050505;
    color: #fff;
    font-size: 0.9em;
    ;
}

.navbar-brand img {
    /* width: 165px; */
    height: 37px;
}

.hdr-start {
    margin-left: 60px;
}

.hdr-end {
    margin-right: 60px;
}

.menu .nav-link {
    /* color: #050505; */
    color: #1e293b;
    /* font-size: 16px; */
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
}

.main.nav-link.selected {
    border-bottom: 2px solid #FE6D01;
    font-weight: 500;
}

.main.nav-link:hover {
    border-bottom: 2px solid #FE6D01;
    /* font-weight: 500; */
}

.cart-img-cnt {
    font-size: 18px;
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    font-size: .92969rem;
    font-weight: 400;
    height: 2.5rem;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 2.5rem;
}

.btn .badge {
    top: 5px;
}

.theme-bg {
    background: #FE6D01;
    color: #fff;
}

.text-theme {
    color: #FE6D01;
}

.theme-bg-light {
    background: #fe6f0112;
}

.theme-bg-black {
    background: #1A1918;
}

.theme-bdr-light {
    border-color: #fad2b3 !important;
}

.theme-btn {
    background: #FE6D01;
    color: #FFF;
    border-radius: 35px;
    padding-right: 1em;
    padding-left: 1em;
    margin-left: 1em;
    /* width: 181px; */
}

.theme-btn.no-radius {
    border-radius: 5px;
}

.theme-btn.black {
    background: #1A1918;
    border: 1px solid white;
}

.theme-btn:hover {
    background: #ff770fe2;
    color: #FFF;
}

.theme-btn.black:hover {
    background: #1a1918c8;
}

.hero {
    height: 691px;
    background: linear-gradient(74.66deg, #050505 4.34%, rgba(13, 13, 13, 0.56) 157.13%);
    color: #fff;
}

.hero .text-1 {
    font-size: 60px;
}

.shef {
    /* margin-top: -20px; */
    /* margin-left: -50px; */
}

.hero .right .item img {
    border: 1px solid white;
    border-radius: 5px;
    width: 150px;
    height: auto;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}

.div-line {
    height: 1px;
    background: lightgray;
    width: 300px;
    z-index: 5;
}

.div-line-2 {
    height: 3px;
    background: #FE6D01;
    ;
    width: 150px;
    z-index: 2;
    margin-top: -1px;
}

.btn-services {
    background: #FFF;
    color: #FE6D01;
    border-color: #FE6D01;
}

.btn-services:hover {
    background: #FE6D01;
    color: #FFF;
    border-color: #FE6D01;
}

.service-item .card-footer {
    border-top: none;
    background: #fe6f0112;
    width: 70%;
}

.services .card {
    height: 332px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.services .card-body {
    padding: 3rem !important;
}

.bottom-5 {
    bottom: 5% !important;
}

.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-md {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem;
}

.icon-xl {
    height: 3.5rem;
    line-height: 3.5rem;
    width: 3.5rem;
}

.text-gray-background {
    color: #64748b
}

.example-image-link {
    width: 16.2%;
    margin-right: 0.3%;
}

.gallery .g-item {
    width: 100%;
    height: 347.66px;
    margin-bottom: 4px;
}

.f-menu-itm-name a {
    text-decoration: none !important;
    font-size: 1.3em;
    width: 200px;
    display: inline-block;
}

.f-menu-itm-name a.big {
    text-decoration: none !important;
    font-size: 2em;
}

.f-menu-itm-price span.big {
    font-size: 1.2em;
    color: #FE6D01;
}

.btn-link2 {
    background: #FFF;
    color: #FE6D01;
    border-color: #FE6D01;
}

.btn-link2:hover {
    color: #f27618;
    border-color: #502c11;
}

.food-itm-div {
    /* margin-right: 7%; */
    margin-bottom: 40px;
}

.food-itm-img-div,
.food-itm-img-div img {
    height: 150px;
    /* width: 150px; */
}

.food-itm-img-div img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.food-itm-img-div:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    filter: brightness(80%)
}

.f-menu .f-menu-itm-name {
    /* height: 60px; */
}

.main.hide {
    display: none !important;
}

.side.hide {
    display: none !important;
}

.embed-responsive-item:hover {
    transform: scale(1.03);
    transition: transform 0.3s ease-in-out;
}

.videos video {
    height: 367.66px;
    /* width: 400px; */
}

.vid-cont {
    background: linear-gradient(74.66deg, #050505 4.34%, rgba(13, 13, 13, 0.56) 157.13%);
}

.cta {
    background: #fe6d01eb;
}

.text-dark-2 {
    color: #000;
}

.line-pattern {
    background-image: url(../images/line-pattern.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
}

.contact .info-wrap {
    box-shadow: 0px 0px 20px color-mix(in srgb, #444444, transparent 90%);
    /* border-top: 3px solid #FE6D01; */
    /* border-bottom: 3px solid #FE6D01; */
    padding: 30px;
    height: 100%;
}

form input[type=text],
form input[type=email],
form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color:
        color-mix(in srgb, #fff, transparent 50%);
    border-color:
        color-mix(in srgb, #444444, transparent 80%);
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color:
        color-mix(in srgb, #fff, transparent 50%);
    border-color:
        color-mix(in srgb, #444444, transparent 80%);
}

.contact .info-item i {
    font-size: 20px;
    color: #47b2e4;
    background:
        color-mix(in srgb, #47b2e4, transparent 92%);
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact .info-item h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #37517e
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.contact .info-item {
    margin-bottom: 30px;
}

.contact .php-email-form button[type=submit] {
    color: #fff;
    background: #FE6D01;
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form .loading {
    display: none;
    background: var(--background-color);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.contact .php-email-form .error-message {
    display: none;
    background: #df1529;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .success-message {
    display: none;
    color: #ffffff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.hide {
    display: none;
}

.f08 {
    font-size: 0.8em;
}

.f09 {
    font-size: 0.9em;
}

.footer {
    color: #444444;
    /* background-color: #ffffff; */
    font-size: 14px;
    padding-bottom: 50px;
    position: relative;
}

.footer .footer-about a {
    color: #FE6D01;
    font-size: 25px;
    font-weight: 600;
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    color: #37517e;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul a {
    display: inline-block;
    color: color-mix(in srgb, #444444, transparent 20%);
    line-height: 2.5;
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, #444444, transparent 50%);
    font-size: 16px;
    color:
        color-mix(in srgb, #444444, transparent 20%);
    margin-right: 10px;
    transition: 0.3s;
}

.footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid color-mix(in srgb, #444444, transparent 90%);
}

/* item page */
.custom-hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.hide {
    display: none;
}

.intro-text {
    font-size: 1.6em;
}

.my-container {
    width: 90%;
}
.my-container-2 {
    width: 90%;
}

.our-menu-sm {
    display: none;
}

.place-order-sm {
    display: none;
}

.cart-itm-img{
    height: 199px;
}

.qty-input {
    border: none;
}

.custom-radius{
    border-radius: 15px;
}
.card-registration-2 .bg-grey {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media (max-width: 1400px) {
    .hero .text-1 {
        font-size: 40px;
    }

    .hero {
        height: 591px;
    }

    .hdr-start {
        margin-left: 15px;
    }

    .hdr-end {
        margin-right: 15px;
    }

    .my-container {
        width: 95%;
    }
    .my-container-2 {
        width: 95%;
    }
    .gallery .g-item {
        height: 329.66px;
    }
}

@media (max-width: 1200px) {
    .hero {
        height: 491px;
    }

    .section-title h2 {
        font-size: 22px;
        margin-bottom: 1px;
        padding-bottom: 1px;
    }

    .intro-text {
        font-size: 1.2em;
    }

    .hide-1200 {
        display: none;
    }

    .services .card {
        height: 299px;
    }

    .services .card-body {
        padding: 1rem !important;
    }

    .gallery .g-item {
        height: 254.66px;
    }

    .my-container {
        width: 98%;
    }
    .my-container-2 {
        width: 98%;
    }

    .food-itm-div {
        margin-bottom: 20px;
    }

    .food-itm-img-div,
    .food-itm-img-div img {
        height: 140px;
        /* width: 150px; */
    }

    .f-menu .f-menu-itm-name {
        /* height: 40px; */
    }

    .f-menu-itm-name a {
        font-size: 1.1em;
    }

    .theme-btn {
        border-radius: 15px;
        padding-right: 0.7em;
        padding-left: 0.7em;
        margin-left: 0.7em;
        font-size: 0.8em;
        /* width: 181px; */
    }

    .page-section-header {
        height: 99px;
    }
    .display-6 {
        font-size: 1.8em;
    }
    .videos video {
        height: 267.66px;
    }

    .faq h4{
        font-size: 1.2em;
    }
    .title h3{
        font-size: 1.5em;
    }
    .title h3{
        font-size: 1.5em;
    }

    .title h5 {
        font-size: 1rem;
    }
    .qty-input{
        width: 50px;
    }
    #checkout-btn, .checkout-btn{
        font-size: 1em !important;
    }
    .cart-itm-img {
        height: 149px;
    }

    .custom-radius{
        border-radius: 10px;
    }
    .card-registration-2 .bg-grey {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .f-menu-itm-name a.big {
        font-size: 1.5em;
    }
    .f-menu-itm-price span.big {
        font-size: 1em;
    }

}

@media (max-width: 1020px) {
    body {
        font-size: 0.9em;
    }

    .section-title h2 {
        font-size: 18px;
    }

    .navbar-brand img {
        height: 27px;
    }

    .hdr-info-bar {
        height: 25px;
        font-size: 0.7em;
    }

    .theme-btn {
        border-radius: 20px;
        padding-right: 0.8em;
        padding-left: 0.8em;
        margin-left: 0.8em;
        font-size: 0.9em;
        /* width: 181px; */
    }

    .hide-1020 {
        display: none;
    }

    header {
        height: 55px;
    }

    .example-image-link {
        width: 19.7%;
    }

    .gallery .g-item {
        height: 257.66px;
    }

    .how-to h4,
    .cta h4 {
        font-size: 1.2em;
    }

    .icon-xl {
        height: 3rem;
        line-height: 3rem;
        width: 3rem;
    }

    .food-itm-img-div,
    .food-itm-img-div img {
        height: 130px;
        /* width: 150px; */
    }

    .f-menu-itm-name a {
        font-size: 1em;
    }
    .cart-itm-img {
        height: 129px;
    }
    .form-select {
        font-size: 0.9rem;
    }
   
}

@media (max-width: 991px) {
    .hide-992 {
        display: none;
    }
    .services .card {
        height: 249px;
    }
    .card-registration-2 .bg-grey {
        border-top-right-radius: 0;
    }

}

@media (max-width: 960px) {
    body {
        font-size: 0.8em;
    }

    .hide-960 {
        display: none;
    }

    .whatsapp-div img {
        width: 48px;
    }

    .hero {
        height: 391px;
    }

    .hero .text-1 {
        font-size: 25px;
    }

    .food-itm-img-div,
    .food-itm-img-div img {
        height: 120px;
        /* width: 150px; */
    }

    .f-menu-itm-name a {
        width: 150px;
    }

    .contact .info-item {
        margin-bottom: 20px;
    }

    .contact .info-item h3 {
        font-size: 16px;
    }
    .page-section-header {
        height: 69px;
    }

    .cart-itm-img {
        height: 129px;
    }

}

@media (max-width: 920px) {
    .gallery .g-item {
        height: 237.66px;
    }
}

@media (max-width: 860px) {
    .whatsapp-div img {
        width: 32px;
    }

    .hero {
        height: 329px;
    }

    .hide-860 {
        display: none;
    }

    .cart-img-cnt {
        font-size: .72969rem;
        height: 2rem;
        width: 2rem;
    }

    .section-title h2 {
        font-size: 16px;
    }

    .example-image-link {
        width: 24.7%;
    }

    .gallery .g-item {
        height: 257.66px;
    }

    .card-body h4 {
        font-size: 1.5em;
    }

    .icon-xl {
        height: 2.5rem;
        line-height: 2.5rem;
        width: 2.5rem;
    }

    .f-menu-itm-name a {
        width: 120px;
    }

    #add-to-cart {
        font-size: 0.9em;
    }

    .food-itm-img-div,
    .food-itm-img-div img {
        height: 110px;
        /* width: 150px; */
    }

    .theme-btn {
        border-radius: 10px;
        padding-right: 0.6em;
        padding-left: 0.6em;
        margin-left: 0.6em;
        font-size: 0.7em;
        /* width: 181px; */
    }

    .f-menu .f-menu-itm-name {
        /* height: 30px; */
    }

    .contact .info-item h3 {
        font-size: 14px;
    }

    .contact .info-item p {
        font-size: 12px;
    }

    .footer h4 {
        font-size: 14px;
    }

    .cart-itm-text{
        font-size: 0.9em;
    }
    .cart-itm-img {
        height: 109px;
    }
    .qty-input {
        width: 20px;
        padding: 0;
    }
    .title h5 {
        font-size: 0.9rem;
    }
    .custom-radius{
        border-radius: 7px;
    }
    .card-registration-2 .bg-grey {
        border-bottom-right-radius: 7px;
    }

    form input[type=text], form input[type=email], form textarea {
        padding: 5px 15px;
    }
    #checkoutform .g-4, #checkoutform .gy-4 {
        --bs-gutter-y: 1rem;
    }
    .custom-hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 780px) {
    .hide-780 {
        display: none;
    }
    .title h3 {
        font-size: 1.2em;
    }
}


@media (max-width: 760px) {
    .hero {
        height: 289px;
    }

    .hero .text-1 {
        font-size: 20px;
    }

    header {
        height: 45px;
    }

    .navbar-brand img {
        height: 24px;
    }

    .hide-760 {
        display: none;
    }

    .show-760 {
        display: block;
    }

    .show-inline-760 {
        display: inline;
    }

    .gallery .g-item {
        height: 247.66px;
    }

    .place-order-sm {
        display: inline-block;
    }
}

@media (max-width: 700px) {
    .gallery .g-item {
        height: 227.66px;
    }
}

@media (max-width: 660px) {
    .hero {
        height: 209px;
    }

    body {
        font-size: 0.7em;
    }

    .example-image-link {
        width: 33%;
    }

    .gallery .g-item {
        height: 257.66px;
    }

    .hide-660 {
        display: none;
    }

    .show-660 {
        display: block !important;
    }

    .show-inline-660 {
        display: inline !important;
    }

    .my-container {
        width: 95%;
    }
    .my-container-2 {
        width: 95%;
    }

    .services .card {
        height: 229px;
    }

    .services .card-body {
        padding: 0.9rem !important;
    }

    .card-body h4 {
        font-size: 1.2em;
    }

    .icon-xl {
        height: 2rem;
        line-height: 2rem;
        width: 2rem;
    }

    .how-to h4 {
        font-size: 1em;
    }

    .f-menu-itm-name a {
        width: 100px;
    }

    .food-itm-img-div,
    .food-itm-img-div img {
        height: 100px;
        /* width: 150px; */
    }
    .title h5 {
        font-size: 0.8rem;
    }
    .cart-itm-img {
        height: 89px;
    }
    .fs-4 {
        font-size: 1.2em !important;
    }
    .custom-hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .form-select {
        font-size: 0.7rem;
    }

}

@media (max-width: 600px) {
    .hero {
        height: 199px;
    }

    .hide-600 {
        display: none;
    }

    .hero .text-1 {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .services .card {
        height: 209px;
    }

    .hide-576 {
        display: none;
    }

    .show-576 {
        display: inline-block !important;
    }

    .gallery .g-item {
        height: 237.66px;
    }
}


@media (max-width: 520px) {
    header {
        height: 38px;
    }

    .navbar-brand img {
        height: 22px;
    }

    .hdr-start {
        margin-left: 5px;
    }

    .hide-520 {
        display: none;
    }

    .hdr-end {
        margin-right: 5px;
    }

    .hero .text-1 {
        font-size: 14px;
    }

    .gallery .g-item {
        height: 207.66px;
    }

    .footer h4 {
        font-size: 12px;
    }
    .page-section-header {
        height: 54px;
    }
    .display-6 {
        font-size: 1.6em;
    }
    .page-section-header h2{
        margin-bottom: .1rem;
    }
    .cart-itm-img {
        height: 69px;
    }
}

    @media (max-width: 460px) {
        .hide-460 {
            display: none;
        }

        .services .card-body {
            padding: 0.8rem !important;
        }

        .gallery .g-item {
            height: 160.66px;
        }

        .our-menu-sm {
            display: inline-block;
        }

        .hero {
            height: 174px;
        }

        .navbar-brand img {
            height: 20px;
        }

        .cart-img-cnt {
            font-size: .62969rem;
            height: 1.8rem;
            width: 1.8rem;
        }
        #itm-select{
            width: 100px;
        }
        .f-menu-itm-name a.big {
            font-size: 1.2em;
        }
        .item #checkout-btn, .item .checkout-btn {
            font-size: 0.9em !important;
            display: block;
            /* margin-left: 10px !important; */
            margin-top: 10px !important;
            width: 90px !important;
        }
        #buy-now-btn{
            margin-left: 0 !important;
        }
        .btn-group-lg>.btn, .btn-lg {
            --bs-btn-padding-y: 0.3rem;
            --bs-btn-padding-x: 1rem;
            --bs-btn-font-size: 0.9rem;
            --bs-btn-border-radius: var(--bs-border-radius-lg);
        }
        .completed h1{
            font-size: 2em;
        }
    }

    @media (max-width: 401px) {
        .show-400 {
            display: inline-block !important;
        }

        .hide-400 {
            display: none;
        }

        .services .card {
            height: 150px;
        }
    }

    @media (max-width: 330px) {
        .gallery .g-item {
            height: 135.66px;
        }

        .f-menu-itm-name a {
            width: 75px;
        }

        .f-menu-itm-name a {
            font-size: 0.8em;
        }

        .food-itm-img-div,
        .food-itm-img-div img {
            height: 90px;
            /* width: 150px; */
        }

        #add-to-cart {
            font-size: 0.8em;
            padding: 0.4em 0.6em;
        }

        .section-title h2 {
            font-size: 12px;
        }

        .btn.btn-services {
            padding: 0.1em 0.7em;
        }

    }