body {
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

.vybtix-homepage {
    width: 100%;
    overflow: hidden;
    text-align: left;
    font-size: 37px;
    color: #fff;
    font-family: 'Roboto Condensed', serif;
}

.complete-control-over {
    line-height: 61px;
    display: inline-block;
    text-align: center;
    width: 616px;
    mix-blend-mode: normal;
}

.vybtix-logo {
    padding: 31px 15%;
    height: 100%;
    width: 100%;
}

.vybtix-logo-icon {
    width: 240px;
    height: 72px;
    overflow: hidden;
    object-fit: cover;
}

.content-well {
    position: relative;
    width: 100%;
    height: 1125px;
    font-size: 86px;
    color: #000;
    margin-left: 15%;
}

.layer-1-icon {
    position: absolute;
    top: 0;
    left: 406px;
    width: 100%;
    height: 935px;
    object-fit: cover;
    object-position: top;
}

.scan-go-container {
    position: absolute;
    top: 330px;
    left: 230px;
    display: inline-block;
    width: 422px;
    mix-blend-mode: normal;
}

.go {
    color: #fff;
}

.events-simplified {
    position: absolute;
    top: 455px;
    left: 0;
    font-size: 146px;
    display: inline-block;
    width: 1202px;
    mix-blend-mode: normal;
}

.store-content {
    width: 100%;
    display: flex;
    gap: 60px;
    position: absolute;
    top: 1040px;
    left: 406px;
}

.apple-store, .google-play-store {
    width: 225px;
    height: 75px;
}

.store-icon {
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
}

.web-version {
    height: 50px;
    position: absolute;
    top: 1135px;
    left: 570px;
    font-size: 18px;
    font-weight: 500;
    font-family: Roboto, serif;
    background: black;
    color: white;
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 12px;
}

.decorator {
    background: linear-gradient(-30deg, rgba(17, 110, 216, 0.8) 0.12%, rgba(71, 118, 230, 0.8));
    width: 100%;
    height: 308px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 170px;
}

.footer {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 16px;
    color: #1f1f1f;
    font-family: Roboto, serif;
    padding: 55px 0 55px 5%;
    margin: 0 auto;
}

.icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon-button {
    border-radius: 100px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.icon {
    display: flex;
    align-items: flex-start;
}

.facebook-icon {
    height: 24px;
    width: 24px;
    position: relative;
}

.musicfan-technology-inc {
    position: relative;
    letter-spacing: 0;
    line-height: 24px;
}

@media (max-width: 700px) {
    .vybtix-logo {
        padding: 15px 7%;
    }

    .vybtix-logo-icon {
        width: 97px;
        height: 29px;
    }

    .content-well {
        height: 400px;
    }

    .layer-1-icon {
        top: 0;
        left: 107px;
        height: 246px;
    }

    .scan-go-container {
        top: 81px;
        left: 41px;
        width: 141px;
        font-size: 32px;
    }

    .events-simplified {
        top: 120px;
        left: 0;
        font-size: 38px;
        width: 316px;
    }

    .store-content {
        top: 270px;
        left: 15%;
        flex-direction: column;
        gap: 20px;
    }

    .web-version {
        top: 445px;
        left: 11%;
        background: none;
        color: black;
    }

    .complete-control-over {
        font-size: 18px;
    }

    .icons {
        display: none;
    }

    .musicfan-technology-inc {
        font-size: 10px;
    }

    .apple-store, .google-play-store {
        width: 150px;
        height: 50px;
    }

    .footer {
        width: 80%;
    }
}

@media (min-width: 701px) and (max-width: 1200px) {
    .content-well {
        height: 950px;
        margin-left: 2%;
    }

    .layer-1-icon {
        left: 250px;
        height: 700px;
    }

    .scan-go-container {
        left: 150px;
        font-size: 50px;
    }

    .events-simplified {
        font-size: 90px;
    }

    .store-content {
        top: 800px;
        left: 30%;
        flex-direction: column;
        gap: 20px;
    }

    .web-version {
        width: 200px;
        top: 1000px;
        left: 30%;
    }
}