body {
    margin: 0;
    background-color: #272727;
    font-family: 'Urbanist', sans-serif;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
}

.hero-mobile {
    position: relative;
    width: 100%;
    height: 359px;
}

.hero-background {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: block;
}

.mobile-section {
    position: relative;
}

.mobile {
    width: 100%;
    height: auto;
    display: block;
}

.gradient {
    width: 100%;
    height: 150px;

    margin-top: -150px;

    background: linear-gradient(
        to bottom,
        transparent,
        #272727
    );

    position: relative;
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
}

.logo {
    position: absolute;
    width: 91px;
    height: 23px;
    left: 370px;
    top: 33px;
}

.logo-mobile {
    position: absolute;
    width: 91px;
    height: 23px;
    left: 16px;
    top: 29px;
}

.bracket {
    position: absolute;
    width: 12px;
    height: 7px;
    left: 117px;
    top: 39px;
}

.content {
    position: absolute;
    width: 500px;
    height: 360px;
    left: 365px;
    top: 232px;
    color: white;
    font-size: 62px;
}

.content-mobile {
    position: absolute;
    width: 233px;
    height: 144px;
    left: 64px;
    top: 121px;
    color: white;
    font-size: 28px;
}

.android {
    position: absolute;
    width: 189px;
    height: 63px;
    left: 370px;
    bottom: 160px;
}

.apple {
    position: absolute;
    width: 189px;
    height: 63px;
    left: 585px;
    bottom: 160px;
}

.download-buttons {
    position: absolute;
    top: 299px;
    left: 0;
    width: 100%;

    display: flex;
    justify-content: center;
    gap: 10px;
}

.android-mobile {
    width: 133px;
    height: 44px;
}

.apple-mobile {
    width: 133px;
    height: 44px;
}

.terms {
    position: absolute;
    left: 369px;
    bottom: 62px;
    color: #979797;
    font-size: 18px;
}

.privacy {
    position: absolute;
    left: 569px;
    bottom: 62px;
    color: #979797;
    font-size: 18px;
}

.mobile-footer {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: center;
    gap: 50px;

    margin-top: 30px;
}

.terms-mobile {
    color: #979797;
    font-size: 14px;
}

.privacy-mobile {
    color: #979797;
    font-size: 14px;
}

.about {
    position: absolute;
    right: 459px;
    top: 35px;
    color: #F5F5F5;
    font-size: 16px;
    text-decoration: none;
}

.instagram {
    position: absolute;
    width: 17px;
    height: 17px;
    right: 370px;
    top: 36px;
}

.instagram-mobile {
    position: absolute;
    width: 17px;
    height: 17px;
    right: 16px;
    top: 31px;
}

.line {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 74px;
    background-color: #DED4CB1A;
}