:root {
    --bg: #000;
    --acsent-color: #D23166;
    --main-color: #FFF;
    --sociol-bg: rgba(255,255,255,0.10);
    --about-text: rgba(255,255,255,0.20);
    --card-bg: #151515;
    --color-btn: #fafafa;
}

.container {
    width: 1267px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    outline: 1px solid red;
}

body {
    background-color: var(--bg);
}

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

.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-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: 587.0px;
margin-bottom: 16px;
}

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

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

.hero-button {
    color: var(--main-color);
    display: flex;
padding: 13px 50px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 5px;
background-color: var(--acsent-color);
}

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

.about .container{
    position: relative;
}


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


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



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


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

}


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

/* PRODUCT */
.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-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--sociol-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;
}

.product-items {
 display: flex;
    gap: 20px;
    margin-top: 56px;
}

.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;

}

.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-btn {
    color: var(--main-color);
    text-align: center;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
display: flex;
padding: 15px 46px;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
border-radius: 5px;
background: var(--acsent-color);
}

.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;

}






.product-btn {
    color: var(--main-color);
    text-align: center;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
display: flex;
padding: 15px 46px;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
border-radius: 5px;
background: var(--acsent-color);
}

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