body, html {
	height: 100%;
	width: 100%;
}

.smi {

}

.smi-item {
	width: 65px;
	height: 65px;
	background-image: url('/img/smi.png');
	display: inline-block;
}

.smi .google {
	background-position-y: -72px;
}

.loading-contain {
	width: 100%;
	height: 100%;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: #FFF;
    z-index: 9999;
}

.loading-contain img {
	width: 80px;
	animation: animate 1s linear infinite;
}

@keyframes animate {
  0% { transform: scale(0.8); }
  50% { transform: scale(1); }
  100% { transform: scale(0.8); }
}

.text-manrope{
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
}

.top-banner .contact-item {
	display: inline-flex;
	position: relative;
	align-items: center
}

.link-items {
	display: inline-block;
	position: relative;
	padding: 0px 20px;
	font-family: 'Belanosima';
	font-size: 18px;
}

.link-items a{
	text-decoration: none;
	color: #000;
	font-weight: 400;
}

.link-items a:hover{
	color: green !important;
	font-size: 19px;
}

.link-items:not(:last-child):after {
	background-color: #d7d7d7;
	content: '';
	display: inline-flex;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: -7px;
  border-radius: 50%;
}

.top-banner .contact-item:not(:last-child):after {
    background-color: #eece38;
    content: '';
    display: inline-flex;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -1rem;
    border-radius: 50%;
}

.top-banner-social {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.top-banner-social li {
	display: inline-block;
	padding: 0px 10px;
	font-size: 14px;
	border-right: 1px solid #626161;
}

.top-banner-social li:first-child{
	border-left: 1px solid #626161;
}

.about-link {
	width: 50px;
	height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #0d3a02;
  border-right: 1px solid #544e4e;
  display: inline-flex;
}

.about-link span {
	animation: menuIcoAnumate 2s linear infinite;
}

@keyframes menuIcoAnumate {
  0% { transform: scale(1.2); }
  50% { transform: scale(1); }
  100% { transform: scale(1.2); }
}

.link-list {
	display: inline-block;
	width: 55vw;
}

.search-bar {
	display: inline-block;
	width: 20vw;
}

.logo {
	display: inline-block;
}

.logo img {
	width: 65px;
  margin: 0px 50px;
}

input, input:focus {
  outline: none;
  box-shadow: none;
  border-color: #d9dee2;
}

.product-price {
	font-weight: bold;
	text-align: center;
}

.info-box {
	width: 80vw;
	display: flex;
  position: relative;
  top: -60px;
  fill :#eece38;
/*  padding: 40px 30px;*/
  border-radius: 10px;
}

.info-box .head-line {
	font-weight: 700;
}

.info-box .text-line {
	color: #524848;
}

.animated-title {
	font-family: 'Belanosima', sans-serif;
	font-size: 35px;
	font-weight: 600;
}

.intro-head {
	font-family: 'Belanosima', sans-serif;
	font-size: 35px;
	font-weight: 600;
	color: #12813e;
}

.intro-txt {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #545252;
	font-style: italic;
}

.animated-text {
	font-family: 'Dancing Script', cursive;
	font-size: 30px;
	font-weight: 400;
}

.commic-heading {
	text-align: center;
	font-family: 'Great Vibes', cursive;
	font-size: 45px;
}

.prop-heading {
	text-align: center;
	font-family: 'Manrope', cursive;
	font-size: 45px;
	font-weight: 800;
}

.product-image {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.product-head {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

.product-star {
	font-size: 12px;
	text-align: center;
}

.product-nature{
	font-size: 12px;
	color: green;
	text-align: center;
}

.message-txt {
	font-family: 'Dancing Script', cursive;
	font-size: 7vw;
}

.footer {
	background-color: #2c2c2c;
}

.quat-head {
	color: #FFF;
	font-size: 25px;
	font-weight: 700;
}

.quat-text {
	color: #FFF;
}

.side-bar {
	width: 300px;
  position: fixed;
  background-color: #000;
  height: 100%;
  z-index: 86;
  top: 0;
  margin-left: -300px;
  overflow: auto;
}

.cat-line {
	cursor: pointer;
  display: flex;
  align-items: flex-end;
  border-bottom: dotted 1px #5a5757;
  padding-bottom: 3px;
}

.cat-line:hover {
	font-weight: bold;
}

/*Slider CSS*/
.slider-container {
  position: relative;
  width: 100%;
  /*height: 400px;  Adjust the height as needed */
  overflow: hidden;
}

.slider {
  display: flex;
  width: 100%;
  height: auto;
}

.slide img {
  width: 100%;
  height: auto;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.slide-content {
  position: absolute;
  bottom: -100px; /* Start with the content hidden below the slide */
  left: 50%; /* Adjust the horizontal position as needed */
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  opacity: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), -2px -2px 4px rgba(0, 0, 0, 0.5);
  transition: all 2s ease-in-out;
}

.slide.active .slide-content {
  bottom: 40%; /* Display the content in the middle */
  opacity: 1;
}

/*End Slider CSS*/
