:root {
	box-sizing: border-box;

	--primary: #e70146;
	--hover-color: #fdd052;
	--dark: #1c2022;
	--light: #fff;

	--header-bg: var(--primary);
  }
  *,
  *::after,
  *::before {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
  }
  body {
	font-family: "calibri", sans-serif;
	font-size: 16px;
	font-style: italic;
	background: #f4f4f4;
  }

  .eco-header {
	background: #FFFFFF;
	padding-left: 1.5em;
	position: sticky;
	top: 0;
	height: 50px;
  }
  .eco-branding-logo {
	color: var(--light);
	font-size: calc(0.8rem + 1vw);
	text-decoration: none;
  }
  .eco-navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .eco-menu {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
  }
  .eco-menu li {
	list-style: none;
  }
  .eco-menu li a {
	display: block;
	text-decoration: none;
	color: #7a7a7a;
	padding: 1em 1.5em;
	font-size: 1rem;
  }

  /* Styling submenu */
  .eco-has-dropdown {
	position: relative;
  }
  .eco-submenu {
	position: absolute;
	left: 0;
	background-color: #FFFFFF;
	white-space: nowrap;
	padding: 1.5em 0;
	min-width: 16em;
	border-radius: 10px;
	/* hide submenus */
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top center;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.060);
  }
  .eco-submenu > li > a {
	padding: 0.8em 1.5em;
  }
  .eco-submenu .eco-submenu {
	left: 100%;
	top: 0;
  }
  .eco-submenu .eco-submenu .eco-submenu {
	left: 100%;
	top: 0;
  }

  .eco-menu > li:hover > a,
  .eco-submenu > li:hover > a {
	background-color: hsla(0, 0%, 100%, 0.05);
	color: #00a99d;
  }
  /* .menu > li:hover > a {
	background-color: hsla(0, 0%, 0%, 0.95);
  } */

  /* Arrows */

  .eco-arrow {
	width: 0.4em;
	height: 0.4em;
	display: inline-block;
	vertical-align: middle;
	border-left: 0.15em solid currentColor;
	border-bottom: 0.15em solid currentColor;
	transform: rotate(-45deg);
	margin-top: -0.25em;
	transition: transform 100ms ease-in-out;
  }

  /* Reveal  */
  .eco-menu > li:hover > a + .eco-submenu,
  .eco-submenu > li:hover > a + .eco-submenu {
	opacity: 1;
	transform: scaleY(1);
  }

  /* ANIMATE aRROWS */
  .eco-menu > li:hover > a > .eco-arrow,
  .eco-submenu > li:hover > a > .eco-arrow {
	transform: rotate(225deg);
  }

  @media only screen and (max-width: 78.75em) {
	.eco-submenu .eco-submenu .eco-submenu {
	  left: -100%;
	  top: 0.5em;
	}
	.eco-submenu {
	  min-width: 16em;
	}
  }
  @media only screen and (max-width: 58.75em) {
	.eco-menu li a {
	  font-size: 1rem;
	}
  }

  @media only screen and (max-width: 50em) {
	.eco-header {
  /*     position: relative; */
	  padding: 0.3em 2em;
	}
	.eco-menu {
	  flex-flow: column;
	  position: absolute;
	  background: var(--light);
	  top: 4.55em;
	  left: 0;
	  right: 0;
	  height: 100vh;
	  opacity: 0;
	  transform: scaleY(0);
	  transform-origin: top center;
	  transition: 200ms transform cubic-bezier(0.36, 0.4, 0.42, 1.48) 100ms,
		100ms opacity ease-in-out;

	  overflow-y: scroll;

	}
	.eco-menu > li > a {
	  font-size: 1rem;
	  color: #7a7a7a;
	}
	.eco-submenu > li > a {
	  font-size: 1rem;
	}

	.eco-submenu {
	  top: 0;
	  padding-left: 1.5em;
	  border-left: 0.09em dotted #7a7a7a;
	}
	.eco-submenu .eco-submenu {
	  left: 0;
	  top: 0;
	}
	.eco-submenu .eco-submenu .eco-submenu {
	  left: 0;
	  top: 0;
	}

	.eco-menu > li:hover > a + .eco-submenu,
	.eco-submenu > li:hover > a + .eco-submenu {
	  position: relative;
	}

	.eco-hamburger {
	  width: 1em;
	  height: 0.16em;
	  display: block;
	  background: #7a7a7a;
	  position: relative;
	  /* cursor: pointer; */
	  transition: 0.2s transform ease-in-out;
	}
	.eco-hamburger::after,
	.eco-hamburger::before {
	  content: "";
	  position: absolute;
	  left: 0;
	  background: inherit;
	  width: 1em;
	  height: 0.15em;

	  transition: 0.2s transform ease-in-out;
	}

	.eco-hamburger::after {
	  top: 0.43em;
	}
	.eco-hamburger::before {
	  bottom: 0.43em;
	}

	.eco-close::after,
	.eco-close::before {
	  top: 0;
	  transition: 0.2s transform ease-in-out;
	}
	.eco-close::before {
	  display: none;
	}
	.eco-close {
	  transform: rotate(45deg);
	  transition: 0.2s transform ease-in-out;
	}
	.eco-close::after {
	  transform: rotate(-90deg);
	}

	/* reveal menu */
	.eco-reveal{
		position: absolute;
		opacity: 1;
		transform: scaleY(1);
	}
  }

  main {
  /* just to make scrollable vertically to see sticky navbar    */
	height: 200vh;
  }
  .eco-div-label{
	padding: 18px 10px 10px 10px;
	width: 40px; height:40px;
	cursor: pointer;
  }
