section.trading-bots-showcase {
    margin: var(--margin) 0;
}

section.trading-bots-showcase .grid {
    grid-template-columns: 1fr 1fr;
}

section.trading-bots-showcase .swiper {
    height: 224px;
}

section.trading-bots-showcase .swiper-slide {
    position: relative;
}

section.trading-bots-showcase .swiper-slide img.bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: var(--border-radius);
    z-index: 1;
}

section.trading-bots-showcase .swiper-slide img:not(.bg) {
    width: 84px;
    height: 84px;
    position: relative;
    top: -34px;
}

section.trading-bots-showcase .swiper-slide .box {
    height: 100%;
}

section.trading-bots-showcase .col {
    position: relative;
}

section.trading-bots-showcase .main {
    left: 20px;
    width: 550px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.trading-bots-showcase .main p {
    margin-bottom: unset;
}

section.trading-bots-showcase .main .pro-only {
    margin-top: 5px;
    color: var(--color);
    font-weight: 500;
}

section.trading-bots-showcase .main .root {
    background: var(--color-root);
    display: inline-block;
    color: black;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--border-radius);
    padding: 0 10px;
}

section.trading-bots-showcase .main .pro-only a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 600;
    color: white;
    border-bottom: 1px dashed transparent;
    background: var(--color-pro);
    border-radius: var(--border-radius);
    padding: 0 6px;
    font-size: 15px;
    line-height: 29px;
}

section.trading-bots-showcase .main .pro-only a i {
    color: var(--color);
    font-size: 12px;
    position: relative;
    line-height: 12px;
    top: -2px;
}

section.trading-bots-showcase .main .pro-only a:hover {
    border-bottom: 1px dashed var(--color-darker);
}

section.trading-bots-showcase h1 {
    font-size: 32px;
}

section.trading-bots-showcase h1>span {
    display: block;
    font-size: 50px;
    margin-bottom: 2px;
    line-height: 38px;
}

section.trading-bots-showcase h1>span>span {
    color: var(--color);
}

section.trading-bots-showcase .content {
    position: absolute;
    padding-right: 53px;
    z-index: 2;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 46px;
    width: 100%;
}

section.trading-bots-showcase .content p {
    margin-bottom: 5px;
}

section.trading-bots-showcase .content a {
    color: var(--color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    left: -10px;
}

section.trading-bots-showcase .content a:hover {
    color: var(--color-lighter);
}

section.trading-bots-showcase .content h2 {
    font-size: 32px;
}

section.trading-bots-showcase .content h2 span {
    background: var(--color);
    padding: 0 6px;
    color: black;
}

section.trading-bots-showcase .content h2.h2-pro {
    font-weight: 300
}

section.trading-bots-showcase .content h2.h2-pro span {
    background: var(--color-pro);
    color: var(--color);
    font-weight: 600
}

section.trading-bots-showcase .badge-deal {
    background: black;
    padding: 10px 20px;
    border-radius: var(--border-radius);
    font-size: 24px;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: -75px;
    top: -13px;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding-top: 22px;
    line-height: 22px;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow(-10px 10px 1px black);
}

section.trading-bots-showcase .badge-deal span {
    color: var(--color);
    font-size: 38px;
}

section.trading-bots-showcase .badge-deal .percent {
    color: black;
    background: var(--color);
    padding: 13px 0;
    border-radius: var(--border-radius);
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    right: 55px;
    bottom: -20px;
    z-index: 3;
    position: absolute;
    line-height: 16px;
    left: 0;
    right: 0;
    width: 96px;
    text-align: center;
    margin: auto;
    transform: rotate(-12deg);
}

section.trading-bots-showcase .badge-pro {
    background: var(--color-pro);
    font-size: 18px;
    line-height: 17px;
    border-radius: 25px;
    padding: 10px 15px;
    border-radius: var(--border-radius);
    font-size: 20px;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: -86px;
    top: -1px;
    z-index: 3;
    width: 112px;
    border-radius: 50%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding: 26px 10px;
    line-height: 18px;
    filter: drop-shadow(-10px 10px 1px black);
    transform: rotate(-15deg);
    height: 112px;
}

section.trading-bots-showcase .badge-pro i {
    margin-bottom: 7px;
    color: var(--color);
    font-size: 25px;
}

section.trading-bots-showcase .badge-pro span {
    color: var(--color);
}

section.trading-bots-showcase .badge-icon {
    font-size: 18px;
    line-height: 17px;
    border-radius: 25px;
    padding: 10px 15px;
    border-radius: var(--border-radius);
    font-size: 20px;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: -62px;
    top: 14px;
    z-index: 3;
    border-radius: 50%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding: 26px 10px;
    line-height: 18px;
    color: var(--color);
    font-size: 74px;
    width: 84px;
    height: 84px;
}

@media all and (max-width: 1440px) {}

@media all and (max-width: 1320px) {

    section.trading-bots-showcase .main {
        width: calc(100% - 100px);
    }

}

@media all and (max-width: 1140px) {

    section.trading-bots-showcase h1 {
        font-size: 26px;
        line-height: 26px;
    }

    section.trading-bots-showcase h1>span {
        font-size: 38px;
    }

}

@media all and (max-width: 960px) {
    section.trading-bots-showcase .grid {
        grid-template-columns: 1fr 325px;
    }

    section.trading-bots-showcase .swiper {
        width: 100%;
    }

    section.trading-bots-showcase .swiper-slide img:not(.bg) {
        top: 4px;
        left: 2px;
        width: 64px;
        height: 64px;
    }

    section.trading-bots-showcase .main {
        width: calc(100% - 97px);
        position: relative;
        top: 46%;
    }

    section.trading-bots-showcase h1 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 10px;
    }

    section.trading-bots-showcase h1>span {
        font-size: 26px;
        line-height: 26px;
    }

    section.trading-bots-showcase .content {
        padding-left: 50px;
    }

    section.trading-bots-showcase .content p {
        font-size: 15px;
        line-height: 17px;
        color: white;
    }


    section.trading-bots-showcase .content h2 {
        font-size: 22px;
    }

    section.trading-bots-showcase .badge-deal {
        left: -70px;
    }

    section.trading-bots-showcase .badge-icon {
        font-size: 70px;
        left: -55px;
        top: -2px;
    }
}

@media all and (max-width: 720px) {
    section.trading-bots-showcase .main .pro-only a i{
        top:-3px;
    }
    section.trading-bots-showcase .main .pro-only a{
        line-height:32px;
        font-size: 20px;
        padding: 5px 10px;
    }
    section.trading-bots-showcase h1 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 0;
    }

    section.trading-bots-showcase h1>span {
        font-size: 32px;
        line-height: 32px;
    }

    section.trading-bots-showcase .badge-deal {
        display: none;
    }

    section.trading-bots-showcase .grid {
        grid-template-columns: 1fr;
        position: relative;
        left: unset;
        width: unset;
        top: unset;
        -ms-transform: unset;
        transform: unset;
        grid-gap: 10px0;
        padding: 10px;
        text-align: center;
    }

    section.trading-bots-showcase .swiper {
        height: 168px;
    }

    section.trading-bots-showcase .main {
        padding: 25px 50px;
        width: 100%;
        left: 0;
    }

    section.trading-bots-showcase .content {
        padding: 0 80px;
        text-align: center;
        left: 0;
        right: 0;
    }

    section.trading-bots-showcase .content p {
        line-height: 19px;
    }

    section.trading-bots-showcase .content h2 {
        font-size: 28px;
        line-height: 34px;
    }

    section.trading-bots-showcase .badge-icon {
        display: none;
    }

    section.trading-bots-showcase .badge-pro {
        display: none;
    }
            section.trading-bots-showcase .a-button{
            margin-top:15px;
        }
}

@media all and (max-width: 576px) {
    section.trading-bots-showcase .swiper {
        height: 186px;
    }

    section.trading-bots-showcase .main {
        -ms-transform: unset;
        transform: unset;
        width: 100%;
        left: unset;
        top: unset;
        padding: 15px 15px 20px;
    }

    section.trading-bots-showcase .content {
        padding: 0 45px;
    }

    section.trading-bots-showcase .content p {
        font-size: 14px;
        line-height: 17px;
    }

    section.trading-bots-showcase .content a {
        left: unset;
        font-size: 14px;
        line-height: 32px;
        padding: 0 10px;
        margin-bottom: 2px;
    }

    section.trading-bots-showcase .content h2 {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 5px;
    }

    section.trading-bots-showcase .content h2 span {
        padding: 0 2px;
    }

    section.trading-bots-showcase .main .pro-only a {
        display: block;
        margin-top: 5px;
    }

}

