@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');

/*fonts 2021*/

/*---
font-family: "Proza Libre", sans-serif;
font-family: 'Bitter', serif;
--*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.5;
	font-family: 'Bitter', serif;
	font-weight: 400;
	background-image: url(../img/assets/moroccan-flower-dark.webp);
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Proza Libre", sans-serif;
	font-weight: 700;
}


/* ==================================== */

/*=== | Wurmbosch styles ~ Mobile first |=== */

/* ==================================== */

* {
	box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.button {
	font-size: 1.2em;
	padding: 10px;
	color: #fff;
	border: 2px solid #06D85F;
	border-radius: 20px/50px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
	background: green;
	text-transform: uppercase;
	font-family: "Proza Libre", sans-serif;
	font-weight: 600;
	text-align: center;
  }
  .button:hover {
	background: #06D85F;
  }

  

	.celloff {
		display: none;
	}

	.banner img {
		max-width: 300px;
	}
	.about h3 {
		font-size: 1.3rem;
		line-height: 1.4rem;
		margin: 15px 0;
	}

	.about ul {
		list-style: square outside none;
		padding-left: 10px;
	  }
	  .benefits ul {
		list-style: square outside none;
		padding-left: 10px;
	  }
	  .wormfacts li {
		  margin-bottom: 10px;
	  }




/* ==================================== */

/*== NAVIGATION ==*/

/* ==================================== */

nav {

	background: rgb(20,3,111);
	background: linear-gradient(90deg, rgba(20,3,111,1) 0%, rgba(109,98,167,1) 77%, rgba(160,179,247,1) 100%); 
	padding: 0 20px;
	color: white;
	display: flex;
	justify-content: space-between;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.logo {
	height: 60px;
	margin:10px 0;
	position: fixed;
	z-index: 9999;
	
}

.menu {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #333;
	background: RGBA(51,51,51,0.95);
	right: -100%;
	top: 80px;
	text-align: center;
	padding: 80px 0;
	line-height: normal;
	transition: 0.7s;
}

.menu a {
	color: white;
	font-weight: 400;
	/* text-transform: uppercase; */
	text-decoration: none;
	transition: 0.4s;
	display: block;
	line-height: 4rem;
	font-family: "Proza Libre", sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	
}
#stuff, #dist, #about, #wurmbosch, #service, #trade {
	display: block; 
	content: " "; 
	margin-top: -110px; 
	height: 110px; 
	visibility: hidden; 
	pointer-events: none;
}

/* we mow switch on the menu hamburger and close buttons */

.show-menu-btn, .hide-menu-btn {
	transition: 0.4s;
	font-size: 30px;
	cursor: pointer;
	display: block;
}

.show-menu-btn i {
	line-height: 80px;
}

.menu a:hover, .show-menu-btn:hover, .hide-menu-btn:hover {
	color: yellow;
}

/* Switch off checkbox */

#chk {
	position: absolute;
	visibility: hidden;
	z-index: -1111;
}

.hide-menu-btn {
	position: absolute;
	top: 40px;
	right: 40px;
}

/* brings the menu in from off screen */

#chk:checked~.menu {
	right: 0;
}

/*== Social Media Section ==*/

.social {
	display: none;
}

.social a {
	font-size: 1.8rem;
	color: white;
	line-height: 100px;
	margin: 10px;
	transition: 0.8s;
}

.social a:hover {
	color: yellow;
}

.inactive {
	opacity: 20%;
}


/* ==================================== */

/*== HEADER ==*/

/* ==================================== */

header {
	background-color: #080808;
	background-image: url(../img/assets/background-1.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
header div {
	text-align: center;
}

header h1 {
		text-align: center;
		font-size: 2.8rem;
		margin-bottom: 20px;
		line-height: 2.8rem;
		color: white;
		text-shadow: 1px 2px 2px black;	
}




/* ==================================== */

/*== MAIN SECTION ==*/

/* ==================================== */

main {
	width: 95%;
	margin: 0 auto;
}

main p {
	line-height: 1.6;
	padding: 10px 0;
	color: #202020;
}

section {
	padding: 20px;
	background: rgba(255, 255, 255, 0.80);
	border: 2px solid green;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
}

main section h1 {
	font-size: 2.5rem;
    line-height: 2rem;
    margin-bottom: 20px;
	text-align: center;
}


/* ==================================== */

/*== WELCOME SECTION ==*/

/* ==================================== */


.nfs {
	background: rgb(252,216,69);
	background-image: url(../img/assets/runner-01.jpg);
	background-position: center;
	color: white;
	margin-top: 20px;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	color: white;
}
.nfs img {
	width: 100%;
}
.nfs h2 { 
	font-size: 1.8rem;
	line-height: 1.7rem;
	margin-bottom: 10px;
	text-shadow: 1px 2px 2px black;
}
.nfs h1 {
	margin-top: 15px;
	margin-bottom: 0;
	text-shadow: 1px 2px 2px black;
}
.nfs p {
	color:white;
	line-height: 1.2rem;
	text-align: left;
}
.nfs h1 {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 20px;
	line-height: 2.2rem;
	}



/* ==================================== */

/*== PRODUCT SECTION ==*/

/* ==================================== */


.product-list .product {
	background: #006400;
	background: linear-gradient(4deg, rgba(9,34,7,1) 0%, rgba(28,99,19,1) 57%, rgba(86,170,74,1) 100%);
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	
}
.product-list .product img {
	width: 200px;
	border-radius: 50%;
	/* border: 2px solid #06D85F;
	-webkit-box-shadow: -1px 0px 20px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 20px -6px rgba(0,0,0,0.75);
	box-shadow: -1px 0px 20px -6px rgba(0,0,0,0.75); */
	margin-bottom: 20px;

}

.product h2 {
	font-size: 1.8rem;
	color: whitesmoke;
	margin: 20px 0;
	line-height: 1.5rem;
	
}
.product p {
	color: whitesmoke;
	text-align: center;
}

/* ==================================== */

/*== ABOUT SECTION ==*/

/* ==================================== */
.about {
	padding: 0;
}

.about img {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.about div {
	padding: 20px;
}


 .about .gallery {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
}

.gallery img {
	width: 49%;
	margin-bottom: 5px;
	border-radius: 10px;
}

/* ==================================== */

/*== Sponsor SECTION ==*/

/* ==================================== */

.investment {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url(../img/assets/background-002.jpg);
	background-size: cover;
	background-position: center;
	padding: 200px;
	color: white;
	text-align: center;
}



/*=====================================*/

/*== Distributors ==*/

/* ==================================== */

.dist {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 1px;
	grid-row-gap: 1px;
	}



	.shop-img {
		width: 100%;
		border: none;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		filter: grayscale(100%);
		transition: all 0.5s ease-in;
	}
	.shop-img:hover {
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		filter: grayscale(0%);

	}

	.dist li a {
		padding: 0;
		margin: 0;
		border: none;
	}

/* ==================================== */

/* == THE CONTACT FORM ==*/

/* ==================================== */

.contact {
	text-align: center;
}

.contact h1 {
	margin-top: 20px;
}

.contact-form {
	width: 80%;
	margin: 0 auto;
}
.contact-form input {
	padding: 10px;
	text-align: center;
	width: 100%;

}
.contact-form textarea {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	height: 100px;
	padding: 10px;
}

.contact-form input[type="submit"] {
	font-size: 1em;
	padding: 10px;
	color: #fff;
	border: 2px solid #06D85F;
	border-radius: 20px/50px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
	background: green;
	width: 40%;
	margin-bottom: 30px;
	
}
input[type="submit"]:hover {
	background:#06D85F;
}

label {
	font-weight: bold;
}

.phone {
	display:inline-block;
	background: green;
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
	color: darkgreen;
	margin-bottom: 20px;
	transition: .75s;

}

.phone:hover {
	background: #06D85F;
}
.small {
	text-transform: uppercase;
	font-size: 0.9rem;
	padding: 0;
}
.phone p {
	padding-bottom: 0;
	font-weight: bold;
	color: white;
}

.contact h3 {
	font-size: 1.6rem;
}

.map iframe {
	width: 100%;
	height: 450px;
	border-radius: 10px;
}



/* ==================================== */

/*== FOOTER ==*/

/* ==================================== */

footer {
	background-color: black;
	padding: 30px;
	color: whitesmoke;
	font-weight: 300;
	font-size: .85rem;
	margin-top: 20px;
	text-align: center;
}
footer ul {
	display: flex;
	justify-content: center;
}

footer li { 
	margin: 0 5px 10px;
	font-size: 1.2rem;
}
footer a {
	color: white;
	transition: .75s;
}
footer a:hover {
	color: green;
}



/* ==================================== */

/*== MODEL POPUP ==*/

/* ==================================== */

  .overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 32, 0, 0.8);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 200;
  }
  .overlay:target {
	visibility: visible;
	opacity: 1;
  }
  
  .popup {
	margin: 5px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 90%;
	position: relative;
	transition: all 5s ease-in-out;
	height: 98vh;
	overflow: auto;
	text-align: center;
  }
  

  .popup img {
	  width: 90%;
	  display: block;
	  margin: 20px auto;
	  border-radius: 50%;
	  border: 5px solid green;
  }
  
  .popup h2 {
	margin-top: 0;
	color: black;
	font-size: 2rem;
  }
  .popup .close {
	position: absolute;
	top: 10px;
	right: 20px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background: greenyellow;
	border-radius: 2px;
	padding: 5px;
	line-height: 16px;
  }
  .popup .close:hover {
	color: white;
  }
  .popup .content {
	max-height: 90%;
	overflow: auto;
  }

  .trade {
	  display: inline-block;
	  margin: 20px auto;
  }

  .content p {
	  text-align: center;
	  
  }
  .content ul {
	  	text-align: left;
		list-style-type: square;
  		list-style-position: outside;
		margin-left: 10px;
		padding-left: 20px;
  }

  .content h3 {
	  margin: 10px 0 10px;
  }
  .content h4 {
	  color: green;
	  font-size: 1.5rem;
  }

  







