/* =====GLOBAL RESET====== */

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  font-style: normal;
}

button {
  cursor: pointer;
  color: inherit;
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

/* =====GLOBAL STYLES===== */

body {
  color: #111111;
  background-color: #fafafa;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: -0.02em;
}

h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
}

.container {
  max-width: 1168px;
  /* 1136+16+16 */
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.orange-text {
  color: #fd9222;
}

/* =====HEADER===== */

.header {
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: -0.03em;
}
.simply {
  font-style: italic;
}

.nav-menu {
  display: flex;
  column-gap: 24px;
}
.nav-menu-item {
}
.nav-menu-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  display: block;
  padding-top: 24px;
  padding-bottom: 32px;
}

.nav-menu-link:hover,
.nav-menu-link:focus {
  color: #fd9222;
}

.social-list {
}
.social-list-item {
}
.social-list-link {
}
.social-list-img {
}
.hero {
  background-color: rgba(17, 17, 17, 0.6);
}
.hero-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.21429;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.buy-btn {
  font-weight: 600;
  font-size: 14px;
  background-color: #fd9222;
  color: #ffffff;
}
.made-btn {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
}
.scroll-btn {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03em;
}
.scroll-img {
}
.benefits {
  background-color: #1e1823;
}
.benefits-title {
}
.benefits-list {
}
.benefits-item {
}
.benefits-list-title {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}
.benefits-list-text {
  color: #ffffff;
}
.taste {
}
.taste-title {
  font-weight: 600;
  font-size: 24px;
}
.taste-text {
}
.taste-list {
}
.taste-item {
}
.taste-img {
}
.taste-list-title {
}
.made {
}
.made-title {
}
.made-img {
}
.made-subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
}
.made-list {
}
.made-item {
}
.products {
}
.products-title {
}
.products-list {
}
.products-item {
}
.products-img {
}
.products-list-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  text-transform: uppercase;
}
.products-list-text {
  font-size: 12px;
  line-height: 1.17;
}
.products-list-price {
  font-weight: 600;
  text-transform: uppercase;
}
.sellers {
}
.sellers-title {
}
.sellers-list {
}
.sellers-item {
}
.sellers-img {
}
.sellers-list-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  text-transform: uppercase;
}
.reviews {
}
.reviews-title {
}
.reviews-list {
}
.reviews-item {
}
.reviews-img {
}
.reviews-list-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
}
.reviews-list-text {
  text-align: center;
}
.reviews-btn {
  font-weight: 600;
  font-size: 18px;
}
.footer {
  background-color: #1e1823;
}
.footer-text {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.21;
  color: #ffffff;
}
.social-text {
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.contacts-text {
  font-weight: 500;
  color: #ffffff;
}
.contacts-address {
  color: #ffffff;
}
.contacts-list {
}
.contacts-item {
}
.contacts-link {
}

.footer .nav-menu {
  color: #ffffff;
}

.email-input {
  background-color: transparent;
}

.email-input::placeholder {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.3);
}
.email-label {
}
.subscribe-btn {
  font-weight: 600;
  background-color: #fd9222;
  color: #ffffff;
}
