.main {
    padding-top: 80px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

body {
    background: var(--background-color);
}

.text-linenear {
    /* background: linear-gradient(to right, #3681f9 0%, #03a7f9 50%, #4fb9ff 100%); */
    background: #4fb9ff;
    background-clip: text;
    color: transparent;
}

.product .general {
    padding: 0 152px;
    margin-bottom: 40px;
}

.product .image {
    margin-bottom: 12px;
}

.product .title {
    font-size: 43px;
    font-weight: 700;
    line-height: 100%;
    font-family: "Aptos";
    text-align: center;
    margin-bottom: 12px;
}

.product .description {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.product .schedule-demo {
    display: none !important; 
    font-family: var(--heading-font);
    font-size: 18px;
    display: inline-block;
    width: 215px;
    height: 47px;
    border-radius: 50px;
    transition: 0.3s;
    color: var(--contrast-color);
    background: linear-gradient(to left, #4fb9ff 0%, #03a7f9 50%, #3681f9 100%);
    border: none;
    margin-top: 30px;
    cursor: pointer;
}

.product .schedule-demo:hover {
    opacity: 0.8;
}

.content-head {
    text-align: center;
}

.product .border-banner {
    margin-bottom: 80px;
}

.product .after-banner {
    padding: 0 190px;
}

.product .casino {
    margin: 80px 0;
    gap: 60px;
}

.gap-30 {
    gap: 30px;
}

.casino .info h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 100%;
}

.casino .info p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    opacity: 0.6;
}

.beautiful {
    width: 100%;
}

.beautiful .beautiful-item {
    border: 1px solid #0074D5;
    border-radius: 16px;
    /* padding: 54px 72px; */
    background: linear-gradient(124.34deg, #070C2C 0%, #0E1229 99.32%);
}

.img-right {
    margin-right: 40px;
}

.img-left {
    margin-left: 40px;
}

.beautiful .item-child {
    padding: 72px 36px 72px 54px;
}

.beautiful .beautiful-item .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    color: var(--contrast-color);
    margin: 12px 0;
}

.beautiful .beautiful-item .content {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.beautiful .beautiful-item .key {
    margin-top: 30px;
    margin-bottom: 20px;
}

.gap-6 {
    gap: 6px;
}

.flex-1 {
    flex: 1;
}

.gap-20 {
    gap: 20px;
}

.m-30 {
    margin: 30px 0;
}

.standard {
    height: 434px;
    background: none;
    margin-top: 80px;
    padding-top: 86px;
}

.standard::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url("../img/background-hero.svg");
    background-size: 112%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.wrap-prize {
    width: 100%;
    gap: 60px;
}

.wrap-prize .left,
.wrap-prize .right {
    flex: 1;
}

.wrap-prize .left .content {
    font-size: 38px;
    font-weight: 700;
    line-height: 56px;
    font-family: var(--heading-font);
    margin-top: 15px;
}

.wrap-prize .right .number {
    font-size: 45px;
    line-height: 100%;
    font-weight: 700;
}

.background-product {
    left: -176px;
    z-index: -1;
    top: -40px;
}

.wrap-prize .right .text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    opacity: 0.6;
    margin-top: 2px;
}

.wrap-prize .right span {
    flex: 1
}

.gap-40 {
    gap: 40px;
}

.product .smaller {
    font-size: 36px;
}

@media screen and (max-width: 1200px) {
    .main {
        padding: 80px 16px 0 16px;
    }

    .second{
        padding-top: 40px;
    }

    .product .after-banner {
        padding: 0;
    }

    .wrap-prize {
        padding: 0 16px;
    }

    .product .general {
        padding: 0;
    }

    .product .banner,
    .product .border-banner {
        width: 100%
    }

    .product .casino {
        flex-direction: column;
        margin-top: 58px;
    }

    .beautiful .beautiful-item {
        flex-direction: column;
        padding: 16px;
    }

    .wrap-prize {
        flex-direction: column;
    }

    .product .casino .img-product-content {
        width: 100%;
    }

    .product .title {
        font-size: 43px;
    }


    .product .title br {
        display: none;
    }

    .border-banner {
        margin-bottom: 60px;
    }

    .content-head {
        font-size: 20px;
    }

    .beautiful .item-child {
        padding: 0;
    }

    .wrap-tick {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .beautiful .special {
        flex-direction: column-reverse;
    }

    .standard {
        margin-top: 60px;
        padding: 60px 0;
        height: max-content;
    }

    .standard::before {
        height: 26%;
        background-size: 256%;
        bottom: 58px
    }

    .left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .wrap-prize .left .content {
        text-align: center;
        font-size: 26px;
        line-height: 39px;
    }

    .img-left,
    .img-right {
        margin: 0;
    }

}

@media screen and (max-width: 600px) {
    .background-product {
        top: -45px;
    }
}