:root{
  --st-primary: #47b32d;
  --st-primary-light: #2f9916;
  --st-secondary: #ffcb24;
  --st-title-color: #010101;
  --st-text: #4e4d4d;
  --st-text2: #cfcfcf;
}

@font-face{font-family:Epilogue;src:url("../fonts/Epilogue-VariableFont_wght.ttf") format("truetype");font-style:normal; font-display: swap;}
@font-face{font-family:Jost;src:url("../fonts/Jost-VariableFont_wght.ttf") format("truetype");font-style:normal; font-display: swap;}


* {
	transition: all 0.4s ease;
	font-family: "Epilogue", sans-serif;
}
.main_head_section {
	background-color: var(--st-secondary);
    padding: 7px 0;
}
.main_head_section .container {
	display: flex;
	justify-content: flex-end;
}
.main_l_head_section {
	display: none;
}
.main_r_head_section a {
	color: var(--st-text);
	font-weight: 600;
	font-size: 16px;
}
.main_r_head_section a:hover, .main_r_head_section a:focus-visible, .main_r_head_section a:active {
	color: var(--st-primary);
}
.main_logo_section {
	padding: 20px 0;
	max-width: 200px;
}
.main_logo_section img {
	width: 100%;
}
.nav-list>li>a i {
	color: var(--st-title-color);
}
.nav-list li.dropdown ul li a:hover, .nav-list li.dropdown ul li a:focus-visible, .nav-list li.dropdown ul li a:active {
	color: var(--st-primary);
}
.search-div {
	position: relative;
	width: 120px;
}
#searchcontext {
	border: none !important;
	padding: 0 !important;
	padding-left: 35px !important;
	color: #222;
}
#searchcontext::placeholder {
	color: #222;
}
.dosearch {
	left: 0;
	background: transparent;
	color: #222 !important;
}
.ic_title {
	color: #222;
}
#searchview {
	width: 500px;
}
#searchview a {
	margin-left: 0;
	width: 100%;
	align-items: flex-start;
}
.banner {
	position: relative;
	padding: 70px 0;
	background-color: #f9eeea;
}
.banner-pattern {
	background-image: url("../img/pattern.svg");
	opacity: 0.07;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.home-6-banner-content {
	position: relative;
	text-align: left;
	transform: none;
	top: unset;
	left: unset;
}
.banner-img {
	width: 100%;
	height: auto;
	border-radius: 50%;
  overflow: hidden;
}
.banner-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.home-6-banner-top h2 {
	font-weight: 800;
  line-height: 1.15;
  font-size: 65px;
  font-family: "Jost", sans-serif;
  color: var(--st-title-color) !important;
  text-transform: none;
  margin-bottom: 15px;
}
.home-6-banner-top p {
	font-size: 20px;
	font-weight: 600;
	color: var(--st-text);
	padding-right: 50px;
	line-height: 1.63;
	font-family: "Epilogue", sans-serif;
	margin-bottom: 30px;
}
.home-6-banner-top .main-btn {
	padding: 20px 80px 20px 40px;
}
.home-6-banner-top .main-btn:after {
	content: "\2794";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	color: #222;
	display: flex;
  justify-content: center;
  align-items: center;
}
.main-btn {
	position: relative;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--st-primary);
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 30px;
  border-radius: 40px;
  z-index: 1;
  overflow: hidden;
}
.main-btn:hover, .main-btn:focus-visible, .main-btn:active {
	background-color: var(--st-secondary);
	color: #fff;
	text-decoration: none;
}
.s-products {
	background-color: #f6f6f6;
	padding-bottom: 120px;
	padding-top: 120px;
}
.products-title-cover {
	align-items: center;
}
.title {
	line-height: 1.35;
	margin-bottom: 18px;
	font-size: 60px;
	color: var(--st-title-color);
	font-family: "Jost", sans-serif;
	font-weight: 700;
	text-transform: none;
}
.new_product_overlay {
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid transparent;
}
.new_product_overlay:hover {
	border-color: var(--st-secondary);
	box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, 0.05);
}
.heartbox {
	display: none;
}
.new_name_layout a {
	font-size: 18px;
	font-family: "Jost", sans-serif;
	color: var(--st-title-color);
	font-weight: 700;
	line-height: 1.42;
}
.new_desc_layout p {
	font-size: 14px;
	font-weight: 500;
	color: var(--st-text);
}
.new_price_part {
	font-size: 24px;
	font-weight: 800;
}
.new_button_part a {
	font-size: 14px;
	padding: 11px 22px 11px 22px;
	background: var(--st-primary);
	color: #fff;
	font-family: "Jost", sans-serif;
	font-weight: 700;
	line-height: 1;
	border-radius: 40px;
}
.about-sec {
	padding-bottom: 90px;
	padding-top: 120px;
	overflow: hidden;
}
.title-area {
	margin-bottom: 40px;
}
.sec-subtitle {
	text-transform: uppercase;
	display: block;
	color: var(--st-primary);
	font-family: "Jost", sans-serif;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 15px;
	letter-spacing: 0.12em;
}
.sec-title {
	line-height: 1.35;
	margin-bottom: 18px;
	font-size: 60px;
	font-family: "Jost", sans-serif;
	color: var(--st-title-color);
	font-weight: 700;
	text-transform: none;
}
.call-card {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	gap: 24px;
	text-align: right;
}
.call-card-title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	color: var(--st-primary);
}
.call-card-number {
	font-size: 24px;
	font-weight: 700;
	color: var(--st-title-color);
	position: relative;
}
.call-card-icon {
	width: 69px;
	height: 69px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--st-primary);
	border-radius: 50%;
	border: 5px solid var(--st-primary-light);
}
.feature-header {
	margin-bottom: 22px;
	padding-top: 38px;
	position: relative;
}
.feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 89px;
	height: 89px;
	position: relative;
	background-color: #fff;
	border: 3px solid var(--st-primary);
	border-radius: 50%;
}
.feature-title {
	font-size: 22px;
	margin-bottom: 15px;
	font-family: "Jost", sans-serif;
	color: var(--st-title-color);
	font-weight: 700;
	line-height: 1.42;
	text-transform: none;
}
.big-img {
	width: 100%;
	height: auto;
}
.big-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
footer {
	background-color: #f9eeea;
	position: relative;
	padding: 253px 0 80px 0;
	color: #222;
}
footer p {
	color: #222;
}
.social-list li {
	display: inline-flex;
  align-items: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin: 0 5px 0 0;
  color: #222;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  border: 1px solid #c1c1c1;
  box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, 0.05);
}
.footer-bottom {
	position: relative;
}
.footer-item ul li {
	margin-bottom: 15px;
}
.footer-item ul li a {
	font-size: 16px;
  color: #222;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
}
.footer-item ul li a:before {
  position: absolute;
  content: "\f105";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 30px;
  color: var(--st-primary);
  font-size: 17px;
}
.footer-item ul li a:hover, .footer-item ul li a:focus-visible, .footer-item ul li a:active {
	text-decoration: none;
}