.home-btn {
    background: #0071fe !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    border: 2px solid #0071fe !important;
    font-weight: 600 !important;
}

.home-btn:hover {
    background: #ffffff !important;
    color: #0071fe !important;
    box-shadow: 0 5px 35px rgb(0 113 254 / 50%) !important;
}

a.home-btn.btn:hover {
    color: 0071fe;
}



.light-button button.bt {
    position: relative;
    height: 200px;
    display: flex;
    align-items: flex-end;
    outline: none;
    background: none;
    border: none;
}

.light-button button.bt .button-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    background-color: #0a0a0a;
    border-radius: 5px;
    color: #0f0f0f;
    font-weight: 700;
    transition: 300ms;
    outline: #0f0f0f 2px solid;
    outline-offset: 20;
}

.light-button button.bt .button-holder svg {
    height: 50px;
    fill: #0f0f0f;
    transition: 300ms;
}

.light-button button.bt .light-holder {
    position: absolute;
    height: 200px;
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.light-button button.bt .light-holder .dot {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #0a0a0a;
    border-radius: 10px;
    z-index: 2;
}

.light-button button.bt .light-holder .light {
    position: absolute;
    top: 0;
    width: 200px;
    height: 200px;
    clip-path: polygon(50% 0%, 25% 100%, 75% 100%);
    background: transparent;
}

.light-button button.bt:hover .button-holder svg {
    fill: rgba(88, 101, 242, 1);
}

button.bt:hover .button-holder {
    color: rgba(88, 101, 242, 1);
    outline: rgba(88, 101, 242, 1) 2px solid;
    outline-offset: 2px;
}

.light-button button.bt:hover .light-holder .light {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(88, 101, 242, 1) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
}


.btn-shine {

    padding: 12px 10px;
    color: #0067B8;
    background: linear-gradient(to right, #0067B8 0, #50E6FF 10%, #0067B8 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
}

@-moz-keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 115px;
    }

    100% {
        background-position: 115px;
    }
}

@-webkit-keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 115px;
    }

    100% {
        background-position: 115px;
    }
}

@-o-keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 115px;
    }

    100% {
        background-position: 115px;
    }
}

@keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 115px;
    }

    100% {
        background-position: 115px;
    }
}

/* section 2 */
.product-intro-content {
    max-width: 900px;
    width: 100%;
}

.product-intro-content h2 {
    font-size: 40px;
}

.product-intro-content p {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 400;
}

/* section 3 */
.benefit-head h1 {
    font-size: 45px;
    color: #ffffffcc;
    height: 150px;
}

/* h1.ctexts span::before {
        content: '';
        color: #aa3939;
        animation: profile 6s infinite;
    }

    @keyframes profile {
        0% {
            content: 'Users.'
        }

        25% {
            content: 'Customer.'
        }

        50% {
            content: 'Influencers.'
        }

        75% {
            content: 'Content Creator.'
        }

        100% {
            content: 'Marketers.'
        }

    } */

.benefit-points .card {
    background: transparent;
    border: 1.5px solid #fff;
    height: 400px;
}

.benefit-points .card h1 {
    color: #fff;
}

.benefit-points .card p {
    color: #ffffffcc;
}

.benefit-points .card i {
    background: linear-gradient(90deg, #1179fc 25%, #dc82fc);
    box-shadow: 0 5px 35px rgb(255 255 255 / 40%);
}

section.Benefits {
    background: #000;
}

/* section-4 */
.feauter-card .card-row .card-content {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

section.Feature p.message {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

/* section 5 */
.faq-steps {
    background-color: #fff;
    border-radius: 16px;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 40px;
    cursor: pointer;
}

.faq-steps h3 {
    color: #0f0f0f;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.16;
}

/* media query */

/* mobile */
@media only screen and (max-device-width: 667px) {

    .benefit-head h1 {
        font-size: 25px;
        color: #ffffffc9;
        height: 90px;
    }

    .benefit-points .card {
        height: auto;
    }

    .faq-steps h3 {
        font-size: 20px;
    }

    span.steps-body {
        font-size: 16px !important;
    }
    .faq-steps {
        padding: 15px 10px !important;
    }
    section.hero-section .row{
        padding: 50px 0px 50px 0px;
    }
    .order-mb-2 {
        order: 2 !important;
    }
}

/* ipad*/
@media only screen and (min-device-width: 667px) and (max-device-width: 768px) {

    .benefit-head h1 {
        font-size: 29px;
        color: #ffffffc9;
        height: 80px;
        padding-top: 10px;
    }

    .card.feauter-card h1 {
        font-size: 50px !important;
    }

    .card.feauter-card p {
        font-size: 16px !important;
    }

    .faq-steps h3 {
        font-size: 30px;
    }

    span.steps-body {
        font-size: 21px !important;
    }

}

/* ipad pro, laptop */
@media only screen and (min-device-width: 769px) and (max-device-width: 1025px) {
    .benefit-head h1 {
        font-size: 34px;
        color: #ffffffc9;
        height: 110px;
        padding-top: 20px;
    }

    .card.feauter-card h1 {
        font-size: 50px !important;
    }

    .card.feauter-card p {
        font-size: 16px !important;
    }

    .faq-steps h3 {
        font-size: 30px;
    }

    span.steps-body {
        font-size: 21px !important;
    }
    .product-intro-content h2 {
        font-size: 25px;
    }
    
    .product-intro-content p {
        font-size: 19px;
    }

}