@import url('');

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

a,
a:hover {
    font-size: var(--links-fs);
    text-decoration: none;
    color: var(--links-color) !important;
    font-weight: 700;

}

/* a.active {
    color: var(--primary-color) !important;
    text-decoration: underline;
    text-underline-offset: 8px;
} */
a:hover {
    color: var(--primary-color);
}

ul,
ol {
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #D13831;
    --secondry-color: #fff;
    --yellow-color: #FFBB02;

    --heading-color: #121223;
    --para-color: #646982;
    --links-color: #121223;
    --transparent-bg: transparent;

    --para-fs-md: 24px;
    --para-fs-sm: 18px;
    --links-fs: 22px;

    --primary-btn-fs: 26px;

    --primary-font-sen: "Sen", sans-serif;
    --secondry-font-allison: "Allison", cursive;
    --tertiary-font-montserrat: "Montserrat", sans-serif;

}

html {
    scroll-behavior: smooth;
}


body {
    font-family: var(--primary-font-sen);
    font-size: 100%;
    font-weight: 400;
}

/* ********************************* */
/* Custom Scrollbar */
/* ********************************* */
body::-webkit-scrollbar {
    width: 0.625rem;
}

body::-webkit-scrollbar-track {
    background: var(--links-color);
    border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 3px;
}


h1 {
    font-size: 64px;
    font-weight: 700;
    /* margin-bottom: 3rem; */
    font-family: var(--primary-font-sen);
    color: var(--heading-color);
    margin: 0;

}

h2 {
    font-size: 48px;
    font-weight: 700;
    /* text-transform: capitalize; */
    font-family: var(--primary-font-sen);
    color: var(--heading-color);
    margin: 0;
}

h3 {
    font-size: 40px;
    font-weight: 700;
    font-family: var(--primary-font-sen);
    color: var(--heading-color);
    margin: 0;

}

h4 {
    font-size: 32px;
    font-weight: 700;
    font-family: var(--primary-font-sen);
    color: var(--heading-color);
    margin: 0;

}

h5 {
    font-size: 32px;
    font-weight: 700;
    font-family: var(--primary-font-sen);
    color: var(--heading-color);
    margin: 0;

}

.span-font-color {
    color: var(--primary-color);
}

.allison-font {
    font-family: var(--secondry-font-allison);
    color: var(--primary-color);
    outline: none;
    border: none;
}

.montserrat-font {
    font-family: var(--tertiary-font-montserrat);
    color: var(--heading-color);
    font-weight: 800;
    outline: none;
    border: none;
}

.white-text {
    color: var(--secondry-color) !important;
}

.primary-text {
    color: var(--primary-color) !important;
}
.links-color-dark {
    color: var(--links-color) !important;
}

.bg-white {
    background-color: var(--secondry-color);
}

p {
    font-size: var(--para-fs-md);
    font-weight: 400;
    color: var(--para-color);
    font-weight: var(--primary-font-sen);
    padding-block: 4px;
    margin: 0;
}

input,
textarea {
    outline: none;
    border: none !important;
    border-bottom: 3px solid var(--primary-color) !important;
    font-family: var(--primary-font-sen);
    border-radius: 0px !important;

}

input:focus,
textarea:focus,
.form-control:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

textarea {
    resize: none;
}

.main-btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: var(--primary-color) !important;
    color: var(--secondry-color) !important;
    border-radius: 40px;
    font-size: var(--primary-btn-fs);
    font-weight: 700;
    text-transform: capitalize;
    box-shadow: -2px 22px 38px -1px #c400144d;
    transition: all .4s ease-out 0s;
    outline: none;
    border: none;
}

.secondary-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 40px;
    background-color: var(--transparent-bg);
    color: var(--para-color);
    /* border-radius: 40px; */
    font-size: var(--primary-btn-fs);
    font-weight: 700;
    text-transform: capitalize;
    /* box-shadow: -2px 22px 38px  -1px #c400144d; */
    /* transition: all .4s ease-out 0s; */
    outline: none;
    border: none;
}

.secondary-btn i.watch-video-btn {
    background-color: white;
    box-shadow: 6px 27px 34px 0px #00000021;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

section {
    padding-block: 100px;
}

.navigation_wrap {
    position: fixed;
    width: 100%;
    z-index: 11;
    top: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.301);
    background-color: var(--secondry-color);
}

.navigation_wrap .navbar-brand>img {
    width: 200px;
}

.navigation_wrap .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.navigation_wrap .navbar-nav .nav-item .nav-link:hover

/* .navigation_wrap .navbar-nav .nav-item .nav-link.active  */
    {
    color: var(--primary-color) !important;
    text-decoration: underline;
    text-underline-offset: 8px;
    transition: all 0.4s ease-in-out;
}

.navigation_wrap .navbar-toggler i {
    color: var(--primary-color);
    padding-top: 7px;
}

section.banner-slider-section {
    background-image: url('../images/header-circle-left.png');
    background-size: 480px;
    background-repeat: no-repeat;
    background-position: left left;

}

section.banner-slider-section .slider-content-wrapper .slider-btns-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

section.banner-slider-section .slider-food-img-wrapper img {
    width: 100%;
}

section.banner-slider-section .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.branches-section .branches-wrapper {
    background-color: var(--primary-color);
    border-radius: 8px;
}

.branches-section .branches-wrapper a:hover {
    color: var(--secondry-color) !important;
}

.branches-section .branches-wrapper .branches .address-map-wrapper {
    display: flex;
    align-items: center;
    gap: 100px;
}

.branches-section .branches-wrapper .branches {
    display: flex;
    gap: 50px;
}

.branches-section .container .row .col-md-6 .row .col-md-12:nth-child(even) {
    margin-left: 80px;
    padding-block: 32px;
}

section.our-food-category .leaves-utility {
    position: relative;
}

section.our-food-category .leaves-utility::after {
    content: '';
    background: url(../images/leaf-right.png);
    width: 300px;
    height: 200px;
    background-repeat: no-repeat;
    position: absolute;
    top: -80px;
    left: 200px;
}

section.our-food-category .leaves-utility::before {
    content: '';
    background: url(../images/leaf.png);
    width: 300px;
    height: 200px;
    background-repeat: no-repeat;
    position: absolute;
    top: -80px;
    right: 150px;
}

section.our-food-category .food-category-title p {
    padding-inline: 20%;
}

section.our-food-category .dishes-wrapper {
    /* background: #d13831; */
    background: var(--secondry-color);
    border-radius: 50px 0px 50px 0px;
    margin-top: 130px;
    width: 235px;
    height: 270px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.301);
    cursor: pointer;
}

section.our-food-category .dishes-wrapper:hover {
    /* background: #d13831; */
    background: var(--primary-color) !important;
    transition: all 0.5s ease-in-out;
}

section.our-food-category .dishes-wrapper:hover .dish-content h4,
section.our-food-category .dishes-wrapper:hover .dish-content p {
    color: var(--secondry-color) !important;
    transition: all 0.5s ease-in-out;

}

section.our-food-category .dishes-wrapper .dish-img {
    transform: translate(10px 10px);
}

section.our-food-category .dishes-wrapper .dish-img {
    transform: translate(0px, -70px);
}

section.our-food-category .dishes-wrapper .dish-content {
    transform: translate(0px, -20px);
}

section.why-choose-us .best-services-wrapper .all-services {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.301);
    border-left: 2px solid var(--primary-color);
    padding: 10px;
    border-radius: 4px;

}

section.testimonial-section {
    background-image: url('../images/bg-testimonial.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.testimonial-section .testimonial-wrapper {
    background-color: rgba(255, 255, 255, 0.19);
    /* backdrop-filter: blur(4px); */
    filter: drop-shadow(8px 8px 10px gray);
    padding: 30px;
    border-radius: 14px;
    margin-top: 80px;
}

section.testimonial-section .testimonial-wrapper .ratings i {
    color: var(--yellow-color);
}

section.testimonial-section .testimonial-wrapper p {
    font-size: var(--para-fs-sm);
}

section.testimonial-section .mySwiper2 .swiper-button-next {
    position: absolute;
    top: 30px;
    right: 60px;
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.testimonial-section .mySwiper2 .swiper-button-prev {
    position: absolute;
    left: 1150px;
    /* left: 970px; */
    top: 30px;
    background-color: var(--secondry-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.testimonial-section .mySwiper2 .swiper-button-prev:after {
    font-size: 22px;
    font-weight: 900;
    color: var(--primary-color);

}

section.testimonial-section .mySwiper2 .swiper-button-next:after {
    font-size: 22px;
    font-weight: 900;
    color: var(--secondry-color);
    background-color: var(--primary-color);
}

/* Footer Section Styling */
.footer-section {
    position: relative;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: var(--para-fs-sm);
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: block;
    /* float: left; */
    width: 100%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    /* background: #202020; */
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.301);
    padding: 15px 0;
}

.copyright-text p {
    margin: 0;
    font-size: var(--para-fs-sm);
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.footer-section .footer-content .footer-address-link a {
    display: flex;
    align-items: center;
    gap: 20px;

}

.footer-section .footer-content .footer-address-link a i {
    color: var(--primary-color);
    font-size: 20px;
}

.footer-section .footer-content .footer-address-link a p {
    font-size: var(--para-fs-sm);
    font-weight: 400;
}

.footer-section .footer-content .footer-call-links {
    display: flex;
    gap: 20px;

}

.footer-section .footer-content .footer-call-links .call-link-wrapper {
    display: flex;
    gap: 20px;
}

.footer-section .footer-content .footer-call-links a {
    font-size: var(--para-fs-sm);
    color: var(--para-color) !important;
    font-weight: 400;

}

.footer-section .footer-content .footer-call-links a i {
    color: var(--primary-color);
    font-size: 20px;
}

.footer-section .footer-content .footer-social-icon a {
    margin: 0px;
}

.footer-section .footer-content .footer-social-icon a i {
    color: var(--primary-color);
    margin-right: 10px;
}

.footer-section .copyright-area .terms-policy-wrapper a {
    font-size: var(--para-fs-sm) !important;
}

.footer-section .copyright-area .playstore-links img {
    width: 80%;
}

.footer-section .copyright-area .playstore-links {}

section.gallery-images-section .gallery-heading {
    color: var(--primary-color);
}

section.gallery-images-section .nav .nav-item button.active {
    background-color: var(--primary-color);
    color: var(--secondry-color) !important;
    border-radius: 40px;
    font-weight: 600;
    font-size: 26px;
    padding: 10px 30px;
}

section.gallery-images-section .nav .nav-item button {
    background-color: transparent;
    color: var(--primary-color) !important;
    border-radius: 40px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 26px;
}

/* 
section.gallery-images-section .nav .nav-item button.active::after {
    content: "";
    border-bottom: 4px solid var(--bs-danger);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
} */
section.contact-info .contact-info-wrapper {
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 15px; */
    padding: 20px;
    border-radius: 16px;
    height: 250px;
}

section.contact-info .contact-info-wrapper {
    font-size: 35px;
}

section.contact-info .contact-info-wrapper p {
    font-size: var(--para-fs-sm);
    text-align: center;
}

section.contact-info .contact-info-wrapper p a {
    font-size: var(--para-fs-sm);
}

section.contact-form-section .footer-social-icon a i {
    font-size: 30px;
    color: var(--primary-color);
    margin-right: 10px;
}

section.contact-form-section .playstore-links img {
    width: 80%;
}

section.contact-form-section .contact-form-wrapper .main-btn {
    width: 100%;
}

section.contact-form-section .contact-form-wrapper input,
section.contact-form-section .contact-form-wrapper textarea,
section.contact-form-section .contact-form-wrapper label {
    font-size: var(--links-fs);
}

section.contact-form-section .aboutus-content-wrapper p {
    font-size: var(--links-fs);
}

section.menu-tabs-section {
    background-color: var(--primary-color);
    padding-block: 20px;
    position: sticky;
    top: 74px;
    z-index: 10;
}

section.menu-tabs-section .ProductNav_Wrapper {
    position: relative;
    padding: 0 11px;
    box-sizing: border-box;
}

section.menu-tabs-section .ProductNav {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    position: relative;
    font-size: 0;
}

section.menu-tabs-section .ProductNav_Link {
    text-decoration: none;
    display: inline-block;
    /* vertical-align: middle; */
    margin-inline: 8px;
    padding: 10px 20px;
    border-radius: 40px;

}

section.menu-tabs-section ul.ProductNav .ProductNav_Link.active,
section.menu-tabs-section ul.ProductNav .ProductNav_Link:hover {
    background-color: var(--secondry-color) !important;
    color: var(--primary-color) !important;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 40px;
    margin-inline: 8px;
}

section.menu-tabs-section .ProductNav_Link[aria-selected="true"] {
    color: #6a2c79;
}

section.menu-tabs-section .Advancer {
    appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    transition: opacity 0.3s;
}
section.menu-tabs-section .Advancer:hover {
    cursor: pointer;
    opacity: 1;
}
section.menu-tabs-section .Advancer_Left {
    left: 0;
}
section.menu-tabs-section .Advancer_Right {
    right: 0;
}
section.menu-tabs-section ul.ProductNav {
    display: flex;
    overflow: hidden !important;
}

/* section.menu-tabs-section ul.ProductNav a.our-special{
  background-color: var(--secondry-color);
  color: var(--primary-color) !important;
  padding: 10px;
  border-radius: 40px;
} */
/* section.menu-tabs-section ul.ProductNav li a {
  padding: 10px;

} */
section.menu-items-content {
    padding-block: 20px;
    padding-bottom: 100px;
}
section.menu-items-content .leaves-utility {
    position: relative;
    margin-block: 100px;
    margin-bottom: 60px;

}
section.menu-items-content .leaves-utility::after {
    content: '';
    background: url('../images/leaf-right.png');
    width: 300px;
    height: 200px;
    background-repeat: no-repeat;
    position: absolute;
    top: -80px;
    left: 300px;
}
section.menu-items-content .leaves-utility::before {
    content: '';
    background: url('../images/leaf.png');
    width: 300px;
    height: 200px;
    background-repeat: no-repeat;
    position: absolute;
    top: -80px;
    right: 220px;
}
section.menu-items-content .item-card-content h5 {
    font-size: var(--para-fs-md);
    color: var(--para-color);
    text-align: center;
    padding-block: 20px;

}
section.menu-items-content .item-card-content p {
    font-size: 20px;
    padding-block: 10px;

}
section.menu-items-content .pricing-cart-wrapper .pricing-wrapper .actual-price {
    font-weight: 700;
    padding-block: 0;
}
section.menu-items-content .pricing-cart-wrapper .pricing-wrapper .discount-price {
    font-weight: 700;
    text-decoration: line-through;
    padding-block: 0;
    font-size: var(--para-fs-sm);
}
section.menu-items-content .pricing-cart-wrapper .add-cart-item .add-cart-button {
    background-color: var(--primary-color);
    color: var(--secondry-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.menu-items-content .pricing-cart-wrapper .add-cart-item{
    display: none;
}
section.menu-items-content .item-main-parent {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.301);
    border-radius: 20px;
    margin-block: 20px;
}
section.menu-items-content .item-main-parent .dish-img-wrapper {
    height: 220px;
}
section.menu-items-content .item-main-parent .dish-img-wrapper img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
section.menu-items-content .item-card-content {
    padding: 10px;
}
section.menu-items-content .item-card-content .dish-description{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 5px;
}