﻿@font-face {
    font-family: bebas neue;
    font-style: normal;
    font-weight: 700;
    src: local('Bebas Neue'),url('https://fonts.cdnfonts.com/s/14902/BebasNeue Bold.woff') format('woff')
}




body {
    background-color: var(--bs-grey);
    padding: 0;
    maring: 0;
}

#price {
    text-align: center;
}

.plan {
    display: inline-block;
    margin: 10px 1%;
    font-family: 'Lato', Arial, sans-serif;
    max-width:234px;
}


.plan-inner {
    background: var(--bs-body-bg);
    margin: 0 auto;
    min-width: 230px;
    max-width: 100%;
    position: relative;
    border-radius: 10px;
    padding-bottom: 12px;
}

    .entry-title {
        background: #53CFE9;
        height: 140px;
        position: relative;
        text-align: center;
        color: var(--bs-body-bg);
        margin-bottom: 30px;
        border-radius: 10px 10px 0 0;
    }

        .entry-title > h3 {
            background: #20BADA;
            font-size: 20px;
            padding: 5px 0;
            text-transform: uppercase;
            font-weight: 700;
            margin: 0;
            border-radius: 10px 10px 0 0;
        }

        .entry-title .price {
            position: absolute;
            bottom: -25px;
            background: #20BADA;
            height: 95px;
            width: 95px;
            margin: 0 auto;
            left: 0;
            right: 0;
            border-radius: 50px;
            border: 5px solid var(--bs-body-bg);
            line-height: 80px;
            font-size: 28px;
            font-weight: 700;
        }
        .entry-title .discount {
            color: #20BADA;
        }

            .price span {
        position: absolute;
        font-size: 9px;
        bottom: -15px;
        left: 26px;
        font-weight: 400;
    }

    .entry-content {
    }

        .entry-content ul {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: center;
        }

        .entry-content li {
            border-bottom: 1px solid #E5E5E5;
            padding: 10px 0;
        }

            .entry-content li:last-child {
                border: none;
            }

.buybtn {
    padding: 0.5em 0 0.5em 0;
    text-align: center;
    direction: ltr;
}


    .buybtn a:before {
        margin-right: 10px;
        content: '';
        width: 25px;
        height: 25px;
        background-image: url(/img/Bitcoin.svg);
        background-size: contain;
        display: inline-block;
        position: absolute;
        margin-left: -30px;
    }

    .buybtn.pay-BTC a:before {
        background-image: url(/img/Bitcoin.svg);
    }
    .buybtn.pay-LTC a:before {
        background-image: url(/img/Litecoin.svg);
    }
    .buybtn.pay-XMR a:before {
        background-image: url(/img/Monero.svg);
    }
    .buybtn.pay-SOL a:before {
        background-image: url(/img/solana.svg);
    }


    .buybtn a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: none;
    }

.paybutton {
    cursor:pointer;
    background-color: #323232;
    display: block;
    width: 170px;
    margin: auto;
    border-radius: 6px;
    padding: 7px 0px 7px 20px;
}

    .hot {
        position: absolute;
        top: -7px;
        background: #F80;
        color: #fff;
        text-transform: uppercase;
        z-index: 2;
        padding: 2px 5px;
        font-size: 9px;
        border-radius: 2px;
        right: 10px;
        font-weight: 700;
    }

    .basic .entry-title {
        background: #75DDD9;
    }

        .basic .entry-title > h3 {
            background: #44CBC6;
        }

    .basic .price {
        background: #44CBC6;
    }
.basic .discount{
    color: #44CBC6;
}

    .standard .entry-title {
        background: #4484c1;
    }

        .standard .entry-title > h3 {
            background: #3772aa;
        }

    .standard .price {
        background: #3772aa;
    }
.standard .discount {
    color: #3772aa;
}

    .ultimite .entry-title > h3 {
        background: #DD4B5E;
    }

    .ultimite .entry-title {
        background: #F75C70;
    }

    .ultimite .price {
        background: #DD4B5E;
    }
.ultimite .discount {
    color: #DD4B5E;
}

.thepro .entry-title > h3 {
    background: #f57930;
}

.thepro .entry-title {
    background: #f7955c;
}

.thepro .price {
    background: #f57930;
}
.thepro .discount {
    color: #f57930;
}

    body {
    }

    @media (max-width: 500px) {
        .buybtn {
            padding: 1.6em 0;
        }

        .emptyrow {
            display: none;
        }

    }

    .topbuy h1 {
        margin-bottom: -10px;
    }

    .topbuy {
        text-align: center;
        margin-bottom: 10px;
    }

    a.disabled {
        opacity: 0.2;
        cursor: default;
    }

    .topbuy h1 {
        margin-top: 0px !important;
    }

i.fa.fa-info-circle.tip {
    margin-left: 4px;
    color: gainsboro;
    font-size: 1.3em;
}

        i.fa.fa-info-circle.tip:hover {
            color:cornflowerblue;
        }

.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: dimgray;
}
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: dimgray;
}
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: dimgray;
}

    .tooltip-inner {
        background-color: dimgray;
        font-size: 20px;
    }
.costper {
    color: black;
    background-color: #fff3cd;
    border: 1px solid #ffecb5;
    padding: 4px;
    padding-top: 2px;
    display: inline-block;
    min-width: 300px;
    border-radius: 4px;
    margin-bottom: 23px;
}

.emptyrow i.fa.fa-times-circle {
    font-size: 1.3em;
    color: red;
    opacity: 0.8;
}



@media (max-width: 500px) {
    .paybutton {
        width: 95%;
    }
    .costper {
        margin-top: 22px;
        width: 98%;
    }
    .plan {
        display: block;
        margin-bottom: 40px;
        max-width: unset;
    }

    .entry-content {
        font-size: 22px;
    }
    .buybtn {
        padding: 0.6em 0;
    }
    .buybtn a {
        font-size: 26px;
    }

        .buybtn a:before {
            width: 38px;
            height: 38px;
            margin-left: -44px;
        }

    .hot {
        font-size: 17px;
        top: -12px;
    }
    .buy_text
    {
        font-size: 18px;
    }
}

.promocode {
    font-family: Bebas Neue;
    font-weight: 700;
    font-size: 2em;
    color: white;
    background-color: #ff1e55;
    padding: 10px 20px;
    border: 0px;
    line-height: 1em;
    margin: inherit;
}

.discount {
    position: absolute;
    top: -15px; /* Adjust as needed */
    right: -15px; /* Adjust as needed */
    background-color: white;
    border-radius: 50%; /* Make it a circle */
    width: 40px; /* Adjust as needed */
    height: 40px; /* Adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; /* Adjust as needed */
    font-weight: bold;
    color: black;
}

.price {
    position: relative; /* Add relative positioning to parent */
}


.benefitsdiv {
background-color: white;
border-radius: 20px;
padding: 6px;
}

.benefitsdiv h2 {
    margin-top: 10px
}



