/* table of content - start
==================================================================================================== 

Project Name 	:  Pizzle - Fast Food & Pizza HTML Template
File 			:  CSS Base
Version 		:  1.0.0
Author 			:  Evrothemes
Developer		:  Hassan Rasu

==================================================
# Default Settings
    01 - import fonts
    02 - global css
    03 - breadcrumb css
    04 - pagination css
    05 - btn top css

# Sections
    06 - header section
	07 - hero section
	08 - promo order
	09 - best pizza
	10 - pizza slider
	11 - food menu
	12 - double fun
	13 - deliver area
	14 - blog area
	15 - subscribe area
	16 - footer area
	17 - menu page
	18 - about page
	19 - gallery page
	20 - Notfound page
	21 - Login page
	22 - contact page
	23 - product page
	24 - product details page
	25 - cart page
	26 - checkout page
	27 - single news page
*/


/*================================================
01 - import fonts
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Delius+Unicase:wght@400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&amp;display=swap');


@font-face {
	font-family:pantherfont;
	src: url(../webfonts/panther.TTF);
  }

/*================================================
02 - global css
==================================================*/

body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #616161;
	
}

html,
body {
	height: 100%;
}

body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a {
	color: #000000;
	font-size: 15px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-family: 'Rubik',sans-serif;
}

a:focus {
	outline: medium none;
	color: #000000;
}

a:hover {
	color: inherit;
	color: #000000;
}

input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #260010
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0
}

tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

li {
	list-style-type: none;
	color: #000;
	font-weight: 500;
}

.cta_btn {
	display: inline-block;
	padding: 13px 30px;
	color: #D2347E;
	font-weight: 500;
	text-transform: uppercase;
	overflow: hidden;
	background: #FFEC01;
	border-radius: 40px;
	font-family: pantherfont;
}

.cta_btn i {
	margin-right: 5px
}

.small_btn {
	padding: 10px 25px
}

section {
	padding: 100px 0
}

.site_heading {
	text-align: center;
	margin-bottom: 35px
}

.sub_title {
	color: #EC6F9B;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 15px;
	font-family: pantherfont;
}

.section_title {
	font-weight: 700;
	font-size: 44px;
	font-family: pantherfont;
	line-height: 56px;
}

.spinner-master .spinner,
.spinner-master.active .spinner {
	background: black
}

.header_black .spinner-master .spinner,
.header_black .spinner-master.active .spinner {
	background: #000
}


/*================================================
03 - breadcrumb css
==================================================*/

.breadcrumb_area {
	/* background: #FFF8EF; */
	background-image: url('../img/pxfuel1.jpg'), linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3));
	padding-top: 200px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-blend-mode: overlay;
	background-position: right 35% bottom 65%;;
	
}

.breadcrumb_area .container {
	position: relative
}

.breadcrumb_inn {
	text-align: center
}

.breadcrumb_title {
	font-weight: 700;
	font-size: 44px;
	font-family: pantherfont;
	line-height: 56px;
}

.breadcrumb_inn li a {
	color: black;
	font-family: pantherfont;
}

.breadcrumb_inn li {
	display: inline-block;
	margin: 0 2px;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	font-family: pantherfont;
}

.breadcrumb_inn li.active {
	color: #EC6F9B;
}

.breadcrumb_inn li i {
	position: relative;
	top: 1px
}


/*================================================
04 - pagination css
==================================================*/

.pagination-box-row {
	text-align: center;
}

.pagination-box-row p {
	display: inline-block;
	font-size: 15px;
	color: #000;
	margin-right: 15px;
	margin-bottom: 0
}

.pagination {
	margin-top: 50px;
	text-align: center;
	float: none;
	display: inline-block;
}

.pagination li {
	display: inline-block;
	margin-right: 5px
}

.pagination li:last-child {
	margin-right: 0
}

.pagination li a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 50%;
	color: #111;
	font-weight: 500;
	text-align: center;
	border: 1px solid #fff
}

.pagination li.active a {
	background: #f7b035 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #f7b035
}

.pagination li.active a:hover {
	border: 1px solid #f7b035
}

.pagination li a:hover {
	border: 1px solid #ddd
}


/*================================================
05 - btn top css
==================================================*/

.btntoTop:before {
	color: #fff;
	content: url(../img/scroll.svg);
	display: inline-block;
	vertical-align: middle;
}

.btntoTop {
	border-radius: 5px;
	bottom: 70px;
	cursor: pointer;
	height: 50px;
	line-height: 47px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	right: 20px;
	text-align: center;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 50px;
	z-index: 99999;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}


/*================================================
06 - header section
==================================================*/

.header_area {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 1;
	padding: 20px 0;
}

.header_area.header_black {
	border-bottom: 1px solid #EDDFC6
}

.header_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.site_logo img {
	width: 120px
}

.mainmenu {
	margin-left: 50px;
}

.mainmenu ul li {
	display: inline-block;
	padding: 0 13px;
	position: relative
}

.mainmenu ul li a,
.header_tools li a {
	color: black;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	padding: 13px 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mainmenu ul li>ul {
	position: absolute;
	top: 120%;
	left: 0;
	width: 220px;
	background: #fff;
	box-shadow: 0 12px 30px -2px rgb(0 0 0 / 10%);
	border-radius: 5px;
	padding: 10px 0;
	visibility: hidden;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.mainmenu ul li:hover>ul {
	visibility: visible;
	top: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.mainmenu ul li>ul li {
	display: block;
	padding: 0
}

.mainmenu ul li>ul li a {
	display: block;
	padding: 7px 20px;
	color: #000;
	text-transform: capitalize;
	line-height: 24px;
}

.mainmenu ul li>ul li a:after {
	display: none
}

.mainmenu ul li>ul li a:hover {
	padding-left: 25px
}

.mainmenu ul li a:after,
.header_tools li a:after {
	content: "";
	background: #FFEC01;
	width: 0%;
	right: 0;
	left: auto;
	bottom: 12px;
	position: absolute;
	height: 1px;
	-webkit-transition: .4s;
	transition: .4s;
}

.mainmenu ul li a:hover,
.header_tools li a:hover,
.mainmenu li.active>a {
	color: #EC6F9B;
}

.mainmenu ul li:hover>a {
	color: #EC6F9B;
}

.mainmenu ul li a:hover:after,
.header_tools li a:hover:after,
.mainmenu li.active>a:after,
.mainmenu ul li:hover>a:after {
	width: 100%;
	-webkit-transition: .4s;
	transition: .4s;
	right: auto;
	left: 0;
}

.header_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header_tools li {
	display: inline-block;
	padding-left: 25px
}

.header_social li a,
.header_tools li a {
	color: black;
	font-weight: 500;
	text-transform: uppercase;
	position: relative
}

.header_social li {
	display: inline-block;
	padding-left: 15px;
}

.header_social a {
	font-size: 18px;
	display: inline-block;
	padding: 10px;
}

.header_social a:hover {
	color: #EC6F9B;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.header_tools {
	padding-left: 50px
}

.header_tools img {
	width: 20px
}

.header_tools li:first-child {
	padding: 0 30px
}

.cart_count span {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #f7b035;
	color: #000;
	border-radius: 50%;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	display: inline-block;
	font-weight: 700;
	right: -8px;
	top: 2px;
}

.cart_count:after {
	display: none
}

.header_black .mainmenu ul li a,
.header_black .header_tools li a,
.header_black .header_social li a {
	color: #000
}

.header_black li>a:hover,
.header_black .mainmenu ul li:hover>a,
.header_black .mainmenu li.active>a {
	color: #f7b035 !important
}


/*================================================
07 - hero section
==================================================*/

.hero_area {
	background-image: url(../img/banner4.jpg);
	background-size:cover;
	/* background: #121619; */
	padding: 110px 0 100px;
	position: relative;
	z-index: 1;
	height: 100%;
	background-position: bottom;
	background-size: cover;

}

.hero_area:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-image: url(../img/chef-bg.png); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.hero_title {
	line-height: 125px;
	color: #EC6F9B;
	font-weight: 700;
	font-size: 95px;
	font-family: pantherfont;
}

.hero_img {
	position: relative;
	z-index: 1
}

.hero_area .shape_1 {
	position: absolute;
	right: -5%;
}

.hero_area .shape_2 {
	position: absolute;
	left: 12%;
	top: -60px;
}

.hero_area .shape_3 {
	position: absolute;
	left: -60px;
	top: 60%;
}

.hero_area .shape_4 {
	position: absolute;
	right: 10%;
	bottom: -5%;
	-webkit-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out;
}

.hero_area .shape_2,
.hero_area .shape_4,
.promo_shape,
.best_pizza_right>img.shape_17,
.fun_shape_7,
.fun_shape_4,
.fun_shape_3,
.fun_shape_1 {
	-webkit-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out;
}

.hero_area .shape_5 {
	position: absolute;
	top: 26%;
	left: 3%;
	-webkit-animation: animateOne 15s infinite ease-in-out;
	animation: animateOne 15s infinite ease-in-out;
	z-index: -1
}

@-webkit-keyframes animateOne {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes animateOne {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

.hero_text .cta_btn {
	margin-top: 20px;
	font-size: 18px;

}

.hero_text .cta_btn:hover {
	color: #EC6F9B;
}

.scroll_pizza_1 {
	position: absolute;
	top: 92px;
	left: 35px;
	z-index: -1
}

.scroll_pizza_2 {
	position: absolute;
	bottom: 80px;
	left: 32px;
	z-index: -1;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

.hero_text {
	position: relative;
	margin-top:100px;
	text-align: center;
	z-index: 1
}


/*================================================
08 - promo order
==================================================*/

.order_promo_area {
	padding-top: 70px
}

.order_promo_box {
	position: relative;
	margin-top: 30px
}

.order_promo_box img {
	border-radius: 15px
}

.promo_order_text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
	width: 45%;
}

.promo_order_text h2 {
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: 'Delius Unicase', cursive;
}

.order_promo_area .container {
	position: relative
}

.promo_shape {
	position: absolute;
	bottom: -94px;
	width: 300px;
	right: -140px;
}

.order_promo_box img {
	width: 100%
}


/*================================================
09 - best pizza
==================================================*/

.best_pizza_area {
	background: white;
	position: relative
}

.shape_10 {
	position: absolute;
	top: 0;
	left: 0;
}

.shape_11 {
	position: absolute;
	left: 37%;
	top: 26%;
}

.shape_12 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.shape_13 {
	max-width: 150px;
	position: absolute;
	left: 32%;
	top: 50%;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}

.shape_14 {
	position: absolute;
	right: 10%;
}

.shape_15 {
	max-width: 100px;
	position: absolute;
	right: 30%;
	bottom: 4%;
}

.shape_16 {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.best_pizza_left h2 {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 110px;
	color: #EC6F9B;
	line-height: 142px;
	letter-spacing: -0.05em;
	margin-bottom: 30px;
	font-family: pantherfont;
}

.best_pizza_left h2>span {
	display: block;
	color: #260010;
	font-size: 40%;
	font-weight: 500;
	line-height: 1.85em;
	letter-spacing: 0em;
}

.best_pizza_left ul li {
	position: relative;
	padding-left: 30px;
	margin-top: 10px;
	font-weight: 600;
	color: #000
}

.best_pizza_left ul li:before {
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(../img/list_circle.png);
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.best_pizza_right {
	position: relative;
	z-index: 1
}

.shape_17 {
	position: absolute;
	left: 5%;
	bottom: -30%;
	z-index: -1;
	max-width: 150px;
}

.best_pizza_left .section_devider {
	margin: 0 0 30px;
	display: block;
	position: relative;
	left: 22%;
}


/*================================================
10 - pizza slider
==================================================*/

.pizza_slider_area {
	padding-bottom: 70px
}

.pizza_item {
	text-align: center;
	padding: 25px;
	border: 1px solid #e2e2e2;
	background: #fff;
	border-radius: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin-bottom: 30px
}

.pizza_slide_img {
	margin: 0 15px;
}

.pizza_slide_text {
	padding-top: 30px
}

.pizza_slide_text h3 a {
	font-weight: 700;
	font-size: 21px;
	margin-bottom: 15px
}

.product_list_inn .pizza_slide_text h3 a {
	font-size: 21px
}

.pizza_slide_text p {
	margin-bottom: 15px;
	font-size: 15px
}

.pizza_slide_img {
	position: relative
}

.pizza_slide_action {
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	;
	visibility: visible;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.pizza_item:hover .pizza_slide_action {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 50%;
}

.pizza_slide_action a {
	display: inline-block;
	padding: 10px 25px;
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: 500;
	background: #f7b035;
	color: #fff;
}

.pizza_slide_text h3 a:hover {
	color: #f7b035
}

.pizza_slide_action i {
	margin-right: 5px
}

.pizza_slide_price {
	color: #f7b035;
	font-family: 'Delius Unicase', cursive;
	font-size: 28px !important;
	margin-bottom: 0 !important;
	font-weight: 700
}

.currencySymbol {
	position: relative;
	top: -7px;
	font-size: 20px;
	margin-right: 5px;
}

.pizza_item:hover {
	background: #fffbf1;
	box-shadow: 0 10px 20px 0 rgb(0, 0, 0, 0.1);
	border: 1px solid #fffbf1
}

.pizza_slider_area .container {
	position: relative
}

.pizza_nav .prev_slide {
	position: absolute;
	top: 65%;
	left: 0;
	cursor: pointer;
}

.pizza_nav .next_slide {
	position: absolute;
	top: 65%;
	right: 0;
	cursor: pointer;
}

.pizza_nav svg g {
	fill: #f7b035;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.pizza_nav .prev_slide:hover svg g {
	fill: #000
}

.pizza_nav .next_slide:hover svg g {
	fill: #000
}


/*================================================
11 - food menu
==================================================*/

.food_menu_area {
	position: relative;
	/* background: url(../img/food_menu_bg.jpg) no-repeat scroll 0 0/cover; */
	background:white;
	z-index: 1;
	overflow: hidden
}

.food_menu_area:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-image: -webkit-linear-gradient(right bottom, rgba(2, 11, 25, 0.19), rgba(2, 6, 13, 0.58), rgba(2, 6, 16, 0.57), rgba(3, 6, 28, 0.49), rgba(0, 0, 10, 0.4));
	background-image: linear-gradient(to left top, rgba(2, 11, 25, 0.19), rgba(2, 6, 13, 0.58), rgba(2, 6, 16, 0.57), rgba(3, 6, 28, 0.49), rgba(0, 0, 10, 0.4)); */
	z-index: -1
}

.menu_pizza {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: auto;
	display: block;
	width: 375px;
	top: 0;
}

.food_menu_box {
	margin-top: 20%;
	padding: 30px;
	border: 2px solid #EC6F9B;
	border-radius: 25px;
	position: relative;
}

.food_menu_title {
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -1px;
	background:#EC6F9B;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.food_menu_title h3 {
	font-weight: 700;
	color: black;
	font-family: pantherfont;
	margin: 0;
	padding: 5px 30px;
}

.food_menu_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.menu-item_content-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.menu-item_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.menu-item_content:after {
	content: '';
	width: 100%;
	height: 1px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	border-bottom: 3px dotted white;
}

.menu-item_title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.menu-item_price {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.food_menu_inn {
	margin-top: 50px;
}

.menu-item_content h4 {
	margin-bottom: 0;
	color: black;
	font-weight: 500
}

.menu-item_price h4,
.food_menu_info h3 {
	font-family: 'Delius Unicase', cursive;
	font-weight: 700
}

.food_menu_inn p {
	color: black
}

.food_menu_info {
	text-align: center
}

.food_menu_info h3 {
	color: black;
	font-size: 36px
}

.food_menu_info h2 {
	font-size: 80px;
	font-weight: 400;
	color: black;
	line-height: 117px;
	font-family: pantherfont;
}

.food_menu_info h2 span {
	display: block;
	color: #EC6F9B;
	font-weight: 700;
	font-size: 85px;
	line-height: 110px;
	font-family: pantherfont;
}

.food_menu_info p {
	color: black;
	line-height: 25px;
	font-size: 15px;
	margin-top: 20px;
	
}

.food_menu_item:hover h4 {
	color: #EC6F9B;
}

.food_menu_shape_1 {
	position: absolute;
	left: 12%;
	top: 5%
}

.food_menu_shape_2 {
	position: absolute;
	right: 2%;
	top: 0%;
	animation: bounce 3s infinite ease-in-out;
}

.food_menu_shape_3 {
	position: absolute;
	right: 52%;
	bottom: 4%;
}

.food_menu_shape_4 {
	position: absolute;
	right: 28%;
	bottom: 30%;
}

.food_menu_shape_5 {
	position: absolute;
	left: 0%;
	bottom: 35%;
}

.selected-tab {
	position: relative;
	height: 48px;
	padding: 10px 25px;
	line-height: 30px;
	color: #000;
	background-color: #ebebeb;
	text-align: left;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

.selected-tab:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #000;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*================================================
12 - double fun
==================================================*/

.double_fun_area {
	padding-top: 100px;
	padding-bottom: 150px;
}

.double_fun_inn {
	text-align: center
}

.double_fun_bg img {
	margin: auto;
	display: block
}

.double_fun_inn h2 {
	text-transform: capitalize;
	margin-bottom: 20px
}

.double_fun_inn h3 {
	position: relative;
	display: inline-block;
	padding: 5px 65px;
	z-index: 1;
	font-family: 'Delius Unicase', cursive;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	font-size: 33px;
}

.double_fun_inn svg {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	z-index: -1;
	top: 0;
}

.double_fun_inn svg path {
	fill: #00a3fe;
}

.double_fun_bottom {
	position: relative
}

.double_fun_pizza {
	position: absolute;
	left: 50%;
	text-align: center;
	margin: 0 auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 10%;
}

.double_fun_bottom .container {
	position: relative
}

.fun_shape_1 {
	position: absolute;
	left: 20%;
	top: -25%;
	-webkit-animation: bounce 4s infinite ease-in-out;
	animation: bounce 4s infinite ease-in-out;
}

.fun_shape_2 {
	position: absolute;
	right: 20%;
	top: 4%;
	z-index: 1;
}

.fun_shape_3 {
	position: absolute;
	top: 0;
	
}

.fun_shape_4 {
	position: absolute;
	right: 4%;
	bottom: -19%;
	-webkit-animation: bounce 5s infinite ease-in-out;
	animation: bounce 5s infinite ease-in-out;
}

.fun_shape_5 {
	position: absolute;
	right: 0;
	top: 30%;
}

.fun_shape_6 {
	position: absolute;
	left: 0
}

.double_fun_bottom {
	padding-top: 50px
}

.fun_shape_7 {
	position: absolute;
	top: -52%;
	right: 0;
	width: 200px;
}


/*================================================
13 - deliver area
==================================================*/

.delivery_area {
	position: relative;
	background: ##fff;
}

.delivery_area .site_heading {
	text-align: left;
	margin-bottom: 30px
}

.order_box a {
	display: inline-block;
	padding: 14px 34px;
	border-radius: 40px;
	text-transform: uppercase;
	font-weight: 500;
	background: #EC6F9B;
	color: #fff;
	position: relative;
	font-size: 16px;
}

.order-content p {
	margin: 0;
	text-transform: capitalize;
	color: #260010;
	font-weight: 700;
	font-family: pantherfont;
}

.order-content span {
	color: #EC6F9B;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: pantherfont;
}

.order-content {
	margin-right: 40px
}

.order-img {
	width: 60px;
	margin-right: 10px
}

.order_box,
.delivery_left {
	position: relative
}


/*================================================
14 - blog area
==================================================*/

.blog_area {
	padding-bottom: 70px
}

.blog_item {
	margin-bottom: 30px;
	position: relative;
}

.blog_image {
	position: relative;
	overflow: hidden;
	border-radius: 30px
}

.blog_image img {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%;
	border-radius: 30px
}

.post_date {
	position: absolute;
	width: 20%;
	height: 90px;
	top: 0;
	background: #EC6F9B none repeat scroll 0 0;
	text-align: center;
	color: #fff;
	font-size: 22px;
	padding: 20px 0;
	border-radius: 0 0 50px 50px;
	left: 30px;
	line-height: 24px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-weight: 700;
	font-family: 'Delius Unicase', cursive;
}

.blog_text {
	background: #fff;
	padding: 20px 0 0;
}

.blog-meta p {
	display: inline-block;
	margin-right: 20px;
	color: #7a7a7a;
	margin-bottom: 10px;
}

.blog-meta p a {
	color: #7a7a7a;
}

.blog-meta p i {
	margin-right: 3px;
	color: #f7b035;
}

.blog_text h3 a {
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
	display: block
}

.blog_text h3 a:hover {
	color: #EC6F9B
}

.blog_item:hover .blog_image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*================================================
15 - subscribe area
==================================================*/

.subscribe_area {
    position: relative;
    padding: 70px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35vh;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
	
   
    animation: fadeIn 1s ease-in-out;
}

.flame-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url('../img/flame2.0.gif') repeat-x;
    pointer-events: none;
    z-index: 5;
}

.content_wrapper {
    position: relative;
    z-index: 10;
    color: #fff;
    padding: 25px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.1);
}

.unique_title {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #EC6F9B;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
    animation: slideInFromLeft 0.8s ease-out;
	font-family: pantherfont;
}

.unique_cta_btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 1.3rem;
    color: #D2347E;
    background-color:#FFEC01;
    border-radius: 30px;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.4);
    position: relative;
    overflow: hidden;
    z-index: 10;
    animation: bounceIn 1.2s ease;
}

.unique_cta_btn:hover {
    background-color: #ff4c4c;
    transform: scale(1.1);
}

.unique_cta_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease;
}

.unique_cta_btn:hover::before {
    transform: translate(-50%, -50%) scale(1);
}



/*================================================
16 - footer area
==================================================*/

.footer_top {
	padding: 0px 0;
}

.footer_top .col-md-6.col-lg-3 .footer_widget {
	border-right: 1px solid #eaeaea;
}

.footer_top .col-md-6.col-lg-3:last-child .footer_widget {
	border-right: 0px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}

.footer_top .footer_widget {
	padding: 40px 0;
	text-align: center;
}

.logo_footer {
	margin-bottom: 30px
}

.footer_desc p {
	margin-bottom: 2px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: 600;
}

.footer_desc p span {
	color: #000;
	margin-left: 5px;
}

.socials_list {
	margin-top: 20px
}

.socials_list li {
	display: inline-block;
	margin: 0 2px
}

.socials_list li a {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #EC6F9B;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #EC6F9B;
	font-size: 18px;
}

.footer_title {
	font-weight: 700;
	font-size: 26px;
	font-family: 'Rubik', sans-serif;
	line-height: 30px;
}

.footer_top a {
	color: #000;
}

.footer_top a:hover {
	color: #ee9bc5
}

.socials_list li a:hover {
	border: 2px solid #FFEC01;
	color: black;
	background: #FFEC01
}

.open_hours {
	padding: 0px 49px;
}

.open_hours li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}
.listitem_list li a{
	font-family: 'Open Sans', sans-serif;
}

.open_hours li span:last-child {
	color: #000
}

.footer_title {
	font-weight: 700;
	font-size: 26px;
	font-family: pantherfont;
	line-height: 30px;
	margin-bottom: 30px;
}

.footer_bottom {
	text-align: center;
	/* background: #FFEAF3; */
	padding: 20px 0;
}

.copyright p {
	font-size: 15px;
	color: black;
	font-family: 'Open Sans', sans-serif;
}


/*================================================
17 - menu page
==================================================*/

.menu_page_area {
	padding-bottom: 65px;
	background: url(../img/paw.png) no-repeat scroll;
	background-position: center;
    background-blend-mode: hue;
    background-color: #c2feb4;
}
		

.menu_page_inn .nav-tabs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-line-pack: center;
	align-content: center;
	background: #ebebeb;
	border-radius: 50px;
}

.menu_nav {
	text-align: center
}

.menu_page_inn .nav-tabs li a {
	display: block;
	padding: 17px 25px;
	border-radius: 30px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 500;
	background: transparent;
	color: #000;
}

.menu_page_inn .nav-tabs li a.active {
	background: #EC6F9B;
	color: #fff;
}

.menu_page_table .menu-item_content h4 {
	color: #000
}

.menu_page_table p {
	color: #616161
}

.food_item_thumb {
	max-width: 90px;
	margin-right: 20px
}

.menu_page_table .food_menu_item {
	margin-bottom: 35px
}


/*================================================
18 - about page
==================================================*/

.about_area {
	position: relative;
	background-color: #79D065;
}

.about_shape {
	position: absolute;
	bottom: 10%;
	left: 0
}

.about_left {
	text-align: left;
	color:white
}

.about_right {
	position: relative;
}

.about_right:after {
	content: '';
	position: absolute;
	top: -45px;
	left: 45px;
	width: calc(100% - 45px);
	height: 100%;
	border: 15px solid rgba(255, 224, 169, 0.87);
	z-index: 0;
	border-radius: 100px
}

.about_img {
	position: relative;
	width: calc(100% - 45px);
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.choose_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.choose_list li {
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	;
	margin-top: 30px
}

.choose_point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.choose_text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 15px
}

.choose_text h3 {
	font-size: 24px;
	font-weight: 500;
	font-family: pantherfont;
	margin-bottom: 5px;
}

.choose_text p {
	font-size: 16px;
	line-height: 26px;
}

.choose_pizza {
	position: absolute;
	/* left: -16%; */
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.testimonial_area {
	position: relative;
}

.testimonial_bg {
	position: absolute;
	bottom: -2%;
	width: 75%;
	height: 80%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.testimonial-slider {
	width: 65%;
	margin: 0 auto;
	text-align: center
}

.client-image {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.client-image img {
	border-radius: 50%
}

.testimonial-body {
	margin-top: 10px;
}

.testimonial-meta {
	margin-top: 20px
}

.testimonial-meta h3 {
	font-size: 24px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

.testimonial-body p {
	font-size: 15px
}

.testimonial-meta ul {
	margin-top: 10px
}

.testimonial-meta ul li {
	display: inline-block;
	font-size: 18px;
	color: #f9ae19;
	margin: 0 1px;
}

.testimonial-pos {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	text-align: center;
}

.testimonial-pos h3 {
	margin-bottom: 0;
	font-size: 100px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 21px;
	opacity: .05;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
	line-height: 1;
	display: inline-block;
	color: #040e21
}

.testimonial_area .container {
	position: relative;
}

.testimonial_area .pizza_nav .prev_slide {
	left: 10%;
}

.testimonial_area .pizza_nav .next_slide {
	right: 10%;
}


/*================================================
19 - gallery page
==================================================*/

.gallery_area {
	padding-top: 70px;
	/*background: repeating-linear-gradient( 90deg, #F9C8DE, #F9C8DE 50px, #FFE9F3 50px, #FFE9F3 100px );*/
	background: #fff;
}

.gallery_item {
	position: relative;
	overflow: hidden;
	margin-top: 30px
}

.gallery_item:after {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: rgba(10, 10, 10, .45);
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-radius: 10px
}

.gallery_item img {
	border-radius: 10px
}

.gallery_item:hover:after {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.gallery_icon {
	position: absolute;
	top: 30px;
	left: -30px;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	z-index: 1
}

.gallery_icon svg {
	stroke: #fff
}

.gallery_item:hover .gallery_icon {
	left: 30px
}

.gallery_info {
	position: absolute;
	bottom: -60px;
	left: 0px;
	width: 100%;
	padding: 0 30px;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	z-index: 1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.gallery_info h3 {
	font-weight: 700;
	font-size: 22px;
	color: #fff
}

.gallery_item:hover .gallery_info {
	bottom: 30px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}


/*================================================
20 - Notfound page
==================================================*/

.notfound {
	background: #FFF8EF
}

.error-page-header-area {
	padding-top: 10px;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1
}

.error-page-logo-right {
	text-align: right;
}

.error-page-logo-right a {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 40px;
	text-transform: uppercase;
	font-weight: 500;
	background: #f7b035;
	color: #fff;
	position: relative;
}

.error-page-logo-right a span {
	margin-right: 5px
}

.error-page-area {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100vh;
	text-align: center;
	position: relative;
}

.error_bg {
	background: url(../img/gallery_8.jpg) no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: center center;
	display: inline-block;
	font-weight: 700;
	font-size: 200px;
	position: relative;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-family: 'Rubik', sans-serif;
}

.error-page-box h4 {
	color: #000;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.error-page-box p {
	width: 45%;
	margin: 0 auto;
}


/*================================================
21 - Login page
==================================================*/

.login_inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.login-wrapper {
	padding: 2em;
	width: 25em;
	position: relative;
	text-align: center;
}

.login-wrapper h3 {
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 15px;
	font-family: 'Rubik', sans-serif;
}

.login-wrapper form {
	margin: 20px 0;
}

.login-wrapper form>.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: .75em 0;
	position: relative;
}

.login-wrapper form>.form-row>input {
	-webkit-transition: 100ms ease all;
	transition: 100ms ease all;
	width: 100%;
	border: 2px solid #efdfd3;
	background: transparent;
	height: 50px;
	padding: 5px 20px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600
}

.login-wrapper form>.form-row>button {
	border: none;
	background: #f7b035;
	padding: 10px 34px;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	font-family: 'Rubik', sans-serif;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: 2px solid #f7b035
}

.login-wrapper form>.form-row>button:hover {
	color: #000;
	background: transparent
}

.socials-wrapper>p {
	background: transparent;
	color: #000;
	font-size: 16px;
	position: relative;
	text-align: center;
	z-index: 10;
	font-family: 'Rubik', sans-serif;
	font-weight: 500
}

.socials-wrapper>p:after,
.socials-wrapper>p:before {
	background: #dec7b5;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	width: 12.5%;
}

.socials-wrapper>p:before {
	left: 0;
}

.socials-wrapper>p:after {
	right: 0;
}

.socials-wrapper>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}

.socials-wrapper>ul>li {
	margin: .5em;
}

.socials-wrapper>ul>li>a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: .5em;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 2em;
}

.socials-wrapper>ul>li>a.facebook {
	background-color: #3763d2;
}

.socials-wrapper>ul>li>a.twitter {
	background-color: #1abcff;
}

.socials-wrapper>ul>li>a.twitch {
	background-color: #7b5dfa;
}

.socials-wrapper>ul>li>a.youtube {
	background-color: #fd434f;
}

.socials-wrapper>ul>li>a:hover {
	-webkit-transform: translatey(-0.25em);
	transform: translatey(-0.25em);
}

.login_icon {
	margin-bottom: 30px
}

.custom-checkbox {
	padding-left: 30px;
	position: relative;
	overflow: hidden;
	margin-top: 10px
}

.custom-checkbox input[type="checkbox"] {
	position: absolute;
	left: -100px;
}

.custom-checkbox input[type="checkbox"]:checked+label~.checkbox {
	background-color: #f7b035;
}

.custom-checkbox input[type="checkbox"]:checked+label~.checkbox:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.custom-checkbox label {
	font-weight: normal;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0;
	font-weight: 400;
	color: #000;
	font-family: 'Rubik', sans-serif;
}

.custom-checkbox .checkbox {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #efdfd3;
}

.custom-checkbox .checkbox:before {
	position: absolute;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	font-size: 13px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
	transform: translate(-50%, -50%) scale(1.1, 1.1);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


/*================================================
22 - contact page
==================================================*/

.contact_details_area {
	padding-top: 70px;
}

.single_contact_box {
	background: #F9C8DE none repeat scroll 0 0;
	padding: 30px;
	text-align: center;
	border-radius: 18px;
	margin-top: 30px;
}

.contact_head h4 {
	font-weight: 700;
	font-size: 22px;
	font-family: pantherfont;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 15px;
}

.contact_icon i {
	font-size: 30px;
	color: #EC6F9B;
}

.contact_text p {
	margin: 0;
	color: #000;
}

.contact_form_inn input,
.contact_form_inn textarea {
	background: #fff;
	width: 100%;
	border: 2px solid #f8eee7;
	height: 50px;
	padding: 5px 20px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
}

.contact_form_inn textarea {
	height: 120px
}

.comment_field {
	margin-top: 15px
}

.mapCanvas iframe {
	width: 100%;
	height: 340px
}

.contact_form_inn button {
	border: none;
	background: #EC6F9B;
	padding: 10px 34px;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	font-family: pantherfont;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: 2px solid transparent;
}


/*================================================
23 - product page
==================================================*/

.single-sidebar {
	margin-bottom: 40px;
}

.single-sidebar:last-child {
	margin-bottom: 0;
}

.single-sidebar>form {
	width: 100%;
	border: 1px solid #dddddd;
	height: 55px;
	position: relative;
	border-radius: 40px;
}

.single-sidebar>form input {
	position: absolute;
	width: 100%;
	height: 100%;
	border: medium none;
	padding: 5px 15px;
	background: transparent;
}

.single-sidebar>form button {
	position: absolute;
	right: 5px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #f7b035;
	border: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.single-sidebar .sub_title {
	position: relative;
	margin-bottom: 35px;
}

.single-sidebar>.sub_title:before {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 18%;
	height: 4px;
	width: 15px;
	background: #f7b035 none repeat scroll 0 0;
}

.single-sidebar>.sub_title:after {
	position: absolute;
	height: 4px;
	width: 15%;
	background: #000 none repeat scroll 0 0;
	content: "";
	left: 0;
	bottom: -15px;
}

.category li {
	position: relative;
}

.single-sidebar>ul>li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 25px;
	overflow: hidden
}

.recent-blog>li {
	padding: 10px 0 !important
}

.category li:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 5px;
	width: 6px;
	height: 5px;
	background: #333;
}

.category a {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
}

.category a:hover,
.recent-blog>li a:hover {
	color: #f7b035
}

.category li:hover:before {
	background: #f7b035
}

.Tags-catagory li {
	display: inline-block;
	border: medium none !important;
	padding: 0 !important;
	margin: 2px 0;
}

.Tags-catagory a {
	color: #000;
	text-transform: capitalize;
	display: inline-block;
	padding: 5px 15px;
	background: #f8f9fc none repeat scroll 0 0;
	border-radius: 5px;
}

.Tags-catagory a:hover {
	background: #f7b035 none repeat scroll 0 0;
	color: #fff;
}

.single-sidebar li:last-child {
	border-bottom: 0px solid #ddd;
}

.recent-img {
	margin-right: 20px;
	width: 80px;
	float: left;
}

.recent-text {
	vertical-align: middle;
	overflow: hidden;
}

.recent-text h4 a {
	font-size: 18px
}

.tour-rating ul li {
	display: inline-block;
	font-size: 13px;
	margin: 0;
	line-height: 20px;
	color: #f7b035
}

.cat_post_date {
	color: #c4c4c4 !important
}

.recent-text h4 {
	margin-bottom: 5px;
}

.recent-text p {
	margin: 0;
	line-height: 20px;
	font-size: 15px;
	font-weight: 700;
	color: #000;
}

.tour-rating ul {
	line-height: 22px
}

.product_list_result {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 70px
}

.product_list_result form {
	border: 1px solid #ddd;
	color: #777;
	padding: 10px 20px;
	height: 55px;
	border-radius: 30px;
	position: relative;
	width: 280px;
}

.product_list_result select {
	position: absolute;
	left: 50%;
	width: 90%;
	height: 100%;
	border: none;
	top: 0;
	border-radius: 40px;
	font-size: 15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


/*================================================
24 - product details page
==================================================*/

.product-details-image {
	text-align: center;
	padding: 50px;
}

.product-details-text h3 {
	margin-bottom: 5px;
	font-weight: 700;
	color: #000;
	font-size: 38px;
	text-transform: capitalize;
	font-family: 'Rubik', sans-serif
}

.product-details-text .tour-rating ul {
	display: inline-block;
	margin-right: 10px;
	text-align: left;
}

.product-details-text .tour-rating p {
	display: inline-block;
	margin-left: 5px;
	color: #666;
	text-transform: capitalize;
}

.product-details-text .price {
	margin-top: 10px;
}

.product-details-text .price ins {
	font-size: 30px;
	text-decoration: none;
	font-weight: 700;
	color: #f7b035;
	margin-left: 10px;
}

.product-details-text .price del {
	color: #787878;
	font-size: 20px;
}

.pro_details_meta p {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

.pro_details_meta p span,
.pro_details_meta p a {
	font-weight: 700;
	color: #000
}

.choose_option input[type="radio"] {
	display: none;
}

.choose_option label {
	padding: 9px 15px;
	line-height: 22px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	text-transform: capitalize;
	color: #777;
	border: 1px solid #ddd;
	cursor: pointer;
	margin-top: 5px;
}

.choose_option .blank-label {
	display: none;
}

.choose_option input[type="radio"]:checked+label {
	background: #f7b035;
	color: #fff;
	border-color: #f7b035
}

.choice_meta_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.choose_option {
	margin-right: 10px
}

.pro_choice_meta {
	margin-top: 20px
}

.pro_choice_meta h4 {
	font-weight: 500;
	color: #000;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 10px;
	font-size: 20px
}

.quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px
}

.quantity p {
	margin-right: 10px;
	font-weight: 700;
	margin-bottom: 0;
	color: #000;
}

.num-block {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.skin-2 .num-in {
	background: #e8e8e8 none repeat scroll 0 0;
	border-radius: 25px;
	height: 40px;
	width: 110px;
	float: left;
}

.skin-2 .num-in span {
	width: 40%;
	display: block;
	height: 40px;
	float: left;
	position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
	content: '';
	position: absolute;
	background-color: #000;
	height: 2px;
	width: 10px;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.skin-2 .num-in input {
	float: left;
	width: 20%;
	height: 40px;
	border: none;
	text-align: center;
	background: #e8e8e8 none repeat scroll 0 0;
	color: #000
}

.single-shop-page-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-shop-page-btn ul {
	margin-left: 30px;
}

.single-shop-page-btn ul li {
	display: inline-block;
	margin: 0 2px;
}

.single-shop-page-btn ul li a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	font-size: 17px;
	background: url(../img/social_bg.png) no-repeat scroll 0 0/cover;
	color: #000;
}

.single-shop-page-btn ul li a:hover {
	background: url(../img/social_bg_hover.png) no-repeat scroll 0 0/cover;
	color: #fff;
}

.single-shop-page-btn {
	margin-top: 20px
}


/*================================================
25 - cart page
==================================================*/

.cart-table-left h3,
.order-summury-box h3 {
	margin-bottom: 5px;
	font-weight: 600;
	color: #000;
	font-size: 26px;
	text-transform: capitalize;
	font-family: 'Rubik', sans-serif;
}

.cart-table-left thead {
	border: medium none;
}

.cart-table-left thead th {
	border: medium none;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 14px;
	border-top: 0px !important;
	color: #000;
}

.cart-preview {
	width: 115px;
	height: 100px;
	text-align: center;
}

.cart-preview img {
	width: 100%;
	height: 100%;
	border-radius: 15px
}

.table th,
.table td {
	vertical-align: middle;
	border-top: 0px;
	border-top: 1px solid #EDDFC6;
}

.cart-table-left table td p {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	margin: 0
}

.cart-quantity>input {
	border: 2px solid #ddd;
	padding: 5px;
	width: 70px;
	text-align: center;
	border-radius: 25px;
}

.cart-close {
	text-align: center;
}

.cart-total {
	font-weight: 500;
}

.cart-close a {
	width: 35px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.cart-clear a {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	margin-right: 15px;
}

.cart-clear {
	margin-top: 20px;
	text-align: right
}

.cart-clear a:last-child {
	margin-right: 1px;
}

.cart-clear a:hover {
	color: #f7b035
}

.cart-close a:hover {
	background: #EDDFC6 none repeat scroll 0 0;
	border: 1px solid #EDDFC6
}

.summury-inn {
	padding: 20px;
	background: #fff none repeat scroll 0 0;
	border-radius: 30px
}

.order-summury-box table {
	width: 100%;
}

.order-summury-box table tr {
	border-bottom: 1px solid #EDDFC6;
}

.order-summury-box table tr:last-child {
	border-bottom: 0px solid #EDDFC6;
}

.order-summury-box table td {
	padding: 10px 0;
	font-weight: 700;
	font-size: 14px;
	color: #000;
}

.checkout-action {
	text-align: right;
	margin-top: 30px
}

.checkout-action a.cta_btn {
	color: #fff;
	margin: 0;
	background: transparent
}

.checkout-action a.cta_btn:hover {
	color: #fff;
	background: #ff7a21 none repeat scroll 0 0
}

.cart_box,
.summury-inn {
	background: #FFF8EF none repeat scroll 0 0;
	padding: 20px;
	border-radius: 30px;
	margin-top: 30px;
}

.cart-preview a {
	display: block;
	position: relative;
}

.cart-preview a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f7a43b;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	border-radius: 15px;
}

.cart-quantity .skin-2 .num-in {
	background: #ffead0 none repeat scroll 0 0;
}

.cart-quantity .skin-2 .num-in input {
	background: #ffead0 none repeat scroll 0 0;
}

.cart_box .table {
	margin: 0
}


/*================================================
26 - checkout page
==================================================*/

.checkout-left-box h3 {
	margin-bottom: 5px;
	font-weight: 600;
	color: #000;
	font-size: 26px;
	text-transform: capitalize;
	font-family: 'Rubik', sans-serif;
}

.checkout-left-box form {
	margin-top: 15px
}

.checkout-left-box form .checkout-form {
	margin-top: 30px;
}

.checkout-left-box form label {
	color: #000;
	text-align: left;
	display: block;
	font-size: 14px;
	font-weight: 500;
}

.checkout-left-box form input {
	background: #fff;
	width: 100%;
	border: 2px solid #f8eee7;
	height: 50px;
	padding: 5px 20px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
}

.checkout-left-box form textarea {
	background: #fff;
	width: 100%;
	border: 2px solid #f8eee7;
	height: 50px;
	padding: 5px 20px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	height: 140px
}

.checkout-payment .payment {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.checkout-payment .payment input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.checkout-payment .payment label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
	margin: 10px auto;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	color: #000;
	font-weight: 600;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

.checkout-payment .payment .check {
	display: block;
	position: absolute;
	border: 3px solid #AAAAAA;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 14px;
	left: 0;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.checkout-payment .payment .check:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 8px;
	width: 8px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.checkout-payment input[type="radio"]:checked~.check {
	border: 3px solid #f7b035;
}

.checkout-payment input[type="radio"]:checked~.check:before {
	background: #f7b035;
}

.checkout-payment input[type="radio"]:checked~label {
	color: #f7b035;
}

.payment img {
	float: right;
	margin-top: 15px;
}

.payment p {
	font-size: 15px;
}

.booking-right .action-btn {
	text-align: right;
	margin-top: 30px
}

.checkout-page-area {
	padding-bottom: 80px
}


/*================================================
27 - single news page
==================================================*/

.single_news_post .blog_item {
	margin: 0
}

.single_news_post .blog-meta {
	margin-bottom: 30px
}

.single_news_post h1,
.single_news_post h2,
.single_news_post h3,
.single_news_post h4,
.single_news_post h5,
.single_news_post h6 {
	font-weight: 700;
	display: block;
	font-family: 'Rubik', sans-serif
}

.single_news_post img {
	border-radius: 10px
}

.blog-inner-image {
	margin: 15px 0
}

.single_news_post blockquote {
	margin: 20px 0;
	padding: 15px;
	border-left: 4px solid #f7b035;
	color: #111;
	font-style: italic;
	font-weight: 600
}

.comment-list {
	margin-top: 50px;
}

.comment-group-title h3,
.leave-comment h3 {
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 15px;
	font-family: 'Delius Unicase', cursive;
	position: relative;
	margin-bottom: 35px;
	display: inline-block
}

.comment-group-title h3:before,
.leave-comment h3:before {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 30%;
	height: 4px;
	width: 15px;
	background: #f7b035 none repeat scroll 0 0;
}

.comment-group-title h3:after,
.leave-comment h3:after {
	position: absolute;
	height: 4px;
	width: 24%;
	background: #000 none repeat scroll 0 0;
	content: "";
	left: 0;
	bottom: -15px;
}

.single-comment-box {
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.single-comment-box.comment_reply {
	padding-left: 83px;
}

.main-comment {
	font-size: 15px;
	padding: 0 0 0 90px;
	position: relative;
	margin-bottom: 30px;
}

.author-image {
	border-radius: 50%;
	left: 0;
	margin-bottom: 20px;
	position: absolute;
}

.author-image img {
	display: block;
	width: 70px;
	border-radius: 50%;
}

.comment-text {
	padding: 20px;
	background: #FFF8EF none repeat scroll 0 0;
	border-radius: 30px;
	position: relative;
}

.comment-info ul {
	display: inline-block;
	margin: 0 10px;
}

.comment-info ul li {
	display: inline-block;
	color: #ffa11a;
}

.comment-info p {
	display: inline-block;
	font-size: 13px;
}

.comment-info:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-style: solid;
	top: 25px;
	border-width: 11px 13px 11px 0;
	border-color: transparent #FFF8EF;
	left: -12px;
}

.comment-text-inner {
	padding: 10px;
}

.comment-info h4 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	display: inline-block
}

.leave-comment {
	margin-top: 50px;
	width: 75%
}

.leave-comment input,
.leave-comment textarea {
	background: #fff;
	width: 100%;
	border: 2px solid #f8eee7;
	height: 50px;
	padding: 5px 20px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
}

.leave-comment textarea {
	height: 180px
}

.comment-field {
	margin-top: 30px;
}

.leave-comment button {
	border: none;
	background: #f7b035;
	padding: 10px 34px;
	border-radius: 40px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	font-family: 'Rubik', sans-serif;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: 2px solid #f7b035;
}

.best_pizza_right img{
	max-width: 250px;;
}
.best_pizza_left img{
	width: 70%;
}

.best_pizza_right h2{
	font-weight: 600;
	font-family: pantherfont;
}
.best_pizza_right p{
	color:#000;
	font-weight: 600;
}


.shape_171 {
	position: absolute;
	left: 5%;
	bottom: -30%;
	z-index: 1;
}

.best_pizza_area1{
  /* background-color: #FFEAF3; */
  background: repeating-linear-gradient(
	90deg, /* Vertical stripes */
	#F9C8DE, /* Pink stripe color */
	#F9C8DE 50px, /* Thickness of the pink stripe */
	#FFE9F3 50px, /* Start of the white stripe */
	#FFE9F3 100px /* Thickness of the white stripe */
);
  
 
}

.double_fun_area{
	background-color: #EC6F9B;
}

.blog_area{
	background-color: #c2feb4;
}

.footer_area{
	/* background-color: #FFEAF3; */
	
	background: repeating-linear-gradient(
        90deg,
        #F9C8DE, 
        #F9C8DE 50px,
        #FFE9F3 50px,
        #FFE9F3 100px 
    );
	
}

.cartoon img{
	max-width:100%;
}
.fl-width{
	width: 10%;
}
.bounce1{
	position: absolute;
	right: 0%;
	bottom: 0%;
	animation: bounce 3s infinite ease-in-out;
	
}
.bounce2{
	position: absolute;
	left: -2%;
	bottom: 0%;
	animation: bounce 3s infinite ease-in-out;
}
.bounce3{
	position: absolute;
	left: 3%;
	top: 19%;
	width: 20%;
}

/* aboutus---Festival special */
.festi1 {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
 }
 
 .festi1 img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
 }
 
 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4); 
	opacity: 0;
	transition: opacity 0.3s ease;
	border-radius: 8px;
 }
 
 .festi1:hover .overlay {
	opacity: 1;
 }
 
 .offer {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color:#EC6F9B; 
	color: #fff; 
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 14px;
	z-index: 10; 
	opacity: 0; 
	transition: opacity 0.3s ease;
 }
 
 .festi1:hover .offer {
	opacity: 1; 
 }
 
 .offer span {
	display: block;
	font-weight: bold;
 }
.dropdown li a{
	font-size: 18px;
}
.bg-contact{
	background-image: url(../img/banner4.jpg), linear-gradient(rgba(229, 141, 219, 0.3), rgba(229,141, 219, 0.3));
    padding-top: 200px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-blend-mode: overlay;
    background-position: bottom;

}
.bg-menu{
	background-image: url(../img/menu.jpg), linear-gradient(rgba(229, 141, 219, 0.3), rgba(229,141, 219, 0.3));
    padding-top: 200px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-blend-mode: overlay;
    background-position: center;
}


/* about new */

.bg-abt{
	background-image: url(../img/banner4.jpg);
    position: relative;
    overflow: hidden;
    background-position: bottom;
    /* background-repeat: no-repeat; */
    /* background-color: #fff9fb; */
    background-size: cover;
    height: auto;
	padding: 120px;
}



.delivery_area-abt{
	position: relative;
	background:#ffffff;
}

.about_area-abt{
	position: relative;
	background-color: #ffffff;
}

.best_pizza_area-abt{
	background: repeating-linear-gradient(
	90deg, /* Vertical stripes */
	#F9C8DE, /* Pink stripe color */
	#F9C8DE 50px, /* Thickness of the pink stripe */
	#FFE9F3 50px, /* Start of the white stripe */
	#FFE9F3 100px /* Thickness of the white stripe */
);

    position: relative;
}

.delivery_area-abt{
	position: relative;
    background: #ffffff;
}

.blog_area-abt{
	
	background: repeating-linear-gradient(
		90deg, /* Vertical stripes */
		#F9C8DE, /* Pink stripe color */
		#F9C8DE 50px, /* Thickness of the pink stripe */
		#FFE9F3 50px, /* Start of the white stripe */
		#FFE9F3 100px /* Thickness of the white stripe */
	);
}

.subscribe_area-abt{
	background: #ffffff;
    position: relative;
}

.footer_area-abt{
	background: repeating-linear-gradient(
        90deg,
        #F9C8DE, 
        #F9C8DE 50px,
        #FFE9F3 50px,
        #FFE9F3 100px 
    );
}
.footer_bottom-abt{
	text-align: center;
	background: white;
	padding: 20px 0;
}
.storytxt {
    color: #000;
}
.foodmenuabt{
	position: absolute;
    right: 2%;
    top: 0%;
}

.fl-width1 {
    width: 20%;
}
.gridimg{
	place-items: center;
	display: grid;
}
.dropdown li a{ 
	font-family: pantherfont;
}
.scooty{
	background:#ffffff ;
}


.product7-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
}

.product7-item:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.product7-item img {
	border-bottom: 1px solid #ddd;
}

.tshirt-info {
	padding: 15px;
	text-align: center;
}

.tshirt-title {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.tshirtview-button {
	background: #FFEC01;               
	color: #D2347E;
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background-color 0.3s;
}

.footer_area-tshirt {
	
	background: repeating-linear-gradient( 90deg, /* Vertical stripes */ #F9C8DE, /* Pink stripe color */ #F9C8DE 50px, /* Thickness of the pink stripe */ #FFE9F3 50px, /* Start of the white stripe */ #FFE9F3 100px /* Thickness of the white stripe */ );
}





/* .bg-tshirtabt{
	background-image: url(../img/pinky.jpg);
} */

/* .bg-tshirtabt{
    background-image: url(../img/pinklookbg.png);
} */




/* General styles for the dropdown menu */


/* Style the submenu */


.menu1-title {
	font-size: 4rem;
	color: #ff1493;
	text-shadow: 3px 3px #000;
	text-align: center;
	margin-bottom: 50px;
	font-family: pantherfont;
}

 .section1-title {
	font-family: pantherfont;
	font-size: 2.5rem;
	color: #A52A2A;
	text-shadow: 2px 2px #000;
	border-bottom: 3px solid #ff69b4;
	padding-bottom: 10px;
	margin-bottom: 30px;
	animation: fadeInDown 1s ease;
	padding-top: 20px;

}

.menu1-item {
	border-radius: 10px;
	transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.menu1-item:hover {
	transform: translateY(-10px);
	
	cursor: pointer;
}

.menu1-text {
	flex: 1;
}

.menu1-text h3 {
	font-size: 1.6rem;
    color: #C0392B;	
	margin: 0;
	/* font-family: cart1; */
    font-weight: 600;
	font-family: font1;
}

.menu1-text p {
	margin: 5px 0 0 0;
	font-size: 1.5rem;
	color: #000000;;
	font-family: 'Patrick Hand', cursive;
	
}

.menu1-price {
	min-width: 100px;
	text-align: right;
	padding-left: 20px;
}

/* .menu1-price span {
	font-size: 1.5rem;
     color: #2C5F2D;
	font-weight: bold;
	font-family: 'font1';
}

.menu1-price span:before {
	content: "SEK ";
	font-size: 1.5rem;
    color: #2C5F2D;
} */

.menu1-info {
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.4rem;
    color: #260010;
    line-height: 1.5;
    font-family: 'Patrick Hand', cursive;
}

.menu1-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.menu1-item {
	flex: 1 1 calc(50% - 20px);
	max-width: calc(50% - 20px);
} 

.pizza-menu-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
padding: 20px;
background-color: #f4f4f4;
border-radius: 8px;
}

.pizza-extra-section, .pizza-sauce-section {
flex: 1 1 300px;
margin: 10px;
padding: 15px;
background: linear-gradient(135deg, #FFDAB9, #FFE4E1);box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.extra-items-list, .sauce-items-list {
list-style-type: none;
padding: 0;
}

.extra-item, .sauce-item {
    padding: 8px 0;
    font-size: 1.2rem;
    /* color: #000; */
    border-bottom: 1px solid #000000;
    color: #000000;
    font-family: 'Patrick Hand', cursive;
}

.extra-item:last-child, .sauce-item:last-child {
border-bottom: none;
}


@media (max-width: 768px) {
	.menu1-item {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.menu1-buttons {
	text-align: center;
	margin-bottom: 40px;
}

.menu1-buttons .btn {
	font-size: 1.2rem;
	background-color: #FFEC01;
	color: #D2347E;
	padding: 10px 25px;
	margin: 10px;
	border-radius: 8px;
	transition: background-color 0.3s ease, transform 0.3s ease;
	font-family: 'pantherfont';        
}

.menu1-buttons .btn:hover {
	transform: translateY(-5px);
	 color: #EC6F9B;
}


.red :active{
	background-color: #D2347E;
}



/* Grill */


.menu2-title {
	font-size: 4rem;
	color: #ff1493;
	text-shadow: 3px 3px #000;
	text-align: center;
	margin-bottom: 50px;
	font-family: pantherfont;
}

.section2-title {
	font-family: pantherfont;
	font-size: 2.5rem;
	color: #FF6F61;
	text-shadow: 2px 2px #000;
	border-bottom: 3px solid #ff69b4;
	padding-bottom: 10px;
	/* margin-bottom: 30px; */
	animation: fadeInDown 1s ease;
}

.menu2-item {

	padding-top: 20px;
}

.menu2-item:hover {

	cursor: pointer;
}

.menu2-text {
	flex: 1;
}

.menu2-text h3 {
	font-size: 1.6rem;
    color: #8B0000;	
	margin: 0;
	font-family: font1;    
	font-weight: 600;
}

.menu2-text p {
	margin: 5px 0 0 0;
	font-size: 1.2rem;
    color: #000000;
    /* font-family: 'Comic Neue'; */
	font-family: 'Patrick Hand', cursive;
}

.menu2-price {
	min-width: 100px;
	text-align: right;
	padding-left: 20px;
}

.menu2-price span {
	font-size: 1.8rem;
	color: #260010;
	font-weight: bold;
}

.menu2-price span:before {
	content: "SEK ";
	font-size: 1.5rem;
	color: #260010;
}



@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}   

.pink-panther {
	position: absolute;
	left: 0;
	top: 10px;
	width: 150px;
	height: auto;
}


.student-discount-banner {
    margin-top: 40px; /* Adjust to create space between snacks and the banner */
    background: linear-gradient(135deg, #FFDAB9, #FFE4E1);    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 18px; /* Larger font size */
	color: #C0392B;   
	 border-radius: 12px; /* More rounded corners */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); /* Enhanced shadow */
    font-family: 'Patrick Hand', cursive;
    position: relative; /* For positioning icon/image */
}

.student-discount-banner p {
    margin: 0 0 10px;
    font-weight: bold; /* Make text bolder */
}

.student-discount-banner::before {
    content: url('path/to/icon.png'); /* Add an icon before text */
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px; /* Adjust icon size */
    height: 30px;
}

.student-discount-banner:hover {
    background: #f9f9f9;  
	  transform: scale(1.02); /* Slightly enlarge banner */
    transition: background 0.3s ease, transform 0.3s ease; /* Smooth transition */
}



.menu-section{
    background-color: #CDFADB;
	padding: 20px;
}
.menu-section2{
    background-color: #FFE9D0;
	padding: 20px;
}
.menu-section3{
	padding: 20px;
	background-color: #F4DEB3;

}
.menu-section4{
	background-color: #FFFDB5;
padding: 20px;
}
.menu-section5{
background: linear-gradient(135deg, #FFDAB9, #FFE4E1);
padding: 20px;
}
.menu-section6{
	background-color: #D0F5BE;
	padding: 20px;
}


.menu2-section{
	background-color: #FFFDB5;
	padding: 20px;
	/* border-radius: 20px; */
}

.menu2a-section{
	background-color: #E3FCBF;
	padding: 20px;
	/* border-radius: 20px; */
}



.menu-section,
.menu-section2,
.menu-section3,
.menu-section4,
.menu-section5,
.menu-section6 
{
	/* border-radius: 20px; */
}



@media (max-width: 768px) {

	.menu-section2{
		/* margin-top: 20px; */
	}
	.menu-section4{
		/* margin-top: 20px; */
	}
	.menu-section6{
		/* margin-top: 20px; */
	}

	.menu2a-section {
		/* margin-top: 20px; */
	}

	/* .dagens-lunch-top-right{
		display: none !important;
	} */

	.panther-left {
		animation: none;
		z-index: 0;
		
	}

	.section-title{
		font-size: 1.8rem !important;
	}

	.menu-text h3{
		font-size: 1.5rem !important;
	} 
}




@media (max-width: 576px) {


	/* .menu-item{
		flex: none !important;
	} */

 
	.shape_gyro{
		
		width: 310px; 
		top: 20%;

	}

	.shape_fala {
		width: 310px;
		top: 30%;

	}

	.shape_kebab{
		width: 310px;
		top: 40%;

	}
}

  
.menu-title {
	font-size: 4rem;
	color: #ff1493;
	text-shadow: 3px 3px #000;
	text-align: center;
	margin-bottom: 50px;
	font-family: pantherfont;
}

.section-title {
	font-family: pantherfont;
	font-size: 2.5rem;
	color: #ff69b4;
	text-shadow: 2px 2px #000;
	border-bottom: 3px solid #ff69b4;
	padding-bottom: 10px;
	/* margin-bottom: 30px; */
	animation: fadeInDown 1s ease;
}

.menu-item {
	padding-top: 20px;
	flex: 0 0 48%; 
	margin-bottom: 20px;
}

 .menu-item:hover {
	color: black;
	cursor: pointer;
 }

.menu-text {
	flex: 1;
}

.menu-text h3 {
	font-size: 1.6rem;
	/* color: #f88876; */
	margin: 0;
    font-family: font1;
	font-weight: 600;
	/* color: #C0392B; */
	color: #D32F2F;

}

.menu-text p {
	margin: 5px 0 0 0;
	font-size: 1.2rem;            
	color: #333;
	font-family: 'Patrick Hand', cursive;       
 }

.menu-price {
	min-width: 100px;
	text-align: right;
	padding-left: 20px;
}

.menu-price span {
	font-size: 1.8rem;
	color: #260010;
	font-weight: bold;
}

.menu-price span:before {
	content: "SEK ";
	font-size: 1.5rem;
	color: #260010;
}





.section1-title {
	font-family: pantherfont;
	font-size: 2.5rem;
	color: #A52A2A;
	text-shadow: 2px 2px #000;
	border-bottom: 3px solid #ff69b4;
	padding-bottom: 10px;
	margin-bottom: 30px;
	animation: fadeInDown 1s ease;
	padding-top: 20px;
	text-align: center;

}

.menu1-item {
	
	border-radius: 10px;
	transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.menu1-item:hover {
	transform: translateY(-10px);
	cursor: pointer;
}

.menu1-text {
	flex: 1;
}

.menu1-text h3 {
	font-size: 1.6rem;
    color: #C0392B;	
	margin: 0;
	font-family: font1;
    font-weight: 600;
}

.menu1-text p {
	margin: 5px 0 0 0;
	font-size: 1.5rem;
	color: #000000;;
    /* font-family: 'Comic Neue' */
    font-family: 'Patrick Hand', cursive;	
	
}

.menu1-price {
	min-width: 100px;
	text-align: right;
	padding-left: 20px;
}

.menu1-price span {
	font-size: 1.5rem;
     color: #2C5F2D;
	font-weight: bold;
	font-family: font1;
}

.menu1-price span:before {
	content: "SEK ";
	font-size: 1.5rem;
    color: #2C5F2D;
}

.menu1-info {
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.4rem;
    color: #260010;
    line-height: 1.5;
    font-family: 'Patrick Hand', cursive;
}

.menu1-grid {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
    row-gap: 10px;
	padding: 2rem;

}



.shape_kebab{

	position: absolute;
    left:48%;
	opacity: 0.2;
}
.shape_fala1{
    position: absolute;
    opacity: 0.2;
    width: 372px;
    height: 371px;
    left: 55%;
}

.shape_fala{
	position: absolute;
    opacity: 0.2;
    width: 372px;
    height: 371px;
	left: 35%;
}
.shape_gyro{

	position: absolute;
    opacity: 0.2;
    width: 372px;
    height: 319px;
	left: 54%;
}

.shape_kyckling{
	position: absolute;
    left: 5%;
    opacity: 0.2;
    width: 458px;
    height: 349px;
}



.panther-left {
    position: absolute;
    max-width: 150px;
    z-index: 0;
    animation: float 4s ease-in-out infinite;
    right: 0;
    
}




@media (max-width: 1024px) {
	
	.dagens-lunch-top-right {
		position: unset !important;
		width: 280px !important;
		height: 170px !important;
		margin: 0 auto;
		border-radius: 0px !important;
		margin-bottom: 15px;
		
	}
	.dagens-lunch-box h2 {
		font-size: 19px !important;		
	}
	.dagens-lunch-box p {
		font-size: 15px !important;
	
	}
	.dagens-lunch-box p:last-child {
		font-size: 19px !important;
	}
}



.menu-grid{
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-between;
}

.menu2-grid{
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-between;
}

.menu2-item{
	padding-top: 20px;
    flex: 0 0 48%;
    margin-bottom: 20px;
}

.subscribe_area{
	background: #F9C8DE;
}


@media (max-width: 450px) {
	.shape_15{
		display: none;
	}
	.shape_13 {
		max-width: 150px;
		position: absolute;
		left: 32%;
		top: 62%;
		opacity: 0.2;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	}
	.shape_14 {
		position: absolute;
		right: 0%;
		top: 0px;
	}
	.shape_12 {
		max-width: 100px !important;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.bg-abt{
		background-image: url(../img/banner4.jpg);
		position: relative;
		overflow: hidden;
		background-position: left !important;
		/* background-repeat: no-repeat; */
		/* background-color: #fff9fb; */
		background-size: cover;
		height: auto;
		padding: 120px;
		
	}
	img.lunch{
		max-width: 90% !important;
		margin-bottom: 20px !important;
	}
	.bg-pizza {
		position: relative;
		overflow: hidden;
		padding-top: 150px;
		padding-bottom: 10px !important;
	}
	.panther_stand img{
		max-width: 150px !important;
	}
	.panther_about img{
		max-width: 130px !important;
	}
	
}

img.lunch{
	max-width: 50%;
	margin-bottom: 50px;
}

img.lunch{
	max-width: 50%;
	margin-bottom: 50px;
}

.panther_stand img{
	max-width: 300px;
}

.panther_about img{
	max-width: 280px;
}

.panther_sitting img{
	width: 90%;
	padding-top: 50px;
}