body {
  margin: 0;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.menu {
  width: 100%;
  position: absolute;
  top: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 18px 23px;
  z-index: 4;
}
.menu__logo {
  display: flex;
}
.menu__logo p {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  cursor: pointer;
  transition-duration: 0.2s;
}
.menu__logo p:hover {
  opacity: 0.8;
}
.menu__buttons {
  display: flex;
  box-sizing: border-box;
}
.menu__button {
  margin: 0 10px;
  border: 3px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  padding: 6px 32px;
  font-weight: 400;
  color: #fff;
  transition-duration: 0.2s;
}
.menu__button:hover {
  background: #fff;
  color: #333;
}
.header {
  position: relative;
  width: 100%;
  height: 750px;
  display: flex;
  align-items: center;
  padding-left: 70px;
  box-sizing: border-box;
  overflow: hidden;
}
.header__background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../../images/background2.png");
  top: 0;
  left: 0;
  z-index: 3;
}
.header__goose {
  background: url("../../images/goose.png");
  background-size: auto;
  width: 500px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  height: 519px;
  background-size: contain;
}
.header .proBackground {
  transform: skewY(3deg) translateY(-80px);
}
.header__title {
  color: #fff;
  z-index: 4;
  display: inline-block;
}
.header__title h1 {
  font-size: 90px;
  font-weight: 900;
  margin: 0;
}
.header__title p {
  font-size: 22px;
  font-weight: 400;
}
.container {
  width: 100%;
  padding: 20px 0 60px;
  box-sizing: border-box;
  height: 590px;
  box-sizing: border-box;
  display: flex;
  justify-content: left;
  align-items: center;
}
.container__slot {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  padding-right: 60px;
  display: flex;
  align-content: center;
}
.container__card {
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("../../images/photo1.jpeg");
  background-size: cover;
  position: absolute;
  left: -100px;
  border-radius: 5px;
  box-shadow: inset 0 0 52px rgba(0,0,0,0.07);
  transition-duration: 0.32s;
  transition-timing-function: ease-in-out;
}
.container__card:hover {
  left: -90px;
}
.container__text h1 {
  font-size: 44px;
  color: #555;
}
.container__text p {
  font-size: 18px;
  color: #777;
}
.pros {
  position: relative;
  width: 100%;
  padding: 65px 0;
  height: 240px;
  background: #f7f7f7;
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr;
}
.pros__slot {
  padding: 8px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  z-index: 2;
}
.pros__icon {
  width: 120px;
  height: 120px;
  color: #222;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  transition-duration: 0.2s;
  cursor: default;
  box-shadow: 8px 8px 1px rgba(238,238,238,0.467);
}
.pros__content {
  width: 100%;
  height: 80px;
  color: #222;
}
.pros__content h3 {
  color: #fff;
  margin: 15px 0;
  font-size: 22px;
  font-weight: 800;
}
.pros__content p {
  color: #fff;
  margin: 0;
}
.quotes {
  width: 100%;
  padding: 100px 100px;
  box-sizing: border-box;
  background-image: url("../../images/background1.png");
}
.quotes__quote {
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
  min-width: 300px;
  max-width: 750px;
  height: 190px;
  border-radius: 12px;
  padding: 10px;
  background: #fdfdfd;
  box-shadow: 0 0 2px #00e088;
}
.quotes__quote:last-child {
  margin-bottom: 0;
}
.quotes__quote:nth-child(even) {
  float: right;
}
.quotes__quote::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url("../../images/quote.png");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quotes__content {
  margin-left: 80px;
  margin-right: 15%;
  font-size: 1em;
  color: #999;
}
.quotes__author {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #ccc;
  font-style: italic;
}
.contact {
  width: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
}
.contact__form {
  margin: 0 auto;
  padding: 90px 20px;
  min-width: 350px;
  width: 50%;
  max-width: 800px;
  box-sizing: border-box;
  z-index: 2;
}
.contact__header {
  font-size: 32px;
  font-weight: 800;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
.contact__macaca {
  background: url("../../images/macaca.png");
  background-size: auto;
  width: 498px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  height: 519px;
  background-size: contain;
}
.contact__button,
.contact__input,
.contact__textarea {
  margin: 20px 10px;
  width: 100%;
  text-align: left;
  height: 45px;
  font-size: 16px;
  font-family: inherit;
  border-radius: 5px;
  background: rgba(255,255,255,0.933);
  box-shadow: inset 0 0 4px #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  box-shadow: 0 0 2px #ddd;
  border: none;
}
.contact__input {
  padding: 15px;
}
.contact__textarea {
  padding: 15px;
  min-height: 300px;
  max-width: 100%;
  min-width: 100%;
}
.contact__button {
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  transition-duration: 0.2s;
}
.contact__button:hover {
  opacity: 0.9;
}
.footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #222;
  color: #ddd;
}
.proBackground {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(60deg, #27e7ff, #00ca52);
  overflow: hidden;
}
.proBackground:after {
  content: '';
  background: url("https://www.transparenttextures.com/patterns/dark-mosaic.png");
  width: 100%;
  position: absolute;
  top: -10%;
  right: 0;
  height: 120%;
  opacity: 0.24;
  animation-name: floating;
  animation-duration: 13s;
  animation-iteration-count: infinite;
}
.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.floating--slow {
  animation-duration: 5s;
}
.floating--normal {
  animation-duration: 3s;
}
.floating--fast {
  animation-duration: 2s;
}
.revealOnScroll {
  opacity: 0;
}
.revealAnimation {
  animation-name: reveal;
  animation-duration: 2.5s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.83, -0.07, 0.28, 1.25);
  animation-fill-mode: forwards;
}
@media screen and (max-width: 770px) {
  .container {
    flex-direction: column;
  }
  .container__slot {
    padding-left: 25px;
  }
  .container__card {
    left: 0;
    bottom: 0;
  }
  .container__card:hover {
    left: 0;
    bottom: 5px;
  }
  .contact__form {
    width: 75%;
  }
}
@media screen and (max-width: 680px) {
  .quotes {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 610px) {
  .quotes__quote {
    height: 220px;
  }
  .contact__form {
    width: 90%;
  }
  .container__slot {
    padding: 18px;
    text-align: center;
  }
  .container__slot:first-child {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .quotes__quote {
    height: 260px;
  }
  .header__goose {
    left: -100px;
    bottom: -168px;
  }
}
@media screen and (max-width: 506px) {
  .quotes__quote {
    height: 280px;
  }
  .menu__buttons {
    display: none;
  }
  .header {
    padding: 0 15px;
  }
  .header__title h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 480px) {
  .quotes__content {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 400px) {
  .quotes__quote {
    height: 385px;
    box-sizing: border-box;
  }
  .pros {
    grid-template: 1fr 1fr 1fr/1fr;
    height: auto;
  }
  .header {
    padding: 0 15px;
  }
  .header__title h1 {
    font-size: 65px;
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@-moz-keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-o-keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-moz-keyframes reveal {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-o-keyframes reveal {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
