/* Banner section start */
.ced-header {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.banner-section h1 span {
    background: linear-gradient(265deg, #413bbc 4.76%, #66ed78 53.54%, #f2af29 106.4%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Banner Responsisve start  */

@media screen and (min-width: 1400px) {
    .banner-section h1 {
        font-size: 75px;
        line-height: 85px;
        max-width: 60%;
    }

    .slick-slide .inner img {
        max-width: 230px;
    }
}

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

    .slick-slide .inner img {
        max-width: 200px;
    }
}

@media screen and (min-width: 1200px) {
    .banner-section {
        padding: 200px 0 50px;
    }
}

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

    .slick-slide .inner img {
        max-width: 180px;
    }

    .banner-section {
        padding: 200px 0 30px;
    }
}

@media screen and (min-width: 992px) {
    .slick-slide .inner {
        margin: 0 15px;
    }

    .slick-slide:nth-child(odd) {
        margin-top: 50px;
    }
}

@media screen and (max-width: 991px) {
    .slick-slide:nth-child(odd) {
        margin-top: 30px;
    }
}

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

    .banner-section {
        padding: 140px 0 0px;
    }

}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .slick-slide .inner img {
        max-width: 160px;
    }

    .slick-slide .inner {
        margin: 0 10px;
    }
}

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

    .banner-section {
        padding: 130px 0 30px;
    }
}

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

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

}

@media screen and (max-width: 575px) {
    .banner-section {
        background-size: 1150px;
    }

    .banner-section h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .banner-section {
        padding: 130px 0 10px;
    }

    .slick-slide .inner img {
        max-width: 140px;
    }

    .slick-slide .inner {
        margin: 0 7px;
    }

}
 
/* Featured section start */

.featured-web-wrapper {
    max-width: 1150px;
    background-color: var(--ced-black-color);
    z-index: 1;
    overflow: hidden;
}

.featured-web-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/05/multi-gradient-1.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
    transform: scaleX(-1);
}

.featured-web-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110%;
    height: 100%;
    background-size: cover;
    background-position: bottom center;
    background-image: url(/wp-content/uploads/2024/05/dark-ced-bg-1.png);
    z-index: -2;
    background-repeat: no-repeat;
}

.featured-event-subhead {
    opacity: .9;
}

.gradient-badge {
    background-image: linear-gradient(103deg, rgba(102, 237, 120, 0.70) 1.21%, rgba(65, 59, 188, 0.80) 95.11%);
    border-radius: 40px;
    font-family: var(--ced-montserrat-sb);
    padding: 8px 15px;
    font-size: 14px;
}

.date-time-wrapper {
    border-left: 2px solid var(--ced-green-color);
}

.date-time-wrapper .date {
    font-family: var(--ced-montserrat-sb);
}

/* RESPONSIVE  */

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

    .featured-event-subhead {
        margin-top: 90px;
    }
}

@media screen and (min-width:1200px) and (max-width:1399px) {

    .featured-event-subhead {
        margin-top: 30px;
    }
}

@media screen and (min-width:1200px) {
    .featured-web-wrapper {
        padding: 60px 80px 90px;
    }

    .featured-event-subhead {
        line-height: 32px;
        font-size: 18px;
    }

    .featured-event-title {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 35px;
    }
}

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

    .featured-event-subhead {
        line-height: 28px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .featured-web-wrapper {
        padding: 50px;
    }


    .featured-event-title {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 30px;
    }
}

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

    .featured-web-wrapper {
        border-radius: 30px;
    }

    .featured-event-content,
    .speaker-content {
        width: 48%;
    }
}

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

    .featured-event-content,
    .speaker-content {
        width: 100%;
    }

    .featured-event-title {
        margin-bottom: 25px;
    }

    .featured-web-wrapper {
        border-radius: 25px;
    }
}

@media screen and (min-width:576px) and (max-width:991px) {
    .featured-event-title {
        font-size: 28px;
        line-height: 40px;
    }

    .featured-web-wrapper {
        padding: 50px 40px;
    }
}

@media screen and (max-width:767px) {
    .featured-event-title {
        text-transform: uppercase;
    }
}

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

    .featured-event-title {
        font-size: 22px;
        line-height: 34px;
    }


    .featured-web-wrapper::after {
        top: 48%;
    }

    .featured-web-wrapper {
        padding: 50px 30px;
    }

    .featured-event-subhead {
        font-size: 15px;
        line-height: 25px;
    }

    .date-time-wrapper {
        font-size: 14px;
    }
}

/* Upcoming Event start */

.upcomming-event-section {
    background-color: var(--ced-heading-color);
    z-index: 1;
    overflow: hidden;
}

.upcomming-event-section::before {
    content: '';
    position: absolute;
    left: 0;
    background-size: 115% 100%;
    background-image: url("/wp-content/uploads/2024/04/table-left.png");
    background-repeat: no-repeat;
    z-index: -1;
    animation: gradient 10s ease-in-out infinite;
    animation-direction: alternate;
    transition: opacity 1.8s ease-in 50ms;
    top: 0;
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

.upcoming-event-subhead {
    line-height: 30px;
}

.dark-badge {
    padding: 5px 10px;
    font-size: 12px;
    font-family: var(--ced-montserrat-sb);
    border: 1px solid var(--ced-green-color);
    border-radius: 20px;
}

.upcoming-event-card {
    background-color: rgba(23, 25, 27, 1);
}

.upcoming-event-card::before {
    position: absolute;
    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);
    transition: all 0.5s;
    opacity: 0;
    content: "";
    z-index: -1;
    border-radius: 50px;
    width: 85%;
    left: 20px;
}

.upcoming-event-card:hover::before {
    opacity: 1;
}

.event-para {
    font-size: 15px;
    line-height: 26px;
    opacity: .8;
}


#upcoming-event-slider .owl-nav {
    display: flex;
}

#upcoming-event-slider .owl-nav button span {
    display: none;
}

#upcoming-event-slider .owl-nav .owl-next,
#upcoming-event-slider .owl-nav .owl-prev {
    background-color: rgba(145, 141, 141, .20);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    transition: all 0.4s;
    font-family: var(--ced-montserrat-m);
    position: relative;
    border: 2px solid rgb(139, 139, 139, .40);
}

#upcoming-event-slider .owl-nav .owl-prev::before,
#upcoming-event-slider .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;
    filter: invert(1);
}

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

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

#upcoming-event-slider .owl-nav .owl-next:hover,
#upcoming-event-slider .owl-nav .owl-prev:hover {
    background-color: transparent;
}

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

    #upcoming-event-slider .owl-nav .owl-next,
    #upcoming-event-slider .owl-nav .owl-prev {
        height: 50px;
        width: 50px;
    }
}

@media screen and (min-width: 992px) {
    #upcoming-event-slider .blog-content p {
        font-size: 15px;
        line-height: 26px;
    }

    .upcomming-event-section::before {
        width: 140%;
        height: 80%;
    }
}

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

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

    #upcoming-event-slider .owl-nav .owl-next,
    #upcoming-event-slider .owl-nav .owl-prev {
        height: 45px;
        width: 45px;
    }
}

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

    #upcoming-event-slider .owl-nav .owl-next,
    #upcoming-event-slider .owl-nav .owl-prev {
        height: 40px;
        width: 40px;
    }

}

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

    .upcomming-event-section::before {
        width: 120%;
        height: 50%;
    }
}

@media screen and (max-width: 991px) {
    #upcoming-event-slider .blog-content p {
        font-size: 15px;
        line-height: 26px;
    }

    #upcoming-event-slider .item .blog-content {
        background-color: rgba(255, 255, 255, 0.5)var(--ced-black-color);
    }
}

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

    #upcoming-event-slider .owl-nav .owl-next,
    #upcoming-event-slider .owl-nav .owl-prev {
        background-size: 24px !important;
    }

    #upcoming-event-slider .owl-nav .owl-next {
        margin-left: 15px;
    }

    .upcoming-event-card::before {
        bottom: -30px;
    }

    .upcoming-event-card {
        padding: 20px 20px 30px;
        border-radius: 20px;
    }

    .upcoming-event-card img {
        border-radius: 16px;
    }
}

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

    #upcoming-event-slider .owl-nav .owl-next,
    #upcoming-event-slider .owl-nav .owl-prev {
        background-size: 20px !important;
        height: 40px;
        width: 40px;
    }

    .upcoming-event-card {
        padding: 15px 15px 30px;
        border-radius: 16px;
    }

    .upcoming-event-card img {
        border-radius: 12px;
    }

    .upcoming-event-card::before {
        bottom: -20px;
    }

    #upcoming-event-slider .owl-nav .owl-next {
        margin-left: 10px;
    }

    #upcoming-event-slider .owl-nav .owl-prev::before,
    #upcoming-event-slider .owl-nav .owl-next::before {
        background-size: 20px;
    }
}

@media screen and (min-width: 576px) {
    #upcoming-event-slider .owl-nav {
        margin-top: 20px;
    }

    #upcoming-event-slider .owl-nav {
        position: absolute;
        right: 0px;
        bottom: 30px;
        width: 100%;
        justify-content: end;
    }

    .upcomming-event-section .owl-carousel .owl-stage-outer {
        padding-bottom: 100px;
    }

    #upcoming-event-slider .blog-content h3 {
        font-size: 17px;
        line-height: 27px;
    }
}

@media screen and (max-width: 575px) {
    #upcoming-event-slider .item {
        max-width: 360px;
        margin: 0 auto;
    }

    #upcoming-event-slider .blog-content h3 {
        font-size: 16px;
        line-height: 26px;
    }

    #upcoming-event-slider .owl-nav {
        margin-top: 20px;
        justify-content: center;
    }

    .upcomming-event-section::before {
        width: 180%;
        height: 40%;
    }
}

/* blog card section start  */

.blog-section {
    background-image: url(/wp-content/uploads/2024/05/bg-blog-1.png);
    background-size: cover;
}

.event-image {
    top: -35px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 40px 40px -30px rgba(0, 0, 0, 0.05);
}

.yellow-border-badge {
    padding: 5px 10px;
    font-family: var(--ced-montserrat-sb);
    border: 1px solid var(--ced-orange-color);
    border-radius: 20px 0px 0px 20px;
    color: var(--ced-grey-60);
    border-right: 0;
    background-color: var(--ced-light-yellow);
}

.detail-wrap {
    right: 0px;
    text-align: end;
}

.event-title {
    color: var(--ced-grey-80);
    text-transform: capitalize;
    font-family: var(--ced-montserrat-sb);
    transition: all .5s;
    font-size: 17px;
    line-height: 27px;
}

.event-block {
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 0 40px 40px -30px rgba(0, 0, 0, 0.05);
}

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

.event-block:hover h3 {
    color: var(--ced-blue-60);
}

.event-block img {
    width: 100%;
}

.event-desc {
    font-size: 14px;
    line-height: 26px;
    color: var(--ced-grey-60);
}

@media screen and (min-width:1400px) {
    .event-image {
        max-width: 135px;
    }

    .webibar-item-wrapper {
        gap: 16px;
    }
}

@media screen and (min-width:1200px) and (max-width:1399px) {
    .event-image {
        max-width: 130px;
    }

    .webibar-item-wrapper {
        gap: 14px;
    }
}

@media screen and (min-width:1200px) {
    .event-block {
        margin-top: 80px;
        width: 24%;
    }

}

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

    .event-block {
        width: 32%;
    }

    .webibar-item-wrapper {
        gap: 15px;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .event-block {
        margin-top: 70px;
    }

    .event-image {
        max-width: 135px;
    }

}

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

    .event-block .content {
        min-height: 210px;
    }

    .event-block {
        width: 48%;
    }

    .webibar-item-wrapper {
        gap: 20px;
    }
}

@media screen and (min-width:768px) {
    .yellow-border-badge {
        font-size: 12px;
    }

    .detail-wrap {
        top: 25px;
    }

    .event-block {
        padding: 135px 20px 20px;
        border-radius: 20px;
    }
}

@media screen and (max-width:767px) {
    .event-block {
        border-radius: 18px;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .event-block {
        width: 48%;
        margin-top: 50px;
        padding: 110px 20px 20px;
    }

    .event-image {
        max-width: 115px;
    }

    .webibar-item-wrapper {
        gap: 20px;
    }

    .yellow-border-badge {
        font-size: 10px;
    }

    .detail-wrap {
        top: 15px;
    }

}

@media screen and (max-width:575px) {
    .event-block {
        width: 100%;
        max-width: 330px;
        margin: 65px auto 0;
        padding: 125px 20px 20px;
    }

    .yellow-border-badge {
        font-size: 12px;
    }

    .detail-wrap {
        top: 25px;
    }

    .event-image {
        max-width: 130px;
    }
}

/* NEWSLETTER START */

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

.newsletter-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2024/02/bg-home-021.png);
    background-position: left bottom;
    z-index: -1
}

.newletter-input {
    border-radius: 60px;
    border: 2px solid var(--ced-white-color);
    background-color: transparent;
    color: var(--ced-white-color);
}

.newletter-input::placeholder {
    color: var(--ced-white-color);
}

.newletter-input:focus,
.newletter-input:focus-visible {
    outline: none;
}

@media screen and (min-width:768px) {
    .newsletter-section::after {
        background-size: 100% 100%;
    }
}

@media screen and (max-width:767px) {
    .newsletter-section::after {
        background-size: contain;
    }

}

@media screen and (min-width:576px) {
    .newsletter-wrapper button {
        position: absolute;
        right: 10px;
    }

    .newletter-input {
        padding: 20px 210px 20px 24px;
        font-size: 18px;
    }

}

@media screen and (max-width:575px) {
    .newletter-input {
        padding: 12px 20px;
        max-width: 400px;
    }
}