@import "fonts/Inter/index.css";

:root {
  --gold: #cc9933;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 1.6rem;
  color: #fff;
  background-color: #333;
  scroll-behavior: smooth;
  box-sizing: border-box;
  letter-spacing: 0px;
}
.section-wrapper,
form {
  max-width: 136.4rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 9rem;
  max-width: 100rem;
  text-align: center;
  -webkit-text-shadow: 0px 4px 13px rgba(0, 0, 0, 0.6);
  -moz-text-shadow: 0px 4px 13px rgba(0, 0, 0, 0.6);
  -ms-text-shadow: 0px 4px 13px rgba(0, 0, 0, 0.6);
  -o-text-shadow: 0px 4px 13px rgba(0, 0, 0, 0.6);
  text-shadow: 0px 4px 13px rgba(0, 0, 0, 0.6);
  color: var(--gold);
  text-shadow: 7px 7px 12px rgba(0, 0, 0, 0.75);
}

h2 {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.3;
}

p {
  font-size: 2rem;
  line-height: 3.3rem;
  text-align: center;
  margin-bottom: 2rem;
}

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

strong {
  font-weight: 700;
}

main {
  background-color: #333;
}

section {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 2rem;
  max-width: 170rem;
  margin: 0 auto;
}
.section-wrapper {
  z-index: 1;
}

#one {
  background-image: url(./images/bg-web.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 23rem;
}

#one .section-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding-top: 9rem;
}

.logotype {
  width: 32rem;
}

.text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 9rem;
  max-width: 93rem;
  text-align: center;
}
#seven {
  background-color: #333;
}

#seven h2,
#seven p {
  text-align: center;
  color: var(--gold);
  text-shadow: 7px 7px 12px rgba(0, 0, 0, 0.75);
}

#seven h2 {
  text-align: center;
  font-size: 4.7rem;
}
#seven p {
  font-size: 2rem;
}

#seven form {
  max-width: 96rem;
  margin-top: 8rem;
}

#seven form .inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#seven form input {
  max-width: calc(50% - 2rem);
  display: inline-block;
  margin-bottom: 1.3rem;
  padding: 1.3rem 0 1.3rem 1.3rem;
  border: none;
  width: 100%;
  background-color: #e6e6e6;
  color: #999;
  border-radius: 7px;
}
#seven form input::placeholder,
textarea::placeholder {
  color: #999;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

#seven form .textarea-and-button {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#seven form .textarea-and-button textarea {
  width: 100%;
  min-height: 22.3rem;
  margin: 0;
  padding: 0;
  border: none;
  padding: 1.3rem 0 1.3rem 1.3rem;
  margin-bottom: 4rem;
  color: #999;
  background-color: #e6e6e6;
  border-radius: 7px;
}

#seven form .textarea-and-button button {
  width: 26.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  border: none;
  border-radius: 12px;
  padding: 1.5rem;
  cursor: pointer;
  background: rgb(156, 108, 49);
  background: linear-gradient(
    90deg,
    rgba(156, 108, 49, 1) 0%,
    rgba(206, 156, 73, 1) 11%,
    rgba(247, 199, 111, 1) 27%,
    rgba(247, 221, 128, 1) 40%,
    rgba(156, 108, 49, 1) 52%,
    rgba(206, 156, 73, 1) 69%,
    rgba(247, 199, 111, 1) 88%,
    rgba(247, 221, 128, 1) 100%
  );
  transition: 0.3s ease-out;
}

#seven form .textarea-and-button button:hover {
  background: #000;
  transition: 0.3s ease-out;
  -webkit-box-shadow: inset 0px 0px 0px 3px #ffffff;
  box-shadow: inset 0px 0px 0px 3px #ffffff;
  color: #fff;
}

footer {
  margin-top: 10.4rem;
  background-color: #000;
  padding: 5.6rem 2rem;
}
.footer-wrapper {
  display: flex;
  max-width: 96rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

footer img {
  max-width: 66px;
}

ul {
  list-style: none;
  font-size: 1.4rem;
  color: var(--gold);
  line-height: 1.5;
}
li:first-of-type {
  font-weight: 700;
}
.footer-column-one {
  margin-right: 5rem;
}
.footer-column-two {
  margin-right: 5rem;
}
.footer-column-three li a {
  color: #cc9933;
  text-decoration: none;
}

footer .copyright {
  margin-top: 3rem;
  text-align: center;
  color: #cc9933;
  font-size: 1.2rem;
}

@media (max-width: 800px) {
  .logotype {
    width: 23.5rem;
  }
  h1 {
    font-size: 3.3rem;
    margin-top: 6.2rem;
    max-width: 36rem;
  }

  h2 {
    font-size: 4.7rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
  .text {
    margin-top: 5rem;
  }
  p {
    line-height: 1.6;
    font-size: 1.7rem;
  }

  #one {
    background-image: url(./images/bg-mob.png);
    padding-bottom: 28rem;
  }
  #one .section-wrapper {
    padding-top: 4.2rem;
  }

  #seven {
    margin-top: -20rem;
  }

  #seven .section-wrapper p {
    max-width: 32rem;
    margin: 0 auto;
  }
  #seven form {
    max-width: 36.4rem;
    margin-top: 5.2rem;
  }
  #seven form .inputs {
    flex-direction: column;
  }
  #seven form input {
    padding: 1.8rem 2rem;
    max-width: initial;
    border-radius: 7px;
  }
  #seven form textarea {
    margin-bottom: 3.3rem;
  }
  #seven form .textarea-and-button button {
    margin: 0 auto;
  }
  footer {
    padding: 4rem;
    margin-top: 8.6rem;
  }
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .footer-wrapper div {
    margin-right: 0;
    margin-bottom: 2.7rem;
  }
  ul {
    text-align: center;
  }
}
