@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: "Poppins", sans-serif;
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: #f4f3e7;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 99px;
    padding: 0 5rem 0 5rem;
    z-index: 999;
}


header .logo {
    width: 140px;
    height: 69px;
    background-color: black;

}


header .navbar {
    width: 60%;
    height: 99px;
    background-color: #ffffff;
}

header .navbar ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 40px;
}

header .navbar ul li a {
    text-decoration: none;
    color: #837c7c;
    font-size: 16px;
    border-bottom: 2px solid transparent;

}

header .navbar ul li a:hover {
    border-bottom: rgb(54 178 99) 2px solid;
    transition: .7s;
}

section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1152px;
}

.btn {
    padding: 0px;
}

.btn a {
    background-color: #00473C;
    padding: 8px 16px;
    border-radius: .5rem;
    margin: 0px;
    display: inline-block;
    transition: all 0.3s ease-in-out;


}

.btn a:hover {
    background-color: #d1ff5d;
    color: #00473C;
}

.btn a {
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

[type=submit] {
    background-color: #00473C;
    padding: 8px 16px;
    border-radius: .5rem;
    margin: 0px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

[type=submit]:focus,
[type=submit]:hover {
    background-color: #d1ff5d;
    color: #00473C;
}

input.wpcf7-not-valid {
    border-color: red !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: #fff;
    border: none;
    font-size: 13px;
    padding: 8px 3px 8px 8px;
    margin: 0;
    text-align: center;
    background-color: #e12323;
    margin-top: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    border: none;
    font-size: 13px;
    padding: 8px 3px 8px 8px;
    margin: 0;
    text-align: center;
    background-color: green;
    margin-top: 10px;
}

.wpcf7-not-valid-tip {
    display: none;
}

.header-outer {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    background-color: transparent;
    z-index: 999;
}

.header-outer .container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.header_left {
    float: left;
    padding-top: 10px;
    padding-bottom: 13px;
}

#mega-menu-wrap-menu-1,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    background: transparent;
}

#mega-menu-wrap-menu-1 {
    background: #faeff1;
    color: black;
    font-size: 16px;
    font-weight: 600;
    color: #faeff1 !important;
}

.btn a i {
    font-size: 26px;
    padding: 8px 16px;
    position: relative;
    top: 5px;
}

.left-content {
    width: 50%;
    padding-right: 25px;
}

.left-content h1 {
    font-size: 65px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.left-content p {
    font-size: 20px;
}

/* .left-content h5{
    padding: 20px;
    
} */
.right-content {
    width: 50%;

}

.right-content img {
    width: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
    padding: 0px 20px;
    background-color: #ffffff;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    text-decoration: none;
    color: #666;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
    position: relative;
    background-color: #ffffff;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #27ae60;
    border-radius: 1px;
    opacity: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    color: #27ae60 !important;
    background-color: #ffffff !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link::before {
    opacity: 1;
}

@media only screen and (min-width: 769px) {

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:focus {
        background: #fff;
        color: #27ae60;
    }
}

section .second-sec {
    background-color: #00473c;
    width: 100%;
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 30px;
}

section .second-sec .box {
    width: 251px;
    height: 360px;
    background-color: #00473c;
    padding: 0 9px 9px 9px;
}

section .second-sec .box .box-img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    bottom: 37px;
    left: 60px;

}

section .second-sec .box .box-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

section .second-sec .box-content h3 {
    color: #ffffff;
    font-size: 20px;
    text-align: center;

}

section .second-sec .box-content p {
    color: #ffffff;
    font-size: 16px;
    margin: 10px 0 0;
    text-align: center;
}

.quasetion-sec {
    width: 100%;
    height: 100%;
    background: url(../images/how-it-works-bg-pc.D3vvQqgU.png);
    background-size: cover;
    position: relative;
    padding-bottom: 80px;
}

.heading {
    font-size: 40px;
    margin: 52px 0px 0px;
    padding: 50px 0px 0px;
    font-weight: 400;
    text-align: center;
}

.quasetion-sec .quasetion {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 40px;
    max-width: 720px;
}

.quasetion .quas-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.quasetion-content {
    width: 80%;
    margin-left: 50px;

}

.quasetion-circle {
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
    max-height: 100px;
    max-width: 100px;
    border-radius: 50%;
    background-color: #c3f673;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quasetion .quas-flex .quasetion-circle {
    transition: all 0.3s ease-in-out;
    border: 1px solid #00473C;
}

.quasetion .quas-flex:hover .quasetion-circle {
    background-color: #d1ff5d;
    color: #00473C;
    border: 1px solid #d1ff5d;
}

.quasetion .quas-flex:hover .quasetion-circle p {
    color: #00473C;
}

.quas-flex {
    position: relative;
}

.quas-flex:before {
    content: '';
    width: 4px;
    height: 100%;
    background: #e5e7eb;
    position: absolute;
    left: 50px;
    top: 0;
    border-radius: 10px;
    top: 24%;
}

.quas-flex:last-child:before {
    display: none;
}

.quasetion-circle p {
    font-size: 40px;
    color: #00473C;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
}

.quasetion-content h3 {
    font-size: 26px;
    color: #000;
    padding-top: 20px;
}

.quasetion-content p {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
}

.sub-head {
    background-color: #00473C;
    width: 100%;
    padding: 32px;
}

.sub-head h4 {

    text-align: center;
    color: #ffffff;

}

.sub-head p {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

.sub-head .div1 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #d1ff5d;
    position: relative;
    left: 15%;
    top: 27px;

}

.sub-head .div2 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #d1ff5d;
    position: relative;
    left: 84%;
    top: -40px;

}


.mealsec .meal-head {
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    margin-top: 50px;
    padding-top: 35px;
    font-family: "Poppins", sans-serif;
}

.mealsec {
    width: 100%;
    height: 100%;
    background-color: #f4f3e7;
    position: relative;
    bottom: 50px;
    padding-bottom: 40px;
}

.meal-card-bg {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1rem;

}

.social-icon:hover {
    text-decoration: none;
}

.social-icon:hover i {
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.meal-card {
    width: 46%;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    margin: 20px;
    overflow: hidden;
    position: relative;
    padding-bottom: 0px;
}

ul.address li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

ul.address li i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #00473c;
    border-radius: 50%;
    color: #00473c;
    text-decoration: none;
    font-size: 1.5rem;
    transition: all 0.3s ease-in-out;
}

ul.address li i:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.customize-support .page-content p a {
    color: #fff;
    background-color: #00473C;
    padding: 6px 10px;
    border-radius: .5rem;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
}

.customize-support .page-content p a:hover {
    background-color: #d1ff5d;
    color: #00473C;
    text-decoration: none;
}

.customize-support .site-main,
.privacy-policy .site-main {
    max-width: 100% !important;
}

.customize-support .page-content,
.privacy-policy .page-content {
    max-width: 1140px !important;
    margin: 0 auto;
    padding: 50px 15px;
}

.customize-support .page-header,
.privacy-policy .page-header {
    padding: 48px 15px;
    background-color: #00473C;
}

.customize-support .page-header h1,
.privacy-policy .page-header h1 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.privacy-policy ul li {
    list-style: disc;
    margin-bottom: 10px;
    margin-left: 20px;
}

.card-title h3 {
    font-size: 24px;
}

.card-title p {
    font-size: 18px;
    margin: 10px 0px 0px;
}

.card-price p {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0px;
}

.card-price p span {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #000;
}

.card-price p span a {
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #000;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    background-color: #00473C;
    padding: 6px 10px;
    border-radius: .5rem;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: 1px solid #00473C;
}

.card-price p span a:hover {
    background-color: #d1ff5d;
    color: #00473C;
    text-decoration: none;
}

.card-img {
    width: 201px;
    border-radius: 30px;
    z-index: 9;
}

.card-img img {
    width: 100%;
    z-index: 999;

}

.card-price {
    background-color: rgb(230 255 85);
    width: 100%;
    padding: 18px 0px 0px 26px;
    margin-top: 28px;
    padding-bottom: 18px;
    position: absolute;
    bottom: 0px;
}

.card-price .btn1 a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    background-color: #00473C;
    padding: 12px 17px 12px 17px;
    border-radius: .5rem;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: 1px solid #00473C;
}

.card-price .btn1 a:hover {
    background-color: #fff;
    color: #00473C;
}

.card-title {
    width: 100%;
    padding: 26px 0px 0px 26px;
    border-radius: 30px;
}


.meal-img-flex {
    display: flex;
}
.meal-img-flex .card-title ul {
    margin-top: 10px;
}
.meal-img-flex .card-title ul li {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.meal-img-flex .card-title ul li i {
    color: #00473C;
    margin-top: 5px;
}

.menu-card-flex {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
}

.menu-card {
    width: 77%;
    background-color: #ffffff;
    border-radius: 30px;
    margin: 0 auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;

    padding: 30px;
    overflow: hidden;
    position: relative;
}

.menu-card h2 {
    text-align: center;
    font-size: 24px;

}

.menu-card p {
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
}

.cercile-img1 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.cercile-img1 img {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 200px;
    left: -60px;
}

.cercile-img2 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.cercile-img2 img {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 140px;
    right: 0px;

}

.btn2 {
    text-align: center;
}

.btn2 a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    padding: 12px 17px 12px 17px;
    background-color: #00473C;
    border-radius: .5rem;
    transition: all 0.3s ease-in-out;
    display: inline-block;

}

.btn2 a:hover {
    background-color: #d1ff5d;
    color: #00473C;
    text-decoration: none;
}

.anime-sec {
    background: url(https://demolabsale.in/crookjunk/wp-content/uploads/2025/08/bgimg-min-scaled.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 50px;
}

.anime-sec h1 {
    font-size: 40px;
    color: #000;
    text-align: center;
    padding: 48px 0px 0px;
}

.home-counter .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.home-counter .row>div {
    transition: all 0.3s ease-in-out;
}

.home-counter .row>div:hover {
    transform: translateY(-10px);
}

.home-counter {
    background-color: #00473C;
    width: 100%;
    padding: 0px 0px 48px 0px;
}

.home-counter .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 0 auto;
}

.home-counter .row h3 {
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
    max-height: 100px;
    max-width: 100px;
    border-radius: 50%;
    background-color: #e6ff55;

    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #00473c;
    transition: all 0.3s ease-in-out;
}

.home-counter .row>div:hover h3 {
    background-color: #fff;
    color: #00473C;
    border: 1px solid #00473C;
}

.home-counter .row p {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}

.home-contact {
    padding: 48px 15px;
}

.home-contact h2 {
    font-size: 40px;
    font-weight: 400;
}

.home-contact .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    padding: 10.5px 1em;
    color: #9d9c9b;
    border-color: #dddddc;
    margin-top: 0px;
    width: 100%;
}

textarea {
    height: 100px;
}

.home-contact-right .wpcf7-form-control-wrap {
    margin-top: 15px;
}

.home-contact-right p {
    margin: 0px;
}

.home-contact-right {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    padding: 30px;
}

.home-contact-right p br {
    display: none;
}

.home-contact-right p label {
    width: 100%;
    margin-bottom: 15px;
}

a.footer-link {
    color: #ffffff;
    text-decoration: none;
}

/* Footer */
.footer {
    background: #00473C;
    color: white;
    padding: 4rem 0 2rem;
}

.footer-main {
    text-align: center;
    margin-bottom: 3rem;
}

.footer-logo h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: white;
}

.footer-logo p {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    transition: all 0.3s ease-in-out;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.footer-link {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.footer-link:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.footer-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: white;
    transition: width 0.3s ease;
}

.footer-link:hover::after {
    width: 100%;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9rem;
}

.footer-copyright,
.footer-powered {
    opacity: 0.8;
}

.footer-powered {
    font-weight: 500;
}


.home-testimonial {
    padding: 60px 0px;
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    margin-top: 70px;
}

.card-price .btn1 {
    display: none;
}

.icon {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0px 0px;
    position: relative;
    top: 50px;

}

.icon i {
    font-size: 28px;
    color: #ffffff;
}

.details {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 48px 0px 0px;
    position: relative;
    top: 50px;
}

.details a {
    color: #ffffff;
    font-size: 16px;
}

.bottom {
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    margin: 25px 0px 0px;
    padding: 0px 0px 20px;
    position: relative;
    top: 70px;
}

.bottom p {
    font-size: 12px;
    color: #ffffff;
}

.bottom a {
    color: #ffffff;
    font-size: 12px;
}

hr {
    position: relative;
    top: 70px;
    opacity: 60%;
}

.header-outer {
    background-color: #ffffff !important;
    position: sticky !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px;
}

.header-outer .header-left img {
    width: 80px;
}

.second-sec {
    margin: 60px 0px;
    margin-top: 100px;
}



/* Carousel and animation css starts */
.rc-carousel {
    --box-gap: 1.5rem;
    --tile-size: 18rem;
    width: 100%;
    max-width: calc((var(--tile-size) + var(--box-gap)) * ((var(--tiles) / 2) - 1));
    margin: var(--box-gap) auto;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.rc-carousel::before,
.rc-carousel::after {
    content: "";
    position: absolute;
    top: 0;
    width: 5rem;
    height: 100%;
    background-image: -webkit-gradient(linear, from(transparent), to(var(--body-bg)));
    background-image: -o-linear-gradient(var(--direction), transparent, var(--body-bg));
    background-image: linear-gradient(to var(--direction), transparent, var(--body-bg));
    z-index: inherit;
}

.rc-carousel::before {
    left: 0;
    --direction: left;
}

.rc-carousel::after {
    right: 0;
    --direction: right;
}

.rc-carousel-strip {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-animation: slideX 20s linear infinite;
    animation: slideX 20s linear infinite;
}

.rc-carousel-strip.reverse {
    /* reverse animation */
    animation-direction: reverse;
}

.rc-carousel-strip:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.rc-carousel-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: var(--box-gap);
}

.rc-carousel-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--tile-size);
    height: 100%;
}

.rc-carousel-item-image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@-webkit-keyframes slideX {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    0% {
        -webkit-transform: translateX(calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2)));
        transform: translateX(calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2)));
    }
}

@keyframes slideX {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    0% {
        -webkit-transform: translateX(calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2)));
        transform: translateX(calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2)));
    }
}

/* Animation won't work if you preferes reduced motion */
@media (prefers-reduced-motion) {

    /* styles to apply if a user's device settings are set to reduced motion */
    .rc-carousel::before,
    .rc-carousel::after {
        display: none;
    }

    .rc-carousel-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .rc-carousel-box [aria-hidden="true"] {
        display: none;
    }

    .rc-carousel-strip {
        animation: none;
    }
}

/* reduced motion css ends */
/* Carousel and animation css ends */



@media (max-width: 1400px) {
    .meal-card-bg {
        width: 90%;
    }

    .menu-card {
        width: 87%;

    }
}

@media only screen and (max-width: 768px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        flex-direction: column;
        flex-wrap: nowrap;
        background: #fff;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        z-index: 1;
        cursor: pointer;
        background: #0fb262;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        padding: 10px 0px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link::before {
        opacity: 0;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        width: 40px;
        height: 4px;
        background-color: #ffffff;
    }

    .home-contact .row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 991px) {
    .meal-card {
        width: 540px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    section {
        flex-direction: column;
    }

    .banner-outer {
        padding: 40px 15px 0px 15px;
        gap: 20px;
    }

    .left-content {
        width: 100% !important;
    }

    .right-content {
        width: 100%;
    }

    section .second-sec .box .box-img {
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px;
        margin-bottom: 30px;
    }

    section .second-sec .box {
        width: 100%;
        height: auto;
        padding: 30px;
    }

    section .second-sec {
        display: grid;
        border-radius: 0px;
        grid-template-columns: 1fr 1fr;
    }

    .quasetion-sec .quasetion {
        width: 100%;
        max-width: 100%;
        padding: 0px 15px;
    }

    .quasetion-content {
        width: 100%;
    }

    .sub-head .div2,
    .sub-head .div1 {
        display: none;
    }

    .sub-head {
        padding: 20px;
    }

    .sub-head h4 {
        font-size: 20px;
    }

    .cercile-img1,
    .cercile-img2 {
        width: 100px;
        height: 100px;
    }

    .cercile-img2 img {
        bottom: 60px;
        right: 35px;
    }

    .menu-card {
        padding: 30px 50px;
    }

}

@media (max-width: 640px) {
    .card-price {
        position: unset;

    }

    .card-price p span a {
        font-size: 11px;
        padding: 0px 10px;
    }

    .meal-card {
        width: 540px;
    }

    section .second-sec {
        grid-template-columns: 1fr;
    }

    .card-title p {
        font-size: 14px;
        margin: 10px 0px 0px;
    }

    .card-img {
        width: 151px;
        border-radius: 30px;
        z-index: 9;
    }

    .card-title h3 {
        font-size: 15px;
    }

    .cercile-img1 img {
        display: none;
    }

    .menu-card p {
        text-align: center;
        font-size: 15px;
        padding-top: 0px;
    }

    .footer-links {
        gap: 8px;
        column-gap: 30px
    }

    .footer-main {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .quasetion-content {
        margin-left: 30px;
    }

    .quasetion-circle {
        width: 80px;
        height: 80px;
        min-height: 80px;
        min-width: 80px;
        max-height: 80px;
        max-width: 80px;
    }

    .quasetion-content h3 {
        font-size: 20px;
    }

    .quasetion-content p {
        font-size: 14px;
    }

    .quas-flex:before {
        content: '';
        width: 4px;
        height: 100%;
        background: #e5e7eb;
        position: absolute;
        left: 40px;
        top: 0;
        border-radius: 10px;
        top: 40%;
    }

    .left-content h1 {
        font-size: 35px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        margin-bottom: 15px;
    }

    .left-content p {
        font-size: 14px;
    }

    .left-content .btn a {
        font-size: 14px;
    }
}

@media (max-width: 520px) {
    .cercile-img1 img {
        width: 100%;
        height: 100%;
        position: relative;
        bottom: 240px;
        left: -60px;
    }

    .home-counter .row {
        grid-template-columns: repeat(1, 1fr);
    }
}