.ced-header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: transparent;
}

.banner-section {
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.banner-section h1 span {
    background: linear-gradient(265deg,
            var(--ced-blue-60) 4.76%,
            var(--ced-green-color) 53.54%,
            var(--ced-orange-color) 106.4%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.small-badge {
    font-family: var(--ced-montserrat-sb);
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 14px;
    background-image: linear-gradient(101deg, rgba(65, 59, 188, 0.19) .09%, rgba(102, 237, 120, .15) 102.26%);
}

/* Banner Responsisve start  */
@media screen and (min-width: 1400px) {
    .banner-section h1 {
        font-size: 65px;
        line-height: 73px;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-section h1 {
        font-size: 54px;
        line-height: 68px;
    }

}

@media screen and (min-width: 1200px) {
    .banner-section p {
        font-size: 18px;
        line-height: 34px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .banner-section p {
        line-height: 30px;
    }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-section h1 {
        font-size: 45px;
        line-height: 55px;
    }

}

@media screen and (min-width: 992px) {

    .banner-section {
        padding: 240px 0px 110px;
    }

    .banner-section h1 {
        max-width: 80%;
    }

    .banner-section p {
        max-width: 75%;
    }

    .banner-image-wrap {
        margin-top: 70px;
    }
}

@media screen and (min-width: 768px) {

    .banner-image-wrap .img-card:first-child,
    .banner-image-wrap .img-card:last-child {
        width: 18%;
    }

    .banner-image-wrap .img-card:nth-child(3) {
        width: 24%;
    }

    .banner-image-wrap .img-card:nth-child(2),
    .banner-image-wrap .img-card:nth-child(4) {
        width: 16%;
    }

    .banner-image-wrap .img-card img {
        width: 100%;
        border-radius: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-section {
        padding: 180px 0px 80px;
    }

    .banner-image-wrap {
        margin-top: 50px;
    }
}


@media screen and (min-width: 576px) and (max-width: 767px) {
    .banner-section h1 {
        font-size: 32px;
        line-height: 42px;
    }

}

@media screen and (max-width: 767px) {
    .banner-section {
        padding: 140px 0px 60px;
    }

    .banner-image-wrap {
        margin-top: 40px;
    }

    .banner-section p {
        line-height: 28px;
        font-size: 15px;
    }

    .banner-section .slick-slide {
        margin: 0px 5px;
    }

    .banner-section .slick-track {
        display: flex;
        align-items: end;
    }

    .banner-section .img-card {
        width: 150px !important;
    }
}

@media screen and (max-width: 575px) {
    .banner-section h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

/* Stats and recognition section start  */
.stats-recognition-section {
    background-color: var(--ced-black-color);
}

.stats-recognition-section .seller-success-section {
    margin-top: 0;
}

@media screen and (min-width: 1200px) {
    .recognise-subhead {
        font-size: 18px;
        line-height: 32px;
    }

    .recognition-wrap img {
        max-width: 150px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .recognise-subhead {
        line-height: 30px;
    }

    .recognition-wrap img {
        max-width: 120px
    }
}

@media screen and (min-width: 768px) {
    .stats-recognition-section .seller-success-section {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .recognise-subhead {
        font-size: 15px;
        line-height: 28px;
    }

    .stats-recognition-section .seller-success-section {
        margin-bottom: 60px;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .recognition-wrap img {
        max-width: 110px
    }
}

@media screen and (max-width: 575px) {
    .recognition-wrap img {
        max-width: 106px
    }

    .recognition-img {
        max-width: 400px;
    }
}


.journey-item .year {
    font-family: var(--ced-montserrat-eb);
    color: var(--ced-blue-30);
    text-align: center;
    line-height: 300px;
    opacity: .3;
}

.journey-img {
    position: absolute;
    transform: translateX(-50%);
}

.journey-content h3 {
    color: var(--ced-grey-60);
}

.journey-section .owl-nav {
    text-align: end;
}

.journey-section .owl-nav .owl-next,
.journey-section .owl-nav .owl-prev {
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    transition: all 0.4s;
    font-family: var(--ced-montserrat-m);
    position: relative;
    background-color: var(--ced-bg-gray) !important;
    margin-left: 10px;
}

.journey-section .owl-nav .owl-next:hover::before,
.journey-section .owl-nav .owl-prev:hover::before {
    filter: opacity(0.5);
}

.journey-section .owl-nav .owl-next span,
.journey-section .owl-nav .owl-prev span {
    display: none;
}

.journey-section .owl-nav .owl-prev::before,
.journey-section .owl-nav .owl-next::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

.journey-section .owl-nav .owl-prev::before {
    background-image: url(/wp-content/uploads/2023/08/chevron-left-Black.svg);
}

.journey-section .owl-nav .owl-next::before {
    background-image: url(/wp-content/uploads/2023/08/chevron-right-Black.svg);
}

.journey-section .owl-dots {
    display: flex;
}

.journey-section .owl-dot {
    flex: 1;
}

.journey-section .custom-dot {
    text-align: center;
    font-family: var(--ced-montserrat-b);
    color: var(--ced-grey-60);
    position: relative;
    padding: 30px 0;
    width: 100%;
    border: 0;
    background-color: transparent;
}

.journey-section .custom-dot span {
    display: block;
    height: 1px;
    background-color: var(--ced-blue-60);
    position: absolute;
    top: 5px;
    z-index: 11;
    left: 50%;
}

.journey-section .owl-dot.active .custom-dot span {
    animation-name: line;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.journey-section .custom-dot::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--ced-blue-30);
    z-index: 1;
}

.journey-section .owl-dot.active .custom-dot::before {
    background-color: var(--ced-blue-60);
}

.journey-section .owl-dot.active .custom-dot {
    color: var(--ced-blue-60);
}

.journey-section .custom-dot::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 5px;
    height: 1px;
    width: 100%;
    background-color: var(--ced-blue-30);
}

.journey-section .owl-dot:last-child .custom-dot::after,
.journey-section .owl-dot:last-child .custom-dot span {
    display: none;
}

@keyframes line {
    0% {
        width: 0%;
    }

    100% {
        width: 95%;
    }
}

@media screen and (min-width: 1400px) {
    .journey-content {
        left: 100px;
        bottom: 0;
        max-width: 300px;
    }

    .journey-item .year {
        font-size: 400px;
    }

    .journey-section .custom-dot {
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .journey-img {
        left: 50%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .journey-content {
        left: 30px;
        bottom: 0;
        max-width: 300px;
    }

    .journey-item .year {
        font-size: 340px;
    }

    .journey-section .custom-dot {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .journey-content {
        left: 30px;
        bottom: 0px;
        max-width: 300px;
    }

    .journey-item .year {
        font-size: 280px;
    }

    .journey-img {
        left: 60%;
    }
}

@media screen and (min-width: 992px) {
    .journey-content {
        position: absolute;
    }

    .journey-item {
        padding-bottom: 100px;
    }

    .journey-section .owl-nav .owl-next,
    .journey-section .owl-nav .owl-prev {
        height: 50px;
        width: 50px;
    }

    .journey-content h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .journey-img {
        bottom: 0;
    }

    .journey-section .owl-dots {
        margin-top: 45px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .journey-content {
        padding-top: 240px;
    }

    .journey-item .year {
        font-size: 280px;
        line-height: 200px;
    }

    .journey-content h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .journey-section .custom-dot {
        font-size: 15px;
    }

    .journey-section .owl-dots {
        margin-top: 60px;
    }
}

@media screen and (min-width:576px) and (max-width: 991px) {}

@media screen and (max-width: 991px) {
    .journey-img {
        left: 50%;
        top: 40px;
    }
}

@media screen and (min-width: 768px) {

    .journey-section .owl-nav .owl-next,
    .journey-section .owl-nav .owl-prev {
        background-size: 24px !important;
    }

    .journey-section .owl-nav .owl-next,
    .journey-section .owl-nav .owl-prev {
        height: 45px;
        width: 45px;
    }

    .journey-img {
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {

    .journey-section .owl-nav .owl-next,
    .journey-section .owl-nav .owl-prev {
        height: 40px;
        width: 40px;
    }

    .journey-section .owl-nav .owl-next,
    .journey-section .owl-nav .owl-prev {
        background-size: 20px !important;
    }

    .journey-img {
        max-width: 300px;
    }

    .journey-content .section-subhead {
        margin-bottom: 30px;
    }

    .journey-section .owl-dots {
        display: none;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .journey-item .year {
        font-size: 200px;
        line-height: 150px;
    }

    .journey-content {
        padding-top: 150px;
    }

    .journey-content h3 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media screen and (max-width: 575px) {
    .journey-item .year {
        font-size: 130px;
        line-height: 100px;
    }

    .journey-content {
        padding-top: 190px;
        max-width: 400px;
        margin: auto;
    }

    .journey-content h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

.value-section {
    background: var(--ced-black-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.value-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/wp-content/uploads/2024/02/tiktok-banner-1.png);
    background-size: cover;
    background-position: top;
    opacity: .7;
}

.value-card {
    transition: all ease-in-out .5s;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    height: 100%;
    border: 2px solid transparent;
}

.value-card:hover {
    border-color: var(--ced-grey-60);
}

.value-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 44, 44, .47);
    border-radius: 20px;
    z-index: -1;
    backdrop-filter: blur(20px);
}

.value-card img {
    width: 50px;
    margin-bottom: 20px;
}

.value-card h3 {
    font-size: 17px;
    line-height: 28px;
    font-family: var(--ced-montserrat-sb);
}

.value-card p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    font-family: var(--ced-montserrat-m);
    color: rgba(255, 255, 255, .7);
}

.slider-wrap {
    background-image: url(/wp-content/uploads/2024/02/banner122.png);
    background-size: cover;
    position: relative;
}

.slider-wrap .item {
    background-color: var(--ced-white-color);
    border-radius: 16px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.slider-wrap .slick-initialized .slick-slide {
    margin: 0px 5px;
}

.partner-text {
    font-family: var(--ced-montserrat-sb);
    color: var(--ced-grey-60);
}

@media screen and (min-width: 768px) {

    .partner-text {
        font-size: 22px;
        line-height: 30px;
    }

    .slider-wrap {
        padding: 55px 0px 65px;
        border-radius: 30px;
    }

    .slider-wrap .item img {
        max-width: 140px;
    }

    .slider-wrap .item {
        min-width: 200px;
        min-height: 105px;
    }
}

@media screen and (max-width: 767px) {

    .partner-text {
        font-size: 18px;
        line-height: 28px;
    }

    .slider-wrap {
        padding: 35px 0px 35px;
        border-radius: 20px;
    }

    .slider-wrap .item img {
        max-width: 110px;
    }

    .slider-wrap .item {
        min-width: 150px;
        min-height: 85px;
    }
}

.certificate-item {
    border-radius: 16px;
    box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom right, var(--ced-light-yellow), var(--ced-bg-gray));
    transition: all .4s;
}

.certificate-item:hover {
    box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
}

#why-sell-slider .why-sell-card::before {
    position: absolute;
    bottom: -15px;
    left: 13px;
    width: 70%;
    height: 100px;
    background-image: conic-gradient(from 7deg at 25.05% 71.78%, rgba(106, 215, 150, .4) 0deg, rgba(65, 59, 188, .3) 360deg);
    filter: blur(25px);
    -webkit-filter: blur(35px);
    transition: all 0.5s;
    opacity: 0;
    content: "";
    z-index: -1;
    border-radius: 50px;
}

.certificate-item h3 {
    font-family: var(--ced-montserrat-b);
    color: var(--ced-grey-60);
    border-top: 1px solid rgba(228, 228, 228, 1);
    padding-top: 20px;
    margin-top: 5px;
}

.certificate-item p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
}

@media screen and (min-width: 1400px) {
    .certificate-item {
        padding: 25px;
    }

    .certificate-item h3 {
        font-size: 17px;
    }
}

@media screen and (min-width: 1200px) {
    .certificate-item {
        flex: 1;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .certificate-item h3 {
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .certificate-item {
        width: 31%;
    }
}

@media screen and (max-width: 1199px) {
    .certificate-item h3 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1399px) {
    .certificate-item {
        padding: 25px 15px 25px;
    }
}

@media screen and (min-width: 768px) {
    .certificate-img {
        height: 130px;
    }
}

@media screen and (max-width: 767px) {
    .certificate-img {
        height: 100px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .certificate-item {
        width: 47%;
    }
}

@media screen and (max-width: 575px) {
    .certificate-item {
        width: 300px;
        margin: auto;
    }
}

.innovation-section {
    background-color: var(--ced-black-color);
    z-index: 1;
    overflow: hidden;
}

.innovation-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://d3vlhkqyz4y38a.cloudfront.net/skin/frontend/cedcomnew/default/images/events/assets/bg-stats.png');
    background-position: bottom center;
    z-index: -1;
    background-repeat: no-repeat;
}

.innovation-head {
    font-family: var(--ced-montserrat-b)
}

.innovation-subhead {
    line-height: 30px;
    opacity: .7;
}

@media screen and (min-width: 1200px) {
    .innovation-head {
        font-size: 22px;
        line-height: 36px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .innovation-head {
        font-size: 20px;
        line-height: 32px;
    }
}

@media screen and (max-width:991px) {
    .innovation-head {
        font-size: 18px;
        line-height: 30px;
    }
}