@font-face {
  font-family: "Garet";
  src: url("../fonts/garet/Garet-Book.ttf");
}
@font-face {
  font-family: "Forum";
  src: url("../fonts/forum/Forum-Regular.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(104, 104, 104);
  font-family: "Garet";
}

.theme {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  max-height: 900px;
  background-image: url("../img/header/bg.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.header-logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    height: 100px;
    margin-bottom: 10px;
  }
  .header-name {
    height: 50px;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  background-color: #F4F3E9;
  width: 100%;
}
.footer-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.footer-form {
  border-bottom: 1px solid #5E5B40;
  height: 400px;
}
.footer-form-labal p {
  font-family: "Forum", serif;
  font-size: 62px;
  text-transform: uppercase;
}
.footer-form-labal p:first-child {
  color: #5E5B40;
}
.footer-form-labal p:last-child {
  padding-left: 140px;
  color: #333333;
}
.footer-form-contact {
  display: flex;
  flex-direction: column;
}
.footer-form-contact input,
.footer-form-contact button {
  font-size: 18px;
}
.footer-form-contact input[type=text], .footer-form-contact input[type=tel] {
  color: #5E5B40;
  border: none;
  border-bottom: 1px solid #5E5B40;
  background-color: transparent;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: 300px;
}
.footer-form-contact button[type=submit] {
  cursor: pointer;
  width: 200px;
}
.footer-contact {
  min-height: 400px;
}
.footer-contact-from {
  max-width: 500px;
}
.footer-contact-from a {
  font-size: 18px;
  color: #495A4A;
}
.footer-contact-from p {
  color: #495A4A;
  font-size: 18px;
  margin-top: 20px;
}
.footer-contact-social {
  max-width: 500px;
}
.footer-contact-social a {
  display: flex;
  flex-direction: row;
  padding: 10px;
  font-size: 18px;
  color: #495A4A;
}
.footer-contact-social p {
  color: #495A4A;
  margin-top: 100px;
}
.footer-contact-social-instagram {
  background-image: url(../img/footer/instagram.svg);
  height: 24px;
  width: 24px;
  margin-right: 20px;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.content-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 500px;
}
.content-box-header p {
  font-family: "Forum", serif;
  font-size: 62px;
  text-transform: uppercase;
}
.content-box-header p:first-child {
  color: rgb(94, 91, 64);
}
.content-box-header p:last-child {
  color: #333333;
  padding-left: 14px;
}
.content-link {
  text-decoration: none;
}
.content-company {
  background-color: white;
}
.content-company-about {
  max-width: 700px;
}
.content-company-description {
  font-size: 20px;
  max-width: 700px;
}
.content-company-description p {
  padding-top: 20px;
}
.content-cosmetic {
  background-color: #495A4A;
  align-items: center;
}
.content-cosmetic-image {
  max-width: 700px;
}
.content-cosmetic-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-cosmetic-about {
  max-width: 700px;
}
.content-cosmetic-about .content-box-header p:first-child {
  color: #BAD2BB;
}
.content-cosmetic-about .content-box-header p:last-child {
  color: #fff;
}
.content-cosmetic-about-description {
  color: #BAD2BB;
  font-size: 20px;
  max-width: 500px;
}
.content-cosmetic-about-description p {
  padding-top: 20px;
}
.content-flower {
  position: relative;
  flex-direction: column;
  text-align: center;
  color: #333333;
  background-color: rgb(255, 255, 255);
}
.content-flower-background {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
}
.content-flower-background img {
  opacity: 0.7;
  max-width: 100%;
}
.content-flower-description {
  position: absolute;
  z-index: 2;
  max-width: 700px;
}
.content-flower-description p {
  padding-top: 20px;
  font-size: 20px;
}
.content-flower-description img {
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .content-flower-description img {
    max-width: 280px;
  }
}
.content-hair {
  background-color: #F4F3E9;
}
.content-hair-image {
  max-width: 700px;
  max-height: 700px;
}
.content-hair-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-hair-abaut {
  max-width: 700px;
}
.content-hair-abaut-link {
  margin-top: 50px;
  margin-bottom: 30px;
}
.content-skin {
  background-color: #F4F3E9;
}
.content-skin-image {
  max-width: 700px;
  max-height: 700px;
}
.content-skin-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-skin-about {
  max-width: 700px;
}
.content-skin-about-link {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .content-skin {
    flex-direction: column-reverse;
  }
}

.button {
  position: relative;
  text-transform: uppercase;
  border: 1px solid #5E5B40;
  color: #5E5B40;
  font-size: 18px;
  padding: 10px 30px;
  background-color: transparent;
}
.button::after {
  position: absolute;
  content: "";
  background-image: url("../img/arrow.svg");
  top: calc(50% - 6px);
  right: 5px;
  width: 15px;
  height: 12px;
}