* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.container{
    max-width: 1730px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

body {
    background: #f9f8f4;
}
.header {
        background: #f9f8f4;
        border-bottom: 1px solid #242424;
}

.logo {
    padding: 24px 0;
}

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

.intro__header-list {
    display: flex;
    gap: 120px;
}
.intro__header-link {
font-family: 'mono';
font-weight: 400;
font-size: 24px;
color: #242424;
}
.logos {
    display: flex;
    gap: 61.5px;
}
/* section1 harmony starts */

.harmony {
    background: url(../images/harmony.jpg) no-repeat center /cover;
    height: 1000px;
    display: flex;
    align-items: center;
    padding-bottom: 70px;
}

.harmony__title {
font-family: 'mono';
font-weight: 400;
font-size: 70px;
text-transform: uppercase;
color: #eee;
max-width: 1159px;
width: 100%;
}
.harmony__text {
margin-top: 40px;
font-family: 'mono';
font-weight: 400;
font-size: 24px;
color: #eee;
}
.harmony__button {
font-family: 'mono';
font-weight: 400;
font-size: 24px;
color: #eee;
border: 2px solid #eee;
max-width: 264px;
width: 100%;
height: 80px;
display: flex;
justify-content: center;
align-items: center;
margin-top: 60px;
}

/* section2 clay */

.shop {
    padding: 70px 0;
}
.shop__span,
.about__span {
font-family: 'mono';
font-weight: 400;
font-size: 40px;
text-transform: uppercase;
color: #242424;
display: flex;
align-items: center;
gap: 20px;
}
.about__span::after,
.shop__span::after {
    display: block;
    content: '';
width: 144px;
height: 2px;
background: #242424;
}
.shop__title,
.about__title {
font-family: 'mono';
font-weight: 400;
font-size: 24px;
color: #242424;
margin-top: 40px;
}
.about__title {
    margin-bottom: 20px;
}
.shop__text,
.about__text  {
font-family: 'mono';
font-weight: 400;
font-size: 16px;
color: #6c6c6c;
margin-top: 20px;
margin-bottom: 60px;
}
.about__text {
    margin-bottom: 60px;
}
.clay {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 400px;
    gap: 24px;
}
.clay__pot:nth-of-type(2) {
    grid-row: span 2;
}
.clay__pot {
    position: relative;
}
.pot__img {
max-width: 840px;
width: 100%;
height: 100%;
background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}


.sale,
.sale__span {
font-family: 'mono';
font-weight: 400;
font-size: 24px;
text-transform: uppercase;
color: #f9f8f4;
background: #242424;
display: flex;
justify-content: center;
align-items: center;
width: 120px;
height: 60px;
position: absolute;
top: 24px;
left: 24px;
}

.sakura__text, 
.pot__text {
font-family: 'mono';
font-weight: 400;
font-size: 24px;
text-transform: uppercase;
color: #f9f8f4;
position: absolute;
bottom: 157px;
left: 24px;
}
.pot__text {
    bottom: 257px;
}

.sakura__size,
.pot__size {
font-family: 'mono';
font-weight: 400;
font-size: 16px;
text-transform: uppercase;
color: #f9f8f4;
position: absolute;
bottom: 119px;
left: 24px;
}

.pot__size {
    bottom: 219px;
}
.sakura__color,
.pot__color {
font-family: 'mono';
font-weight: 400;
font-size: 16px;
text-transform: uppercase;
color: #f9f8f4;
position: absolute;
bottom: 97px;
left: 24px;
}
.pot__color{
    bottom: 197px;
}

.sakura__price,
.pot__price {
font-family: 'mono';
font-weight: 400;
font-size: 24px;
text-transform: uppercase;
color: #f9f8f4;
bottom: 24px;
left: 24px;
position: absolute;
}

.pot__price {
bottom: 124px;
}


/* section 3 */
.about,
.bestsellers {
    padding: 70px 0;
}

.pots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 24px;
}
.pot {
      position: relative;
}
.pot__img {
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
 
}

.likes{
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    gap: 24px;
}

.like,
.purchase {
background: #f9f8f4;
}

.buy {
font-family: 'mono';
font-weight: 400;
font-size: 24px;
color: #242424;
max-width: 200px;
width: 100%;
height: 80px;
background: #f9f8f4;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 24px;
left: 24px;
}

.pots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 800px;
    gap: 24px;
}
.pot {
    height: 100%;
}
/* section 4 */
.about__span {
    margin-bottom: 40px;
}

.about__img {
    max-width: 1704px;
    width: 100%;
}

/* footer */
.footer {
    background: #f9f8f4;
    border: 2px solid #242424;
    padding-top: 137px;
}
.footer__box {
    display: flex;
    justify-content: space-between;
}
.footer__box-list {
  display: flex;
    gap: 236px;
}
.footer__list-link {
font-family: 'mono';
font-weight: 400;
font-size: 24px;
color: #242424;
}
.footer-box-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer__title {
font-family: 'mono';
font-weight: 400;
font-size: 24px;
line-height: 90%;
color: #242424;
}
.footer__logos {
    display: flex;
    gap: 43px;
    padding-bottom: 141px;
}
