@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html,
body {
  scroll-behavior: smooth;
  height: 100%;
  position: relative;
}

body {
  font-family: "Rubik", sans-serif;
  color: #1e1e1e;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.2;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus,
input:focus,
select:focus,
button:focus {
  outline: 0 solid;
}
.navbar-brand img {
  max-width: 160px;
}

.header .navbar-nav .nav-item .nav-link {
  color: #26826E;
  font-size: 18px;
  font-family: Rubik;
  font-weight: 700;
  padding: 5px 18px;
  transition: all 0.3s ease;
}

.header .navbar-nav .nav-item:first-of-type .nav-link {
  padding-left: 0px;
}

.header .top-header{
	background-color: #000;
	padding: 5px 0px;
}

.header .top-header a{
	color: #FFF;
	font-size: 15px;
	text-decoration: underline;
}

.hero {
  background: linear-gradient(140deg, #EDE219 0%, #44C9AC 51.04%, #4491C8 100%);
  background-image: url('../img/bg.png');
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  margin-bottom: 50px;
}

.hero h2 {
  color: #fff;
  font-weight: 800;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 50px;
  text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
}

.hero h2 span {
  font-size: 160px;
  display: block;
}

.text-wrap h4 {
  color: #1e1e1e;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 0px;
}

.text-wrap {
	margin-top: 70px;
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
  padding: 20px 30px;
  text-align: center;
}

.text-wrap:after {
	content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ede219;
    z-index: -1;
    margin: 0 auto;
}

.green-btn{
	background: #44C9AC;
	border-radius: 10px;
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
	color: #1E1E1E;
	padding: 15px 24px;
	width: 100%;
	text-align: center;
    margin-bottom: 10px;
}

.header {
  margin-bottom: -40px;
}

.navbar-brand {
  margin-bottom: -30px;
}

.header .navbar-nav .nav-item .nav-link:hover {
  opacity: 0.8;
}
.promise-section {
  padding: 100px 0px 65px;
}

.promise-top-txt {
  color: #1e1e1e;
  text-align: center;
  font-size: 30px;
  padding-bottom: 85px;
}

.section-title h2 {
  color: #26826E;
  text-align: center;
  font-size: 40px;
  margin-bottom: 35px;
}

.single-icon {
  text-align: center;
  margin-bottom: 30px;
}

.single-icon img {
  max-width: 120px;
}

.single-icon h4 {
  color: #1e1e1e;
  text-align: center;
  font-size: 24px;
  padding-top: 15px;
}

.wrap-text {
  text-align: center;
  background: #ede219;
  color: #1e1e1e;
  font-size: 23px;
  font-weight: 700;
  padding: 12px 20px;
  margin-top: 15px;
}

.wrap-text p {
  margin-bottom: 0px;
}
.media-section {
  background: #f8f8f8;
  padding: 75px 0px 60px;
}

.single-hurdle h4 {
  color: #4491c8;
  font-size: 24px;
  text-align: center;
}

.single-hurdle.right h4 {
  text-align: left;
}

.single-hurdle .inner {
  position: relative;
  border: 1px solid #4491c8;
  border-radius: 25px;
  padding: 25px;
  text-align: center;
  flex-grow: 1;
  color: #1e1e1e;
  text-align: center;
  font-size: 22px;
}

.single-hurdle .inner .icon {
  position: absolute;
  left: -40px;
  top: -40px;
  text-align: center;
  max-width: 80px;
  padding: 10px 5px;
  background-color: #f8f8f8;
}

.single-hurdle {
  min-height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
}

.single-hurdle.right .inner .icon {
  right: -40px;
  left: auto;
}
.yex-section {
  padding: 75px 0px;
}

.yex-vs-fbs-image img {
  max-width: 600px;
  width: 100%;
}

.yex-vs-fbs-image {
  text-align: center;
  padding-bottom: 40px;
}

.yellow-wrap {
  background: #ede219;
  padding: 10px 20px;
  color: #1e1e1e;
  text-align: right;
  font-size: 20px;
}

.yellow-wrap p {
  margin-bottom: 0;
}

.small-text {
  color: #1e1e1e;
  text-align: right;
  font-size: 14px;
  padding-top: 10px;
}
.fish-line-section {
  background: #f8f8f8;
  padding: 30px 0px 90px;
}

.fish-wrap {
  background: #ede219;
  color: #1e1e1e;
  font-size: 21px;
  font-weight: 700;
  padding: 20px;
}

.fish-wrap ul {
  margin-bottom: 0px;
}
.healthy-section {
  padding: 80px 0px 60px;
}

.yellow-wrap-health {
  display: inline-block;
  background: #ede219;
  padding: 12px 40px;
  color: #1e1e1e;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 40px;
}

.image-cells img {
  max-width: 850px;
  width: 100%;
}

.image-cells p {
  color: #1e1e1e;
  text-align: center;
  font-size: 22px;
  padding-top: 25px;
}
.quality-section {
  background: #f8f8f8;
  padding: 40px 0px;
}
.our-philosophy {
  background: #f8f8f8;
  padding: 40px 0px;
}

.single-q {
  color: #1e1e1e;
  font-size: 22px;
}

.single-q ul {
  margin-bottom: 0px;
}
.consumers-section {
  padding: 60px 0px 100px;
}
.footer {
  padding: 5px 0px 5px;
  background: linear-gradient(42.42deg, #26826E -14.88%, #37464C 86.96%);
  color: #fff;
  font-size: 22px;
}

.profiles {
  max-width: 400px;
  margin-left: auto;
  margin-top: -70px;
  width: 100%;
}

.contact-text {
  text-align: left;
  color: #1e1e1e;
  font-weight: 700;
  padding: 24px 48px;
  position: relative;
  z-index: 1;
  margin-top: 35px;
}
.contact-text p {
  margin-bottom: 0;
}

.contact-text:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1000%;
  background: #ede219;
  z-index: -1;
}

.contact-text a {
  color: #1e1e1e;
}

.contact-text a.mail {
  text-decoration: underline;
}

.footer-text-wrap p {
  margin-bottom: 0px;
}

.footer-text-wrap {
  font-weight: 700;
}

.footer-text-wrap ul {
  margin-bottom: 0px;
}
.navbar-toggler {
  width: 105px;
  height: 50px;
  border: 0px;
  border-radius: 0px;
  background-image: url(../img/menu-open.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.navbar-toggler[aria-expanded="true"] {
  background-image: url(../img/close-open.svg);
}

.navbar-toggler:focus {
  box-shadow: none;
}

body.opacity:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1;
}

.header {
  z-index: 9;
  position: relative;
}
