:root {
    --purple-color: #7444A8;
    --orange-color: #FF9000;
}

* {
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    overflow-x: hidden;
}

.bebas-font {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.hidden-title {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    z-index: -1000;
    -webkit-user-select: none;
}

img {
    display: block;
    width: 100%;
}

p {
    margin: 0;
}

ol li {
    list-style: none
}

ol,ul,li {
    margin: 0;
    padding: 0
}

h1, h2 {
    font-weight: normal;
    margin: 0;
    padding: 0
}

b, strong {
    font-weight: inherit;
}

section {
    position: relative;
}

button {
    font-size: 24px;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    padding: 15px;
    border: none;
    background-color: var(--purple-color);
    color: #fff;
    cursor: pointer;
    min-width: 212px;
}
button.white-button {
    background-color: #fff;
    color: #000;
}

.text-shadow {
    text-shadow: 0 4px 4px #00000040;
}

.section-1 {
    display: flex;
    justify-content: space-between;
    min-height: 100vh;
}
.section-1__left {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.section-1__left__top {
    background-color: var(--purple-color);
    flex: 1;
    display: flex;
    align-items: center;
    padding: 40px 5vw;
}
.section-1__left__top p {
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 75px;
}
.section-1__left__bottom {
    justify-content: space-around;
    align-items: center;
    padding: 10vh 5vw;
}
.section-1__left__bottom p {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 68px;
}
.section-1__right {
    background-color: var(--orange-color);
}
.section-1__right img {
    width: auto;
    height: 80vh;
    transform: translate(-4vw, 8vh);
    aspect-ratio: 245 / 229;
}

.section-2 {
    display: flex;
}
.section-2__left {
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 5vw;
    background-color: var(--purple-color);
}
.section-2__left h2 {
    margin-bottom: 78px;
    font-weight: 700;
    font-size: 96px;
    line-height: 1;
    word-spacing: 1000px;
}
.section-2__left a + a {
    margin-top: 32px;
}
.section-2__columns {
    display: flex;
    flex-basis: 60%;
}
.section-2__host {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.section-2__host img {
    aspect-ratio: 1;
    object-fit: cover;
}
.section-2__host__text {
    padding: 15px 30px 36px;
    flex: 1;
}
.section-2__host__text.purple {
    background-color: var(--purple-color);
    color: #fff;
}
.section-2__host__text h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}
.section-2__host__text p {
    line-height: 1.25;
    border-top: 2px solid currentColor;
    padding-top: 10px;
    font-weight: 600;
}

.section-3 {
    padding: 56px 70px;
    min-height: calc(100vw / 1443 * 730);
    display: flex;
    flex-direction: column;
    background-image: url("/img/screen-3-bg-min.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 48% auto;
}
.section-3 .title {
    font-size: 85px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.section-3__icons {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    margin-left: auto;
}
.section-3__icon_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.section-3__icon_block + .section-3__icon_block {
    margin-left: 31px;
}
.section-3__icon_block .img {
    aspect-ratio: 1;
    background-size: contain;
    background-position: center center;
    margin-bottom: 65px;
    width: 100%;
}
.section-3__icon_block .img.linktree {
    background-image: url("/img/linktree.svg");
}
.section-3__icon_block .img.get-updates {
    background-image: url("/img/get-updates.svg");
}

.section-4 {
    background-color: var(--orange-color);
    min-height: calc(100vw / 1443 * 700);
    background-image: url("/img/screen-4-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 60% auto;
    padding: 20vh 5vw;
    color: #fff;
}
.section-4 h2 {
    font-size: 85px;
    line-height: 1.25;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
}
.section-4 p {
    font-size: 24px;
    font-weight: 600;
    max-width: 472px;
    line-height: 1.25;
    margin-bottom: 30px;
}
.section-4 a {
    margin-top: 40px;
}

.section-5 {
    padding: 56px 20px;
    display: flex;
    flex-direction: column;
}
.section-5 .title {
    font-size: 85px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 40px;
}
.section-5__reviews {
    display: flex;
    justify-content: space-between;
    max-width: 1275px;
    margin: auto;
}
.section-5__review {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    margin: 0 20px;
}
.section-5__review__card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--purple-color);
    color: #fff;
    padding: 20px 30px 25px;
    max-width: 347px;
    margin-bottom: 40px;
}
.section-5__review__card .stars {
    width: 247px;
    height: 41px;
    background-image: url("/img/star.svg");
    background-size: 50px 41px;
    margin-bottom: 20px;
}
.section-5__review__card p {
    flex: 1;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 22px;
    line-height: 26px;
}

.section-5__review .author {
    font-weight: 600;
    max-width: 290px;
    min-height: 38px;
    text-align: center;
}

.section-6 {
    padding: 60px 5vw;
    background-color: var(--orange-color);
    background-image: url("/img/screen-6-bg-min.jpg");
    background-repeat: no-repeat;
    background-size: 25% auto;
    background-position: 20px bottom;
}
.section-6 h2 {
    font-size: 64px;
    font-weight: 700;
    line-height: 78px;
    margin-bottom: 70px;
    color: #fff;
    text-align: center;
}
.section-6__guests {
    display: flex;
    justify-content: space-around;
    max-width: 1290px;
    margin: auto;
}
.section-6__guest {
    box-shadow: 15px 15px 20px 5px #00000033;
    text-align: center;
    padding: 40px 10px;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1.2;
    background-color: #fff;
    flex: 1;
    max-width: 350px;
    margin: 0 40px;
}
.section-6__guest h3 {
    font-size: 60px;
    margin: 0;
}
.section-6__guest div {
    font-size: 24px;
}
.section-6__bottom {
    margin-top: 15vh;
    padding-left: 33%;
}
.section-6__sub-title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 80px;
}
.section-6__bottom_row {
    display: flex;
    align-items: center;
}
.section-6__bottom_row p {
    font-weight: 700;
    font-size: 24px;
    margin-right: 40px;
    max-width: 495px;
}

.section-7 {
    background-color: var(--purple-color);
    min-height: calc(100vw / 1443 * 500);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.section-7 h2 {
    color: var(--orange-color);
    font-size: 96px;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 60px;
    text-align: center;
}
.section-7 button {
    color: var(--orange-color);
    background-color: #fff;
    font-size: 40px;
    width: 100%;
    max-width: 326px;
}

.section-8 {
    background-color: var(--purple-color);
    padding: 60px 5vw 80px;
}
.section-8 h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-size: 96px;
    font-family: "Bebas Neue", sans-serif;
}
.section-8__brand-card {
    background-color: #fff;
    box-shadow: 15px 15px 20px 5px #00000033;
    padding: 60px 30px;
    display: flex;
    align-items: flex-start;
    max-width: 1200px;
    margin: auto;
}
.section-8__brand-card img {
    max-width: 341px;
    margin-right: 40px;
    margin-top: 40px;
}
.section-8__brand-card p {
    font-weight: 600;
    font-size: 26px;
}
.section-8__buttons {
    display: flex;
    max-width: 800px;
    justify-content: space-around;
    margin: 60px auto 0;
}
.section-8__buttons a {
    max-width: 310px;
    width: 100%;
}
.section-8__buttons button {
    font-size: 40px;
    line-height: 1;
    text-align: center;
    width: 310px;
    background-color: #D9D9D9;
    color: #000;
}

.section-9 {
    display: flex;
    background-color: #000;
}
.section-9 img {
    width: 45%;
    object-fit: cover;
}
.section-9__right {
    padding: 100px 5vw;
    color: #fff;
}
.section-9__right h2 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 60px;
}
.section-9__right p {
    font-weight: 600;
    font-size: 24px;
}
.section-9__buttons {
    margin-top: 80px;
}
.section-9__buttons-row {
    display: flex;
}
.section-9__buttons-row button {
    background-color: var(--orange-color);
    color: #000;
    margin-bottom: 30px;
}
.section-9__buttons-row a:first-child button {
    margin-right: 30px;
}

@media (max-width: 1200px) {
    .section-1 {
        flex-direction: column-reverse;
        text-align: center;
    }
    .section-1__left {
        display: block;
    }
    .section-1__left__top {
        padding: 10%;
    }
    .section-1__left__top p {
        max-width: unset;
        font-size: 12vw;
    }
    .section-1__left__bottom {
        padding: 5%;
    }
    .section-1__left__bottom p {
        margin-bottom: 20px;
    }
    .section-1__right img {
        width: 100%;
        max-width: 600px;
        margin: auto;
        height: auto;
        padding: 20px;
        transform: unset;
    }
    .section-5__reviews {
        display: block;
    }
    .section-5__review {
        margin: 0 0 40px;
    }
    .section-5__review__card {
        margin-bottom: 10px;
    }
    .section-5__review .author {
        min-height: unset;
    }
    .section-9 {
        flex-direction: column-reverse;
    }
    .section-9 img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 60px;
    }
    .section-9__right {
        padding-bottom: 40px;
    }
    .section-9__buttons {
        max-width: 450px;
        margin: 40px auto 0;
    }
}
@media (max-width: 960px) {
    .regular-title {
        font-size: 40px !important;
    }
    .section-2 {
        flex-direction: column;
    }
    .section-2__left {
        align-items: center;
    }
    .section-2__left h2 {
        text-align: center;
        word-spacing: initial;
        margin-bottom: 30px;
    }

    .section-3 {
        background: none;
        padding: 20px;
    }
    .section-3__icons {
        width: 100%;
    }

    .section-4 {
        padding: 60px 5vw;
        background-image: none;
        min-height: unset;
    }
    .section-4 h2 {
        margin-bottom: 30px;
        text-align: center;
    }
    .section-4 p {
        max-width: unset;
    }
    .section-4 a {
        display: block;
        margin: auto;
        width: 212px;
    }
    .section-6 {
        background-image: none;
    }
    .section-6__guests {
        flex-direction: column;
        align-items: center;
    }
    .section-6__guest {
        margin: 0 0 30px;
        width: 100%;
    }
    .section-6__bottom {
        padding: 0;
        text-align: center;
    }
    .section-6__bottom_row {
        flex-direction: column;
    }
    .section-6__bottom_row p {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .section-7 h2 {
        margin-bottom: 20px;
    }

    .section-8__brand-card {
        flex-direction: column;
        align-items: center;
        padding: 40px 20px;
    }
    .section-8__brand-card img {
        margin: 0 0 40px;
    }
    .section-8__buttons {
        flex-direction: column;
        align-items: center;
    }
    .section-8__buttons a + a {
        margin-top: 30px;
    }
}

@media (max-width: 600px) {
    .section-2__columns {
        flex-direction: column;
    }
    .section-3__icons {
        flex-direction: column;
    }
    .section-3__icon_block {
        margin: 0 0 30px 0 !important;
    }
    .section-5__review__card .stars {
        width: 120px;
        height: 20px;
        background-size: 24px 20px;
    }
    .section-5__review__card p {
        font-size: 16px;
    }
    .section-8__brand-card p {
        font-size: 16px;
    }
    .section-8__buttons button {
        width: 100%;
    }
    .section-9__buttons-row {
        flex-direction: column;
        align-items: center;
    }
    .section-9__buttons-row button {
        margin: 0 0 30px !important;
    }
}
