body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
	height: 100%;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;

}

.main_wrapper {
	flex: 1 0 auto;
}

.pb-40 {
	padding-bottom: 30px;
}

.mt-100 {
	margin-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a,
a:hover {
	text-decoration: none !important;
	outline: none !important;
}

a {
	color: #6dbd63;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

a:hover {
	color: #48953f;
}

.container-fluid {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	overflow: hidden;
}

.form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 40px;
	border-color: #d9d9d9;
}

.form-control:focus {
	border-color: #6dbd63;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.clr-green {
	background: #e0f0e04d;
}

blockquote {
	font-size: 14px;
}

input,
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

.title.text-center,
.section-title,
.area-title {
	font-size: 30px;
	margin-bottom: 15px;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 0;
	font-weight: bold;
}

.wrapper-1 {
	height: initial;
	max-width: 620px;
	margin: 0 auto;
	margin-top: 50px;
	box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}

.wrapper-2 {
	padding: 30px;
	text-align: center;
}

.wrapper-2 p {
	margin: 0;
	margin-bottom: 30px;
	margin-top: 20px;
}

.go-home,
.go-home:hover {
	color: #fff;
	background: #6dbd63;
	border: none;
	padding: 10px 50px;
	margin: 30px 0;
	border-radius: 30px;
	text-transform: capitalize;
	box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

.main_wrapper {
	height: auto;
	overflow: hidden;
}

.padding-top {
	padding-top: 50px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.card-container.card {
	max-width: 350px;

}

.required label::after,
.field-quote-verifycode label::after,
.field-information-verifycode label::after {
	content: "*";
	color: red;
	margin-left: 3px;
}

/************Header start--------------*/
header .navbar-nav li a {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

header .btn-success {
	padding: 4px 15px;
}

header .navbar-nav li {
	margin-right: 20px;
}

/************Header end--------------*/
/************ footer start***********/
footer {
	background: #202736;
	padding: 50px 0px;
}

footer .footer-heading h4 {
	font-size: 20px;
}

.footer-content ul li a {
	color: #fff;
	font-size: 15px;
}

.footer_social li a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 50px
}

footer p {
	font-size: 15px;
}

.footer-bottom {
	border-top: 1px solid #ffffff2b;
	background: #202736;
	padding: 15px 0px
}

/************ footer end***********/
/************promo section start--------------*/
.promo-section {
	background: url(../img/about.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	background-color: #00000073;
	padding: 50px 0px;
}

.promo-section ul li {
	margin-bottom: 10px;
	color: #fff
}

.promo-section ul li i {
	margin-right: 5px;
}

/************promo section end--------------*/

/********** features section ==============*/
a.outer-main {
	display: block;
	background: #fff;
	padding: 20px;
}

.outer-main p {
	word-break: break-all;
	color: #212529
}

.outer-main h3 {
	font-size: 20px;
}

/********** features section end============*/
/********** why choose section start============*/
.center-content {
	padding: 20px;
	border: 1px solid #f1f1f1;
}

.icon_div {
	border: 2px solid #fff;
	width: 110px;
	height: 110px;
	margin: auto;
	border-radius: 50%;
	padding: 10px;
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
}

.icon_div img {
	width: 50px;
}

/********** why choose section end============*/
/*--------<!--Testimonials section start-->====*/
.testimonials .item.last {
	margin-bottom: 0;
}

.testimonials .item .quote-box {
	background: #fff;
	padding: 50px;
	padding-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
	margin-bottom: 30px;
	min-height: 160px;
}

.testimonials .item .quote-box .fa {
	color: #9fd499;
	font-size: 18px;
	position: absolute;
	left: 30px;
	top: 30px;
}

.testimonials .item .quote-box:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f5f5f5;
	position: absolute;
	bottom: -20px;
	margin-left: -20px;
	left: 50%;
}

.testimonials .item .quote {
	border: none;
	padding: 0;
	font-size: 14px;
	color: #060606;
	margin-bottom: 15px;
}

/*--------<!--Testimonials section end-->====*/
/************ blog start***************/

.blog-section .blog-img img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.blog-section.bg .single-blog {
	background: #ffffff;
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
}

.article.blog-post:last-child {
	padding-bottom: 0 !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

/************ blog end***************/

/************privacy***********/

.content-section {
	margin: 30px 0;
	background: #fff;
	padding: 16px;
}

.content-section h1 {
	font-size: 26px;
	margin-top: 0;
	padding-bottom: 11px;
	margin-bottom: 30px;
	display: inline-block;
	font-weight: 500;
}

h4.divider {
	font-size: 20px;
	text-transform: uppercase;
}

.page-head h1 {
	font-size: 22px;
	padding: 15px 8px;
}

.page-head {
	background: #fff;
}

/*----------- contact --------------*/
.contact-group .card {
	padding: 20px;

}

.contact-group .card .icon {
	max-width: 40px;
	margin-right: 20px;
}

.contact-group .card .icon span {
	font-size: 30px;
	width: 50px;
	height: 50px;
	border: 1px solid #28a745;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	color: #28a745;
}

.contact-form .button {
	background: #28a745;
	color: #fff;
	outline: none;
	padding: 8px 20px;
	border-radius: 5px;
	border: 1px solid #28a745;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

#contact_form_id .iti {
	width: 100%;
}

/*----------- custom --------------*/
.card {
	margin-bottom: 20px;
}

.card-header {
	background-color: rgb(32, 39, 54);
	color: #ffffff
}

.list-view.comment-list .menu-icon a,
.content-list .list-wrapper.list-unstyled li a {
	color: #000;
}

.reauth-email {
	display: block;
	color: #404040;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.section-padding {
	padding: 30px 0;
	background: #eee;
}

.login-box {
	margin: auto;
	background: #fff;
	padding: 40px;
	box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
	border-radius: 7px;
}

.login-box .form-control {
	border-color: #b3b3b3;
	min-height: 45px;
	background-color: #eeeeee47;
}

.login-box .form-check-input {
	border-color: #b3b3b3;
}

.login-box .btn-signin {
	min-height: 45px;
	font-weight: bold;
	border-radius: 25px;
}

.login-box .form-control::placeholder {
	color: #7e808c;
	opacity: 1;
	/* Firefox */
	font-size: 15px;
}

.login-box .form-control::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: #7e808c;
	font-size: 15px;
}

.signup-bg .content-bottom {
	margin-bottom: 20px !important;
}

.content-bottom h4 i {
	color: #51A746;
	font-size: 24px;
	vertical-align: middle;
}

.content-bottom h4 {
	font-size: 26px;
	color: #000;
}

.signup-bg {
	padding: 23px;
}

.content-bottom h4 span {
	font-size: 16px;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	background: #5fb255;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

p.style {
	margin-left: 45px;
}

.mb-20 {
	margin-bottom: 20px;
}

.candidate-section .input-group.file-caption-main {
	width: 90%;
}

.single-blog h3 {
	line-height: 1;
}

.single-blog p {
	font-size: 15px;
}

.single-blog h3 a {
	font-size: 18px;
	letter-spacing: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}

a.read-more {
	border: 2px solid #6dbd63;
	padding: 7px 14px;
	color: #6dbd63;
	font-size: 15px;
	display: inline-block;
	border-radius: 5px;
}

.mg-30 {
	margin-bottom: 30px;
}

.pd-100 {
	padding-top: 80px;
}

.single-services a:hover {
	text-decoration: none;
}

.single-services img {
	width: 100px;
}

.title-1 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #67bb5c;
}

.single-blog {
	margin-bottom: 30px;
}

.bg {
	background: #eee;
}

.pb-15 {
	padding-bottom: 16px;
}

.btn-bg {
	background: #6DBD63 !important;
	font-size: 15px !important;
	color: #fff !important;
	padding: 10px !important;
}

.required label.control-label::after {
	content: " *";
	color: #ef0303;
}

textarea.form-control {
	height: 120px;
}

.secondary {
	background-color: #6dbd63 !important;
}

.products--capabilities-panel h3 {
	position: relative;
	font-size: 27px;
}

.nav-tabs {
	border-bottom: 0;
}

.nav-tabs>li a {
	font-size: 16px;
}

.products--capabilities-panel h4 {
	font-family: 'Arimo', sans-serif;
	font-size: 19px;
	margin: 20px 0 20px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav.nav-tabs li a:hover {
	color: #555 !Important;
	cursor: default;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 0 inherit;
	font-size: 16px;
	background-color: #f7f7f7;
	border-radius: 0;
	font-weight: 500;
	cursor: pointer;
}

.light-color.btn {
	background: #fff;
	color: #000;
}


.bottom-content {
	border: none;
	padding: 0;
	font-size: 14px;
	color: #060606;
	text-align: center;
}

.testimonials .item .details {
	display: block;
	color: #080808;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 15px;
}

.testimonials .name {
	display: block;
	color: #080808;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 17px;
}

.title {
	font-size: 14px;
}

.testimonials-image {
	width: 80px;
	height: 80px;
	border: 4px solid #f2f2f2;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	margin: auto;
	overflow: hidden;
}

article.blog-post {
	padding: 20px;
	margin: 30px 0px;
}

.cx-blog-section .portfolio-filter-1 li a,
.cx-blog-section .blog-categories ul li a {
	background: #ffffff;
}

.cx-blog-section .portfolio-filter-1 li a:hover,
.cx-blog-section .portfolio-filter-1 li.active a,
.cx-blog-section .blog-categories ul li a:hover {
	background: #6dbd63;
	color: #ffffff
}

.innericon {
	font-size: 28px !important;
	text-align: center;
	background: #6dbd63;
	color: #fff !important;
	border-radius: 50px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-weight: 600;
	margin-bottom: 5px !important;
}

.innericon img {
	width: 100%;
}

.innericon {
	background: #6dbd63;
	width: 50px;
	height: 50px;
	margin: auto;
	border-radius: 50%;
	margin-bottom: 5px !important;
	padding: 10px;
}

.site-about {
	padding: 50px 0;
}

.auth-clients li {
	float: none;
	display: inline-block;
	margin: 15px 20px 0 0;
	text-align: left;

}

.social-links {
	margin-top: 0;
}

.signup-or>span {
	background: #5fb255 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 22px;
	font-weight: 100;
	padding: 5px 8px;
	position: relative;
	top: 12px;
	border-radius: 50px;
}

.signup-or {
	border-bottom: 1px solid #5fb255;
	margin: 0 0 30px;
	text-align: center;
}

.bg-bottom {
	z-index: 999;
}

.portfolio-filter-1 li,
.blog-categories ul li {
	display: inline-block;
}

.cx-section.cx-blog-section {
	padding: 50px 0px;
	background: #e0f0e087;
}

/*common*/
.wrapper .container-fluid.px-0 {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5% !important;
	overflow: hidden;

}

.wrapper .container-fluid.px-0 .card {
	margin-top: 20px;
}

.card {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 0;
	border: 0;
}

.navbar-toggler-icon {
	width: 1em;
	height: 2px;
	margin: 5px;
	display: block;
}

.help-block-error {
	color: red;
}

.blog-post.post-single img {
	width: 100%;
}

.blog-detail .card.card-primary.blog-widget-view {
	padding: 0;
}

.portfolio-heading-section,
.pagetitle-section {
	background: #202736;
	padding: 30px 0;
	color: #fff;
}

.pagetitle-section h1 {
	font-size: 28px;
}

.content.py-5 {
	padding: 0px !important
}

@media screen and (min-width: 600px) {
	.login-box {
		width: 550px;
	}
}

@media screen and (max-width:991px) {
	.blog-post img {
		width: 100%;
		margin-bottom: 15px;
	}

	.blog-section .blog-img img {
		height: auto;
	}

	.promo .intro .title {
		font-size: 22px;
	}

	.promo .intro .summary {
		font-size: 18px;
		margin-bottom: 10px;
	}

	header .navbar-nav li {
		display: block;
		border-bottom: 1px solid #d2e9d7
	}
}

@media screen and (max-width:576px) {
	.login-signup h4 {
		font-size: 18px;
		line-height: 1.5;
	}
}

/*end*/
.features-section p {
	word-break: break-all;
}

.field-loginform-password span,
.field-user-password span,
.field-user-confirm_password span,
.field-user-old_password span {
	float: right;
	margin-top: -30px;
	position: relative;
	z-index: 2;
	margin-right: 30px;
}

.form-signin {
	margin-top: 20px;
}

.form-control:focus,
.form-check-input:focus {
	box-shadow: none !important;
	border-color: #198754 !important;
}

.form-check-input:checked {
	border-color: #198754 !important;
}

.form-check-input {
	margin-top: 0.1em !important;
}

.sign-link {
	color: #198754;
}

.login-box .mb-3 {
	margin-bottom: 1.5rem !important;
}

.login-box .form-check-label {
	color: #3c3c3c;
}

.form-check-input:checked {
	background-color: #198754 !important;
}

#loginform-password {
	padding-right: 50px !important;
}

.container-fluid {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5% !important;
	overflow: hidden;
}

#contact-form-submit {
	width: 136px !important;
	padding: 4px;
	color: #fff !important;
	font-size: 14px;
	background-color: #0e710ecf;
	border: 0px;
	border-radius: 20px;
}

.inner_box .btn {
	margin: 0px 5px;
}

.pac-container {
	z-index: 9999999999 !important;

}

.iti {
	display: block !important;
}

.notification-wrapper .drop-content {
	font-size: 14px;
	max-width: 67%;
}

.head-resto {
	display: flex;
	justify-content: space-between;
}

.product-detail ul {
	padding-left: 0px;
}

.clear-btn {
	text-decoration-line: underline;
}

.clear-btn a {
	color: #fff;
}


.rotate_img img {
	transform: rotateY(175deg);
}

.containerr {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    width: 95%;
}

.content {
    padding: 30px 0px;
}

.header {
    background-color: #F0FEE1 !important;
    height: 90px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}

.leftHeader img {
    height: 45px;
    margin-top: 15px;
}

.midHeader {
    display: flex;
    align-items: center;
    gap: 35px;
    font-size: 17px;
}

.rightHeader {}

.rightHeader a {
    height: 46px;
    width: 139px;
    border-radius: 80px;
    background-color: white;
    font-family: 'SMedium';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'SMedium';
}

#home {
    background-color: #F0FEE1;
    overflow: hidden;
    position: relative;
}

.home-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.home-container *{
    z-index: 5;
}

.leftHome {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 45%;
    padding-bottom: 100px;
    padding-top: 50px;
}

.leftHome h1 {
    font-family: 'Cooper';
    font-size: 80px;
}

.leftHome h1>span {
    position: relative;
    display: inline-flex;
    flex-direction: column;
}

/* .leftHome h1 span img {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 10px;
} */

.leftHome p {
    font-size: 18px;
    width: 75%;
    line-height: 30px;
    font-family: "SMedium";
}

.leftHome a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 18px;
    color: white!important;
    background-color: #FE5D2A;
    height: 60px;
    width: 248px;
    border-radius: 80px;
    font-family: "SMedium";
    transition: 0.2s all ease;
}

.leftHome a>img{
    transition: 0.2s all ease;
}

.leftHome a:hover{
    background-color: #fc501c;
}

.leftHome a:hover>img{
    transform: translateX(5px);
}

.high-nutrition-container > div > a:nth-child(1)>img{
    transition: 0.2s all ease;
}

.high-nutrition-container > div > a:nth-child(1):hover{
    background-color: #fc501c;
}

.high-nutrition-container > div > a:nth-child(1):hover>img{
    transform: translateX(5px);
}

.high-nutrition-container > div > a:nth-child(1){
    transition: 0.2s all ease;
}



.high-nutrition-container > div > a:nth-child(2)>img{
    transition: 0.2s all ease;
}

.high-nutrition-container > div > a:nth-child(2):hover{
    background-color: #d3d4d5;
}

.high-nutrition-container > div > a:nth-child(2):hover>img{
    transform: translateX(5px);
}

.high-nutrition-container > div > a:nth-child(2){
    transition: 0.2s all ease;
}

.abt>div>img{
    transition: 0.2s all ease;
}

.abt:hover{
    background-color: #fc501c!important;
}

.abt:hover>div>img{
    transform: translateX(5px);
}

.abt{
    transition: 0.2s all ease;
    background-color: #FE5D2A!important;
}

.rightHome {
    position: relative;
    width: 60%;
    z-index: 12;
    overflow: visible;
}

.rightHome *{
    z-index: 30;
}

.oldman {
    position: absolute;
    bottom: 0;
    left: 55%;
    transform: translateX(-50%);
}

.plate1 {
    left: 41%;
    bottom: 0px;
    position: absolute;
    z-index: 10;
    transition: 0.2s all ease;
}

.plate2 {
    left: 2%;
    bottom: 22%;
    position: absolute;
    transition: 0.2s all ease;
}

.plate3 {
    left: 15%;
    top: 2%;
    position: absolute;
    transition: 0.2s all ease;
}

.plate4 {
    right: 5%;
    top: 3%;
    position: absolute;
    transition: 0.2s all ease;
}

.plate5 {
    right: -100px;
    bottom: 170px;
    position: absolute;
    transition: 0.2s all ease;
}

.plates {
    transition: 2s all ease;
    opacity: 1;
    transform: translateX(1400px);
}

.home-white-thing {
    height: 100px;
    position: relative;
    background-color: white;
}

#discount {
    position: relative;
}

.right-bg {
    top: 0px;
    right: 0;
    left: 0;
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 720px;
}

@media only screen and (max-width:1300px){
    .right-bg{
        height: 820px;
    }
}

.discount-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding-bottom: 100px;
    padding-top: 20px;
}

.discount-container>img:nth-child(1) {
    height: 60px;
}

.discount-container h2 {
    font-family: 'Cooper';
    font-size: 50px;
}

.discount-container h2 span {
    color: #FE5D2A;
}

.three-part {
    display: flex;
    width: 100%;
    gap: 7%;
    align-items: center;
    margin-bottom: 30px;
}

.threeLeft {
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex: 1;
}

.threeLeft>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.threeLeft>div>img {
    height: 30px;
}

.threeLeft>div>h5 {
    font-family: 'SMedium';
    font-size: 26px;
}

.threeLeft>div>p {
    font-size: 16px;
    line-height: 26px;
}

.threeMid {
    flex: 1;
}

.threeMid img {
    width: 100%;
}

.spoon {
    position: absolute;
    right: 0;
    bottom: -20px;
}

.discountLine {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(162, 135, 118, 0) 8.75%, #A28776 46.33%, rgba(162, 135, 118, 0) 88.5%);
    height: 1px;
}

#ingredients {
    background: linear-gradient(0deg, #F4EBE4 51.64%, rgba(244, 235, 228, 0) 100%);
    max-width: 100%;
}

.ingredients-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 100px;
    padding-bottom: 80px;
}

.ingredients-div {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.ingredients-div img {
    position: absolute;
    top: -60px;
    left: 0;
}

.ingredients-div h3 {
    width: 35%;
    font-family: 'Cooper';
    font-size: 50px;
}

.ingredients-div p {
    width: 35%;
    font-size: 18px;
    line-height: 30px;
}

.actual-ingredients {
    width: 100%;
}

.actual-ingredients .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.actual-ingredients .swiper-slide>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 295px;
    height: 310px;
    border-radius: 10px;
    background-color: white;
}

.actual-ingredients .swiper-slide>h5 {
    font-family: 'SMedium';
    font-size: 28px;
}

#offerings {
    background-color: #F8E74A;
    position: relative;
    overflow: hidden;
}

.mkd {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.offerings-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 80px 10px;
}

.offerings-container>img:nth-child(1) {
    height: 30px;
}

.offerings-container>div:nth-child(2) {
    position: relative;
    font-family: 'Cooper';
    font-size: 55px;
}

.offerings-container>div:nth-child(2) img {
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
    right: 0;
    height: 10px;
}

.actual-offerings {
    width: 100%;
    margin-top: 60px;
}

.actual-offerings .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.actual-offerings .swiper-slide>div:nth-child(1) img {
    width: 320px;
}

.actual-offerings .swiper-slide>div:nth-child(2) {
    position: relative;
    font-family: 'SMedium';
    font-size: 30px;
}

.actual-offerings .swiper-slide>div:nth-child(2) h5{
    position: relative;
    font-family: 'SMedium';
    font-size: 30px;
}

.actual-offerings .swiper-slide>div:nth-child(2) img {
    position: absolute;
    bottom: -5px;
    height: 5px;
    left: 0;
    right: 0;
    width: 100%;
}

#green {
    background-color: #058D42;
    overflow: hidden;
}

.green-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    gap: 35px;
    animation: slide 10s linear infinite;
    /* Adjust duration as needed */
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.green-div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Anton", sans-serif;
    font-size: 34px;
    color: white;
    line-break: strict;
    font-weight: 700;
}

.green-div div {
    white-space: nowrap;
}

#testimonials {
    overflow: hidden;
}

.testimonials-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
}

.testimonials-container .discountLine {
    bottom: 0;
}

.test-div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.test-div h2 {
    font-family: 'Cooper';
    font-size: 55px;
}

.test-div h2 span {
    color: #C8266A;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 7px;
}

.pagination>div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #292018;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    cursor: pointer;
}

.swiperr-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    transition: 0.2s all ease;
}

.actual-testimonials .swiperr-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #F6F2ED;
    padding: 35px;
    position: relative;
    align-items: flex-start;
    border-radius: 15px;
    min-width: 420px;
}

.actual-testimonials .swiperr-slide h6 {
    font-family: 'Cooper';
    font-size: 24px;
}

.actual-testimonials .swiperr-slide p {
    font-size: 20px;
}

.person-div {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: 'SMedium';
    font-size: 24px;
}

.heart {
    position: absolute;
    right: 100px;
    top: -20px;
}

#photo {
    margin: 130px 0;
}

.photo-container {
    display: flex;
    gap: 20px;
}

.leftPhoto{
    display: flex;
    flex: 4;
    align-items: center;
    justify-content: space-between;
}

.leftPhoto>img:nth-child(1){
    width: 39%;
}

.leftPhoto>img:nth-child(2){
    width: 58%;
}

.rightPhoto{
    flex: 6;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rightPhoto>div:nth-child(1){
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.rightPhoto>div:nth-child(1)>img:nth-child(1){
    width: 66%;
}

.rightPhoto>div:nth-child(1)>img:nth-child(2){
    width: 32%;
}

.rightPhoto>div:nth-child(2){
    display: flex;
    justify-content: space-between;
}

.rightPhoto>div:nth-child(2) img{
    width: 32%;
}

#high-nutrition {
    background-color: #F8E74A;
    position: relative;
}

.bottomLeft {
    position: absolute;
    left: 0;
    bottom: 0;
}

.topRight {
    position: absolute;
    top: 0;
    right: 0;
}

.high-nutrition-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    height: 350px;
    position: relative;
    z-index: 5;
}

.p2 {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.p1 {
    top: -80px;
    right: 10%;
    position: absolute;
}

.p3 {
    right: 10%;
    bottom: -30px;
    position: absolute;
}

.nr {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.high-nutrition-container h2 {
    font-family: "Cooper";
    font-size: 52px;
    position: relative;
}

.high-nutrition-container p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.high-nutrition-container>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.high-nutrition-container>div a {
    display: flex;
    align-items: center;
    gap: 8p;
    justify-content: center;
    height: 60px;
}

.high-nutrition-container>div>a:nth-child(1) {
    background-color: #FE5D2A;
    color: white!important;
    width: 250px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "SMedium";
}

.high-nutrition-container>div>a:nth-child(2) {
    width: 210px;
    background-color: white;
    border-radius: 80px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "SMedium";
}

#newsletter {
    background-color: #442D2B;
    color: white;
}

.newsletter-container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    position: relative;
    min-height: 145px;
    align-items: center;
}

.leftNews {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.leftNews div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.leftNews div h3 {
    font-family: "Cooper";
    font-size: 38px;
}

.leftNews p {
    font-size: 16px;
}

.rightNews {
    display: flex;
    align-items: center;
    gap: 7px;
}

.rightNews input {
    background-color: transparent;
    border-radius: 80px;
    border: 1px solid #4B3330;
    padding-left: 20px;
    height: 58px;
    width: 300px;
    color: white;
    font-size: 18px;
}

.rightNews input:focus {
    outline: none;
    border: 1px solid white;
}

.rightNews a {
    display: flex;
    align-items: center;
    gap: 7px;
    background-color: #FE5D2A;
    color: white;
    height: 56px;
    width: 150px;
    justify-content: center;
    border-radius: 80px;
}

.newsLine {
    background: linear-gradient(90deg, rgba(162, 135, 118, 0) 8.75%, #A28776 46.33%, rgba(162, 135, 118, 0) 88.5%);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
}

footer {
    background-color: #442D2B;
    color: white;
}

.footer-container {
    display: flex;
    flex-direction: column;
    min-height: 350px;
    justify-content: space-between;
}

.topFooter {
    display: flex;
    width: 100%;
    padding: 30px 0;
    align-items: flex-start;
    padding-bottom: 10px;
}

.topLeftFooter {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 20%;
    font-size: 18px;
}

.topLeftFooter a img {
    height: 65px;
}

.topMidFooter {
    display: flex;
    gap: 20px;
    width: 25%;
    align-items: flex-end;
    margin-left: 30%;
}

.topMidFooter>div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: rgba(244, 238, 223, 0.8);
}

.topMidFooter>div>div:nth-child(1) {
    color: white;
    font-family: 'SMedium';
    margin-bottom: 5px;
}

.topRightFooter>div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 5%;
}

.topRightFooter>div{
    color: rgba(244, 238, 223, 0.8);
}

.topRightFooter>div>div:nth-child(1) {
    color: white;
    font-family: 'SMedium';
    margin-bottom: 5px;
}


.footerLine {
    background: linear-gradient(90deg, rgba(162, 135, 118, 0) 8.75%, #A28776 46.33%, rgba(162, 135, 118, 0) 88.5%);
    width: 100%;
    height: 1px;
}

.footerBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 25px 0;
}

::placeholder {
    font-size: 18px!important;
    color: white!important;
}

.footerBottomLeft {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footerBottomMid {
    text-align: center;
}

.footerBottomRight a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: 'SMedium';
}

.burger {
    display: none;
}

.lowerfont{
    font-size: 36px!important;
}

.mobile-menu{
    display: none;
}

.photo-container{
    position: relative;
}

.ig{
    position: absolute;
    left: 2%;
    top: 13%;
    width: 22%;
}

button.accordion-button {
    background: #F8E74A !important;
    border: #F8E74A;
    font-weight: bold;
}

.collapseHeading {
    font-weight: bold;
    text-decoration: underline;
    font-size: 20px;
}

.collapseTable {
    font-size: 15px;
    margin-bottom: 0rem !important;
}

.collapseTable > thead > tr > th {
    background: #322018 !important;
    color: white !important;
}

.collapseSection {
    background-color: #F6F2ED;
    padding: 20px;
}
#nutrients {
    margin: 50px 0px !important;
}

@media only screen and (max-width:1100px) {

    /* .container{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    } */

    .aad{
        justify-content: center;
    }

    .containerr{
        padding-left: 0;
        padding-right: 0;
    }

    .midHeader {
        display: none;
    }

    .themobil{
        display: none;
    }

    .rightHeader {
        display: none;
    }

    .header-container{
        position: relative;
        height: 70px;
    }

    .burger {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 10px;
        top: 45%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .adiv{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .adiv>*{
        width: 80%!important;
    }

    .adiv>*:nth-child(2){
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lowerFooter{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .lowerfont{
        font-size: 25px!important;
    }

    .home-container{
        flex-direction: column;
        align-items: center;
    }

    .leftHome{
        width: 100%;
        align-items: center;
        text-align: center;
        width: 95%;
    }

    .leftHome h1{
        font-size: 60px;
    }

    .leftHome h1>span{
        position: relative;
    }

    .leftHome a{
        
    }

    .leftHome h1>span img{
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        width: 100%;
        height: 7px;
    }

    .rightHome{
        width: 100%;
    }

    .plates{
        height: 250px;
    }

    .plate1{
        left: 2%;
    }

    .plate2{
        left: 5%;
    }

    .plate3{
        left: 18%;
    }

    .plate4{
        right: 7%;
    }

    .plate5{
        right: 1%;
        bottom: 100px;
    }

    .oldman{
        position: relative;
        bottom: -5px;
    }

    .discount-container{
        align-items: center;
        text-align: center;
    }

    .discount-container h2{
        font-size: 40px;
        width: 95%;
    }

    .three-part{
        flex-direction: column;
        gap: 20px;
    }

    .threeLeft>div{
    }

    .threeLeft{
        flex-direction: row;
        text-align: left;
        width: 80%;
        gap: 20px;
    }

    .threeLeft>div>h5{
        font-size: 20px;
    }

    .threeLeft>div>p{
        font-size: 12px;
        line-height: 20px;
    }

    .threeMid{
        width: 70%;
    }

    .right-bg{
        pointer-events: none;
        display: none;
        transform: scale(0.7);
    }

    .discount-container>img:nth-child(1){
        height: 45px;
    }

    .ingredients-container{
        align-items: center;
    }

    .ingredients-div{
        width: 95%;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .ingredients-div h3{
        font-size: 38px;
        width: 100%;
        text-align: center;
        max-width: 800px;
    }

    .ingredients-div p{
        width: 100%;
        text-align: center;
        font-size: 16px;
        max-width: 800px;
    }

    .green-container{
        height: 50px;
    }

    .green-div{
        font-size: 20px;
    }

    .green-div img{
        height: 35px;
    }

    .testimonials-container{
        gap: 30px;
    }

    .test-div h2{
        font-size: 42px;
    }

    .pagination>div{
        height: 40px;
        width: 40px;
    }

    .p2{
        left: 2%;
        top: 60%;
        display: none;
    }

    .p3{
        right: 2%;
        display: none;
    }

    .p1{
        height: 170px;
        display: none;
    }

    .high-nutrition-container{
        text-align: center;
        height: 400px;
    }

    .high-nutrition-container>*{
        width: 95%;
    }

    .high-nutrition-container h2{
        font-size: 44px;
    }

    .high-nutrition-container>div{
        justify-content: center;
    }

    .newsletter-container{
        flex-direction: column;
        justify-content: space-evenly;
        gap: 30px;
        padding: 20px 0;
    }

    .leftNews{
        align-items: center;
        text-align: center;
    }

    .leftNews div h3{
        font-size: 28px;
    }

    .leftNews img{
        height: 29px;
    }

    .rightNews input{
        width: 200px;
        height: 40px;
        font-size: 14px;
    }

    ::placeholder{
        font-size: 14px!important;
    }

    .rightNews a{
        height: 40px;
        width: 120px;
        font-size: 14px;
    }

    .rightNews a img{
        height: 12px;
    }

    .topFooter{
        flex-wrap: wrap;
    }

    .topLeftFooter{
        width: 100%;
        align-items: center;
        margin-bottom: 50px;
    }

    .topMidFooter{
        margin-left: 0;
        width: 55%;
        margin-left: 5%;
        margin-right: 2%;
        font-size: 14px;
        justify-content: center;
    }

    .topRightFooter{
        width: 38%;
        margin-left: 0;
        margin-bottom: 30px;
        font-size: 14px;
        justify-content: center;
    }

    .footerBottom{
        flex-direction: column;
        gap: 20px;
        font-size: 14px;
    }

    .footerBottom>*:nth-child(3){
        display: none;
    }

    .mobile-menu{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #F8E74A;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        z-index: 150;
        display: none;
    }

	

}

@media only screen and (max-width:768px){

    .leftHome h1{
        font-size: 40px;
        line-height: 66px;
    }

    .leftHome h1>span img{
        bottom: 4px;
    }

    .leftHome p{
        width: 95%;
    }

    .leftHome a{
        height: 45px;
        width: 200px;
        font-size: 14px;
    }

    .leftHome a img{
        height: 13px;
    }

    .oldman{
        width: 60%;
    }

    .plates{
        width: 22%;
        height: auto;
    }

    .plate1{
        bottom: -20px;
    }

    .plate5{
        bottom: 15%;
    }

    .leftHome{
        padding-bottom: 30px;
    }

    #photo{
        display: none;
    }

    .threeLeft{
        width: 95%;
    }

    .topMidFooter{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .topRightFooter{
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .topRightFooter>div{
        width: 295px;
    }

    .high-nutrition-container h2{
        font-size: 38px;
    }

    .high-nutrition-container p{
        font-size: 16px;
        line-height: 22px;
    }

    .bottomLeft{
        width: 250px;
    }

    .topRight{
        width: 250px;
    }

    .leftNews div h3{
        font-size: 20px;
    }

    .leftNews p{
        font-size: 13px;
    }

    .topLeftFooter a img{
        height: 45px;
    }

    .topLeftFooter{
        font-size: 14px;
        text-align: center;
    }

    .leftHome{
        padding-top: 20px;
    }

    .heart{
        height: 80px;
        right: 40px;
    }

    .right-bg{
        display: none;
    }

    .home-white-thing{
        height: 20px;
    }

    .leftNews p{
        width: 90%;
    }

}