@font-face {
  font-family: 'Prometo';
  src: url('assets/fonts/prometo/fonnts.com-Prometo.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Prometo';
  src: url('assets/fonts/prometo/fonnts.com-Prometo-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Prometo';
  src: url('assets/fonts/prometo/fonnts.com-Prometo-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
section#speakers {
    background: #0d1a13;
    padding-top: 43px;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background: url(../img/bg-speaker-content2-2.jpg) center / cover no-repeat !important;
}
.wrap-speakertitle p {
    color: white;
    font-size: 14px;
}
.creative-brand-itemspeaker h3 {
    font-family: 'Inter';
    color: white;
    font-size: 22px;
}
.creative-brand-itemspeaker p { 
    color: #d6ff47;
    font-size: 13px;
}
@keyframes borderGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.creative-brand-itemspeaker {
    padding: 31px;
    text-align: center;
}
.wrp-sep-logo img {
    filter: initial;
    filter: brightness(0) invert(1);
    width: 76px;
}
.wrp-sep-logo h4 {
    color: white;
    font-size: 16px;
    font-family: 'Inter';
}
.wrap-speakertitle h2 {
    color: black;
    font-family: 'Phudu', serif;
    font-size: 42px;
    text-align: center;
}

.bolduniw {
    color: #d6ff47;
    font-weight: 700;
}
.wrap-speakertitle {
    padding-left: 100px;
    padding-bottom: 43px;
}
/* Example: Plain Regular */
@font-face {
    font-family: 'Plain';
    src: url('assets/fonts/Plain-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Example: Plain Bold */
@font-face {
    font-family: 'Plain';
    src: url('assets/fonts/Plain-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

/* Example: Plain Bold Italic */
@font-face {
    font-family: 'Plain';
    src: url('assets/fonts/Plain-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

/*banner css start */
/* Banner area */
.crp-banner-area {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 158px 74px;
}
.video-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: -2;
}
.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    /* background: #2a2e02c4; */
    background: linear-gradient(-45deg, #edb625, #141414, #101010e0, #0000002e);
    background-size: 400% 400%;
    animation: gradientMove 15s 
ease infinite;
}
.agntix-light .tp-btn-yellow-border {
    color: #FFFFFE;
    background: linear-gradient(270deg, #976100 0%, #060606 100%);
    border: 1px solid #ffffff;
    /* border-radius: 37px; */
}
img.eventlogoright {
    width: 100%;
}
.event-box {
    position: absolute;
    width: 42%;
    bottom: -7px;
    right: -26px;
}
.crp-banner-content.container {
    position: relative;
}

/* Event box left */
.event-box .event-subtitle {
  font-size: 14px;
  color: #d6ff47;
  margin-bottom: 15px;
}
.event-card {
    background: linear-gradient(45deg, #40aa6a9c, #0045a7);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 20px;
}
.qr-box img {
  width: 120px;
  margin-bottom: 10px;
}
.qr-text {
    font-size: 12px;
    color: #ffffff;
}
.event-details h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}
.event-details {
    padding-left: 29px;
}
.event-date {
    background: #0045a7;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 700;
    color: #fff6f6;
    margin-bottom: 8px;
}
.event-location {
  font-size: 14px;
  color: white;
}

/* Right Section */
.event-right h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}
.event-right h2 span {
  color: #d6ff47;
}
.biggest {
    font-size: 22px;
    margin: 15px 0;
    color: white;
}
.biggest .highlight {
  background: #d6ff47;
  color: #000;
  padding: 2px 6px;
  font-weight: 700;
}
.event-place {
  font-size: 16px;
  margin-top: 15px;
}
.event-place .date {
  font-weight: 700;
}
.city {
  color: #d6ff47;
}
.contact {
  margin-top: 15px;
  font-size: 14px;
}
.social-icons {
  margin-top: 20px;
}
.social-icons a {
  background: #d6ff47;
  color: #000;
  display: inline-block;
  width: 35px; height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 16px;
}
.sticky-icon  {
    z-index:1;
    position:fixed;
    top:15%;
    right:0%;
    width:220px;
    display:flex;
    flex-direction:column;}  
.sticky-icon a  {
    transform:translate(160px,0px);
    border-radius:50px 0px 0px 50px;
    text-align:left;
    margin:2px;
    text-decoration:none;
    text-transform:uppercase;
    padding:10px;
    font-size:22px;
    font-family:'Oswald', sans-serif;
    transition:all 0.8s;}
.sticky-icon a:hover  {
    color:#FFF;
    transform:translate(0px,0px);}  
.sticky-icon a:hover i  {
    transform:rotate(360deg);}
/*.search_icon a:hover i  {
    transform:rotate(360deg);}*/
                      
.sticky-icon a i {
    background-color:#FFF;
    height:40px;
    width:40px;
    color:#000;
    text-align:center;
    line-height:40px;
    border-radius:50%;
    margin-right:20px;
    transition:all 0.5s;}
.fa-arrow-circle-up  {
    font-size:30px;}
section#aboutus {
    padding-top: 40px;
    padding-bottom: 40px;
}
.testtop h3 img {
    width: 63px;
}
.creative-testimonial-foo-g {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
}
.wrp-tetbg img {
    border-radius: 20px;
}
div#testimonial {
    padding-top: 30px;
}
.watchy p {
    color: white;
    font-size: 15px;
    left: 15px;
    position: relative;
    line-height: 22px;
    font-family: 'Poppins';
    font-weight: 600;
}
.wrp-withus {
    padding-left: 65px;
    padding-top: 40px;
}
.wrp-withus p {
    color: white;
    font-size: 16px;
}
.wrp-withus a {
    border: 1px solid white;
    color: white;
    padding: 12px 27px;
    border-radius: 26px;
}
.wrap-partnertext h2 {
    color: white;
    font-family: 'Phudu', serif;
    font-size: 50px;
    text-align: center;
    padding-top: 38px;
}
.testtop {
    left: 13px;
    position: absolute;
    top: 15px;
}
footer#footer {
    background: url(../img/wrappeddest.webp);
}
.wrp-tetbg {
    position: relative;
}
.wrap-cta-part h4 {
    font-family: 'Phudu', serif;
    color: black;
    font-size: 20px;
    font-weight: 500;
}
.wrap-cta-part p {
    color: black;
    font-size: 12px;
    margin-bottom: 86px;
}
section#parnterscta {
    background: #0d1a13;
    padding-top: 20px;
    padding-bottom: 65px;
}
.wrap-cta-part {
    background: #d8e5de;
    padding: 19px;
    border-radius: 10px;
    border: 1px solid #2A4C3A;
    margin-bottom: 20px;
}
.middlecolor{
color:#d6ff47;
}
.playwat{
    float: right;
    position: absolute;
    right: 8px;
    bottom: 10px;
}
.playwat img {
    width: 36px;
}
/*banner css end */
/*aboout us section css*/
.stadium-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: radial-gradient(circle at center, rgb(0 30 90 / 0%) 0%, rgb(215 215 231 / 70%) 70%); */
    z-index: -1;
    overflow: hidden;
    background: none;
    border-radius: 39px;
}
.wrap-leftabout {
    background: linear-gradient(270deg, #40aa6a 0%, #3c82e1 100%);
    border-radius: 31px;
    position: relative;
    text-align: center;
    padding: 37px;
}
    .crowd-wave {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 25%;
      background: linear-gradient(0deg, rgba(0,40,100,0.3) 0%, transparent 100%);
      transform-origin: bottom center;
      animation: wave 8s ease-in-out infinite;
    }
    
  .event-details {
    margin-bottom: 0px;
    text-align: center;
    /* transform: translateY(-30px); */
}
    .tournament {
      font-family: 'Oswald', sans-serif;
      font-size: 1.4rem;
      letter-spacing: 1px;
      background: linear-gradient(90deg, var(--primary), var(--secondary));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-transform: uppercase;
      margin-bottom: 0.5rem;
    }
.match {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 20px rgb(0 0 0 / 85%);
    line-height: 35px;
    font-family: 'Phudu', serif;
    color: white;
}
.wrap-aboutscontent {
    background: white;
    border-radius: 31px;
    padding: 37px;
}
.wrap-aboutscontent p {
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 28px;
}
    .countdown-wrapper {
      position: relative;
      width: 100%;
      padding: 1rem;
    }
    
    .pulse-ring {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 400px;
      height: 400px;
      border-radius: 50%;
      border: 2px solid rgba(0, 178, 255, 0.3);
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }
    
    .pulse-ring:nth-child(2) {
      animation-delay: 0.5s;
    }
    
    .pulse-ring:nth-child(3) {
      animation-delay: 1s;
    }
    
    .countdown-container {
      display: flex;
      justify-content: center;
      perspective: 1000px;
      margin-top: 1rem;
    }
    
    .countdown-segment {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0 1rem;
      position: relative;
    }
.segment-value {
    font-size: 55px;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #ffffff;
    position: relative;
    margin-bottom: 0.5rem;
    text-shadow: 0 5px 15px rgba(10, 255, 133, 0.3);
    transform-style: preserve-3d;
}
section#aboutus {
    position: relative;
}
    .segment-value::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
      width: 30px;
      height: 4px;
      background: linear-gradient(90deg, var(--primary), var(--secondary));
      border-radius: 2px;
    }
    
.segment-label {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(255 255 255);
}
.ticker {
    position: relative;
    /* bottom: 2rem; */
    left: 0;
    right: 0;
    background: rgb(255 255 255);
    padding: 0px;
    overflow: hidden;
    border-top: 1px solid rgba(0, 178, 255, 0.3);
    border-bottom: 1px solid rgba(0, 178, 255, 0.3);
    z-index: 9999;
}
    .ticker-content {
      display: flex;
      animation: ticker 20s linear infinite;
      white-space: nowrap;
    }
    
    .ticker-item {
      margin-right: 50px;
      font-weight: 700;
      color: var(--light);
    }
    
    .ticker-highlight {
      color: var(--secondary);
    }
    
    .beat-animation {
      animation: beat 0.5s ease-out;
    }
.cta-button {
    position: relative;
    margin-top: 2rem;
    padding: 0.8rem 2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    border: 1px solid white;
    border-radius: 30px;
    color: white;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s 
ease;
    box-shadow: 0 5px 15px rgba(10, 255, 133, 0.3);
}
  .wrap-focustitle {
    text-align: center;
}
.wrap-focustitle h2 {
    font-family: 'Phudu', ui-sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 42px;
    padding-bottom: 33px;
}
section#KeyFocusAreas {
    padding-top: 45px;
    padding-bottom: 45px;
}
.wrap-focus {
    border: 2px solid #08585533;
    margin-bottom: 20px;
    text-align: center;
    padding: 16px;
    height: 262px;
    min-height: 257px;
    border-radius: 28px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
#whattoexpect {
    background: url(../img/bgblue1.webp);
    padding-bottom: 55px;
}
.wrap-expect1 p {
    color: white;
    padding-left: 10px;
    line-height: 19px;
    font-size: 14px;
}
.wrap-expect1 h3 {
    color: white;
    font-size: 19px;
    padding-left: 7px;
    padding-top: 10px;
}
section#whattoexpect .col-lg-3 {
    width: 20%;
}
.wrap-whatsheadis {
    padding: 44px;
}
.wrap-whatsheadis h2 {
    color: white;
    text-align: center;
    font-family: 'Phudu';
    font-size: 42px;
}
.wrap-expect1 {
    background: linear-gradient(270deg, #40aa6a05 0%, #40aa6a96 100%);
    border-radius: 23px;
}
.wrap-expect1 img {
    border-top-right-radius: 32px;
    border-top-left-radius: 25px;
}
.wrap-focus p {
    font-size: 16px;
    line-height: 23px;
    padding-top: 20px;
}
.wrap-focus h3 {
    border-bottom: 1px solid #232823;
    border-radius: 20px;
    font-family: 'Poppins';
    font-size: 21px;
}
    .cta-button:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(10, 255, 133, 0.5);
    }
    
    .cta-button::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
      transform: translateX(-100%);
    }
    
    .cta-button:hover::before {
      animation: shimmer 1.5s infinite;
    }
    
    /* Responsiveness */
    @media (max-width: 600px) {
      .tournament {
        font-size: 1rem;
      }
      
      .match {
        font-size: 1.8rem;
      }
      
      .segment-value {
        font-size: 3.5rem;
      }
      
      .countdown-segment {
        margin: 0 0.7rem;
      }
      
      .segment-label {
        font-size: 0.7rem;
      }
      
      .pulse-ring {
        width: 300px;
        height: 300px;
      }
    }
    
    /* Animations */
    @keyframes pulse {
      0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.8;
      }
      70% {
        opacity: 0.2;
      }
      100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
      }
    }
    
    @keyframes wave {
      0%, 100% {
        transform: scaleY(1);
      }
      50% {
        transform: scaleY(1.1);
      }
    }
    
    @keyframes beat {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.1);
      }
      100% {
        transform: scale(1);
      }
    }
    
    @keyframes ticker {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-100%);
      }
    }
    
    @keyframes shimmer {
      0% {
        transform: translateX(-100%);
      }
      100% {
        transform: translateX(100%);
      }
    }
    
    .flare {
      position: absolute;
      width: 5px;
      height: 5px;
      background-color: white;
      border-radius: 50%;
      box-shadow: 0 0 10px 2px rgba(0, 178, 255, 0.7);
      animation: flare-animation 4s infinite;
      opacity: 0;
    }
    
    @keyframes flare-animation {
      0% {
        opacity: 0;
        transform: scale(0);
      }
      20% {
        opacity: 1;
        transform: scale(1);
      }
      80% {
        opacity: 1;
      }
      100% {
        opacity: 0;
        transform: scale(0);
      }
    }
    #more {display: none;}
.wrap-aboutscontent h2 {
    font-family: 'Phudu', ui-sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
button#readBtn {
    background: linear-gradient(270deg, #40aa6a 0%, #3c82e1 100%);
    padding: 4px 7px 4px 13px;
    border-radius: 27px;
    color: white;
    font-size: 18px;
}
/*hilights*/

.statsroundmain0 {
    position: relative;
    width: 100%;
    padding: 48px 0 48px;
    padding-top: 11vw !important;
    z-index: 1;
}
span.purecounter {
    color: white;
    font-family: 'Prometo', sans-serif;
    font-size: 50px;
    font-weight: 700;
}

.statsroundmain0 .circlebr01 {
    position: absolute;
    top: 7.5vw;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.statsroundmain0 .circlebr01::before,
.statsroundmain0 .circlebr01::after,
.statsroundmain0 .circlebr01 span {
    content: "";
    display: block;
    position: absolute;
    top: 6vw;
    left: 0;
    z-index: -2;
    width: 150vw;
    height: 180vh;
    border-radius: 100%;
    border-top: 2px solid rgb(255 255 255);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.statsroundmain0 .circlebr01::before {
    left: -25vw;
}

.statsroundmain0 .circlebr01::after {
    top: 11vw;
    left: -25vw;
    border-top-color: rgb(255 255 255 / 50%);
}

.statsroundmain0 .circlebr01 span {
    top: 16vw;
    left: -30vw;
    border-top-color: rgb(255 255 255 / 20%);
    transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
}

.statsroundmain0 .aidrivenBGn0 {
    position: absolute;
    top: -10vw;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.statsItemround0 {
    position: relative;
    width: 100%;
    height: 13vw;
    text-align: center;
    padding-bottom: 1.4vw;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.statsItemround0 .dotrow0 {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.wrap-parthed {
    padding: 32px;
}
.wrap-focus img {
    width: 69px;
}
.statsItemround0 .dotrow0 span {
    position: relative;
    display: inline-block;
    width: 3vw;
    height: 3vw;
    text-align: center;
    border-radius: 50px;
    background: #b5e3c740;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.statsItemround0 .dotrow0 span::before {
    content: "";
    background: #40aa6a;
    position: absolute;
    left: 0;
    right: 0;
    width: 1.5vw;
    height: 1.5vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    -ms-transform: translate(-50%, -50%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.statsItemround0 h4 {
    color: #FFFFFF;
    font-size: 2.2vw;
    line-height: 2.2vw;
    padding: 1px 0 1px;
    margin-bottom: 15px;
}

.statsItemround0 h4,
.statsItemround0 h4 span {
    font-weight: 700;
    font-family: 'NulshockBd';
}
.statsItemround0 p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.25vw;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins';
    padding-top: 17px;
}
.wrpplustd {
    color: white;
    font-size: 38px;
    font-weight: 700;
}

.statsItemround0.statsn01 {
    margin-top: -3.4vw !important
}

.statsItemround0.statsn02 {
    margin-top: -7.2vw !important
}

.statsItemround0.statsn03 {
    margin-top: -8.5vw !important
}

.statsItemround0.statsn04 {
    margin-top: -7.2vw !important
}

.statsItemround0.statsn05 {
    margin-top: -3.4vw !important
}
.redbutton01 span.arrowicon0, .redbutton01 span.demotext0 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    color: #FFFFFF;
    background: linear-gradient(270deg, #40aa6a 0%, #3c82e1 100%);
    border-radius: 33px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    padding: 4px 5px 4px 23px;
    line-height: 39px;
}
.wrap-hightmost h2 span img {
    width: 13vw;
}
section#summithighlights {
    background: url(../img/bgblue1.webp);
    padding: 31px 0px 10px 0px;
}
.wrp-para-higlht {
    padding-left: 84px;
}
.wrap-hightmost h2 {
    font-family: 'Prometo', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    font-size: 42px;
    text-align: center;
}
.wrp-para-higlht p {
    color: white;
    font-size: 15px;
    width: 50vw;
}
.speaker-card-wrapper {
    position: relative;
    overflow: hidden;
    margin: 5px;
}
.speaker-card {
    position: relative;
    overflow: visible;
}

.speaker-card .img_content {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px;
    z-index: 99;
}
.creative-brand-area.fix {
    padding-bottom: 34px;
}
.speaker-card .img_content figure {
    width: 100%;
    height: 236px;
    overflow: hidden;
    border-radius: 20px;
}
.wrap-btn-speaker {
    text-align: center;
}
.wrap-btn-speaker a {
    border: 1px solid black;
    padding: 13px 36px 13px 36px;
    border-radius: 26px;
    font-weight: 800;
}
.speaker-card .img_content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    filter: grayscale(1);
}
.speaker-card .img_content .info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0px;
    margin-top: 20px;
    padding: 0px 10px;
}

.speaker-card .img_content .info h4 {
    color: black;
    font-family: 'Phudu';
    font-size: 21px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.speaker-card .img_content .info p {
    color: var(--black-color);
    font-size: 14px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.speaker-card .img_content .info h6 {
    color: var(--black-color);
    font-size: 20px;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.speaker-card-wrapper .country {
    position: absolute;
    right: 0;
    bottom: 0;
}
.speaker-card-wrapper .country h5 {
    font-size: 20px;
    color: var(--white-color);
    padding: 6px 15px;
    background: linear-gradient(270deg, #40aa6a 0%, #3c82e1 100%);
    border-radius: 50px;
    width: 95px;
    text-align: center;
}
.showonactive {
    display: none;
}

#speaker_slider {
    width: 100%;
    padding: 40px 0 20px;
}

#speaker_slider .swiper-slide-active .speaker-card-wrapper {
    filter: drop-shadow(0 20px 20px rgba(0, 66, 89, 0.75));
}

#speaker_slider .swiper-slide-active .speaker-card-wrapper .country h5 {
    background-color: var(--yellow-color);
    color: var(--black-color);
}

#speaker_slider .swiper-slide-active .speaker-card .img_content figure img {
    filter: grayscale(0);
}

#speaker_slider .swiper-slide-active .showonactive {
    display: block !important;
}

#speaker_slider .swiper-slide-active .hideonactive {
    display: none;
}

#speaker_slider .swiper-slide-active .speaker-card .img_content .info h4,
#speaker_slider .swiper-slide-active .speaker-card .img_content .info p,
#speaker_slider .swiper-slide-active .speaker-card .img_content .info h6 {
    color: var(--white-color);
}

#speaker_slider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

#speaker_slider .swiper-pagination-bullet:nth-of-type(even) {
    width: 19.9564px;
    height: 9.8321px;
    border-radius: 50px;
    background-color: var(--white-color);
    opacity: 0.5;
    transition: all 0.3s ease-in-out;

}

#speaker_slider .swiper-pagination-bullet:nth-of-type(odd) {
    width: 9.9782px;
    height: 9.9782px;
    border-radius: 50px;
    background-color: var(--white-color);
    opacity: 0.5;
    transition: all 0.3s ease-in-out;

}

#speaker_slider .swiper-pagination-bullet-active {
    width: 60px !important;
    height: 16.5747px !important;
    background-color: var(--blue-color) !important;
    opacity: 1 !important;
    border-radius: 50px;
}

.speaker-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 70px;
}
/*who should attend*/
.marquee-wrap{
  width:100%;
  overflow:hidden;
  padding:30px 0;
  border-top: 1px solid rgba(255,255,255,0.03);
  border-bottom: 1px solid rgba(255,255,255,0.03);
}

.marquee-row{
  display:flex;
  align-items:center;
  gap:60px;   /* fixed spacing */
}

.marquee-track{
  display:inline-flex;
  align-items:center;
  gap:60px;   /* fixed spacing */
}

.marquee-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:8px 6px;
  min-width:220px;
  max-width:480px;
  white-space:nowrap;  /* force in one line */
}
.mi-icon {
    width: 49px;
    height: 47px;
    min-width: 27px;
    border-radius: 50%;
    /* background: linear-gradient(180deg, #9eff00, #7fd600); */
    border: 3px solid rgba(0, 0, 0, 0.25);
    padding: 5px;
}

.mi-text{
  font-size:16px;
  color:#fff;
  white-space:nowrap;
}

@keyframes marquee-ltr {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0%); }
}
@keyframes marquee-rtl {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

.marquee.top .marquee-track{
  animation: marquee-ltr 28s linear infinite;
}
.marquee.bottom .marquee-track{
  animation: marquee-rtl 28s linear infinite;
}

/* responsive */
@media (max-width:720px){
  .marquee-row, .marquee-track{ gap:36px; }
  .mi-text{ font-size:14px; }
  .marquee-item{ min-width:160px; }
}
section#who-should-attend {
    background: linear-gradient(270deg, #40aa6a 0%, #2161b7 100%);
}

.wrap-whoshould h2{
color: white;
    font-family: 'Phudu', serif;
    font-size: 50px;
    text-align: center;
}
.wrap-whoshould {
    padding-bottom: 42px;
}
.marquee-item {
    display: flex
;
    align-items: center;
    gap: 12px;
    padding: 8px 6px;
    min-width: 220px;
    max-width: 480px;
    margin-bottom: 26px;
    white-space: nowrap;
    border: 1px dashed white; 
    border-radius: 76px;
}
.st-brand-item {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0px;
    margin: 0 0 8px;
    display: flex
;
    align-items: center;
    justify-content: center;
    min-height: 95px;
    padding: 10px;
}
/*past partner css*/
.st-brand-item img {
    max-width: 90%;
    max-height: 70px;
    /* background: red; */
}

section#partnerwithus {
    background: black;
}
section#partnerwithus .container-fluid {
    padding: 0px;
}
section#partnerwithus {
    background: linear-gradient(270deg, #39995f 0%, #3c82e1 100%);
}

/*buttons code*/
/* From Uiverse.io by StealthWorm */ 
.btnheader {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 13rem;
    overflow: hidden;
    height: 3rem;
    text-transform: uppercase;
    background-size: 300% 300%;
    cursor: pointer;
    backdrop-filter: blur(1rem);
    border-radius: 5rem;
    transition: 0.5s;
    animation: gradient_301 5s 
ease infinite;
    border: double 4px transparent;
    background-image: linear-gradient(#08b18a, #212121), linear-gradient(137.48deg, #db4700 10%, #06316c 45%, #40aa6a 67%, #0044ff 87%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    color: white;
}

#container-stars {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
}

#glow {
  position: absolute;
  display: flex;
  width: 12rem;
}

.circle {
  width: 100%;
  height: 30px;
  filter: blur(2rem);
  animation: pulse_3011 4s infinite;
  z-index: -1;
}

.circle:nth-of-type(1) {
  background: rgba(254, 83, 186, 0.636);
}

.circle:nth-of-type(2) {
  background: rgba(142, 81, 234, 0.704);
}

.btnheader:hover #container-stars {
  z-index: 1;
  background-color: #212121;
}

.btnheader:hover {
  transform: scale(1.1);
}

.btnheader:active {
  border: double 4px #fe53bb;
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: none;
}

.btnheader:active .circle {
  background: #fe53bb;
}

#stars {
  position: relative;
  background: transparent;
  width: 200rem;
  height: 200rem;
}

#stars::after {
  content: "";
  position: absolute;
  top: -10rem;
  left: -100rem;
  width: 100%;
  height: 100%;
  animation: animStarRotate 90s linear infinite;
}

#stars::after {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
}

#stars::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 170%;
  height: 500%;
  animation: animStar 60s linear infinite;
}

#stars::before {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
  opacity: 0.5;
}

@keyframes animStar {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-135rem);
  }
}

@keyframes animStarRotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes gradient_301 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulse_3011 {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.past_events {
    padding: 60px 0;
}



.edition-img {
    transition: all 0.3s ease;
    border-radius: 10px;
}

/* Neon Glow Hover */
.edition-img.orange-shadow:hover {
    box-shadow: 0 0 20px 5px #f28c43;
    transform: skewX(10deg) !important;
}

.edition-img.purple-shadow:hover {
    box-shadow: 0 0 20px 5px #6f42c1;
    transform: scale(1.22) !important;
}

.edition-img.blue-shadow:hover {
    box-shadow: 0 0 20px 5px #007bff;
    transform: skewY(20deg) !important;
}
section.past_events.bg-white.py-5 h2 {
    color: #181717;
    text-align: center;
    font-family: 'Phudu';
    font-size: 42px;
    padding-bottom: 37px;
}
.custom-modal {
  max-width: 50%; /* Half screen */
  width: 100%;
}
.fw-semibold {
    font-weight: 600 !important;
    color: white !important;
}
label.form-check-label {
    color: white;
}
.registaions img {
    width: 52%;
}
section#registaion {
    padding: 48px;
}
h6#exampleModalLabel {
    font-weight: 600 !important;
    color: white !important;
    text-align: center;
    padding: 19px;
}
button.btn.btn-primary.w-100.py-2.fw-semibold {
    background: none;
    border: 1px solid white;
    border-radius: 21px;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 40%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background: linear-gradient(270deg, #40aa6a 0%, #2161b7 100%);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    margin: 0 auto;
}
.edition-img.green-shadow:hover {
    box-shadow: 0 0 20px 5px #28a745;
    transform: skewY(10deg) !important;
}

.edition-img.brown-shadow:hover {
    box-shadow: 0 0 20px 5px #795548;
}
@media (max-width: 967px) {
.event-box {
    position: relative;
    width: 100%;
    bottom: -7px;
    right: 0px;
}
.crp-banner-area {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 122px 7px 68px 8px;
}
.biggest {
    font-size: 15px;
    text-align: center;
}
.event-right {
    text-align: center;
}
.wrap-hightmost h2 {
    font-size: 25px;
}
.wrap-hightmost h2 span img {
    width: 33vw;
    height: 6vw;
}
.wrp-para-higlht p {
    width: 85vw;
}
.wrp-para-higlht {
    padding-left: 0px;
}
.statsItemround0 {
    position: relative;
    width: 100%;
    height: 39vw;}
    .statsItemround0 p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;}
    .statsroundmain0 .circlebr01 {
    top: 76.5vw;
}
.statsItemround0 .dotrow0 {
    display: none;
}
.wrap-whoshould h2 {
    font-size: 39px;
}
.st-brand-heading span {
    font-size: 39px;
}
section#venue {
    padding-bottom: 36px;
}
img.logo-1 {
    width: 61% !important;
}
.modal-content {
    position: relative;
    display: flex
;
        margin-top: 67px;
    flex-direction: column;
    width: 88%;}
.wrap-expect1 {
     background: none; 
    border-radius: 23px;
    margin-bottom: 31px;
}
section#whattoexpect .col-lg-3 {
    width: 48%;
    text-align: center;
}
.tp-offcanvas-menu ul li > a {
    color: white;}
.tp-offcanvas-area.opened .tp-offcanvas-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background: linear-gradient(270deg, #40aa6a 0%, #2161b7 100%);
}
.wrpplustd {
    border-bottom: 1px solid white;
    border-radius: 12px;
}
.wrap-speakertitle {
    padding-left: 10px;
    padding-bottom: 43px;
}
}
section#contact {
    background: url(../img/bgblue1.webp);
    background-size: cover;
    background-position: center;
    padding-bottom: 51px;
}
.row.contact h2 {
    font-family: 'Phudu';
    font-size: 42px;
    color: white;
    text-align: center;
    padding: 38px;
}
.loc h3 {
    color: white;
    font-size: 14px;
}
.loc>h4 {
    color: white;
    font-size: 18px;
}
.loc img {
    width: 20px;
    margin-right: 8px;
}
.loc {
    border: 1px dotted white;
    text-align: center;
    padding-top: 23px;
    padding-bottom: 21px;
    border-radius: 16px;
}
.loc>p {
    color: white;
    line-height: 6px;
    font-size: 14px;
}
.single__thumb {
    position: relative;
}
.single__thumb video {
    width: 100%;
}
.single__thumb .video-frame {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(25);
    filter: brightness(25);
}
section#awardsabout {
    background: #060400;
    padding: 48px;
}
.wrap-bgous h2 {
    color: #ffdc6e;
    font-family: 'Phudu';
    font-size: 40px;
}
.wrap-bgous p {
    color: white;
    font-size: 16px;
    line-height: 27px;
}
.tab {
    overflow: hidden;
    margin: auto;
    text-align: center;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    /* float: left; */
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    display: contents;
}
section#awardscatgories {
    background: linear-gradient(45deg, black, #0b0b0c);
    padding-bottom: 59px;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}
.wrap-ceyrs h2 {
    color: #e8e9ba;
    text-align: center;
    padding: 42px;
    font-family: 'Phudu';
}
/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}
button#defaultOpen img {
    width: 27%;
}
button.tablinks img {
    width: 27%;
}
.topright:hover {color: red;}