* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Bricolage Grotesque', sans-serif;
}

p {
    font-size: 16px;
}

.section {
    padding: 60px 0;
}

.bg-vd {
    position: relative;
}

.logo-mid {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
}

.logo-mid2 {
    position: absolute;
    top: 1%;
    left: 20px;
    width: 160px;
}

.logo-mid4 {
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
}

.logo-mid3 {
    position: absolute;
    top: 1%;
    right: 20px;
    width: 40%;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
    align-items: center;
}

.tagline {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    color: #ffffff;
}

@supports (text-shadow: 1px 1px 1px 1px black) {
    .title {
        text-shadow:

            var(--x-offset) var(--y-offset) 0px 0px var(--background-color),

            var(--x-offset) var(--y-offset) var(--stroke) 0px var(--stroke-color);

    }
}

#about {
    padding: 50px 0;
    position: relative;
    z-index: 1000;
    background: #fff;
    border: 10px solid transparent;
    border-image: url('./assets/img/strip.png') 50 round;
}

/* #about::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: red;
} */

#about p {
    font-size: 18px;
    line-height: 30px;
}

.abt-box {
    /* box-shadow: rgb(2 0 249) 0px 2px 4px; */
}


.segment_wrapper .carousel-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 15px 10px;
    margin: 15px;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    box-shadow: 0 8px 32px rgb(0 0 0 / 2%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.segment_wrapper .carousel-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.segment_wrapper .carousel-item h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #ffcc00;
    border-bottom: 2px solid rgba(255, 204, 0, 0.5);
    padding-bottom: 10px;
}

.segment_wrapper .carousel-item p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgb(53 140 54);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    padding: 15px 10px;
    color: #fff;
    min-height: 85px;
}

.segment_wrapper .carousel-item ul {
    list-style-type: none;
    padding-left: 0;
}

.segment_wrapper .carousel-item li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.segment_wrapper .carousel-item li:before {
    content: "•";
    color: #ffcc00;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -5px;
}

.digital-1 {
    background: url('https://nbfc100.eletsonline.com/assets/images/gall/img-9.webp') !important;
    background-size: cover !important;
    background-position: center !important;
}

.startups_1 {
    background: url('https://nbfc100.eletsonline.com/assets/images/gall/img-13.webp') !important;
    background-size: cover !important;
    background-position: center !important;
}

.cloud_1 {
    background: url('https://nbfc100.eletsonline.com/assets/images/gall/img-6.webp') !important;
    background-size: cover !important;
    background-position: center !important;
}

.arti_1 {
    background: url('https://nbfc100.eletsonline.com/assets/images/gall/img-17.webp') !important;
    background-size: cover !important;
    background-position: center !important;
}


.infra_1 {
    background: url('https://nbfc100.eletsonline.com/assets/images/gall/img-8.webp') !important;
    background-size: cover !important;
    background-position: center !important;
}

.workforce {
    background: url('https://nbfc100.eletsonline.com/assets/images/gall/img-1.webp') !important;
    background-size: cover !important;
    background-position: center !important;
}

.citizen {
    background: url('https://nbfc100.eletsonline.com/assets/images/gall/img-11.webp') !important;
    background-size: cover !important;
    background-position: center !important;
}

/* Owl Navigation Styling */
.segment_wrapper .owl-nav {
    text-align: center;
    margin-top: 20px;
}

.segment_wrapper .owl-prev,
.segment_wrapper .owl-next {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    margin: 0 10px !important;
    font-size: 24px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.segment_wrapper .owl-prev:hover,
.segment_wrapper .owl-next:hover {
    background: rgba(255, 204, 0, 0.8) !important;
    color: #000 !important;
}

.segment_wrapper .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.segment_wrapper .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3) !important;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.segment_wrapper .owl-dot.active {
    background: #ffcc00 !important;
    transform: scale(1.3);
}



/* Responsive Design */
@media (max-width: 768px) {
    .fixed-top {
        background-color: rgba(0, 128, 0, 0.836);
    }

    .segment_wrapper .carousel-item {
        height: auto;
        min-height: 280px;
        padding: 20px;
    }

    .segment_wrapper .carousel-item h3 {
        font-size: 1.5rem;
    }

    .navbar-light .navbar-toggler {
        background: #fff;
    }

    .countdown_txt h4 {
        font-size: 18px !important;
    }

    .logo-area {
        margin: 0 auto;
    }

    .logo-area img {
        width: 350px;
    }
}



#why-up ul li {
    font-size: 18px;
    margin-top: 20px;
    list-style: none;
    border: 1px solid #ffc616;
    padding: 5px 15px;
    border-radius: 5px;
}

#why-up ul {
    padding-left: 0;
}

#who-should-attend {
    background: url('./assets/img/bg-attend.webp');
    background-size: cover;
    padding: 50px 0 50px;
    height: 650px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.segment_wrapper {
    /* background: #010120 url('./assets/img/digital.png'); */
    background: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    background-attachment: fixed !important;
    overflow: hidden;
    padding: 30px 0;
}

.scrolled {
    background: #fffffff2;
}

.scrolled .nav-link {
    color: #000 !important;
}

#who-should-attend .title {
    text-shadow: unset !important;
    background: linear-gradient(to right, #ffffff, #ffffff, #04A9F5, #ffffff, #ffffff);
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 6s linear infinite;
    margin-bottom: 60px;
}

#who-should-attend ul li {
    list-style-type: none;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgb(255 255 255 / 7%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(7px);
    border-radius: 20px;
    border: 1px solid rgb(255 255 255 / 0%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgb(255 255 255 / 0%), inset 0 -1px 0 rgb(255 255 255 / 34%), inset 0 0 12px 6px rgb(255 255 255 / 0%);
    position: relative;
    overflow: hidden;
}

.countdown {
    padding: 60px 0;
    background: url('./assets/img/genda.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px;
    background-position: bottom;
}

.custom-5 {
    width: 50%;
    margin: 0;
    padding: 0 5px;
}

.countodown_inner {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #2222222e;
    margin: 10px 0;
    border-radius: 10px;
}


.countdown_txt h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.countdown_txt {
    margin-left: 10px;
}

.countdown_txt p {
    margin: 0;
    font-size: 13px;
}

.countodown_inner img {
    width: 40px;
}

#highlights p {
    margin-top: -100px;
    color: #fff;
    z-index: 1000;
    text-align: center;
    padding: 20px;
    font-size: 17px;
}

#highlights .title {
    margin-top: 20px;
}

.particles-wrapper {
    height: 80vh;
    position: relative;
}

#particles-js {
    width: 100%;
    height: 100%;
    background: #e6e6e6;
}

.agenda-h {
    text-align: center;
    background-color: #fff;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(2 0 249) 0px 2px 4px;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 10px;
}

.agenda-h i {
    font-size: 32px;
    color: #0609B8;
}

.agenda-h p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 17px;
}

.uplift {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* z-index: 1000; */
}

.bg-blues {
    background: linear-gradient(to right, #0609b8, #0609b8, #04A9F5, #0609b8, #0609b8);
}

.shiny-section {

    background: #000;
}

@keyframes shine-bg {
    0% {
        background-position: 0% 0;
    }

    100% {
        background-position: 200% 0;
    }
}


.title {
    color: #0609B8;
    font-size: 42px;
    line-height: 52px;
    font-family: "Alan Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    background: linear-gradient(45deg, rgb(213 97 36), rgb(66, 207, 111));
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 6s linear infinite;
}

@keyframes shine {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}


/* From Uiverse.io by KhelVers */
.button {
    cursor: pointer;
    font-size: large;
    font-family: inherit;
    font-weight: bold;
    color: #0609B8;
    background-color: #f8f8fd;
    padding: 0.4em 1.2em;
    border-radius: 50em;
    border: 6px solid #8b93f8;
    box-shadow: 0px 8px #d56124;
}

.button:active {
    position: relative;
    top: 8px;
    border: 6px solid #646fff;
    box-shadow: 0px 0px;
}

header .nav-link {
    color: #fff !important;
    margin-left: 15px;
    font-size: 14px;
}

.menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

.widget_title {
    font-size: 16px;
    color: #fff;
}

.menu li::marker {
    color: #fff;
}

.social-icon {
    margin-top: 10px;
}

footer .fa,
footer .social-icon a {
    text-decoration: none;
    color: #fff;
    margin-right: 7px;
}

.footer-area {
    padding: 30px 0;
    background: linear-gradient(to top, #0609b8, #282828, #282828);
}

.contact-div {
    box-shadow: rgb(60 159 72) 0px 2px 4px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.contact_inner {
    padding: 20px;
}

.contact_inner p {
    margin-bottom: 10px;
}

.top_badge {
    background: linear-gradient(320deg, rgb(48 126 40) 0%, rgb(83 223 134) 100%);
    color: #000000;
    padding: 10px 20px;
}

.top_badge h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.contact_inner i {
    color: #0609B8;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    /* nav position clickable fix */
}

.owl-nav button {
    background: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    border: none;
    padding: 15px 20px;
    font-size: 28px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    /* allow clicks */
}

.spkr {
    border-radius: 5px;
}

.spkr h4 {
    font-size: 18px;
}

.spkr p {
    font-size: 15px;
}

.spkr img {
    border-radius: 5px;
    background: radial-gradient(#44ba45, #0b3400);
}

.ps .owl-nav button {
    color: #06b815 !important;
}

.ps .spkr img {
    max-width: 75%;
    margin: 5px auto;
}

.pp .title {
    text-shadow: unset !important;
    background: linear-gradient(to right, #ffffff, #ffffff, #04A9F5, #ffffff, #ffffff);
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 6s linear infinite;
    margin-bottom: 60px;
}

.pp {
    background: radial-gradient(#44ba45, #0b3400);
}

.pp .col-md-2 {
    padding: 0 3px;
}

.pp img {
    max-width: 150px;
    max-height: 60px;
    width: 100%;
}

.pp .pp-img {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    margin: 0 0 4px;
    min-height: 80px;
    margin-bottom: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.contact {
    position: relative;
    z-index: 1;
    /* background: linear-gradient(320deg, rgb(48 126 40) 0%, rgb(83 223 134) 100%); */
    background: url('./assets/img/bg-footer.png');
    padding: 60px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

/* .contact::before {
    position: absolute;
    content: '';
    background: url('https://events.eletsonline.com/india-cx-summit/assets/cx-img/abstract.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
} */

.space-10 {
    height: 10px;
}

.ico-heading h1 {
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 700;
}

.space-30 {
    height: 30px;
}

.cont {
    width: 100%;
    max-width: 360px;
    margin: auto;
    border: 1px solid rgb(231 211 218);
    padding: 30px 10px;
    background: #ffffff8a;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
}

.cont h4 {
    color: #c60e0e;
    font-size: 17px;
    line-height: 23px;
}

.cont h5 {
    font-size: 13px;
    line-height: 1.8;
}

.cont h5 span {
    font-weight: 700;
    font-size: 17px;
}

.single-footer li a {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}



/* .owl-nav button:hover {
  background: #04A9F5;
  color: #fff !important;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
} */

.owl-theme .owl-dots .owl-dot span {
    margin: 0px 1px !important;
    background: #0cf663 !important;
}

.owl-nav button span {
    font-size: 44px;
    line-height: 1;
}

section.wave-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* Make sure canvas fills the section */
section.wave-section canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

section.wave-section .content {
    position: relative;
    z-index: 2;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    height: 100%;
}

.speaker-card {
    text-align: center;
    box-shadow: rgb(2 0 249) 0px 2px 4px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.speaker-card img {
    max-width: 40%;
}

.speaker-card h5 {
    background-color: #0609B8;
    color: #fff;
    border-radius: 5px;
    padding: 4px;
}

/* Magazine Wrapper */
.magazines_wrapper {
    padding: 200px 0px 40px;
    background: #fff;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.magazines_wrapper .container {
    max-width: 1000px;
    min-width: 350px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0 35px;
}

.magazines_wrapper h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #fff;
}

.shelf-left {
    left: 0;
    width: 82px;
    /* background: url(https://pubhtml5.com/images_16/home/shelf1.png); */
    background: url(https://events.eletsonline.com/his/images_16/shelf1.webp);
}

.demo-self {
    position: absolute;
    height: 100%;
    top: 0;
}

.shelf-mid {
    left: 82px;
    right: 82px;
    background: url(https://events.eletsonline.com/his/images_16/shelf2.webp);
}

.shelf-right {
    right: 0;
    width: 82px;
    background: url(https://events.eletsonline.com/his/images_16/shelf3.webp);
}


.home-banner-demo-ul-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.home-banner-demo-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-banner-demo-ul>.tall {
    display: inline-block;
    position: relative;
    margin: 0 31px;
    margin-top: -166px;
    margin-bottom: 80px;
}

.home-banner-demo-img-container {
    position: relative;
    cursor: pointer;
}

.home-banner-demo-img-container {
    overflow: hidden;
}

.home-banner-demo-thum {
    display: block;
    max-width: 100%;
    height: auto;
}

.home-banner-demo-thum {
    position: relative;
    display: block;
    width: 160px;
    height: auto;
}

.demo-self {
    position: absolute;
    height: 100%;
    top: 0;
}

.bg-shape {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.apply_btn {
    text-align: center;
    margin-top: 30px;
}

.button {
    background: linear-gradient(320deg, rgb(48 126 40) 0%, rgb(83 223 134) 100%);
    /* background-color: #d56124; */
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    text-transform: uppercase;
}

.button .dots_border {
    position: absolute;
    border: 1px dashed white;
    border-radius: 25px;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 0.3;
}

.text_button {
    position: relative;
    z-index: 1;
}

@media (min-width: 600px) and (max-width: 991px) {
 .countdown_txt h4{
    font-size: 18px;
 }
 .countodown_inner{
    min-height: 100px;
 }
}



@media only screen and (max-width:600px) {
    .logo-mid2 {
        width: 60px;
    }

    .logo-mid4 {
        width: 80px;
        top: 18%;
    }

    .logo-mid3 {
        width: 60%;
    }

    .tagline {
        display: none;
    }

    .logo-mid {
        width: 45%;
        top: 45%;
    }

    p {
        font-size: 16px;
    }

    .title {
        font-size: 24px;
    }

    #about {
        margin-top: 10px;
    }

    .countodown_inner {
        background: #ffffffd1;
    }


    #who-should-attend {
        background-position: top;
    }

    #why-up ul li {
        margin-top: 10px;
        font-size: 16px;
    }

    .uplift {
        position: unset;
        transform: unset;
        margin-top: -145px;
    }

    .particles-wrapper {
        height: unset;
    }

    ol,
    ul {
        padding-left: 0;
    }
}