:root {
  --bg: #000;
  --acsent-color: #d23166;
  --main-color: rgba(255, 255, 255);
  --sociol-bg: rgba(255, 255, 255, 0.1);
  --card-bg: #151515;
  --about-color: rgba(255, 255, 255, 0.2);
  --btn-color: #fafafa;
}

.container {
  width: 1267px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  outline: 1px solid red;
}
p {
  color: #fff;
}
body {
  background-color: var(--bg);
}

/* header */
.header {
  padding-top: 40px;
  padding-bottom: 40px;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-list {
  display: flex;
  gap: 95px;
}

.header-link {
  color: var(--main-color);
  text-align: justify;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.header-items {
  display: flex;
  gap: 15px;
}

.header-social {
  width: 36px;
  height: 36px;
  background-color: var(--sociol-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.header-img {
  width: 15px;
  height: 15px;
}

/* hero */

.hero .container {
  display: flex;
  gap: 73px;
  align-items: center;
}

.hero-text {
  align-self: stretch;
  color: var(--main-color);
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  margin-bottom: 20px;
}

.hero-title {
  align-self: stretch;
  color: var(--main-color);
  font-family: Alexandria;
  font-size: 57.33px;
  font-style: normal;
  font-weight: 400;
  line-height: 94%;
  letter-spacing: -4.013px;
  opacity: 0.9;
  width: 587px;
  margin-bottom: 16px;
}

.hero-span {
  color: var(--acsent-color);
}

.hero-desk {
  color: var(--main-color);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  opacity: 0.6;
  width: 578px;
  margin-bottom: 48px;
}

.hero-btn {
  background-color: var(--acsent-color);
  padding: 13px 50px;
  color: var(--color-btn);
  font-family: "Hind Madurai", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* ----- about ----- */
.about {
  padding-top: 129px;
  padding-bottom: 105px;
}

.about .container {
  position: relative;
}

.about-text {
  color: var(--main-color);
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 57.33px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -4.013px;
  opacity: 0.9;
  width: 1000px;
}

.about-span {
  color: var(--acsent-color);
}

.about-milk {
  position: absolute;
  left: 40px;
  top: 100px;
}

.about-strawberry {
  position: absolute;
  bottom: -45px;
  left: 50%;
}

.about-pistachio {
  position: absolute;
  top: -70px;
  right: 130px;
}

/* products */
.product{
    padding-top: 60px;
    padding-bottom: 60px;

}

.product-title{
    color: var(--main-color);
font-family: Roboto;
font-size: 56px;
font-style: normal;
font-weight: 500;
line-height: 94%;
letter-spacing: -3.92px;
opacity: 0.9;

}

.product-list{
    display: flex;
    gap: 18px;
    align-items: center;

}
.product-btn{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--social-bg);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-wrap{
    display: flex;
    justify-content: space-between;
}

.product-caption{
    color: var(--main-color);
font-family: "Hind Madurai";
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 18px;
}
.product-items{
    display: flex;
    gap: 20px;
    margin-top: 56px;
}

.product-elem{
    background-color: var(--card-bg);
    border-radius: 20px;
}
.product-wraper{
    padding: 24px 30px;
}

.product-text{
    color: var(--main-color);
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
opacity: 0.7;
margin-bottom: 28px;

}
.product-price{
    display: flex;
flex-direction: column;
justify-content: flex-end;
color: var(--main-color);
font-family: "Hind Madurai";
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 100%;

}
.product-button{
    color: #FAFAFA;
text-align: center;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 15px 86.5px;
border-radius: 5px;
background: var(--accent-color);
border: none;

}

.product-box{
    display: flex;
    gap: 5px;
    margin-bottom: 16px;
}

.product-price:last-child{
    display: flex;
flex-direction: column;
justify-content: flex-end;
color: var(--main-color);
font-family: "Hind Madurai";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 100%;
text-decoration-line: line-through;
opacity: 0.7;

}