/*####################################### Banner ebay CSS#########################################*/

.hence-forth-ebay-page h1 span {
    color: #E53238;
    text-transform: none;
}

/*################################# ebay Pages Layers ##################################*/
.ebay-bg-layers 
{
    position: relative;
    width: 100%;
    height: 100%;
}

.ebay-bg-layers::before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0;
    background: transparent url("../images/ebay/ebay-layers.webp") center/cover no-repeat padding-box;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*################################# Ebay Records ##################################*/

.ebay-records-heading h3 
{
    text-transform: unset;
}

.ebay-records 
{
    background: transparent url("../images/ebay/record-bg.webp") center/cover no-repeat padding-box;
}
.ebay-records-card 
{
    padding: 25px;
    height: 100%;
    border-radius: 16px;
}

.ebay-records-custom:nth-child(1) .ebay-records-card {
    background: linear-gradient(180deg, #04EA6F 0%, #00D563 100%);
}

.ebay-records-custom:nth-child(2) .ebay-records-card {
    background: linear-gradient(46.19deg, #FF512F 5.66%, #F09819 94.35%);
}

.ebay-records-custom:nth-child(3) .ebay-records-card {
    background: linear-gradient(282.84deg, #00C6FF 18.56%, #0072FF 81.44%);
}

.ebay-records-custom:nth-child(4) .ebay-records-card {
    background: linear-gradient(46.19deg, #F09819 5.66%, #FFED4E 94.35%);
}


/*################################### Reason Bussiness Ebay ####################################*/
.reason-bussiness-ebay-heading h3 
{
    text-transform: none;
}
.reason-bussiness-ebay-heading h3 span {
    background: linear-gradient(46.19deg, #FF512F 5.66%, #F09819 94.35%);
}

.reason-bussiness-ebay-list {
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    height: 100%;
}


/*################################# Unique Selling Points ##################################*/
.unique-selling-point-heading h3 
{
    text-transform: none;
}
.unique-selling-point-heading h3 span {
    background: linear-gradient(282.84deg, #00C6FF 18.56%, #0072FF 81.44%);
}

.unique-selling-point-card {
    background: #FFFFFF;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 25px;
    height: 100%;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.unique-selling-point-card:hover {
    background: linear-gradient(180deg, #04EA6F 0%, #00D563 100%);
    transition: all 0.5s ease-in-out;

}

.unique-selling-point-card:hover .unique-selling-point-text-box p,
.unique-selling-point-card:hover .unique-selling-point-text-box h5 {
    color: #FFFFFF;
}

.unique-selling-point-img {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    margin-inline: auto;
}


/*################################# Ebay CTA ##################################*/
.ebay-cta-content h4 
{
 text-transform: initial;
}
.ebay-cta-bg {
    width: 100%;
    position: relative;
    margin-top: 100px;
    background: linear-gradient(226.75deg, #00FFD6 0%, #02AAB0 100%, #02C1C8 100%);
    border-radius: 16px;
    padding: 30px 25px;
}

.ebay-cta-bg::before {
    position: absolute;
    content: '';
    background-image: url('../images/ebay/ebay-cta.webp');
    width: 460px;
    height: 460px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -35px;
    left: 0;
}


/*################################# Successful ebay clone ##################################*/
.successful-ebay-clone h3
{
    text-transform: none !important;
}
.successful-ebay-clone-heading h3 span {
    background: linear-gradient(180deg, #04EA6F 0%, #00D563 100%);
    text-transform: initial !important;
}


.successful-ebay-clone .nav-pills .nav-link {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    transition: unset !important;
    background: linear-gradient(180deg, #04EA6F10 0%, #00D56310 100%) !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #212529;
    white-space: nowrap;
    text-align: left !important;
    border-radius: 16px;
}

.successful-ebay-clone .nav-pills .nav-link.active,
.successful-ebay-clone .nav-pills .nav-link:hover {
    background: linear-gradient(180deg, #04EA6F 0%, #00D563 100%) !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    color: #fff;
}

.successful-ebay-clone-text {
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin-inline: auto;
    width: 95%;
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
}

.successful-ebay-clone-content-card img {
    width: 100%;
}

.successful-ebay-clone-content-card h6 {
    color: #00d563;
    font-weight: 600
}

.successful-ebay-clone-content-card h6 span {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    top: 20px
}

.successful-ebay-clone-content-card h6 span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background: #00d563;
    left: 0;
    top: -12px;
    animation: 2s infinite pulses;
}

@keyframes pulses {
    0% {
        box-shadow: 0 0 0 0 rgb(0 213 99 / 90%)
    }

    70% {
        box-shadow: 0 0 0 10px rgb(0 213 99 / 12%)
    }

    100% {
        box-shadow: 0 0 0 0 rgb(0 213 99 / 0%)
    }
}

.successful-ebay-clone-tabs li {
    width: 50%;
    flex: 0 0 auto;
    
}
.successful-ebay-clone-tabs li:nth-child(even){
    padding-left: 10px;
}
.successful-ebay-clone-tabs li:nth-child(odd){
    padding-right: 10px;
}



/*################################# Key Features ##################################*/
.ebay-key-features-heading h3 span {
    background: linear-gradient(226.75deg, #00FFD6 0%, #02AAB0 100%, #02C1C8 100%);
    text-transform: none;
}

.ebay-key-features-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    height: 100%;

}


.ebay-key-features-card-content {
    position: relative;
    transition: all 0.5s ease-in-out;
}

.ebay-key-features-card::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: linear-gradient(180deg, #04EA6F 0%, #00D563 100%);
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;

}

.ebay-key-features-card:hover .ebay-key-features-card-content h5,
.ebay-key-features-card:hover .ebay-key-features-card-content p {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.ebay-key-features-card:hover.ebay-key-features-card::before {
    height: 100%;
    transition: all 0.5s ease-in-out;
}

/*################################# ebay Top App Management ##################################*/
.ebay-top-app-management {
    background: #212529;
    width: 100%;
    padding: 50px 25px;
}

.ebay-top-app-management-card {
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 25px;
}

/*################################# Henceforth Stand ##################################*/
.ebay-henceforth-stand-heading h3 span {
    background: linear-gradient(226.69deg, #FFB199 0%, #FF0844 100%);
    text-transform: none;
}

.ebay-henceforth-stand-card {
    background: #FFFFFF;
    border-bottom: 2px solid;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 25px;
    height: 100%;
}

.ebay-henceforth-stand-card-custom:nth-child(1) .ebay-henceforth-stand-card {
    border-color: #967DB7;
}

.ebay-henceforth-stand-card-custom:nth-child(2) .ebay-henceforth-stand-card {
    border-color: #D54B87;
}

.ebay-henceforth-stand-card-custom:nth-child(3) .ebay-henceforth-stand-card {
    border-color: #95D773;
}

.ebay-henceforth-stand-card-custom:nth-child(4) .ebay-henceforth-stand-card {
    border-color: #E392BD;
}

.ebay-henceforth-stand-card-custom:nth-child(5) .ebay-henceforth-stand-card {
    border-color: #63C5DE;
}

.ebay-henceforth-stand-card-custom:nth-child(6) .ebay-henceforth-stand-card {
    border-color: #F8A88D;
}


/*################################# Media ##################################*/


@media all and (min-width:1025px) and (max-width:1199px) {}

@media all and (min-width:992px) and (max-width:1024px) {}

@media all and (min-width:768px) and (max-width:991px) {


    .ebay-cta-bg::before {
        display: none;
    }

    .ebay-cta-bg {
        margin-top: 0;
    }
    .successful-ebay-clone-tabs li{
        padding-right: 16px;
        padding-left: 0 !important;
    }
}

@media all and (min-width:320px) and (max-width:767px) {

    .ebay-cta-bg::before {
        display: none;
    }

    .ebay-cta-bg {
        margin-top: 0;
    }
    .successful-ebay-clone-tabs li{
        padding-right: 16px;
        padding-left: 0 !important;
    }
    .successful-ebay-clone-tabs li {
        width: 100%;
    }


}