/*General Style */

@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome-6/css/all.min.css");
@import url("../css/owl.carousel.css");
@import url("../css/slimmenu.min.css");
@import url("../css/magnific-popup.css");
@import url("../css/aos.css");

/*  font-family: "Outfit", serif;
font-family: "Pacifico", serif; */

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

/*  */

:root {
	--primary: #FE0000;
	--secondary: #E29B29;
	--black: #0F0F0F;
	--white: #FFFFFF;
	--yellow: #E29B29;
	--textcolor: #3A3A3A;
	--lightprimary: #FE0000;
	--lightgray: #EFEFEF;
	--lightgraybold: #F7F7F7;
	--headingfont: "Poppins", sans-serif;
	--bodyfont: "Poppins", sans-serif;
	--sub_headfont: "Poppins", sans-serif;
}
html {
	overflow-x: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: var(--white);
	font-family: var(--bodyfont);
	color: var(--textcolor);
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0.5px;
	overflow-x: hidden;
	scroll-behavior: smooth;
	background-image: url(../images/Toping-Elements.svg);
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
p {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400;
}
@media (max-width: 1600px) {
	body,
	p {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	body,
	p {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0.3px;
	}
}
@media (max-width: 575px) {
	body,
	p {
		font-size: 15px;
	}
}
img {
	max-width: 100%;
	height: auto;
}
::-moz-selection {
	background-color: var(--primary);
	color: var(--white);
}
::-webkit-selection {
	background-color: var(--primary);
	color: var(--white);
}
::selection {
	background-color: var(--black);
	color: var(--white);
}
body::-webkit-scrollbar-track {
	background-color: var(--black)
}
body::-webkit-scrollbar {
	width: 10px
}
body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: var(--primary)
}

/* Typography */

b,
strong {
	font-weight: 700;
}
a {
	text-decoration: none;
	color: var(--primary);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
a:hover {
	color: var(--black);
	outline: 0;
}
a:focus-visible {
	outline: 2px solid var(--primary);
}
h1:not(.site-title):before,
h2:before {
	display: none;
}
h1,
.h1 {
	font-size: 90px;
	letter-spacing: 1px;
	line-height: 1.1;
	font-weight: 900 !important;
}
@media (max-width: 1600px) {
	h1,
	.h1 {
		font-size: 70px;
	}
}
@media (max-width: 1199px) {
	h1,
	.h1 {
		font-size: 56px;
	}
}
@media (max-width: 991px) {
	h1,
	.h1 {
		font-size: 48px;
		letter-spacing: 0.6px;
	}
}
@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 42px;
	}
}
@media (max-width: 575px) {
	h1,
	.h1 {
		font-size: 38px;
	}
}
@media (max-width: 400px) {
	h1,
	.h1 {
		font-size: 32px;
	}
}
h2,
.h2 {
	font-size: 70px;
	line-height: 1.15;
	letter-spacing: 1px;
}
h2.sm {
	font-size: 50px;
	line-height: 1.04;
	letter-spacing: 1px;
}
@media (max-width: 1600px) {
	h2,
	.h2 {
		font-size: 60px;
	}
	h2.sm {
		font-size: 46px;
	}
}
@media (max-width: 1400px) {
	h2,
	.h2 {
		font-size: 54px;
	}
	h2.sm {
		font-size: 42px;
	}
}
@media (max-width: 1199px) {
	h2,
	.h2 {
		font-size: 46px;
		line-height: 1.2;
		letter-spacing: 0.6px;
	}
	h2.sm {
		font-size: 38px;
	}
}
@media (max-width: 991px) {
	h2,
	.h2 {
		font-size: 40px;
	}
	h2.sm {
		font-size: 34px;
	}
}
@media (max-width: 767px) {
	h2,
	.h2 {
		font-size: 36px;
	}
	h2.sm {
		font-size: 30px;
	}
}
@media (max-width: 400px) {
	h2,
	.h2 {
		font-size: 30px;
	}
	h2.sm {
		font-size: 26px;
	}
}
h3,
.h3 {
	font-size: 34px;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: 0;
}
@media (max-width: 1600px) {
	h3,
	.h3 {
		font-size: 30px;
	}
}
@media (max-width: 1199px) {
	h3,
	.h3 {
		font-size: 26px;
	}
}
@media (max-width: 991px) {
	h3,
	.h3 {
		font-size: 24px;
		line-height: 1.2;
	}
}
@media (max-width: 767px) {
	h3,
	.h3 {
		font-size: 22px;
	}
}
@media (max-width: 400px) {
	h3,
	.h3 {
		font-size: 20px;
	}
}
h4,
.h4 {
	font-size: 28px;
	line-height: 1.3;
}
@media (max-width: 1199px) {
	h4,
	.h4 {
		font-size: 21px;
	}
}
@media (max-width: 991px) {
	h4,
	.h4 {
		font-size: 20px;
		line-height: 1.4;
	}
}
@media (max-width: 767px) {
	h4,
	.h4 {
		font-size: 19px;
	}
}
@media (max-width: 400px) {
	h4,
	.h4 {
		font-size: 18px;
	}
}
h5,
.h5 {
	font-size: 22px;
	line-height: 1.2;
}
@media (max-width: 1199px) {
	h5,
	.h5 {
		font-size: 21px;
	}
}
@media (max-width: 991px) {
	h5,
	.h5 {
		font-size: 20px;
		line-height: 1.4;
	}
}
@media (max-width: 767px) {
	h5,
	.h5 {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	h5,
	.h5 {
		font-size: 16px;
	}
}
.h1,
.h2,
h2.sm,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
	margin: 0 0 20px;
	font-family: var(--headingfont);
	color: var(--black);
	font-weight: 700;
	text-transform: uppercase;
}
.white h1 span,
.white h2 span,
.white h3 span,
.white h4 span,
.white h5 span,
.h1 span,
.h2 span,
h2.sm span,
.h3 span,
.h4 span,
.h5 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
	color: var(--secondary);
}
p,
ol,
ul,
blockquote {
	margin: 0 0 20px;
	padding: 0;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white p,
.white li,
.white span,
.white a {
	color: var(--white);
}
.white p a:hover {
	text-decoration: underline;
}
ol li,
ul li {
	list-style-type: none;
}
@media (max-width: 991px) {
	.h1,
	.h2,
	h2.sm,
	.h3,
	.h4,
	h1,
	h2,
	h3,
	h4,
	p,
	ol,
	ul,
	blockquote {
		margin: 0 0 15px;
	}
}
@media (max-width: 575px) {
	.h1,
	.h2,
	h2.sm,
	.h3,
	.h4,
	h1,
	h2,
	h3,
	h4,
	p,
	ol,
	ul,
	blockquote {
		margin: 0 0 10px;
	}
}

/* Forms */

.form-group {
	margin-bottom: 30px;
}
.form-group p {
    margin-bottom: 0;
}
.form-group p:last-child {
	margin-bottom: 0;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="month"],
input[type="number"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="file"],
textarea,
select {
	width: 100%;
	max-width: 100%;
	display: block;
	height: inherit;
	z-index: 1;
	margin: 0;
	padding: 17px 18px;
	background-color: var(--white);
	box-shadow: none;
	border: 1px solid var(--Lightgray-bold, #A5A5A5);
	background: var(--White, #FFF);
	border-radius: 14px;
	color: var(--black);
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	direction: ltr;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
input:focus,
select:focus,
textarea:focus {
	outline: 0;
	border-color: var(--black);
}
input::placeholder,
textarea::placeholder,
select::placeholder {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 26px;
	font-weight: 400;
	color: rgba(51, 51, 51, 0.50);
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 26px;
	font-weight: 400;
	color: rgba(51, 51, 51, 0.50);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 26px;
	font-weight: 400;
	color: rgba(51, 51, 51, 0.50);
}
select {
	background-image: url("../images/select_arrow.svg");
	background-size: 16px;
	background-position: 97% center;
	background-repeat: no-repeat;
	color: var(--textcolor);
	padding-right: 45px !important;
	cursor: pointer;
}
select option {
	color: rgba(51, 51, 51, 1);
}
textarea {
	height: 180px;
}
@media (max-width: 1600px) {
	input[type="color"],
	input[type="date"],
	input[type="datetime-local"],
	input[type="datetime"],
	input[type="month"],
	input[type="number"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	input[type="email"],
	input[type="search"],
	input[type="text"],
	input[type="password"],
	input[type="tel"],
	input[type="file"],
	textarea,
	select {
		padding: 15px 14px;
		font-size: 18px;
		line-height: 26px;
	}
	input::placeholder,
	textarea::placeholder,
	select::placeholder {
		font-size: 18px;
		line-height: 26px;
	}
	input::-moz-placeholder,
	textarea::-moz-placeholder,
	select::-moz-placeholder {
		font-size: 18px;
		line-height: 26px;
	}
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder,
	select::-webkit-input-placeholder {
		font-size: 18px;
		line-height: 26px;
	}
}
@media (max-width: 1199px) {
	input[type="color"],
	input[type="date"],
	input[type="datetime-local"],
	input[type="datetime"],
	input[type="month"],
	input[type="number"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	input[type="email"],
	input[type="search"],
	input[type="text"],
	input[type="password"],
	input[type="tel"],
	input[type="file"],
	textarea,
	select {
		padding: 13px 14px;
	}
	select {
		padding-right: 40px !important;
	}
	textarea {
		height: 130px;
	}
}
@media (max-width: 991px) {
	input[type="color"],
	input[type="date"],
	input[type="datetime-local"],
	input[type="datetime"],
	input[type="month"],
	input[type="number"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	input[type="email"],
	input[type="search"],
	input[type="text"],
	input[type="password"],
	input[type="tel"],
	input[type="file"],
	textarea,
	select {
		padding: 10px 12px;
		border-radius: 12px;
		font-size: 16px;
		line-height: 24px;
	}
	input::placeholder,
	textarea::placeholder,
	select::placeholder {
		font-size: 16px;
		line-height: 24px;
	}
	input::-moz-placeholder,
	textarea::-moz-placeholder,
	select::-moz-placeholder {
		font-size: 16px;
		line-height: 24px;
	}
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder,
	select::-webkit-input-placeholder {
		font-size: 16px;
		line-height: 24px;
	}
	textarea {
		height: 120px;
	}
	.form-group {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	select {
		padding-right: 25px !important;
		background-size: 14px;
		padding: 10px 16px;
	}
	.form-group {
		margin-bottom: 15px;
	}
}
@media (max-width: 575px) {
	.form-group {
		margin-bottom: 12px;
	}
}

/* Buttons */

.btn_holder {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 40px;
}
.btn_holder.left {
	justify-content: flex-start;
}
.btn_holder.right {
	justify-content: flex-end;
}
.btn_holder .my_btn {
	margin-left: 0 !important;
}
input[type="submit"],
button[type="submit"],
.my_btn {
	position: relative;
	cursor: pointer;
	padding: 17px 32px;
	min-width: 230px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--white);
	background-color: var(--primary);
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	border-radius: 100px;
	opacity: 1;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.my_btn img {
	width: 36px;
	height: 30px;
	object-fit: contain;
}
input[type="submit"].black_btn,
button[type="submit"].black_btn,
.my_btn.black_btn,
input[type="submit"]:hover,
button[type="submit"]:hover,
.my_btn:hover,
.my_btn:focus {
	background-color: var(--black);
	color: var(--white);
}
input[type="submit"].w_hover:hover,
button[type="submit"].w_hover:hover,
.my_btn.w_hover:hover,
.my_btn.w_hover:focus {
	background-color: var(--white);
	color: var(--primary);
}
input[type="submit"].w_hover:hover img,
button[type="submit"].w_hover:hover img,
.my_btn.w_hover:hover img,
.my_btn.w_hover:focus img {
	filter: brightness(0) saturate(100%) invert(13%) sepia(76%) saturate(6342%) hue-rotate(358deg) brightness(103%) contrast(117%);
}
.my_btn.white_btn {
	background-color: var(--white);
	color: var(--secondary);
	border: 1px solid var(--black);
	border-radius: 100px;
}
.my_btn.white_btn:hover {
	background-color: var(--black);
	color: var(--white);
	border: 1px solid var(--white);
}
.my_btn.md {
	min-width: 200px;
}
.my_btn.sm {
	padding: 10px 20px;
	min-width: inherit;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}
.my_btn:hover> img.btn_icon {
	display: inline-block;
	animation: swing 0.5s infinite linear;
}
.my_btn> i.fa-whatsapp {
	font-size: 140%;
	vertical-align: text-top;
	color: #4dcb5b;
}
.my_btn:hover> i.fa-whatsapp {
	color: var(--white);
}
@keyframes swing {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(6px);
	}
	100% {
		transform: translateX(0px);
	}
}
@media (max-width: 1600px) {
	input[type="submit"],
	button[type="submit"],
	.my_btn {
		padding: 14px 24px;
		min-width: 200px;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0.5px;
		gap: 10px;
	}
	.btn_holder {
		margin-top: 25px;
	}
	.my_btn img {
		width: 32px;
		height: 26px;
	}
}
@media (max-width: 1199px) {
	.btn_holder {
		margin-top: 20px;
		gap: 10px;
	}
}
@media (max-width: 991px) {
	input[type="submit"],
	button[type="submit"],
	.my_btn {
		padding: 12px 20px;
		font-size: 18px;
		line-height: 20px;
		min-width: inherit;
	}
	.my_btn.sm {
		padding: 7px 15px;
		font-size: 15px;
		line-height: 24px;
	}
	.my_btn.md {
		min-width: 160px;
	}
}
@media (max-width: 767px) {
	input[type="submit"],
	button[type="submit"],
	.my_btn {
		padding: 12px 20px;
		font-size: 16px;
		line-height: 20px;
		min-width: inherit;
		gap: 5px;
	}
	.my_btn img {
		width: 28px;
		height: 20px;
	}
	.my_btn+.my_btn {
		margin-left: 10px;
	}
	.my_btn.sm {
		padding: 8px 16px;
		font-size: 14px;
		line-height: 24px;
	}
	.my_btn.md {
		min-width: inherit;
	}
}
@media (max-width: 575px) {
	input[type="submit"],
	button[type="submit"],
	.my_btn {
		padding: 12px 20px;
		gap: 5px;
		letter-spacing: 0;
	}
}

/*  */

@media (min-width:1600px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1560px;
	}
}

/* ---- Header ----- */

.header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	display: block;
	padding: 50px 0;
}
.header.sticky {
	position: fixed;
	padding: 35px 0;
}

/*  */

.main_header {
	display: flex;
	align-items: center;
	background-color: var(--white);
	justify-content: end;
	border-radius: 200px;
	position: relative;
}
.sticky .main_header {
	box-shadow: 0 5px 25px 0px rgba(152, 101, 18, 0.2);
}
.main_header .logo {
	width: 205px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -10px;
}
.sticky .main_header .logo {
	width: 170px;
	padding: 18px 0;
}
.main_header .mainmenu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	padding-right: 30px;
}
.main_header .logo a {
	display: block;
	position: relative;
	z-index: 1;
}
.main_header .logo a img {
	width: 100%;
}
.main_header,
.mainmenu,
.logo,
.logo img,
.header {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
@media (max-width: 1600px) {
	.main_header .logo {
		width: 160px;
	}
	.sticky .main_header .logo {
		width: 130px;
	}
	.header {
		padding: 35px 0;
	}
	.header.sticky {
		padding: 30px 0;
	}
	.main_header .mainmenu {
		gap: 15px;
		padding-right: 20px;
	}
}
@media (max-width: 1199px) {
	.header,
	.header.sticky {
		position: absolute;
		box-shadow: none;
		padding: 32px 0;
	}
	.main_header,
	.sticky .main_header {
		padding: 12px;
	}
	.main_header .mainmenu {
		padding-right: 0;
		gap: 10px;
	}
	.header .container {
		position: relative;
	}
	.sticky .main_header .logo,
	.main_header .logo {
		width: 140px;
	}
}
@media (max-width: 991px) {
	.sticky .main_header .logo,
	.main_header .logo {
		width: 130px;
	}
}
@media (max-width: 767px) {
	.sticky .main_header .logo,
	.main_header .logo {
		width: 110px;
	}
	.main_header .mainmenu {
		gap: 5px;
	}
}
@media (max-width: 575px) {
	.main_header,
	.sticky .main_header {
		padding: 8px;
	}
	.main_header .logo {
		left: -5px;
	}
}
@media (max-width: 460px) {
	.main_header .my_btn img {
		display: none;
	}
	.header,
	.header.sticky {
		padding: 25px 0;
	}
	.sticky .main_header .logo,
	.main_header .logo {
		width: 100px;
	}
}

/************************ Billboard ************************/

.billboard {
	position: relative;
	background-color: var(--secondary);
	background-image: url(../images/Toping-Elements-White.svg);
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.header_gap {
	margin-top: 50px;
}
.billboard .item .container {
	position: relative;
	z-index: 3;
}
.billboard .item {
	position: relative;
	padding: 230px 0 110px;
	width: 100%;
	min-height: 650px;
	height: 100vh;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.billboard .item .caption {
	margin: 0 auto;
	text-align: center;
}
.billboard .item .caption h1 {
	text-transform: uppercase;
	text-shadow: 4px 4px 0px rgba(0, 0, 0, 1);
}
.billboard .item .caption h3 {
	text-transform: uppercase;
}
.billboard .item .caption .btn_holder {
	justify-content: center;
	margin-top: 15px;
	padding: 20px;
	gap: 10px;
	background-color: rgba(255, 255, 255, 0.2);
	display: inline-flex;
	border-radius: 60px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(4px);
}
.billboard .item .caption .btn_holder span {
	width: 50px;
	height: 50px;
	background-color: white;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--primary);
}
.billboard .item .caption .my_btn img {
	height: 30px;
	width: auto;
}
.billboard .banner_pizza {
	position: absolute;
	width: 33% !important;
	height: auto !important;
	object-fit: contain;
}
.billboard .banner_pizza.left {
	top: 25%;
	left: calc(0px - 20%);
	/* animation: rotate 100s infinite linear; */
}
.billboard .banner_pizza.right {
	bottom: -16%;
	right: calc(0px - 18%);
	/* animation: rotate-right 100s infinite linear; */
}
@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}
@keyframes rotate-right {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-359deg);
	}
}
.billboard .owl-carousel.white_arrow .owl-nav button.owl-prev,
.billboard .owl-carousel.white_arrow .owl-nav button.owl-next {
	background-color: rgba(255, 255, 255, 0.15);
}
.billboard .owl-carousel.white_arrow .owl-nav button.owl-prev::after,
.billboard .owl-carousel.white_arrow .owl-nav button.owl-next::after {
	color: var(--white);
	opacity: .7;
}
.billboard .owl-carousel.white_arrow .owl-nav button.owl-prev:hover,
.billboard .owl-carousel.white_arrow .owl-nav button.owl-next:hover {
	background-color: var(--primary);
}
.billboard .owl-carousel.white_arrow .owl-nav button.owl-prev:hover::after,
.billboard .owl-carousel.white_arrow .owl-nav button.owl-next:hover::after {
	opacity: 1;
}
.billboard .item .caption p {
	font-size: 24px;
}
.billboard .owl-item.active .item .caption .btn_holder,
.billboard .owl-item.active .item .caption h1,
.billboard .owl-item.active .item .caption h3,
.billboard .owl-item.active .item .caption p {
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: customFadeDown;
}
.billboard .owl-item.active .item .caption p,
.billboard .owl-item.active .item .caption .btn_holder {
	animation-name: customFadeUp;
}
.billboard .discount_badge.bottom {
	bottom: 30px;
	right: 130px;
}
@keyframes customFadeDown {
	from {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes customFadeUp {
	from {
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.edge_wave {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
}
@media (max-width: 1600px) {
	.billboard .item {
		padding: 160px 0 80px;
		min-height: 550px;
	}
	.billboard .item .caption p {
		font-size: 22px;
	}
}
@media (max-width: 1199px) {
	.billboard .item {
		height: auto;
	}
	.billboard .item .caption h1 {
		text-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
	}
	.billboard .item .caption .btn_holder {
		margin-top: 10px;
		padding: 10px;
		gap: 6px;
	}
	.billboard .item .caption p {
		font-size: 20px;
	}
	.billboard .item .caption p br {
		display: none;
	}
	.billboard .item .caption .my_btn img {
		height: 24px;
	}
	.billboard .item .caption .my_btn {
		gap: 8px;
	}
	.billboard .item .caption .btn_holder span {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	.billboard .banner_pizza.left {
		top: 30%;
	}
	.billboard .banner_pizza.right {
		bottom: -12%;
	}
}
@media (max-width: 991px) {
	.billboard .item .caption p {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.billboard .banner_pizza.left,
	.billboard .banner_pizza.right {
		bottom: -10%;
		top: inherit;
	}
	.billboard .banner_pizza.left {
		left: calc(0px - 18%);
	}
	.edge_wave {
		width: 150%;
		max-width: 150%;
	}
}
@media (max-width: 575px) {
	.billboard .item {
		padding: 140px 0 80px;
	}
	.billboard .item .caption .btn_holder {
		margin-top: 10px;
	}
	.billboard .item .caption h1 br,
	.billboard .item .caption h3 br,
	.billboard .item .caption p br {
		display: none;
	}
	.billboard .item .caption p {
		font-size: 16px;
	}
	.billboard .item .caption .btn_holder span {
		width: 36px;
		height: 36px;
		font-size: 16px;
	}
	.billboard .item .caption .btn_holder {
		padding: 7px;
	}
	.billboard .item .caption .my_btn {
		gap: 6px;
	}
}
@media (max-width: 400px) {
	.billboard .item {
		min-height: 500px;
		padding: 140px 0 60px;
	}
	.billboard .item .caption .btn_holder {
		padding: 10px;
		flex-direction: column;
		border-radius: 30px;
	}
	.billboard .item .caption .btn_holder span {
		display: none;
	}
	.billboard .banner_pizza.left,
	.billboard .banner_pizza.right {
		bottom: -4%;
	}
	.billboard .banner_pizza {
		width: 40% !important;
	}
	.billboard .item .caption p {
		font-size: 15px;
	}
	.edge_wave {
		width: 250%;
		max-width: 250%;
	}
}

/************************ Sections ************************/

.sections {
	padding: 100px 0;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sections.sm {
	padding: 60px 0;
}
.sections_title {
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}
.sections_title.left {
	text-align: left;
}
.sections_title h2 {
	margin-bottom: 25px;
}
.sections_title h2::after {
	content: '';
	display: block;
	margin: 18px auto 0;
	width: 150px;
	height: 12px;
	border-radius: 10px;
	background-color: var(--secondary);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 1);
}
.sections_title.left h2::after {
	margin-left: inherit;
}
.sections_title.no_line h2::after {
	display: none;
}
.sections_title.sm h2 {
	font-size: 40px;
}
.sections_title p {
	font-size: 22px;
	font-weight: 500;
}
.sections_title h4 {
	text-transform: inherit;
}
.sections_title h4 span {
	color: var(--primary);
}
.sections_title h2:last-child,
.sections_title p:last-child {
	margin-bottom: 0;
}
.rounded_ltr {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	width: 55px;
	background-color: var(--secondary);
	color: var(--black);
	font-size: 65%;
	border-radius: 100%;
	vertical-align: middle;
	margin-bottom: 12px;
}
.primary_bg {
	background-color: var(--primary);
}
.secondary_bg {
	background-color: var(--secondary);
}
.black_bg {
	background-color: var(--black);
}
.lightgray_bg {
	background-color: var(--lightgray);
}
.secondarylight_bg {
	background-color: rgba(226, 155, 41, 0.1);
}
.fit_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: var(--black);
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.fit_img.fullheight {
	height: 100%;
}
.owl-carousel.fullheight .owl-stage {
	display: flex;
	justify-content: center;
}
.owl-carousel.fullheight .owl-stage .owl-item {
	display: flex;
}
.fit_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.tb_space {
	margin-top: -12px;
	margin-bottom: -12px;
}
.tb_space>div {
	padding-top: 12px;
	padding-bottom: 12px;
}
.extra_space {
	margin-right: -25px;
	margin-left: -25px;
}
.extra_space> div {
	padding-right: 25px;
	padding-left: 25px;
}

/* All animation Changes start*/

[data-aos=fade-down] {
	transform: translate3d(0, -30px, 0);
}
[data-aos=fade-up] {
	transform: translate3d(0, 30px, 0);
}
[data-aos=fade-left] {
	transform: translate3d(30px, 0, 0);
}
[data-aos=fade-right] {
	transform: translate3d(-30px, 0, 0);
}

/* All animation Changes end*/

@media (max-width: 1600px) {
	.sections {
		padding: 80px 0;
	}
	.sections.sm {
		padding: 50px 0;
	}
	.sections_title {
		margin-bottom: 25px;
	}
	.sections_title p {
		font-size: 20px;
	}
	.sections_title p br {
		display: none;
	}
	.sections_title.sm h2 {
		font-size: 36px;
	}
	.sections_title h2::after {
		margin: 14px auto 0;
		width: 120px;
		height: 10px;
	}
	.extra_space {
		margin-right: -20px;
		margin-left: -20px;
	}
	.extra_space> div {
		padding-right: 20px;
		padding-left: 20px;
	}
	.rounded_ltr {
		height: 46px;
		width: 46px;
		margin-bottom: 8px;
	}
}
@media (max-width: 1199px) {
	.extra_space {
		margin-right: -10px;
		margin-left: -10px;
	}
	.extra_space> div {
		padding-right: 10px;
		padding-left: 10px;
	}
	.rounded_ltr {
		height: 40px;
		width: 40px;
	}
}
@media (max-width: 991px) {
	.sections {
		padding: 60px 0;
	}
	.sections.sm {
		padding: 40px 0;
	}
	.sections_title br {
		display: none;
	}
	.sections_title p {
		font-size: 18px;
	}
	.sections_title.sm h2 {
		font-size: 32px;
	}
	.extra_space {
		margin-right: 0;
		margin-left: 0;
	}
	.extra_space> div {
		padding-right: 0;
		padding-left: 0;
	}
	.rounded_ltr {
		height: 34px;
		width: 34px;
	}
}
@media (max-width: 767px) {
	.sections {
		padding: 50px 0;
	}
	.sections.sm {
		padding: 35px 0;
	}
	.sections_title {
		margin-bottom: 20px;
	}
	.sections_title h2 {
		margin-bottom: 10px;
	}
	.sections_title p {
		font-size: 16px;
	}
	.sections_title.sm h2 {
		font-size: 26px;
	}
	.sections_title h2::after {
		margin: 10px auto 0;
		width: 100px;
		height: 8px;
	}
	.rounded_ltr {
		height: 30px;
		width: 30px;
		margin-bottom: 5px;
	}
}
@media (max-width: 575px) {
	.tb_space {
		margin-top: -8px;
		margin-bottom: -8px;
	}
	.tb_space>div {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.rounded_ltr {
		height: 26px;
		width: 26px;
	}
}

/* Offers */

#offer_slider .item {
	padding: 0 5px 5px 0;
}
.offer_item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 30px;
	border-radius: 20px;
	padding: 40px;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 280px;
	overflow: hidden;
	margin: 0 auto;
	box-shadow: 5px 5px 0 var(--secondary);
}
.offer_item .offer_icon {
	width: 170px;
	height: 170px;
	flex: 0 0 170px;
	object-fit: contain;
	object-position: center;
}
.offer_item:hover .offer_icon {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
}
@keyframes shake {
	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}
	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}
	30%,
	50%,
	70% {
		transform: translate3d(-2px, 0, 0);
	}
	40%,
	60% {
		transform: translate3d(2px, 0, 0);
	}
}
.offer_item * {
	z-index: 2;
}
.offer_item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(15, 15, 15, 0.6) 50%, rgba(15, 15, 15, 0) 100%);
	z-index: 1;
}
.offer_item h3,
.offer_item p {
	margin-bottom: 10px;
	-webkit-transition: .15s cubic-bezier(.1, .1, 1, 1);
	-moz-transition: .15s cubic-bezier(.1, .1, 1, 1);
	transition: .15s cubic-bezier(.1, .1, 1, 1)
}
.offer_item:hover h3 {
	color: var(--primary);
}
.offer_item .btn_text {
	color: var(--primary);
	text-transform: uppercase;
	font-weight: 600;
}
#offer_slider .owl-dots {
	position: static;
	transform: none;
	margin-top: 30px;
	align-items: center;
}

/* Menu Slider */

.menu_item {
	border: 3px solid var(--secondary);
	border-radius: 20px;
	padding: 50px 30px;
	background-color: var(--white);
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.menu_item .fit_img {
	padding: 0 20px;
	height: 260px;
	background-color: transparent;
}
.menu_item h3 {
	margin-bottom: 10px;
}
.menu_item .fit_img img {
	object-fit: contain;
}
.menu_item .menu_text *:last-child {
	margin-bottom: 0;
}
#menu_slider {
	position: relative;
}
#menu_slider .owl-stage-outer {
	overflow: visible;
}
#menu_slider::before,
#menu_slider::after {
	content: '';
	position: absolute;
	width: 12%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
	z-index: 1;
}
#menu_slider::after {
	left: inherit;
	right: 0;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
}

/* Store */

.store_box {
	max-width: calc(100% - 120px);
	margin: 0 auto;
	border-radius: 40px;
	overflow: hidden;
	align-items: center;
	background-color: var(--black);
}
#store_slider {
	height: 100%;
	min-height: 700px;
}
.store_box .store_text {
	padding: 60px;
	position: relative;
}
.store_box .store_text::before,
.store_box .store_text::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	background-image: url(../images/toppings-top.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}
.store_box .store_text::after {
	transform: scaleY(-1);
	top: inherit;
	bottom: 0;
}

/* You Deserve Fresh */

.you_deserve {
	width: calc(100% - 150px);
	margin: 0 auto;
	border-radius: 50px;
	margin-bottom: 100px;
}
:root {
	--circle_w: 300px;
	--circle_h: 300px;
}
.fresh_card {
	width: var(--circle_w);
	height: var(--circle_h);
	margin: 50px auto 30px;
	position: relative;
	border-radius: 100vmax;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fresh_card .fit_img {
	height: 100%;
	width: 100%;
	border-radius: 100%;
	border: solid 3px var(--primary);
}
.fresh_card .h3 {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--primary);
	height: 60px;
	width: 60px;
	text-align: center;
	border-radius: 100%;
	margin-bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fresh_card svg {
	position: absolute;
	width: calc(var(--circle_w) + 80px);
	height: calc(var(--circle_h) + 80px);
	;
	z-index: 1;
	letter-spacing: 0;
}
.fresh_card svg textPath {
	fill: var(--white);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

/* About A2Z Pizza */

.about_img {
	border-radius: 40px;
}
@media (max-width: 1600px) {
	.about_img {
		border-radius: 30px;
	}
	:root {
		--circle_w: 250px;
		--circle_h: 250px;
	}
	.you_deserve {
		width: calc(100% - 100px);
		border-radius: 40px;
		margin-bottom: 70px;
	}
	.fresh_card {
		margin: 40px auto 20px;
	}
	.fresh_card svg {
		width: calc(var(--circle_w) + 60px);
		height: calc(var(--circle_h) + 60px);
	}
	.fresh_card .h3 {
		bottom: -22px;
		height: 50px;
		width: 50px;
	}
}
@media (max-width: 1400px) {
	:root {
		--circle_w: 230px;
		--circle_h: 230px;
	}
	.you_deserve {
		width: calc(100% - 60px);
		border-radius: 40px;
		margin-bottom: 70px;
	}
	.fresh_card svg {
		width: calc(var(--circle_w) + 60px);
		height: calc(var(--circle_h) + 60px);
	}
}
@media (max-width: 1199px) {
	:root {
		--circle_w: 190px;
		--circle_h: 190px;
	}
	.you_deserve {
		width: calc(100% - 40px);
		border-radius: 30px;
		margin-bottom: 60px;
	}
	.fresh_card svg {
		width: calc(var(--circle_w) + 50px);
		height: calc(var(--circle_h) + 50px);
	}
	.about_img {
		border-radius: 25px;
	}
	.fresh_card .h3 {
		bottom: -20px;
		height: 46px;
		width: 46px;
	}
}
@media (max-width: 991px) {
	:root {
		--circle_w: 230px;
		--circle_h: 230px;
	}
	.you_deserve {
		width: calc(100% - 80px);
		border-radius: 30px;
		margin-bottom: 50px;
	}
	.fresh_card svg {
		width: calc(var(--circle_w) + 60px);
		height: calc(var(--circle_h) + 60px);
	}
	.about_img {
		border-radius: 25px;
	}
	.fresh_card .h3 {
		bottom: -24px;
		height: 50px;
		width: 50px;
	}
	.about_img {
		border-radius: 20px;
		margin-bottom: 30px;
		height: auto;
	}
}
@media (max-width: 767px) {
	.about_img {
		border-radius: 15px;
		margin-bottom: 20px;
	}
	.you_deserve {
		width: calc(100% - 50px);
		border-radius: 24px;
	}
}
@media (max-width: 575px) {
	.about_img {
		border-radius: 10px;
	}
	.fresh_card svg textPath {
		font-size: 14px;
	}
}
@media (max-width: 350px) {
	.you_deserve {
		width: calc(100% - 30px);
	}
	:root {
		--circle_w: 220px;
		--circle_h: 220px;
	}
	.fresh_card svg {
		width: calc(var(--circle_w) + 50px);
		height: calc(var(--circle_h) + 50px);
	}
	.fresh_card .h3 {
		bottom: -18px;
		height: 40px;
		width: 40px;
	}
}

/* Catering */

.catering_item {
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0 30px;
	gap: 35px;
	border-right: 2px solid #D9D9D9;
	height: 100%;
}
.catering_item *:last-child {
	margin-bottom: 0;
}
.catering_item .fit_icon {
	width: 210px;
	height: 210px;
	border-radius: 200px;
	background-color: #FFF8EE;
	border: 2px solid #FFF0D9;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
}
.catering_item .fit_icon img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.row> div:last-child> .catering_item {
	border-right: none;
}

/* Topping Element BG */

.topping_bg {
	background-image: url(../images/Toping-Elements.svg);
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.topping_bg.white {
	background-image: url(../images/Toping-Elements-White-11.svg);
}

/* Gallery Instagram */

.gallery_section {
	background-color: var(--black);
	padding: 60px 3px 0;
	position: relative;
}
.gallery {
	padding: 0 5px;
}
.gallery .fit_img {
	padding-bottom: 120%;
	display: block;
	border-radius: 50px 50px 0 0;
	background-color: var(--primary);
}
.gallery .fit_img img {
	position: absolute;
	-webkit-transition: .15s cubic-bezier(.1, .1, 1, 1);
	-moz-transition: .15s cubic-bezier(.1, .1, 1, 1);
	transition: .15s cubic-bezier(.1, .1, 1, 1);
	transform: scale(1.005);
}
.gallery .fit_img:hover img {
	opacity: .5;
	transform: scale(1.04);
	filter: blur(2px);
}
.gallery .fit_img:before {
	content: '\2b';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(2);
	opacity: 0;
	z-index: 1;
	color: var(--white);
	-webkit-transition: .15s cubic-bezier(.1, .1, 1, 1);
	-moz-transition: .15s cubic-bezier(.1, .1, 1, 1);
	transition: .15s cubic-bezier(.1, .1, 1, 1)
}
.gallery .col-lg .fit_img:before {
	font-size: 40px
}
.gallery .fit_img:hover:before {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1
}
.instaTitle {
	text-align: center;
	margin-bottom: 55px;
}
.instaTitle h2 i.fa-instagram {
	background: linear-gradient(225deg, #d100a1 0%, #FE0000 50%, #f0bf01 90%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.instaTitle h2 a {
	display: inline-block;
	text-align: center;
	background: linear-gradient(90deg, #FE0000 0%, #E29B29 72%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.instaTitle h2 a:hover {
	background: linear-gradient(225deg, #FE0000 0%, #E29B29 72%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.instaTitle h2 a:hover i.fa-instagram {
	background: linear-gradient(45deg, #d100a1 0%, #FE0000 50%, #f0bf01 90%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: .2s ease-in-out;
	transform: scale(.8)
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: .3s ease-out
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1)
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(.8);
	opacity: 0
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}

/* Footer */

.footer {
	background-color: var(--black);
	position: relative;
	z-index: 3;
	padding-top: 80px;
}
.footer h3 {
	font-size: 30px;
	margin-bottom: 25px;
}
.footer .btn_holder {
	margin-top: 25px;
}
.footer ul {
	margin-bottom: 0;
}
.footer ul li a {
	color: rgba(255, 255, 255, 1);
	display: flex;
}
.footer p a:hover,
.footer ul li a:hover {
	color: var(--primary);
}
.footer_center {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
.footer_logo {
	width: 320px;
	display: block;
}
.footer_logo img {
	width: 100%;
}
.footer .contact_info ul li {
	margin-bottom: 20px;
}
.footer .contact_info ul li,
.footer .contact_info ul li a {
	display: flex;
	align-items: center;
	gap: 12px;
}
.footer .contact_info ul li i {
	width: 54px;
	height: 54px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.15);
	color: var(--secondary);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.footer .contact_info ul li a:hover i {
	color: var(--white);
	background-color: var(--primary);
}
ul.arrow_list li {
	margin-bottom: 12px;
}
ul.arrow_list li a {
	position: relative;
	padding-left: 20px;
	display: inline-block;
}
ul.arrow_list li a:before {
	content: '\f105';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 1px;
	left: 0;
	-webkit-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}
ul.arrow_list li a:hover:before {
	left: 4px;
}
.contact_info+ .social_media {
	margin-top: 30px;
}
.social_media h3 {
	margin-bottom: 15px;
}
.social_media ul {
	display: flex;
	gap: 15px;
}
.social_media ul:last-child,
.social_media ul li {
	margin-bottom: 0;
	padding: 0;
}
.social_media ul li a {
	width: 54px;
	height: 54px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: var(--secondary);
	color: var(--black) !important;
	font-size: 26px;
	border-radius: 100%;
}
.social_media ul li a:hover {
	color: var(--white) !important;
	background: var(--primary);
}
.quick_links {
	margin-top: 60px;
}
.quick_links ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.quick_links ul li {
	text-transform: uppercase;
	padding: 0 35px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
}
.quick_links ul li a {
	line-height: 1;
}
.footer .copyright {
	margin-top: 80px;
	padding: 25px 0;
	background-color: var(--secondary);
}
.footer .copyright .container {
	display: flex;
	gap: 15px;
	justify-content: space-between;
}
.footer .copyright p {
	margin-bottom: 0;
	font-size: 18px;
	color: var(--black);
}
.footer .copyright p a {
	color: var(--black);
	text-decoration: underline;
}
.footer .copyright p a:hover {
	text-decoration: none;
}
.ft_logo {
	order: 1;
}
.open_hours {
	order: 2;
}
.go-up {
	background-color: var(--black);
	border: 2px solid rgba(255, 255, 255, 0.5);
	color: var(--white);
	cursor: pointer;
	width: 40px;
	height: 30px;
	position: fixed;
	font-size: 18px;
	line-height: 34px;
	right: 30px;
	bottom: -40px;
	border-radius: 20px 20px 0 0;
	border-bottom: none;
	text-align: center;
	z-index: 100;
	transition: all 0.25s ease-in-out;
}
.go-up:hover {
	background-color: var(--primary);
	color: var(--white);
}
@media (max-width: 1600px) {
	.gallery .fit_img {
		border-radius: 40px 40px 0 0;
	}
	.catering_item {
		padding: 0 25px;
		gap: 25px;
	}
	.catering_item .fit_icon {
		width: 170px;
		height: 170px;
		padding: 30px;
	}
	.menu_item {
		padding: 50px 20px;
	}
	.menu_item .fit_img {
		height: 230px;
	}
	.offer_item {
		gap: 10px;
		padding: 20px 30px;
		min-height: 230px;
	}
	.offer_item .offer_icon {
		height: 140px;
		flex: 0 0 140px;
	}
}
@media (max-width: 1199px) {
	.gallery_section {
		padding: 50px 3px 0;
	}
	.instaTitle {
		text-align: center;
		margin-bottom: 35px;
	}
	.footer_center {
		gap: 30px;
	}
	.footer_logo {
		width: 250px;
	}
	.footer .contact_info ul li i {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}
	.quick_links ul li {
		padding: 0 25px;
		font-size: 20px;
	}
	.footer h3 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.gallery .fit_img {
		border-radius: 30px 30px 0 0;
	}
	.catering_item {
		padding: 0 20px;
		gap: 20px;
	}
	.catering_item .fit_icon {
		width: 150px;
		height: 150px;
		padding: 25px;
	}
	.offer_item {
		gap: 5px;
		padding: 15px 20px;
		min-height: 210px;
	}
	.offer_item .offer_icon {
		height: 100px;
		flex: 0 0 100px;
	}
	.footer {
		padding-top: 50px;
	}
	.social_media ul {
		gap: 10px;
	}
	.social_media ul li a {
		width: 46px;
		height: 46px;
		font-size: 22px;
	}
	.gallery .fit_img:before {
		font-size: 46px;
	}
	.footer .copyright p {
		font-size: 16px;
	}
	.footer .copyright {
		margin-top: 50px;
		padding: 20px 0;
	}
}
@media (max-width: 991px) {
	.ft_logo,
	.open_hours {
		order: 0;
	}
	.gallery_section {
		padding: 40px 3px 0;
	}
	.instaTitle {
		margin-bottom: 35px;
	}
	.gallery .fit_img {
		border-radius: 20px 20px 0 0;
	}
	.catering_item {
		border-bottom: 2px solid #D9D9D9;
		border-right: none;
		padding: 30px 0;
	}
	.row> div:last-child .catering_item {
		border-bottom: none;
	}
	.menu_item {
		padding: 40px 20px;
	}
	#menu_slider::before,
	#menu_slider::after {
		width: 20%;
	}
	.offer_item {
		gap: 15px;
		padding: 15px 30px;
	}
	.offer_item .offer_icon {
		height: 140px;
		flex: 0 0 140px;
	}
	.footer .mt-5 {
		margin-top: 2rem!important;
	}
	.footer .copyright .container {
		text-align: center;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 10px;
	}
	.gallery .fit_img:before {
		font-size: 42px;
	}
	.quick_links ul li {
		padding: 0 20px;
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.gallery .row> div {
		flex: 0 0 33.3333%;
	}
	.gallery .row> div:nth-last-child(1),
	.gallery .row> div:nth-last-child(2) {
		flex: 0 0 50%;
	}
	.gallery .fit_img {
		border-radius: 20px;
	}
	.gallery_section {
		padding: 30px 3px 0;
	}
	.instaTitle {
		margin-bottom: 20px;
	}
	.footer {
		padding-top: 50px;
	}
	.go-up {
		width: 34px;
		height: 24px;
		font-size: 14px;
		line-height: 24px;
	}
	.footer .copyright p {
		font-size: 14px;
	}
	.gallery .fit_img:before {
		font-size: 36px;
	}
	.footer .mt-5 {
		margin-top: 0 !important;
	}
	.footer .row> div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer_center {
		gap: 30px;
		margin-bottom: 15px;
	}
	.quick_links ul {
		flex-wrap: wrap;
		row-gap: 20px;
	}
	.quick_links {
		margin-top: 40px;
	}
	.footer .contact_info ul li i {
		width: 46px;
		height: 46px;
		font-size: 16px;
	}
	.footer .copyright .container {
		gap: 5px;
	}
	.footer h3 {
		text-align: center;
		font-size: 24px;
		margin-bottom: 15px;
	}
}
@media (max-width: 575px) {
	.gallery .fit_img {
		border-radius: 14px;
	}
	.gallery .fit_img:before {
		font-size: 30px;
	}
	.offer_item {
		gap: 10px;
		padding: 15px 20px;
		min-height: 180px;
		border-radius: 14px;
		box-shadow: 3px 3px 0 var(--secondary);
	}
	.offer_item .offer_icon {
		height: 100px;
		flex: 0 0 100px;
	}
	.footer ul li {
		margin-bottom: 6px;
	}
	.footer .row> div {
		padding-bottom: 20px;
	}
	.footer .copyright {
		margin-top: 20px;
		padding: 15px 0;
	}
	.social_media ul li a {
		width: 42px;
		height: 42px;
		font-size: 20px;
	}
	.footer .copyright {
		margin-top: 40px;
	}
	.quick_links {
		margin-top: 30px;
	}
	.footer_logo {
		width: 200px;
	}
}
@media (max-width: 460px) {
	.menu_item {
		padding: 30px 15px;
	}
	#menu_slider::before,
	#menu_slider::after {
		width: 10%;
	}
	.menu_item .fit_img {
		height: 180px;
	}
	.offer_item {
		min-height: 160px;
	}
	.offer_item .offer_icon {
		display: none !important;
	}
	.offer_item::before {
		background: linear-gradient(90deg, rgba(15, 15, 15, 0.7) 50%, rgba(15, 15, 15, 0.4) 100%);
	}
	#offer_slider .owl-dots {
		margin-top: 15px;
	}
	.menu_item {
		padding: 20px 10px;
	}
	.gallery .row> div {
		flex: 0 0 50%;
	}
	.gallery .row> div:nth-last-child(1) {
		flex: 0 0 100%;
	}
	.gallery .row> div:nth-last-child(1) .fit_img {
		padding-bottom: 80%;
	}
}

/* Internal Page */

.internal_cover {
	background-color: var(--black);
	height: auto;
}
.internal_cover .item {
	min-height: 650px;
	height: auto;
}

/* Logo marquee efects */
.marquee_slider {
	-webkit-flex-flow: row;
	-moz-flex-flow: row;
	-o-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-o-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	overflow: visible;
	margin-top: 70px;
	gap: 20px;
}
.marquee_slider::before,
.marquee_slider::after{
	position:absolute;
	background-image:linear-gradient(to right,rgba(15,15,15,1) 10%,rgba(15,15,15,0) 100%);
	content:'';
	height:100%;
	width:20%;
	z-index:2;pointer-events:none;
}
.marquee_slider::before{
	left:0;
	top:0;
}
.marquee_slider::after{
	right:0;
	top:0;
	transform:rotateZ(180deg);
}
.marquee_slider .marquee_component {
	justify-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	gap: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-animation: marquee 30s linear infinite;
	-moz-animation: marquee 30s linear infinite;
	-o-animation: marquee 30s linear infinite;
	-ms-animation: marquee 30s linear infinite;
	animation: marquee 30s linear infinite;
}
.marquee_slider .marquee_component .marquee_img {
	height: 150px;
	border-radius: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex: 0 0 200px;
	-moz-flex: 0 0 200px;
	-o-flex: 0 0 200px;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	box-shadow: none;
}
.marquee_slider .marquee_component .marquee_img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}
.marquee_slider .marquee_component .marquee_img:hover img {
	transform: rotate(15deg);
}
@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@-moz-keyframes marquee {
	0% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@-o-keyframes marquee {
	0% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@-ms-keyframes marquee {
	0% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@keyframes marquee {
	0% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

/* Menu Page */
.nav-tabs {
	border: none;
	margin-bottom: 30px;
	display: flex;
	gap: 30px;
}
.nav-tabs .my_btn {
	font-size: 28px;
	padding: 19px;
	flex: 1 1 auto;
	border: 2px solid var(--black);
	background-color: var(--white);
	color: var(--black);
	overflow: visible;
	margin-bottom: 40px;
}
.nav-tabs .my_btn img {
	width: 40px;
	height: 40px;
	filter: brightness(1) invert(1);
	transition: all 0.25s ease-in-out;
}
.nav-tabs .my_btn:hover img,
.nav-tabs .my_btn.active img {
	filter: brightness(0) invert(1);
}
.nav-tabs .my_btn::after {
	content: '';
	position: absolute;
	bottom: -60%;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 34px;
	height: 52px;
	background-image: url(../images/down-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease-in-out;
}
.nav-tabs .my_btn.active::after {
	opacity: 1;
	visibility: visible;
	bottom: -80%;
}
.nav-tabs .my_btn:hover,
.nav-tabs .my_btn.active {
	background-color: var(--black);
	color: var(--white);
}
.menu_page .menu_img {
	border-radius: 40px;
	border: 4px solid var(--black);
}

/* Deals Page CSS Start */

.offer_wrapper .row {
	background-color: #F8E6C9;
	padding: 70px 100px;
	position: relative;
	margin-bottom: 80px;
}
.offer_wrapper .row::before,
.offer_wrapper .row::after {
	content: '';
	position: absolute;
	top: 0;
	background-image: url('../images/zig_zag_shpape.svg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 39px;
	height: 100%;
	z-index: 1;
	background-color: var(--white);
}
.offer_wrapper .row::before {
	left: 0;
}
.offer_wrapper .row::after {
	right: 0;
	transform: scaleX(-1);
}
.offer_wrapper .row:last-child {
	margin-bottom: 0;
}
.coupon {
	display: flex;
	align-items: center;
	gap: 25px;
}
.coupon h4 {
	margin-bottom: 0;
}
.coupon_box {
	background-color: var(--white);
	padding: 16px 40px;
	border: 1px solid var(--black);
	border-radius: 100px;
}
.promo_img {
	height: 321px;
	border-radius: 30px;
	border: 4px solid var(--black);
}
@media (max-width: 1600px) {
	.internal_cover .item {
		min-height: 500px;
		height: auto;
		padding: 160px 0 50px;
	}
	.offer_wrapper .row::before,
	.offer_wrapper .row::after {
		width: 35px;
	}
	.offer_wrapper .row {
		padding: 60px 80px;
		margin-bottom: 70px;
	}
	.offer_wrapper .row .col-lg-7 {
		padding-right: 20px;
	}
	.offer_wrapper .row h2 br,
	.offer_wrapper .row p br {
		display: none;
	}
	.promo_img {
		height: 300px;
		border-radius: 25px;
	}
	.marquee_slider {
		margin-top: 50px;
		gap: 10px;
	}
	.marquee_slider .marquee_component .marquee_img {
		height: 110px;
		flex: 0 0 140px;
	}
	.nav-tabs .my_btn {
		flex-direction: column;
		flex: 1;
		font-size: 22px;
		line-height: 24px;
		padding: 10px 15px;
	}
	.nav-tabs .my_btn.active::after {
		bottom: -54%;
	}
}
@media (max-width: 1199px) {
	.offer_wrapper .row {
		padding: 40px 50px;
		margin-bottom: 70px;
	}
	.offer_wrapper .row::before,
	.offer_wrapper .row::after {
		width: 30px;
	}
	.promo_img {
		height: 275px;
		border-radius: 20px;
		border: 3px solid var(--black);
	}
}
@media (max-width: 991px) {
	.internal_cover .item {
		min-height: 350px;
		padding: 150px 0 40px;
	}
	.marquee_slider {
		margin-top: 40px;
	}
	.marquee_slider .marquee_component .marquee_img {
		height: 100px;
		flex: 0 0 110px;
	}
	.offer_wrapper .row {
		padding: 45px 50px;
		margin-bottom: 60px;
		text-align: center;
	}
	.offer_wrapper .row::before,
	.offer_wrapper .row::after {
		width: 22px;
		background-repeat: repeat-y;
		background-size: 23px 261px;
	}
	.offer_wrapper .row .col-lg-7 {
		padding-right: 0;
	}
	.promo_img {
		height: 250px;
		border: 2px solid var(--black);
		margin-bottom: 20px;
	}
	.coupon {
		flex-direction: column;
		justify-content: center;
		gap: 15px;
	}
	.menu_page .menu_img {
		border-radius: 30px;
		border: 3px solid var(--black);
	}
	.nav-tabs {
		margin-bottom: 20px;
		gap: 20px;
	}
	.nav-tabs .my_btn {
		flex: 0 0 50%;
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 0;
		max-width: calc(50% - 10px);
		margin: 0;
	}
	.nav-tabs .my_btn::after {
		display: none;
	}
}
@media (max-width: 767px) {
	.offer_wrapper .row {
		padding: 30px 40px;
		margin-bottom: 60px;
		text-align: center;
	}
	.coupon {
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
	}
	.promo_img {
		height: 200px;
		width: 100%;
		border-radius: 14px;
		margin-bottom: 15px;
	}
	.marquee_slider .marquee_component {
		animation: marquee 20s linear infinite;
	}
}
@media (max-width: 575px) {
	.internal_cover .item {
		min-height: 300px;
		padding: 130px 0 30px;
	}
	.marquee_slider {
		margin-top: 30px;
	}
	.marquee_slider .marquee_component .marquee_img {
		height: 80px;
		flex: 0 0 80px;
	}
	.offer_wrapper .row {
		padding: 20px 25px;
		margin-bottom: 40px;
		text-align: center;
	}
	.offer_wrapper .row::before,
	.offer_wrapper .row::after {
		width: 14px;
		background-size: 16px 181px;
	}
	.nav-tabs .my_btn {
		flex: 0 0 100%;
		font-size: 18px;
		line-height: 22px;
		max-width: 100%;
	}
	.menu_page .menu_img {
		border-radius: 20px;
		border: 2px solid var(--black);
	}
}

/* Deals Page CSS End */


/* Catering Page CSS Start */

.sub_title {
	display: block;
	color: var(--secondary) !important;
	font-size: 30px;
	line-height: 1.06;
	letter-spacing: 0;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/* Why choose us and simple & hassle-free section */

.why_simple_wrapper .row {
	margin-bottom: 100px;
	background-color: #FFF8ED;
	border: 3px solid #FFF0D9;
	border-radius: 40px;
	overflow: hidden;
}
.why_simple_wrapper .row:last-child {
	margin-bottom: 0;
}
.text {
	padding: 50px;
}
.text h2:last-child,
.text p:last-child {
	margin-bottom: 0;
}
.why_simple_wrapper .row .fit_img {
	height: 694px;
}
@media (max-width: 1600px) {
	.why_simple_wrapper .row {
		margin-bottom: 80px;
		border-radius: 30px;
	}
	.why_simple_wrapper .row .fit_img {
		height: 600px;
	}
	.text {
		padding: 50px 40px;
	}
}
@media (max-width: 1199px) {
	.text {
		padding: 30px;
	}
	.why_simple_wrapper .row {
		margin-bottom: 70px;
		border-radius: 20px;
	}
	.why_simple_wrapper .row .fit_img {
		min-height: 550px;
		height: 550px;
	}
}
@media (max-width: 991px) {
	.why_simple_wrapper .row {
		margin-bottom: 50px;
		border-radius: 15px;
	}
	.why_simple_wrapper .row .fit_img {
		min-height: unset;
		height: 400px;
	}
}
@media (max-width: 767px) {
	.text {
		padding: 20px;
	}
	.why_simple_wrapper .row {
		margin-bottom: 40px;
		border-width: 2px;
	}
	.why_simple_wrapper .row .fit_img {
		height: auto;
	}
}
@media (max-width: 575px) {
	.text {
		padding: 15px;
	}
	.why_simple_wrapper .row {
		margin-bottom: 40px;
		border-radius: 5px;
	}
}

/* Why choose us and simple & hassle-free section */


/* What People Are Saying Section CSS Start */

.people {
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
.testimonial_box {
	background-color: var(--black);
	display: flex;
	flex-direction: column;
	padding: 60px 50px;
	text-align: center;
	border-radius: 20px;
	height: 100%;
}
.testimonial_box p {
	font-size: 25px;
	line-height: 1.5;
	margin-bottom: 25px;
}
.testimonial_box p:last-child {
	margin-bottom: 0;
}
.name {
	font-size: 22px;
	font-family: var(--headingfont);
	font-weight: 700;
	line-height: 1.45;
	margin-top: auto;
}
.name span {
	font-weight: 400;
}
@media (max-width: 1600px) {
	.testimonial_box p {
		font-size: 22px;
	}
	.name {
		font-size: 21px;
	}
	.testimonial_box {
		padding: 40px;
	}
}
@media (max-width: 1199px) {
	.people {
		margin-bottom: 20px;
	}
	.testimonial_box p {
		font-size: 22px;
	}
	.name {
		font-size: 20px;
	}
	.testimonial_box {
		padding: 30px;
		border-radius: 15px;
	}
}
@media (max-width: 991px) {
	.testimonial_box {
		padding: 25px;
	}
	.testimonial_box p {
		font-size: 20px;
	}
	.name {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.testimonial_box {
		padding: 20px;
	}
	.testimonial_box p {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.testimonial_box {
		padding: 15px;
	}
	.testimonial_box p,
	.name {
		font-size: 16px;
	}
}

/* What People Are Saying Section CSS End */


/* Ready to Cater Your Event? Section Start */

.cater_event {
	text-align: center;
	border-radius: 40px;
	padding: 90px 60px;
	position: relative;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url('../images/Toping-Elements-2.svg');
	background-color: #F3A932;
}
.cater_event> * {
	position: relative;
	z-index: 1;
}
.cater_event p {
	font-size: 26px;
}
@media (max-width: 1600px) {
	.cater_event {
		border-radius: 30px;
		padding: 80px 40px;
	}
}
@media (max-width: 1199px) {
	.cater_event {
		border-radius: 25px;
		padding: 80px 40px;
	}
	.testimonial_box {
		padding: 20px;
	}
	.testimonial_box p {
		font-size: 20px;
	}
	.cater_event p {
		font-size: 22px;
	}
}
@media (max-width: 991px) {
	.cater_event {
		border-radius: 20px;
		padding: 40px;
	}
	.cater_event p br {
		display: none;
	}
	.testimonial_box {
		padding: 30px;
	}
	.cater_event p {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.cater_event {
		border-radius: 15px;
		padding: 30px;
	}
	.cater_event p {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.cater_event {
		padding: 30px 20px;
	}
	.testimonial_box {
		padding: 30px 20px;
	}
	.testimonial_box p {
		font-size: 18px;
	}
	.cater_event p {
		font-size: 16px;
	}
}

/* Ready to Cater Your Event? Section End */


/* Contact Us Page Section Start */

.contact_form {
	padding: 40px;
	background-color: #FFF8ED;
	border-radius: 40px;
	border: 3px solid var(--secondary);
}
.contact_form h2 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
form label {
	display: block;
	color: var(--black);
	margin-bottom: 15px;
	font-weight: 600;
}
.checkbox .wpcf7-checkbox {
	display: flex;
	gap: 30px;
	align-items: center;
}
.checkbox .wpcf7-list-item input[type="checkbox"] {
    display: none;
}
.checkbox .wpcf7-list-item label {
    display: flex;
    color: var(--black);
    font-weight: 600;
    gap: 10px;
    align-items: center;
	user-select: none;
    margin-bottom: 0;
}
.checkbox .wpcf7-form-control-wrap {
    display: block;
}
.checkbox .wpcf7-list-item label span.wpcf7-list-item-label {
    font-weight: 400;
    display: flex;
    align-items: center;
    position: relative;
}
.checkbox label span.wpcf7-list-item-label:before {
    width: 24px;
    height: 24px;
	flex: 0 0 24px;
    border-radius: 6px;
    border: 2px solid var(--Lightgray-bold, #A5A5A5);
    background: var(--White, #FFF);
    position: relative;
    transition: all 0.1s ease;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.checkbox label span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 7px;
    width: 8px;
    height: 13px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.checkbox label input[type="checkbox"]:checked+ span.wpcf7-list-item-label:before {
    background: var(--secondary);
    border-color: var(--secondary);
}
.contact_form .note {
	font-size: 18px;
	margin-bottom: 0;
}
.wpcf7-not-valid-tip {
    font-size: 80%;
    letter-spacing: 0;
    margin-top: 5px;
}
.wpcf7-list-item {
    margin: 0;
}
/* File Upload */
.custom-file-upload {
	width: 100%;
	margin-top: 10px;
}
.custom-file-upload > * {
	margin-bottom: 0;
}
.file-drop-area {
	color: rgba(51, 51, 51, 0.5);
	border: 2px dashed #A5A5A5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 30px 12px;
	background-color: #ffffff;
	box-sizing: border-box;
	border-radius: 14px;
	text-align: center;
}
.file-instruction {
	color: rgba(51, 51, 51, 0.50);
}
.browse-btn {
	border: 2px solid #A5A5A5;
	background-color: var(--lightgray);
	min-width: 113px;
	color: #A5A5A5;
	padding: 7px 24px;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 10px;
	transition: all 0.1s ease;
	display: block;
}
.browse-btn:hover {
	background-color: #f7f7f7;
}
input[type="file"] {
	display: none;
}
.remove-btn {
    font-size: 15px;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
    transition: color 0.2s;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    line-height: 1;
    background: #e7e7e7;
    color: #8b8b8b;
    padding: 7px 10px;
    border-radius: 6px;
    border: none;
}
.remove-btn:hover {
    color: var(--white);
    background: var(--black);
}
.drag-over {
	background-color: #fafafa;
	border-color: #888;
}
.file-list {
	margin-top: 0;
	text-align: left;
}
.file-item {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    padding: 8px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    color: var(--black);
	position: relative;
}
.file-preview {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    flex-shrink: 0;
}
.file-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
    border: 1px solid #999;
}
.upload-progress {
    margin-left: 10px;
	font-weight: 600;
	font-size: 110%;
}
.contact_form p:last-child {
	margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-radius: 14px;
}
@media (max-width: 1600px) {
	.contact_form {
		padding: 35px;
		border-radius: 35px;
	}
	.contact_form h2 {
		font-size: 36px;
		margin-bottom: 25px;
	}
	.browse-btn {
		min-width: 100px;
		padding: 7px 22px;
	}
	form label {
		margin-bottom: 10px;
	}
}
@media (max-width: 1199px) {
	.contact_form {
		padding: 30px;
		border-width: 2px;
		border-radius: 30px;
	}
	.contact_form h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.checkbox .checkmark {
		width: 22px;
		height: 22px;
		border-radius: 5px;
	}
	.checkbox-row {
		gap: 20px;
	}
	.browse-btn {
		min-width: 90px;
		padding: 7px 20px;
	}
}
@media (max-width: 991px) {
	.contact_form {
		padding: 25px;
		border-radius: 25px;
		margin-bottom: 40px;
	}
	.contact_form h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.checkbox .checkmark {
		width: 20px;
		height: 20px;
		border-radius: 4px;
	}
	.browse-btn {
		min-width: 80px;
		padding: 7px 18px;
	}
	.file-item {
		margin-top: 10px;
	}
	.checkbox label span:after {
		top: -3px;
	}
	.checkbox label span.wpcf7-list-item-label:after {
		top: 4px;
	}
}
@media (max-width: 767px) {
	.contact_form {
		padding: 20px;
		border-width: 1px;
		border-radius: 20px;
	}
	.contact_form h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.checkbox-row {
		gap: 15px;
	}
	.browse-btn {
		min-width: auto;
		padding: 7px 15px;
	}
    form label {
        margin-bottom: 10px;
    }
	.checkbox label span.wpcf7-list-item-label:before {
		width: 20px;
		height: 20px;
		flex: 0 0 20px;
		border-radius: 4px;
		margin-right: 5px;
	}
	.checkbox label span.wpcf7-list-item-label:after {
		left: 6px;
	}
	.file-drop-area {
		padding: 15px 10px;
		border-radius: 10px;
	}
	.file-preview {
		width: 40px;
		height: 40px;
		margin-right: 5px;
	}
	.file-item {
		padding: 6px;
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.contact_form {
		border-radius: 10px;
		padding: 15px;
	}
	.contact_form h2 {
		font-size: 26px;
	}
	.browse-btn {
		min-width: auto;
		padding: 7px 14px;
	}
    form label {
        margin-bottom: 7px;
    }
}

/* Contact Info Section CSS Start */
.cont_info ul {
	margin-bottom: 0;
}
.cont_info ul li {
	position: relative;
	padding-left: 40px;
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: 500;
}
.cont_info .social_media ul li {
	padding-left: 0px;
}
.cont_info ul li:last-child {
	margin-bottom: 0;
}
.cont_info ul li b {
	font-weight: 600;
}
.cont_info ul li a {
	color: var(--textcolor);
}
.cont_info ul li a:hover {
	color: var(--primary);
}
.icon {
	position: absolute;
	left: 0;
	top: 0;
}
.cont_info ul li a:hover .icon {
	color: var(--primary);
}
.location {
	width: 100%;
	height: 320px;
	border: 2px solid #D8D8D8;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 20px;
}
.location iframe {
    display: block;
	height: 100%;
	width: 100%;
}
.cont_info hr {
	height: 2px;
	width: 100%;
	background-color: #A5A5A5;
	margin: 30px 0;
	opacity: 0.4;
}
.cont_info ul li span {
	position: absolute;
	left: 0;
	top: 2px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.cont_info h2 {
	margin-bottom: 30px;
}
span.cir_2 {
	background: var(--secondary);
	color: var(--black);
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 80%;
	line-height: 1;
	vertical-align: top;
	width: 35px;
	height: 35px;
}
@media (max-width: 1600px) {
	.cont_info h2 {
		margin-bottom: 25px;
	}
	.cont_info ul li {
		padding-left: 35px;
		font-size: 24px;
	}
	.location {
		height: 270px;
		border-radius: 15px;
	}
	.line {
		margin: 25px 0;
	}
}
@media (max-width: 1199px) {
	.cont_info h2 {
		margin-bottom: 20px;
	}
	.cont_info ul li {
		padding-left: 30px;
		font-size: 22px;
		margin-bottom: 15px;
	}
	.location {
		height: 250px;
	}
    span.cir_2 {
        width: 28px;
        height: 28px;
    }
}
@media (max-width: 991px) {
	.cont_info h2 {
		margin-bottom: 15px;
	}
	.cont_info ul li {
		font-size: 20px;
	}
	.location {
		height: 230px;
	}
	.line {
		margin: 20px 0;
	}
}
@media (max-width: 767px) {
	.cont_info h2 {
		margin-bottom: 10px;
	}
	.cont_info ul li {
		font-size: 18px;
		margin-bottom: 10px;
		padding-left: 25px;
	}
	.line {
		margin: 20px 0;
		border-width: 1px;
	}
    span.cir_2 {
        width: 22px;
        height: 22px;
        margin-top: 2px;
    }
    .cont_info hr {
        margin: 20px 0;
    }
    .contact_form .note {
        font-size: 13px;
    }
}
@media (max-width: 575px) {
	.cont_info ul li {
		font-size: 16px;
	}
	.location {
		height: 200px;
	}
    .checkbox-label {
        font-size: 14px;
    }
    .checkbox {
        gap: 5px;
    }
    .contact_form .note {
        font-size: 12px;
    }
}

/* default_typo */
.default_typo h1 {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
}
.default_typo h2 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
}
.default_typo h3 {
    font-size: 30px;
    font-weight: 700;
}
.default_typo hr {
    margin: 30px 0;
    clear: both;
}
.default_typo p {
	margin-bottom: 15px;
}
.default_typo ol li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    line-height: 1.6;
    counter-increment: item;
    display: flow-root;
}
.default_typo ol li:before {
   	content: counter(item)'.';
    position: absolute;
    left: 0;
    top: 0;
   	text-align: center;
}
.default_typo ul li {
    position: relative;
    padding-left: 22px;
    line-height: 1.6;
    margin-bottom: 12px;
    display: flow-root;
}
.default_typo ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}
.default_typo .container *:last-child {
    margin-bottom: 0;
}
.alignleft {
    max-width: 500px;
    object-fit: cover;
    margin: 0 30px 30px 0;
    float: left;
    overflow: hidden;
    border-radius: 6px;
}
.alignright {
    max-width: 500px;
    object-fit: cover;
    margin: 0 0 30px 30px;
    float: right;
    overflow: hidden;
    border-radius: 6px;
}
.aligncenter{
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}
@media(max-width:1600px) {
    .default_typo hr {
        margin: 25px 0;
    }
    .alignleft,
    .alignright {
        max-width: 430px;
    }
    .default_typo h1 {
        font-size: 48px;
    }
    .default_typo h2 {
        font-size: 40px;
    }
    .default_typo h3 {
        font-size: 28px;
    }
}
@media(max-width:1199px) {
    .default_typo ul li {
        margin-bottom: 7px;
        padding-left: 20px;
    }
    .default_typo h1 {
        font-size: 44px;
    }
    .default_typo h2 {
        font-size: 36px;
    }
    .default_typo h3 {
        font-size: 24px;
    }
    .default_typo h4 {
        font-size: 22px;
    }
	.default_typo p {
		margin-bottom: 10px;
	}
}
@media(max-width:991px) {
    .default_typo hr {
        margin: 20px 0;
    }
    .default_typo ol li,
    .default_typo ul li {
        margin-bottom: 10px;
    }
    .aligncenter,
    .alignleft,
    .alignright {
        max-width: 100%;
        margin: 0 0 20px 0;
        float: none;
    }
    .default_typo h1 {
        font-size: 40px;
    }
    .default_typo h2 {
        font-size: 32px;
    }
    .default_typo h3 {
        font-size: 22px;
    }
    .default_typo h4 {
        font-size: 20px;
    }
}
@media(max-width:767px) {
    .default_typo ul li {
        padding-left: 18px;
    }
    .default_typo h1 {
        font-size: 36px;
    }
    .default_typo h2 {
        font-size: 30px;
    }
    .default_typo h3 {
        font-size: 20px;
    }
    .default_typo h4 {
        font-size: 18px;
    }
	.default_typo p {
		margin-bottom: 7px;
	}
}
@media(max-width:575px) {
    .default_typo ol li, .default_typo ul li {
        margin-bottom: 7px;
    }
    .default_typo ul li {
        padding-left: 16px;
    }
    .default_typo h1 {
        font-size: 32px;
    }
    .default_typo h2 {
        font-size: 26px;
    }
    .default_typo h3 {
        font-size: 18px;
    }
    .default_typo h4 {
        font-size: 16px;
    }
}

/*  */
.faq_section .accordion {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.accordion-item {
	margin-bottom: 25px;
	border: 2px solid #D9D9D9 !important;
	border-radius: 10px !important;
	overflow: hidden;
}
.accordion-header {
	position: relative;
	display: block;
}
.accordion-button {
    font-size: 24px;
	font-weight: 600;
    color: #212529;
    background-color: #fff;
    box-shadow: none;
    border: none;
    padding: 22px 25px;
	overflow: hidden;
}
.accordion-button:not(.collapsed) {
    color: var(--secondary);
    background-color: var(--black);
	box-shadow: none;
    border-color: var(--black);
}
.accordion-button:focus {
    border-color: var(--black);
}
.accordion-button:before {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	width: 1rem;
	background-color: var(--black);
}
.accordion-button.collapsed:after {
	content: "";
	position: absolute;
	/*   right: 1.1875rem; */
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	height: 1.0625rem;
	width: 0.125rem;
	border-style: none;
	background-color: var(--black);
}
.accordion-button:not(.collapsed)::before {
	background-color: var(--secondary);
}
.accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: none;
}
.accordion-body {
    background-color: var(--black);
    padding: 0 25px 25px;
    color: var(--white);
}
.accordion-body > * {
	margin-bottom: 0;
    color: var(--white);
}

@media (max-width: 1199px) {
	.accordion-button {
		font-size: 21px;
		padding: 18px 20px;
	}
	.accordion-body {
		padding: 0 20px 20px;
	}
}
@media (max-width: 991px) {
	.accordion-item {
		margin-bottom: 15px;
	}
	.accordion-button {
		font-size: 18px;
		padding: 15px 18px;
	}
	.accordion-body {
		padding: 0 18px 18px;
	}
	.accordion-button.collapsed:after {
		right: 22px;
	}
	.accordion-button:before {
		right: 15px;
	}
}
@media (max-width: 991px) {
	.accordion-item {
		margin-bottom: 10px;
	}
	.accordion-button {
		font-size: 16px;
		padding: 12px 15px;
	}
	.accordion-body {
		padding: 0 15px 15px;
	}
	.accordion-button.collapsed:after {
		right: 12px;
		height: 13px;
	}
	.accordion-button:before {
		right: 7px;
		width: 12px;
	}
}
  
/* *********************************************************************** */
  
/* *********************************************************************** */