﻿

.special-offer {
    width: 100%;
    margin-top: 228px;
}

.special-offer-box {
    position: relative;
    margin: 0 auto;
    width: 740px;
    height: 100px;
    transition: 0.2s;
    border-radius: 12px;
    border: 1px solid #17498F;
    background: radial-gradient(100% 198.55% at 0% 100%, #956651 0%, #2F2D40 56.53%, #0B3869 100%);
    cursor: pointer;
    /*background-image: linear-gradient(to bottom, rgba(78, 52, 244, 0.1), rgba(78, 52, 244, 0.1)), linear-gradient(90deg, rgba(21, 30, 195, 1) 0%, rgba(134, 113, 255, 0) 7%);*/
    padding: 17px 13px 17px 98px;
    display: flex;
    align-items: center;
}

@media screen and (min-width:771px) {
    .special-offer-box::before {
        position: absolute;
        bottom: 0px;
        left: -68px;
        right: 0;
        content: '';
        z-index: 3;
        background: url("https://cdn.artgrid.io/footage-images/edit-challange-image2.png");
        background-repeat: no-repeat;
        height: 120px;
        width: 200px;
        background-size: 100%;
        top: -34px;
    }
    .special-offer-box-button::before {
        right: 129px;
        top: 15px;
        content: "";
        display: block;
        position: absolute;
        width: 80px;
        height: 47px;
        background: url("https://cdn.artgrid.io/footage-images/plus-image.png");
    }
}

    /*.special-offer-box::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0px;
        right: 0;
        content: "";
        z-index: -1;
        background: url('https://cdn.artgrid.io/footage-images/Main_button_border_icon_180221.png');
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
    }*/

    .special-offer-box:hover {
        transform: scale(1.02);
        background: radial-gradient(100% 198.55% at 0% 100%, #B77455 0%, #393564 56.53%, #0A4A91 100%);
        /*background-image: linear-gradient(to bottom, rgba(78, 52, 244, 0.25), rgba(78, 52, 244, 0.25)), linear-gradient(90deg, rgba(21, 30, 195, 1) 0%, rgba(134, 113, 255, 0) 7%);*/
    }

        /*.special-offer-box:hover::after {
            background: url('https://cdn.artgrid.io/footage-images/Main_button_border_hover_icon_180221.png');
            background-repeat: no-repeat;
            background-size: 100% 100%;
        }*/

        .special-offer-box:hover .special-offer-box-button {
            background-position: 100% 0;
            transition: all 0.4s ease-in-out;
        }

    .special-offer-box-button {
        background: linear-gradient(63.9deg, #E9A66D 3.58%, #5F4D9D 34.73%, #3457AF 62.88%, #1E8EC0 92.54%);
    }

    .special-offer-box-text-container {
        margin: 0 50px;
    }

    .special-offer-box-title {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.2px;
        color: #01d3b9;
        margin-bottom: 10px;
    }

    .special-offer-box-text {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.2px;
        color: #ffffff;
        width: 360px;
        line-height: 120%;
    }

    .special-offer-box-button {
        background-size: 300% 100%;
        background: linear-gradient(63.9deg, #E9A66D 3.58%, #5F4D9D 34.73%, #3457AF 62.88%, #1E8EC0 92.54%);
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
        transition: all 0.4s ease-in-out;
        width: 123px;
        height: 35px;
        margin-left: 10px;
        padding: 10px 24px;
        border-radius: 40px;
        /*background: linear-gradient(74deg, #151ec3 -1%, #8671ff 97%);*/
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0.2px;
        color: #ffffff;
        border: unset;
        cursor: pointer;
    }



        .special-offer-box-button i {
            display: none;
        }

@media screen and (min-width:640px) and (max-width: 770px) {
    .special-offer-box {
        width: 80%;
    }

    .special-offer-box-text-container {
        width: 85%;
    }

    .special-offer-box::before {
        position: absolute;
        bottom: 0px;
        left: -68px;
        right: 0;
        content: '';
        z-index: 3;
        background: url("https://cdn.artgrid.io/footage-images/edit-challange-image2.png");
        background-repeat: no-repeat;
        height: 120px;
        width: 200px;
        background-size: 100%;
        top: -34px;
    }

    .special-offer-box-button::before {
        right: 129px;
        top: 15px;
        content: "";
        display: block;
        position: absolute;
        width: 80px;
        height: 47px;
        background: url("https://cdn.artgrid.io/footage-images/plus-image.png");
    }

    .special-offer-box-text-container {
        margin: 0 0;
    }

    .special-offer-box-text {
        width: unset;
        font-size: 14px;
    }

    .special-offer-box-title {
        font-size: 14px;
    }

    .special-offer-box::before {
        height: 146px;
        width: 158px;
        top: -24px;
    }

    .special-offer-box-button::before {
        right: 45px;
    }

    .special-offer-box-button {
        font-size: 11px;
        padding: unset;
    }
}
/*    @media screen and (max-width:1172px) {


        .special-offer-box-title {
            font-size: 18px;
        }

        .special-offer-box-text {
            font-size: 18px;
        }

        .special-offer-box-button {
            margin-left: 0;
        }
    }

    @media screen and (max-width:1112px) {
        .special-offer-box-title {
            font-size: 16px;
        }

        .special-offer-box-text {
            font-size: 16px;
        }
    }*/

    @media screen and (max-width:639px) {
        .special-offer {
            margin-top: 128px;
        }

        .special-offer-box {
            width: 345px;
            height: 75px;
            padding: 10px;
            /*background-image: linear-gradient(78deg, rgba(134,113,255,1) 0%, rgba(78,52,244,0.25) 30%);*/
        }


        .special-offer-box-text-container {
            margin: unset;
            width: 85%;
        }

        .special-offer-box-title {
            font-size: 12px;
            font-weight: bold;
            color: #00D3B8;
            margin-bottom: 5px;
        }

        .special-offer-box-text {
            font-size: 15px;
            width: auto;
            line-height: 130%;
        }

        .special-offer-box-button {
            width: 45px;
            height: 45px;
            padding: 0;
            font-size: 0;
        }

            .special-offer-box-button i {
                font-family: 'Raleway', 'Noto Sans JP', sans-serif;
                font-size: 18px;
                font-weight: 400;
                display: inline;
            }
    }

