@font-face {
  font-family: "Elza";
  font-weight: bold;
  src: url("../fonts/Elza-Black.otf") format("opentype");
}
@font-face {
  font-family: "Elza";
  font-weight: normal;
  src: url("../fonts/Elza-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Elza";
  font-weight: 600;
  src: url("../fonts/Elza-Semibold.otf") format("opentype");
}
@font-face {
  font-family: "Bobby-Jones-Soft";
  font-weight: 600;
  src: url("../fonts/Bobby-Jones-Soft.otf") format("opentype");
}
body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

img {
  width: 100%;
}

#wrapper {
  padding-inline: 4%;
}

#adjust-mb {
  margin-bottom: 32px;
}

#adjust-img-h {
  width: 65%;
}
@media (max-width: 650px) {
  #adjust-img-h {
    width: 100%;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 30px;
}
@media (max-width: 650px) {
  header {
    flex-direction: column;
  }
}
header #header__logo {
  width: 200px;
}
@media (max-width: 650px) {
  header #header__logo {
    width: 70%;
    margin-bottom: 40px;
  }
}
header #header__subtitle {
  width: 300px;
}
@media (max-width: 650px) {
  header #header__subtitle {
    flex-direction: column;
  }
}

.container-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-block: 40px;
}
@media (max-width: 650px) {
  .container-main {
    flex-direction: column;
    align-items: center;
  }
}
.container-main__content-1 {
  width: 100%;
}
.container-main__content-1 > img {
  margin-right: 15px;
}
@media (max-width: 650px) {
  .container-main__content-1 > img {
    margin: unset;
  }
}
.container-main__content-1 h1 {
  font-size: 24px;
  font-weight: 500;
  color: #8C8C8C;
  text-align: end;
  margin-block: 5px;
}
@media (max-width: 650px) {
  .container-main__content-1 h1 {
    font-size: 16px;
  }
}
.container-main__content-1 h1 strong {
  font-weight: bold;
}
.container-main__content-2 {
  width: 56%;
}
@media (max-width: 650px) {
  .container-main__content-2 {
    width: 100%;
  }
}
.container-main__content-2 > img {
  margin-left: 15px;
}
@media (max-width: 650px) {
  .container-main__content-2 > img {
    margin: unset;
  }
}

.product-row {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-block: 80px;
}
@media (max-width: 650px) {
  .product-row {
    flex-direction: column;
    align-items: center;
    margin-block: 20px;
  }
}
.product-row .product-row__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-inline: 20px;
}
@media (max-width: 650px) {
  .product-row .product-row__card {
    margin-inline: unset;
    margin-block: 30px;
  }
}
.product-row .product-row__card img {
  width: 80%;
}
@media (max-width: 650px) {
  .product-row .product-row__card img {
    width: 100%;
  }
}
.product-row .product-row__card p {
  font-size: 18px;
  font-weight: 500;
  color: #8C8C8C;
  text-align: center;
  text-transform: uppercase;
  margin-block: 5px;
}
.product-row .product-row__card span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #8C8C8C;
  text-align: center;
  text-transform: uppercase;
  margin-block: 5px;
}

.rotate {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-block: 80px;
}
@media (max-width: 650px) {
  .rotate {
    flex-direction: column;
    align-items: center;
    margin-block: 20px;
  }
}
.rotate__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media (max-width: 650px) {
  .rotate__card {
    margin-inline: unset;
    margin-block: 30px;
    width: 100%;
  }
}
.rotate__card img {
  width: 100%;
}
@media (max-width: 650px) {
  .rotate__card img {
    width: 100%;
  }
}
.rotate__card p {
  font-size: 18px;
  font-weight: 500;
  color: #8C8C8C;
  text-align: center;
  text-transform: uppercase;
  margin-block: 20px;
  width: 48%;
}
@media (max-width: 650px) {
  .rotate__card p {
    width: 95%;
  }
}

.packing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 650px) {
  .packing {
    flex-direction: column;
    text-align: center;
  }
}
.packing__content h2 {
  font-size: 56px;
  font-weight: 500;
  margin-block: 30px;
  color: #F6979D;
}
.packing__content p {
  font-size: 24px;
  font-weight: 500;
  color: #8C8C8C;
  text-transform: uppercase;
  margin-block: 5px;
}
@media (max-width: 650px) {
  .packing__content p {
    font-size: 16px;
  }
}
.packing__content img {
  margin-top: 30px;
  width: 90%;
}
@media (max-width: 650px) {
  .packing__content img {
    width: 100%;
  }
}
.packing__content span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  width: 80%;
  color: #8C8C8C;
  text-transform: uppercase;
  margin-block: 5px;
}
@media (max-width: 650px) {
  .packing__content span {
    font-size: 16px;
    width: 100%;
  }
}
.packing__animation {
  width: 40%;
}
@media (max-width: 650px) {
  .packing__animation {
    width: 80%;
  }
}

.footer > img {
  margin-block: 40px;
}
@media (max-width: 650px) {
  .footer > img {
    margin-block: unset;
  }
}
.footer__content {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-block: 30px;
}
@media (max-width: 650px) {
  .footer__content {
    flex-direction: column;
    align-items: center;
  }
}
.footer__content__tags {
  width: 15%;
}
@media (max-width: 650px) {
  .footer__content__tags {
    width: 50%;
  }
}
.footer__content__social {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 650px) {
  .footer__content__social {
    margin-block: 20px;
  }
}
.footer__content__social ul {
  margin-block: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer__content__social > img {
  width: 80%;
}
.footer__content__logo {
  width: 15%;
}
@media (max-width: 650px) {
  .footer__content__logo {
    width: 30%;
  }
}

/*# sourceMappingURL=main.min.css.map */
