@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #000000;
    background-color: #fff;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
	max-width: 2000px;
 	 margin: 0 auto;
}
p {
    font-size: 18px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px;
}
.container {
	max-width: 1400px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	/* overflow-x: hidden; */
}
.row {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.col-md-1 {
    width: 8.33%;
    padding-left: 15px;
	padding-right: 15px;
}
.col-md-2 {
    width: 16.66%;
    padding-left: 15px;
	padding-right: 15px;
}
.col-md-3 {
    width: 25%;
    padding-left: 15px;
	padding-right: 15px;
}
.col-md-4 {
    width: 33.33%;
    padding-left: 15px;
	padding-right: 15px;
}
.col-md-5 {
    width: 41.66%;
    padding-left: 15px;
	padding-right: 15px;
}
.col-md-6 {
    width: 50%;
    padding-left: 15px;
	padding-right: 15px;
}
.col-md-7 {
    width: 58.33%;
	padding-left: 15px;
	padding-right: 15px;
}
.col-md-8 {
    width: 66.66%;
    padding-left: 15px;
	padding-right: 15px;
}
.col-md-9 {
    width: 75%;
	padding-left: 15px;
	padding-right: 15px;
}
.col-md-10 {
    width: 83.33%;
    padding-left: 15px;
	padding-right: 15px;
}
.col-md-11 {
    width: 91.66%;
    padding-left: 15px;
	padding-right: 15px;
}
.col-md-12 {
    width: 100%;
    padding-left: 15px;
	padding-right: 15px;
}
.flex-wrap{
	flex-wrap: wrap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1.3;
}
ul {
	padding: 0;
	list-style-type: none;
}

a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

header {

	background-color:#fff;
	padding: 15px 0px;
}

header .head-container {
	display: flex;
	align-items: center;
	max-width: 1400px;
	margin: auto;
	
}

header .head-left {
	width: 20%;
}

header .head-right {
	width: 80%;
}

header .head-right .head-links .links {
	display: flex;

	justify-content: end;
	align-items: center;
}

header .head-right .head-links .cart-popup li {
	padding: 0px !important;
	margin-bottom: 30px;
	gap: 50px !important;
}

header .head-right .head-links .links li {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px;
}

header .head-right .links li a {
	font-size: 18px;
	color: #000;
	transition: 0.5s;
}

header .head-right .links li a:hover {
	color: #00BDBB;
}
header .head-right .links li a.active {
	color: #00BDBB;
}
h1, h2, h3, h4 {
    color: #3a3a3a;
    font-family: Signika, serif;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.justify-content-center{
	justify-content: center;
}
.justify-content-center h2{
	margin-bottom: 20px;
}
.text-left{
	text-align: left;
}
h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}
h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
h4{
	font-size: 21px;
    font-weight: 600;
    line-height: 25px;
}

h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.text-center{
	text-align: center;
}
.mt-5{
	margin-top: 50px;
	margin-bottom: 50px;
}
.mt-5 h6{
	font-size:14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.mt-5 ul li{
	display: inline;

}
.mb-5{
	margin-bottom: 50px;
}
.mt-5 ul li i{
	color: #000;
	font-size:20px;
	cursor: pointer;
	margin: 15px 15px 15px 0px;
}
.mt-5 ul li i:hover{
	color: #00BDBB;
	transition: all 0.5s;
}
.mt-3{
	margin-top: 30px;
}
.mb-3{
	margin-bottom: 30px;
}
.mx-auto{
	margin: 0 auto;
}
hr {
	border-bottom: 1px solid #860e34;
	width: 70%;
	margin: 40px auto;
  }
  .position-relative{
	position: relative;
	margin-bottom: 65px;
  }
  .brand-logos{
	text-align: center;
  }
footer{
	/* position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99; */
	display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 auto;
	background-color: #363636;
	padding:30px 0px;
}
footer span{
	display: block;
	font-size:18px ;
	font-weight:bold;
}
footer ul li{
	color: #fff;
	margin-bottom: 10px;
}
footer .col-md-6 ul li{
	color: #fff;
	margin-bottom: 15px;
}
footer .col-md-6 p{
	color: #fff;
	margin-bottom: 15px;
}
footer ul li a{
	cursor: pointer;
}
footer ul li a:hover{
	color: #00BDBB;
	
}
footer p, footer a{
	color: #fff;
	font-size: 17px;
}
footer img{
	margin-bottom: 20px;
}
footer  h3{
	font-size: 28px;
	color: #fff;
	margin-bottom: 18px;	
}
.social-links i{
	margin-right: 10px;
	font-size: 18px;

}



section.contct-section {
		padding: 35px 0px;
}
.contct-section span{
	display: block;
	font-size:16px ;
	font-weight:bold;

}
.contct-section a{
	color: #636363;

}
.contct-section a:hover{
	color: #00BDBB;
}
.contct-section ul li{
	margin-bottom: 10px;
}
.contct-section ul li ul{
	margin-top: 0px;
}
.contct-section ul li ul li{
	padding-left:40px;
}
input,select, textarea{
	width: 100%;
    margin: 0 0 15px;
    padding: 13px 24px;
    font-family: inherit;
    font-size: 12px;
    line-height: inherit;
    font-weight: 400;
    color: #636363;
    background-color: transparent;
    border: 1px solid #9f9d9d83;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    transition: border-color .2s ease-in-out;
}
.btn{
	position: relative;
    display: inline-block;
    outline: 0;
    padding: 13px 70px;
    font-family: Signika, serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    background-color: #00bdbb;
    border: none;
    cursor: pointer;
	text-transform: uppercase;
}

h5, h6 {
    color: #808285;
}
.contct-section ul {
    margin-top: 30px;
}
.contct-section p {
	font-size: 16px;
}
.contct-section h3{
	font-size:30px ;
    font-weight: 500;
    font-family: "Signika", sans-serif; 
	margin: 20px auto;
}


/* investors css */

.tab {
	overflow: hidden;
	color: #fff;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 21px;
	color: #fff;
}
.tabs-forms{
	margin-bottom: 30px;
}
.form-btn{
	text-align: center;
}
  
  /* Change background color of buttons on hover */
  .tab button:hover {
	background-color: #c12f5d;
	color: #fff;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
	background-color: #c12f5d;
	color: #fff;
  }
  
  /* Style the tab content */
  .tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #860d33;
	/* border-top: none; */
	background: #ffffff;
	}
	

	.error{
		color : red;
	}
	#loader-wrapper {
		display: none !important; /* Hidden by default */
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
		z-index: 9999; /* Ensure it's on top of other elements */
		display: flex; /* Centering the loader */
		justify-content: center;
		align-items: center;
	}
	 
	/* Loader spinner styling */
	#loader {
		border: 6px solid #f3f3f3; /* Light grey background */
		border-top: 6px solid #3498db; /* Blue color for the spinning part */
		border-radius: 50%;
		width: 50px;
		height: 50px;
		animation: spin 2s linear infinite;
	}
	
	/* Keyframes for spinning animation */
	@keyframes spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}



	/* #loader {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	  }
	  
	  #loader::before {
		content: "";
		background: rgba(255, 255, 255, 0);
		backdrop-filter: blur(8px);
		position: absolute;
		width: 140px;
		height: 55px;
		z-index: 20;
		border-radius: 0 0 10px 10px;
		border: 1px solid rgba(255, 255, 255, 0.274);
		border-top: none;
		box-shadow: 0 15px 20px rgba(0, 0, 0, 0.082);
		animation: anim2 2s infinite;
	  }
	  
	  #loader div {
		background: rgb(228, 228, 228);
		border-radius: 50%;
		width: 25px;
		height: 25px;
		z-index: -1;
		animation: anim 2s infinite linear;
		animation-delay: calc(-0.3s * var(--i));
		transform: translateY(5px);
		margin: 0.2em;
	  }
	  
	  @keyframes anim {
		0%,
		100% {
		  transform: translateY(5px);
		}
		50% {
		  transform: translateY(-65px);
		}
	  }
	  
	  @keyframes anim2 {
		0%,
		100% {
		  transform: rotate(-10deg);
		}
		50% {
		  transform: rotate(10deg);
		}
	  } */
	  .copyright.text-center {
		background: #282727;
		color: #fff;
		font-size: 14px;
		padding: 10px;
		margin-bottom: 0;
	}
	.categories.owner-section .row{
		justify-content: center;
		align-items: center;
	}
	.whatsapp-button {
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 2;
	}
	.whatsapp-btn {
		width: 60px;
		height: 60px;
		right: 10px;
		bottom: 10px;
		background: #10b418;
		position: fixed;
		text-align: center;
		color: #ffffff;
		cursor: pointer;
		border-radius: 50%;
		z-index: 99;
		display: inline-block;
		line-height: 65px;
	}
	.whatsapp-btn:before {
		position: absolute;
		content: " ";
		z-index: -1;
		bottom: -15px;
		right: -15px;
		/* background-color: #10b418; */
		width: 90px;
		height: 90px;
		border-radius: 100%;
		animation-fill-mode: both;
		-webkit-animation-fill-mode: both;
		opacity: 0.6;
		-webkit-animation: pulse 1s ease-out;
		animation: pulse 1.8s ease-out;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}
	.pt-fixed>a {
		display: block;
		text-decoration: none;
	}
	button.whats-btn {
		outline: none;
		width: 60px;
		height: 60px;
		border: 0;
		background-color: #2ecc71;
		padding: 0;
		border-radius: 100%;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
		cursor: pointer;
		transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
	}
	button.whats-btn::before {
		content: "Chat with Us";
		display: block;
		position: absolute;
		margin-left: -130px;
		margin-top: 16px;
		background: #20bf6b;
		color: #fff;
		font-weight: 600;
		font-size: 15px;
		border-radius: 3px;
		width: 0;
		opacity: 0;
		padding: 0;
		transition: opacity 0.4s, width 0.4s, padding 0.5s;
		padding-top: 7px;
		border-radius: 6px;
		box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
	}
	button.whats-btn::after {
		content: "";
		background-image: url(../images/whatsapp.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 60%;
		width: 100%;
		height: 100%;
		display: block;
		opacity: 1;
	}

	@media(max-width:1400px){
		header .head-right .head-links .links li {
		  padding: 12px;
	  }
	  header .head-left {
		width: 40%;
		padding-left: 40px;
	  }
	
	  }
	  @media(max-width:1200px){
		.home-products .row {
		  display: flex;
		  flex-wrap: wrap;
	  }
		.product-img img{
		  width:100%;
	  }
	  .product-img {
		position: relative;
		width: 100%;
	  
	  }


	  
	  }
	  @media(max-width: 1080px){
		  .row{
			  flex-wrap: wrap;
		  }
		  .home-content h1 {
			  font-size: 120px;
		  }
		  .col-md-3 {
			  width: 33%;
		  }
		  .pro-img-box .cart-btn {
			  font-size: 16px;
			  padding: 10px 15px;
		  }
		  .product-img {
			  position: relative;
			  width: 100%;
			  height: auto;
			  margin-bottom: 20px;
			  object-fit: cover;
			}
		   
			.pro-img-box img{
			  margin-bottom: 0;
			  max-height: 300px;
			}
			#testimonial-slider {
			  padding-top: 140px;
			  padding-bottom: 100px;
			}
	   
			.reviews h2 {
			  margin:55px;
			}
			.owl-wrapper{
			  text-align: center;
			}
			/* .position-relative a {
			  position: absolute;
			  bottom: 36px;
		  } */

		.home-body h2{
		  margin-bottom: 40px;
		}
	
	  }
	  @media(max-width: 768px){
		.container{
			max-width: 95%;
			margin: 0 auto;
		}
		  header .head-right .head-links .links li{
			  padding: 10px;
			  gap: 10px;
		  }
		  header .head-right .links li a{
			  font-size: 14px;
		  }
		  .col-md-3 {
			  width: 50%;
		  }
		  .pro-img-box .cart-btn {
			  font-size: 16px;
		  }
	  
		  .brand-logo-img {
			  text-align: center;
			}
		  .col-md-6{
			  width: 100%;
		  }
		  .col-md-4{
			  width: 100%;
		  }
		  .bag-inner-content h3{
			  text-align: left;
		  }
		  .bag-inner-content p{
			  text-align: left;
		  }
		  .blog{
			  background-position: bottom;
		  }
		  .wpb_wrapper{
			  width: 50%;
			  margin: 10px auto;
		  }
		  #testimonial-slider {
			  padding-top: 50px;
			  padding-bottom: 50px;
			}
			.col-md-5{
			  width: 100%;
			}
			
			.common-form{
			  flex-wrap: wrap;
			}
			.input-group{
			  width: 100%;
			}
			.tab button {
			  padding: 14px 15px;
			  font-size: 18px;
			}
			#grocery-store{
			  margin-bottom: 40px;
			  text-align: center;
			}
			.tabcontent p {
			  margin-bottom: 15px;
		  }
		  .small-cntent {
			max-width:100%;
		}
		/* .position-relative a {
		  position: absolute;
		  bottom: 8px;
	  } */
	  
	  .tabcontent h3 {
		font-size: 30px;
	  }
	
	  .contct-section h3 {
		font-size: 25px;
		margin: 5px auto;
	}
	  section.contct-section {
		padding-top: 25px;
	  
	  }
	  .blog-content h2{
		font-size: 30px;
	  }
	  .blog-content p {
		font-size: 16px;
	  }
	  .home-products h2 {
		font-size: 30px;
		margin-bottom: 20px;
	  }
	  .bag-inner-content p {
		font-size: 18px;
		margin-bottom: 25px;
	  }
	  .home-body {
		padding: 40px;
	  }
	  .home-body h2 {
		font-size: 28px;
	  }
	  .reviews h2 {
		margin: 35px;
		font-size: 21px;
	  }
	  .reviews .btn {
		padding: 9px 35px;
	  }
	  .brands {
		padding: 75px 0px;
	  }
	  .home-body {
		padding: 40px;
	  }
	  .home-products h2 {
		font-size: 30px;
		margin-bottom: 7px;
	  }
	  .blog-content h2 {
		margin-bottom: 15px;
	  }
	  .blog {
		padding: 46px 0px;
	  }
	  }
	 
	  @media(max-width: 420px){
		  .col-md-3 {
			  width: 100%;
		  }
		  .wpb_wrapper{
			  width: 100%;
		  }
		  header .head-right .links li a{
			  font-size: 14px;
		  }
		  header .head-right{
			  width: 100%;
		  }
		  header .head-container{
			  flex-wrap: wrap;
			  text-align: center;
		  }
		  header .head-left {
			  width: 100%;
			}
			header .head-right .head-links .links{
			  justify-content: center;
			}
			.common-form{
			  flex-wrap: wrap;
			}
			.input-group{
			  width: 100%;
			}
			.tab button {
			  padding: 14px 10px;
			  font-size: 14px;
			}
			.home-banner {
			  padding: 50px 0px;
		  }
		  .home-content a {
			padding: 9px 22px;
			font-size: 15px;
		}
		.home-body h2 {
		  font-size: 21px;
		  margin-bottom: 25px;
		  line-height: 33px;
	  }
	  .bag-inner-content p {
		font-size: 15px;
	  }
	  .home-body {
		padding: 15px;
	  }
	  .home-products {
		padding: 15px 0px;
	  
	  }
	  .home-products p {
		font-size: 16px;
		margin-bottom: 40px;
	  }
	  .pro-img-box {
		margin-bottom: 15px;
	  }
	  .eltdf-counter {
		font-size: 30px;
	  }
	  .blog-content h2 {
		margin-bottom: 12px;
		font-size: 21px;
	  }
	  .blog-content p {
		font-size: 17px;
		line-height: 30px;
		margin-bottom: 30px;
	  }
	  .blog {
		padding: 15px 0px;
	  }
	  .blog-content a {
		padding: 9px 22px;
		font-size: 15px;
	  }
		.reviews h2 {
			  margin:0px;
			  font-size: 20px;
			  line-height: 25px;
		  }
		  .home-content h1 {
			font-size: 78px;
		}
		/* .position-relative a {
		  position: absolute;
		  bottom: 1px;
	  } */
	
	  .tabs-mission-vission {
		margin-top: 30px;
	  }
	  .tabcontent h3{
		  font-size: 20px;
		  margin-bottom: 18px;
	  
	  }
	  .mb-3 {
		margin-bottom: 7px;
		font-size: 25px;
	  }
	  .mt-5{
		margin-top: 18px;
	  }
	  .invest-body h2 {
		font-size: 25px;
		margin-bottom: 18px;
	  }
	  .bag-inner-content h3 {
		font-size: 18px;
	  }
	  .bag-inner-content p {
		margin-bottom: 5px;
	  }
	  .mb-5 h2{
		  font-size: 22px;
		  margin-bottom: 6px;
	  }
	  .mt-5 h2{
		font-size: 20px;
		margin-bottom: 6px;
	  }
	  .mt-3 {
		margin-top: 10px;
	  }
	  .justify-content-center h2 {
		margin-bottom: 20px;
		font-size: 25px;
	  }
	  .brands {
		padding: 45px 0px;
		margin-bottom: 20px;
	  }
	  footer  h3 {
		font-size: 15px;
		margin-bottom: 8px;
	  }
	  footer span {
		font-size: 15px;
	  }
	  footer p, footer a {
		font-size: 15px;
	  }
	  .contct-section h3 {
		font-size: 22px;
		margin: 5px auto;
	  }
	  .contct-section h5{
		  font-size: 15px;
	  }
	  .contct-section p {
		font-size: 14px;
	  }
	  .contct-section span {
		font-size: 13px;
	  
	  }

	  .justify-content-center h2 {
		margin-bottom: 0px;
		font-size: 20px;
	  }
	  .justify-content-center h5{
		font-size: 15px;
	  }
	  .justify-content-center {
		margin-bottom: 40px;
	  }
	  .mt-3{
		font-size: 16px;
	  }
	  .about-team .mt-5 h6 {
		margin-bottom: 5px;
	  }
	  
	  }