* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif
}

section {
    scroll-margin-top: 85px
}

.navbar-nav {
    align-items: center
}

input[type=text],
textarea {
    margin: 0 0 10px;
    border-radius: 8px;
}

.btn {
    --color: #f47e3c;
    --color2: #0a191e;
    background-color: transparent;
    border-radius: 6px;
    border: .3px solid #f47e3c;
    transition: .5s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    text-transform: uppercase;
    color: #f47e3c;
    font-weight: 700
}

.btn::after,
.btn::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    transform: skew(90deg) translate(-50%, -50%);
    position: absolute;
    inset: 50%;
    left: 25%;
    z-index: -1;
    transition: .5s ease-out;
    background-color: var(--color)
}

.btn::before {
    top: -50%;
    left: -25%;
    transform: skew(90deg) rotate(180deg) translate(-50%, -50%)
}

.btn:hover::before {
    transform: skew(45deg) rotate(180deg) translate(-50%, -50%)
}

.btn:hover::after {
    transform: skew(45deg) translate(-50%, -50%)
}

.btn:hover {
    color: var(--color2)
}

.btn:active {
    filter: brightness(.7);
    transform: scale(.98)
}

body {
    background-image: url(./assets/india_HOME.png) !important;
    background-color: #180b25;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: Plus Jakarta Sans, sans-serif !important
}

.exp-in {
    width: 100% !important
}

.owl-item.active.center {
    z-index: 1111111;
    position: relative;
    opacity: 1 !important
}

.about_wrapper,
.focus_wrapper {
    background: unset !important
}

.owl-carousel .owl-item img {
    opacity: 1 !important
}

.owl-item.active {
    opacity: 1
}

footer h2 {
    text-align: center;
    margin: 20px auto
}

footer {
    z-index: 100;
    min-height: 25vh;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: rgba(68, 50, 50, 0);
    border-top: 1px solid rgba(255, 255, 255, .22);
    padding: 2rem;
    position: relative
}

footer ul {
    list-style: none
}

footer ul li a {
    cursor: pointer
}

footer ul li {
    margin: 0 8px
}

footer ul li .fa-brands {
    color: #fff;
    font-size: 18px
}

.awards_home {
    padding: 30px 0 60px
}

.awards_home .container {
    border: 1px solid;
    width: 80%;
    padding: 0;
    border-radius: 10px;
    overflow: hidden
}

.nominate_btn {
    margin: 30px 0
}

.nominate_btn a {
    background: linear-gradient(45deg, #ee4d38, #f8a440);
    padding: 10px
}

.nominate_btn a:hover {
    color: #000;
    background: #fff
}

.awards_home p {
    font-size: 20px;
    color: #fff
}

.lv_timer_info p {
    color: #fff;
    font-weight: 300;
    font-family: cursive;
    font-style: italic;
    letter-spacing: 1.02px;
    font-size: 15px
}

.about_awards {
    background: linear-gradient(45deg, #ee4d38, transparent)
}

.about_awards h2 {
    color: #fff !important;
    font-weight: 500
}

.about_awards p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px
}

.modal-content {
    background-image: linear-gradient(337deg, #db621f, #7e2f09);
    background: url(./assets/india_HOME.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.modal-title {
    color: #fff;
    font-size: 13px;
}


input[type=text],
textarea {
    padding: 10px;
    height: 45px;
    margin: 10px 0;
    border-radius: 5px;
    padding-left: 5px;
    font-size: 14px;
    background: #dbd3d338;
    border: 2px solid #ded9d95c;
    color: #fff;
    width: 49%;
}

::placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
}

.modal-content .form_submit {
    --color: #f47e3c;
    --color2: #0a191e;
    background-color: transparent;
    border-radius: 6px;
    border: .3px solid #f47e3c;
    transition: .5s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    text-transform: uppercase;
    color: #f47e3c;
    font-weight: 700;
    padding: 10px 30px;
    display: inline-block;
    background: #fff;
    margin: 20px 0;
}

.scrolled {
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.8) !important;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1) !important;
}

.scrolled .nav-link {
    color: #000 !important;
}

.highlight_wrapper {
    z-index: 3;
    width: 100%;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: center;
    margin-top: 8em;
    margin-bottom: 1em;
    display: flex;
    position: relative
}

.highlight_wrapper .container {
    z-index: 2;
    width: 100%;
    max-width: 60em;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
    display: flex;
    position: relative
}

.animation-lines__layout {
    height: 13em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative
}

.al-layout__logo {
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -4.8em
}

.keplr-logo-image {
    width: 6em;
    min-height: 2em
}

.al-display-headline {
    z-index: 3;
    width: 10em;
    text-align: center;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    font-family: Haffersqxh, sans-serif;
    font-weight: 500;
    line-height: 1;
    display: none;
    position: relative
}

.al-layout__content {
    z-index: 3;
    width: auto;
    height: auto;
    grid-column-gap: 0;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em;
    display: grid;
    position: relative
}

.al-content__item {
    width: 11em;
    height: 100%;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.al-content__item.is-1st {
    width: 14em
}

.al-content__item.is-2nd {
    width: 10em
}

.al-content__item.is-4th {
    width: 8em
}

.count-wrap {
    align-items: center;
    font-family: Haffersqxh, sans-serif;
    font-size: 3.5em;
    font-weight: 500;
    line-height: 1;
    display: flex;
    color: #fff
}

.color-platinum-200 {
    color: #95a1b4
}

.lines {
    z-index: 1;
    width: 70em;
    max-width: 99vw;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: absolute
}

.w-embed:after,
.w-embed:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table
}

.w-embed:after {
    clear: both
}

.lines-blur-bg {
    z-index: 1;
    width: 100%;
    min-height: 1em;
    min-width: 1em;
    object-fit: contain;
    position: absolute
}

a {
    color: #fff;
    text-decoration: none
}

h2 {
    background-image: linear-gradient(337deg, #ef4f38, #f79c3f);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 35px;
    font-weight: 800
}

.section-padding {
    padding: 60px 0
}

.navbar-collapse {
    justify-content: flex-end
}

.nav-link {
    color: #fff !important;
    border-right: 1px solid #fff;
    padding: 0 12px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 17px;
    margin: 0 10px;
    font-weight: 600
}

.navbar-brand img {
    width: 100px
}

.scroll_down {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 20px 0
}

.regular18 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .02em;
    color: #fff;
    margin: 0
}

.about_wrapper {
    background: #fff
}

.about_right {
    text-align: center;
    background: #f79c3f
}

.about_right img {
    padding: 40px;
    border-radius: 1rem
}

.about_left p {
    letter-spacing: .08px;
    font-size: 15px;
    line-height: 29px;
    color: #fff;
    text-align: left;
    font-weight: 200;
}

.about_left p span {
    background-image: linear-gradient(337deg, #ef4f38, #f79c3f);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero_wrapper {
    background-image: url(./assets/banner-n1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 100vh;
    background-attachment: fixed
}

.slider-in {
    padding: 90px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.slider-in h1 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    line-height: 60px;
    max-width: 90%;
    margin: auto;
    font-family: math
}

.edate {
    display: flex !important;
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    list-style: none;
    padding-left: 0;
    text-align: center;
    justify-content: center;
    color: #fff;
    margin: 11px 0 0
}

.date-lft {
    width: fit-content;
    float: left;
    font-size: 20px;
    font-weight: 600
}

.date-rgt {
    float: left;
    font-size: 16px;
    padding-left: 3px;
    width: 111px;
    border-right: 1px solid #fff;
    margin-right: 16px;
    margin-top: 16px;
    line-height: 26px;
    text-align: left
}

.edate .event {
    display: block;
    padding-top: 0;
    font-weight: 600
}

.home-btn {
    justify-content: center;
    display: flex;
    flex-wrap: wrap
}

.dhide {
    display: none !important
}

a.clicks {
    text-align: center;
    color: #fff !important;
    background: linear-gradient(to right, #f9ae41, #f41ca6, #f9ae41, #8E37D7);
    width: 178px;
    margin: 0 auto 22px;
    padding: 7px;
    border-radius: 32px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font: 700 14px / 35px "Droid Sans", sans-serif;
    background-size: 280% 100%;
    background-repeat: no-repeat;
    background-position: center
}

.blob {
    width: 7px;
    height: 7px;
    background-color: #ed5339;
    border-radius: 50%;
    animation: pulse 2s infinite;
    position: absolute;
    display: inline-block;
    margin-left: 5px
}

@keyframes pulse {
    0% {
        transform: scale(1);
        background-color: #381f8f;
    }

    50% {
        background-color: yellowgreen;
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.who_new {
    padding: 100px 0 0
}

.highlight_wrapper h2,
.who_new h2,
.delegate_wrapper h2 {
    text-align: center;
    margin: 0 0 40px;
    font-weight: 600;
    text-transform: uppercase
}

.attend_inner {
    backdrop-filter: blur(10px);
    background: #fff;
    border-radius: 7px;
    padding: 20px 10px;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    flex-direction: column
}

.attend_inner:hover {
    box-shadow: 0 5px 13px #d3513f;
    transform: translateY(-10px);
    border-radius: 20px 0;
    background: rgba(255, 255, 255, .9)
}

.attend_inner:hover img {
    transform: rotate(360deg);
    transition: all 1s
}

.focus_points {
    padding: 100px 0 0
}

.attend_inner p {
    margin: 10px 0 0;
    color: #000;
    font-size: 14px
}

/* FOCUS INDUSTRIES */
.focus_wrapper {
    background: linear-gradient(337deg, #ef4f38, #f79c3f)
}

.focus_wrapper h2 {
    text-align: center;
    margin: 0 0 40px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.nominate_btn_home {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0;
}

.nominate_btn_home a {
    --color: #f47e3c;
    --color2: #0a191e;
    background-color: transparent;
    border-radius: 6px;
    border: .3px solid #f47e3c;
    transition: .5s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    text-transform: uppercase;
    color: #f47e3c;
    font-weight: 700;
    padding: 8px 10px;
    margin: 0 10px;
    width: 180px;
    text-align: center;
}

.nominate_btn_home a:nth-child(1) {
    background-color: #f47e3c;
    color: #fff;
}

.nominate_btn_home a:nth-child(1):hover {
    color: #f47e3c;
    background-color: #fff;
}

.nominate_btn_home a:hover {
    background-color: #f47e3c;
    color: #fff;
}

.slider-in h3 {
    text-align: center;
    margin: 0 0 40px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-size: 45px;
    font-weight: 800;
}

.exp-in {
    width: 900px;
    margin: 0 auto auto;
    position: relative
}

.exp-in-pic {
    width: 600px
}

.exp-in-pic img {
    width: 100%;
    border-radius: 12px
}

.exp-in-txt {
    position: absolute;
    top: 50%;
    width: 413px;
    box-shadow: rgba(0, 0, 0, .16) 0 3px 6px;
    right: -20px;
    transform: translate(0%, -50%);
    padding: 27px 20px 38px 30px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 1rem;
    background-color: rgba(22, 22, 22, .5);
    backdrop-filter: blur(10px)
}

.exp-in-txt h4 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    color: #fff
}

.exp_bg {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 1rem;
    opacity: .5
}

.owl-prev {
    left: 0;
    position: absolute;
    top: 40%
}

.owl-next {
    right: 0;
    position: absolute;
    top: 40%
}

.owl-prev,
.owl-next {
    width: 50px;
    height: 50px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgb(255 255 255 / 8%) !important;
    border: 2px solid rgba(255, 255, 255, .12) !important;
    border-radius: 100% !important;
    box-shadow: -1px 10px 25px rgba(0, 0, 0, .49);
}

.owl-next span,
.owl-prev span {
    font-size: 2rem;
    color: #fff
}

.item:hover .exp_bg {
    opacity: 1
}

.exp-in-txt:hover {
    background-image: linear-gradient(45deg, #381f8f, #f79c3f);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.exp-in-txt p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 25px
}

.item {
    transition: transform .1s ease;
    transform-style: preserve-3d;
    will-change: transform
}

.item:hover .exp-in {
    transform: translateZ(12px)
}

/* DISCUSSION WRAPPER */

.discussion_wrapper h2 {
    text-align: center;
    margin: 0 0 40px;
    color: #fff;
    font-weight: 600
}

.color-white {
    color: #fff
}

.box-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%
}

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 100%;
    margin-bottom: 35px;
    max-width: 100%;
    transition: opacity .6s ease
}

.awards_categories_wrapper .accordion-button {
    background: linear-gradient(168deg, #e16f4b -16.54%, #4f28be 76.49%, #31118b 128.44%);
    margin: 15px 0 5px;
    font-size: 16px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid #eeeeee6e;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-button:focus {
    border: 0;
    box-shadow: none
}

.accordion-button::after {
    background-image: url(./assets/down-arrow.png) !important;
    width: 32px;
    height: 32px;
    background-size: cover
}

.accordion-button {
    background: linear-gradient(168deg, #e16f4b -16.54%, #4f28be 76.49%, #31118b 128.44%);
    margin: 0;
    font-size: 16px;
    line-height: 1em;
    color: #000;
    font-weight: 500;
    padding: 5px 10px
}

.accordion-button:not(.collapsed) {
    color: #fff
}

.accordion-body h3 {
    font-size: 17px;
    border-bottom: 1px solid #cccccc;
    padding: 13px 0;
    background-image: linear-gradient(337deg, #ef4f38, #f79c3f);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    border-top: 1px solid #cccccc;
}

.flip-box {
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px
}

.flip-box-front {
    position: relative
}

.flip-box-back,
.flip-box-front {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 215px;
    -ms-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 10px;
    outline: transparent solid 1px;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%
}

.flip-box-header {
    font-size: 17px;
    line-height: 25px;
    text-align: left;
    margin: 10px 0;
    font-weight: 500;
    color: #fff
}

.flip-box p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
    text-align: left
}

.flip-box-img {
    margin-top: 25px
}

.flip-box-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase
}

/* GSAP */
.zoomer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.zoomer .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.zoomer .wrapper .images {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -1
}

.zoomer .wrapper .images .clipper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.zoomer .wrapper .images .clipper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    filter: brightness(70%)
}

.zoomer .text {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 90%
}

.zoomer .text .clipper {
    display: flex;
    flex-direction: column
}

.zoomer .text .clipper h2 {
    text-align: center;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffa1;
    /* corrected from #fffa1 */
    font-size: 65px;
    font-weight: 600;
    position: relative;
    opacity: .5;
}


.zoomer .text .clipper h2::after {
    content: "|";
    position: absolute;
    right: 0;
    width: 100%;
    color: #000;
    animation: typing 4s steps(16) forwards, caret 1s infinite
}

@keyframes typing {
    to {
        width: 0;
    }
}

@keyframes caret {
    50% {
        color: transparent;
    }
}

.sticky-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw
}

.sticky-content .wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 90%
}

.sticky-content .wrapper .text {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    width: calc(50%)
}

.sticky-content .wrapper .images {
    display: flex;
    flex-direction: row;
    width: calc(50%);
    height: auto
}

.sticky-content .wrapper .images ul {
    display: flex;
    flex-direction: column;
    width: 100%
}

.sticky-content .wrapper .images ul li {
    display: flex;
    margin: 0;
    position: relative;
    height: 80vh;
    width: 100%;
    overflow: hidden
}

.sticky-content .wrapper .images ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

.sticky-content .wrapper .images ul li:not(:first-of-type) {
    margin-top: 5%
}

.who_should_wrapper {
    overflow: hidden
}

/* CONTACT PAGE CSS */
.cta {
    margin-bottom: -138px;
    position: relative;
    z-index: 10;
    margin-top: 40px;
}

.themesflat-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 1320px;
    max-width: 100%
}

.cta-wrapper {
    border-radius: 30px;
    background: url(./assets/india_HOME.png) 0 0/cover no-repeat;
    padding: 20px 80px 68px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc
}

.cta-wrapper .ellipse {
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: rgba(255, 255, 255, .05);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .1);
    transform: translate(-50%, 55%);
    z-index: 0
}

.cta-wrapper .ellipse.item1 {
    width: 200px;
    height: 200px;
    animation: ellipse1 3s linear 0s infinite
}

.cta-wrapper .ellipse.item2 {
    width: 290px;
    height: 290px;
    animation: ellipse1 3s linear 0s infinite;
    animation-delay: .5s
}

.cta-wrapper .ellipse.item3 {
    width: 394px;
    height: 394px;
    animation: ellipse1 3s linear 0s infinite;
    animation-delay: 1s
}

.cta-wrapper .ellipse.item4 {
    width: 496px;
    height: 496px;
    animation: ellipse1 3s linear 0s infinite;
    animation-delay: 1.5s
}

.conty h3 {
    color: #f47e3c;
    font-size: 19px;
    line-height: 30px
}

.conty p {
    color: #fff;
    margin-bottom: 4px;
    font-size: 17px
}

#footer p {
    color: #fff;
    margin: 60px 0 0
}

#footer {
    background: url(https://events.eletsonline.com/bfsi-ai-analytics/assets/images/item-background/line.png) #0C091D;
    position: relative;
    z-index: 2
}

.footer-top {
    padding-top: 170px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-title {
    color: #FFF;
    font-family: 'Space Grotesk';
    font-size: 20px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -.6px;
    margin-bottom: 36px
}

ul.wg-social {
    display: flex;
    padding-left: 0
}

ul.wg-menu li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px
}

ul.wg-menu li a {
    color: #FFF;
    position: relative
}

ul.wg-menu li a::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #6844ED;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@keyframes ellipse1 {
    0% {
        transform: translate(-50%, 55%) scale(0.8);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 55%) scale(0.9);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 55%) scale(1);
        opacity: 0;
    }
}

.past_partner {
    background: linear-gradient(45deg, #ee4d38, transparent)
}

#past_slider {
    padding: 40px 0
}

.past_partner h2 {
    font-size: 35px !important;
    text-align: left;
    color: #ffffff;
    font-family: "Merriweather", serif;
    margin: 10px 0;
    text-align: center;
}

.past_inner {
    border: 1px solid;
    width: 100%;
    height: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px
}

.past_inner img {
    max-width: 60%;
    margin: 0 auto;
    padding: 15px
}

.privacy_policy {
    background: #fff
}

.privacy_policy h3 {
    color: #000;
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 20px
}

.privacy_policy p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Plus Jakarta Sans'
}

.cat_nominee_btn {
    display: none;
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding: 7px 20px;
    border-radius: 23px
}

.cat_nominee_btn a {
    color: #000
}



.speaker_wrapper h2 {
    text-align: center;
    margin: 0 0 40px;
    font-weight: 600;
    text-transform: uppercase
}

.speaker_inner {
    text-align: center;
    width: auto;
    margin-bottom: 130px;
    position: relative;
    border-bottom: none;
    border: 4px solid;
    background-clip: padding-box;
    border-radius: 10px;
    z-index: 0;
}

.speaker_image {
    background: linear-gradient(180deg, #e16f4b -16.54%, #4f28be 76.49%, #31118b 128.44%);
    transition: all ease 0.2s;
}

.speaker_text {
    position: absolute;
    bottom: -110px;
    left: 50%;
    border-radius: 6px;
    min-height: 124px;
    padding: 10px 15px;
    transform: translatex(-50%);
    width: 95%;
    transition: all ease 0.2s;
}

.speaker_inner::after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background: linear-gradient(180deg, #e16f4b -16.54%, #4f28be 76.49%, #31118b 128.44%);
    z-index: -1;
    border-radius: 10px;
}

.speaker_text::after {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 8px;
    left: 50%;
    z-index: -1;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transform: translateX(-50%);
}

.speaker_inner:hover .speaker_image {
    transition: all ease 0.2s;
    background: linear-gradient(300deg, #e16f4b -16.54%, #4f28be 76.49%, #31118b 128.44%);
    border-radius: 10px;
    border: 5px solid #04034f;
}

.speaker_inner:hover .speaker_text {
    width: 100%;
    transition: all ease 0.2s;
}

.speaker_text img {
    width: 100px !important;
}

.delegate_wrapper {
    padding: 80px 0 0;
}

.delegate_wrapper h2 {
    margin: 0 0 10px;
}

.delegate_wrapper h4 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}

.await_text {
    text-align: center;
    color: #fff;
    margin: 10px 0;
    font-size: 28px !important;
    -webkit-text-stroke: 1px #f7ab41;
}

.delegate_wrapper p {
    text-align: center;
    color: #fff;
    margin: 10px 0;
    font-size: 14px;
}

.delegate_wrapper h6 {
    text-align: center;
    box-shadow: -5px 5px 0 0 #ec2b7a;
    color: #fff;
    width: fit-content;
    margin: 20px auto;
    padding: .8em 2em;
    background-color: #000;
    border: 3px solid #ef553c;
}

.delegate_wrapper h6:hover {
    border: 3px solid #ec2b7a;
    box-shadow: -5px 5px 0 0 #ef553c;
}

.delegate_wrapper .col-md-5 {
    width: 20%;
}

.nominate_delegate {
    text-align: center;
    margin: 20px 0;

}

.nominate_delegate a {
    text-transform: uppercase;
    font-weight: 500;
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.join_delegate_title {
    margin: 40px auto !important;
    width: 80%;

}

.ticket_row h3 {
    color: #f7ab41;
}


.bottom_exit {
    background: linear-gradient(67deg, #f7ab41, #996926, #704ab5);
    text-align: center;
    padding: 0 0 10px;
    border-top: 2px solid #fff;
}

.bottom_exit h3 {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0 10px;
    font-family: sans-serif;
    line-height: 28px;
    color: #fff !important;
    text-transform: none;
    margin: 0;
}

.bottom_exit a {
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #05798b;
    text-decoration: none;
}

.glimpses_wrapper {
    padding: 60px 0;
}

.glimpses_wrapper h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.glimpses_inner {
    margin: 0 0 30px;
}


.delegate_points {
    text-align: center;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgb(247 171 65 / 24%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 10px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.delegate_points:hover {
    background: #f7ab41;
}

.speaker_inner img {
    width: 336px;
    height: auto;
}

.speaker_inner h3 {
    color: #fff;
    font-size: 16px;
    padding: 10px 0
}

.speaker_inner h6 {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    min-height: 30px
}

.speaker_inner p {
    color: #f79c3f;
    font-size: 13px
}

#contact h2 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 30px
}

.address_div {
    background: #fff;
    padding: 10px 10px 0
}

#contact h3 {
    color: #ef4f38;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px
}

.add p {
    color: #000
}

.speaker_logo {
    background: #fff;
    padding: inherit;
    border-radius: 5px;
    margin: 0 0 10px;
    width: 120px;
    box-shadow: rgba(0, 0, 0, .07) 0 1px 1px, rgba(0, 0, 0, .07) 0 2px 2px, rgba(0, 0, 0, .07) 0 4px 4px, rgba(0, 0, 0, .07) 0 8px 8px, rgba(0, 0, 0, .07) 0 16px 16px
}

.agenda_button {
    position: fixed !important;
    font-size: 1rem;
    padding: .8em 2em;
    background-color: #000;
    border: 3px solid #f7ab41;
    border-radius: 1em;
    color: #fff;
    font-weight: bolder;
    transition: cubic-bezier(0.68, -.55, .265, 1.55) .4s;
    box-shadow: -5px 5px 0 0 #f7ab41;
    width: auto;
    white-space: nowrap;
    right: 8px;
    bottom: 350px;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: rotate(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    transform: rotate(-90deg) translateY(-100%);
    -webkit-transform-origin: 100% 0 0;
    -ms-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    margin-right: -1px;
    display: flex
}

.delegate_btn {
    box-shadow: -5px 5px 0 0 #000000;
    border: 3px solid #000;
    bottom: 200px;
    background: #f7ab41;
    color: #000;
}

.partner_inner {
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    border: 2px solid #efefef1f;
    border-radius: 5px;
}

.partner_inner p {
    text-align: center;
    color: #fff;
}

.partner_inner img {
    width: 150px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .07) 0 1px 1px, rgba(0, 0, 0, .07) 0 2px 2px, rgba(0, 0, 0, .07) 0 4px 4px, rgba(0, 0, 0, .07) 0 8px 8px, rgba(0, 0, 0, .07) 0 16px 16px;

}




/* 2ND EDITION HOME PAGE */
.banner_logo {
    width: 400px;
}

.header_left {
    padding: 400px 0 0;
}

.header_left h2 {
    font-family: "Raleway", sans-serif !important;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px #388ac4;
    margin: 20px 0 0;
    font-size: 50px;
}

.event_meta {
    margin: 10px 0;
}

.meta_inner,
.event_meta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.meta_inner {
    margin: 0 10px;
}

.meta_inner p {
    font-size: 14px;
    padding: 0 10px;
    margin: 0;
}

.event_meta {
    margin-top: -30px;
}

.event_meta .fa-solid {
    font-size: 16px;
}


.marquee-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.marquee {
    display: flex;
    width: max-content;
    animation: marquee-scroll 80s linear infinite;
}

.marquee img {
    width: 110px;
    margin: 0 40px;
    transition: transform 0.3s ease;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.marquee img:hover {
    transform: scale(1.1);
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}



.event_content h3 {
    color: #ffcc68;
    font-weight: 600;
    font-size: 36px;
    text-align: left;
}

.event_content p {
    font-size: 16px;
    text-align: left;
    line-height: 29px;
}

.event_content p span {
    color: #ffcc68;
}

.highlight_numbers {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px 10px;
    margin: 15px 0;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.head_title {
    color: #fff;
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    padding: 0 0 40px;
}



.highlight_numbers:hover {
    transform: scale(1.05);
}


.highlight_numbers {
    z-index: 1;
    position: relative;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.highlight_numbers::before {
    position: absolute;
    content: '';
    background: linear-gradient(to top, #30020a, #ff4d6d3d, transparent);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.highlight_content {
    color: #fff;
    position: absolute;
    bottom: 0;
    font-family: "Urbanist", sans-serif;
    font-size: 15px;
}

.speaker_number {
    background: url('./assets/speakers-highlighr.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.award_highlight {
    background: url('./assets/awards_highlight.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.leader_highlight {
    background: url('./assets/leaders_highlight.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.conference_highlight {
    background: url('./assets/conference_highlight.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.highlight_numbers:hover .counter-number {
    text-shadow: 2px 2px #ffcc68;
    font-size: 50px;
    color: #fff;
}

.counter-number {
    font-size: 48px;
    font-weight: bold;
    text-align: left;
}

.counter-label {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

.single-service-style-1 {
    background-color: #ffffff;
    box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
    margin-top: 30px;
    border-radius: 5px;
}

.single-service-style-1 .service-image {
    padding: 0;
}

.single-service-style-1 .service-image video {
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
}

.single-service-style-1 .content {
    padding: 0 10px;
    min-height: 110px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.cyan-bg h3 {
    color: #ffcc68 !important;
    font-family: "Raleway", sans-serif;
    font-size: 47px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0;
    padding: 40px 0 0;
}

.content h4 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.content p {
    color: #000;
    font-size: 15px;
    line-height: 20px;
}

.focus_image {
    width: 80%;
}

.focus_inner ul {
    text-align: left;
    list-style: circle;
    margin-bottom: 60px;
}

.magenta-bg h3 {
    color: #000000;
    font-size: 35px;
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.focus_inner ul li {
    font-size: 24px;
    line-height: 28px;
    padding: 10px 0;
}

.focus_row {
    justify-content: end;
    align-items: end;
}

#contact {
    padding-top: 60px;
    background: url('./assets/india_HOME.png');
}

.contact {
    text-align: center;
}

.contact h2 {
    color: #ffffff;
    font-family: 'Lemon Milk', sans-serif;
    font-size: 39px;
    font-style: normal;
    font-weight: 800;
    line-height: 72px;
}

#contact .loc {
    text-align: center;
    margin-top: 30px;
    border: 1px solid #e3d9d94a;
    padding-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

#contact .loc h3 {
    color: #ffa810;
    font-size: 14px;
    text-transform: uppercase;

    background: #ffffff4a;
    padding: 10px 0;
    margin: -20px 0 20px;
}

#contact .loc p {
    color: #fff;
    margin: 0 0 5px;
}

.text-elets {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: 200;
    line-height: 25px;
}

.fCopy {
    color: white;
    font-size: 14px;
    font-weight: 400;
}

.agenda_wrapper {
    background: #f4f4f6;
    padding: 60px 0;
}

.agenda_wrapper h2 {
    font-family: "Krona One", sans-serif;
    text-align: center;
    margin: 0 0 40px;
}


.featured-box-title h3 {
    background: #35255d;
    width: fit-content;
    color: #fff;
    padding: 5px 20px;
    font-size: 12px;
    border-radius: 10px;
}

.featured-box {
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(10px);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    transition: background 0.5s ease;
    position: relative;
    z-index: 1;
    padding: 60px;
}

.panel_1,
.panel_2,
.panel_3,
.registration {
    position: relative;
    overflow: hidden;
}

.panel_1 .overlay {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)), url('./assets/panel-1.JPG');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.panel_2 .overlay {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)), url('./assets/panel-2.JPG');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    transition: opacity 0.5s ease;
    z-index: 0;
}


.panel_3 .overlay {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)), url('./assets/panel-3.JPG');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.registration {
    min-height: 150px;
}

.registration .overlay {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)), url('./assets/registration.JPG');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.header_top_btn {
    border: none;
    outline: none;
    background-color: #35255d;
    width: 180px;
    height: 54px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}

.header_top_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    transition: all 0.3s;
}

.gradient-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 106%;
    height: 115%;
    overflow: hidden;
    border-radius: inherit;
    z-index: -2;
    filter: blur(10px);
    transition: all 0.3s;
}

.gradient {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    aspect-ratio: 1;
    border-radius: 100%;
    transition: all 0.3s;
    background-image: linear-gradient(90deg,
            hsl(226, 81%, 64%),
            hsl(271, 81%, 64%),
            hsl(316, 81%, 64%),
            hsl(1, 81%, 64%),
            hsl(46, 81%, 64%),
            hsl(91, 81%, 64%),
            hsl(136, 81%, 64%),
            hsl(181, 81%, 64%));
    animation: rotate 2s linear infinite;
    filter: blur(10px);
}

.label {
    width: 156px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 22px;
    background-color: rgb(53 37 93);

}

.header_top_btn:hover .gradient-container {
    transform: translate(-50%, -50%) scale(0.98);
    filter: blur(5px);
}

.header_top_btn:hover .gradient {
    filter: blur(5px);
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


.panel_1:hover .overlay,
.panel_2:hover .overlay,
.panel_3:hover .overlay,
.registration:hover .overlay {
    opacity: 1;
}

.panel_1 .featured-box-title,
.panel_2 .featured-box-title,
.panel_3 .featured-box-title,
.registration .featured-box-title {
    position: relative;
    z-index: 2;
    color: #000;
    transition: color 0.5s ease;
}

.panel_1:hover .featured-box-title,
.panel_2:hover .featured-box-title,
.panel_3:hover .featured-box-title,
.registration:hover .featured-box-title {
    color: #fff;
}

.panel_1:hover .featured-box-title h4,
.panel_2:hover .featured-box-title h4,
.panel_3:hover .featured-box-title h4,
.registration:hover .featured-box-title h4 {
    color: #fff;
}


.featured-box-title h4 {
    color: #000000;
    font-size: 15px;
    border-radius: 10px;
    font-family: "Krona One", sans-serif;
    margin: 0 0 5px;
    font-weight: 700;
}


.featured-box-title p {
    font-weight: 600;
    font-size: 16px;
}

.featured-box-events.featured-imagebox-post.style1 .featured-box-meta.featured-events-meta,
.featured-style4 .tribe-events-vanue {
    float: left;
}

.featured-box-events.featured-imagebox-post.style1 .featured-box-meta.featured-events-meta,
.featured-box-events.featured-imagebox-post.style1 .featured-event-box-title,
.featured-box-events.featured-imagebox-post.style1 .featured-event-venue {
    overflow: hidden;
    width: 100%;
    padding: 10px 10px 0;
    text-align: left;
}

.featured-meta-details,
.featured-meta-details a,
.featured-meta-details i {
    font-size: 14px;
    color: #656565;
}

.featured-meta-details {
    padding-bottom: 5px;
}

.featured-box-events.featured-imagebox-post.style1 span.featured-event-meta-dtend {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    margin-top: 5px;
}

.featured-box-events.featured-imagebox-post.style1 .featured-event-meta-dtend,
.featured-box-events.featured-imagebox-post.style1 .featured-event-meta-dtstart {
    font-weight: 400;
    font-family: var(--base-headingfont);
    display: table-cell;
    float: left;
}

.date-sep,
.featured-event-meta-dtend,
.featured-event-meta-dtstart {
    display: flex !important;
    float: left;
}


.featured-box-events.featured-imagebox-post.style1 .featured-event-box-title h4 a {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    text-transform: uppercase;
    transition: unset;
}


.fresh-winners {
    width: 100%;
    clear: both;
    position: relative;
    background: #fff;
    padding: 60px 0;
}

.fresh-winners-left {
    background: #ffffff;

    width: 20%;
    min-height: 800px;
    padding: 100px;
    height: 100%;
}

.fresh-winners-right {
    /* background: #35255d; */
    background: #ffffff;

    width: 100%;
}

.fresh-winners-right ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
}

.fresh-winners-right ul li {
    margin: 20px 10px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    min-height: 100px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.win-right ul li img {
    width: 120px;
    background: #fff;
}

.fresh-winners-right h3 {
    font-size: 50px;
    line-height: 100px;
    margin-bottom: 30px;
    font-weight: bold;
    display: inline-block;
    -webkit-background-clip: text;
    transition: all 0.3s ease;
    color: #000000;
}

.fresh-winners-right h3 span {
    color: #000000;
    transition: all 0.3s ease;
}

.fresh-winners-right h3:hover {
    -webkit-text-stroke: 2px #000;
    -webkit-text-fill-color: #f2d356;
    transition: all 0.3s ease;
}

.fresh-winners-right h3:hover span {
    color: #000;
    -webkit-text-fill-color: #000000;
}

.win-right {
    left: 100px;
    top: 100px;
    width: 100%;
}


.new_focus {
    padding: 60px 0;
}

.new_focus h2 {
    text-align: center;
    color: #ffcc68 !important;
    font-size: 50px;
    line-height: 100px;
    margin-bottom: 30px;
    font-weight: 400;
    -webkit-background-clip: text;
    transition: all 0.3s ease;
    margin: 0 0 40px;
}

.industry-carousel .item {
    text-align: center;
}

.industry-carousel .item img {
    width: 100%;
    border-radius: 10px;
}

.industry-carousel h4 {
    margin-top: 10px;
    font-size: 16px;
        color: #fff;
}

.nav-btn {
    font-size: 30px;
    cursor: pointer;
    color: #ffffff;
}


/* Optional: Responsive */
@media (max-width: 768px) {
    .marquee img {
        height: 70px;
        margin: 0 20px;
    }

    .focus_inner ul li {
        font-size: 16px;
    }

}

@media only screen and (max-width: 991px) {
    .event_meta {
        flex-direction: column;
    }

    .vph {
        padding: 60px 15px;
    }

    .hero_wrapper {
        height: 689px;
        background-size: cover;
    }

    .fresh-winners-right {
        background: #f1f1f1;
    }

    .event_content h3,
    .head_title,
    .magenta-bg h3,
    .cyan-bg h3 {
        font-size: 24px;
    }

    .cyan-bg {
        padding: 60px 15px 0;
    }

    .focus_row {
        flex-direction: column-reverse;
    }

    .win-right {
        left: 22px;
        width: 94%;
        top: 45px;
    }

    .win-right {
        left: 22px;
        width: 94%;
        top: 45px;
    }

    .fresh-winners-right h3 {
        font-size: 44px;
        line-height: 48px;
    }

    .content_winner {
        margin: 0 !important;
    }

    .past_winners {
        display: none;
    }

    .login,
    .register {
        font-size: 14px !important;
    }

    .bi-banner-text img {
        width: 170px !important;
    }

    .bi-banner-content.position-relative {
        padding: 0 !important;
    }

    .delegate_wrapper .col-md-5 {
        width: 100%;
        margin: 0 0 20px;
    }

    .award_tab_inner {
        min-height: auto;
    }

    .agenda_button {
        padding: 0.5em 1em;
        font-size: 13px
    }

    .owl-theme .owl-nav [class*=owl-] {
        display: none !important
    }

    .about_left h2 {
        margin: 40px 0 0
    }

    .cta-wrapper {
        padding: 30px 15px
    }

    .wg-menu {
        padding-left: 0 !important
    }

    h2 {
        font-size: 25px
    }

    .hero_wrapper {
        height: 25vh;
        background-attachment: initial
    }

    footer {
        padding: 15px
    }

    .highlight_wrapper {
        display: none
    }

    #footer p {
        font-size: 14px
    }

    .zoomer .text .clipper h2 {
        font-size: 35px
    }

    .awards_home .container {
        width: 100%
    }

    .awards_right {
        text-align: center;
        margin: 20px 0
    }

    .flip-box-header {
        text-align: center
    }

    .awards_categories_wrapper h2 {
        font-size: 35px
    }

    .navbar {
        position: relative !important
    }

    .navbar-light .navbar-toggler {
        background: #fff
    }

    .nav-link {
        margin: 15px 10px;
        border-right: 0
    }

    .focus_points {
        padding: 0
    }

    .exp-in-txt {
        top: 70%;
        width: 100%;
        position: relative;
        left: 0
    }

    .about_awards p,
    .awards_categories p,
    .guidelines_wrapper p {
        font-size: 14px;
        line-height: 27px;
        width: 100%
    }

    .accordion-button {
        line-height: 21px
    }

    .about_awards .row {
        width: auto
    }

    .conty h3 {
        font-size: 14px
    }

    .timeline {
        width: 100%;
        padding: 4em 0 1em
    }

    .timeline li {
        padding: 2em 0
    }

    .direction-l,
    .direction-r {
        float: none;
        width: 100%;
        text-align: center
    }

    .flag-wrapper {
        text-align: center
    }

    .flag {
        background: #fff;
        z-index: 15
    }

    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 50%;
        content: ' ';
        display: block;
        width: 12px;
        height: 12px;
        margin-left: -7px;
        background: #fff;
        border-radius: 10px;
        border: 4px solid #ff5050;
        z-index: 10
    }

    .direction-l .flag:after,
    .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: #fff;
        border-width: 8px;
        pointer-events: none
    }

    .time-wrapper {
        display: block;
        position: relative;
        margin: 4px 0 0;
        z-index: 14
    }

    .direction-l .time-wrapper,
    .direction-r .time-wrapper {
        float: none
    }

    .desc {
        position: relative;
        margin: 1em 0 0;
        padding: 1em;
        background: rgb(235 87 56);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        z-index: 15
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0;
        padding: 1em;
        z-index: 15
    }

    .text1 {
        animation: unset;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 2px
    }

}


@media only screen and (min-width: 991px) and (max-width: 1266px) {
    .hero_wrapper {
        height: 689px;
        background-size: contain;
    }

    .attend_inner {
        min-height: 160px;
    }
}