@import url('https://fonts.googleapis.com/css?family=Ubuntu:200,300,400,500,600,700,800,900&display=swap');
:root {
	--link-color: #32a852;
	--link-over: #268540;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif;
	scroll-behavior: smooth;
}

section {
	padding: 100px;
}
.banner {
	position: relative;
	min-height: 100vh;
	background: #fff;
	background: url('../img/moringabanner2.png');
	background-size: cover;
	background-position: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner h2 {
	margin-top: -30px;
	font-size: 3em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.5em;
}
.banner h2 span {
	font-size: 1.3em;
	font-weight: 700;
	padding:5px;
	line-height: 1.5em;
}
.banner h2 span.circle {
    color: #fff;
    border-radius: 50%;
	background: darkgreen;
}
.banner h2 span:not(.circle) {
    color: darkgreen;
    text-shadow: 0 0 5px #fff;
}
.banner h2,
.banner h3,
.banner a {	
    text-shadow: 0 0 5px #111;
	margin-left: 50px;
}
.banner h3 {
	padding-top: 10px;
	font-size: 1.5em;
	color: #fff;
	font-weight: 500;
}
.banner h3 i {
    color: yellow;
}
.banner img {
	display: inline-block;
	margin-top: -100px;
}
.banner .glutenfree {
    position: absolute;
    right: 10%;
    top: 70%;
    color: #fff;
    text-shadow: 0 0 2px #111;
}
.link {
    font-size: 1.3em;
    color: #fff;
    text-decoration: none;
}
.link:hover {
    text-decoration: underline;
}
.small {
    font-size: 0.9em;
}
.btn {
	position: relative;
	background: var(--link-color);
	display: inline-block;
	color: #fff;
	margin-top: 20px;
	padding: 10px 30px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 500;
	transition: all 0.3s ease;
}
.btn:hover {
	background: var(--link-over);
	transform: scale(1.2);
	box-shadow: 0 0 3px #111;
}
.btnsecondary {
    margin-top: 20px;
    padding: 10px 30px;
    font-size: 1.2em;
    letter-spacing: 2px;
    background: #fff;
    color: #111;
    border: 1px solid #fff;
    cursor: pointer;
    transition: 0.3s;
}
.btnsecondary:hover {
    transform: scale(1.1);
    color: var(--link-over);
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px 100px;
	z-index: 9998;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.5s;
}
header.sticky {
	background: #fff;
	padding: 20px 100px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
header .logo {
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	text-shadow: 0 0 5px #111;
	margin-left: 10px;
}
header .logo img {
	max-width: 50px;
	padding-right: 10px;
}
header.sticky .logo {
	color: #111;
	text-shadow: none;
}
header ul {
	position: relative;
	display: flex;
}
header ul li {
	position: relative;
	list-style: none;
}
header ul li a {
	position: relative;
	display: inline-block;
	margin: 0 15px;
	color: #fff;
	text-decoration: none;
} 
header.sticky ul li a {
	color: #111;
}
.heading {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	color: #111;
}
.heading h2 {
	font-weight: 600;
	font-size: 30px;
}
.content {
	display: flex;
	justify-content: space-between;
}
.contentBox {
	padding-right: 30px;
}
.contentBox h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.contentBox p {
    text-align: justify;
}
.w50 {
	min-width: 50%;
}
img {
	max-width: 100%;
}
.benefici, .howto {
	background: #111;
}
.howto .content {
    width: 100%;
    display: block;
    color: #fff;
}
.howto .content .limage {
    width: 225px;
    height: 225px;
    background: url(../img/howto.jpeg);
    background-position: center bottom;
    border-radius: 50%;
    float: left;
    shape-outside: circle();
    margin: 30px 30px 30px 0;
    
}
.heading.white {
	color: #fff;
}
.heading h2 {
    color: var(--link-over);
}
.benefici .content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
}
.benefici .content .beneficiBox {
	padding: 40px 20px;
	background: #222;
	color: #fff;
	max-width: 340px;
	margin: 20px;
	text-align: center;
	transition: 0.5s;
}
.benefici .content .beneficiBox:hover {
	background: var(--link-over);
}
.benefici .content .beneficiBox img {
	width: 80%;
	height: 120px;
	/*filter: invert(1);*/
}
.benefici .content .beneficiBox h2 {
	font-size: 20px;
	font-weight: 600;
	color: yellow;
}
.dove .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dove .goto {
    font-size: 1.2em;
    font-weight: bold;
}
.bx-wrapper img {
    margin: 0 auto;
    padding: 0 40px;
}
.dove .content .doveBox {
	width: 50%;
	padding: 20px;
	text-align: center;
}
.dove .content .doveBox img {
	max-width: 100%;
}
#popup, #newsletter, #privacy, #cookie {
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    width: 90%;
    padding: 80px 50px 50px;
    box-shadow: 0 0 5px #111;
    transition: 0.5s;
    visibility: hidden;
}
#privacy.active, #cookie.active {
    visibility: visible;
    top: 51%;
    height: 95%;
    overflow: auto;
}
#popup.active, #newsletter.active {
    visibility: visible;
    top: 50%;
}
#popup .content, #newsletter .content, #privacy .content, #cookie .content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#popup .content h2, #newsletter .content h2, #privacy .content h3, #cookie .content h3 {
    font-size: 2em;
    font-weight: 500;
    color: #111;
    margin: 20px 0 10px;
}
#popup .content p, #newsletter .content p {
    text-align: center;
    font-size: 1em;
    color: #111;
}
.about {
    flex: 1 1 auto;
    overflow-y: auto;
    max-height: 400px;
}
.about p {
    margin-bottom: 10px;
    text-align: justify;
}
.about .limage, .about .rimage {
    width: 400px;
    height: 220px;
}
.about .limage {
    background: url(../img/isagenixcompany.jpg);
    background-position: center center;
    float: left;
    margin: 30px 30px 30px 0;
}
.about .rimage {
    background: url(../img/zijacompany.jpg);
    background-position: center center;
    float: right;
    margin: 30px 0 30px 30px;
}
#privacy .content p, #cookie .content p {
    text-align: justify;
    font-size: 1em;
    color: #111;
}
#privacy hr, #cookie hr {
    margin-top: 20px;
}
#popup .close, #newsletter .close, #privacy .close, #cookie .close {
    position: absolute;
    top: 30px;
    right: 30px;
    filter: invert(1);
    cursor: pointer;
    transition: 0.3s;
}
#popup .close:hover, #newsletter .close:hover {
    transform: scale(1.2);
}
#popup .content button, #newsletter .submit {
    width: 100%;
    max-width: 150px;
    border: none;
    margin-top:10px;
    padding: 15px;
    outline: none;
    font-size: 1.1em;
    background: #111;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.5s;
}
#newsletter .submit {
    max-width: 300px!important;
}
#newsletter .inputbox {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 15px;
    outline: none;
    font-size: 1.2em;
}
#popup .content button:hover {
    letter-spacing: 4px;
}
#newsletter .submit {
    background: #03a9f4;
    color: #fff;
}
.center {
    text-align: center;
}
#newsletter p {
    padding: 10px;
    font-size: 0.8em;
}
.red {
    color: red;
}
.testimonial .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.testimonial .content .testimonialBox {
	max-width: calc(50% - 40px);
	padding: 60px 40px;
	margin: 20px;
	background: #2196f3;
}
.testimonial .content .testimonialBox p {
	color: #fff;
	font-style: italic;
	font-size: 16px;
	font-weight: 300;
}
.testimonial .content .testimonialBox h3 {
	margin-top: 40px;
	text-align: end;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 1em;
}
.testimonial .content .testimonialBox h3 span {
	font-size: 14px;
	font-weight: 400;
}
.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 320px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.2);
    filter: blur(4px);
    background: #fff;
    border-radius: 10px;
}
.swiper-slide-active {
    filter: blur(0px);
}
.testimonialBox {
    position: relative;
    width: 100%;
    padding: 40px;
    padding-top: 90px;
    color: #999;
}
.testimonialBox .quote {
    position: absolute;
    width: 50px;
    top: 20px;
    right: 30px;
    opacity: 0.2;
}
.testimonialBox .details {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.testimonialBox .details .imgBox {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 10px;
}
.testimonialBox .details .imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonialBox .details .imgBox i {
    position: absolute;
    top: 10px;
    left: 10px;
    object-fit: cover;
    font-size: 1.7em;
}
.testimonialBox .details h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #2196f3;
    line-height: 1.1em;
    margin-left: 15px;
}
.testimonialBox .details h3 span {
    font-size: 12px;
    color: #666;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: none;
}
.contact {
	background: #111;
}
.contact label {
    color: #999;
}
.formBox {
	min-width: 60%;
}
.formBox form {
	display: flex;
	flex-direction: column;
}
.formBox form h3,
.contactInfo h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.formBox form input,
.formBox form textarea {
	margin-bottom: 20px;
	padding: 15px;
	font-size: 16px;
	background: transparent;
	border: none;
	outline: none;
	background: #333;
	resize: none;
	color: #fff;
}
.formBox form textarea {
	min-height: 200px;
}
.formBox form input::placeholder,
.formBox form textarea::placeholder {
	color: #f7f7f7;
}
.formBox form input[type="submit"] {
	max-width: 100px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: 0.3s;
	border: none;
	background: #fff;
	color: #111;
}
.formBox form input[type="submit"]:hover {
	letter-spacing: 3px;
	color: var(--link-color);
}
.contact .flash {
    color: #fff;
    background: red;
    padding: 10px 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.contact .success {
    text-align: center;
    color: #fff;
    background: green;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 1.5em;
}
.contactInfo {
	min-width: 40%;
}
.contactInfoBox {
	position: relative;
}
.contactInfoBox .box {
	position: relative;
	padding: 20px 0;
	display: flex;
}
.contactInfoBox .box .icon {
	min-width: 40px;
	padding-top: 4px;
	color: #111;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
}
.contactInfoBox .box .text {
	display: flex;
	margin-left: 20px;
	font-size: 16px;
	color: #111;
	flex-direction: column;
	font-weight: 300;
}
.contactInfoBox .box .text h3 {
	font-weight: 500;
	color: #2196f3;
	margin-bottom: 0;
}
.copyright {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px;
}
.info {
    text-decoration: none;
}
.info:hover {
    text-decoration: underline;
}
#showemail {
    cursor: pointer;
}

#cookiepolicy {
    background-color: green;
    padding: 5px 10px;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    width: 100%;
    z-index: 100;
    text-align: left;
}
#cookiepolicy > p {
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    text-align: center;
}
#cookiepolicy p a {
    outline: none !important;
    text-decoration: underline;
    color:#fff;
}
#cookiepolicy p button {
    font-size: 1em;
    padding: 10px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #fff;
    color: black;
    border-radius: 0;
    font-weight: 600;
    transition: .5s;
}
#cookiepolicy p button:hover {
    border-color: #fff !important;
    color: #fff !important;
    background-color: green !important;
    cursor: pointer;
}
#agree {
    font-size: 0.9em;
}
.nocookie {
    background-color: green !important;
    color: #000 !important;
    border: 1px solid green !important;
}
.nocookie:hover {
    border: 1px solid #fff;
}
.nodisplay {
    display:none;
}
.mobile {
    max-width: 100%;
    margin: 0 5px;
}
.mobile h3 {
    font-size: 1.5em!important;
}
.mobile h3, .mobile p {
    word-wrap: break-word;
}
.bx-wrapper .bx-controls-direction a {
    z-index:9997;
}

@media (max-width: 1100px)
{
	header,
	header.sticky {
		padding: 20px 50px;
		z-index: 9998;
	}
	.menu {
		position: fixed;
		top: 75px;
		left: -100%;
		display: block;
		padding: 100px 50px;
		text-align: center;
		width: 100%;
		height: 100vh;
		background: #fff;
		transition: 0.5s;
		z-index: 999;
		border-top: 1px solid rgba(0,0,0,0.2);
		font-size: 1.5em;
	}
	.menu.active {
		left: 0;
	}
	header ul li a {
		color: #111;
	}
	header ul li a:hover {
		color: #21963f;
	}
	.toggle {
		width: 40px;
		height: 40px;
		background: url(../img/menu.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 30px;
		cursor: pointer;
	}
	.toggle.active {
		background: url(../img/close.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 25px;
		cursor: pointer;
	}
	header.sticky .toggle {
		filter: invert(1);
	}
	section {
		padding: 100px 50px;
	}
	.banner {
		padding: 150px 50px 100px 150px;
	}
	.banner h2,
	.banner h3,
	.banner .btn {
	    margin-left: 0;
	}
	.banner h2 {
		font-size: 1.5em;
	}
	.banner h3 {
		font-size: 1em;
	}
	.btn {
		margin-top: 10px;
		padding: 10px 20px;
		font-size: 16px;
	}
	.heading h2 {
		font-size: 24px;
	}
	.contentBox {
		font-size: 20px;
	}
	.content {
		flex-direction: column;
	}
	.w50 {
		margin-bottom: 20px;
	}
	.moringa .content .moringaBox {
		margin: 10px;
	}
	.benefici .content .beneficiBox {
		width: 100%;
		padding: 10px;
	}
	.dove .content .doveBox {
    	width: 100%;
    	padding: 10px;
    }
	.testimonial .content .testimonialBox {
		max-width: calc(100% - 20px);
		padding: 40px 20px;
		margin: 10px;
		background: #2196f3;
	}
	.testimonial .content .testimonialBox h3 {
		margin-top: 20px;
	}
	.contactInfo {
		margin: 20px 0;
	}
	#newsletter {
	    flex: 1 1 auto;
        overflow-y: auto;
        height: 100px;
	}
	#newsletter .content{
	    height: 100vh;
        display: flex;
	}
	#newsletter .inputbox {
	    width: 100%;
	}
}

@media all and (max-width: 600px)
{
	header,
	header.sticky {
		padding: 20px 20px;
	}
	header a.logo {
	    font-size: 0.8em;
	}
	.banner {
		padding: 150px 20px 100px;
	}
	.banner h2 span {
	    font-size: 1em;
	}
	.banner img {
	    display: nonek;
	}
	section {
		padding: 100px 20px;
	}
	.about {
	    max-height: 200px;
	}
	.about .limage, .about .rimage {
        width: 270px;
        height: 148px;
    }
    .howto .content .limage {
        width: 160px;
        height: 160px;
    }
}

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

}
