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

.banner-section {
    background-color: var(--ced-heading-color);
    background-image: url(/wp-content/uploads/2024/05/event-banner-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 1;
}

.banner-section::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: url(/wp-content/uploads/2024/02/bg-orange.png);
    background-size: cover;
    z-index: -1;
    transform: scaleY(-1);
    animation: gradient 10s ease-in-out infinite;
    animation-direction: alternate;
}

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

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

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

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

.social-item {
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .23);
    z-index: 1;
}

.social-item:hover {
    border: 2px solid transparent;
}

.social-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(23deg, var(--ced-blue-60), var(--ced-green-color));
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    transform: scale(.5);
}

.social-item:hover::before {
    opacity: 1;
    transform: scale(1);
}

.share-text {
    font-size: 15px;
    font-family: var(--ced-montserrat-m);
}

.event-detail-card {
    border-radius: 20px;
    background-image: linear-gradient(103deg, rgba(65, 59, 188, .3) 1.21%, rgba(157, 119, 112, .2) 49.89%, rgba(242, 175, 41, .1) 95.11%);
    color: var(--ced-white-color);
}

.event-detail-card .title {
    text-transform: uppercase;
    font-family: var(--ced-montserrat-m);
    letter-spacing: 1px;
    background-repeat: no-repeat;
}

.event-detail-card .text {
    opacity: .6;
}

.event-detail-card .card-item::before {
    content: '';
    position: absolute;
    transform: translateY(-50%);
}

.event-detail-card .card-item:last-child::before {
    display: none;
}

.card-item.schedule .title {
    background-image: url(/wp-content/uploads/2024/05/calendar-1.svg);
}

.card-item.booth .title {
    background-image: url(/wp-content/uploads/2024/08/booth.svg);
}


.card-item.time .title {
    background-image: url(/wp-content/uploads/2024/05/clock-1.svg);
}

.card-item.location .title {
    background-image: url(/wp-content/uploads/2024/05/location-1.svg);
}

/* ------ */
.pointer-list-item {
    position: relative;
    color: rgba(255, 255, 255, .64);
}

.pointer-list-item::before {
    position: absolute;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2024/01/check-circle.svg);
    background-repeat: no-repeat;
    content: "";
    background-position: center;
    left: 0px;
}

/* Prerequisite and support responsive strt  */

@media screen and (min-width: 1200px) {
    .pointer-list-item {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .pointer-list-item {
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (max-width: 991px) {
    .pointer-list-item {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (min-width: 768px) {
    .pointers-wrapper {
        margin-top: 100px;
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .pointers-wrapper {
        margin-top: 80px;
    }
}

@media screen and (min-width: 576px) {
    .pointer-list-item {
        padding: 20px 20px 0px 50px;
        margin-bottom: 30px;
        width: 48%;
    }

    .pointer-list-item::before {
        background-size: 24px;
        top: 36px;
    }

    .event-detail-card {
        max-width: 1100px;
    }

}

@media screen and (max-width: 575px) {
    .pointer-list-item {
        padding-left: 45px;
        margin-bottom: 20px;
    }

    .pointer-list-item::before {
        background-size: 20px;
        top: 16px;
    }

    .pointer-list-item:last-child {
        margin-bottom: 0;
    }

    .pointers-wrapper {
        margin-top: 60px;
    }
}

/* Banner Responsisve start  */

@media screen and (min-width: 1400px) {
    .banner-section h1 {
        font-size: 105px;
        line-height: 115px;
    }
}

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

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


    .social-icons-list {
        padding: 20px 30px;
    }

    .event-detail-card .text {
        font-size: 20px;
    }

    .event-detail-card .card-item {
        padding: 55px 50px;
    }

    .event-detail-card .card-item::before {
        right: 30px;
        height: 150px;
    }

    .social-item {
        width: 46px;
        height: 46px;
    }
}

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

    .event-detail-card .text {
        font-size: 18px;
    }

    .event-detail-card .card-item {
        padding: 45px 40px;
    }

    .event-detail-card .card-item::before {
        right: 20px;
        height: 110px;
    }

}

@media screen and (max-width: 1199px) {
    .social-item {
        width: 42px;
        height: 42px;
    }

    .social-item img {
        max-width: 26px;
    }
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
    .social-icons-list {
        padding: 12px 20px;
    }
}

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

    .banner-subhead {
        font-size: 18px;
        line-height: 32px;
        max-width: 75%;
    }

    .event-detail-card .title {
        font-size: 18px;
    }

    .card-item .title {
        background-size: 27px;
        padding-left: 42px;
    }

    .event-detail-card {
        margin-top: 100px;
    }
}

@media screen and (max-width:991px) {
    .social-icons-list {
        width: max-content;
    }
}

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

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

    .event-detail-card .card-item {
        padding: 40px 30px;
    }

    .event-detail-card .card-item::before {
        right: 5px;
        height: 130px;
    }

    .event-detail-card .text {
        line-height: 28px;
    }

    .event-detail-card {
        margin-top: 60px;
    }

    .card-item .title {
        background-size: 24px;
        padding-left: 40px;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .banner-subhead {
        line-height: 28px;
    }
}

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

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

    .event-detail-card .card-item {
        padding: 35px 25px;
    }

    .event-detail-card .card-item:nth-child(2) {
        padding: 35px 20px;
    }

    .event-detail-card .card-item::before {
        right: 8px;
        height: 100px;
    }

}

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


    .card-item.schedule {
        width: 40%;
    }

    .card-item.time {
        width: 25%;
    }

    .card-item.booth {
        width: 25%;
    }

    .card-item.location {
        width: 35%;
    }

    .event-detail-card .card-item::before {
        top: 50%;
        width: 1px;
        background-image: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgba(255, 255, 255, .6) 51%, rgba(0, 0, 0, 0.05) 100%);
    }

    .social-icons-list {
        background-image: linear-gradient(206deg, rgba(255, 255, 255, 0.15) 2.09%, rgba(255, 255, 255, 0.05) 97.24%);
        border-radius: 50px;
    }
}

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

    .event-detail-card .text {
        font-size: 15px;
        line-height: 26px;
    }

    .card-item .title {
        background-size: 20px;
        padding-left: 34px;
        font-size: 14px;
    }

    .event-detail-card {
        margin-top: 50px;
    }

    .social-icons-list {
        margin: auto;
    }
}

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

    .banner-section h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .banner-subhead {
        font-size: 15px;
        line-height: 26px;
    }

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

    .event-detail-card .card-item {
        padding: 30px;
    }

    .event-detail-card .card-item::before {
        left: 30px;
        height: 1px;
        width: 80%;
        top: 120px;
        background-image: linear-gradient(269deg, rgba(0, 0, 0, .0) 0%, rgba(255, 255, 255, .35) 34%);
    }

    .event-detail-card {
        max-width: 360px
    }

    .social-icons-list {
        position: relative;
        padding-top: 30px;
        margin-bottom: 40px;
    }

    .social-icons-list::before {
        position: absolute;
        left: 50%;
        top: 0;
        width: 100%;
        transform: translateX(-50%);
        height: 1px;
        content: '';
        background: radial-gradient(circle, rgb(222 222 222 / 56%) 52%, rgba(148, 187, 233, 0) 100%);
    }

}

/* MEET US SECTION BOOTH START */
.meet-us-section {
    background-image: url(/wp-content/uploads/2024/02/banner122.png);
    background-size: cover;
}

.highlight-text {
    color: var(--ced-blue-60);
    font-family: var(--ced-montserrat-b);
}

/* TEAM SECTION START  */

.speakers-wrapper .name {
    font-family: var(--ced-montserrat-m);
}

.speaker-detail {
    overflow: hidden;
}

.guest-detail {
    background-color: var(--ced-grey-80);
}

.guest-detail::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 64%;
    background-color: var(--ced-green-color);
}

.speakers-slider .owl-prev,
.speakers-slider .owl-next {
    transition: 300ms all;
    border-radius: 50%;
    bottom: 35px;
    background-size: 26px !important;
    background-repeat: no-repeat !important;
    text-indent: -10000px;
    background-position: center !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.speakers-slider .owl-prev {
    background-image: url("/wp-content/uploads/2023/08/chevron-left-Black.svg") !important;
}

.speakers-slider .owl-prev:hover,
.speakers-slider .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.speakers-slider .owl-next {
    background-image: url("/wp-content/uploads/2023/08/chevron-right-Black.svg") !important;
}

.speakers-slider .owl-nav .disabled {
    cursor: default !important;
    opacity: 0.5;
}

.speakers-slider .owl-nav .disabled:hover {
    background-color: var(--ced-grey-30);
}

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

    .speakers-wrapper .name {
        font-size: 18px;
    }

    .guest-detail::before {
        left: 20px;
        top: 17%;
    }

    .guest-detail {
        padding: 16px 16px 16px 40px;
        min-height: 85px;
        margin-top: -20px;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .speakers-wrapper .name {
        font-size: 16px;
    }

    .guest-detail {
        padding: 16px 16px 16px 34px;
    }

    .guest-detail::before {
        left: 18px;
        top: 18%;
    }
}

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

    .guest-detail {
        min-height: 105px;
        margin-top: -10px;
    }
}


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

    .speaker-detail {
        border-radius: 20px;
    }

    .guest-detail {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

@media screen and (min-width:768px) {
    .speakers-wrapper .designation {
        font-size: 14px;
    }

    .speakers-wrapper .name {
        margin-bottom: 10px;
    }
}

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

    .speaker-detail {
        border-radius: 12px;
    }

    .guest-detail {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }



    .guest-detail {
        padding: 16px;
    }

    .guest-detail::before {
        display: none;
    }

    .speakers-wrapper .name {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .speakers-wrapper .designation {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .speaker-detail {
        border-radius: 16px;
    }

    .guest-detail {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

}




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


    .speakers-slider .owl-nav {
        display: flex;
        justify-content: center;
        gap: 0px 20px;
        margin-top: 20px;
    }

}

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

    .speakers-slider .owl-prev,
    .speakers-slider .owl-next {
        top: 50%;
        transform: translateY(-50%);
    }

    .speakers-slider .owl-prev,
    .speakers-slider .owl-next {
        position: absolute;
    }
}

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


    .speakers-slider .owl-prev,
    .speakers-slider .owl-next {
        height: 45px;
        width: 45px;
    }
}

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


    .speakers-slider .owl-prev {
        left: -20px;
    }

    .speakers-slider .owl-next {
        right: -20px;
    }
}

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


    .speakers-slider .owl-prev {
        left: -35px;
    }

    .speakers-slider .owl-next {
        right: -35px;
    }

    .speakers-slider .owl-prev,
    .speakers-slider .owl-next {
        height: 50px;
        width: 50px;
    }
}

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

    .speakers-slider .owl-prev {
        left: -22px;
    }

    .speakers-slider .owl-next {
        right: -22px;
    }

    .speakers-slider .owl-prev,
    .speakers-slider .owl-next {
        height: 40px;
        width: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .speakers-slider .owl-prev {
        left: -35px;
    }

    .speakers-slider .owl-next {
        right: -35px;
    }

    .speakers-slider .owl-prev,
    .speakers-slider .owl-next {
        height: 50px;
        width: 50px;
    }
}

/* COUNTDOWN SECTION START */

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

.coundown-section::after {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2024/02/table-bg.png);
    background-position: left bottom;
    z-index: -1;
    transform: scale(-1);
}

.segment {
    width: max-content;
}

/* .countdown::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(288deg, rgba(39, 39, 39, .65) 30%, rgba(75, 75, 75, .94) 64%);
    z-index: -2;
} */

.countdown .segment .legend {
    display: block;
    color: var(--ced-green-color);
    font-family: var(--ced-montserrat-b);
}

.dotes:before {
    content: ":";
    position: absolute;
    color: var(--ced-green-color);
}

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

    .dotes:before {
        right: -80px;
    }
}

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

    .dotes:before {
        right: -65px;
    }
}

@media screen and (min-width: 1200px) {
    .countdown .segment .legend {
        font-size: 92px;
        line-height: 110px;
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .countdown .segment .legend {
        font-size: 72px;
        line-height: 90px;
    }

    .dotes:before {
        right: -100px;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .countdown .segment .legend {
        font-size: 62px;
        line-height: 75px;
    }

    .dotes:before {
        right: -80px;
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .countdown .segment .legend {
        font-size: 52px;
        line-height: 65px;
    }

    .dotes:before {
        right: -50px;
        top: -7px;
    }
}

@media screen and (min-width: 992px) {
    .countdown .segment .value {
        font-size: 20px;
    }
}

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

    .dotes:before {
        top: -5px;
    }

    .coundown-section .section-subhead {
        max-width: 65%;
    }
}

@media screen and (max-width:575px) {
    .countdown .segment .legend {
        font-size: 36px;
        line-height: 46px;
        text-align: center;
    }

    .countdown {
        max-width: 400px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .dotes:before {
        right: -36px;
        top: -3px;
    }

    .countdown .segment .value {
        font-size: 14px;
    }
}

.highlight-point {
    color: var(--ced-green-color);
}

.code-text {
    border-bottom: 2px dashed var(--ced-white-color);
    transition: all;
}

.custom-tooltip {
    text-align: center;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

.custom-tooltip .tooltip {
    background: var(--ced-white-color);
    bottom: 100%;
    color: var(--ced-black-color);
    display: block;
    opacity: 0;
    padding: 12px 15px;
    pointer-events: none;
    position: absolute;
    width: 350px;
    transform: translateY(10px);
    transition: all 0.25s ease-out;
    border-radius: 10px;
    font-size: 13px;
    margin-bottom: 15px;
}

.custom-tooltip .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.custom-tooltip .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid var(--ced-white-color) 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}

.custom-tooltip:hover .tooltip,
.code-text:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
}

@media screen and (max-width: 575px) {
    .custom-tooltip .tooltip:after {
        left: auto;
        right: 28px;
    }
}

@media screen and (min-width: 576px) {
    .custom-tooltip .tooltip {
        left: 65%;
        transform: translateX(-50%) !important;
    }

    .custom-tooltip .tooltip:after {
        left: 50%;
        margin-left: -13px;
    }
}