* {
    font-family: 'Red Rose', sans-serif;
}

.wrapper {
    width: 100vw;
    height: 100vh;
    background-color: #1B1928;
}

.header-content {
    position: absolute;
    left: 8%;
    top: 10%;
}

.menu {
    height: 78px;
    margin-left: 15%;

    >a {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-align: left;
        min-width: 150px;
        text-decoration: none;

        &.active {
            color: #00FFA3;
        }

        &:hover {
            color: #00FFA3;
        }
    }
}

.logo {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: left;
    color: #fff;
    text-decoration: none;

    &:hover {
        color: #00FFA3;
    }
}

.logo span {
    background: #00FFA3;
    display: block;
    width: 38px;
    height: 3px;
    border-radius: 10px;
}

.content {
    position: relative;
    height: 100%;
}

img.bg-img {
    width: 100%;
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.main-content {
    position: absolute;
    color: #fff;
    left: 8%;
    top: 28%;
}

.main-content.solutions {
    left: 0;
    right: 0;
    width: 75%;
    margin: 0 auto;
    top: 25%;
}

.main-content.home .title {
    margin-bottom: 8%;
}

.title .first {
    font-size: 80px;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0.05em;
    text-align: left;
    display: inline-block;
    padding-right: 20px;
}

.solutions .title {
    text-align: center;
    margin-bottom: 35px;

    span {
        font-size: 70px;
        font-weight: 300;
        line-height: 51px;
        letter-spacing: 0.05em;
    }
}

.solutions p {
    text-align: center;
}

.title .second {
    font-size: 80px;
    font-weight: 300;
    line-height: 51px;
    letter-spacing: 0.05em;
    text-align: left;
    display: inline-block;
}

.title .third {
    font-size: 80px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0.05em;
    text-align: left;
    display: block;
    padding: 10px 0;
}

.title .fourth {
    font-size: 80px;
    font-weight: 700;
    line-height: 92px;
    letter-spacing: 0.05em;
    text-align: left;
    display: block;
}

p {
    font-size: 20px;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0.03em;
    text-align: left;
    margin: 0;
}

.coins {
    position: absolute;
    width: 44%;
    right: 0;
    top: 33%;
}

.coins img {
    width: 470px;
}

.coins .img2 {
    width: 292px;
    position: absolute;
    left: 43%;
    top: 49%;
}