@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Comfortaa:wght@300..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Comfortaa:wght@300..700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Comfortaa:wght@300..700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: #FFFFFF;
}

h1 {
  position: absolute;
  opacity: 0;
  top: 0;
}

color {
  background-image: linear-gradient(to right, #FD1D1D 0%, #FCB045 100%);
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}



/* Loader */
.loader-overlay {
  position: fixed; top:0; left:0; right:0; bottom:0;
  background: rgba(0,0,0,0.6);
  display:flex; align-items:center; justify-content:center;
  z-index:1000009999;
}
.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #007BFF;
  border-radius: 50%;
  width: 50px; height: 50px;
  animation: spin 1s linear infinite;
}
@keyframes spin { 100% { transform: rotate(360deg); } }

/* Popup */
.popup-overlay {
  position: fixed; top:0; left:0; right:0; bottom:0;
  background: rgba(0,0,0,0.6);
  display:flex; align-items:center; justify-content:center;
  z-index:10000000;
}
.popup-box {
  position: relative;
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  min-width: 30%;
  max-width: 90%;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  color: white;
  font-family: "figtree";
}
.popup-close {
    float: right;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 20px;
    font-family: none;
}


/* EUROSTILE */
@font-face {
  font-family: 'Eurostile';
  src: url('../fonts/EUROSTILE.TTF') format('truetype');
}

/* EUROSTYLE NORMAL */
@font-face {
  font-family: 'Eurostyle Normal';
  src: url('../fonts/EUROSTYLE NORMAL.TTF') format('truetype');
}

/* Monument Extended 2 */
@font-face {
  font-family: 'Monument Extended 2';
  src: url('../fonts/monument-extended-2.ttf') format('truetype');
}

/* Monument Extended Regular */
@font-face {
  font-family: 'Monument Extended';
  font-weight: normal;
  src: url('../fonts/MonumentExtended-Regular.otf') format('opentype');
}

/* Monument Extended Ultrabold */
@font-face {
  font-family: 'Monument Extended';
  font-weight: 800;
  src: url('../fonts/MonumentExtended-Ultrabold.otf') format('opentype');
}

/* Neue Plak Black */
@font-face {
  font-family: 'Neue Plak';
  font-weight: 900;
  src: url('../fonts/Neue Plak Black.ttf') format('truetype');
}

/* Neue Plak Condensed Bold */
@font-face {
  font-family: 'Neue Plak Condensed';
  font-weight: bold;
  src: url('../fonts/Neue Plak Condensed Bold.ttf') format('truetype');
}

/* Neue Plak Condensed SemiBold */
@font-face {
  font-family: 'Neue Plak Condensed';
  font-weight: 600;
  src: url('../fonts/Neue Plak Condensed SemiBold.ttf') format('truetype');
}

/* Neue Plak Light */
@font-face {
  font-family: 'Neue Plak';
  font-weight: 300;
  src: url('../fonts/Neue Plak Light.ttf') format('truetype');
}

/* Neue Plak Regular */
@font-face {
  font-family: 'Neue Plak';
  font-weight: normal;
  src: url('../fonts/Neue Plak Regular.ttf') format('truetype');
}

/* NEUROPOLITICAL RG */
@font-face {
  font-family: 'Neuropolitical';
  src: url('../fonts/NEUROPOLITICAL RG.OTF') format('opentype');
}

@font-face {
  font-family: 'nord black';
  src: url(../fonts/NORD-Black.otf);
}

@font-face {
  font-family: 'nord bold';
  src: url(../fonts/NORD-Bold.otf);
}

@font-face {
  font-family: 'nord book';
  src: url(../fonts/NORD-Book.otf);
}

.loader-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #03010a;
  transition: all ease .4s;
}

.loader-done {
  visibility: hidden;
  opacity: 0;

}

.loader-box {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.loader-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.fill {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-image: linear-gradient(to right, #FD1D1D 0%, #FCB045 100%);
  transition: height 0.3s ease;
}

.loading-text {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  font-family: 'nord bold';
}

/* toggle button */
#toggle {
  display: none;
}

.mob-logo {
  display: none;
}

.frame,
.menu-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
}

.frame {
  position: fixed;
  width: 4vw;
  height: 4vw;
  right: 5vw;
  top: 2vw;
}

.frame {
  display: flex;
  z-index: 999999;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #000000;
  transition: all ease .4s;
}

.frame.active {
  background-color: #000;
  border: 2px solid #fff;
}

.menu-icon {
  width: 2.5vw;
  height: 2.5vw;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: end;
}

.line-1 {
  background: #000;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  position: absolute;
}

.line-2 {
  background: #000;
  width: 80%;
  height: 3px;
  border-radius: 5px;
  position: absolute;
}

.line-3 {
  background: #000;
  width: 60%;
  height: 3px;
  border-radius: 5px;
  position: absolute;
}

.line-1 {
  transition: 500ms;
  transform: translateY(-10px);
  animation: animateReverse 600ms ease-in-out;
}

.line-2 {
  transition: 500ms;
  transform: scale(1);
  opacity: 1;
}

.line-3 {
  transition: 500ms;
  transform: translateY(10px);
  animation: animate2Reverse 600ms ease-in-out;
}

.menu-icon.active {
  animation: rotateIcon 600ms ease-in-out forwards;
}

.line-1.active {
  animation: animate 600ms ease-in-out forwards;
  background: #fff;
}

.line-2.active {
  transform: scale(0);
  background: #fff;
  opacity: 0;
}

.line-3.active {
  animation: animate2 600ms linear forwards;
  background: #fff;
}

.frame.active {
  border-color: #000000;
}

@keyframes animate {
  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(-45deg);
  }
}

@keyframes animateReverse {
  0% {
    transform: translateY(0px) rotate(45deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(-10px) rotate(0deg);
  }
}

@keyframes animate2 {
  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(45deg);
    width: 100%;
  }
}

@keyframes animate2Reverse {
  0% {
    transform: translateY(0px) rotate(-45deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(10px) rotate(0deg);
  }
}

@keyframes rotateIcon {
  100% {
    transform: rotate(90deg);
  }
}

/* navbar */
#navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transition: all ease-in .4s;
}

.nav-cont {
  position: relative;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1vw 0;
}

.edition{
  position: absolute;
  color: #fff;
  font-size: .7vw;
  top: 1vw;
  left: 2.75vw;
  letter-spacing: .5px;
  font-family: 'neuropolitical';
}
.edition span{
  font-family: 'poppins';
  font-weight: 600;
}

.nav-links {
  display: flex;
  gap: 2vw;
  padding: 1vw 2vw;
  margin: 0;
  border-radius: 2vw;
}

.nav-links li {
  position: relative;
  list-style-type: none;
  color: #fff;
  font-size: 0.9vw;
  font-family: 'montserrat';
  font-weight: normal;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2vw .5vw;
}

.nav-link span {
  position: relative;
  z-index: 1;
}

.nav-link:after {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  transition: all ease .4s;
  background-image: linear-gradient(to right, #FD1D1D 0%, #FCB045 100%);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-links li a {
  color: #fff;
}

.reg-buttons {
  display: flex;
  gap: 2vw;
}

.reg-btn {
  width: 10vw;
  height: 2.5vw;
  font-size: 0.9vw;
  background-image: linear-gradient(to right, #FD1D1D 0%, #FCB045 100%);
  color: #fff;
  border: 0px solid #FD1D1D;
  border-radius: 0.3vw;
  cursor: pointer;
  font-weight: 600;
  font-family: 'nord book';
  transition: all ease .4s;
}

.reg-btn:hover {
  background: linear-gradient(to right, #fff, #fff);
  letter-spacing: 1px;
  color: #03010a;
}

.nav-scroll {
  backdrop-filter: blur(7px);
  background: #24242440;
}

.nav-logo {
  width: 13vw;
  padding-right: 4vw;
  transition: all ease .4s;
}

.title {
  font-family: 'neuropolitical';
  font-size: 2vw;
  color: #03010a;
}

.title span {
  color: #FD1D1D;
}

/* cover page */
#cover {
  position: relative;
  width: 100%;
  height: 120vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
}

.cover-container {
  position: relative;
  width: 90%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  gap: 2.5vw;
  translate: 0 -2vw;
}

.cover-patch {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #03010acd; */
  background: url(../images/cover-patch.png);
  background-size: 95%;
  background-position: 10vw 6vw;
  z-index: 1;
}

#cover .reg-btn {
  width: 11vw;
  height: 2.75vw;
}

.cover-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.event-logo {
  width: 30vw;
}

.date-place {
  display: flex;
  font-size: 1.5vw;
  translate: 0 -1vw;
  gap: .5vw;
  flex-direction: column;
}

.date {
  font-family: 'nord book';
  width: fit-content;
  /* border-top: 1px solid #ffffff80; */
  /* border-bottom: 1px solid #ffffff80; */
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  padding: 2px 1vw 4px;
  border-right: none;
  text-shadow: 1px 1px 3px #000;
  /* background: #cdcdcd10; */
}

.date sup {
  font-family: 'montserrat';
}

.place {
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: 'nord book';
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  font-weight: 400;
  line-height: 1.8vw;
  padding: 2px 1vw 2px 1vw;
  border-radius: 0 0.5vw 0.5vw 0;
}

.sub-tag {
  position: relative;
  font-size: 1.8vw;
  width: fit-content;
  font-family: 'red hat display';
  color: #fff;
}

.sub-tag:before {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -.5vw;
  content: '';
  background: linear-gradient(to right, #FD1D1D, #FCB045);
}

.tagline {
  font-size: 4vw;
  line-height: 4.5vw;
  font-family: 'Red Hat Display';
  font-weight: 900;
  color: #fff;
}

.organised {
  display: flex;
  position: absolute;
  flex-direction: column;
  left: 5vw;
  bottom: 12vw;
  z-index: 4;
  align-items: start;
  justify-content: start;
  gap: .5vw;
  display: none;
}

.organised .name {
  font-family: 'montserrat';
  color: #cdc;
  font-size: 1vw;
}

.tce-logo {
  width: 5vw;
}

.tagline .stroke {
  -webkit-text-stroke-width: .1vw;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.cover-slash {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  z-index: 2;
  background: linear-gradient(to bottom, #FD1D1D17, #a864053b 80%, #03010a);
}

.cover-grad {
  position: absolute;
  width: 100%;
  height: 30vw;
  bottom: 0;
  z-index: 2;
  /* background: linear-gradient(to top, #03010a 0%, #03010a00 30%); */
}

.countdown {
  display: flex;
  gap: 1vw;
  text-align: center;
  margin-top: 0vw;
  translate: 0 -1vw;
}

.countdown .count-dig div {
  width: auto;
  font-size: 1.5vw;
  font-family: "nord book";
  font-weight: 700;
  color: #ffffff;
}

.countdown .count-box {
  width: 7.5vw;
  height: 5vw;
  background: linear-gradient(45deg, #a1a1a13a, #0d010114);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1vw;
  backdrop-filter: blur(30px);
  gap: 0.2vw;
}

.countdown span {
  display: flex;
  font-size: 1.4vw;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countdown span div {
  width: 100%;
  text-align: center;
  transform: translateY(0);
  padding: 0;
}

.count-des {
  color: rgb(202, 202, 202);
  padding: 0;
  margin: 0;
  font-family: "montserrat";
  font-size: 0.9vw;
}

/* overview */
.hash {
  position: absolute;
  font-size: 3vw;
  font-family: 'neuropolitical';
  color: #ffffff31;
  right: 2vw;
  top: -9vw;
}

#why {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* background: url(../images/bahrain\ \(2\).webp); */
  background-size: cover;
  background-position-y: 4vw;
  padding: 7vw 0 0vw;
}

.overglow {
  width: 10vw;
  height: 20vw;
  rotate: 40deg;
  background-color: #FD1D1De6;
  position: absolute;
  border-radius: 5vw;
  /* box-shadow: 0px 0px 21px 10px #441eac; */
  filter: blur(100px);
  right: -5vw;
  top: 5vw;
  z-index: 0;
}

.why-cover-patch {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  background: linear-gradient(to top, #03010a, #000, #03010a);
}

.over-container {
  width: 80%;
  height: 36vw;
  box-shadow: inset 0 0 122px 1px #ffffff23;
  border-radius: .5vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
  margin-top: 4vw;
  backdrop-filter: blur(3px);
  z-index: 2;
}

.over-left {
  position: relative;
  width: 40%;
  height: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw;
}

.over-imgs {
  position: relative;
  width: 90%;
  height: 34vw;
  display: flex;
  translate: 0 -8vw;
  border-radius: .5vw;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.over-img {
  position: absolute;
  width: 110%;
  right: 0;
  transition: all .5s ease;
}

.img2 {
  right: -90%;
  filter: grayscale(1);
}

.over-imgs:hover .img2 {
  right: -20%;
  filter: grayscale(0);
}

.over-imgs:hover .img1 {
  right: 90%;
  filter: grayscale(1);
}

.over-box {
  width: 8vw;
  height: 8vw;
  perspective: 1000px;
  border-radius: 1vw;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.over-box.flipped .flip-inner {
  transform: rotateY(180deg);
}

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: .5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  /* border: 1px solid #cdcdcd; */
}

.front {
  background: linear-gradient(to top, #110007cf, #dd247756);
}

.back {
  background-size: cover;
  background-position: center;
  transform: rotateY(180deg);
}

/* .ob {
  translate: 0 -2vw;
} */

.over-icon {
  width: 4vw;
}

.over-icon svg {
  fill: #FD1D1D;
}

.over-name {
  font-size: 1vw;
  font-family: 'nord bold';
  color: #fff;
  line-height: 1.25vw;
  text-align: center;
}

.over-vid-patch {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25252573;
  z-index: 1;
}

.over-svg {
  position: relative;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
}

.over-svg:hover .tri-bor {
  rotate: 90deg;
}

.over-vid-patch svg {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease-in .4s;
}

.tri-fill {
  fill: #ffffff;
  rotate: 90deg;
}

.tri-bor {
  fill: #ed145a;
  rotate: 93deg;
}

.over-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  border-radius: 1vw;
}

.over-right {
  width: 50%;
  height: 28vw;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1vw;
}

.over-right h2 {
  font-size: 2vw;
  text-align: start;
  font-family: 'Neuropolitical';
  color: #f7f7f7;
  font-weight: 400;
  margin: 0;
}

.over-right h2 span {
  color: #FD1D1D;
}

.over-right p {
  font-size: 0.95vw;
  font-family: 'poppins';
  color: #f7f7f7;
  line-height: 2vw;
  font-weight: 400;
}

.over-cir {
  position: absolute;
  width: 10vw;
  height: 10vw;
  border-radius: 5%;
  /* border: 2px solid #fff; */
  right: -5.5vw;
  top: -5vw;
  z-index: -10;
}

.over-cir2 {
  position: absolute;
  width: 7vw;
  height: 7vw;
  border-radius: 5%;
  background-color: #FD1D1D;
  left: -3.5vw;
  bottom: -3.5vw;
}


/* our clients */

.our-boxes {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  background-color: #03010a;
}

.our-wrap {
  width: 90%;
  overflow: hidden;
  /* margin: 20px auto; */
}

.our-top,
.our-bot {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Animation styles */
.our-top {
  animation-name: scroll-left;
  display: flex;
  gap: 2vw;
}

.our-bot {
  animation-name: scroll-right;
  display: flex;
  gap: 2vw;
}

/* @keyframes scroll-left {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-99%);
    }
  }

  @keyframes scroll-right {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(100%);
    }
  } */

.our-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 4.5vw;
}

.our-logo img {
  max-width: 60%;
  height: 3.5vw;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.logos-head {
  font-size: 1.6vw;
  font-family: 'neuropolitical';
  color: #fff;
  padding: 1vw 0 2vw;
}

:root {
  --items-per-page: 6;
}

.carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logo-section {
  width: 120%;
  position: relative;
  overflow: hidden;
  height: 6vw;
  top: calc(50% - 10vw);
  display: flex;
}

.logo-wrapper {
  min-width: calc(10% / var(--items-per-page));
  position: absolute;
  visibility: hidden;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-wrapper::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 10vw;
}

.logo-wrapper:nth-of-type(even) .logo {
  background: #eee;
}

.logo-wrapper .logo {
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 100%;
}

.logo-wrapper .logo svg {
  width: 100%;
}

/* numbers boxes */

.numbers-boxes {
  position: relative;
  width: 80%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 1.5vw;
  border-radius: 1vw;
  z-index: 1;
  padding: 10vw 0;
}

.num-box {
  width: 12vw;
  height: 12vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1vw;
}

.num {
  background-image: linear-gradient(to right, #FD1D1D 0%, #FCB045 100%);
}

.num-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.num-num {
  font-size: 2.8vw;
  font-family: 'Monument Extended';
  color: #f7f7f7;
  transition: all ease .4s;
  text-shadow: 0px 2px 2px #03010aba;
}

#why .odometer {
  font-family: 'Monument Extended';
}

.num-num sup {
  position: absolute;
  font-size: 1.5vw;
}

.num-name {
  font-size: 1vw;
  font-family: 'montserrat';
  color: #f7f7f7;
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 1px 2px #03010a;
  transition: all ease .4s;
}

.num-box img {
  width: 100%;
}

/* ribbons */
#ribbon {
  position: absolute;
  bottom: -5vw;
  z-index: 2;
}

.ribbon-container {
  overflow: hidden;
  background: #03010a;
  color: #fff;
}

#ribbonLeft span {
  color: #FD1D1D;
}

.ribbon {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 1vw 0;
  white-space: nowrap;
  font-family: 'monument extended';
}

.ribbon-track {
  display: inline-flex;
  gap: 1vw;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.ribbon.left .ribbon-track,
.ribbon.left .clone {
  animation: scroll-left 25s linear infinite;
}

.ribbon.right .ribbon-track {
  animation: scroll-right 25s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-30%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(30%);
  }
}

/* ATTEND */
#attend {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3vw;
  background-color: #03010a;
  padding: 10vw 0 5vw;
}

.attend-container {
  width: 80%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1vw;
}

.attend-head {
  display: flex;
  flex-direction: column;
  width: 80%;
  gap: 2vw;
  align-items: start;
  justify-content: start;
}

h2 {
  margin: 0;
}

#attend .title {
  text-align: start;
}

.attend-descr {
  font-family: 'source sans 3';
  color: #fff;
  font-size: 1.25vw;
  font-weight: 300;
  z-index: 1;
}

.attend-descr span {
  font-size: 2.5vw;
  color: #FD1D1D;
  font-family: 'monument extended';
}

.attend-descr sup {
  font-size: 1.2vw;
}

.grid {
  position: absolute;
  right: 0;
  top: 1vw;
  width: 48vw;
  height: 48vw;
  display: flex;
  flex-wrap: wrap;
  z-index: 0;
}

.grid-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: radial-gradient(circle, #03010a00 0%, #03010a 70%);
}

.grid-box {
  position: relative;
  width: calc(100% / 6);
  height: calc(100% / 6);
  z-index: 1;
}

.grid-box:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #dddddd64, #dddddd64);
  right: 0;
}

.grid-box:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #dddddd64;
  bottom: 0;
}

.attend-boxes {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  justify-content: center;
}

.attend-box {
  position: relative;
  width: 11.5vw;
  height: 11.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 1vw;
  gap: 1vw;
  background-color: rgba(255, 255, 255, 0.074);
  padding: 4px;
  box-shadow: 0px 0px 5px #FCB04500, 0 0 10px #dd247730;
  transition: all ease .4s;
}

.att-patch {
  position: absolute;
  width: 11.85vw;
  height: 11.85vw;
  border-radius: 1vw;
  background-color: #03010a;
}

.attend-box svg {
  fill: #fff;
  width: 3vw;
  z-index: 1;
  transition: all ease .4s;
}

.attend-des {
  font-family: 'source sans 3';
  width: 70%;
  color: #fff;
  font-size: 1vw;
  line-height: 1.4vw;
  z-index: 1;
  text-align: center;
}

#attend .title {
  color: #fff;
  font-size: 3.5vw;
  z-index: 3;
}

.chat-left {
  position: relative;
  width: 49%;
  height: 36vw;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1vw;
  overflow: hidden;
}
.chat-heading{
  position: absolute;
  top: 1vw;
  left: 1vw;
  z-index: 5;
  color: #fff;
  font-family: 'nord book';
  text-align: start;
}
.chat-heading:after{
  width: 70%;
  content: '';
  position: absolute;
  height: 2px;
  background-color: #FD1D1D9d;
  bottom: -2px;
  left: 0;
}
.who-job {
  font-family: 'source sans 3';
  color: #fff;
  font-size: 1.1vw;
}

.chart-down {
  position: relative;
  width: 100%;
  height: 10vw;
  background: linear-gradient(to right, #FCB045, #FD1D1D);
  border-radius: 1vw;
  padding: 2px;
}

.down-inbox {
  width: 100%;
  height: 100%;
  background-color: #1f1317;
  border-radius: 1vw;
  display: flex;
  justify-content: space-around;
}

.chat-left::before {
  position: absolute;
  width: 150%;
  height: 150%;
  content: '';
  display: block;
  background: linear-gradient(to right, #FCB045, #FD1D1D);
  z-index: 0;
  animation: 3s linear infinite rotate;
}

.attend-box {
  background: linear-gradient(to right, #FD1D1D, #FCB045);
}

.attend-box:hover svg {
  fill: #FD1D1D;
  filter: drop-shadow(1px 1px 1px #03010a);
  transform: rotateY(180deg);
}

@keyframes rotate {
  0% {
    rotate: 0deg;
  }

  100% {
    rotate: 360deg;
  }
}

.chart-inbox {
    width: 100%;
    height: 100%;
    /* border: 2px solid rgba(255, 255, 255, 0.252); */
    border-radius: 1vw;
    background-color: #1f1317;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#chartdiv {
  width: 100%;
  height: 370px;
  font-family: 'neuropolitical';
}

.chart-name span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  margin-right: 8px;
}

.chart-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1vw 0;
}

.chart-name {
    display: flex;
    color: #fff;
    font-size: 1vw;
    font-family: 'source sans 3';
    padding: 0.5vw 1vw;
}

.chart-name span {
  display: flex;
  align-items: center;
  justify-content: center;
}


.who-job {
  width: 100%;
  height: 100%;
  /* border: 2px solid rgba(255, 255, 255, 0.252); */
  border-radius: 1vw;
  /* background-color: rgba(255, 255, 255, 0.074); */
  backdrop-filter: blur(30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5vw;
  position: relative;
  background: #1f1317;
  z-index: 2;
}

.who-job p {
  position: relative;
  width: 90%;
  text-align: center;
  padding: .2vw 0;
  /* border: 1px solid #ffffff55; */
}

.who-job p:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -0.5vw;
  left: 0;
  background: linear-gradient(to right, #FCB04500, #FCB045, #FD1D1D, #FD1D1D00);
}

.progress-wrapper {
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
}

.progress-des {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.chart-down .progress-container {
  width: 100%;
  height: 12px;
  position: relative;
  background: #cdcdcd17;
  border-radius: 0.5vw;
}

.percent-num {
  color: white;
  font-family: "nord book";
  font-size: 1.2vw;
}

.progress-t {
  color: white;
  width: 80%;
  font-size: 1.2vw;
  font-family: "Source Sans 3";
}

.progress-fill {
  width: 0%;
  height: 100%;
  background-image: linear-gradient(to right, #FD1D1D 0%, #FCB045 100%);
  border-radius: 5px;
  transition: width 2s ease-in-out;
}

/* Why Exhibit */
#market {
  position: relative;
  width: 100%;
  height: 110vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #03010a;
}

.market-glow {
  width: 10vw;
  height: 20vw;
  rotate: 40deg;
  background-color: #FD1D1D;
  position: absolute;
  border-radius: 5vw;
  /* box-shadow: 0px 0px 21px 10px #441eac; */
  filter: blur(100px);
  right: -10vw;
  top: -10vw;
  z-index: -1;
}

.market-container {
  position: relative;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 2vw;
  z-index: 3;
}

.market-left {
  width: 60%;
  height: 60vh;
}

#market .grid {
  top: -5vw;
}

#market .title {
  font-size: 2.5rem;
  color: #fff;
  text-align: start;
}

#market .title span {
  color: #FD1D1D;
}

#market .item {
  display: flex;
  align-items: start;
  justify-content: start;
}

#market .overglow {
  top: -10vw;
  left: 0;
  z-index: 3;
}

.title-des {
  color: #fff;
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: 'montserrat';
}

.market-right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.market-left {
  width: 60%;
}

.market-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2rem;
}

.market-sub {
  font-family: 'nord book';
  color: #fff;
  font-size: 1.8vw;
  line-height: 2.4vw;
}

.market-box {
  width: 35vw;
  height: 35vw;
  background: url(../images/manila_philippines.webp);
  background-size: cover;
  background-position: center;
  border-radius: 1vw;
  /* filter: grayscale(0.5); */
  box-shadow: inset 0px 1px 50px 10px #03010ab3, -3px 3px 18px #03010a;
}

.m-boxes {
  width: 44vw !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-box {
  width: 22vw;
  height: 10vw;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.m-name {
  font-size: 2vw;
  font-family: 'neuropolitical';
  color: #FD1D1D;
}

.m-des {
  font-family: 'montserrat';
  color: #fff;
  text-align: start;
  font-size: 1vw;
}

#market .grid {
  right: -7.5vw;
  top: -2vw;
  width: 55vw;
}

/* themes */
.themes {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vw 0vw;
  position: relative;
  background-color: #05010d;
}

#themes .title {
  font-size: 3.5vw;
  color: #fff;
  margin-bottom: 2vw;
}

.themes-glow {
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
  right: -15vw;
  background: #ff000085;
  position: absolute;
  filter: blur(150px);
  top: -10vw;
}

.themes-cont {
  width: 80%;
  height: auto;
  position: relative;
}

.theme-carousel {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.8vw;
  margin-top: 0.5vw;
}

.theme-carousel .item,
.theme-carousel2 .item {
  height: 18vw;
}

.themes-cont .theme-carousel .item img,
.themes-cont .theme-carousel2 .item img {
  width: 0%;
  position: absolute;
  z-index: -1;
  left: 0;
  height: auto;
  min-height: 18vw;
  transition: all 0.5s ease;
}

.theme-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.theme-box-overlay {
  position: absolute;
  width: 0%;
  height: 100%;
  background: linear-gradient(#12030900, #120309b5);
  z-index: -1;
  left: 0;
}


.theme-box:hover .theme-icon svg {
  fill: #120309;
  transform: translateY(-0.5vw);
}

.theme-box:hover .theme-des {
  color: #FD1D1D;
}

.theme-icon {
  width: 70%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-icon svg {
  fill: white;
  width: 40%;
  transition: all 0.3s ease;
}

.theme-des {
  text-align: center;
  padding: 0.5vw 0.5vw;
  color: white;
  font-family: "nord book";
  font-size: 0.9vw;
  line-height: 1vw;
  text-align: center;
  background-color: #120309a2;
}

@media screen and (min-width:1900px) {
  .theme-des {
    font-size: 0.75vw;
  }
}

/* exhibit */
#exhibit {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18vw 0 14vw;
  background: #f7f7f7;
}

#service-button {
  width: 2vw;
  height: 60%;
  position: absolute;
  top: 8vw;
  /* z-index: -100; */

}

.bot-patch {
  position: absolute;
  width: 120%;
  height: 9vw;
  rotate: 0deg;
  top: -2vw;
  background-color: #03010a;
}

.exhibit-head {
  font-size: 3vw;
  line-height: 5vw;
  color: #03010a;
}

.exhibit-container {
  width: 80%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3vw;
}

.exhibit-des {
  font-family: 'poppins';
  font-size: 1.1vw;
  text-align: center;
  color: #303030;
  width: 85%;
  line-height: 1.5vw;
  transform: translateY(-2vw);
}

.exhibit-boxes {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2vw;
}

.exhibit-box {
  position: relative;
  width: 100%;
  height: 16vw;
  border-radius: 2vw;
  display: flex;
  background-color: #ECF1F3;
  z-index: 1;
  transition: all ease .4s;
}

.s-left {
  width: 40%;
  height: 100%;
  display: flex;
  gap: 0.5vw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.s-head {
  width: 70%;
  font-size: 2.2vw;
  line-height: 2.5vw;
  font-weight: 600;
  font-family: 'nord bold';
  font-weight: 600;
  color: #FD1D1D;
  text-transform: uppercase;
  transition: all ease .4s;
  z-index: 1;
}

.s-tag {
  width: 70%;
  font-size: .9vw;
  font-family: 'poppins';
  z-index: 1;
  transition: all ease .4s;
}

.s-right {
  position: relative;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-nor {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease .4s;
}

.s-des {
  font-size: 1.1vw;
  line-height: 2.2vw;
  font-family: 'poppins';
  width: 90%;
  display: flex;
}

.s-des ul {
  list-style-type: square;
  display: flex;
  flex-direction: column;
  gap: .5vw;
}

.s-des ul li {
  width: 18vw;
}

.s-hov {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  opacity: 0;
  gap: 2vw;
  transition: all ease .4s;
}

.s-points {
  font-family: 'poppins';
  width: 45%;
  font-size: 1vw;
  line-height: 2vw;
  color: #fff;
  transition: all ease .4s;
}

.s-img {
  position: relative;
  width: 45%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease .4s;
}

.s-img img {
  width: 100%;
  border-radius: 1vw;
  transition: all ease .4s;
}

.exhibit-box:hover .s-nor {
  opacity: 0;
}

.exhibit-box:hover .s-hov {
  opacity: 1;
}

.exhibit-patch {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #43001e, #0c0016);
  z-index: 0;
  opacity: 0;
  border-radius: 2vw;
  transition: all ease .4s;
}

.s-img-patch {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  background-color: #FD1D1D;
  rotate: -8deg;
  z-index: -1;
}

.exhibit-box:hover .s-head {
  color: #fff;
}

.exhibit-box:hover .s-tag {
  color: #fff;
}

.exhibit-box:hover .exhibit-patch {
  opacity: 1;
}

.exhibit-box:hover .s-img {
  rotate: -5deg;
}

.market-patch {
  position: absolute;
  width: 100%;
  height: 70vh;
  bottom: 0;
  background: url(../images/num-people.png);
  background-size: cover;
  background-position: 0;
  z-index: 0;
}

/* summit highlights */
/* summit highlights */
#summit {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #03010a;
}

.summit-container {
  position: relative;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8vw;
  z-index: 3;
}

.summit-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.summit-head .title {
  font-size: 2.5rem;
  color: #fff;
}

.summit-head .title span {
  color: #FD1D1D;
}

.summit-des {
  font-size: 1rem;
  font-family: 'poppins';
  font-weight: 300;
  width: 40%;
  line-height: 1.75rem;
  text-align: start;
  color: #dddddd;
}

.summit-boxes {
  width: 100%;
  height: 18vw;
  border-radius: 1vw;
  padding: 2px;
  background: linear-gradient(-45deg, #cdcdcd, #05010d 15%, #05010d 75%, #cdcdcd);
  animation: forwards linear infinite rotate-border 5s;
  box-shadow: inset 0 0 122px 1px #ffffff23, -3px 3px 15px 1px #ffffff12;
  transition: all ease .4s;
}

.summit-inbox {
  width: 100%;
  height: 100%;
  background-color: #05010d;
  border-radius: 1vw;
  display: flex;
  align-items: end;
}

.summit-box {
  position: relative;
  width: calc(100%/3);
  border-radius: 1vw 1vw 0 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease .4s;
}

.sum-cont {
  width: 90%;
  height: 80%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  transition: all ease .4s;
}

.sum-num {
  font-size: 2.05rem;
  font-family: 'poppins';
  font-weight: 600;
  color: #FD1D1D;
  transition: all ease .4s;
}

.sum-name {
  font-size: 1.25rem;
  font-family: 'nord bold';
  color: #fff;
  text-shadow: 1px 1px 3px #03010abd;
  transition: all ease .4s;
}

.sum-des {
  font-size: 1rem;
  font-family: 'montserrat';
  color: #fff;
  opacity: 0;
  transition: all ease .4s;
}

.learn-more {
  font-size: 1rem;
  font-family: 'nord bold';
  opacity: 0;
  color: #fff;
}

.sum-active {
  height: 22vw;
  background: linear-gradient(to bottom, #FD1D1D, #FCB045);
}

.sum-active .sum-des {
  opacity: 1;
  color: #fff;
}

.sum-active .sum-num {
  color: #000;
}

.sum-active .sum-name {
  color: #fff;
}

.sum-active .learn-more {
  /* opacity: 1; */
}

.sb1 {
  border-bottom-left-radius: 1vw;
}

.sb3 {
  border-bottom-right-radius: 1vw;
}

#summit .overglow {
  background-color: #FD1D1De6;
  left: -5vw;
  top: 25vw;
  z-index: 1;
}

#summit .overglow1 {
  left: 95vw;
  top: 0;
}


/* speakers */
#speakers {
  position: relative;
  width: 100%;
  min-height: 130vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5vw 0;
  background-color: #03010a;
}

#speakers .cover-slash {
  position: absolute;
  width: 120%;
  height: 10vw;
  background-color: #03010a;
  top: -4vw;
  rotate: -2deg;
  z-index: 2;
}

#speakers .title {
  font-size: 2.5rem;
  color: #fff;
}

#speakers .title span {
  color: #FD1D1D;
}

#speakers .overglow {
  z-index: 3;
}

.speakers-container {
  position: relative;
  width: 80%;
  height: 140vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4vw;
  z-index: 1;
  overflow: hidden;
  transition: all ease 4s;
}

#speakers .grid {
  bottom: 0;
  left: -20vw;
}

.speakers-container.active {
  height: auto !important;
  /* or auto, but without animation */
}

.speakers-boxes {
  width: 100%;
  min-height: 26vw;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1vw;
  row-gap: 3vw;
  padding-bottom: 10vw;
}

.spk-patch {
  position: absolute;
  width: 100%;
  height: 10vw;
  display: flex;
  align-items: end;
  justify-content: center;
  bottom: 0;
  background: linear-gradient(to top, #03010a, #03010a00);
  backdrop-filter: blur(2px);
}

.spk-patch .reg-btn {
  margin-bottom: 2vw;
}

.spk-box {
  position: relative;
  width: 15vw;
  height: 22vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  border-radius: 1vw;
  padding: .5vw 0 0;
  background-color: #2824294d;
  backdrop-filter: blur(2px);
  transition: all ease .4s;
}

.spk-img {
  width: 90%;
  z-index: 1;
  transition: all ease .4s;
}

.spk-blur {
  position: absolute;
  border-radius: 1vw;
  background: linear-gradient(to right, #FD1D1D 0%, #FCB045 100%);
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: all ease .4s;
}

.spk-des {
  position: relative;
  width: 100%;
  min-height: 8vw;
  border-radius: 0 0 1vw 1vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: .3rem;
  /* justify-content: center; */
  backdrop-filter: blur(2px);
  background-color: #0f121c;
  color: #fff;
  padding: 1vw 0 1vw;
  /* transition: all ease .4s; */
}

.spk-name {
  font-size: 1.15rem;
  font-family: 'nord bold';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  padding: 0 1vw;
  transition: all ease .4s;
}

.spk-job {
  font-family: 'montserrat';
  font-weight: 300;
  font-size: 0.85rem;
  padding: 0 1vw;
  line-height: 1.15rem;
  transition: all ease .4s;
}

.spk-comp {
  font-family: 'montserrat';
  font-weight: 500;
  font-size: .9rem;
  padding: 0 1vw;
  line-height: 1.1rem;
  transition: all ease .4s;
}

.spk-box:hover {
  /* height: 26vw; */
}

.spk-box:hover .spk-blur {
  transform: translateY(-2vw);
  /* background-image: linear-gradient(to right, #752bc8 0%, #1639eb 100%); */
  opacity: 1;
}

.spk-box:hover .spk-des {
  /* background-color: #03010a; */
}

/* .spk-box:before{
    content: '';
    width: 2vw;
    height: 2vw;
    position: absolute;
    border-top: 2px solid #752bc8;
    border-left: 2px solid #752bc8;
    border-top-left-radius: 1vw;
    border-bottom-left-radius: 0;
    top: 0;
    left: 0;
} */
.spk-box::after {
  content: '';
  width: 2vw;
  height: 2vw;
  position: absolute;
  border-bottom: 2px solid #FD1D1D;
  border-right: 2px solid #FD1D1D;
  border-bottom-right-radius: 1vw;
  border-bottom-left-radius: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

/* video */
#video {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vw 0;
  z-index: 3;
  overflow: hidden;
  background: #03010a;
}

#video .grid {
  left: -12vw;
  top: 24vw;
  width: 50vw;
  height: 50vw;
}

.video-container {
  position: relative;
  width: 85%;
  height: 90vh;
  display: flex;
  align-items: center;
  z-index: 3;
}

.event-video {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  object-fit: cover;
}

.video-patch {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background-color: #05010d88;
}

.play-btn {
  position: relative;
  width: 8vw;
  height: 8vw;
}

.play-btn .circle {
  width: 5vw;
  height: 5vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: white;
  margin: auto;
  transform: scale(1, 1);
}

.play-btn .circle.pulse {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  background-color: #cdcdcd;
}

.play-btn svg {
  fill: #05010d;
  stroke: #05010d;
  stroke-linejoin: round;
  stroke-width: 5;
  transition: all 0.3s;
}

.play-btn svg:hover {
  cursor: pointer;
  /* fill: #441eac;
  stroke: #441eac; */
  transform: scale(.8, .8);
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}


/* gallery */
#gallery {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  z-index: 10;
  gap: 4vw;
  background-color: #03010a;
}

#gallery .title {
  color: #fff;
  text-align: center;
}

.gallery-container {
  width: 90%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1vw;
  padding: 0 0 3vw 0;
  overflow: hidden;
}

.gal-cont {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.gallery-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27vw;
  height: auto;
  border-radius: .5vw;
  overflow: hidden;
  cursor: pointer;
}

.gal-img {
  width: 100%;
}

.gal-none {
  border: none;
}

.gal-box:hover img {
  opacity: .7;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 9999;
}

.popup-img {
  height: 80vh;
  border-radius: 1vw;
  transform: scale(0.5);
  transition: transform 0.4s ease;
}

.popup.show {
  visibility: visible;
  opacity: 1;
}

.popup.show .popup-img {
  transform: scale(1);
}

.popup .close {
  position: absolute;
  top: 2%;
  right: 3%;
  color: white;
  font-size: 3rem;
  cursor: pointer;
  z-index: 10000;
}

.gal-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 1rem;
  cursor: pointer;
  z-index: 10000;
  border-radius: 50%;
}

.prev-btn {
  left: 3%;
}

.next-btn {
  right: 3%;
}

.nav-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}


/* ***************Footer Section**************** */


#footer {
  width: 100%;
  height: auto;
  background: linear-gradient(86deg, #0a0125 8%, #FD1D1D9e 48%, #0a0125 79%);
  background-color: #0a0125;
  display: flex;
  align-items: center;
  border-top: 0.2vw solid #FD1D1D;
}

.footerContainer {
  display: flex;
  justify-content: space-between;
  width: 99vw;
  align-items: center;
}

.fLeft {
  width: 60vw;
  height: 8vw;
  display: flex;
  flex-direction: row;
  margin: 0 0 0 1vw;
  gap: 0.8vw;
}

.fMails {
  width: 12vw;
  height: 1.8vw;
  display: flex;
  border: 1.5px solid white;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 20px;
  cursor: pointer;
}

.fUp {
  display: flex;
  gap: .7vw;
}

.fRight {
  width: 45vw;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
}

.s-f {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1vw;
  position: relative;
}

.s-f::after {
  content: "";
  width: 2px;
  height: 4vw;
  position: absolute;
  background-color: #FD1D1D;
  right: -2.4vw;
}

.org {
  width: 10vw;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
}

.foot-logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  height: 5vw;
  /* border: 1px solid rgba(255, 255, 255, 0.379); */
  width: 7vw;
}

.foot-logo-box img {
  width: 4vw;
}

.foot-logo-box:nth-child(2) .fl-des {
  margin-top: -0.5vw;
}

.foot-logo-box:nth-child(2) img {
  transform: translateY(0.3vw);
}

.fl-des {
  color: rgb(255, 255, 255);
  font-family: "Source Sans 3";
  font-weight: 400;
  font-size: 0.8vw;
}

.fUp div {
  width: 2vw;
  height: 2vw;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px white solid;
  transition: all ease .4s;
}

.fUp div:hover {
  transform: translateY(-3px);
  background-color: #FD1D1D;
  border: 1.5px #FD1D1D solid;
  color: black;

}

.fUp div:hover .fLinks {
  color: #fff;
}

.fLinks {
  font-size: 1.25vw;
  padding-top: 0.1vw;
  color: #fff;
}
.fLinks svg{
  width: 70%;
  height: 70%;
  fill: #fff;
  transition: all ease .4s;
}

.fLinks svg:hover {
  fill: #000;
}

.fCopy {
  color: white;
  font-family: 'Montserrat';
  font-size: 0.8vw;
  font-weight: 400;
}

.fCopy span a {
  font-weight: 600;
  color: white;
  text-decoration: none;
}

.foot-l {
  width: 70%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 1.5vw 0vw;
}

.mail-heading {
  color: white;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 0.9vw;
}

.mail-box {
  width: 26%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}


.mail {
  font-family: 'Montserrat';
  color: white;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.9vw;
  transition: all 0.3s ease;
}

.mb-cont {
  cursor: pointer;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0.8vw 0vw;
  padding-left: 1vw;
}

.mb-cont::before {
  content: "";
  width: 0.1vw;
  z-index: -1;
  height: 3.8vw;
  display: block;
  background: linear-gradient(#FD1D1D, #FD1D1D);
  position: absolute;
  margin-left: -1vw;
  transition: all 0.5s ease;
}

.mail-box:hover .mb-cont::before {
  width: 100%;
}


/* forms */
.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
  z-index: 10301000;
}


.modalContents {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, rgb(28, 28, 28), black);
  width: 90%;
  /* backdrop-filter: blur(3px); */
  border-top: none;
  border: 1px solid rgb(141, 141, 141);
  border-top: none;
}

.form-img-box {
  width: 30%;
  overflow: hidden;
  height: 26vw;
}

.form-img {
  width: 110%
}

.form-heading {
  font-family: "nord bold";
  color: rgb(255, 255, 255);
  font-size: 1vw;
  border-bottom: none;
  padding: 0.5vw 0vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #FD1D1D 0%, #FCB045 100%);
  width: 90%;
  border: 1px solid rgb(141, 141, 141);
  border-bottom: none;
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.3vw;
}

.modalBg {
  width: 100%;
  height: 100%;
  background: linear-gradient(43deg, rgba(0, 0, 0, 0.938), rgba(28, 27, 27, 0.814), rgba(0, 0, 0, 0.786));
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
}

.del-amount-box {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 93%;
  padding: 0.5vw;
  margin-top: 0.5vw;
  background-color: #313131;
}

.del-price-input-box {
  display: flex;
  align-items: center;
  gap: 0.3vw;
}

.del-list {
  padding: 0;
  margin: 0;
  margin-left: 2vw;
  margin-top: 0.5vw;
}

li {
  font-size: 0.55vw;
  font-family: "Poppins";
  font-weight: 300;

}

.del-price-input-box label {
  color: white;
  font-family: "Poppins";
  font-size: 0.6vw;
  display: flex;
  align-items: center;
  gap: 0.3vw;
}

.del-price-input-box label sup {
  color: red;
  font-size: 0.5vw;
}

.inputs {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.inputs input {
  border-radius: 0px;
  margin: 1vw 0vw;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff37;
  display: flex;
  align-items: center;
  width: 45%;
  height: 1.7vw;
  font-size: 0.7vw;
  color: #ffffff;
}

.inputs input:focus {
  outline: none;
  background-color: none;
}

.inputs input::placeholder {
  font-family: "Poppins";
  color: #ffffff;
  font-size: 0.55vw;
  transform: translate(0.1vw, 0vw);
  font-weight: 300;
}

.check-box {
  width: 93%;
  height: auto;
}

.checks {
  padding: 0.4vw 0vw;
}

.checks label {
  display: flex;
}

.f-btn {
  background: none;
  border: none;
  font-family: "Poppins";
  font-size: 1vw;
  font-weight: 600;
  color: #ffffff;
  padding: 0.2vw 1vw;
  margin: 1vw 0vw;
  cursor: pointer;
  background-image: linear-gradient(to right, #FD1D1D 0%, #FCB045 100%);
}

.f-btn:hover {
  color: #ffffff;
  background-color: #752bc8;
}


/* Hide the default checkbox */
input[type="checkbox"] {
  display: none;
}

/* Create a custom checkbox style */
.custom-checkbox {
  width: 0.5vw;
  height: 0.5vw;
  border: 0.5px solid #ffffff;
  cursor: pointer;
  transform: translateY(0.1vw);
}

/* Style for when the checkbox is checked */
input[type="checkbox"]:checked+.custom-checkbox::after {
  position: absolute;
  content: '\2714';
  font-size: 0.8vw;
  top: -80%;
  color: #FD1D1D;
}


.is-show {
  visibility: visible;
  opacity: 1;
  scale: 1.45;
}

.lt {
  width: 96%;
  margin-left: 1%;
  font-size: 0.55vw;
  font-family: "Poppins";
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}

.in-box .lt {
  font-weight: 500;
}

.clModal {
  position: absolute;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 0.8vw;
  top: 0.6vw;
  right: 3vw;
  background-color: #03010a;
  width: 1vw;
  height: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  opacity: 1;
}

/* Style for invalid text fields */
input.invalid {
  border: 1px solid rgb(255, 0, 0);
}

/* Style for invalid custom checkbox */
label.invalid .custom-checkbox,
.del-price-input-box.invalid .custom-checkbox {
  border: 1px solid rgb(255, 0, 0);
}

.form-message {
  margin-top: 0.5vw;
  font-family: "poppins";
  text-transform: uppercase;
  color: rgb(255, 0, 0);
  font-size: 0.55vw;
  display: none;
}

.mshow {
  display: block;
}

.form-interest {
  width: 93%;
  background-color: #393939;
  padding: 0.5vw;
}

.in-h {
  color: white;
  font-family: "Poppins";
  font-size: 0.55vw;
  color: #fff;
}

.in-box {
  margin-top: 0.5vw;
  display: flex;
  flex-direction: column;
  gap: 0.3vw;
}

.in-box label {
  display: flex;
  gap: 0.5vw;
}

@media screen and (max-width: 600px) {

  body,
  html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  #toggle {
    position: fixed;
    display: flex;
    top: 0;
    z-index: 99999;
  }

  .frame {
    position: fixed;
    width: 10vw;
    height: 10vw;
    right: 5vw;
    top: 4vw;
  }

  .menu-icon {
    width: 5.5vw;
  }

  #navbar {
    left: -100vw;
    width: 100%;
    height: auto;
    background: #03010acd;
    backdrop-filter: blur(2px);
  }

  .nav-cont {
    flex-direction: column;
    gap: 15vw;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    gap: 10vw;
  }

  .nav-link {
    font-size: 4vw;
  }

  .reg-buttons {
    flex-direction: column;
    gap: 10vw;
  }

  .reg-btn {
    width: 30vw;
    height: 7vw;
    border-radius: 1vw;
    font-size: 2.5vw;
  }

  #cover .reg-btn {
    width: 30vw;
    height: 7vw;
  }

  .nav-logo {
    width: 45vw;
  }

  /* cover */
  .mob-logo {
    position: relative;
    width: 100%;
    z-index: 9999;
    display: flex;
  }
  .mob-logo-cont{
      position: fixed;
      top: 7vw;
      left: 5vw;
      width: 40vw;
      z-index: 9999;
  }
  .mob-logo-cont::before{
      content: '14th EDITION';
      position: absolute;
      left: 8vw;
      top: 0;
      letter-spacing: 1px;
      font-size: 2vw;
      color: #fff;
      font-family: 'neuropolitical';
  }

  #cover {
    width: 100%;
    height: 100vh;
  }

  .tagline {
    font-size: 10vw;
    line-height: 13vw;
    text-align: center;
  }

  .date-place {
    display: flex;
    font-size: 5vw;
    line-height: 7vw;
    text-align: center;
  }

  .cover-patch {
    background-size: cover;
  }

  #cover .reg-buttons {
    flex-direction: row;
    gap: 5vw;
  }

  .countdown .count-box {
    width: 18vw;
    height: 15vw;
  }

  .countdown .count-dig div {
    width: auto;
    font-size: 5vw;
  }

  .countdown span {
    display: flex;
    font-size: 4.4vw;
  }

  .count-des {
    font-size: 3.5vw;
  }

  .tce-logo {
    width: 20vw;
  }

  .organised {
    bottom: 20vw;
  }

  .organised .name {
    font-size: 3.4vw;
  }

  .cover-container {
    width: 90%;
    gap: 10vw;
    align-items: center;
    translate: 0 0vw;
  }

  .place {
    line-height: 7.5vw;
  }

  :root {
    --items-per-page: 4;
  }

  .logo-wrapper {
    min-width: calc(100%/var(--items-per-page));
  }

  .our-logo img {
    max-width: 70%;
    height: 5vw;
  }

  .logos-head {
    font-size: 4vw;
    text-align: center;
  }

  .our-boxes {
    padding: 8vw 0;
    gap: 4vw;
  }

  /* overview */
  #why {
    padding: 7vw 0 15vw;
  }

  .over-container {
    position: relative;
    height: auto;
    flex-direction: column;
    padding: 0 0 8vw 0;
  }

  .over-imgs {
    position: relative;
    width: 90%;
    height: 100%;
  }

  .over-left {
    position: relative;
    width: 90%;
    height: 75vw;
  }

  .over-right h2 {
    font-size: 5vw;
  }

  .over-right {
    position: relative;
    width: 90%;
    height: auto;
    gap: 5vw;
  }

.tag-content{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5vw;
}

  .over-right p {
    font-size: 3.05vw;
    line-height: 6vw;
    font-weight: 300;
  }

  .over-cir {
    display: none;
  }
    .sub-tag {
        font-size: 5vw;
    }
  /* numbers */
  .numbers-boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 4vw;
  }

  .num-box {
    width: 38vw;
    height: 30vw;
  }

  .num-num {
    font-size: 5vw;
  }

  .num-name {
    font-size: 3vw;
  }

  /* ribbon */
  .ribbon {
    padding: 3vw 0;
  }

  .ribbon-track {
    font-size: 0.9rem;
  }

  #chartdiv {
    width: 100%;
    height: auto;
  }
#attend{
  gap: 2vw;
}
  .attend-container {
    width: 80%;
    height: auto;
    flex-direction: column;
    gap: 8vw;
  }

  .chat-left {
    width: 100%;
    height: 100%;
  }

  .chat-left::before {
    position: absolute;
    width: 120vw;
    height: 120vw;
  }

  .chart-name {
    font-size: 3vw;
  }

  .chart-inbox {
    padding: 8vw 0 5vw;
  }

  .chat-left {
    padding: 0.4vw 0.4vw;
  }

  .who-job {
    padding: 8vw 0 5vw;
  }
  .chat-heading {
    position: absolute;
    top: 2vw;
    left: 3vw;
    font-size: 3.3vw;
  }

  .progress-t {
    font-size: 3.4vw;
  }

  .percent-num {
    font-size: 3.4vw;
  }

  .who-job {
    gap: 2vw;
  }

  .who-job p {
    font-size: 3.4vw;
  }

  .down-inbox {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5vw;
  }

  .progress-wrapper {
    width: 90%;
  }
.chart-down .progress-container {
  height: 6px;
}
  .chart-down {
    width: 100%;
    height: 50vw;
  }
.attend-descr {
    font-size: 4.05vw;
}
.attend-descr span {
    font-size: 5.5vw;
}
#attend .title {
    font-size: 6vw;
}
  .attend-box {
    width: 24vw;
    height: 20vw;
    gap: 2vw;
  }

  .att-patch {
    width: 24.85vw;
    height: 20.85vw;
  }

  .attend-des {
    width: 80%;
    font-size: 2.5vw;
    line-height: 3.4vw;
  }

  .attend-box svg {
    width: 7vw;
  }

  /* themes */
  #themes .title {
    font-size: 9vw;
  }

  .themes {
    padding: 10vw 0vw;
  }

  .themes-cont {
    width: 90%;
  }

  .theme-carousel .item,
  .theme-carousel2 .item {
    height: 50vw;
  }

  .theme-des {
    font-size: 2vw;
    line-height: 3vw;
  }

  /* market */
  .market-container {
    width: 80%;
    flex-direction: column-reverse;
    gap: 5vw;
  }

  .market-right {
    width: 90%;
    height: 80vw;
  }

  .market-box {
    width: 100%;
    height: 100%;
  }

  .market-left {
    width: 90%;
  }

  #market .title {
    font-size: 6vw;
  }

  .market-sub {
    font-size: 4vw;
    line-height: 6.5vw;
  }

  .m-name {
    font-size: 5vw;
  }

  .m-box {
    width: 50vw;
    height: 20vw;
  }

  .m-boxes {
    width: 90vw !important;
  }

  .m-des {
    font-size: 3vw;
  }

  /* summit highlights */
  .summit-head {
    gap: 5vw;
    flex-direction: column;
  }

  .summit-des {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .summit-boxes {
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  .summit-inbox {
    flex-direction: column;
  }

  .summit-box {
    width: 100%;
    padding: 2vw 0;
  }

  .sum-active {
    height: auto;
  }

  .sum-name {
    font-size: 4vw;
  }

  .sum-num {
    font-size: 5vw;
  }

  .sum-des {
    font-size: 3.2vw;
  }

  .exhibit-head {
    font-size: 4.5vw;
  }

  .exhibit-des {
    font-size: 3.1vw;
    width: 100%;
    line-height: 3.5vw;
  }

  .exhibit-box {
    width: 100%;
    height: 60vw;
    flex-direction: column;
  }

  .s-head {
    width: 90%;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .s-tag {
    width: 90%;
    font-size: 3vw;
  }

  .s-left {
    width: 100%;
    height: 50%;
  }

  .s-right {
    width: 100%;
    height: 50%;
  }

  .s-des {
    font-size: 3.3vw;
    line-height: 5vw;
  }

  .exhibit-boxes {
    margin-top: 20vw;
    gap: 15vw;
  }

  .s-hov {
    flex-direction: column-reverse;
    gap: 7vw;
    top: -22vw;
  }

  .s-points {
    width: 90%;
    font-size: 3vw;
    line-height: 6vw;
  }

  .exhibit-box:hover .s-left {
    opacity: 0;
  }

  .s-img {
    position: relative;
    width: 65%;
  }

  /* speakers */
  .speakers-boxes {
    row-gap: 15vw;
  }

  .spk-box {
    width: 35vw;
    height: 55vw;
  }

  .spk-des {
    position: relative;
    width: 100%;
    min-height: 30vw;
  }

  .spk-name {
    font-size: 3.4vw;
  }

  .spk-job {
    font-weight: 300;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .spk-comp {
    font-size: 3vw;
  }

  .spk-box:hover .spk-blur {
    transform: translateY(-9vw);
  }

  /* video */
  .video-container {
    width: 85%;
    height: 60vw;
  }

  .popup-img {
    width: 90vw;
    height: auto;
  }

  .gal-btn {
    transform: translateY(200%);
    font-size: 2rem;
  }

  /* footer */
  .footerContainer {
    flex-direction: column;
  }

  .fLeft {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5vw;
  }

  .mail-box {
    width: fit-content;
  }

  .mb-cont {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
  }

  .mb-cont::before {
    display: none;
  }

  .mail {
    font-size: 3vw;
  }

  .mail-heading {
    font-size: 4vw;
  }

  .fRight {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-top: 4vw;
  }

  .s-f {
    align-items: center;
  }

  .s-f::after {
    display: none;
  }

  .org {
    width: 100%;
    height: auto;
    padding-bottom: 3vw;
    gap: 3vw;
  }

  .foot-logo-box {
    gap: 0.5vw;
    height: 20vw;
    width: 30vw;
  }

  .fl-des {
    font-size: 2.8vw;
  }

  .foot-logo-box img {
    width: 15vw;
  }

  .fUp div {
    width: 6vw;
    height: 6vw;
  }

  .fLinks {
    font-size: 3vw;
  }

  .fCopy {
    font-size: 3vw;
    margin-top: 3vw;

  }



}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  body,
  html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  #toggle {
    position: fixed;
    display: flex;
    top: 0;
    z-index: 99999;
  }

  .frame {
    position: fixed;
    width: 10vw;
    height: 10vw;
    right: 5vw;
    top: 4vw;
  }

  .menu-icon {
    width: 5.5vw;
  }

#navbar {
  left: -100vw;
  width: 100%;
  height: auto;
  background: #03010acd;
  backdrop-filter: blur(2px);
}

.nav-cont {
  flex-direction: column;
  gap: 8vw;
}
.edition {
  font-size: 2vw;
  top: 0.45vw;
  left: 30vw;
}
#navbar .edition{
  display: none;
}
#navbar {
  display: none;
}
  .nav-links {
    display: flex;
    flex-direction: column;
    gap: 10vw;
  }

  .nav-link {
    font-size: 4vw;
  }

  .reg-buttons {
    flex-direction: column;
    gap: 10vw;
  }

  .reg-btn {
    width: 30vw;
    height: 7vw;
    border-radius: 1vw;
  }

  #cover .reg-btn {
    width: 25vw;
    height: 6vw;
    font-size: 2.4vw;
    border-radius: 1vw;
  }
  .spon-box {
        width: 28vw;
        height: 17.5vw;
  }
.sub-tag {
   font-size: 3.8vw;
}
  .nav-logo {
    width: 45vw;
  }

  /* cover */

  .mob-logo {
    position: relative;
    width: 100%;
    z-index: 9999;
    display: flex;
  }
.mob-logo-cont{
    position: fixed;
    top: 7vw;
    left: 5vw;
    width: 40vw;
    z-index: 9999;
}
.mob-logo-cont::before{
    content: '14th EDITION';
    position: absolute;
    left: 8vw;
    top: 0;
    letter-spacing: 1px;
    font-size: 2vw;
    color: #fff;
    font-family: 'neuropolitical';
}

  #cover {
    width: 100%;
    height: 100vh;
  }

  .tagline {
    font-size: 6.9vw;
    line-height: 9vw;
  }

  .date-place {
    display: flex;
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .cover-patch {
    background-size: 200%;
    background-position: -120% 110%;
  }

  #cover .reg-buttons {
    flex-direction: row;
    gap: 5vw;
  }

  .tce-logo {
    width: 20vw;
  }

  .countdown .count-box {
    width: 14vw;
    height: 10vw;
  }

  .countdown .count-dig div {
    width: auto;
    font-size: 3.5vw;
  }

  .countdown span {
    display: flex;
    font-size: 3.4vw;
  }

  .count-des {
    font-size: 2.6vw;
  }

  .organised {
    bottom: 20vw;
  }

  .organised .name {
    font-size: 3.4vw;
  }

  .cover-container {
    width: 90%;
    gap: 5vw;
    translate: 0 0vw;
  }

  .place {
    line-height: 5.8vw;
  }

  :root {
    --items-per-page: 4;
  }

  .logo-wrapper {
    min-width: calc(100%/var(--items-per-page));
  }

  .our-logo img {
    max-width: 70%;
    height: 5vw;
  }

  .logos-head {
    font-size: 5vw;
    text-align: center;
  }

  .our-boxes {
    padding: 8vw 0;
    gap: 4vw;
  }

  /* overview */
  #why {
    padding: 7vw 0 15vw;
  }

  .over-container {
    position: relative;
    height: auto;
    flex-direction: column;
    padding: 0 0 8vw 0;
    margin-top: 18vw;
  }
.hash {
    font-size: 5vw;
    left: 40vw;
    top: -15vw;
}
  .over-imgs {
    position: relative;
    width: 90%;
    height: 100%;
  }

  .over-left {
    position: relative;
    width: 90%;
    height: 75vw;
  }

  .over-right h2 {
    font-size: 5vw;
  }

  .over-right {
    position: relative;
    width: 90%;
    height: auto;
    gap: 5vw;
  }

  .over-right p {
    font-size: 3.05vw;
    line-height: 6vw;
    font-weight: 300;
  }

  .over-cir {
    display: none;
  }

  /* numbers */
  .numbers-boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 4vw;
  }

  .num-box {
    width: 38vw;
    height: 30vw;
  }

  .num-num {
    font-size: 5vw;
  }

  .num-name {
    font-size: 3vw;
  }

  /* ribbon */
  .ribbon {
    padding: 3vw 0;
  }

  .ribbon-track {
    font-size: 1.5rem;
  }

  #chartdiv {
    width: 100%;
  }

  .attend-container {
    width: 80%;
    height: auto;
    flex-direction: column;
  }

  .chat-left {
    width: 100%;
    height: 100%;
  }

  .chat-left::before {
    position: absolute;
    width: 110vw;
    height: 110vw;
  }

  .chart-name {
    font-size: 3vw;
    align-items: center;
    justify-content: center;
  }

  .chart-inbox {
    padding: 4vw 0;
  }

  .chat-left {
    padding: 0.4vw 0.4vw;
  }

  .progress-t {
    font-size: 3vw;
  }

  .percent-num {
    font-size: 3vw;
  }

  .who-job {
    gap: 2vw;
    font-size: 2.4vw;
    padding: 8vw 0 4vw;
  }
  .progress-wrapper {
    width: 90%;
  }
  .chart-down {
    width: 100%;
    height: 50vw;
  }
  .down-inbox {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4vw;
  }
  .attend-descr {
    font-size: 2.45vw;
    }
    .attend-descr span {
    font-size: 4vw;
    }
  .chat-heading {
    font-size: 3vw;
    top: 3vw;
    left: 3vw;
  }

  .attend-box {
    width: 24vw;
    height: 20vw;
    gap: 2vw;
  }

  .att-patch {
    width: 24.85vw;
    height: 20.85vw;
  }

  .attend-des {
    width: 80%;
    font-size: 2.5vw;
    line-height: 3.4vw;
  }

  .attend-box svg {
    width: 7vw;
  }

  /* themes */
  #themes .title {
    font-size: 6vw;
  }

  .themes {
    padding: 10vw 0vw;
  }

  .themes-cont {
    width: 90%;
  }

  .theme-carousel .item,
  .theme-carousel2 .item {
    height: 40vw;
  }

  .theme-des {
    font-size: 2vw;
    line-height: 3vw;
  }

  /* market */
  #market {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #03010a;
    padding: 10vw 0;
  }

  .market-container {
    width: 80%;
    flex-direction: column-reverse;
    gap: 5vw;
  }

  .market-head {
    gap: 1rem;
  }

  .market-right {
    width: 90%;
    height: 50vw;
  }

  .market-box {
    width: 100%;
    height: 100%;
  }

  .market-left {
    width: 90%;
  }

  #market .title {
    font-size: 6vw;
  }

  .market-sub {
    font-size: 4vw;
    line-height: 6.5vw;
  }

  .m-name {
    font-size: 5vw;
  }

  .m-box {
    width: 50vw;
    height: 20vw;
  }

  .m-boxes {
    width: 90vw !important;
  }

  .m-des {
    font-size: 1.25rem;
  }

  /* summit highlights */
  #summit {
    padding: 10vw 0;
  }

  .summit-head {
    gap: 5vw;
    flex-direction: column;
  }

  .summit-des {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .summit-boxes {
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  .summit-inbox {
    flex-direction: column;
  }

  .summit-box {
    width: 100%;
    padding: 2vw 0;
  }

  .sum-active {
    height: auto;
  }

  .sum-name {
    font-size: 3vw;
  }

  .sum-num {
    font-size: 4vw;
  }

  .sum-des {
    font-size: 1.25rem;
  }

  .exhibit-head {
    font-size: 4.5vw;
  }

  .exhibit-des {
    font-size: 1.25rem;
    width: 100%;
    line-height: 3.5vw;
  }

  .exhibit-box {
    width: 100%;
    height: 60vw;
    flex-direction: column;
  }

  .s-head {
    width: 90%;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .s-tag {
    width: 90%;
    font-size: 1.25rem;
  }

  .s-left {
    width: 100%;
    height: 50%;
  }

  .s-right {
    width: 100%;
    height: 50%;
  }

  .s-des {
    font-size: 1.25rem;
    line-height: 5vw;
  }

  .exhibit-boxes {
    margin-top: 20vw;
  }

  .s-hov {
    flex-direction: column-reverse;
    gap: 7vw;
    top: -22vw;
  }

  .s-points {
    width: 90%;
    font-size: 1.25rem;
    line-height: 5vw;
  }

  .exhibit-box:hover .s-left {
    opacity: 0;
  }

  .s-img {
    position: relative;
    width: 65%;
  }

  /* speakers */
  .speakers-boxes {
    row-gap: 15vw;
  }

  .spk-box {
    width: 35vw;
    height: 55vw;
  }

  .spk-des {
    position: relative;
    width: 100%;
    min-height: 30vw;
  }

  .spk-name {
    font-size: 1.5rem;
  }

  .spk-job {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .spk-comp {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .spk-box:hover .spk-blur {
    transform: translateY(-9vw);
  }

  /* video */
  .video-container {
    width: 85%;
    height: 80vw;
  }

  .popup-img {
    width: 90vw;
    height: auto;
  }

  .gal-btn {
    transform: translateY(200%);
    font-size: 2rem;
  }

  /* footer */
  .footerContainer {
    flex-direction: column;
  }

  .fLeft {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5vw;
  }

  .mail-box {
    width: fit-content;
  }

  .mb-cont {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
  }

  .mb-cont::before {
    display: none;
  }

  .mail {
    font-size: 2.5vw;
  }

  .mail-heading {
    font-size: 3.5vw;
  }

  .fRight {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-top: 4vw;
  }

  .s-f {
    align-items: center;
  }

  .s-f::after {
    display: none;
  }

  .org {
    width: 100%;
    height: auto;
    padding-bottom: 3vw;
    gap: 3vw;
  }

  .foot-logo-box {
    gap: 0.5vw;
    height: 20vw;
    width: 30vw;
  }

  .fl-des {
    font-size: 2.8vw;
  }

  .foot-logo-box img {
    width: 13vw;
  }

  .fUp div {
    width: 6vw;
    height: 6vw;
  }

  .fLinks {
    font-size: 3vw;
  }

  .fCopy {
    font-size: 2.5vw;
    margin-top: 2.5vw;

  }


}