body {
	font-family: 'Nunito Sans', sans-serif;
}
hr {
    border-color: #2f8145;
    margin: 50px 0;
}
.boxed-width {
    max-width: 1140px;
    margin: 0 auto;
}
.button {
	display: inline-block;
	fill: #fff;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
    min-width: 3.25rem;
    padding: 0.7em 1.764em;
    text-align: center;
    border-radius: 90px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.5px;
    transition: all .45s;
    background: linear-gradient(120deg, #2f8145 0%, #FF9945 100%);
    box-shadow: 0 20px 30px 0 rgba(223, 178, 139, 0.4);
    border: none;
}
.button:hover, .button:focus {
    background-color: #f8ae4b;
    box-shadow: 0 20px 30px 0 rgba(223, 178, 139, 0.8);
    color: #fff;
}

.intro {
	overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 50px 10% 50px 10%;;
	background-image: url("../img/blob-2-2.png");
    background-position: 0% 20%;
    background-repeat: no-repeat;
    background-size: 10% auto;
}
.intro .background-overlay {
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-image: url("../img/Vector.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 40% auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	z-index: -1;
}
.intro .row {
	align-items: center;
}
.intro h1 {
	font-family: "Poppins", arial, sans-serif;
	padding: 0;
    margin: 0;
    line-height: 1;
	color: #2f8145;
    font-size: 64px;
    font-weight: 800;
}
.intro h1 span {
	display: block;
	color: #875a43;
    font-size: 40px;
}
.intro p {
	padding: 25px 0 0 0;
	color: #1D1D1F;
	font-size: 19px;
	font-weight: 400;
	line-height: 32px;
}
.intro .button {
    margin-top: 40px;
}
.intro .img-bee1 {
	margin: 111px 0px 0px 0px;
	text-align: center;
}
.intro .img-bee1 img {
	height: auto;
	max-width: 30%;
}

.contactus {
    background-image: url('../img/Group-89.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 70px auto;
    padding: 50px 0;
}
.contactus > .row {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}
.contactus .box-contactus {
    text-align: center;
    border-radius: 40px 40px 40px 40px;
    background: #FFF;
    box-shadow: 0px 1px 60px 30px rgba(0, 0, 0, 0.05);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 43px 43px 43px 43px;
}
.contactus .box-contactus .img-icon img {
    max-width: 42px;
    margin: 0 auto;
}
.contactus .box-contactus .heading-title {
    font-size: 21px;
    font-weight: 900;
    padding: 0;
    margin: 20px 0;
    line-height: 1;
}
.contactus .box-contactus .heading-title span {
    display: block;
    font-size: 16px;
    margin-top: 5px;
}
.contactus .box-contactus a {
    text-decoration: none;
    color: #2f8145;
}
.contactus .box-contactus p {
    color: #787878;
    font-size: 17px;
    font-weight: 900;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.contactus .box-contactus p small {
    display: block;
    font-weight: 400;
    margin-top: 5px;
}

.product-details {
    position: relative;
    background-image: url('../img/Vector4432-green.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 21% auto;
    padding: 50px 0;
}
.product-details .background-overlay {
    background-image: url('../img/Group-155.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 200px auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    margin-top: 80px;
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
.product-details .row {
    margin: 0;
    padding: 0 30px;
    position: relative;
    background-image: url('../img/Group-213.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 150px auto;
}
.product-details .product-image {
    text-align: center;
}
.product-details .product-image img {
    max-width: 80%;
    margin: 0 auto;
}
.product-details .description {
    max-width: 535px;
}
.product-details .description ul {
    padding-left: 20px;
}
.product-details .description li {
    padding-bottom: 10px;
}
.product-details h6 {
    color: #875a43;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-details h2 {
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 1;
    font-size: 40px;
    font-weight: 900;
    color: #2f8145;
}
.product-details .button {
    margin-top: 30px;
}
.product-details .alert {
    border: 8px double #FFF;
    margin: 50px 0 0 0;
}
.product-details .alert p {
    margin-bottom: 5px;
    font-size: 14px;
}

#site-footer {
    margin-top: 50px;
}
#footer-wave {
    margin-top: -1px;
    margin-bottom: -2px;
}
.f-bg-wave {
    fill: #FFF4E6;
}
svg:not(:root) {
    overflow: hidden;
}
.footer-bg {
    background-color: #FFF4E6;
    position: relative;
}
.footer-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.footer-inner > .row {
    margin: 0 auto;
}
.footer-bg .copyright {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 14px;
}
.footer-bg .copyright a {
    color: #875a43;
    text-decoration: none;
}
.footer-bg .copyright a:hover {
    text-decoration: underline;
    color: #2f8145;
}
.footer-bg .cta {
    text-align: right;
}

@media (max-width: 991px)
{
    .intro h1 {
        font-size: 48px;
    }
    .intro h1 span {
        font-size: 28px;
    }
    .footer-bg .copyright {
        justify-content: center;
    }
    .footer-bg .cta {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .intro .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .intro h1 {
        font-size: 38px;
    }
    .intro h1 span {
        font-size: 24px;
    }
    .contactus .box-contactus {
        max-width: 80%;
        margin: 25px auto;
    }
    .product-details {
        text-align: center;
    }
    .product-details h6, .product-details h2 {
        text-align: center;
    }
    .product-details .description ul {
        text-align: justify;
    }
    .product-details .description li {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        padding-top: 10px;
    }
    .product-details .description li:last-child {
        border: none;
    }
}
@media (max-width: 479px)
{
	.contactus .box-contactus .heading-title {
		font-size: 20px;
	}
	.footer-inner > .row {
		row-gap: 20px;
	}
	.footer-bg .copyright {
		flex-wrap: wrap;
		text-align: center;
	}
	.footer-bg .copyright p {
		margin: 0;
	}
}