* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif !important;
}

@font-face {
    font-family: 'nulshockBD';
    src: url('../font/NulshockBd') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
}

body {
    font-family: "K2D", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
    color: var(--ink);
    background: #f8fafc;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: .5px;
}

.navbar-brand img {
    width: 80px;
    position: fixed;
    top: 0;
}

.navbar {
    background: #f7f6ef;
    position: fixed;
    margin: 0;
    padding: 12px 0;
    width: 100%;
}

.navbar::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background-repeat: repeat;
    background-position: left top;
    background-size: 256.00px auto;
    background-image: url(https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png);
    opacity: 0.07;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 8px;
}

.button-85 {
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
}

.button-85:before {
    content: "";
    background: linear-gradient(45deg,
            #0e6319,
            #217425,
            #125f12,
            #0c7011,
            #287428,
            #28691b,
            #0b5c0b,
            #157e2c,
            #2eba2e);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

@keyframes glowing-button-85 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.button-85:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 10px;
}


.hero {
    position: relative;
    height: 650px;
    background: url('../Background.webp');
    /* Red background */
    overflow: hidden;
    margin-top: 64px;
}

/* Monuments image fixed bottom */
.monuments {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

/* Sun image */
.sun {
    position: absolute;
    bottom: 24%;
    right: 26%;
    transform: translateX(-50%);
    width: 280px;
    z-index: 2;
    transition: transform 0.2s linear;
}

.hero-text {
    position: absolute;
    top: 0;
    left: 30%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
    z-index: 3;
    display: flex;
    flex-direction: column;
}

.logo {
    width: 300px;
}

.host_logo {
    width: 350px;
}

.about_wrapper {
    padding: 60px 0;
    background: #fff;
    position: relative;
}

.about_wrapper h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 1.4;
    margin: 0 0 20px;
}

.featured_image {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 85%;
    z-index: 0;
    pointer-events: none;
}

.featured_image .image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: calc(100% + 50px);
    height: 75%;
    border-radius: 20px;
    overflow: hidden;
}


.changing-words {
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    color: white;
    /* font-family: 'nulshockBD'; */
    background: #feb20b;
    background-size: cover;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about_right video {
    border-radius: 20px;
}

.about_right {
    text-align: center;
}

.changing-words:hover span.firstName {
    color: #dedede;
    cursor: pointer;
}

.changing-words:hover span.lastName {
    color: #c1213e;
    cursor: pointer;
}


.bck-grnd {
    position: relative;
    display: flex;
    background-color: #feb20b;
    padding: 6px 16px;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    border: 3px solid transparent;
    overflow: hidden;
    z-index: 2;
    border-radius: 10px;
    letter-spacing: 1px;
    box-shadow: 0.4rem 0.4rem 0 #ffffff;
    transition: 0.5s;
    width: fit-content;
    font-weight: 700;
}

.bck-grnd .style {
    background: #f8f0e5;
    height: 150px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 30px 30px 0px 0px;
    top: 120%;
    z-index: -1;
    transition: 0.5s;
}

.bck-grnd:hover .style {
    top: -70%;
    border-radius: 50px 50px 0px 0px;
}

.bck-grnd:hover {
    color: #d8ba98;
    border: 3px solid #dac0a3;
    box-shadow: none;
}

.bck-grnd:active {
    transform: scale(1.1);
}


.txt_gradient_top {
    /* background: linear-gradient(to right, #fcce1a, #d57575 50%, #fff 50%); */
    background: linear-gradient(to right, #050402, #2a2b0b 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: background-position 0.5s ease-in;
    margin: 0 4px;
}

.txt_gradient_top.active {
    background-position: 0 0;
    /* move the gradient to left */
}

.power_platform {
    background: linear-gradient(135deg, #FFD194, #D1913C);
    padding: 60px 0;
}

.power_platform h2 {
    font-weight: 800;
    font-size: 35px;
    font-family: "TASA Explorer", sans-serif;
    margin: 0 0 40px;
    text-align: center;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;

}

.leaders {
    background: url('../edu-leaders-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.government {
    background: url('../govenment.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.knowledge {
    background: url('../knowledge.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.Networking {
    background: url('../networking.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.partners {
    background: url('../partners.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.attend_web {
    background: url('../__attendes.JPG');
    background-size: cover;
    background-repeat: no-repeat;
}

.power_platform .col-md-5 {
    width: 20%;
}

.counter-card::before {
    position: absolute;
    content: '';
    background: linear-gradient(to top, #c1213e, #b91f3b87, transparent);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: -1;
}

.counter-card {
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)); */
    /* border: 1px solid rgba(255, 255, 255, 0.08); */
    border-radius: 1rem;
    padding: 24px 24px 0;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
    transition: transform .2s ease, box-shadow .2s ease;
    position: relative;
    min-height: 300px;
    z-index: 1;
    overflow: hidden;
}


.counter-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, .35);
}


.counter-value {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: .5px;
    color: #fff;
    display: inline-flex;
    align-items: baseline;
    gap: .15rem;
    padding: 165px 0 0;
}


.counter-suffix {
    color: #fff;
    font-weight: 700;
}


.counter-label {
    margin-top: 8px;
    font-size: .95rem;
    color: #cbd5e1;
}

.speaker_section {
    position: relative;
    padding: 70px 0;
    background: url(https://worldfintechsummit.com/fintech-assets/img/past__speaker_bg.png);
    z-index: 9;
    position: relative;
}

.speaker_section::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background-repeat: repeat;
    background-position: right;
    background-size: auto;
    background-image: url(https://events.eletsonline.com/gcc-future-forum/assets/img/choose-us/line.png);
    opacity: 0.6;
    background-attachment: fixed;
}

.speaker_section h2 {
    font-weight: 800;
    font-size: 90px;
    margin: 0 0 50px;
    text-align: center;
    color: #feb20b;
    font-family: system-ui !important;
}

.speaker_section h4 {
    font-size: 40px;
    color: #000000;
    text-align: center;
    margin: 40px 0;
    background: #c1213e;
    background-size: cover;
    background-position: center;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.speaker_inner {
    text-align: center;
    width: auto;
    margin-bottom: 130px;
    position: relative;
    border-bottom: none;
    background-clip: padding-box;
    border-radius: 10px;
    z-index: 0;
}

.speaker_info h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.speaker_info {
    margin: 15px 0 10px;
}

.speaker_info h6 {
    text-align: center;
    font-size: 16px;
    color: #c1213e;
}

.speaker_info p {
    text-align: center;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    font-weight: 500;
}

.speaker_image {
    padding: 20px 0 0;
}

.speaker_image.odd {
    background: #ffc108;
}

.speaker_image.even {
    background: #ded7d7;
}


.speaker_image:hover {
    background: #ded7d7;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    border-right: 5px solid #f7c583;
    border-bottom: 5px solid #f7c583;
    border-radius: 5px;
    overflow: hidden;
}


.speaker_card {
    margin: 0 0 40px;
    border-radius: 5px;
    box-shadow: rgb(193 33 62 / 35%) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    min-height: 460px;
    background: #fff;
    overflow: hidden;
}

.partner_slider h2 {
    font-weight: 800;
    font-size: 35px;
    /* font-family: 'nulshockBD'; */
    margin: 50px 0 10px;
    text-align: center;
    color: #fff;
}

.partner_slider .partner_sub {
    color: #fff;
    width: 60%;
    margin: 10px auto;
    text-align: center;
}

.carousel-wrap {
    margin: 80px 0;
}

.owl-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(20, 20, 40, 0.08);
    transition: transform 300ms ease, opacity 300ms ease;
    will-change: transform;
    background: #fff;
}

/* image styling */
.owl-carousel .item img {
    width: 100%;
    object-fit: cover;
    display: block;
}

/* default (non-centered) items: slightly scaled down */
.owl-carousel .owl-item .item {
    transform: scale(.86);
    opacity: 0.4;
    transition: transform 300ms ease, opacity 300ms ease;
}

/* center item: larger scale + higher z-index */
.owl-carousel .owl-item.center .item {
    transform: scale(1.15);
    opacity: 1;
    z-index: 5;
}


/* control arrows custom */
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(10, 10, 30, 0.15);
}

.owl-nav .owl-prev {
    left: -22px;
}

.owl-nav .owl-next {
    right: -22px;
}

.owl-nav button:focus {
    outline: none;
}

.owl-nav .owl-prev svg,
.owl-nav .owl-next svg {
    width: 18px;
    height: 18px;
}

.partner_text {
    margin: 20px 20px 50px;
}

.partner_text h4 {
    font-size: 19px;
    font-weight: 700;
}

.partner_text p {
    font-size: 14px;
    line-height: 21px;
}



/* WHY PARTNER SECTION */
.why_partner {
    background: url(https://nbfc100.eletsonline.com/chennai/assets/images/chennai-bg4.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
}

:root {
    --gap: 1.25rem;
    --speed: 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --closed: 11rem;
    --open: 30rem;
    --accent: #ff6b35;
}

.head {
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 2rem;
    text-align: center;
    margin: 0 0 30px;
}

.head h2 {
    font-weight: 800;
    font-size: 31px;
    /* font-family: 'nulshockBD'; */
    margin: 0 0 20px;
    color: #000000;
    margin: 0 0 10px;

}

.head p {
    font-size: 19px;
    color: #8c4f00;
    margin: 0 0 20px;
    font-weight: 600;
}

.why_partner .controls {
    display: none;
}

@media (min-width: 1024px) {
    .head h2 {
        font-size: 2.25rem;
    }
}

.why_partner .nav-btn {
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 50%;
    background: rgb(193 33 62);
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.why_partner .nav-btn:hover {
    background: var(--accent);
}

.why_partner .nav-btn:disabled {
    opacity: 0.3;
    cursor: default;
}

.slider {
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
}

.controls {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    margin: 0 0 30px;
}

.track {
    display: flex;
    gap: var(--gap);
    align-items: flex-start;
    justify-content: center;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding-bottom: 40px;
}

.track::-webkit-scrollbar {
    display: none;
}

.project-card {
    position: relative;
    flex: 0 0 var(--closed);
    height: 31rem;
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
    transition: flex-basis var(--speed), transform var(--speed);
}

.project-card[active] {
    flex-basis: var(--open);
    transform: translateY(-6px);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
}

.project-card__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.75) saturate(75%);
    transition: filter 0.3s, transform var(--speed);
}

.project-card:hover .project-card__bg {
    filter: brightness(0.9) saturate(100%);
    transform: scale(1.06);
}

.project-card__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    padding: 0;
    background: linear-gradient(to bottom, #ffffff00 40%, rgb(13 11 12) 100%);
    z-index: 2;
}

.project-card__title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: "TASA Explorer", sans-serif;
}

.project-card__thumb,
.project-card__desc,
.project-card__btn {
    display: none;
}

.project-card[active] .project-card__content {
    flex-direction: row;
    align-items: end;
    padding: 1.2rem 2rem;
    gap: 1.1rem;
}

.project-card[active] .project-card__title {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 30px;
}

.project-card[active] .project-card__thumb,
.project-card[active] .project-card__desc,
.project-card[active] .project-card__btn {
    display: block;
}

.project-card__thumb {
    width: 133px;
    height: 269px;
    border-radius: 0.45rem;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.project-card__desc {
    color: #ddd;
    font-size: 17px;
    line-height: 23px;
    font-family: 'Inter', sans-serif;
}

.project-card__desc li {
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Inter';
}

.project-card__btn {
    padding: 0.55rem 1.3rem;
    border: none;
    border-radius: 9999px;
    background: var(--accent);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.project-card__btn:hover {
    background: #ff824f;
}

.dots {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    padding: 20px 0;
}

.dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    background: var(--accent);
    transform: scale(1.2);
}

/* WHY MISS SECTION */
.why_miss {
    padding: 60px 0;
    position: relative;
    background: linear-gradient(135deg, #FFD194, #D1913C);
    z-index: 1;
}

.why_miss::before {
    /* content: ""; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background-repeat: repeat;
    background-position: left top;
    background-size: 256.00px auto;
    background-image: url('../grain.png');
    opacity: 0.09;

}

.why_miss h2 {
    font-weight: 800;
    font-size: 30px;
    /* font-family: 'nulshockBD'; */
    margin: 50px 0 30px;
    text-align: left;
    color: #c1213e;
}

.miss_inner {
    transform: scale(1.02);
    overflow: hidden;
    border-radius: 16px;
    margin: 10px 0 15px;
    padding: 14px 20px;
    box-shadow: rgb(233 226 226 / 57%) 0px 2px 8px 0px;
    border: 1px solid #3333331c;
    background: #ffffffa6;
}

.miss_inner h4 {
    font-size: 18px;
    font-weight: 600;
}

.miss_inner p {
    margin-bottom: 0;
    font-size: 14px;
}

.what_get {
    background: #f7f6ec;
    position: relative;
}

.what_get::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background-repeat: repeat;
    background-position: left top;
    background-size: 256.00px auto;
    background-image: url('../grain.png');
    opacity: 0.02;
}

.who_meet {
    background: url('../bg-3.jpg');
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.who_meet h2 {
    font-weight: 800;
    margin: 20px 0 50px;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    /* font-family: 'nulshockBD'; */
}

.meet_inner {
    position: relative;
    text-align: center;
    backdrop-filter: blur(6px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    padding: 20px;
    min-height: 350px;
    overflow: hidden;
}

/* Running border line */
.meet_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 2px;
    /* border thickness */
    background: linear-gradient(90deg, #00dbd9, #4284ff, #ff00cc, #00dbd9) no-repeat;
    background-size: 300% 300%;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    animation: borderRun 2s linear infinite;
}

/* Show border only on hover */
.meet_inner:hover::before {
    opacity: 1;
}

@keyframes borderRun {
    0% {
        background-position: 0% 0%;
    }

    25% {
        background-position: 100% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    75% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

.meet_inner img {
    text-align: center;
    margin: 0 0 20px;
    width: 55px;
    filter: invert(1);
}

.meet_inner h3 {
    color: #000000;
    font-weight: 600;
    text-align: center;
    font-size: 23px;
}

.meet_inner p {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
}

#glimpses {
    background: url('../chennai-bg3.webp');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

#glimpses h4 {
    text-align: center;
    color: white;
    font-size: 44px;
    padding: 28px;
    font-weight: bold;
    /* font-family: 'nulshockBD'; */
    background-image: linear-gradient(to right, #225D2D, #94B506, #F3C10A);
    background-size: cover;
    background-position: center;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.highlightSection .highlightCard {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    background-clip: padding-box;
    border: solid 1px transparent;
    transition: 0.5s;
    position: relative;
    margin: 10px 0px;
}

.highlightCard:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: transparent;
    transition: 0.5s;
}

.highlightSection .highlightCardInner {
    display: flex;
    overflow: hidden;
    border-radius: 14px;
}

.highlightSection .highlightCard img {
    border-radius: 14px;
    transition: 0.5s;
}


.testimonials__wrapper {
    padding: 60px 0;
    position: relative;
    background: linear-gradient(135deg, #FFD194, #D1913C);
    z-index: 1;
}

.testimonials__wrapper::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url('../shape.png');
    background-attachment: fixed;
    left: 0;
    top: 0;
}

.testimonials__wrapper h2 {
    font-size: 40px;
    padding: 28px;
    /* font-family: 'nulshockBD'; */
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
}


.swiper-button-next,
.swiper-button-prev {
    display: flex;
    color: #fff;
    background: #2c592b;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 2px solid #fff;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 15px;
    display: block;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}

.swiper-slide-container {
    font-size: 15px;
    background: #f6e3c9;
    height: 90%;
    padding: 10px;
    border-radius: 15px;
}

.img-container {
    position: relative;
    border-radius: 15px;
    width: 100%;
    height: 450px;
    background-size: cover !important;
}

.img-container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 15px;
    background: linear-gradient(to bottom, rgba(243, 251, 255, 0) 0%, rgba(0, 0, 0, 0.644) 100%);
}

.name-video {
    position: absolute;
    top: 75%;
    left: 0%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.name-video .title {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.video-play-button {
    transform: translateX(-50%) translateY(-0%);
    box-sizing: content-box;
    display: block;
    width: 10px;
    height: 18px;
    border-radius: 50%;
    padding: 5px 13px 5px 14px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #2c592b;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: #60b2ff;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 15px solid #ea6b2a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.youtube-video .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding: 0 15px;
    height: 100%;
    max-width: 1000px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

iframe#youtubevideo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.youtube-video .modal-content {
    background: none !important;
    border: none;
}

#modal-video {
    width: 100%;
    height: auto;
}

.testimonials__wrapper .modal-content button {
    position: absolute;
    right: -7px;
    z-index: 1111;
    width: 30px;
    height: 30px;
    top: -10px;
    border: 0;
    border-radius: 100px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 15px !important;
    display: block;
    color: #fff;
}

.modal-backdrop.fade {
    display: none;
}

.magazine_wrapper_txt {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin: 40px 0 0;
    color: #000;
}

.magazines_wrapper {
    padding: 240px 0px 50px;
    background: #fff;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.home-banner-demo-ul-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.demo-self {
    position: absolute;
    height: 100%;
    top: 0;
}

.shelf-left {
    left: 0;
    width: 82px;
    background: url(https://events.eletsonline.com/his/images_16/shelf1.webp);
}

.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 {
    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 {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.home-banner-demo-thum {
    position: relative;
    display: block;
    width: 160px;
    height: auto;
}

.footer_above {
    background: linear-gradient(to top, rgb(255 154 75 / 38%), transparent);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    padding: 60px 0;
}

#contact {
    padding: 0 15px 60px !important;
}

.conty {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: #ac4d00a3 5px 5px 15px;
}

.conty p {
    font-size: 18px;
    font-weight: 600;
}

.menu-foot>li>a {
    color: #e9e9e9;
    font-size: 15px;
    text-decoration: none;
}

.menu-foot ul li {
    list-style: none;
}

.footer-social__v3 .social-icon {
    margin-right: 40px;
}

.social-icon {
    margin-top: 20px;
}

.social-icon a {
    color: #fff;
    text-decoration: none;
}

.menu-foot ul {
    list-style: none;
    padding-left: 0;
}

.menu-foot>li {
    margin-bottom: 10px;
    list-style: none;
}

.btn.btn-green-linear {
    background: linear-gradient(236deg, #f48721 0%, #d02526 100%);
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    background-size: 200%;
    animation: anime 2s linear infinite;
    border-radius: 2vw;
    color: #fff;
}


.partner_wrapper {
    padding: 60px 0;
    background: url(https://wes.eletsonline.com/wp-content/themes/Zephyr/assets/image_34/partner-bg4.webp);
    background-attachment: fixed;
}

.partner_wrapper h2 {
    font-weight: 800;
    font-size: 90px;
    margin: 0 0 50px;
    text-align: center;
    color: #feb20b;
    font-family: system-ui !important;
}

.partner_inner {
    margin-bottom: 25px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    padding: 0 15px 10px;
    overflow: hidden;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    box-shadow: #feb20b 0px 2px 4px;
}

.partner_inner p {
    background: #f7f6ef;
    margin: 0 -15px 20px;
    font-size: 16px;
    font-weight: 600;
    padding: 3px;
    color: #5c5950;
}

.roundtable_speaker {
    background: linear-gradient(135deg, #e6e5de, #cfcdc2);
    padding: 60px 0;
}

.roundtable_speaker h2 {
    font-weight: 800;
    font-size: 35px;
    margin: 0 0 40px;
    text-align: center;
    color: #c1213e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlightCard h3 {
    text-align: center;
    font-weight: 900;
    font-size: 50px;
    padding: 100px 0;
    background: #feb20b;
    color: #c1203f;
    width: 370px;
    height: 370px;
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px) saturate(180%);
    background-color: rgb(152 158 170 / 15%);
}

/* END HERE */

@media (max-width: 900px) {
    .owl-carousel .item img {
        height: 160px;
    }

    .image_right {
        margin-top: 40px;
    }

    .owl-carousel .owl-item .item {
        transform: scale(.82);
    }

    .owl-carousel .owl-item.center .item {
        transform: scale(1.06);
    }

    .speaker_section h2,
    .partner_wrapper h2 {
        font-size: 35px;
    }
}

@media (max-width: 600px) {
    .owl-carousel .item img {
        height: 140px;
    }

    .sun {
        bottom: 0;
        right: -0%;
        transform: translateX(-50%);
        width: 200px;
        z-index: 2;
    }

    .hero-text {
        position: relative;
        left: unset;
        transform: unset;
    }

    .power_platform .col-md-5 {
        width: 50%;
    }

    .power_platform h2 {
        font-size: 16px;
    }

    .why_miss h2 {
        font-size: 20px;
    }

    .meet_inner {
        margin: 0 0 20px;
    }

    .track {
        flex-direction: column;
        scroll-snap-type: y mandatory;
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 0;
    }

    .head {
        padding: 30px 15px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .slider {
        padding: 0 15px;
    }

    .track {
        flex-direction: column;
        scroll-snap-type: y mandatory;
        gap: 0.8rem;
        padding-bottom: 20px;
    }

    .project-card {
        height: auto;
        min-height: 80px;
        flex: 0 0 auto;
        width: 100%;
        scroll-snap-align: start;
    }

    .project-card[active] {
        min-height: 300px;
        transform: none;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }

    .project-card__content {
        flex-direction: row;
        justify-content: flex-start;
        padding: 1rem;
        align-items: center;
        gap: 1rem;
    }

    .project-card__title {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: 1.2rem;
        margin-right: auto;
    }

    .project-card__thumb,
    .project-card__desc,
    .project-card__btn {
        display: none;
    }

    .project-card[active] .project-card__content {
        align-items: flex-start;
        padding: 1.5rem;
    }

    .project-card[active] .project-card__title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }

    .project-card[active] .project-card__thumb {
        width: 200px;
        height: 267px;
        border-radius: 0.35rem;
        margin-bottom: 1rem;
    }

    .project-card[active] .project-card__desc {
        font-size: 0.95rem;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .project-card[active] .project-card__btn {
        align-self: center;
        width: 100%;
        text-align: center;
        padding: 0.7rem;
    }

    .dots {
        display: none;
    }

    .controls {
        width: 100%;
        justify-content: space-between;
        padding: 0 15px 20px;
    }

    .nav-btn {
        position: static;
        transform: none;
    }

    .why_partner {
        background-position: center;
    }
}