@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');

body {
	font-family: Poppins !important;
	background: #F9FAFC !important;
}


.shop{
    position: relative;
    border: 2px solid transparent;
    border-radius: 18px;
    padding: 18px;
    overflow: hidden;
    cursor: pointer;

    transition: all .35s ease;
}

.shop:hover{
    transform: translateY(-8px);
    border-color: #FF6F42 ;
    box-shadow:
        0 15px 35px rgba(0,0,0,.08),
        0 5px 15px rgba(0,0,0,.05);
}

.shop::before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 2px;
    background: l#FF6F42 ;

    opacity: 0;
    transition: opacity .35s ease;

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
}

.shop:hover::before{
    opacity: 1;
}

.shop .imgDiv{
    transition: transform .35s ease;
}

.shop:hover .imgDiv{
    transform: scale(1.08);
}

.shop h5{
    transition: color .35s ease;
}

.shop:hover h5{
    color: #15803d;
}

.customDiv {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.border-28 {
    border-radius: 28px !important;
}

a, a:hover {
    text-decoration: none !important;
    color: inherit !important;
}

.nav_tab {
	display: flex;
	gap: 3rem;
}

.logo {
	width: 50px;
	height: 50px;
}

.nav_tab a {
	text-decoration: none;
	color: #202020;
	margin-top: auto;
	margin-bottom: auto;
}

.nav_tab a.active {
	font-size: 18px;
	font-weight: 500;
}

.nav-item-Mega {
  position: relative;
  display: flex;
  gap: 3rem;
}
/* mega menu */

.nav-item-Mega{
  position: relative;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 320px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  border-radius: 14px;
  z-index: 999;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
}

/* show menu */
.mega-menu.active{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* hide both columns by default */
.mega-column{
  display: none;
}

/* active column */
.mega-column.active{
  display:block;
}

.mega-column h4{
  font-size:16px;
  margin-bottom:10px;
  border-bottom:1px solid #eee;
  padding-bottom:5px;
  font-weight:500;
}

.mega-column ul{
  list-style:none;
  padding:0;
  margin:0;
}

.mega-column ul li{
  margin:8px 0;
}

.mega-column ul li a{
  text-decoration:none;
  color:#333;
  font-size:14px;
}

.mega-column ul li a:hover{
  color:#007bff;
}



.mega-column ul{
  list-style:none;
  padding:0;
  margin:0;

  column-count:2;
  column-gap:30px;
}

.mega-column ul li{
  break-inside:avoid;
  margin:8px 0;
}

/* list layout */
.mega-column ul{
  list-style:none;
  padding:0;
  margin:0;

  display:grid;
  grid-template-columns:repeat(2, 1fr);
  column-gap:30px;
}

/* each item */
.mega-column ul li{
  margin:8px 0;
}

.mob-show {
	display: none;
}

.dflex{
	display: flex;
}

.fs-13 {
	font-size: 13px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-24 {
	font-size: 24px;
}

.fw500 {
	font-weight: 500;
}

.fw600 {
	font-weight: 600;
}

.border-12 {
	border-radius: 12px;
}

.border-18 {
	border-radius: 18px;
}

.border-30 {
	border-radius: 30px;
}

.btn1 {
	border-radius: 8px;
	border: 2px solid #3B82F6;
	background: #FFF;
	box-shadow: 1.5px 4px 0 0 #364DBE;
	padding: 8px 25px;
}

.btn2 {
	border-radius: 8px;
	background: linear-gradient(90deg, #3B82F6 0%, #6366F1 100%);
	box-shadow: 1.5px 4px 0 0 #364DBE;
	padding: 8px 25px;
	color: #fff;
	border: none;
}

.bUtn {
	border-radius: 12px !important;
	background: linear-gradient(90deg, #3B82F6 0%, #6366F1 100%);
	color: #fff !important;
    font-weight: 500 !important;
}

.content h1 {
	line-height: 1.5;
}

.content p {
	font-size: 20px;
}

.underlineTxt {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-color: rgba(59, 130, 246, 1);
	text-decoration-thickness: 10.5%;
	text-underline-offset: 16%;
	text-underline-position: from-font;
}

.textBlu {
	color: rgba(59, 130, 246, 1);
}

.travelCardDv {
	gap: 0.5rem;
	justify-content: space-between;
}

.travelCardWidth {
	width: 32% !important;
}

.travelCard {
	position: relative;
	height: 200px;
}

.travelImg {
	position: absolute;
	top: 1rem;
	right: 0;
	bottom: 0.5rem;
}

.travelImg.img1 {
	width: 300px;
}

.travelImg.img2 {
	width: 200px;
}

.travelImg.img3 {
	width: 260px;
}

.searchDiv {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.70);
	backdrop-filter: blur(4px);
	padding: 0.8rem;
	margin-top: -3rem;
	margin-left: 3rem;
	margin-right: 3rem;
}

.partnerCrd {
	border-radius: 24px;
	background: #FFF;
	padding: 1rem 1.8rem;
	height: 100%;
}

.partnerCrd img {
	width: 140px;
	height: 140px;
}

.partnerBG {
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: rgba(255, 255, 255, 0.30);
	backdrop-filter: blur(2px);
	padding: 0.5rem;
}

.trendingDish .image-div {
	width: 100%;
	height: 250px;
	border-radius: 20px;
}

.trendingDish .image-div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.trendingDish .image-div::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(182deg, rgba(255, 255, 255, 0.00) 18.71%, rgba(0, 0, 0, 0.50) 84.79%);
	border-radius: 20px;
}

.food-filter-bar {
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
}

.food-filter-btn {
	display: flex;
	padding: 5px 10px;
	align-items: center;
	gap: 3px;
	border-radius: 7px;
	border: 1px solid #CACACA;
	cursor: pointer;
}

.food-filter-btn.active {
	background: rgba(255, 111, 66, 0.50);
	border: none;
	font-weight: 500;
}

.downloadApp {
	border-radius: 18px;
	border: 1px solid #3B82F6;
	background: #FFF;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.10);
}

.txtUnderline {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-color: #3A8DFF;
	text-decoration-thickness: 10.5%;
	text-underline-offset: 16.5%;
	text-underline-position: from-font;
}

.footImgBg {
	background-image: url(indeximg/footbg.png);
	background-size: 100% 100%;
	padding: 2rem 1rem 1rem 1rem;
	color: #fff;
}

.footlink {
	text-decoration: none;
	color: #202020;
}

.comName {
	font-family: "Cal Sans", sans-serif;
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 0.2rem;
}

.bnrTxt {
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.50);
	backdrop-filter: blur(6px);
	padding: 1.5rem;
}

.banerSlider .carousel-indicators {
	bottom: -3rem;
}

.banerSlider .carousel-indicators [data-bs-target] {
	border-radius: 100px !important;
	background-color: #D4E6FF !important;
	height: 0px !important;
	width: 20px !important;
	background-clip: unset !important;
	margin: 0 1rem;
}

.banerSlider .carousel-indicators [data-bs-target].active {
	border-radius: 100px !important;
	background-color: #3A8DFF !important;
	height: 0px !important;
	width: 100px !important;
}

.bnrImg {
	height: 300px;
}

.bnrImg img {
	height: 100%;
	object-fit: cover;
}


.review-section {
	padding: 50px 0;
}

.review-heading {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2;
}

@media (max-width: 991px) {
	.review-heading {
		font-size: 36px;
	}
}

@media (max-width: 576px) {
	.review-heading {
		font-size: 28px;
		text-align: center;
	}
}

.review-card {
	background:white !important;
	border: 2px solid #457BF5;
	border-radius: 15px;
	padding: 20px;
	min-width: 200px !important;
	max-width: 300px !important;
	flex: 0 0 auto;
	transition: all 0.3s ease-in-out;
}

.review-card img {
	height: 170px;
}

.review-author {
	font-weight: 600;
}

.slider {
	overflow: hidden;
	flex: 1;
}

.slider-track {
	display: flex;
	gap: 20px;
	transition: transform 0.5s ease-in-out;
}

.arrow-btn {
	background: #fff;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 5px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* Show 80% of last card */
.slider .review-card:last-child {
	flex: 0 0 80%;
}

/* Responsive arrows alignment */
@media (max-width: 576px) {
	.arrow-btn {
		width: 35px;
		height: 35px;
	}

	.arrow-container {
		justify-content: center !important;
	}
}

.services {
	padding: 1rem;
	position: relative;
	height: 150px;
}

.services p {
	font-size: 20px;
}

.services img {
	position: absolute;
	right: 0;
	top: 10%;
	max-width: 50%;
	max-height: 90%;
}

.search_DIv {
	background: rgba(255, 255, 255, 0.7);
	/* white at 70% opacity */
	backdrop-filter: blur(8px);
	padding: 1.8rem 1rem;
	border: 1px solid #6366F1;
	border-radius: 12px;
	margin-top: -2rem;
}

.flightTabs .nav-link.active {
	border-radius: 8px !important;
	border: 1.5px solid rgba(58, 141, 255, 0.80) !important;
	color: rgba(58, 141, 255, 0.80) !important;
	background: #fff !important;
}

.flightTabs .nav-link {
	border-radius: 8px !important;
	border: 1.5px solid rgba(58, 141, 255, 0.80) !important;
	color: rgba(58, 141, 255, 0.80) !important;
}

.search_DIv .form-control,
.search_DIv .form-select {
	border-radius: 8px !important;
}

.travelCardDv .nav-link {
    border-radius: 14px !important;
    background: #FFF !important;
    box-shadow: 0px 2px 14.4px 0px rgba(0, 0, 0, 0.10);
    color: #111 !important;
}
.travelCardDv .nav-link.active, .travelCardDv .show>.nav-link {
    color: #111 !important;
    border-radius: 15.035px !important;
    border: 1.074px solid #3B82F6;
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.10) 0%, rgba(99, 102, 241, 0.10) 100%) !important;
    box-shadow: 0 2.148px 15.465px 0 rgba(0, 0, 0, 0.10);
}


.formBG{
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
    padding: 1rem;
}
.formBG .imgDiv{
    background-color: #F8FBFF;
    padding: 1.5rem;
	height: 100%;
}
.formBG .imgDiv .img1{
    width: 450px;
}
.formBG .textDiv{
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(4px);
    padding: 1rem;
    margin-top: -5rem;
}

.formInputs .col-md-6{
    margin-bottom: 1rem;
}
.formInputs .form-control, .formInputs .form-select{
    border-radius: 7px !important;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    padding: 10px;
    margin-top: -1rem;
}
.formInputs label{
    background-color: #fff;
    padding: 0.5rem;
}



.service-Nav{
    border-radius: 60px;
    background: #FFF;
    box-shadow: 0px 2px 15.6px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    padding: 5.5px 13px 5.5px 5px;
    padding-left: 5.5px !important;
    align-items: flex-start;
    gap: 1px;
    width: fit-content;
}
.service-Nav .nav-link.active, .service-Nav .show>.nav-link {
    border-radius: 40px;
    background-color: #566ef2 !important;
    box-shadow: 0px 2px 10px 0px rgb(86 110 242 / 37%);
    padding: 0.7rem 3rem;
    color: #fff !important;
}
.service-Nav .nav-link {
    padding: 0.7rem 3rem;
    color: #202020;
}
.ser{
    border-radius: 30px;
    padding: 1rem;
    height: 100%;
}
.service1{
    background: #FFF3D6;
    height: 100%;
    display: grid;
}
.service1 img{
    margin-right: -1rem;
}
.ser.service2{
    background: #FFE4EC;
}
.ser.service3{
    background: #FFF2DE;
}
.ser.service4{
    background: #D6F5F3;
}
.ser.service5{
    background: #E8EBFF;
}
.ser.service6{
    background: #DFF5E3;
}
.ser.service7{
    background: #E3F1FF;
}
.ser.service8{
    background: #FFE7CC;
}
.ser .imgDiv{
    text-align: right;
}
.ser .imgDiv img{
    height: 100px;
    margin-top: -2rem;
}
.service6 .imgDiv img, .service7 .imgDiv img{
    margin-top: -4rem;
}

.shop{
    border-radius: 30px;
    padding: 1rem;
    height: 100%;
}
.shop1{
    background: #DAF9EB;
    height: 100%;
    display: grid;
}
.shop1 img{
    margin-right: -1rem;
    width: 80%;
}
.shop.shop2{
    background: #F6FFF8;
}
.shop.shop3{
    background: #FFF2DE;
}
.shop.shop4{
    background: #D6F5F3;
}
.shop.shop5{
    background: #E8EBFF;
}
.shop.shop6{
    background: #DFF5E3;
}
.shop.shop7{
    background: #E3F1FF;
}
.shop.shop8{
    background: #FFE7CC;
}
.shop .imgDiv{
    text-align: right;
}
.shop .imgDiv img{
    height: 100px;
    margin-top: -2rem;
}
.shop6 .imgDiv img, .shop7 .imgDiv img{
    margin-top: -4rem;
}
.sellingDiv{
    border-radius: 31px;
    background: #FFE6DE;
    box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}


input:focus{
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.edit-profile{
    border-radius: 22px;
    padding: 1.8rem;
    background: #fff;
}
.edit-profile .formLabel{
    color: rgba(32, 32, 32, 0.60) !important;
    font-size: 14px !important;
}
.edit-profile .form-control, .edit-profile .form-select{
    border-radius: 13px !important;
    border: 1px solid rgba(0, 0, 0, 0.20) !important;
    padding: 10.5px 15px !important;
    width: 100% !important;
    margin: 0.5rem 0 !important;
    font-size: 0.9rem !important;
}
.edit-profile .form-control::placeholder{
    color: #202020;
}
.edit-profile .form-control .buttonstyle{
    display: flex;
    padding: 4px 7px;
    align-items: center;
    gap: 15px;
    border-radius: 9px;
    background: #F6FBFF;
}
.edit-profile .edit-title{
    font-size: 1.5rem;
    font-weight: 500;
}






@media only screen and (max-width: 768px) {
	.mob-show {
		display: block;
	}

	.mob-hide {
		display: none;
	}
	.dflex{
		display: block;
	}
	.px0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.services {
		padding: 1rem;
		position: relative;
		height: 90px;
		border-radius: 10px !important;
	}
	.services p{
		font-size: 14px;
	}
	.services img {
    	max-width: 40%;
	}
	.partnerCrd {
		border-radius: 12px;
		padding: 0.5rem;
	}
	.partnerCrd .fs-14{
		font-size: 12px !important;
	}
	.partnerCrd .fs-20{
		font-size: 15px !important;
		margin-bottom: 0.5rem;
	}
	.travelImg.img1, .travelImg.img2, .travelImg.img3 {
		display: none;
	}
	.travelCardDv {
		gap: 0;
		justify-content: normal;
	}
	.travelCard {
		height: 55px;
	}
	.travelCard .p-4{
		padding: 0 !important;
	}
	.search_DIv .form-control, .search_DIv .form-select{
		margin-bottom: 1rem;
	}
	.search_DIv button{
		margin-top: 1rem;
	}
	.logo {
		width: 35px;
		height: 35px;
	}
	.btn1, .btn2{
		padding: 4px 15px;
	}
}