:root {
  --color-primary: #3e398c;
  --color-secondary: #7ab50c;
  --color-typography: #33373b;
}

.typography--heading1 {
  font-family: 'Lobster', cursive;
  font-size: 48px;
  text-align: center;
  color: var(--color-primary);
}
.typography--subtitle1 {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}
.typography--subtitle2 {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
}
.typography--body1 {
  font-size: 14px;
  color: #62607e;
}
.page-anchor {
  position: absolute;
  top: -90px;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
main {
  padding-top: 50px;
}
.floating-button {
  position: fixed;
  z-index: 1000;
  font-size: 24px;
  background-color: #34cc9f;
  padding: 10px 17px;
  border-radius: 50px;
  bottom: 0px;
  right: 0px;
  margin: 0px 20px 20px 0px;
  box-shadow: 0px 0px 30px #00000054;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: none;
}
.floating-button a {
  color: #fff;
}
.floating-button:hover {
  transform: scale(1.1);
}
.visible {
  display: block;
}
.top {
  background-color: #000;
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 0px 70px rgba(53, 72, 130, 0.65);
}
.top .row > div > div {
  padding: 20px 0px;
}
.mobile-navigation {
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  height: 265px;
}
.mobile-navigation-closed {
  height: 0px;
}
.mobile-navigation ul {
  list-style: none;
  line-height: 35px;
  padding: 0px 15px;
  margin: 30px 0px;
}
.top .hamburger {
  padding: 11px 11px;
  color: #44b34e;
  font-size: 20px;
}
.navigation a {
  margin-right: 15px;
  display: inline-block;
  color: #669908;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.navigation a:hover {
  color: #80b420;
}
.fb-link {
  color: #4672c0!important;
}
.top .logo {
  position: absolute;
  left: 50%;
  margin-left: -75px;
  max-width: 150px;
}
.top .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top .flags {
  padding-top: 12px;
  padding-bottom: 12px;
}
.phone a {
  padding-right: 10px;
  border-right: 1px solid #80b420;
}
.right .flags img {
  width: 30px;
  margin-left: 5px;
}

/* Home */

.slide {
  text-align: center;
}
.slide h1 {
  font-size: 63px;
  font-family: 'Lobster', cursive;
}
.slide p {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
}
.slide p span {
  color: #aae249;
}
.slide .carousel__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  display: inline-block;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media(max-width: 578px) {
  .slide h1 {
    font-size: 35px;
  }
  .slide .carousel__image {
    padding: 0px 15px 25px 15px;
  }
}

/* content */

.content {
  border-bottom: 30px solid var(--color-secondary);
}
.content__section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.content__section .primary {
  text-align: center;
}
.content__section .primary .typography--subtitle1 {
  color: var(--color-secondary);
}
.content__section .secondary {
  margin: 30px auto 0px auto;
  width: 70%;
}
.content__section .typography--body1 {
  text-align: justify;
}
.section__hero-image {
  width: 100%;
}
@media(max-width: 578px) {
  .content__section .secondary {
    width: 95%;
  }
}
.content__section-s2 {
  background-image: url('/images/img_hero_section2.jpg');
  min-height: 500px;
  padding: 70px 0px;
  background-size: cover;
}
.content__section-s2 .page-anchor {
  top: -60px;
}
.content__section-s2 .typography--heading1 {
  color: #fff;
}
.content__section-s2 .primary .typography--subtitle1 {
  color: #fff;
}
.content__section-s2 .typography--body1 {
  color: #fff;
}
.content__section-s2 .typography--subtitle2 {
  color: #fff;
}
.content__section-s2 .galery-thumbnails {
  margin-top: 70px;
}
.content__section-s2 .galery-thumbnails .image {
  width: 120px;
  height: 100px;
  background-size: cover;
  background-position: center;
  border: 2px solid #fff;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin: 0px auto 30px auto;
}
.content__section-s2 .galery-thumbnails .image:hover {
  transform: scale(1.05);
}
.certificate-link {
  color: #73f064;
  font-weight: bold;
}
.certificate-link:hover {
  color: #5dd350;
  font-weight: bold;
}

.content__section-s3 {
  background-image: url('/images/img_hero_section3.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px;
}
.content__section-s3 .typography--subtitle2 {
  color: var(--color-secondary);
}
.berry-duke * {
  text-align: right!important;
  line-height: 25px;
}
.berry-bluecorp * {
  text-align: left!important;
  line-height: 25px;
}
@media(max-width: 578px) {
  .content__section-s3 {
    background-size: auto;
  }
}

.content__section-s4 {
  margin-botton: 50px;
}
.content__section-s4 .secondary > .address {
  text-align: center;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 14px;
}
.content__section-s4 .secondary > .address i {
  color: var(--color-secondary);
}
.content__section-s4 .fields {
  margin-top: 30px;
}
.content__section-s4 .mdc-text-field {
  width: 100%;
  margin-bottom: 20px;
}
.content__section-s4 .send-button {
  margin: 0 auto;
  display: block;
}
.attachments {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.attachment {
  text-align: center;
  margin: 0px 10px;
}
.attachment a {
  color: #8b63d5;
  padding: 20px;
  background-color: #f6efff;
  border-radius: 3px;
  border: 1px solid #e8dcff;
  display: inline-block;
  margin-bottom: 5px;
}
.attachment a:hover {
  background-color: #f1ebf8;
}
.attachment p {
  font-size: 10px;
  color: #999;
}
@media(max-width: 578px) {
  .content__section-s4 .send-button {
    width: 100%;
  }
}

.content__section-s6 {
  background-image: url('/images/img_hero_section3.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px;
}
.content__section-s6 .description {
  column-count: 3;
  column-gap: 40px;
  text-align: left;
  line-height: 25px;
}
.content__section-s6 .inner-heading {
  color: var(--color-secondary);
}
@media(max-width: 960px) {
  .content__section-s6 .description {
    column-count: 2;
  }
}
@media(max-width: 578px) {
  .content__section-s6 .description {
    column-count: 1;
  }
}