@media only screen and (min-width: 1460px) {

    html {
        scrollbar-color: rgb(69, 76, 238) #181f38;
    }

    body {
        position: relative;
        background-color: rgb(5, 12, 38);
    }

    .backbibi {
        top: 0;
        position: absolute;
        width: 100%;
        height: auto;
        border-radius: 0 0 32px 32px;
    }

    .blockc {
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #050c26, #181f38);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding-top: 230px;
        padding-bottom: 320px;
        border-radius: 0 0 32px 32px;
    }

    .inerlove {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .flex-span {
        display: inline-flex;
    }

    .inerlove h1, .descp {
        color: white;
        line-height: 130%;
        font-weight: 700;
    }

    .inerlove button {
        margin-top: 10px;
    }

    .inerlove h1 {
        font-size: 54px;
        line-height: 100%;
        font-family: "EM-Stem Bold", arial, sans-serif;
        letter-spacing: 1.12px;
    }

    .flex-span span {
        color: #454cee;
    }

    .descp {
        font-size: 16px;
        font-family: "EM-Stem Regular", arial, sans-serif;
        letter-spacing: 1.12px;
        text-align: center;
        line-height: 150%;
        font-weight: 200;
    }

    .inerlove span {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -1px;
    }

    .contentx {
        width: auto;
        height: 460px;
        aspect-ratio: 16/9;
        background-color: rgb(5, 12, 38);
        position: absolute;
        bottom: -230px;
        border-radius: 12px;
    }

}