/*
====================================
large Screen - Others
====================================
*/
@media screen and (min-width: 1200px) and (max-width: 1399px) {
.main-menu ul li a {
	font-size: 19px;
}
.main-menu ul {
	gap: 49px;
}
.nav-cta-button a {
	font-size: 20px;
}
.we-are-open .about-4w-bottom img {
    margin-top: -200px;
}


}

/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
.gap-x-40 {
    row-gap: 50px;
}
.main-menu ul li a {
	font-size: 18px;
}
.main-menu ul {
	gap: 30px;
}
.nav-cta-button a {
	font-size: 19px;
    width: 174px;
}
.logo-area img {
	max-width: 118px;
}
.about-4w-left h2 {
	font-size: 52px;
}
.about-4w-left .reduce-hFOnt {
	font-size: 38px;
}
.single-feature-row {
	padding-bottom: 90px;
}
.we-are-open .about-4w-bottom img {
    margin-top: -150px;
}
/* menu page design */
.menu-slider-inner .single-slider svg {
     height: 100px;
}
.menu-slider-inner .single-slider p {
    font-size: 26px;
}
.menu-slider-wrap h2 {
	font-size: 50px;
	padding-bottom: 50px;
}
.static-menu-products .single-static-product p {
	font-size: 29px;
	padding-top: 23px;
}
.static-menu-products h3 {
	font-size: 40px;
	padding-bottom: 45px;
}
.static-menu-products {
	padding-block-end: 100px;
}
.pizza-catagroy-links li a {
	font-size: 28px;
}
.meal-deal-hero {
	padding-bottom: 55px;
}
/* details page */
.details-product-area .product-contents h3 {
	font-size: 45px;
}
.details-product-area .product-contents > p {
	font-size: 28px;
	line-height: 40px;
}
.details-product-area .make-it-mark label {
	font-size: 22px;
}
.details-product-area .product-price h4 {
	font-size: 47px;
}


}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {
.gap-x-40 {
    row-gap: 45px;
}
.header-nav {
	background-color: transparent;
}
.logo-humg-comp {
    display: flex;
    align-items: center;
    gap: 30px;
}
.logo-area img {
	max-width: 118px;
}
.nav-cta-button a {
	width: auto;
    padding-inline: 20px;
    font-size: 16px;
    border-radius: 0;
    height: 48px;
}
.about-4w-left h2 {
	font-size: 52px;
    text-align: center;
}
.about-4w-left .reduce-hFOnt {
	font-size: 38px;
}
.single-feature-row03 .about-4w-left {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.single-feature-row03 .about-4w-left {
	background-color: var(--primaryColor);
	padding: 33px 35px;
}
.single-feature-row {
	padding-bottom: 60px;
}
.we-are-open .about-4w-bottom img {
    margin-top: -80px;
}
.footer-col-01 {
    max-width: 100%;
}
/* menu page design */
.menu-slider-inner .single-slider svg {
     height: 80px;
}
.menu-slider-inner .single-slider p {
    font-size: 22px;
}
.menu-slider-wrap h2 {
	font-size: 38px;
	padding-bottom: 50px;
}
.menu-slider-wrap {
	padding-top: 60px;
	padding-bottom: 64px;
}
.static-menu-products .single-static-product p {
	font-size: 24px;
	padding-top: 23px;
}
.static-menu-products h3 {
	font-size: 40px;
	padding-bottom: 45px;
}
.static-menu-products {
	padding-block-end: 80px;
}
.pizza-catagroy-links li a {
	font-size: 22px;
}
.pizza-catagroy-links ul {
	gap: 26px;
}
.meal-deal-hero {
	padding-bottom: 40px;
}
/* details page */
.details-product-area .product-contents h3 {
	font-size: 45px;
}
.details-product-area .product-contents > p {
	font-size: 28px;
	line-height: 40px;
}
.details-product-area .make-it-mark label {
	font-size: 22px;
}
.details-product-area .product-price h4 {
	font-size: 47px;
}
.details-product-area {
	padding-top: 90px;
	padding-bottom: 90px;
}


}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 767px) {
body {
    font-size: 16px;
}
.gap-x-40 {
    row-gap: 38px;
}
.header-nav {
	background-color: transparent;
}
.logo-humg-comp {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-area {
	padding-top: 62px;
}
.logo-area img {
	max-width: 85px;
    padding: 0;
    margin-top: -45px;
}
.nav-cta-button {
	padding: 0px;
}
.nav-cta-button a {
	transform: translate(0);
    font-size: 15px;
}
.nav-cta-button a {
	width: auto;
    padding-inline: 20px;
    font-size: 16px;
    border-radius: 0;
    height: 48px;
}
.home-hero-slider {
	padding-top: 20px;
}
.about-4w-left h2 {
	font-size: 31px;
    text-align: center;
	padding-bottom: 15px;
}
.about-4w-left .reduce-hFOnt {
	font-size: 38px;
}
.single-feature-row03 .about-4w-left {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.single-feature-row03 .about-4w-left {
	background-color: var(--primaryColor);
	padding: 30px 22px;
    margin-inline: -16px;
}
.single-feature-c-img {
    text-align: center;
}
.single-feature-c-img img {
    max-width: 75%;
}
.about-4w-left span {
	font-size: 17px;
	padding-top: 29px;
}
.single-feature-row {
	padding-bottom: 40px;
}
.about-4w-left .reduce-hFOnt {
	font-size: 28px;
}
.single-feature-row03 .about-4w-left a {
	font-size: 15px;
	padding: 10px 24px;
}
.kiddie-box-wrap {
	padding-bottom: 45px;
	padding-top: 20px;
}
.kiddie-box-wrap .absolute-button a,
.we-are-open .about-4w-left a {
	font-size: 12px;
	padding: 9px 31px;
}
.we-are-open .about-4w-left a {
    margin-top: 15px;
}
.we-are-open .about-4w-bottom img {
    margin-top: -40px;
}
.info-area-wrap .info-heading h2 {
	font-size: 20px;
	padding-bottom: 8px;
}
.info-area-wrap .info-heading p {
	font-size: 16px;
}
.info-area-wrap .info-heading {
	padding-bottom: 40px;
}
.info-area-wrap .single-input input {
	margin-bottom: 25px;
}
.info-area-wrap .condition label {
	font-size: 14px;
}
.info-area-wrap .submit-button button {
	font-size: 16px;
	margin-top: 35px;
}
.info-area-wrap {
	padding-top: 45px;
	padding-bottom: 50px;
}
.footer-col-01 {
    max-width: 100%;
}
.footer-quick-links h3, .footer-contact h3 {
	font-size: 22px;
	padding-bottom: 21px;
}
.footer-quick-links ul {
	gap: 8px;
}
.footer-logo img {
    max-width: 100px;
}
.fooer-copyright {
	padding: 18px;
    font-size: 14px;
}
.footer-area {
	padding-top: 40px;
	padding-bottom: 50px;
}
/* menu page design */
.menu-slider-inner .single-slider svg {
     height: 70px;
}
.menu-slider-inner .single-slider p {
    font-size: 18px;
}
.menu-slider-wrap h2 {
	font-size: 28px;
	padding-bottom: 36px;
}
.menu-slider-wrap {
	padding-top: 45px;
	padding-bottom: 45px;
}
.menu-slider-main-wrap {
	padding-block: 30px;
}
.static-menu-products .single-static-product p {
	font-size: 18px;
	padding-top: 20px;
}
.static-menu-products h3 {
	font-size: 29px;
	padding-bottom: 40px;
	padding-top: 55px;
}
.static-menu-products {
	padding-block-end: 55px;
}
.static-menu-products .row {
	row-gap: 25px;
}
.pizza-catagroy-links li a {
	font-size: 16px;
}
.pizza-catagroy-links ul {
	gap: 20px;
}
.meal-deal-hero {
	padding-bottom: 20px;
}
.delivar-products-wrap .single-static-product a {
	padding: 8px 30px;
	font-size: 18px;
	margin-top: 30px;
}
.about4-wayz-wrap {
	padding-top: 30px;
}
/* details page */
.details-product-area .product-contents h3 {
	font-size: 32px;
}
.details-product-area .product-contents > p {
	font-size: 20px;
	line-height: 31px;
}
.details-product-area .make-it-mark label {
	font-size: 17px;
}
.details-product-area .product-price h4 {
	font-size: 38px;
}
.details-product-area {
	padding-top: 40px;
	padding-bottom: 45px;
}
.details-product-area .red-box {
	font-size: 18px;
}
.details-product-area .extra-pera {
	font-size: 18px;
}


}



@media screen and (max-width: 575px) {
.logo-area img {
	max-width: 60px;
}
.header-area {
	padding-top: 40px;
}
.footer-quick-links ul li a {
	font-size: 13px;
}
.footer-contact ul li {
    font-size: 13px;
}
/* menu page design */

.menu-slider-main-wrap {
    padding-inline: 20px;
}

.menu-slider-inner .single-slider svg {
     height: auto;
     height: 55px;
}


}