@import url(../fonts/fonts.css);
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  outline: none;
  color: #525652;
  background: none;
  font-family: "Jost", sans-serif;
  border: none;
}

body.overflow--pop-up {
  overflow: hidden;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 72px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}
h1.title--size--biggest {
  font-size: 80px;
  line-height: 80px;
}

button {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  background: #F9E25E;
  padding: 5px 20px;
  border-radius: 4px;
  cursor: pointer;
  text-transform: lowercase;
}
button.button--size--big {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  padding: 20px;
}

.container-fluid,
.container {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.container {
  max-width: 1310px;
  margin: auto;
}

.logo__image {
  height: 40px;
  display: block;
}

.hide-menu {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.hide-menu__inner {
  width: 280px;
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(82, 86, 82, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin-left: auto;
}
.hide-menu__container {
  height: 100%;
  display: grid;
  grid-template-areas: "close" "items" ".";
  grid-template-rows: auto 1fr auto;
}
.hide-menu__close {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  height: 100px;
  grid-area: close;
}
.hide-menu__close-icon {
  height: 30px;
  width: auto;
  cursor: pointer;
}
.hide-menu__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-area: items;
  padding-bottom: 100px;
}
.hide-menu__link {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 20px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: lowercase;
  cursor: pointer;
}
.hide-menu__link--active {
  box-sizing: border-box;
  border-bottom: 6px solid #9FB484;
  border-top: 6px solid transparent;
}

.header {
  height: 100px;
  background: #525652;
  position: relative;
  z-index: 1;
}
.header--background--transparent {
  background: rgba(82, 86, 82, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.header__navbar {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__items {
  height: 100%;
  display: flex;
}
.header__item {
  height: 100%;
}
.header__item:last-child .header__link {
  padding-right: 0;
}
.header__link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: lowercase;
  cursor: pointer;
}
.header__link--active {
  box-sizing: border-box;
  border-bottom: 6px solid #9FB484;
  border-top: 6px solid transparent;
}
.header__hide-menu {
  display: none;
  cursor: pointer;
}
.header__hide-menu-icon {
  height: 30px;
  width: auto;
  display: block;
}

.footer {
  background: #518154;
  padding: 40px 0;
  box-sizing: border-box;
  text-align: center;
}
.footer__line {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}
.footer__line::before, .footer__line::after {
  content: "";
  height: 30px;
  background: url(../img/footer__subtract.svg);
  background-size: contain;
  background-repeat: repeat-x;
}
.footer__line::before {
  background-position: center right;
}
.footer__line::after {
  background-position: center left;
}
.footer__subtract {
  height: 60px;
  padding: 0 16px;
}
.footer__navbar {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 10px;
}
.footer__items {
  height: 100%;
  display: flex;
}
.footer__item {
  height: 100%;
}
.footer__link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: lowercase;
  cursor: pointer;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__quote {
  font-family: "Caveat", cursive;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  color: #fff;
  text-transform: lowercase;
}
.footer__copyright {
  margin-top: 58px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #9FB484;
}

@media screen and (max-width: 1350px) {
  h1.title--size--biggest {
    font-size: 75px;
    line-height: 75px;
  }
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  h1.title--size--biggest {
    font-size: 70px;
    line-height: 70px;
  }
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 960px) {
  h1.title--size--biggest {
    font-size: 64px;
    line-height: 64px;
  }
  body.overflow--hide-menu {
    overflow: hidden;
  }
  body.overflow--hide-menu .hide-menu {
    display: block;
  }
  .header__items {
    display: none;
  }
  .header__hide-menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 47px;
    line-height: 69px;
  }
  .container {
    max-width: 100%;
  }
  .footer__navbar {
    height: auto;
    margin-bottom: 20px;
  }
  .footer__items {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .footer__link {
    justify-content: center;
    padding: 7.5px 20px;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 43px;
    line-height: 65px;
  }
  h1.title--size--biggest {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 460px) {
  h1 {
    font-size: 39px;
    line-height: 51px;
  }
  h1.title--size--biggest {
    font-size: 51px;
    line-height: 51px;
  }
  .logo__image {
    height: 34px;
  }
  .header {
    height: 80px;
  }
  .header__hide-menu-icon,
.hide-menu__close-icon {
    height: 27px;
  }
}
@media screen and (max-width: 360px) {
  h1.title--size--biggest {
    font-size: 43px;
    line-height: 43px;
  }
  .hide-menu__inner {
    width: 100%;
  }
}
@media screen and (max-width: 310px) {
  h1.title--size--biggest {
    font-size: 39px;
    line-height: 40px;
  }
}