@font-face {
	src: url('../fonts/Magic_Retro.ttf');
	font-family: Magic_Retro;
}

/*
font-family: "Poppins", sans-serif;
font-family: "Inter", sans-serif;
Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900
*/
h2 {
	font-family: Magic_Retro;
	font-size: 72px;
}
p {
	font-family: "Inter", sans-serif;
	font-size: 18px;
	color: #4A4A4A;
	font-weight: 500;
}
a:focus {
	/*border: 0px;*/
}
.sub_heading {
	color: #39DB4A;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
header.site_header {
    margin-top: 24px;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 9;
}
.site_header .container {
    max-width: 100%;
    padding: 0px 50px;
}
.topbar_row {
    background-color: #1B1B1B;
    padding: 13px 40px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.topbar_row a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.topbar_row ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: end;
}
.align-center {
    text-align: center;
}
.main_header_row {
    background-color: #fff;
    padding: 18px 32px;
    align-items: center;
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.02);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.header_logo {
    display: flex;
    align-items: center;
    gap: 32px;
}
button.menu_toggle_btn {
    background-color: transparent;
    border: 0px;
    padding: 0px;
}
.header_nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 82px;
    justify-content: center;
}
.header_nav a {
    font-size: 16px;
    color: #272727;
    text-decoration: none;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.header_cta {
    display: flex;
    gap: 16px;
    justify-content: end;
    align-items: center;
}
.header_search button {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    font-size: 20px;
}
.green_btn {
    background-color: #39DB4A;
    color: #fff;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 50px;
    box-shadow: -2px 22px 32px rgba(142, 255, 153, 0.5);
    display: inline-block;
}
.green_btn:hover {
	color: #fff;
}
.green_btn i {
    margin-right: 12px;
    font-size: 20px;
}
.white_btn {
    background-color: transparent;
    color: #1B1B1B;
    border: 1px solid #1B1B1B;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 50px;
}
.white_btn:hover {
	color: #1B1B1B;
}
.banner_heading h1 {
	font-family: Magic_Retro;
	font-size: 124px;
	color: #1B1B1B;
	margin-bottom: 0px;
	position: relative;
}
.container {
    max-width: 100%;
    padding: 0px 80px;
}
.home_banner_slider.owl-carousel .owl-item img {
    width: auto;
    margin: 0px auto;
}
h1.banner_heading_one {
    left: 220px;
    top: 15px;
}
h1.banner_heading_two {
    top: -30px;
    left: 20px;
}
h1.banner_heading_three {
    left: -30px;
}
h1.banner_heading_four {
    left: 50px;
}
.banner_center_col {
    position: relative;
}
.girl_with_foods {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
.hot_spicy_tag {
    position: absolute;
    left: 80px;
    top: 50px;
}
.slider_product_card_row {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: space-between;
}
.slider_product_card {
    display: flex;
    background-color: #fff;
    gap: 16px;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 7px 35px 51px rgba(0, 0, 0, 0.14);
}
.slider_product_card_img img {
    max-width: 80px;
}
.slider_product_card_text ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 5px;
}
.slider_product_card_text {
    width: 180px;
}
.banner_girl {
    margin-top: -90px;
}
.home_banner_slider.owl-carousel .owl-stage-outer {
    padding-top: 110px;
}
.home_slider_text_row {
	position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
    top: 90px;
}
.banner_content {
    max-width: 450px;
    position: absolute;
    right: -50px;
    bottom: -40px;
}
.banner_content p {
    color: #4A4A4A;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
}
.banner_slider_sec {
	background-image: url('../images/home_banner_bg.png');
	background-size: 100% 100%;
	padding-top: 196px;
    padding-bottom: 32px;
    position: relative;
}
.banner_reviews ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	gap: 96px;
	justify-content: center;
	align-items: center;
}
.mb_50 {
	margin-bottom: 50px;
}
.mb_40 {
	margin-bottom: 30px;
}
.mb_30 {
	margin-bottom: 30px;
}
.popular_cat_sec {
	background-image: url('../images/category_sec_bg.png');
	background-size: cover;
	padding-top: 260px;
    padding-bottom: 100px;
    margin-top: -160px;
}
.color_white {
	color: #fff;
}
.popular_cat_card {
    background-color: #1C1C1C;
    padding: 20px 30px 46px;
    border-radius: 24px;
}
.popular_cat_carousel .popular_cat_card img {
    max-width: 116px;
    margin: 0px auto;
}
.popular_cat_card h4 {
    color: #39DB4A;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 22px;
}
.popular_cat_card p {
    font-size: 16px;
    color: #fff;
    font-family: "Inter", sans-serif;
    margin-bottom: 0px;
}
.popular_cat_carousel.owl-theme .owl-nav button {
    position: absolute;
    top: 0px;
    bottom: 0px;
}
.popular_cat_carousel.owl-theme .owl-nav button i {
    background-color: #39DB4A;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular_cat_carousel.owl-theme .owl-nav .owl-next {
    right: -30px;
}
.popular_cat_carousel.owl-theme .owl-nav .owl-prev {
    left: -30px;
}
.menu_carousel.owl-carousel .owl-item img {
	width: auto;
}
.menu_carousel.owl-carousel .owl-item .dish_img img {
    width: 100%;
    border-radius: 16px;
}
.favorite_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #39DB4A;
    color: #fff;
    width: 75px;
    height: 65px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
}
.menu_card {
    position: relative;
    padding: 12px;
    background-color: #fff;
    box-shadow: 2px 9px 42px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
}
.menu_detail {
    padding: 20px 12px 12px;
}
.menu_detail h4 {
    color: #1B1B1B;
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
.menu_detail > p {
    font-size: 16px;
    color: #555555;
    font-family: "Inter", sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 32px;
    margin-bottom: 32px;
}
.price_rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu_rating {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.menu_card .two_buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    gap: 12px;
}
.menu_detail .two_buttons a {
    width: 50%;
    text-align: center;
}
.menu_detail .two_buttons a.green_btn {
	box-shadow: -2px 22px 32px rgba(142, 255, 153, 0.16);
}
section.home_menu_sec {
    padding: 100px 0px 50px;
    position: relative;
    overflow: hidden;
}
.home_menu_sec:after {
	content: url('../images/fog_before_img.png');
	position: absolute;
    right: 10px;
    top: -190px;
}
.home_menu_sec:before {
	content: url('../images/background_shade_left.png');
	position: absolute;
    left: 0px;
    top: -250px;
    z-index: -1;
}
.home_menu_sec .sec_heading {
    margin-left: 20px;
}
.menu_price p {
    color: #1B1B1B;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin: 0px;
}
.menu_price p span {
    color: #39DB4A;
    font-size: 18px;
    font-weight: 600;
}
.menu_rating span {
    color: #454545;
    font-size: 22px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
.menu_carousel.owl-theme .owl-nav {
  	position: absolute;
  	right: 10px;
    top: -110px;
    display: flex;
    gap: 16px;
}
.menu_carousel.owl-theme .owl-nav button i {
    background-color: #39DB4A;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book_table_sec {
	background-image: url('../images/book_table_sec_bg.png');
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 100px;
}
.container_two {
	max-width: 1400px;
	margin: 0px auto;
}
.book_table_content {
	max-width: 750px;
}
.book_table_content p {
    color: #CCCCCC;
    margin-bottom: 32px;
    margin-top: 10px;
}
.book_table_content a.green_btn {
    box-shadow: none;
}
.story_services_sec {
	padding: 100px 0px 117px;
	position: relative;
	overflow: hidden;
	background-color: #F5F5F5;
}
.story_services_sec:before {
	content: url('../images/story_service_bg.png');
	position: absolute;
	left: 0px;
	top: -300px;
    z-index: -1;
}
.servicers_card {
	background-color: #fff;
	padding: 20px 15px 48px;
	margin-bottom: 24px;
	border-radius: 24px;
	box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.servicers_card h4 {
	color: #1B1B1B;
	font-size: 20px;
	font-family: "Inter", sans-serif;
    font-weight: 700;
}
.servicers_card p {
	font-size: 16px;
}
.story_service_left_col p {
    max-width: 680px;
}
.vertical_align_center {
	align-items: center;
}
.testimonials_sec {
	padding: 100px 0px;
	position: relative;
	overflow: hidden;
}
.testimonials_sec:before {
	content: url('../images/testimonials_before_img.png');
	position: absolute;
	left: 0px;
	z-index: -1;
}
.testimonials_sec:after {
	content: url('../images/testimonials_after_img.png');
	position: absolute;
	right: 0px;	
	top: 0px;
	z-index: -1;
}
.double_line_border img {
	width: 100%;
}
.footer_col_one p {
    margin-bottom: 40px;
    margin-top: 25px;
}
.footer_top_row {
	padding-top: 40px;
	padding-bottom: 100px;
}
.footer_col_one ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 12px;
}
.footer_top_row h3 {
    font-size: 24px;
    color: #1B1B1B;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin-bottom: 24px;
}
.footer_menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer_menu ul a {
    color: #555555;
    font-size: 18px;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}
.footer_col_four ul {
	padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer_col_four ul a {
    color: #555555;
    font-size: 18px;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}
.app_stores {
    margin-top: 15px;
}
footer.site_footer {
    background-color: #F5F5F5;
}
.footer_menu {
    max-width: 150px;
    margin: 0px auto;
}
.footer_border_left {
	border-left: 1px solid rgba(27, 27, 27, 0.05);
}
.footer_col_four {
    max-width: 330px;
    margin-left: auto;
}
.row.footer_bottom_row {
    border-top: 1px solid rgba(27, 27, 27, 0.05);
    padding: 20px 0px;
}
.footer_bottom_row p {
    margin: 0px;
    color: #1B1B1B;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.footer_privicy {
	text-align: right;
}
.footer_privicy a {
    color: #1B1B1B;
    text-decoration: none;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.footer_privicy span {
    color: #1B1B1B;
    font-size: 30px;
    line-height: 0px;
}