* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

@font-face {
	font-family: Exodus-PersonalUse-Sharpen;
	src: url('../fonts/Exodus-PersonalUse-Sharpen.otf') format("opentype")
}

@font-face {
	font-family: LEMONMILK-Regular;
	src: url('../fonts/LEMONMILK-Regular.otf') format("opentype")
}

@font-face {
	font-family: Poppins-Medium;
	src: url('../fonts/Poppins-Medium.ttf') format("truetype")
}

@font-face {
	font-family: Poppins-SemiBold;
	src: url('../fonts/Poppins-SemiBold.ttf') format("truetype")
}

@font-face {
	font-family: Poppins-Regular;
	src: url('../fonts/Poppins-Regular.ttf') format("truetype")
}

@font-face {
	font-family: LEMONMILK-Medium;
	src: url('../fonts/LEMONMILK-Medium.otf') format("opentype")
}

@font-face {
	font-family: LEMONMILK-Bold;
	src: url('../fonts/LEMONMILK-Bold.otf') format("opentype")
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}

body {
	margin: 0 auto;
	max-width: 1680px;
	position: relative;
	background-image: url('../images/body-bg.webp');
	background-repeat: repeat;
}

@media (max-width: 5120px) {
	.container-new-big {
		max-width: 100%;
		padding: 0px 80px;
	}
}

@media (max-width: 2000px) {
	.container-new-big {
		max-width: 100%;
		padding: 0px 80px;
	}
}

@media (max-width: 1800px) {
	.container-new-big {
		max-width: 100%;
		padding: 0px 80px;
	}
}

@media (max-width: 1600px) {
	.container-new-big {
		max-width: 100%;
		padding: 0px 80px;
	}
}

@media (max-width: 1400px) {
	.container-new-big {
		max-width: 100%;
		padding: 0px 80px;
	}
}

@media only screen and (max-width: 1300px) {
	.container-new-big {
		padding: 0 60px;
	}
}

@media only screen and (max-width: 1200px) {
	.container-new-big {
		padding: 0 40px;
	}

	.navbar_baner_section .aries_logo {
		bottom: -280px;
	}

}

@media only screen and (max-width: 560px) {
	.container-new-big {
		padding: 0 20px;
	}
}

header {
	position: sticky;
	top: 0px;
	z-index: 99;
	transition: all 2s ease 0s;
}


.top-nav ul.top-lists {
	display: flex;
	margin-bottom: 0;
}

.top-nav li.top-nav-list {
	list-style: none;
}

.top-nav .top-nav-top {
	display: flex;
	justify-content: end;
	align-items: center;
}

.top-nav a.first-list {
	font-size: 16px;
	color: #343434;
	margin: 0px 15px;
	font-family: Poppins-Medium;
	text-decoration: none;
}

span.store-icon {
	width: 30px;
	display: inline-block;
	height: 30px;
	margin-right: 5px;
}

span.store-icon img {
	width: 100%;
	height: 100%;
}

img.locate {
	display: none;
}

.top-nav a.find-store:hover img.location {
	display: none;
}

.top-nav a.find-store:hover img.locate {
	display: block;
}

.top-nav a.find-store {
	font-size: 16px;
	background-color: #cf6916;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	font-family: Poppins-SemiBold;
	border: 1px solid #cf6916;
	display: flex;
	align-items: center;
}

.top-nav a.find-store:hover {
	color: #cf6916;
	background-color: transparent;
	border: 1px solid #cf6916;
}

.top-nav span.mobile-icon {
	width: 30px;
	height: 30px;
	display: inline-flex;
	background-color: #64b445;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	margin-right: 5px;
}

.top-nav a.mobile-num {
	font-size: 18px;
	color: #343434;
	font-family: 'Poppins-SemiBold';
	margin-left: 25px;
	text-decoration: none;
}

.top-nav {
	padding: 20px 0px;
	background-color: #e8ffde;
	transition: height 2s ease 0s;
	height: 90px;
}

nav.navbar {
	background-color: #64b445;
	padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-size: 17px;
	font-family: 'Poppins-SemiBold';
	margin: 0px 13px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #fff;
	background-color: #cf6916;
}

nav.navbar a.navbar-brand {
	position: absolute;
	left: 60px;
	top: -90px;
	z-index: 9;
	width: auto;
	height: 95px;
	transition: width 2s ease-in-out
}

nav.navbar a.navbar-brand img {
	/* width: 100%; */
	height: 100%;
}

nav.navbar .nav-link2 {
	margin-right: 0px !important;
	padding-right: 0px !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
	background-color: #cf6916;
}

/* ----  */
.banner-video {
	background-color: #ffefc5;
	background-image: url(../images/store-bg.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* ----  */
section#banner .banner-content {
	position: absolute;
	top: 110px;
	left: 60px;
	/* animation: banner 5s linear infinite; */
}

section#banner h2.uncompromised-txt {
	font-size: 44px;
	color: #353535;
	/* color: #ffffff; */
	font-family: LEMONMILK-Bold;
	line-height: 42px;
	/* animation: slideIn 1s ease-out; */
	animation: banner 5s linear infinite;
	line-height: 1.1;
}

section#banner p.luxuary-para {
	font-size: 18px;
	font-family: 'Poppins-Medium';
	color: #343434;
	/* color: #ffffff; */
	margin-top: 25px;
	/* animation: slideIn 3s ease-out; */
	animation: banner 5s linear infinite;

}

section#banner h2.uncompromised-txtcol {
	color: #ffffff;
}

section#banner p.luxuary-paracol {
	color: #ffffff;
}

section#banner a.view-rooms-txt {
	font-size: 18px;
	text-decoration: none;
	background-color: #64b445;
	color: #fff;
	padding: 10px 20px;
	font-family: LEMONMILK-Medium;
	border: 2px solid #64b445;
}

section#banner a.view-rooms-txt:hover {
	color: #64b445;
	background-color: transparent;
	border: 2px solid #64b445;

}

section#banner .view-rooms {
	margin-top: 35px;
	/* animation: slideIn 3s ease-out; */
	animation: banner 5s linear infinite;

}

section#contact .form-control:focus {
	border-bottom: 1px solid #64b445;
}

section#banner .carousel-indicators {
	right: 82%;
	margin-right: 0;
	margin-left: 0;
	list-style: none;
	bottom: 14%;
}

section#banner .carousel-indicators li {
	width: 15px;
	height: 15px;
	background-color: #c1b956;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-radius: 50%;
}

section#banner li.active {
	background-color: #cf6916;
}

section#find-store h2.triveni-txt {
	text-align: center;
	font-size: 60px;
	font-family: 'LEMONMILK-Medium';
	color: #64b445;
	margin-bottom: 0;
	line-height: 55px;
}

section#find-store {
	background-image: url('../images/store-bg.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 100px 0px;
}

section#find-store h4.find-store-txt {
	text-align: center;
	font-size: 32px;
	color: #353535;
	font-family: LEMONMILK-Regular;
	margin-bottom: 60px;
}

section#find-store .first-box {
	background-color: #64b445;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 7px;
	padding-bottom: 17px;
	height: 260px;
}

section#find-store h5.katy-txt {
	font-size: 22px;
	color: #ffefc5;
	font-family: 'LEMONMILK-Medium';
}

section#find-store p.katy-para {
	font-size: 15px;
	color: #ffefc5;
	font-family: 'Poppins-Medium';
	margin-top: 20px;
	display: flex;
}

section#find-store p.katy-para a {
	color: #ffefc5;
	text-decoration: none;
}

section#find-store span.location-icon {
	margin-right: 10px;
	font-size: 18px;
}

section#find-store a.mobile {
	font-size: 16px;
	text-decoration: none;
	font-family: 'Poppins-Medium';
	color: #ffefc5;
}

section#find-store span.call-icon {
	margin-right: 10px;
	width: 18px;
	height: 18px;
	display: inline-flex;
	background-color: #ffefc5;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #9d8224;
	font-size: 12px;
}

section#find-store .order {
	text-align: end;
	margin-top: 70px;
}

section#find-store a.order-txt {
	font-size: 16px;
	font-family: 'LEMONMILK-Medium';
	color: #ffefc5;
	text-decoration: none;
	border: 1px solid;
	padding: 10px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

section#find-store .owl-nav {
	position: absolute;
	top: -60px;
	right: 0;
}

section#find-store button.owl-prev {
	width: 35px;
	height: 35px;
	background-color: #64b445;
	border-radius: 50%;
	color: #fff;
	margin: 0px 7px;
}

section#find-store button.owl-prev:hover {
	background-color: transparent;
	border: 2px solid #64b445;
	color: #64b445;
}

section#find-store button.owl-next:hover {
	background-color: transparent;
	border: 2px solid #64b445;
	color: #64b445;
}

section#specials button.owl-prev:hover {
	background-color: transparent;
	border: 2px solid #64b445;
	color: #64b445;
}

section#specials button.owl-next:hover {
	background-color: transparent;
	border: 2px solid #64b445;
	color: #64b445;
}

section#find-store button.owl-prev:focus {
	outline: none;
}

section#find-store button.owl-next:focus {
	outline: none;
}

section#contact .referesh-div {
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-color: #fff;
    padding: 20px;
    border-radius: 10px; */
}

section#find-store i.fa-solid.fa-caret-left {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

section#find-store button.owl-next {
	width: 35px;
	height: 35px;
	background-color: #64b445;
	border-radius: 50%;
	color: #fff;
	margin: 0px 2px;
}

section#find-store i.fa-solid.fa-caret-right {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

section#find-store .first-box2 {
	background-color: #9d8224 !important;
}

section#find-store .first-box3 {
	background-color: #9d6324 !important;
}

section#specials h2.triveni-txt {
	font-size: 60px;
	font-family: 'LEMONMILK-Medium';
	color: #64b445;
	margin-bottom: 0;
}

section#specials h4.specials-txt {
	font-size: 32px;
	font-family: 'LEMONMILK-Regular';
	color: #353535;
	line-height: 33px;
	margin-top: 5px;
}

section#specials p.specials-para {
	font-size: 16px;
	font-family: 'Poppins-Medium';
	color: #343434;
	margin-top: 25px;
}

section#specials a.view-all-txt {
	font-size: 18px;
	font-family: 'LEMONMILK-Medium';
	background-color: #64b445;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border: 2px solid #64b445;
}

section#specials a.view-all-txt:hover {
	background-color: transparent;
	color: #64b445;
	border: 2px solid #64b445;
}

section#specials .view-all {
	margin-top: 40px;
}

section#specials .first-img img {
	transition: transform 1s;
}

section#specials .first-img img:hover {
	transform: scale(1.1);
}

section#specials .first-img {
	overflow: hidden;
}

section#specials {
	padding-top: 120px;
	background-color: #e8ffde;
	padding-bottom: 70px;
}

section#specials .owl-nav {
	text-align: end;
	margin-top: 20px;
}

section#specials button.owl-prev {
	width: 35px;
	height: 35px;
	background-color: #64b445;
	border-radius: 50%;
	color: #fff;
	margin: 0px 7px;
}

section#specials button.owl-next {
	width: 35px;
	height: 35px;
	background-color: #64b445;
	border-radius: 50%;
	color: #fff;
	margin: 0px 2px;
}

section#specials button.owl-prev:focus {
	outline: none;
}

section#specials button.owl-next:focus {
	outline: none;
}


section#what-we {
	background-image: url('../images/what-we-bg.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

section#what-we h2.what-we-txt {
	font-size: 44px;
	font-family: 'LEMONMILK-Medium';
	color: #353535;
	line-height: 44px;
	margin-bottom: 25px;
}

section#what-we .what-div {
	border-bottom: 5px solid #64b445;
	width: max-content;
}

section#what-we p.what-para {
	font-size: 16px;
	font-family: 'Poppins-Medium';
	color: #343434;
	margin-top: 50px;
	text-align: left;
	padding-right: 60px;
}

section#what-we a.shop-now-txt {
	font-size: 18px;
	font-family: 'LEMONMILK-Medium';
	background-color: #64b445;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border: 2px solid #64b445;
}

section#what-we a.shop-now-txt:hover {
	background-color: transparent;
	color: #64b445;
	border: 2px solid #64b445;
}

section#what-we .shop-now {
	margin-top: 40px;
}

section#what-we .groceries-img {
	width: 90px;
	margin: auto;
	height: 90px;
	animation: moveUpDown 5s ease-in-out infinite;
}

section#what-we .groceries-img img {
	width: 100%;
}

section#what-we h5.groceries-txt {
	font-size: 26px;
	font-family: 'LEMONMILK-Medium';
	color: #fff;
	rotate: -90deg;
	position: absolute;
	top: 80px;
	left: 50px;
}

section#what-we {
	background-image: url('../images/what-we-bg.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 100px;
	padding-bottom: 70px;
}

section#what-we .groceries {
	padding-top: 250px;
	background-color: #64b445;
}

section#what-we button.owl-dot {
	width: 15px;
	height: 15px;
	background-color: #f1c487;
	margin: 0px 3px;
	border-radius: 50%;
}

section#what-we .owl-dots {
	text-align: end;
	margin-top: 20px;
}

section#what-we button.owl-dot.active {
	background-color: #cf6916 !important;
}

section#what-we button.owl-dot:focus {
	outline: none !important;
}

section#what-we .groceries2 {
	background-color: #9d6324 !important;
}

section#what-we .groceries3 {
	background-color: #9d8224 !important;
}

section#what-we .groceries4 {
	background-color: #64b445 !important;
}

section#super-market {
	/* background-image: url('../images/supermarket-bg.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%; */
	padding-top: 100px;
	padding-bottom: 200px;
	background-color: #EBF2FB;
	position: relative;
	overflow: hidden;
}

section#super-market .grocery_images {
	width: 700px;
	height: 700px;
	position: absolute;
	right: 0px;
	bottom: -150px;
	z-index: 2;
	animation: marquee-top_2 3s infinite;
}

section#super-market .grocery_images img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.grocery_images_1 {
	width: 40px;
	height: 40px;
	position: relative;
	animation: marquee-top 4s infinite;
}

.tomo_animation {
	position: absolute;
	right: 300px;
	bottom: 300px;
}

.tomo_animation_1 {
	position: absolute;
	right: 200px;
	bottom: 300px;
}

.tomo_animation_2 {
	position: absolute;
	right: 400px;
	bottom: 320px;
}

@keyframes marquee-top {
	0% {
		transform: translateY(-50px);
	}

	50% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(-50px);
	}
}

@keyframes marquee-top_2 {
	0% {
		transform: translateY(-0px);
	}

	50% {
		transform: translateY(50px);
	}

	100% {
		transform: translateY(-0px);
	}
}

.grocery_images_1 img {
	width: 100%;
	height: 100%;
}

.grocery_images_2 {
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 1;
	animation: marquee-top 5s infinite;

}

.grocery_images_2 img {
	width: 100%;
	height: 100%;
}

.grocery_images_3 {
	width: 40px;
	height: 40px;
	position: relative;
	animation: marquee-top 6s infinite;

}

.grocery_images_3 img {
	width: 100%;
	height: 100%;
}

section#super-market h2.triveni-txt {
	font-size: 50px;
	margin-bottom: 0;
	font-family: 'LEMONMILK-Medium';
	color: #64b445;
	line-height: 60px;
}

section#super-market h4.super-market-txt {
	font-size: 32px;
	font-family: 'LEMONMILK-Regular';
	color: #343434;
	margin-bottom: 25px;
}

section#super-market .triveni-div {
	border-bottom: 5px solid #64b445;
	width: max-content;
}

section#super-market li.one-roof-list {
	font-size: 18px;
	list-style: none;
	font-family: 'Poppins-Medium';
	color: #282727;
	border-bottom: 1px solid;
	width: 70%;
	padding: 12px 0px;
	display: flex;
}

section#super-market span.star {
	color: #64b445;
	margin-right: 10px;
}

section#super-market ul.one-roof {
	margin-top: 50px;
}

section#super-market .nav-tabs .nav-item.show .nav-link,
section#super-market .nav-tabs .nav-link.active {
	color: #cf6916;
	background-color: #e5edf7;
	border-color: #e5edf7;
	border-bottom: 3px solid #64b445;
}

section#super-market .nav-tabs .nav-link {
	border: 0px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-size: 20px;
	font-family: 'Poppins-SemiBold';
	color: #1b3511;
	padding: 0;
}

section#super-market a.who-txt {
	font-size: 22px;
	font-family: 'Poppins-SemiBold';
	color: #343434;
	border: 2px solid #64b445;
	text-decoration: none;
	padding: 5px 10px;
}

section#super-market .nav-tabs {
	border-bottom: 0px solid #dee2e6;
	margin-bottom: 40px;
}

section#super-market p.lead-para {
	font-size: 16px;
	font-family: 'Poppins-Medium';
	color: #343434;
	margin-top: 30px;
}

section#super-market button.owl-dot {
	width: 15px;
	height: 15px;
	background-color: #e0c7b4;
	margin: 0px 3px;
	border-radius: 50%;
}

section#super-market button.owl-dot:focus {
	outline: none;
}

section#super-market button.owl-dot.active {
	background-color: #cf6916 !important;
}

section#super-market .owl-dots {
	position: absolute;
}

section#super-market .nav-tabs .nav-item {
	margin-bottom: 0px;
	padding: .5rem 1rem;
}

section#super-market .nav-item2 {
	padding-left: 0px !important;
}

section#groceries-tab .grocries-img img {
	width: 100%;
}

/* section#groceries-tab .grocries-img {
	animation: moveUpDown 5s ease-in-out infinite;
} */

section#groceries-tab .nav-tabs {
	border-bottom: 0px solid #dee2e6;
	justify-content: end;
}

section#groceries-tab .nav-tabs .nav-link {
	border: 0px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-size: 18px;
	font-family: 'LEMONMILK-Medium';
	color: #343434;
	padding: 0px;
}

section#groceries-tab .nav-tabs .nav-item.show .nav-link,
section#groceries-tab .nav-tabs .nav-link.active {
	color: #cf6916;
	background-color: #e8ffde;
	border-color: #dee2e6 #dee2e6 #fff;
	border-bottom: 3px solid #64b445 !important;
}

section#groceries-tab .nav-tabs .nav-item {
	margin-bottom: 0px;
	padding: 0px 25px;
}

section#groceries-tab h3.groceries-txt {
	font-size: 50px;
	font-family: 'LEMONMILK-Medium';
	color: #64b445;
}

section#groceries-tab p.lead-para {
	font-size: 16px;
	font-family: 'Poppins-Medium';
	color: #343434;
	margin-top: 5px;
	text-align: left;
	width: 80%;
}

section#groceries-tab .view-btn {
	display: flex;
	margin-top: 50px;
}

section#groceries-tab button.owl-dot {
	width: 15px;
	height: 15px;
	background-color: #e0d2a2;
	margin: 0px 3px;
	border-radius: 50%;
}

section#groceries-tab button.owl-dot:focus {
	outline: none;
}

section#groceries-tab button.owl-dot.active {
	background-color: #cf6916 !important;
}

section#groceries-tab a.view-more-txt {
	font-size: 18px;
	font-family: 'LEMONMILK-Medium';
	color: #cf6916;
	text-decoration: none;
	border: 2px solid;
	padding: 10px 20px;
}

section#groceries-tab a.view-more-txt:hover {
	background-color: #cf6916;
	color: #fff;
	border: 2px solid #cf6916;
}

section#groceries-tab a.shop-more-txt {
	font-size: 18px;
	font-family: 'LEMONMILK-Medium';
	background-color: #64b445;
	color: #fff;
	padding: 10px 20px;
	border: 2px solid #64b445;
	text-decoration: none;
}

section#groceries-tab a.shop-more-txt:hover {
	background-color: transparent;
	color: #64b445;
	border: 2px solid;
}

section#groceries-tab .view-more {
	margin-right: 15px;
}

section#groceries-tab .grocries-img {
	position: absolute;
	bottom: -150px;
}

section#groceries-tab {
	background-color: #e8ffde;
	padding-top: 90px;
	padding-bottom: 90px;
}

section#groceries-tab .tab-row {
	margin-top: 50px;
}

section#groceries-tab .left-content {
	padding-left: 60px;
}

section#testimonial h4.testimonial-txt {
	font-size: 34px;
	text-align: center;
	font-family: 'LEMONMILK-Medium';
	color: #353535;
	margin-bottom: 0;
}

section#testimonial span.testimonial {
	color: #64b445;
}

section#testimonial p.happy-customer {
	text-align: center;
	font-size: 19px;
	font-family: 'LEMONMILK-Medium';
	color: #353535;
	margin-bottom: 50px;
}

section#testimonial .profile {
	display: flex;
	align-items: center;
}

section#testimonial p.testimonial-para {
	font-size: 16px;
	font-family: 'Poppins-Medium';
	text-align: left;
	margin-left: 20px;
	color: #343434;
}

section#testimonial .profile-img {
	width: 120px;
	height: 100px;
}

section#testimonial .name {
	display: flex;
	justify-content: center;
}

section#testimonial h1.comma {
	font-size: 150px;
	font-family: 'LEMONMILK-Medium';
	color: #b1d07e;
	margin-bottom: 0;
}

section#testimonial h6.joy-txt {
	font-size: 20px;
	margin-bottom: 0;
	font-family: 'Poppins-SemiBold';
	color: #343434;
	margin-top: 45px;
	margin-left: 40px;
}

section#testimonial {
	background-color: #ffecb8;
	padding-top: 120px;
	padding-bottom: 50px;
}

section#testimonial .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 30px;
}

section#testimonial button.owl-dot {
	width: 15px;
	height: 15px;
	background-color: #f1c487;
	margin: 0px 3px;
	border-radius: 50%;
}

section#testimonial button.owl-dot:focus {
	outline: none;
}

section#testimonial button.owl-dot.active {
	background-color: #cf6916 !important;
}

section#contact img.refresh-captcha {
	background: #add581;
	width: 30px;
	height: 30px;
	margin-left: 4px;
	border-radius: 49%;
	padding: 4px;
	cursor: pointer;
}

section#contact h3.contact-txt {
	font-size: 32px;
	font-family: 'LEMONMILK-Regular';
	color: #343434;
	margin-bottom: 20px;
}

section#contact .contact-form {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	background: transparent;
	padding-left: 0;
	padding-right: 0;
	width: 90%;
	margin-bottom: 50px;
	border-color: #979797;
}

section#contact .contact-form1 {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	background: transparent;
	padding-left: 0;
	padding-right: 0;
	width: 90%;
	border-color: #979797;
}

section#contact .contact-form:focus {
	outline: none;
	box-shadow: none;
	border-color: #64b445;
}

section#contact .form-control:focus {
	border-color: #64b445 !important;
}

section#contact .contact-form1:focus {
	outline: none;
	box-shadow: none;
	border-color: #ced4da;
}

section#contact .contact-form::placeholder {
	color: #332b25;
	font-size: 15px;
	font-family: 'Poppins-Regular';
}

section#contact .contact-form1::placeholder {
	color: #332b25;
	font-size: 15px;
	font-family: 'Poppins-Regular';
}

section#contact .contact {
	border-bottom: 5px solid #64b445;
	width: max-content;
	margin-bottom: 50px;
}

section#contact form.form-section-form {
	width: 90%;
	margin: auto;
}

section#contact .refresh {
	width: 64px;
	margin-left: 10px;
	animation: rotate 5s linear infinite;
}

section#contact .refresh img {
	width: 100%;
}

section#contact .robot {
	display: flex;
	align-items: center;
}

section#contact input#exampleCheck1 {
	height: 30px;
	width: 30px;
	border-radius: 50% !important;
	border: 1px solid #aaaaaa !important;
}

section#contact .form-check-label {
	margin-bottom: 0;
	margin-left: 25px;
	margin-top: 5px;
	font-size: 18px;
	font-family: 'Poppins-SemiBold';
	color: #343434;
}

section#contact a.form-section-a {
	font-size: 18px;
	font-family: 'LEMONMILK-Medium';
	background-color: #64b445;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	margin-left: 30px;
	border: 2px solid #64b445;
}

section#contact a.form-section-a:hover {
	background-color: transparent;
	color: #64b445;
	border: 2px solid #64b445;
}

section#contact .form-section-a-div {
	margin-top: 40px;
	margin-left: 15px;
}

section#contact {
	padding: 160px 0px 115px;
	background-color: #ffefc5;
}

section#footer .footer-logo {
	text-align: center;
	width: 200px;
	margin: auto;
}

section#footer .footer-logo img {
	width: 100%;
}

section#footer ul.foot-list {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

section#footer li.foot-lists {
	list-style: none;
	position: relative;
	z-index: 1;
}

section#footer a.lists {
	font-size: 17px;
	font-family: 'Poppins-SemiBold';
	color: #343434;
	margin: 0px 20px;
	text-decoration: none;
}

section#footer a.lists:hover {
	color: #cf6916;
}

section#footer ul.foot-list2 {
	display: flex;
	justify-content: center;
}

section#footer li.foot-lists2 {
	list-style: none;
}

section#footer a.lists2 {
	font-size: 16px;
	font-family: 'Poppins-Medium';
	color: #343434;
	margin: 0px 15px;
	text-decoration: none;
}

section#footer a.lists2:hover {
	color: #cf6916;
}

section#footer h6.contact-info {
	text-align: center;
	font-size: 20px;
	font-family: 'Poppins-SemiBold';
	color: #cf6916;
	margin-top: 40px;
	margin-bottom: 30px;
}

.groceries-mobile {
	display: none;
}

section#footer a.mob {
	font-size: 18px;
	font-family: 'Poppins-SemiBold';
	color: #343434;
	text-decoration: none;
}

section#footer .full-contact {
	display: flex;
	justify-content: space-between;
}

section#footer span.foot-icon {
	width: 30px;
	height: 30px;
	display: inline-flex;
	background-color: #64b445;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	border-radius: 50%;
	margin-right: 10px;
}

section#footer ul.item {
	display: flex;
	justify-content: center;
	margin-top: 70px;
}

section#footer li.list {
	list-style: none;
}

section#footer a.iconns {
	width: 40px;
	height: 40px;
	display: flex;
	background: #cf6916;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0px 5px;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
}

section#footer a.iconns:hover {
	background-color: #64b445;
}

section#footer a.iconns svg {
	fill: #fff;
}

section#footer p.last-para {
	text-align: center;
	margin-bottom: 0;
	color: #343434;
	font-size: 14px;
	font-family: 'Poppins-Medium';
	margin-top: 50px;
}

section#footer a.last-para2 {
	color: #64b445;
	text-decoration: none;
}

section#footer {
	background-color: #e8ffde;
	padding-top: 80px;
	padding-bottom: 70px;
	/* background-image: url('../images/footer-bg.webp'); */
	background-repeat: no-repeat;
	background-position: 0% 0%;
	/* animation: moveLeft 3s infinite alternate; */
	position: relative;
}

section#footer .leaf-img {
	position: absolute;
	left: 0;
	top: 0;
	animation: leaf 3s linear infinite;
}

section#footer .mail {
	font-size: 16px !important;
	font-family: 'Poppins-Medium' !important;
}

/* .navbar-scroll {
	position: sticky !important;
	top: 0;
	z-index: 99;
} */

a.navbar-brand2 {
	display: none;
}

/* .navbar-scroll a.navbar-brand2 {
	display: none !important;
	height: 42px;
}

.navbar-scroll a.navbar-brand2 img {
	height: 100%;
} */
.navbar-scroll .top-nav {
	padding: 10px 0px;
	height: 65px;
}

/* .navbar-scroll a.navbar-brand {
	height: 50px;
} */
.navbar-scroll .navbar-brand {
	height: 70px !important;
	width: 200px !important;
	top: -70px !important;
	padding-bottom: 0px;
}

.navbar-scroll .top-nav a.find-store {
	font-size: 14px;
	padding: 6px 15px;
}

.navbar-scroll .navbar-brand img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

/* media query */

@media (min-width:1530px) {
	section#find-store .first-boxes .order {
		margin-top: 92px;
	}

	section#groceries-tab .grocries-img {
		bottom: -195px;
	}
}

@media (max-width:1112px) {

	.navbar-light .navbar-nav .nav-link {
		margin: 0px 8px;
	}

	section#banner .banner-content {
		top: 65px;
	}

	section#banner .carousel-indicators {
		right: 84%;
	}

	section#find-store .first-boxes .order {
		margin-top: 92px;
	}

	section#what-we h5.groceries-txt {
		left: 30px;
	}
}

@media (max-width:1024px) {
	.grocery_group_img {
		display: none;
	}

	section#find-store .first-box {
		height: 320px;
	}

	/* nav.navbar a.navbar-brand {
		display: none;
	} */
	nav.navbar a.navbar-brand {
		left: 12px;
	}

	a.navbar-brand2 {
		/* display: block; */
		height: 40px;
		width: 100px;
	}

	a.navbar-brand2 img {
		/* width: 100%; */
		height: 100%;
		/* object-fit: contain; */
	}

	.navbar-scroll a.navbar-brand2 {
		height: 40px;
	}

	/* a.navbar-brand2 img {
		width: 100%;
	} */

	section#banner h2.uncompromised-txt {
		font-size: 35px;
		line-height: 35px;
	}

	section#banner .banner-content {
		top: 50px;
	}

	section#banner .carousel-indicators {
		right: 83%;
	}

	section#banner p.luxuary-para {
		font-size: 16px;
	}

	section#what-we h5.groceries-txt {
		left: 20px;
	}

	section#super-market .nav-tabs .nav-link {
		font-size: 18px;
	}

	.nav-item3 {
		padding-left: 0 !important;
	}

	section#super-market {
		padding-bottom: 100px;
		background-image: unset;
		background-color: #e2e9f4;
	}

	section#footer .full-contact {
		flex-wrap: wrap;
	}

	section#footer a.mob {
		margin-top: 20px;
	}
}

.mobile_store {
	display: none;
}

#banner {
	position: relative;
}

.empty_div {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	/* background-color: red; */
}

.holl-content {
	z-index: 15 !important;
	position: relative !important;
}

.bottomhead {
	text-align: center;
	margin-bottom: 50px;
}

.bottomhead h2 {
	font-size: 32px;
	font-family: LEMONMILK-Regular;
	margin-bottom: 0px;
	color: #353535;
}

section#bannerbottom .bottomhead p {
	display: block;
}



@media (max-width:992px) {

	/* .groceries-mobile select option:active{
		background-color: red !important;
		margin-bottom: 2px;
	} */
	span.store-icon {
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}

	.mobile_store {
		font-size: 14px;
		background-color: #cf6916;
		color: #fff;
		text-decoration: none;
		padding: 5px 12px;
		font-family: Poppins-SemiBold;
		border: 1px solid #cf6916;
		display: flex;
		align-items: center;
		display: block;
	}

	.mobile_store:hover {
		text-decoration: none;
		color: #fff;
	}

	a.navbar-brand2 {
		display: block;
		height: 45px;
		width: 100px;
	}

	section#find-store .first-box p br {
		display: none;
	}

	section#testimonial .profile-img {
		width: 20%;
		height: auto;
	}

	.top-nav {
		display: none;
	}
}

@media (max-width:991px) {
	.groceries-mobile select {
		background-color: #e8ffde;
	}

	nav.navbar {
		padding: .5rem 1rem;
	}

	.navbar-light .navbar-nav .nav-link {
		padding-left: 10px;
		margin: 0;
	}

	ul.navbar-nav {
		padding-top: 20px;
	}

	/* .navbar-light .navbar-toggler-icon {
		background-image: url('../images/toggle.webp');
	} */

	.navbar-light .navbar-toggler:focus {
		outline: none;
	}

	.navbar-toggler {
		border: 0px solid transparent;
	}

	section#banner .carousel-indicators {
		right: 82%;
	}

	section#specials .first-img {
		margin-top: 50px;
	}

	section#what-we .we-offer-carousel {
		margin-top: 50px;
	}

	section#what-we {
		background-image: unset;
		background-color: #ffecb8;
	}

	section#what-we h5.groceries-txt {
		left: 100px;
	}

	section#super-market .nav-tabs {
		margin-top: 50px;
	}

	section#groceries-tab .grocries-img {
		display: none;
	}

	.nav-item3 {
		padding-left: .5rem !important;
	}

	section#testimonial .profile {
		display: block;
	}

	section#testimonial .profile-img {
		width: 80px;
		margin: auto;
	}

	section#testimonial p.testimonial-para {
		text-align: center;
		margin-left: 0;
		margin-top: 20px;
	}
}

@media (max-width:932px) {

	section#banner h2.uncompromised-txt {
		font-size: 25px;
		line-height: 28px;
	}

	section#banner p.luxuary-para {
		font-size: 15px;
	}

	section#banner .carousel-indicators {
		right: 81%;
	}

	.groceries-web {
		display: none;
	}

	.groceries-mobile {
		display: block;
	}

	.groceries-mobile .tab-navigation select::-ms-expand {
		display: none;
	}

	.groceries-mobile .tab-navigation.select {
		position: relative;
		display: flex;
		height: 3.3em;
		line-height: 3.3;
		overflow: hidden;
		border-radius: 0;
	}

	.groceries-mobile .tab-navigation.select::after {
		content: '\25BC';
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 1em;
		background: #64b445;
		cursor: pointer;
		pointer-events: none;
		transition: .25s all ease;
	}

	.groceries-mobile .tab-navigation.select::after {
		color: #fff;
	}

	.groceries-mobile select {
		word-wrap: normal;
		border: 1px solid #343434;
		color: #343434;
		font-size: 22px;
		font-family: 'Poppins-Medium';
		padding: 10px 345px;
	}

	section#footer ul.foot-list {
		flex-wrap: wrap;
	}

	section#footer li.foot-lists {
		margin-top: 10px;
	}
}

@media (max-width:854px) {

	.top-nav a.first-list {
		margin: 0px 13px;
	}
}

@media (max-width:820px) {

	.top-nav {
		display: none;
	}

	section#banner p.luxuary-para {
		display: none;
	}

	section#banner .carousel-indicators {
		right: 78%;
	}

	section#find-store {
		background-image: unset;
		background-color: #ffefc5;
	}

	section#what-we p.what-para {
		padding-right: 0;
	}

	section#what-we h5.groceries-txt {
		left: 60px;
	}

	.groceries-mobile select {
		padding: 10px 290px;
	}

	section#groceries-tab p.lead-para {
		width: 100%;
	}
}

@media (max-width:768px) {

	.groceries-mobile select {
		padding: 10px 270px;
	}

	section#banner .carousel-indicators {
		right: 77%;
	}
}

@media (max-width:720px) {

	section#banner .carousel-indicators {
		right: 76%;
	}

	section#specials {
		padding-top: 70px;
	}

	section#find-store {
		padding: 70px 0px;
	}

	section#what-we {
		padding-top: 70px;
	}

	section#what-we h5.groceries-txt {
		left: 40px;
	}

	section#super-market {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	section#groceries-tab {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.groceries-mobile select {
		padding: 10px 248px;
	}

	section#testimonial {
		padding-top: 70px;
	}

	section#contact {
		padding: 70px 0px;
	}
}

@media (max-width:700px) {

	section#banner .carousel-indicators {
		right: 75%;
	}

	section#what-we h5.groceries-txt {
		left: 175px;
	}

	section#contact .contact-form {
		width: 100%;
	}

	section#contact .contact-form1 {
		width: 100%;
	}

	section#footer ul.foot-list2 {
		flex-wrap: wrap;
	}

	section#footer li.foot-lists2 {
		margin-top: 10px;
	}
}

@media (max-width:668px) {

	section#banner h2.uncompromised-txt {
		font-size: 20px;
		line-height: 22px;
	}

	section#banner .carousel-indicators {
		right: 74%;
	}

	.groceries-mobile select {
		padding: 10px 223px;
	}
}

@media (max-width:600px) {

	section#banner .carousel-indicators {
		display: none;
	}

	section#what-we h5.groceries-txt {
		left: 135px;
	}

	section#super-market .nav-tabs {
		display: block;
	}

	section#super-market .nav-tabs .nav-item {
		padding-left: 0 !important;
	}

	section#super-market .nav-tabs .nav-link {
		font-size: 22px;
	}

	.groceries-mobile select {
		padding: 10px 188px;
	}
}

@media (max-width:500px) {

	section#footer .leaf-img {
		display: none;
	}

	section#banner .banner-content {
		left: 25px;
	}

	section#banner .view-rooms {
		margin-top: 10px;
	}

	section#banner a.view-rooms-txt {
		font-size: 14px;
		padding: 5px 18px;
	}

	section#what-we h5.groceries-txt {
		left: 100px;
	}

	.groceries-mobile select {
		padding: 10px 159px;
	}

	section#groceries-tab .left-content {
		padding-left: 20px;
	}
}

@media (max-width:430px) {

	section#contact .refresh {
		width: 40px;
	}

	section#contact .referesh-div {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	section#footer ul.foot-list2 {
		margin-top: 30px;
	}

	section#super-market p.lead-para {
		font-size: 18px;
	}

	section#testimonial p.testimonial-para {
		font-size: 18px;
	}

	section#groceries-tab p.lead-para {
		font-size: 18px;
	}

	section#contact .robot {
		display: block;
	}

	section#contact .refresh {
		margin-left: 0;
		padding: 30px 0px;
	}

	section#contact .form-section-a-div {
		margin-left: 0;
		width: 100%;
		text-align: center;
	}

	section#contact a.form-section-a {
		margin-left: 0;
	}

	section#contact .refresh {
		margin: inherit;
		margin-left: 10px;
	}

	section#super-market .nav-tabs .nav-item {
		padding-left: 0.5rem !important;
	}

	section#find-store a.order-txt {
		position: unset;
	}

	section#banner h2.uncompromised-txt {
		font-size: 18px;
		line-height: 20px;
	}

	section#banner .view-rooms {
		display: block;
	}

	section#banner .banner-content {
		top: 25px;
	}

	section#banner a.view-rooms-txt {
		font-size: 16px;
		padding: 8px 15px;
	}

	section#find-store p.katy-para {
		font-size: 18px;
	}

	section#specials p.specials-para {
		font-size: 18px;
	}

	section#what-we p.what-para {
		font-size: 18px;
	}

	section#find-store h2.triveni-txt {
		font-size: 50px;
		line-height: 45px;
	}

	section#find-store h4.find-store-txt {
		font-size: 27px;
	}

	section#find-store h5.katy-txt {
		text-align: center;
	}

	section#find-store p.katy-para {
		justify-content: center;
	}

	section#find-store .first-box p {
		text-align: center;
		padding: 0px 20px;
	}

	section#find-store .first-box {
		padding-left: 0;
		padding-right: 0;
		padding: 40px 0px;
		height: 365px;
	}

	section#find-store a.order-txt {
		/* font-size: 20px; */
	}

	section#find-store .order {
		text-align: center;
		margin-top: 50px !important;
	}

	section#find-store span.location-icon {
		margin-right: 10px;
	}

	section#specials h2.triveni-txt {
		font-size: 50px;
		text-align: center;
	}

	section#specials h4.specials-txt {
		font-size: 27px;
		line-height: 29px;
		text-align: center;
	}

	section#specials .owl-nav {
		text-align: center;
	}

	section#specials p.specials-para {
		text-align: center;
	}

	section#specials .view-all {
		text-align: center;
	}

	section#find-store .owl-nav {
		position: unset;
		text-align: center;
		margin-top: 30px;
	}

	section#what-we .what-div {
		margin: auto;
	}

	section#what-we h2.what-we-txt {
		text-align: center;
		font-size: 35px;
		line-height: 35px;
	}

	section#what-we p.what-para {
		margin-top: 30px;
		text-align: center;
	}

	section#what-we .shop-now {
		text-align: center;
	}

	section#what-we h5.groceries-txt {
		left: 70px;
	}

	section#super-market h2.triveni-txt {
		font-size: 50px;
		line-height: 50px;
		text-align: center;
	}

	section#super-market h4.super-market-txt {
		text-align: center;
	}

	section#super-market .triveni-div {
		margin: auto;
	}

	section#super-market li.one-roof-list {
		width: 100%;
	}

	section#super-market .nav-tabs .nav-link {
		font-size: 25px;
		width: 100%;
		margin: auto;
		border: 1px solid #343434;
		padding: 10px;
		text-align: center;
	}

	section#super-market .nav-tabs .nav-item.show .nav-link,
	section#super-market .nav-tabs .nav-link.active {
		border: 1px solid #cf6916;
	}

	section#super-market a.who-txt {
		font-size: 28px;
		color: #cf6916;
		border: 0px solid #64b445;
	}

	section#super-market a.who-txt {
		display: inline-block;
		text-align: center;
		width: 100%;
	}

	section#super-market p.lead-para {
		text-align: center;
	}

	section#super-market .owl-dots {
		position: unset;
		text-align: center;
	}

	.groceries-mobile select {
		padding: 10px 123px;
	}

	section#groceries-tab h3.groceries-txt {
		font-size: 35px;
		text-align: center;
	}

	section#groceries-tab p.lead-para {
		text-align: center;
	}

	section#groceries-tab .owl-dots {
		text-align: center;
	}

	section#groceries-tab .view-btn {
		justify-content: center;
	}

	section#contact .contact {
		margin: auto;
	}

	section#contact form.form-section-form {
		width: 100%;
		padding-top: 50px;
	}

	section#footer {
		background-image: unset;
	}

	section#footer .full-contact {
		justify-content: center;
	}

	section#what-we .owl-dots {
		text-align: center;
	}
}

@media (max-width:414px) {

	section#find-store h2.triveni-txt {
		font-size: 38px;
		line-height: 45px;
	}

	section#super-market h2.triveni-txt {
		font-size: 38px;
		line-height: 50px;
		text-align: center;
	}

	section#super-market .nav-tabs .nav-link {
		font-size: 24px;
	}

	section#banner .banner-content {
		top: 15px;
	}

	section#find-store .owl-nav {
		margin-top: 30px;
	}

	section#contact .robot {
		flex-wrap: wrap;
		justify-content: center;
	}

	section#contact a.form-section-a {
		margin-left: 0;
	}
}

@media (max-width:390px) {
	section#find-store h2.triveni-txt {
		font-size: 38px;
		line-height: 45px;
	}

	section#super-market h2.triveni-txt {
		font-size: 38px;
		line-height: 50px;
		text-align: center;
	}

	section#super-market .nav-tabs .nav-link {
		font-size: 22px;
	}

	section#banner .banner-content {
		left: 15px;
	}

	.groceries-mobile select {
		padding: 10px 103px;
	}

	section#contact a.form-section-a {
		margin-top: 20px;
	}

	section#footer ul.foot-list2 {
		margin-top: 30px;
	}
}

@media (max-width:376px) {

	section#what-we h5.groceries-txt {
		left: 50px;
	}

	section#super-market .nav-tabs .nav-link {
		font-size: 21px;
	}

	section#what-we h2.what-we-txt {
		font-size: 28px;
	}

	section#super-market h2.triveni-txt {
		font-size: 32px;
		line-height: 50px;
		text-align: center;
	}

	section#contact h3.contact-txt {
		font-size: 24px;
	}
}

@media (max-width:320px) {

	section#banner h2.uncompromised-txt {
		font-size: 16px;
		line-height: 18px;
	}

	section#banner a.view-rooms-txt {
		font-size: 14px;
		padding: 5px 10px;
	}

	section#banner .view-rooms {
		margin-top: 10px;
	}

	section#super-market .nav-tabs .nav-link {
		font-size: 17px;
	}

	section#banner .banner-content {
		top: 15px;
	}

	section#what-we h5.groceries-txt {
		left: 25px;
	}

	.groceries-mobile select {
		padding: 10px 69px;
	}

	section#groceries-tab .view-btn {
		display: block;
	}

	section#groceries-tab .shop-more {
		margin-top: 30px;
		text-align: center;
	}

	section#groceries-tab .view-more {
		margin-right: 0;
		text-align: center;
	}

	section#footer .mail {
		font-size: 14px !important;
	}
}


#back_click_top {
	display: inline-block;
	background-color: #cf6916;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	cursor: pointer;
	border-radius: 50% !important;
	font-size: 25px;
	padding: 8px;
	color: #fff;
}

#back_click_top:hover {
	background-color: transparent;
	border: 2px solid #cf6916;
	color: #cf6916;
}

#back_click_top.show {
	opacity: 1;
	visibility: visible;
}

@keyframes moveUpDown {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
		/* Adjust the distance here */
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes moveLeft {
	from {
		left: 50%;
		/* Start position */
	}

	to {
		left: 45%;
		/* End position - adjust as needed */
	}
}

@keyframes slideIn {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

.thankyouPage_sec h1 {
	font-family: Poppins-SemiBold;
	font-size: 40px;
	color: #001025;
	margin-top: 30px;
}

.thankyouPage_sec p {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	padding: 15px;
	color: #001025;
}

.four_not_four_page_section .button_part_404 {
	display: flex;
	justify-content: center;
}

.four_not_four_page_section .button_part_404 .error_btn_1 a {
	width: 110px;
	height: 110px;
	background-color: #64b445;
	border-radius: 50%;
	display: inline-block;
	color: #ffff;
	font-family: 'Poppins-SemiBold';
	font-size: 18px;
	display: flex;
	justify-content: center;
	line-height: 25px;
	align-items: center;
	text-decoration: none;
}

.four_not_four_page_section {
	padding: 150px 0px 100px;
	text-align: center;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

#select-capcha {
	display: none;
	font-size: 15px;
	color: red;
	font-family: 'Poppins-Medium';
}

input#capcha {
	height: 25px;
	width: 25px;
}

@keyframes leaf {
	0% {
		transform: translateX(0px);
		transform: translateY(0px);
	}

	50% {
		transform: translateX(-10px);
		transform: translateY(-10px);
		opacity: .1;
	}

	100% {
		transform: translateX(0px);
		transform: translateY(0px);
	}
}

@keyframes banner {

	0% {

		transform: translateX(40px);
		opacity: .5;

	}

	100% {

		transform: translateX(0px);
		opacity: 1;

	}
}

/* Define CSS animations */
/* .animate-on-scroll {
	opacity: 0;
	transform: translateX(0px);
	transition: opacity 0.5s ease, transform 3s ease;
}

.animate-on-scroll.animated {
	opacity: 1;
	transform: translateY(0);
} */




/* Clear out these styles to start fresh or use this as a base! */

.splitting .char {
	animation: slide-in 1s cubic-bezier(.5, 0, .5, 1) both;
	animation-delay: calc(60ms * var(--char-index));
}

@keyframes slide-in {
	from {
		transform: translateY(-1em) rotate(-.5turn) scale(0.5);
		opacity: 0;
	}
}

/* =================modal===popoup============ */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/* Popup Box */

/* The Modal (background) */
#autopopup .model-style h2 {
	text-align: center;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #12326e;
}

#autopopup .modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content/Box */
#autopopup .modal-content {
	/* background-color: #fefefe; */
	margin: 10vh auto;
	/* 15% from the top and centered */
	border: 1px solid #888;
	width: 90%;
	/* Could be more or less, depending on screen size */
	background-image: url('../images/store-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 1366px) {
	#autopopup .modal-content {
		/* background-color: #fefefe; */
		margin: 10vh auto;
		/* 15% from the top and centered */
		border: 1px solid #888;
		/* Could be more or less, depending on screen size */
	}
}

/* The Close Button */
#autopopup .close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
	z-index: 9999999 !important;
	position: relative;
	width: 35px;
	height: 35px;
	background-color: #64b445;
	opacity: 1;
	border-radius: 50px;
	padding-bottom: 10px;
}

#autopopup .close:hover {
	opacity: 0.8;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

#autopopup .close:focus {
	outline: none;
	border: none;
}

#autopopup .model-style p {
	color: #000;
	font-size: 18px;
}

.modal_logo_triveni {
	width: 200px;
	height: 50px;
	/* margin: 0 auto; */
}

.modal_logo_triveni img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#autopopup .card_address_btn .loc_name {
	font-size: 18px;
	color: #332b25;
	font-family: 'LEMONMILK-Medium';
	margin-bottom: 0px
}

#autopopup .card_address_btn a {
	font-size: 16px;
	font-family: 'LEMONMILK-Medium';
	color: #cf6916;
	text-decoration: none;
	border: 1px solid #cf6916;
	padding: 10px;
}

#autopopup .card_address_btn a:hover {
	background-color: #cf6916;
	border: 1px solid;
	color: #ffefc5;
}

#autopopup .card_address_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

#autopopup h4 {
	font-size: 20px;
	font-family: 'LEMONMILK-Medium';
	margin-top: 20px;
	color: #9d6324;
}

#autopopup .overall_address {
	margin-top: 20px;
}

@media (max-width: 992px) {
	#autopopup .card_address_btn {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}

	#autopopup .card_address_btn .loc_name {
		margin-bottom: 20px;
		font-size: 18px;
		text-align: center;
	}
}



@media (max-width: 390px) {
	#autopopup .card_address_btn a {
		font-size: 14px;
	}

	a.navbar-brand2 img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

@media (max-width: 300px) {
	#autopopup .card_address_btn a {
		font-size: 12px;
	}
}













/* The Modal (background) */
#exampleModal .model-style h2 {
	text-align: center;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #12326e;
}

#exampleModal .modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content/Box */
#exampleModal .modal-content {
	/* background-color: #fefefe; */
	margin: 10vh auto;
	/* 15% from the top and centered */
	border: 1px solid #888;
	width: 660px;
	/* Could be more or less, depending on screen size */
	background-image: url('../images/store-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 1366px) {
	#exampleModal .modal-content {
		/* background-color: #fefefe; */
		margin: 10vh auto;
		/* 15% from the top and centered */
		border: 1px solid #888;
		width: 100%;
		/* Could be more or less, depending on screen size */
	}
}

/* The Close Button */
#exampleModal .close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
	z-index: 9999999 !important;
	position: relative;
	width: 35px;
	height: 35px;
	background-color: #64b445;
	opacity: 1;
	border-radius: 50px;
	padding-bottom: 10px;
}

#exampleModal .close:hover {
	opacity: 0.8;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

#exampleModal .close:focus {
	outline: none;
	border: none;
}

#exampleModal .model-style p {
	color: #000;
	font-size: 18px;
}

.modal_logo_triveni {
	width: 200px;
	height: 50px;
	/* margin: 0 auto; */
}

.modal_logo_triveni img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#exampleModal .card_address_btn .loc_name {
	font-size: 18px;
	color: #332b25;
	font-family: 'LEMONMILK-Medium';
	margin-bottom: 0px
}

#exampleModal .card_address_btn a {
	font-size: 16px;
	font-family: 'LEMONMILK-Medium';
	color: #cf6916;
	text-decoration: none;
	border: 1px solid #cf6916;
	padding: 10px;
}

#exampleModal .card_address_btn a:hover {
	background-color: #cf6916;
	border: 1px solid;
	color: #ffefc5;
}

#exampleModal .card_address_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

#exampleModal .overall_address {
	margin-top: 0px;
}

#exampleModal .modal-content {
	width: 660px;
}

#exampleModal .overall_address h4 {
	font-size: 20px;
	font-family: 'LEMONMILK-Medium';
	color: #cf6916;
	margin-top: 20px;
}

@media (max-width: 992px) {
	#exampleModal .card_address_btn {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}

	#exampleModal .card_address_btn .loc_name {
		margin-bottom: 20px;
		font-size: 18px;
		text-align: center;
	}

	#exampleModal .modal-content {
		width: 100%;
	}

	section#find-store h2.triveni-txt {
		font-size: 45px;
	}
}

@media(min-width: 576px) {
	#exampleModal .modal-dialog {
		max-width: 660px;
	}


}

@media (max-width: 390px) {
	#exampleModal .card_address_btn a {
		font-size: 14px;
	}

	a.navbar-brand2 img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

@media (max-width: 300px) {
	#exampleModal .card_address_btn a {
		font-size: 12px;
	}
}

#more {
	display: none;
}

#more1 {
	display: none;
}