@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "DNV";
  src: url("../assets/fonts/2026/DNVDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DNV";
  src: url("../assets/fonts/2026/DNVDisplay-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DNV";
  src: url("../assets/fonts/2026/DNVDisplay-Regular.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
body {
  background-color: #000000;
  color: #ffffff;
  font-family: "DNV", sans-serif;
  scroll-behavior: smooth;
  background-image: url(../assets/images/2026/bg-banner.jpg);
  background-repeat: no-repeat;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
  body {
    background-position: top center;
  }
}
@media only screen and (min-width: 1920px) {
  body {
    background-position: top center;
  }
}
body.remove-scroll {
  overflow: hidden !important;
}

.multi-outline {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #24D2FF;
  text-shadow: #24D2FF 1px 0 10px;
}

h3.multi-outline span {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Orbitron", sans-serif;
}
h3.multi-outline span::after {
  background-image: radial-gradient(#24D2FF 15%, #273378 50%, transparent 65%);
  height: 20px;
  content: "";
  display: block;
}

.multi-color {
  background-image: linear-gradient(#2584F4, #6430DD);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 36px;
}

.line {
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #F9D95C 0%, #4002A4 51%, #1A3BDA 100%);
}

.list__menu {
  display: inline;
}
.list__menu .list__dropdown {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  cursor: pointer;
  padding: 8px 16px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
}
.list__menu:hover .list__item {
  display: flex;
}
.list__menu .list__item {
  list-style: none;
  padding: 0;
  position: absolute;
  display: none;
  right: 0;
  transition: all 1s ease-in-out;
  background-color: #ffffff;
  color: #000000;
  flex-direction: column;
}
.list__menu .list__item:hover {
  color: #0BBCF3;
}
.list__menu .list__item li {
  border-bottom: 2px solid #24D2FF;
  padding: 6px 24px;
  transition: all 0.1s ease-in-out;
}
.list__menu .list__item li:hover {
  background-color: #24D2FF;
}
.list__menu .list__item li:hover a {
  color: #ffffff;
}

.heroSection {
  padding: 40px 0;
}
.heroSection .heroBanner {
  align-items: center;
  overflow: hidden;
}
.heroSection .heroBanner .heroStart .hero__title {
  font-size: 50px;
  margin-top: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 8px;
  font-family: "Orbitron", sans-serif;
}
.heroSection .heroBanner .heroStart .hero__text {
  font-size: 16px;
  margin: 20px 0;
  line-height: 1.8;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  padding: 20px;
  border-radius: 10px;
  letter-spacing: 1px;
}
.heroSection .heroBanner .heroStart .hero__text span {
  font-weight: 500;
}
.heroSection .heroBanner .heroStart .hero__list {
  list-style: none;
  display: inline-flex;
  position: relative;
  padding: 0;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  border-radius: 10px;
}
.heroSection .heroBanner .heroStart .hero__list--item {
  font-size: 14px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.heroSection .heroBanner .heroStart .hero__list--line {
  color: #6f6f6f;
  position: relative;
  top: -1px;
}
.heroSection .heroBanner .heroEnd {
  position: relative;
}
.heroSection .heroBanner .heroEnd img {
  animation: zoom 1.5s linear infinite;
}
.heroSection .heroBanner .heroEnd .inner-logo {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
}
.heroSection .heroBanner .heroEnd .spin-bg-img {
  animation: 20s linear 0s normal none infinite running spin;
  -webkit-animation: 20s linear 0s normal none infinite running spin;
  -moz-animation: 20s linear 0s normal none infinite running spin;
}

@media only screen and (max-width: 767px) {
  .heroSection {
    padding-top: 30px;
  }
  .heroSection .heroBanner .heroStart {
    text-align: center;
  }
  .heroSection .heroBanner .heroStart .hero__title {
    font-size: 32px;
  }
  .heroSection .heroBanner .heroStart .hero__list {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
  }
  .heroSection .heroBanner .heroStart .hero__list .hero__list--item {
    font-size: 14px !important;
    font-weight: 500;
  }
  .heroSection .heroBanner .heroStart .hero__list .hero__list--item:first-child::after {
    left: 49%;
  }
  .heroSection .heroBanner .heroStart .hero__list .hero__list--item:first-child {
    padding-bottom: 0;
  }
  .heroSection .heroBanner .heroStart .hero__list .hero__list--item:last-child {
    padding-top: 0;
  }
  .heroSection .heroBanner .heroStart .hero__list--line {
    transform: rotate(90deg);
  }
  .heroSection .heroBanner .heroEnd img {
    width: 75%;
  }
}
/* Count Start Section */
.countSection {
  padding: 20px 0;
  background: linear-gradient(90deg, rgb(38, 38, 38) 0%, rgb(40, 42, 51) 45%, rgba(255, 255, 255, 0) 85%);
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
}
.countSection .count__heading {
  font-size: 34px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin: 0;
  line-height: 1.8;
  text-transform: capitalize;
}
.countSection .countEnd {
  display: flex;
  justify-content: end;
  gap: 25px;
}
.countSection .countEnd .countCard {
  padding: 15px 10px;
  border: 2px solid #ffffff;
  background: rgba(202, 127, 202, 0.3);
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  border-radius: 10px;
  flex: 1;
}
.countSection .countEnd .countCard .count__number {
  margin-bottom: 10px;
  font-size: 30px;
  color: #ffffff;
}
.countSection .countEnd .countCard .count__text {
  color: #24D2FF;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .countSection .count__heading {
    font-size: 22px;
  }
  .countSection .countEnd {
    gap: 10px;
  }
  .countSection .countEnd .countCard {
    padding: 5px;
  }
  .countSection .countEnd .countCard .count__number {
    font-size: 22px;
    margin-bottom: 5px;
    padding: 0 12px;
  }
  .countSection .countEnd .countCard .count__text {
    font-size: 10px;
  }
}
/* Count End Section */
/* Expect Start Section */
.expectSection {
  margin: 60px 0 40px;
  position: relative;
}
.expectSection .triangle-img {
  position: absolute;
  bottom: -40px;
  z-index: -1;
  transform: scale(1.2);
}
.expectSection .circle-img {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: -1;
}
.expectSection .container {
  background: linear-gradient(#100136 16%, #000000 30%);
  border-radius: 25px;
  position: relative;
}
.expectSection .container:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 27px;
  padding: 2px;
  background: linear-gradient(179deg, #3D11B1 10%, #000000 35%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.expectSection .container .expect__heading {
  margin-bottom: 60px;
  padding-top: 30px;
  font-size: 26px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: capitalize;
}
.expectSection .container .expect__item {
  border: 1px solid #24D2FF;
  padding: 60px 0;
  justify-content: space-between;
  height: 100%;
  transition: all 0.5s ease-in-out;
  background-color: #000000;
  position: relative;
  z-index: 1;
}
.expectSection .container .expect__item:hover {
  background-image: linear-gradient(180deg, #1A426B 0%, #3E1C74 100%);
  box-shadow: 1px 2px 12px #24D2FF;
}
.expectSection .container .expect__item:hover .expect__text {
  background-image: radial-gradient(#3c4ca1 30%, #262a6e, #392173);
}
.expectSection .container .expect__item:hover .expect__icon {
  transform: translateY(-5px);
}
.expectSection .container .expect__item .expect__icon {
  margin-bottom: 20px;
  transition: all 0.6s ease-in-out;
}
.expectSection .container .expect__item .expect__text {
  font-size: 24px;
  margin-bottom: 0;
  background-image: radial-gradient(#212e74 30%, #000000, #000101);
}

@media only screen and (max-width: 767px) {
  .expectSection {
    margin: 60px 15px 40px;
  }
  .expectSection .container .expect__heading {
    margin-bottom: 30px !important;
  }
  .expectSection .container .expect__item {
    padding: 30px 0;
  }
  .expectSection .container .expect__item .expect__text {
    font-size: 22px;
  }
}
/* Expect End Section */
/* Event Start Section */
.eventSection {
  padding: 60px 0;
}
.eventSection.sticky-active .event__headerGroup {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, rgb(38, 38, 38) 40% 45%, rgb(54, 54, 54) 66%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
}
.eventSection .event__headerGroup {
  position: sticky;
  top: 65px;
}
.eventSection .event__heading {
  margin-bottom: 0px;
  font-size: 40px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: capitalize;
  z-index: 1;
  padding: 20px 0 0;
}
.eventSection .event__content {
  z-index: 1;
  padding: 20px 0 20px;
  margin-bottom: 30px;
  gap: 60px;
}
.eventSection .event__content button {
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  border: 1px solid;
  border-color: transparent;
  padding: 0 50px;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.eventSection .event__content button:hover {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #24D2FF;
  text-shadow: #24D2FF 1px 0 10px;
  color: #ffffff;
  box-shadow: 0 0 20px #24D2FF;
  border-color: #24D2FF;
  background-color: #000000;
}
.eventSection .event__content button.active {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #24D2FF;
  text-shadow: #24D2FF 1px 0 10px;
  color: #ffffff;
  box-shadow: 0 0 20px #24D2FF;
  border-color: #24D2FF;
  background-color: #000000;
}
.eventSection .eventSchedule .eventSchedule__day {
  margin-right: 50px;
  margin-top: 54px;
  flex-wrap: nowrap;
  position: sticky;
  align-items: center;
  top: 270px;
  gap: 40px;
  z-index: 1;
  margin-left: 14px;
}
.eventSection .eventSchedule .eventSchedule__day .eventSchedule__number {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.eventSection .eventSchedule .eventSchedule__day .eventSchedule__number .nav-link {
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  border: 1px solid;
  border-color: transparent;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  font-weight: 700;
}
.eventSection .eventSchedule .eventSchedule__day .eventSchedule__number .nav-link:hover {
  box-shadow: 0 0 20px #24D2FF;
  border-color: #24D2FF;
  background: #000000;
}
.eventSection .eventSchedule .eventSchedule__day .eventSchedule__number .nav-link:hover .eventSchedule__month--number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #24D2FF;
  text-shadow: #24D2FF 1px 0 10px;
  color: #ffffff;
}
.eventSection .eventSchedule .eventSchedule__day .eventSchedule__number .nav-link:hover .eventSchedule__month--text {
  -webkit-text-stroke-width: 0.1px !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #24D2FF;
  text-shadow: #24D2FF 1px 0 10px;
  color: #ffffff;
}
.eventSection .eventSchedule .eventSchedule__day .eventSchedule__number .nav-link.active {
  box-shadow: 0 0 20px #24D2FF;
  border-color: #24D2FF;
  background: #000000;
}
.eventSection .eventSchedule .eventSchedule__day .eventSchedule__number .nav-link.active .eventSchedule__month--number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #24D2FF;
  text-shadow: #24D2FF 1px 0 10px;
  color: #ffffff;
}
.eventSection .eventSchedule .eventSchedule__day .eventSchedule__number .nav-link.active .eventSchedule__month--text {
  -webkit-text-stroke-width: 0.1px !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #24D2FF;
  text-shadow: #24D2FF 1px 0 10px;
  color: #ffffff;
}
.eventSection .eventSchedule .eventSchedule__day .eventSchedule__number .eventSchedule__month {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
}
.eventSection .eventSchedule .eventSchedule__day .eventSchedule__number .eventSchedule__month--number {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}
.eventSection .eventSchedule .tab-pane {
  position: relative;
}
.eventSection .eventSchedule .tab-pane .event__day {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  padding: 10px;
  border-radius: 10px;
}
.eventSection .eventSchedule .tab-pane .event__day img {
  width: 16px;
}
.eventSection .eventSchedule .eventSchedule__session {
  position: sticky;
  top: 193px;
  padding: 20px 1px 20px;
  gap: 50px;
  z-index: 1;
}
.eventSection .eventSchedule .eventSchedule__session .nav-link {
  padding: 0;
  font-size: 26px;
  border-radius: 0;
  font-weight: 500;
  background-color: transparent !important;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.eventSection .eventSchedule .eventSchedule__session .nav-link:hover {
  color: #24D2FF;
}
.eventSection .eventSchedule .eventSchedule__session .nav-link.active {
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #2584F4, #6430DD);
  color: #24D2FF;
}
.eventSection .event__list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.eventSection .event__list .event__item {
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.eventSection .event__list .event__item:last-child {
  margin-bottom: 0;
}
.eventSection .event__list .event__item .event__item--title {
  margin-bottom: 10px;
  font-size: 22px;
}
.eventSection .event__list .event__item .event__item--text {
  font-size: 18px;
  justify-content: space-between;
  column-gap: 25px;
}
.eventSection .event__list .event__item .event__item--text p {
  font-size: 16px;
}
.eventSection .event__list .event__item .event__item--text p:first-child {
  color: #24D2FF;
  white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
  .eventSection .event__list .event__item .event__item--text {
    flex-direction: column;
  }
  .eventSection .event__list .event__item .event__item--text p:nth-child(2) {
    margin-top: 10px !important;
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .eventSection {
    padding-top: 40px;
  }
  .eventSection.sticky-active .eventSchedule__day {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, rgb(38, 38, 38) 40% 45%, rgb(54, 54, 54) 66%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    -webkit-backdrop-filter: blur(28px);
            backdrop-filter: blur(28px);
  }
  .eventSection .event__content {
    margin-bottom: 0;
  }
  .eventSection .event__content button {
    font-size: 24px;
    padding: 0 25px;
  }
  .eventSection .eventSchedule {
    flex-direction: column;
    align-items: center !important;
  }
  .eventSection .eventSchedule .tab-pane .event__day {
    font-size: 12px;
    position: relative;
    justify-content: center;
    margin-bottom: 15px;
  }
  .eventSection .eventSchedule .tab-pane .event__day img {
    width: 16px;
  }
  .eventSection .eventSchedule .eventSchedule__day {
    top: 211px;
    width: 100%;
    margin: 0;
    padding: 15px 0;
  }
  .eventSection .eventSchedule .eventSchedule__day .eventSchedule__number {
    flex-direction: row !important;
    justify-content: center;
    flex: 1;
    margin-right: 0;
  }
  .eventSection .eventSchedule .eventSchedule__day .eventSchedule__number .nav-link {
    padding: 10px 20px;
  }
  .eventSection .eventSchedule .eventSchedule__day .eventSchedule__number .nav-link:hover .eventSchedule__month--number {
    text-shadow: #01D7F9 1px 0 3px;
    -webkit-text-stroke-width: 0.5px;
  }
  .eventSection .eventSchedule .eventSchedule__day .eventSchedule__number .nav-link:hover .eventSchedule__month--text {
    text-shadow: #01D7F9 1px 0 3px;
    -webkit-text-stroke-width: 0.5px;
  }
  .eventSection .eventSchedule .eventSchedule__day .eventSchedule__number .nav-link.active .eventSchedule__month--number {
    text-shadow: #01D7F9 1px 0 3px;
    -webkit-text-stroke-width: 0.5px;
  }
  .eventSection .eventSchedule .eventSchedule__day .eventSchedule__number .nav-link.active .eventSchedule__month--text {
    text-shadow: #01D7F9 1px 0 3px;
    -webkit-text-stroke-width: 0.5px;
  }
  .eventSection .eventSchedule .eventSchedule__day .eventSchedule__number .nav-link .eventSchedule__month--number {
    font-size: 24px;
  }
  .eventSection .eventSchedule .eventSchedule__day .eventSchedule__number .nav-link .eventSchedule__month--text {
    font-size: 12px;
    font-weight: 500;
  }
  .eventSection .eventSchedule .eventSchedule__session {
    justify-content: center;
    top: 285px;
    row-gap: 20px;
  }
  .eventSection .eventSchedule .eventSchedule__session .nav-link {
    font-size: 18px;
  }
  .eventSection .event__list .event__item .event__item--title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .eventSection .event__list .event__item .event__item--text p:nth-child(2) {
    font-size: 12px;
  }
}
/* Event End Section */
.gallerySection {
  padding: 60px 0 30px;
}
.gallerySection .gallery__heading {
  font-size: 40px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: capitalize;
}
.gallerySection .gallery__arrow {
  gap: 20px;
  margin: 20px 0;
}
.gallerySection .slider-img {
  cursor: pointer;
}
.gallerySection .slider-nav .slick-slide {
  margin: 10px;
  transition: 5s all ease-in-out;
}
.gallerySection .slider-nav .slick-slide img {
  width: 100%;
}

.galleryModal .modal__arrow {
  gap: 10px;
  align-items: center;
}
.galleryModal .modal__arrow .btn-default {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  justify-content: center;
  color: #ffffff;
}
.galleryModal .modal__arrow .btn-default:hover {
  box-shadow: 0 1px 14px rgb(255, 255, 255);
}
.galleryModal .modal-body {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.galleryModal .modal-body #modalContent {
  max-height: 394px;
}
.galleryModal .modal-body #modalContent iframe, .galleryModal .modal-body #modalContent img {
  max-height: 394px;
}

@media only screen and (max-width: 767px) {
  .gallerySection .gallery__heading {
    margin-bottom: 30px !important;
  }
  .galleryModal .modal-body {
    flex-direction: column-reverse;
  }
}
/* Footer Start Section */
.copyright {
  margin: 0;
  background-color: #000000;
  padding: 12px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}

/* Footer End Section */
@media only screen and (max-width: 767px) {
  .multi-color {
    font-size: 26px;
    display: block;
  }
  .expect__heading, .speakers__heading, .event__heading, .gallery__heading {
    font-size: 18px !important;
    line-height: 1.6;
  }
  #scrollToTop {
    bottom: 20px;
  }
  .scroll-wrapper {
    max-height: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .multi-color {
    font-size: 24px;
  }
}
/* Scroll Start Section */
#scrollToTop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 16px;
  right: 16px;
  z-index: 9;
  border-radius: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  transition: all 1s ease-in-out;
  box-shadow: 1px 1px 20px #24D2FF;
}

#scrollPercentage {
  border-radius: 50%;
  height: 85%;
  background: #040724;
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Scroll End Section */
/* Scroll Start Section */
.scroll-wrappers {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 20px;
  margin-top: 20px;
}

.scroll-wrappers::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scroll-wrappers::-webkit-scrollbar-track {
  background: #434c72;
  border-radius: 20px;
  margin: 30px 0;
}

/* Handle */
.scroll-wrappers::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 20px;
  border: 1.5px solid #24D2FF;
  background-clip: padding-box;
  box-shadow: 0 0 10px 3px gba(59, 130, 246, 0.6), 0 0 0 2px gba(59, 130, 246, 0.25) inset;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgb(255, 255, 255));
}

/* Handle on hover */
.scroll-wrappers::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}

/* Scroll End Section */
.animationFirst {
  display: flex;
  transform: rotate(75deg);
  position: absolute;
  top: 10%;
}

.animationFirst-one {
  transform: rotate(70deg);
  gap: 40px;
}

.animationFirst img:first-child {
  transform: scale(0.5) rotate(60deg);
}

.animationSecond {
  display: flex;
  gap: 4rem;
  transform: rotate(100deg);
  position: absolute;
  bottom: 20%;
  left: -1%;
}

.animationSecond img:first-child {
  transform: rotate(90deg);
}

.animationThird {
  display: flex;
  gap: 4rem;
  transform: rotate(100deg);
  position: absolute;
  bottom: 30%;
  right: 0%;
}

.animationThird img:first-child {
  transform: rotate(90deg);
}

.animationTopLeft {
  gap: 60px;
  transform: scale(0.8) rotate(40deg);
  z-index: 11;
  position: absolute;
  top: -2%;
  left: 10%;
  flex-direction: column;
}
.animationTopLeft img:first-child {
  transform: scale(0.6);
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.arrow {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 10px auto 0;
  top: 0;
}
.arrow .chevron {
  position: absolute;
  width: 20px;
  height: 3px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.arrow .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.arrow .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.arrow .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  background: linear-gradient(#2584F4, #6430DD);
}
.arrow .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: linear-gradient(#2584F4, #6430DD);
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1); /* normal size */
  }
  50% {
    transform: scale(1.03); /* zoom in */
  }
  100% {
    transform: scale(1); /* back to normal */
  }
}
.modal-dialog {
  max-width: 600px !important;
}
.modal-dialog .modal-content {
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
}
.modal-dialog .modal-content .modal-header {
  padding: 20px;
}
.modal-dialog .modal-content .modal-body {
  padding: 20px;
}
.modal-dialog .modal-content .modal-body .speakersDetails .speakersInfo {
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.modal-dialog .modal-content .modal-body .speakersDetails .speakersInfo__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.modal-dialog .modal-content .modal-body .speakersDetails .speakersInfo__plus--name, .modal-dialog .modal-content .modal-body .speakersDetails .speakersInfo__plus--role {
  margin-bottom: 6px;
}
.modal-dialog .modal-content .modal-body .speakersDetails .speakersInfo__plus--role {
  font-weight: 300;
}
.modal-dialog .modal-content .modal-body .speakersDetails .speakersInfo__plus--org {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 300;
}
.modal-dialog .modal-content .modal-body .speakersDetails__title {
  font-size: 20px;
}
.modal-dialog .modal-content .modal-body .speakersDetails__text {
  font-weight: 300;
  margin-bottom: 0;
}
.modal-dialog .modal-content .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.unsticky {
  position: relative !important;
}

.slick-prev {
  z-index: 1;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
}

.slick-next {
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
}

.slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  position: absolute;
  left: 48%;
  font-size: 30px;
  transform: translate(-50%, -50%);
  color: #24D2FF;
}

.slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  position: absolute;
  left: 52%;
  font-size: 30px;
  transform: translate(-50%, -50%);
  color: #24D2FF;
}

.speakersSection {
  position: relative;
}
.speakersSection .speakers__heading {
  font-size: 40px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: capitalize;
  padding: 20px 0 0;
  margin-bottom: 20px;
}
.speakersSection .speakers__profile {
  text-align: right;
  margin-right: 30px;
}
.speakersSection .speakers__profile--wrap {
  position: relative;
}
.speakersSection .speakers__profile--wrap img:first-child {
  animation: rotateCircle 25s linear infinite;
}
.speakersSection .speakers__profile--wrap .img-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
}
.speakersSection .speakers__details img {
  border: 2px solid;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.speakersSection .speakers__details--heading {
  font-family: "Orbitron", sans-serif;
  letter-spacing: 3px;
  -webkit-text-stroke-width: 0.2px;
  margin-bottom: 10px;
}
.speakersSection .speakers__details--role {
  -webkit-text-stroke-width: 0.2px;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 2px;
}
.speakersSection .speakers__details--des {
  color: #D3D3D3;
  line-height: 1.8;
}
.speakersSection .speakers-slider-nav .slick-track {
  margin-left: auto;
  margin-right: auto;
}
.speakersSection .speakers-slider-nav .slick-track .slick-slide {
  border: 0.5px solid;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  margin: 20px;
  overflow: hidden;
  cursor: pointer;
}
.speakersSection .speakers-slider-nav .slick-track .slick-slide .speakers-slider-img {
  width: 100%;
}
.speakersSection .speakers-slider-nav .slick-track .slick-slide .speakers-slider-img.active {
  background: #78ffdf;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.speakersSection .speakers-slider-nav .slick-track .slick-slide .slider-img {
  width: 100%;
}
.speakersSection .speaker__arrow {
  margin-top: 20px;
  padding-bottom: 20px;
  gap: 20px;
}
.speakersSection .speakers__list {
  display: grid;
  grid-template-areas: "speaker1 speaker2 speaker2 speaker3 speaker4" "speaker1 speaker5 speaker6 speaker3 speaker7" "speaker8 speaker9 speaker6 speaker10 speaker7";
  gap: 20px;
  margin-top: 20px;
}
.speakersSection .speakers__list .item1 {
  grid-area: speaker1;
}
.speakersSection .speakers__list .item1 img {
  background-color: #8DE3FE;
}
.speakersSection .speakers__list .item2 {
  grid-area: speaker2;
}
.speakersSection .speakers__list .item2 img {
  background-color: #B8FFC6;
}
.speakersSection .speakers__list .item3 {
  grid-area: speaker3;
}
.speakersSection .speakers__list .item3 img {
  background-color: #728EFF;
}
.speakersSection .speakers__list .item4 {
  grid-area: speaker4;
}
.speakersSection .speakers__list .item4 img {
  background-color: #01D7F9;
}
.speakersSection .speakers__list .item5 {
  grid-area: speaker5;
}
.speakersSection .speakers__list .item5 img {
  background-color: #3B8EF9;
}
.speakersSection .speakers__list .item6 {
  grid-area: speaker6;
}
.speakersSection .speakers__list .item6 img {
  background-color: #3B8EF9;
}
.speakersSection .speakers__list .item7 {
  grid-area: speaker7;
}
.speakersSection .speakers__list .item7 img {
  background-color: #8DE3FE;
}
.speakersSection .speakers__list .item8 {
  grid-area: speaker8;
}
.speakersSection .speakers__list .item8 img {
  background-color: #728EFF;
}
.speakersSection .speakers__list .item9 {
  grid-area: speaker9;
}
.speakersSection .speakers__list .item9 img {
  background-color: #01D7F9;
}
.speakersSection .speakers__list .item10 {
  grid-area: speaker10;
}
.speakersSection .speakers__list .item10 img {
  background-color: #3B8EF9;
}
.speakersSection .speakers__list--item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}
.speakersSection .speakers__list--item::after {
  transition: all 1s ease-in-out;
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
}
.speakersSection .speakers__list--item:hover::after {
  display: block;
}
.speakersSection .speakers__list--item:hover img {
  transform: scale(1.05);
}
.speakersSection .speakers__list--item:hover .speakers__list--name {
  opacity: 1;
}
.speakersSection .speakers__list--item img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.speakersSection .speakers__list--item .speakers__list--name {
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 10px;
  opacity: 0;
  margin-bottom: 0px;
  transform: translateX(-50%);
  left: 50%;
  color: var(--white-color);
  font-weight: 500;
  z-index: 1;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

#mobileGrid .grid-wrap {
  border: 1px solid;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}

@media only screen and (max-width: 1200px) {
  .speakersSection .speakers__profile {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .speakersSection .speakers__list {
    display: flex !important;
    flex-wrap: wrap;
    gap: unset;
    margin-left: -15px;
    margin-right: -15px;
  }
  .speakersSection .speakers__list--item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .speakersSection .speakers__list--item img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px !important;
  }
  .speakersSection .speakers__list--item .speakers__list--name {
    font-size: 12px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 2100px) {
  .eventSection.sticky h3.event__heading {
    top: 0px;
  }
  .eventSection.sticky .event__content {
    top: 0px;
  }
  .eventSection.sticky .eventSchedule .eventSchedule__session {
    top: 0px;
  }
  .eventSection.sticky .eventSchedule .eventSchedule__day {
    top: 175px;
    z-index: 12;
  }
}
.eventSection.sticky .animationTopLeft {
  position: absolute;
  top: 0%;
}

.sticky-header {
  position: sticky;
  top: 0px;
  z-index: 1000;
  height: 66px;
  transition: all ease-in-out 0.3s;
  display: flex;
  align-items: center;
}

.sticky-header a {
  text-decoration: none;
}

.sticky-header.active {
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  padding: 10px 0;
}

.sticky-header.active .headerSection .logo {
  width: 150px;
}

.sticky-header .headerSection .logo {
  width: 200px;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
}

.energize-logo {
  opacity: 0;
  width: 120px;
  transition: all ease-in-out 0.3s;
  margin-left: 40px;
}

.energize-logo.active {
  opacity: 1;
}

header {
  background-color: #000000;
}

.headerSection {
  align-items: center;
}

.headerEnd a {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
}

.headerEnd {
  position: relative;
  text-align: right;
}

/* Scroll End Section */
.sticky_header .headerSection {
  padding: 10px 0;
}

.sticky-top.sticky_header {
  background: #040724;
}

.headerSection {
  transition: all 0.7s ease-in-out;
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px !important;
  }
  .logo {
    width: 135px !important;
  }
  .energize-logo {
    display: none !important;
  }
}
.speakers__profile {
  animation: slideIn-left 1s ease forwards;
}

@keyframes slideIn-left {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.speakers__details {
  animation: slideIn-right 1s ease forwards;
}

@keyframes slideIn-right {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.header .lead {
  max-width: 620px;
}

/** Below CSS is completely optional **/
.gallerySection .gallery__list {
  display: grid;
  grid-template-areas: "gallery1 gallery2 gallery2 gallery3 gallery4 gallery5 gallery6" "gallery7 gallery2 gallery2 gallery8 gallery9 gallery10 gallery6" "gallery11 gallery12 gallery13 gallery14 gallery15 gallery15 gallery16" "gallery11 gallery17 gallery18 gallery14 gallery15 gallery15 gallery19";
  gap: 10px;
}
.gallerySection .gallery__list .item1 {
  grid-area: gallery1;
}
.gallerySection .gallery__list .item2 {
  grid-area: gallery2;
}
.gallerySection .gallery__list .item3 {
  grid-area: gallery3;
}
.gallerySection .gallery__list .item4 {
  grid-area: gallery4;
}
.gallerySection .gallery__list .item5 {
  grid-area: gallery5;
}
.gallerySection .gallery__list .item6 {
  grid-area: gallery6;
}
.gallerySection .gallery__list .item7 {
  grid-area: gallery7;
}
.gallerySection .gallery__list .item8 {
  grid-area: gallery8;
}
.gallerySection .gallery__list .item9 {
  grid-area: gallery9;
}
.gallerySection .gallery__list .item10 {
  grid-area: gallery10;
}
.gallerySection .gallery__list .item11 {
  grid-area: gallery11;
}
.gallerySection .gallery__list .item12 {
  grid-area: gallery12;
}
.gallerySection .gallery__list .item13 {
  grid-area: gallery13;
}
.gallerySection .gallery__list .item14 {
  grid-area: gallery14;
}
.gallerySection .gallery__list .item15 {
  grid-area: gallery15;
}
.gallerySection .gallery__list .item16 {
  grid-area: gallery16;
}
.gallerySection .gallery__list .item17 {
  grid-area: gallery17;
}
.gallerySection .gallery__list .item18 {
  grid-area: gallery18;
}
.gallerySection .gallery__list .item19 {
  grid-area: gallery19;
}
.gallerySection .gallery__list--item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 7px;
  border: 3px solid #434c72;
}
.gallerySection .gallery__list--item:hover {
  border-color: #24D2FF;
}
.gallerySection .gallery__list--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallerySection .scroll-icon.top {
  position: absolute;
  right: 4px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  transform: rotate(90deg);
  font-size: 12px;
  color: #aaa;
  z-index: 2;
  pointer-events: none;
}
.gallerySection .scroll-icon.bottom {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  bottom: 0;
  text-align: center;
  transform: rotate(270deg);
  font-size: 12px;
  color: #aaa;
  z-index: 2;
  pointer-events: none;
}

.galleryModal img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 400px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .scroll-wrappers {
    max-height: 250px;
  }
}
.modal-image-wrapper img {
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .gallerySection .gallery__list {
    grid-template-areas: "gallery2  gallery2" "gallery1  gallery3" "gallery4  gallery5" "gallery6  gallery7" "gallery6  gallery8" "gallery9  gallery10" "gallery12 gallery11" "gallery13 gallery11" "gallery14 gallery16" "gallery14 gallery17" "gallery15 gallery15" "gallery18 gallery19";
    gap: 5px;
  }
  .scroll-wrappers {
    padding-right: 15px;
  }
  .scroll-icon.top {
    right: 7px !important;
  }
  .scroll-icon.bottom {
    right: 9px !important;
  }
  .modal-image-wrapper img {
    max-width: 100%;
  }
}/*# sourceMappingURL=styles2026.css.map */