@charset "utf-8";

/* CSS Document */
:root {
	--primary-color: #ab141e;
	--primary-border-color: #c72934;
	--primary-hover-color: #f74f4f;
	--primary-hover-border-color: #fa2851;
}

.text-color-primary {
	color: var(--primary-color);
}

body {
	font-family: 'Josefin Sans', sans-serif;
	color: #5a5a5a;
}


/* Ensure carousel item takes full height */
#myCarousel .carousel-inner .carousel-item {
	/* height: 100vh;*/
	background-size: cover;
	background-position: center;
	position: relative;
	/* Required for absolute positioning of caption */
}

/* Centering the carousel-caption */
.carousel-caption {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* Properly center the content */
	width: 100%;
	text-align: center;
}

.carousel-caption h1{
    padding:10px 25px;
    background-color: hsla(0, 0%, 0%, 0.5);
}

.text-bg {
  display: inline-block; 
  background-color: rgba(0, 0, 0, 0.5); 
  color: white; 
  padding: 8px 12px; 
  border-radius: 8px; 
}

.innerpage-banner .carousel-caption {
	top: 50% !important;
}

.hero-section {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 400px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	/* Start at top */
	justify-content: center;
	padding-top: 175px;
	/* Push text down */
	color: white;
	text-align: center;
}

.hero-text {
	max-width: 800px;
}

.hero-text h1 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.title-wrapper {
	position: relative;
}

.title-wrapper:before {
	position: absolute;
	content: '';
	border: 2px solid #ffffff;
	background-color: var(--primary-color);
	left: 50%;
	bottom: -15px;
	width: 12px;
	height: 12px;
	margin-left: -5px;
	transform: rotate(45deg);
}

.title-wrapper:after {
	position: absolute;
	content: '';
	margin-left: -50px;
	background-color: var(--primary-color);
	height: 2px;
	width: 100px;
	bottom: -10px;
	left: 50%;

}


h3 {
	font-size: 24px;
}

footer h4 {
	color: #FFFFFF;
}

h4 {
	font-size: 15px;
	text-transform: uppercase;
}

h5 {
	font-size: 19px;
	color: var(--primary-color);
}

h3,
h6,
h2 {
	font-family: 'Signika', sans-serif;
	text-transform: uppercase;
}

.bg-red {
	background: var(--primary-color);
	border-bottom: 1px solid var(--primary-border-color);
}

.bg-dark,
.navbar-dark {
	background-color: rgba(18, 20, 21, 0.8) !important;
}

.bg-dark {
	border-bottom: 1px solid #36393b;
}


header {
	background-color: rgba(12, 34, 52, 0.8) !important;
	border-bottom: 1px solid #717476;
}

header .contact-details {
	font-size: 13px;
	color: #FFF;
}

header .contact-icon {
	display: inline;
	padding-right: 0;
}

header .contact-details a {
	color: #FFF;
	text-decoration: none;
	padding: 10px 10px 10px 0px;
}

header .contact-details a:hover {
	/*padding: 10px;*/
}

.navbar-brand:hover {
	background: none !important;
}

.address-icon {
	font-size: 42px;
}

#stickyHeader {
	transition: all 0.3s ease;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 0px 0px;
	background-color: #000 !important;
	border-bottom: 1px solid #717476;
}

.sticky .logo {
	max-width: 210px;
}


.sliderImg {
	min-height: 600px;
	background-size: cover;
	background-position: top;
}

.banner {
	width: 100%;
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	height: 600px;
	background-position: center;
}


.sliderImg img{
	height: 680px;
	object-fit: cover;       
  object-position: center;
}



.innerpage-banner {
    width: 100%;
}

.sliderImg-inner {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px; /* Adjust as needed */
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb-wrapper {
    text-align: center;
    color: #fff;
    padding: 20px;
    z-index: 1;
}

.breadcrumb-wrapper h1 {
    margin-bottom: 10px;
    /*font-size: 32px;
    font-weight: bold;*/
}

.banner-breadcrumb {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}

.banner-breadcrumb a {
    color: #fff;
    text-decoration: underline;
}


#contact-details-wrapper .card{
	min-height: 212px;
}





.login-bg {
	background: #eff0f2 url(../images/login-bg.png) right top no-repeat;
}

.logo {
	max-width: 235px;
	transition: max-width 0.3s ease, color 0.20s ease;
}

.search-restaurant .card {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
	top: -70px;
}

.key-points {
	padding-top: 60px;
}

.key-points .card {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
	margin-bottom: 60px;
}

.key-points .card:hover {
	border: 1px solid #5a5a5a;
	transition-duration: 0.9s;
}

.key-points .card:hover img,
.about-icon .card:hover img {
	transform: translateY(-5px);
	transition: all ease-in-out .3s;
}

.key-points img {
	max-width: 70px;
	margin: 0 auto;
	margin-top: -40px;
	border: 6px solid #FFF;
}

.about-icon {
	margin: 50px 0 40px 0;
}

.about-icon img {
	max-width: 80px;
	margin: 0 auto;
}

.about-icon .card {
	padding-top: 20px;
	/*border:none;*/
}

.about-us__media {
	position: relative;
	margin-top: -30px;
	max-width: 550px;
}

.about-us__media .image-1 {
	margin-left: 190px;
}

.about-us__media .image-2 {
	margin-top: -320px;
}

.about-us-content-wrapper p {
	margin-bottom: 25px;
	font-style: italic;
}

.about-us-content-wrapper h2 {
	line-height: 61px;
	font-size: 49px;

}



.step {
	position: relative;
	display: inline-block;
	max-width: 210px;
	text-align: center;
}

.step img {
	display: block;
	width: 100%;
	border-radius: 10px;
	display: block;
}

.step h4 {
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 100%;
	text-align: center;
	margin: 0;
}


.arrow {
	font-size: 1.5rem;
	color: var(--primary-color);
	user-select: none;
	animation: arrowMove 1.5s ease-in-out infinite;
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}
}

@keyframes arrowMove {

	0%,
	100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(5px);
	}
}

@media (max-width: 768px) {
	.steps {
		flex-direction: column;
		gap: 0.25rem;
	}

	.step {
		max-width: 100%;
		padding: 0 25px;
	}

	.arrow {
		transform: rotate(90deg);
		font-size: 2rem;
		animation: arrowMoveV 1.5s ease-in-out infinite;
		margin: 0 auto;
	}

	.restaurant-slider .card {
		height: 425px !important;
	}
}

@keyframes arrowMoveV {

	0%,
	100% {
		transform: translateY(0) rotate(90deg);
	}

	50% {
		transform: translateY(5px) rotate(90deg);
	}
}

#faqAccordion{
	margin-bottom: 50px;
}

#faqAccordion > .accordion-item{
		margin-bottom: 5px;
}

#faqAccordion .accordion-button{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bolder;
}

#faqAccordion  .accordion-body{
	padding-top: 1px;
}




.accordion {
	border: none !important;
	box-shadow: none !important;
}

.accordion a {
	text-decoration: none;
}

.accordion ul {
	list-style: none;
	padding-left: 0;
}

.accordion {
	--bs-accordion-color: #202020;
}

header .nav-link {
	font-size: 15px;
	color: #FFF;
}

header a:hover {
	background: #2d394b !important;
}

.top-links ul {
	float: right !important;
}

.top-links ul li {
	display: inline-table;
}

.top-links #menu{
	margin-left: 10px;
	min-width: 150px;
}
.top-links #menu li{
	padding-left: 10px;
}



.footer {
	background-color: #060c17;
	padding: 40px 0 40px 0;
	color: #fff;
	font-size: 15px;
}



.restaurant-card-wrapper.card:hover
 {
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2);
}

.restaurant-card-wrapper a{
	color: var(--primary-color) !important;
	text-decoration: none;
}

.restaurant-card-wrapper .card {
	text-align: center;
	text-decoration: none;
}

.restaurant-card-wrapper.card p{
	margin-bottom: .50rem;
	color:var(--primary-color);
}

.top-restaurants {
	background: #f2f2f2;
	padding: 40px 0 40px 0;
}

.premium-restaurants {
	padding: 40px 0 40px 0;
}


.card {
	border-radius: 0;
}

.card a:hover {
	color: var(--primary-color) !important;
}

.card-text i {
	color: var(--primary-color) !important;
}

.card h5 a {
	color: #202020;
}

.card h5 a:hover {
	color: #202020;
}



.nav-tabs {
	--bs-nav-tabs-border-width: 1px;
	--bs-nav-tabs-border-color: #cfd3d7;
	--bs-nav-tabs-border-radius: 0.375rem;
	--bs-nav-tabs-link-hover-border-color: #cfd3d7 #e9ecef #cfd3d7;
	--bs-nav-tabs-link-active-color: #495057;
	--bs-nav-tabs-link-active-bg: #fff;
	--bs-nav-tabs-link-active-border-color: #cfd3d7 #cfd3d7 #fff;
	border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.premium-restaurants .card {
	/*margin: 0 20px 20px 20px*/
}

.logo-bottom {
	max-width: 200px;
}

.footer ul li {
	padding-bottom: 10px;
}

.footer ul li a {
	list-style: none;
	text-decoration: none;
}

.footer ul li a:hover {
	color: var(--primary-color);
}

.footer ul {
	list-style: none;
	padding-left: .25rem;
}

.contact-item {
	display: flex;
}

.contact-icon {
	display: flex;
	padding-right: 10px;
}

.contact-content {
	display: flex;
}

.copy-right {
	font-size: 14px;
	color: #fff9f9;
	background-color: #060c17;
	border-top: 1px solid #404345;
}

.btn-primary {
	background: var(--primary-color);
	border-color: var(--primary-border-color);
}

.btn-primary:hover {
	background: var(--primary-hover-color);
	border-color: var(--primary-hover-border-color);
}

.styling {
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	/* height: 150px;
  overflow: auto; */
}

.slick-slide,
.slick-slide-animation {
	width: 100%;
	overflow: hidden;
}

.slick-prev:before,
.slick-next:before {
	color: black !important;
}


.slick-slide {
	transition: all ease-in-out .3s;
}

.slick-active {
	opacity: 1;
}

.slick-current {
	opacity: 1;
}

.restaurant-slider .card {
	margin: 15px;
	height: 370px;
}

#restaurant_listing .card {
	margin: 10px;
	height: 370px;
}

.modal-left {
	color: #FFF;
	position: relative;
}

.modal-left-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.divider {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 30px 0;
}

.divider::before,
.divider::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #ddd;
}

.divider:not(:empty)::before {
	margin-right: 1rem;
}

.divider:not(:empty)::after {
	margin-left: 1rem;
}

.divider span {
	background: #e9edf1;
	/* soft gray-blue background like in your image */
	border-radius: 50%;
	padding: 6px 14px;
	font-weight: 500;
	color: #111;
}

.reviewer-img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
}

.star-rating {
	color: #ffc107;
	font-size: 1rem;
}

.price {
	float: right;
	font-weight: bold;
}

.gallery-img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

@media (min-width: 576px) {
	.page-bg {
		background-image: url(../images/bg-image.png);
		background-repeat: no-repeat;
		background-position: right top;
		background-size: 30vw 100vh;
	}

	.main-header button,
	.main-header p {
		margin-right: 130px;
	}
}

@media (max-width: 576px) {
	.top-links{
		width: 100%;
		padding-top: 10px;
	}

	
	.top-links ul {
		float: none !important;
		padding-left: 0;
	}
}


.referbox{
    width: 100%;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #888;
}

.ref_button {
    height: 45px;
    padding: 0 20px;
    border-radius: 50px;
    background: linear-gradient(-19deg, #f10d05ff 10%, #e881b6ff);
    border: none;
    color: #fff;
    font-family: "Yantramanav", sans-serif;
    position: absolute;
    right: 0px;
}



header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.12) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28225, 225, 225, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Show dropdown on hover */
.hover-dropdown:hover .dropdown-menu {
	display: block !important;
	color: var(--primary-color);
}

.dropdown-menu {
	background-color: #2d394b !important;
}

.submenu li {
	display: block !important;
}

.submenu :hover {
	background: #FFF !important;
}




.coin_header_container {
	background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	/*animation: pulse 2s ease-in-out infinite;*/
}

.coin_header_container .level{
	padding:3px 10px;
	 border-radius: 0 10px 10px 0;
}

.coin_header_container .total-points {
	font-weight: italic;
	color: #FFF;
}

.coin_header_container .coin {
	color: #FFF;
}

/* Coin Animation */
@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}



@media (max-width: 767px) {
	header .navbar-collapse {
		background-color: #222;
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		padding: 30px;
	}

	.sliderImg {
		min-height: 700px;
	}
}

@media (min-width: 1024px) {
	.header_sub_wrapper {
		height: 30px;
	}

}