﻿
:root {
/* Colors: */
--seafoam: #74BF9A;
--pantone-274-c: #201650;
--teal: #007B7E;
}

* {
  font-family: Raleway;
}

img {
  max-width: 100%;
}

.hamburger {
  position: fixed;
  right: 4%;
  cursor: pointer;
  z-index: 1;
  top: 20px;
}

.fa-times {
  font-size: 3em !important;
  color: #fff;
  cursor: pointer;
}

.fa-bars {
  font-size: 3em !important;
  color: #dbde62;
}

.center {
  text-align: center;
}

.logo-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.logo-div img {
  height: 100px;
  padding-top: 20px;
}
.logo-div .container
{
    margin: 0px;
    padding: 0px;
    padding-left: 5%;
}
.hero {
  position: relative;
}

.hero img {
  width: 100%;
}
.hero .mobile {
  display: none;
}

.cta-box {
  position: absolute;
  bottom: 25%;
  left: 6%;
  width: 50%;
}

.cta-box h1 {
  color: var(--teal);
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 50px;
}

.hero-div {
  padding-top: 150px;
}

a.orange-btn {
  background-color: var(--teal);
  color: #ffffff;
  padding: 25px;
  border-radius: 0px;
  border: none;
  font-size: 20px;
  font-weight: 600;
}

a.orange-btn:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: var(--seafoam);
}

.about-bg {
  background-image: url(/images/about-bg.svg);
  height: 800px;
  background-position-x: 100%;
  background-color: var(--teal);
  padding-top: 50px;
  background-size: cover;
}

.about h3 {
  color: #fff;
  font-size: 49px;
  font-weight: 700;
}

.about h4 {
  font-size: 34px;
  background: var(--seafoam);
  padding: 25px 10% 25px 15%;
  border-radius: 0px 50px 50px 0px;
  color: var(--teal);
  font-weight: 400;
  position: absolute;
  left: 0px;
}

.about p {
  color: #fff;
  width: 30%;
  margin-bottom: 50px;
}

.companies {
  padding-top: 50px;
  color: var(--teal);
}

.companies .col-md-4 {
    min-height: 375px;
}

.companies h2 {
  font-weight: 700;
}


.company-link {
  text-align: center;
  margin-bottom: 50px;
}

.bs-btn {
  margin-top: 30px;
}

a.button {
  background-color: var(--teal);
  color: var(--seafoam);
  padding: 7px 18px;
  border-radius: 5px;
}

a.button:hover {
  background-color: var(--seafoam);
  color: var(--teal);
  text-decoration: none;
}

.comp-rule {
  border-bottom: 1px solid gray;
  margin-bottom: 25px;
}

p.passion {
  color: #54565b;
  font-weight: 700;
  font-size: 30px;
  clear: both;
}

.top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.top-grid img {
  max-height: 250px;
  width: 100%;
}

.bottom-grid {
  display: grid;
  grid-template-columns: 2fr 3.54fr 1.49fr;
  grid-gap: 20px;
  margin-bottom: 50px;
}

.bottom-grid img {
  margin-bottom: 20px;
}

.amplify {
  margin-bottom: 50px;
}

.amplify h2 {
  font-weight: 400;
  font-size: 60px;
  color: #54565b;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.amplify p {
  color: #193b20;
  font-size: 20px;
}

.puupy-img {
  margin-top: 20px;
}

.form-shadow {
  box-shadow: 4px 3px 16px 0px rgba(0, 0, 0, 0.75);
  padding-top: 20px;
  border-radius: 30px;
}

.footer {
  background-color: var(--teal);
  color: #fff;
  padding: 50px 0;
}

.footer-logo {
  text-align: center;
  margin-bottom: 25px;
}

.footer-grid {
  display: grid;
  clear: both;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-box {
  text-align: center;
}

ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.footer-box li {
  line-height: 2;
}

.footer-box li a {
  color: #fff;
}

.footer-box li a:hover {
  color: #91c59b;
  text-decoration: none;
}

.privacy,
.cookies,
.sustainability {
  margin-top: 125px;
  margin-bottom: 100px;
}

.sustainability-wrapper {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-row-gap: 2em;
}

.privacy h1,
.cookies h1,
.sustainability h1 {
  background: #193b20;
  text-align: center;
  padding: 25px;
  font-size: 60px;
  margin-bottom: 50px;
  color: #fff;
  font-weight: 800;
}

.sustainability-text h2 {
  color: #193b20;
  font-size: 36px;
  margin-bottom: 25px;
}

/**************REDESIGN 2025**********************/

.our-brands {
    color: #54565B;
    font-size: 45px;
    text-align: center;
    margin: 0 0 50px 0;
}
.comp-box {
    position: relative;
    overflow: hidden;
    z-index: 99;
    height: 675px;
}

.fly-up{
    transform: translateY(-465px);
}

.comp-img-box {
    overflow: hidden; /* Prevent overflow */
    position: relative;
    border: 2px solid #007B7E;
}

.comp-box img {
    vertical-align: middle;
    width: 100%;
    display: block;
    cursor: pointer;
    transition: transform 350ms ease;
}

.comp-img-box img:hover {
    transform: scale(1.2);
}


.comp-box-name {
    transition: 500ms;
    height: 550px;
    position: relative;
    z-index: 2;
}

.comp-box-name h4 {
    text-align: center;
    font-size: 36px;
    color: #fff;
    padding: 30px;
    background-color: #007B7E;
    font-weight: 200;
    width: 100%;
    margin: 0;
}

h4.active{
    transition: 350ms;
}

h4.active {
    background-color: #54565B;
    transition: 350ms;
}

.comp-description {
    padding: 69px;
    display: none;
    height: 366px;
    background-size: cover;
}

.comp-description p {
    color: white;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 50px;
}

.comp-btn-box {
    text-align: center;
}

a.comp-btn.orange-btn {
    border-radius: 5px;
    padding: 12px 24px;
    font-weight: 300;
}

@media (min-width: 1250px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
  .cta-box h1 {
    color: #193b20;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 50px;
  }
  a.orange-btn {
    background-color: #91c59b;
    color: #193b20;
    padding: 25px;
    border-radius: 0px;
    border: none;
    font-size: 14px;
    font-weight: 600;
  }
  .about-bg {
    height: 1022px;
    background-position-x: 50%;
  }
  .footer-grid {
    display: grid;
    clear: both;
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 50px;
  }
  .comp-box {
    position: relative;
    overflow: hidden;
    z-index: 99;
    height: 750px;
}
}

@media (max-width: 767px) {
    .companies-side-img {
        display: none;
    }
    .comp-box {
        position: relative;
        overflow: hidden;
        z-index: 99;
        height: 750px;
    }
}
