.header-menu,
header,
header .grid {
    display: flex;
}
.toggle-menu,
body {
    background-color: #fff;
}
#mobile-menu,
header {
    position: absolute;
    left: 0;
    z-index: 10;
}
#mobile-menu a,
.header-menu ul li a {
    text-decoration: none;
    font-weight: 600;
    font-family: Onest, serif;
    color: #fff;
}
#mobile-menu,
.section-top {
    background-image: url(../assets/background-top.png);
}
.section-top,
.section-top__title,
.section-top__title-word {
    position: relative;
}
#mobile-menu,
.photo {
    background-position: center;
}
.photo,
.section-mission__photo,
.section-top {
    background-repeat: no-repeat;
}
.section-mission__background-picture,
.section-top__title-vector {
    animation: 30s linear infinite alternate round;
}
.section-mission__right-title,
.section-top__title {
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.section-products,
.section-top {
    background-size: cover;
    min-height: 100vh;
}
body,
html,
li,
p,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
header {
    top: 0;
    width: 100%;
    height: 96px;
}
header .grid {
    align-items: center;
    justify-content: space-between;
}
#mobile-menu,
.toggle-menu {
    display: none;
    overflow: hidden;
}
.header-menu ul {
    display: flex;
    margin-top: 5px;
}
.header-menu ul li a {
    font-size: 18px;
    line-height: 23px;
    margin-right: 63px;
}
.header-menu ul li:last-of-type a {
    margin-right: 0;
}
.toggle-menu {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.toggle-menu__bottom-line,
.toggle-menu__top-line {
    width: 16px;
    height: 2px;
    background-color: #b30148;
    position: relative;
    transition: 0.2s;
}
.toggle-menu__top-line {
    margin-bottom: 6px;
}
.toggle-menu.open .toggle-menu__top-line {
    margin-bottom: 6px;
    transform: rotate(45deg);
    top: 5px;
}
.toggle-menu.open .toggle-menu__bottom-line {
    transform: rotate(-45deg);
    top: -3px;
}
#mobile-menu {
    background-size: cover;
    top: 84px;
    flex-direction: column;
    background-color: #000;
    width: calc(100% - 32px);
    padding: 50px 16px 0;
    height: 100%;
}
#mobile-menu a {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 30px;
}
.grid {
    width: 100%;
    max-width: 1406px;
    margin: 0 auto;
}
.section-top {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #aa0148;
    overflow: hidden;
}
.section-top__title {
    font-family: "Gasoek One", serif;
    font-weight: 400;
    font-size: 128px;
    line-height: 155px;
    color: #fff;
}
.section-top__title-highlight {
    color: #ffcbcb;
    padding-left: 345px;
}
.section-top__title-letter {
    position: absolute;
    right: 100px;
    top: 34px;
}
.section-top__description {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Onest, serif;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 200px;
}
.section-top__photos {
    display: flex;
    width: 108%;
    position: absolute;
    bottom: -280px;
    justify-content: space-between;
    align-items: center;
    left: -5%;
}
.photo {
    background-size: cover;
    position: relative;
}
.section-top__photo1 {
    width: 421px;
    height: 547px;
    background-image: url(../assets/slider-top1.png);
}
.section-top__photo2 {
    width: 337px;
    height: 605px;
    background-image: url(../assets/slider-top2.png);
}
.section-top__photo3 {
    width: 337px;
    height: 453px;
    background-image: url(../assets/slider-top3.png);
}
.section-top__photo4 {
    width: 374px;
    height: 605px;
    background-image: url(../assets/slider-top4.png);
}
.section-top__photo5 {
    width: 457px;
    height: 453px;
    background-image: url(../assets/slider-top5.png);
}
.section-mission {
    display: flex;
    background-color: #fff;
    padding: 170px 0;
}
.section-mission .grid {
    display: flex;
    align-items: center;
    position: relative;
}
.section-mission__left {
    position: relative;
    margin-right: 70px;
}
.section-mission__photo {
    background-image: url(../assets/our-mission.png);
    background-size: cover;
    width: 377px;
    height: 264px;
    position: relative;
    z-index: 1;
}
.section-mission__background-picture {
    position: absolute;
    bottom: -55px;
    left: -66px;
    z-index: 0;
}
.section-mission__right-title {
    font-family: "Gasoek One", serif;
    color: #bd1748;
    font-size: 56px;
    font-weight: 400;
    line-height: 81px;
    text-align: left;
}
.section-mission__right-description {
    font-family: Onest, serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0;
    text-align: left;
}
.section-mission__right-description span {
    color: #bd1748;
}
.section-products {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #03233b;
    background-image: url(../assets/background-bottom.png);
}
.section-products__title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Gasoek One", serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 92px;
    text-transform: uppercase;
    color: #d1b7ff;
    padding: 154px 0 110px;
}
.section-products__boosty,
.section-products__da {
    display: flex;
    align-items: center;
    padding-bottom: 130px;
}
.section-products__boosty-text,
.section-products__da-text {
    color: #fff;
    font-family: Onest, serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
}
.section-products__boosty-description {
    margin-right: 152px;
}
.section-products__da-description {
    margin-left: 152px;
}
.section-products__boosty-logo,
.section-products__da-logo {
    margin-bottom: 24px;
}
.section-products__boosty-img,
.section-products__da-img {
    width: 581px;
    height: 421px;
}
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    color: #5f5f5f;
    font-family: Inter, serif;
}
@media screen and (max-width: 1780px) {
    .section-top {
        padding-bottom: 200px;
    }
    .section-top__photos {
        width: 108%;
        bottom: -185px;
    }
    .section-top__photo1 {
        width: 336px;
        height: 437px;
    }
    .section-top__photo2 {
        width: 269px;
        height: 484px;
    }
    .section-top__photo3 {
        width: 269px;
        height: 362px;
    }
    .section-top__photo4 {
        width: 299px;
        height: 484px;
    }
    .section-top__photo5 {
        width: 365px;
        height: 362px;
    }
}
@media screen and (max-width: 1480px) {
    .grid {
        max-width: 1200px;
    }
    .section-top__title {
        font-size: 102px;
        line-height: 124px;
    }
    .section-top__title-letter {
        right: 79px;
        top: 23px;
        width: 78px;
    }
    .section-top__title-highlight {
        padding-left: 245px;
    }
    .section-top__description {
        padding-bottom: 100px;
    }
    .section-top__photo1 {
        width: 282px;
        height: 366px;
    }
    .section-top__photo2 {
        width: 225px;
        height: 405px;
    }
    .section-top__photo3 {
        width: 225px;
        height: 303px;
    }
    .section-top__photo4 {
        width: 250px;
        height: 405px;
    }
    .section-top__photo5 {
        width: 306px;
        height: 303px;
    }
}
@media screen and (max-width: 1220px) {
    .grid {
        max-width: calc(100% - 100px);
    }
    .section-top {
        padding-bottom: 0;
    }
    .section-top__title {
        font-size: 84px;
        line-height: 96px;
        margin-bottom: 22px;
    }
    .section-top__title-letter {
        right: 64px;
        width: 64px;
        top: 16px;
    }
    .section-products__boosty-description {
        margin-right: 50px;
    }
    .section-products__da-description {
        margin-left: 50px;
    }
    .section-top__photos {
        bottom: -140px;
    }
    .section-top__photo1 {
        width: 235px;
        height: 305px;
    }
    .section-top__photo2 {
        width: 188px;
        height: 338px;
    }
    .section-top__photo3 {
        width: 188px;
        height: 253px;
    }
    .section-top__photo4 {
        width: 209px;
        height: 338px;
    }
    .section-top__photo5 {
        width: 255px;
        height: 253px;
    }
}
@media screen and (max-width: 1030px) {
    .section-top__title-highlight {
        padding-left: 0;
        display: block;
    }
    .section-products__boosty-img,
    .section-products__da-img {
        width: 435px;
        height: 315px;
    }
    .section-top__photo1 {
        width: 200px;
        height: 259px;
    }
    .section-top__photo2 {
        width: 159px;
        height: 287px;
    }
    .section-top__photo3 {
        width: 159px;
        height: 215px;
    }
    .section-top__photo4 {
        width: 177px;
        height: 287px;
    }
    .section-top__photo5 {
        width: 216px;
        height: 215px;
    }
}
@media screen and (max-width: 840px) {
    .section-products__title {
        padding: 80px 0 70px;
    }
    .section-top__title-highlight {
        display: block;
        padding-left: 0;
    }
    .section-top__description {
        justify-content: flex-start;
    }
    .section-mission {
        padding: 90px 0;
    }
    .section-mission .grid,
    .section-products__da {
        flex-wrap: wrap;
    }
    .section-mission__right-title {
        margin: 70px 0 20px;
    }
    .section-products__boosty {
        flex-wrap: wrap-reverse;
    }
    .section-products__boosty,
    .section-products__da {
        padding-bottom: 80px;
    }
    .section-products__boosty-view,
    .section-products__da-view {
        margin-bottom: 30px;
    }
    .section-products__boosty-description {
        margin-right: 0;
    }
    .section-products__da-description {
        margin-left: 0;
    }
    .section-top__photos {
        width: 100%;
        bottom: -60px;
        margin-left: 0;
        left: 0;
    }
    .section-top__photo1 {
        width: 136px;
        height: 176px;
    }
    .section-top__photo2 {
        width: 80px;
        height: 196px;
    }
    .section-top__photo3 {
        width: 109px;
        height: 146px;
    }
    .section-top__photo4 {
        width: 121px;
        height: 196px;
    }
    .section-top__photo5 {
        width: 147px;
        height: 146px;
    }
}
@media screen and (max-width: 710px) {
    .grid {
        max-width: calc(100% - 60px);
    }
    .section-top__title-vector {
        position: absolute;
        right: -60px;
    }
}
@media screen and (max-width: 640px) {
    .section-mission__right-title,
    .section-products__title,
    .section-top__title {
        text-transform: uppercase;
        letter-spacing: 0;
    }
    .section-top {
        min-height: 500px;
    }
    .logo {
        width: 157px;
        height: 28px;
    }
    .grid {
        max-width: calc(100% - 32px);
    }
    .header-menu,
    .section-top__photo1,
    .section-top__photo2 {
        display: none;
    }
    .toggle-menu {
        display: flex;
    }
    .section-top__photos {
        justify-content: space-around;
        bottom: -60px;
    }
    .section-top__title {
        font-size: 46px;
        font-weight: 400;
        line-height: 56px;
    }
    .section-top__description {
        font-family: Onest, serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }
    .section-mission__photo {
        width: 165px;
        height: 115px;
    }
    .section-mission__background-picture {
        width: 100px;
        height: 100px;
        bottom: -25px;
        left: -30px;
    }
    .section-mission__right-title {
        font-family: Gasoek One;
        font-size: 36px;
        font-weight: 400;
        line-height: 52px;
        text-align: left;
    }
    .section-mission__right-description {
        font-family: Onest;
        font-size: 24px;
        font-weight: 500;
        line-height: 31px;
        letter-spacing: 0;
        text-align: left;
    }
    .section-products__title {
        color: #d1b7ff;
        font-family: Gasoek One;
        font-size: 36px;
        font-weight: 400;
        line-height: 52px;
        text-align: left;
        padding: 40px 0 20px;
        margin-bottom: 0;
    }
    .section-products__boosty-img,
    .section-products__da-img {
        width: 343px;
        height: 248px;
    }
    .section-products__boosty-text,
    .section-products__da-text {
        color: #fff;
        font-family: Onest;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0;
        text-align: left;
    }
    .section-top__title-letter {
        width: 34px;
        height: 30px;
        top: 3px;
        right: 35px;
    }
    .section-mission {
        padding: 48px 0;
    }
}
@media screen and (max-width: 400px) {
    .section-products__boosty-img,
    .section-products__da-img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}
