.link-item-image {

    transition: transform 0.4s ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    filter: grayscale(100%);
}

/* .w-dyn-items:hover .link-item-image {
    filter: grayscale(100%);
} */

.w-dyn-items .link-item-image:hover {
    cursor: pointer;
    filter: grayscale(0%);
    transform: scale(1.2);
}

.splide__arrow {
    top: 30% !important;
}

#Theme {
    width: 100%;
    color: #fff;
    background-color: #1B1B1B;
    border-radius: 5px;
    padding: 10px 10px;

}

#Representative {
    width: 100%;
    color: #fff;
    background-color: #1B1B1B;
    border-radius: 5px;
    padding: 10px 10px;

}

.theme-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5%;
    width: 100%;
    line-height: 1.7em;
    font-size: 26px;
    line-height: 2.1rem;
}

.theme-content > div {
    padding: 10px;
    color: #fff;
}

.team-member-detail {
    padding: 40px 0;
    color: #fff;
}

.bharathon-blog {
    line-height: 40px;
}

.dot {
    font-weight: 900;
}

.about-slush {
    font-size: 25px;
}

.m-0 {
    margin: 0;
}

.mg-top-10px {
    margin-top: 10px;
}

.mg-top-140 {
    margin-top: 20px;
}

.home-page-description {
    max-width: 90%;
    font-size: 29px;
    margin-top: 10px;
}

.display-3_4 {
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.211em;
    letter-spacing: 0.06em;
}

.color75FE72:hover {
    color: #72f471;
}

.mg-bottom--20px {
    margin-bottom: -20px;
}

.custom-nav {
    padding: 20px 0;
    transition: all 0.5s;
    background-color: transparent;

}

.custom-nav-sticky {
    padding: 5px 0;
    /* transition: all 0.5s; */
    background-color: transparent;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);

}

.black-n-white > video {

    transition: all 0.3s ease;
    filter: grayscale(100%);
}


.black-n-white:hover > video {
    filter: grayscale(0%);
}

.spacing {
    padding-top: 45px;
}

.knockout70 {
    font-family: "Knockout-70", sans-serif !important;
}

.knockout51 {
    font-family: "Knockout-51", sans-serif !important;
}


.knockout31 {
    font-family: "Knockout-31", sans-serif !important;
}

.acordion-body1 {
    transition: all 0.3s ease !important;
}

/* 
.knockout66 {
    font-family: "Knockout-66", sans-serif !important;
} */


.text-700 {
    font-weight: 700;
}

.text-900 {
    font-weight: 900;
}

.section-1-description {
    font-size: 34px;
    letter-spacing: 0.09em !important;
}

.f20 {
    font-size: 32px;
}

.f22 {
    font-size: 22px;
}

.mb20 {
    margin-bottom: 20px;
}

.backgroundblur {
    display: none;
    backdrop-filter: blur(3px);
    z-index: 1000;
}

.backgroundblur-inquiry {
    display: none;
    backdrop-filter: blur(3px);
    z-index: 1000;
}

.Exhibitorbackgroundblur-inquiry {
    display: none;
    backdrop-filter: blur(3px);
    z-index: 1000;
}


.cta-hover {
    position: relative;
    transition: transform 0.3s ease;
}

.cta-hover:hover {
    color: #fff;
}

.cta-hover::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 8%;
    background-color: #75FE72;
    transition: width 0.3s ease;
}

.cta-hover:hover::before {
    width: 100%;
}

/* css hover effect */

.card {
    width: 100%;
}

.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.col {
    width: 100%;
    cursor: auto;
}

.container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.front,
.back {
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    height: auto;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
}

.back {
    /* background: #cedce7; */
    background: #1b1b1b;
    /* background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: linear-gradient(45deg, #cedce7 0%, #596a72 100%); */

    background: -webkit-linear-gradient(#1b1b1b 100%);
    background: -o-linear-gradient(#1b1b1b 100%);
    background: linear-gradient(#1b1b1b 100%);
}

.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

.container:hover .front,
.container:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.container .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front .inner p {
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.front .inner p:after {
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}

.front .inner span {
    color: rgba(255, 255, 255, 0.7);
    font-family: inherit;
    font-weight: 300;
}

.enhancing-theme {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 30px;
    cursor: auto;
}


.pd-bottom-0-mbl {
    padding-bottom: 0px !important;
}

.header-logo-link img {
    width: 320px;
    height: 50px;

}

.coupon-button {
    background: #5469d4;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
    text-align: center;
}

.pd-top-22 {
    padding-top: 22px;
}



/* enquiry form */

.inquiry {
    display: flex;
    background-color: #030303;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;

}


.inquiry-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    height: 95%;


}

.inquiry-child {
    display: grid;
    grid-template-columns: 7fr 0.5fr;
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
}

.div1 {
    grid-area: 1 / 1 / 2 / 2;
}

.div2 {
    grid-area: 1 / 2 / 2 / 3;
}



.inquiry-form {
    width: 100%;
    height: 80%;


}

#close-btn {
    font-size: 25px;
    font-weight: 600;
    text-align: right;
    cursor: pointer;
}


#Inquirybtn {
    border-radius: 7px;
    padding: 7px 14px;
    font-weight: 400;
    top: 0%;
    right: 0%;
    background: #75FE72;
    position: absolute;
    color: #000;
    z-index: 999;
    font-size: 25px;
    cursor: pointer;
}

#Agendabtn {
    border-radius: 7px;
    padding: 7px 14px;
    font-weight: 400;
    top: 0%;
    right: 15%;
    background: white;
    position: absolute;
    color: #000;
    z-index: 999;
    font-size: 25px;
    cursor: pointer;
}



.oberoidates {
    display: flex;
    justify-content: left"

}

.splide__slide img {
    width: 80%;
}

/* purchase form */

.Inquirybtn {
    align-items: center;
    width: 100%;
    border-radius: 7px;
    font-weight: 400;
    bottom: 5%;
    display: flex;
    justify-content: center;
    height: 10%;
    right: 0%;
    background: transparent;
    position: absolute;
    color: #000;
    z-index: 999;
    font-size: 25px;
    cursor: pointer;
}

#Inquirybtn:hover {
    background: #fff;
}

.Agendabtn {
    align-items: center;
    width: 100%;
    border-radius: 7px;
    font-weight: 400;
    bottom: 5%;
    display: flex;
    justify-content: center;
    height: 10%;
    right: 10%;
    background: transparent;
    position: absolute;
    color: #000;
    z-index: 999;
    font-size: 25px;
    cursor: pointer;
}

#Agendabtn:hover {
    background: #75FE72;
}


.Purchaseform {
    display: none;
    background-color: #030303;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 600vh;
    top: -50%;
    left: 0;
    right: 0;
    z-index: 9999;

}


.Purchaseform-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    height: 95%;


}

.Purchaseform-child {
    display: grid;
    grid-template-columns: 7fr 0.5fr;
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
}

.div1 {
    grid-area: 1 / 1 / 2 / 2;
}

.div2 {
    grid-area: 1 / 2 / 2 / 3;
}

.Purchaseform-form {
    width: 100%;
    height: 80%;


}


/* exhibitor pass form */

.ExhibitorPurchaseform {
    display: none;
    background-color: #030303;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 600vh;
    top: -50%;
    left: 0;
    right: 0;
    z-index: 9999;

}


.ExhibitorPurchaseform-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    height: 95%;


}

.ExhibitorPurchaseform-child {
    display: grid;
    grid-template-columns: 7fr 0.5fr;
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
}

.Exhibitordiv1 {
    grid-area: 1 / 1 / 2 / 2;
}

.Exhibitordiv2 {
    grid-area: 1 / 2 / 2 / 3;
}

.ExhibitorPurchaseform-form {
    width: 100%;
    height: 80%;


}




#Purchaseform-close-btn {
    font-size: 25px;
    font-weight: 600;
    text-align: right;
    cursor: pointer;
}

.splide__pagination__page {
    display: none !important;
}



/* .footer-margin{
   margin:0 80px;
} */

/* media page css */
.blog-card-featured {
    text-decoration: none;
    position: relative;

}

.image-wrapper {
    overflow: hidden;
}

.position-relative.border-neutral-700 {
    border: 1px solid #2f2f2f;
}

.image-wrapper.border-neutral-700 {
    border: 1px solid #2f2f2f;
}

.image.blog-card-featured-image {
    opacity: .6;
}

.image.blog-card-featured-image {
    min-height: 500px;
    opacity: .4;
    object-fit: cover;
}

.image.blog-card-featured-image {
    min-height: 0;
}

.blog-card-featured---content-wrapper {
    z-index: 1;
    max-width: 1036px;
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translate(0, -50%);
}

.flex-horizontal {
    justify-content: center;
    align-items: center;
    display: flex;
}

.flex-horizontal.start {
    justify-content: flex-start;
}

.blog-card-featured:hover .effect {
    color: #75FE72
}

.blog-card-featured:hover .image-effect {
    transition: all 0.6s ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(2deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

/* loader */
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: none;
    position: relative;
    border: 3px solid;
    border-color: #FFF #FFF transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 999999;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #FF3D00 #FF3D00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

.loader::before {
    width: 32px;
    height: 32px;
    border-color: #FFF #FFF transparent transparent;
    animation: rotation 1.5s linear infinite;
}

.splide-width {
    width: 330px
}

.browse {
    text-decoration: none;
}

.browse:hover {
    color: #75FE72;
}

.browse:hover::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #75FE72;
    animation: border-animation 0.4s linear forwards;
}


@keyframes border-animation {
    to {
        width: 100%;
    }
}

.slide-icon-left {
    position: absolute;
    left: 5%;
    top: 14%;
    z-index: 9999;
    backdrop-filter: blur(10px);
    height: 40vw;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.slide-icon-right {
    position: absolute;
    right: 5%;
    top: 14%;
    z-index: 9999;
    backdrop-filter: blur(10px);
    height: 40vw;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.sponsor-container {
    overflow: hidden;
    margin-bottom: 7%;

    .sponsor-slider {
        animation: slidein 20s linear infinite;
        white-space: nowrap;

        .sponsor-logos {
            width: 100%;
            display: inline-block;
            margin: 0px 0px;

            .sponsor-logo {
                width: calc(100% / 7);
                aspect-ratio: 3/2;
                object-fit: contain;
                margin: 0 10px;
                animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
            }


        }

    }

    .sponsor-slider-partner {
        animation: slidein-partner 20s linear infinite;
        white-space: nowrap;

        .sponsor-logos-top,
        .sponsor-logos-bottom {
            width: 100%;
            display: inline-block;

            .sponsor-logo {
                width: calc(14% - 21px);
                aspect-ratio: 3/2;
                object-fit: contain;
                /* height: 70px; */
                margin: 0 5px;
                animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
            }
        }

        .sponsor-logos-bottom {
            margin-left: 73%;
        }
    }

    .sponsor-slider-Supported {
        animation: slidein-supported 20s linear infinite;
        white-space: nowrap;

        .sponsor-logos-top,
        .sponsor-logos-bottom {
            width: 100%;
            display: inline-block;

            .sponsor-logo {
                width: calc(15% - 20px);
                height: 70px;
                aspect-ratio: 3/2;
                object-fit: contain;
                /* margin: 0 0px 0 10px; */
                padding: 0 10px;
                animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
            }
        }

        .sponsor-logos-bottom {
            margin-left: 9%;
        }

    }

    .speaker-sponsor-slider {
        animation: speaker-slidein 35s linear infinite;
        white-space: nowrap;

        .sponsor-logos {
            width: 100%;
            display: inline-block;
            margin: 0px 0px;

            .sponsor-logo {
                width: calc(100% / 6);
                margin: 0 10px;
                animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
            }

            .speaker-sponsor-logo {
                width: calc(100% / 4);
                margin: 100px 25px;
                animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
            }
        }

        &:hover {
            animation-play-state: paused;
        }
    }

}


@keyframes speaker-slidein {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-230%, 0, 0);
    }
}


@keyframes slidein-partner {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-190%, 0, 0);
    }
}

@keyframes slidein-supported {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-110%, 0, 0);
    }
}


@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* OC-video-css */

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.browse-all-speaker {

    text-decoration: none;
    position: absolute;
    bottom: -40%;
    cursor: pointer;


}




/*Exhibitor loader */
.Exhibitorloader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: none;
    position: relative;
    border: 3px solid;
    border-color: #FFF #FFF transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 999999;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Exhibitorloader::after,
.Exhibitorloader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #FF3D00 #FF3D00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

.Exhibitorloader::before {
    width: 32px;
    height: 32px;
    border-color: #FFF #FFF transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@media (max-width: 500px) {


    .splide__slide img {
        width: 100%;

    }


    .oberoidates {
        display: flex;
        justify-content: left;
        flex-direction: column;
    }

    .oberoidates > div {
        margin-bottom: 10px;
    }

    .loader {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: none;
        position: relative;
        border: 3px solid;
        border-color: #FFF #FFF transparent transparent;
        box-sizing: border-box;
        animation: rotation 1s linear infinite;
        z-index: 999999;
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .inquiry {
        display: flex;
        background-color: #030303;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        z-index: 9999;
    }

    .media-pd-top-mbl-0 {
        padding-top: 0 !important;
    }

    .blog-card-featured---content-wrapper {
        max-width: 100%;
        margin-top: 32px;
        position: static;
        top: 0%;
        left: 0;
        transform: translate(0);
    }

    #Inquirybtn {
        border-radius: 5px;
        padding: 3px 7px;
        font-weight: 400;
        top: 200%;
        right: 5%;
        background: #75FE72;
        position: absolute;
        color: #000;
        z-index: 999;
        font-size: 18px;
        cursor: pointer;
    }

    #Agendabtn {
        border-radius: 5px;
        padding: 3px 7px;
        font-weight: 400;
        top: 200%;
        right: 50%;
        background: white;
        position: absolute;
        color: #000;
        z-index: 999;
        font-size: 18px;
        cursor: pointer;
    }

    #close-btn {
        font-size: 25px;
        font-weight: 600;
        cursor: pointer;
    }


    .inquiry-child {
        margin-top: 5%;
        width: 90%;

    }

    .inquiry-form {
        width: 90%;
    }

    .theme-content {
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding: 0 5%; */
        width: 100%;
        line-height: 20px;
        font-size: 20px;
    }

    .about-slush {
        padding-top: 10%;
        font-size: 15px;
    }


    .home-page-description {
        max-width: 100%;
        /* color: #75FE72; */
        font-size: 18px;
        margin-bottom: 40px;

    }

    .display-3_4 {
        font-size: 25px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;

    }


    .mg-top-10px {
        margin-top: -30px;
    }

    .mg-bottom--25px {
        margin-bottom: -5px;
    }


    .portfolio-section-bg-video {
        min-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .black-n-white > video {

        transition: all 0.3s ease;
        filter: grayscale(100%);
    }


    .black-n-white:hover > video {
        filter: grayscale(0%);
    }

    .w-slide {
        margin-top: 100px;
    }

    .custom-nav {
        padding: 20px 0;
        transition: all 0.5s;
        background-color: transparent;

    }


    .custom-nav-sticky {
        padding: 5px 0;
        /* transition: all 0.5s; */
        background-color: transparent;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        -moz-backdrop-filter: blur(10px);

    }


    .enhancing-theme {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 5px;
        cursor: auto;
    }

    .section {
        padding-top: 64px !important;
        padding-bottom: 80px !important;
    }

    /* .mg-top-140 {
    margin-top: 64px !important;
} */

    .pd-bottom-80-mbl {
        padding-bottom: 80px !important;
    }

    .pd-bottom-0-mbl {
        padding-bottom: 0px !important;
    }


    .slider-wrapper {
        padding-bottom: 0px !important;
    }


    .header-logo-link img {
        content: url("/slushd/images/2.svg");
        width: 250px;
        height: 50px;

    }


    .full-page-menu-btn-wrapper {
        z-index: 3;
        max-height: 24px !important;
        max-width: 24px !important;
        min-height: 24px !important;
        min-width: 24px !important;
        transform-style: preserve-3d;
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        transition: transform .3s;
    }


    .sponsor-container {
        overflow: hidden;
        margin-bottom: 10%;

        .sponsor-slider {
            animation: slidein 15s linear infinite;
            white-space: nowrap;

            .sponsor-logos {
                width: 100%;
                display: inline-block;
                margin: 0px 0px;

                .sponsor-logo {
                    width: calc(100% / 7);
                    margin: 0 2px;
                    aspect-ratio: 3/2;
                    object-fit: contain;
                    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
                }

                .speaker-sponsor-logo {
                    width: calc(100% / 4);
                    margin: 100px 60px;
                    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
                }
            }

        }

        .sponsor-slider-partner {
            animation: slidein-partner 20s linear infinite;
            white-space: nowrap;
    
            .sponsor-logos-top,
            .sponsor-logos-bottom {
                width: 100%;
                display: inline-block;
    
                .sponsor-logo {
                    width: calc(15%);
                    aspect-ratio: 3/2;
                    object-fit: contain;
                    height: 70px;
                    margin: 0 2px;
                    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
                }
            }
    
            .sponsor-logos-bottom {
                margin-left: 116%;
            }
        }
    
        .sponsor-slider-Supported {
            animation: slidein-supported 20s linear infinite;
            white-space: nowrap;
    
            .sponsor-logos-top,
            .sponsor-logos-bottom {
                width: 100%;
                display: inline-block;
    
                .sponsor-logo {
                    width: calc(25% - 20px);
                    height: 70px;
                    aspect-ratio: 3/2;
                    object-fit: contain;
                    /* margin: 0 0px 0 10px; */
                    padding: 0 10px;
                    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
                }
            }
    
            .sponsor-logos-bottom {
                margin-left: 62%;
            }
    
        }

        .speaker-sponsor-slider {
            animation: speaker-slidein 30s linear infinite;
            white-space: nowrap;

            .sponsor-logos {
                width: 100%;
                display: inline-block;
                margin: 0px 0px;

                .sponsor-logo {
                    width: calc(100% / 6);
                    margin: 0 10px;
                    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
                }

                .speaker-sponsor-logo {
                    /* mob */
                    width: calc(100% / 1);
                    margin: 100px 25px;
                    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
                }
            }

            &:hover {
                animation-play-state: paused;
            }
        }
    }

    @keyframes speaker-slidein {
        from {
            transform: translate3d(0, 0, 0);
        }

        to {
            transform: translate3d(-1110%, 0, 0);
        }
    }

    @keyframes slidein-partner {
        from {
            transform: translate3d(0, 0, 0);
        }
    
        to {
            transform: translate3d(-208%, 0, 0);
        }
    }
    
    @keyframes slidein-supported {
        from {
            transform: translate3d(0, 0, 0);
        }
    
        to {
            transform: translate3d(-165%, 0, 0);
        }
    }




    .Inquirybtn {
        align-items: center;
        width: 100%;
        border-radius: 7px;
        font-weight: 400;
        bottom: 7%;
        display: flex;
        justify-content: center;
        height: 8%;
        right: 0%;
        background: transparent;
        position: absolute;
        color: #000;
        z-index: 999;
        font-size: 25px;
        cursor: pointer;
    }

    .Agendabtn {
        align-items: center;
        width: 100%;
        border-radius: 7px;
        font-weight: 400;
        bottom: 7%;
        display: flex;
        justify-content: center;
        height: 8%;
        right: 0%;
        background: transparent;
        position: absolute;
        color: #000;
        z-index: 999;
        font-size: 25px;
        cursor: pointer;
    }

    .browse-all-speaker {
        text-decoration: none;
        position: absolute;
        right: 0px;
        cursor: pointer;
        bottom: -70%;
        transform: translate(-30%, 0);
    }

    .Purchaseform {
        display: none;
        background-color: #030303;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        height: 600vh;
        top: -50%;
        left: 0;
        right: 0;
        padding: 20px;
        z-index: 9999;

    }

    .ExhibitorPurchaseform {
        display: none;
        background-color: #030303;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        height: 600vh;
        top: -50%;
        left: 0;
        right: 0;
        padding: 20px;
        z-index: 9999;

    }

}

@media (min-width: 501px) and (max-width: 998px) {
    .inquiry {
        display: flex;
        background-color: #030303;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 9999;


    }

    image.blog-card-featured-image {
        min-height: 400px;
    }

    #Inquirybtn {
        border-radius: 5px;
        padding: 3px 20px;
        font-weight: 400;
        top: 160%;
        right: 40%;
        background: #75FE72;
        position: absolute;
        color: #000;
        z-index: 999;
        font-size: 20px;
        cursor: pointer;
    }

    #Agendabtn {
        border-radius: 5px;
        padding: 3px 20px;
        font-weight: 400;
        top: 160%;
        right: 40%;
        background: #75FE72;
        position: absolute;
        color: #000;
        z-index: 999;
        font-size: 20px;
        cursor: pointer;
    }

    #close-btn {
        font-size: 25px;
        font-weight: 600;
        cursor: pointer;
    }


    .inquiry-child {
        display: grid;
        grid-template-columns: 5fr 0.5fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .div1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .div2 {
        grid-area: 1 / 2 / 2 / 3;
    }



    .inquiry-form {
        width: 100%;
    }

    .top-section-bg-video-right {
        width: 100% !important;
        border-radius: 16px !important;
        margin-top: 48px !important;
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
    }

    .theme-content {
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding: 0 5%; */
        width: 100%;
        line-height: 20px;
        font-size: 20px;
    }

    .about-slush {
        padding-top: 10%;
        font-size: 15px;
    }


    .home-page-description {
        max-width: 100%;
        /* color: #75FE72; */
        font-size: 18px;
        margin-bottom: 60px;

    }

    .display-3_4 {
        font-size: 25px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;

    }


    .mg-top-10px {
        margin-top: -30px;
    }

    .mg-bottom--25px {
        margin-bottom: -5px;
    }


    .portfolio-section-bg-video {
        min-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .black-n-white > video {

        transition: all 0.3s ease;
        filter: grayscale(100%);
    }


    .black-n-white:hover > video {
        filter: grayscale(0%);
    }

    .w-slide {
        margin-top: 100px;
    }

    .custom-nav {
        padding: 20px 0;
        transition: all 0.5s;
        background-color: transparent;

    }


    .custom-nav-sticky {
        padding: 5px 0;
        /* transition: all 0.5s; */
        background-color: transparent;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        -moz-backdrop-filter: blur(10px);

    }


    .enhancing-theme {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 5px;
        cursor: auto;
    }

    .section {
        padding-top: 64px !important;
        padding-bottom: 80px !important;
    }

    /* .mg-top-140 {
    margin-top: 64px !important;
} */

    .pd-bottom-80-mbl {
        padding-bottom: 80px !important;
    }

    .pd-bottom-0-mbl {
        padding-bottom: 0px !important;
    }


    .slider-wrapper {
        padding-bottom: 0px !important;
    }


    .header-logo-link img {
        content: url("/slushd/images/2.svg");
        width: 250px;
        height: 50px;

    }


    .full-page-menu-btn-wrapper {
        z-index: 3;
        max-height: 24px !important;
        max-width: 24px !important;
        min-height: 24px !important;
        min-width: 24px !important;
        transform-style: preserve-3d;
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        transition: transform .3s;
    }

    .sponsor-container {
        overflow: hidden;
        margin-bottom: 10%;

        .sponsor-slider {
            animation: slidein 15s linear infinite;
            white-space: nowrap;

            .sponsor-logos {
                width: 100%;
                display: inline-block;
                margin: 0px 0px;

                .sponsor-logo {
                    width: calc(100% / 7);
                    margin: 0 5px;
                    aspect-ratio: 3/2;
                    object-fit: contain;
                    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
                }

                .speaker-sponsor-logo {
                    width: calc(100% / 4);
                    margin: 100px 60px;
                    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
                }
            }

        }

        .sponsor-slider-partner {
            animation: slidein-partner 20s linear infinite;
            white-space: nowrap;
    
            .sponsor-logos-top,
            .sponsor-logos-bottom {
                width: 100%;
                display: inline-block;
    
                .sponsor-logo {
                    width: calc(20%);
                    aspect-ratio: 3/2;
                    object-fit: contain;
                    height: 70px;
                    margin: 0 5px;
                    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
                }
            }
    
            .sponsor-logos-bottom {
                margin-left: 145%;
            }
        }
    
        .sponsor-slider-Supported {
            animation: slidein-supported 20s linear infinite;
            white-space: nowrap;
    
            .sponsor-logos-top,
            .sponsor-logos-bottom {
                width: 100%;
                display: inline-block;
    
                .sponsor-logo {
                    width: calc(25% - 20px);
                    height: 70px;
                    aspect-ratio: 3/2;
                    object-fit: contain;
                    /* margin: 0 0px 0 10px; */
                    padding: 0 10px;
                    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
                }
            }
    
            .sponsor-logos-bottom {
                margin-left: 83%;
            }
    
        }

        .speaker-sponsor-slider {
            animation: speaker-slidein 20s linear infinite;
            white-space: nowrap;

            .sponsor-logos {
                width: 100%;
                display: inline-block;
                margin: 0px 0px;

                .sponsor-logo {
                    width: calc(100% / 6);
                    margin: 0 10px;
                    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
                    ;
                }

                .speaker-sponsor-logo {
                    /* ipad */
                    width: calc(100% / 1);
                    margin: 100px 25px;
                    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
                    ;
                }
            }

            &:hover {
                animation-play-state: paused;
            }
        }
    }

    @keyframes slidein-partner {
        from {
            transform: translate3d(0, 0, 0);
        }
    
        to {
            transform: translate3d(-235%, 0, 0);
        }
    }
    
    @keyframes slidein-supported {
        from {
            transform: translate3d(0, 0, 0);
        }
    
        to {
            transform: translate3d(-125%, 0, 0);
        }
    }

    .Inquirybtn {
        align-items: center;
        width: 100%;
        border-radius: 7px;
        font-weight: 400;
        bottom: 5%;
        display: flex;
        justify-content: center;
        height: 10%;
        right: 0%;
        background: transparent;
        position: absolute;
        color: #000;
        z-index: 999;
        font-size: 25px;
        cursor: pointer;
    }

    .browse-all-speaker {

        text-decoration: none;
        position: absolute;
        bottom: -60%;
        cursor: pointer;


    }


    .Purchaseform {
        display: none;
        background-color: #030303;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        height: 600vh;
        top: -60%;
        left: 0;
        right: 0;
        z-index: 9999;

    }

    .ExhibitorPurchaseform {
        display: none;
        background-color: #030303;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        height: 600vh;
        top: -60%;
        left: 0;
        right: 0;
        z-index: 9999;

    }

}