/* Footer style */

.footer {
  background-image: url('../img/footer_pattern.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  margin-top:auto;

}

.footer__container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  max-width: 1420px;
  padding-left: clamp(65px,17.4vw,250px);
  padding-right: clamp(65px,17.4vw,250px);
  margin: 0 auto;
  gap: 30px;
}

.coralls-bck__img {
  top: -230px;
  left: 30px;
}

.fish-bck__img {
  top: -130px;
  left: 320px;
}

.plant-bck__img {
  top: -230px;
  right: 30px;
}

.footer__bck-image {
  display:none;
}


.nav__list {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 30px;
}

.nav__list__item {
  text-align: center;
}

.nav__link {
  color: var(--white);
  text-decoration: none;

  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;

  line-height: 1.125;
  text-transform: uppercase;
}


.social__list {
  gap: 24px;
}

.copyright{
  display: flex;
  flex-flow:column nowrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.copyright span {
  color: var(--white);
  text-align: center;
}

