@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Montserrat:ital,wght@0,400;0,500;1,400&display=swap");
@font-face {
  font-family: "Technopollas";
  src: url("/fonts/Technopollas.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Glacial Indifference";
  src: url("/fonts/glacial-indifference.regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: "Glacial Indifference", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  scroll-behavior: smooth;
}

.delay05s {
  animation-delay: 0.5s;
}

.content {
  width: 85%;
}

a {
  text-decoration: none;
  color: white;
}

.carousel-inner {
  max-height: 70vh;
  vertical-align: middle;
}

.carousel-control-prev,
.carousel-control-next,
.slick-prev,
.slick-next {
  z-index: 5;
  margin: 0;
  position: absolute;
}

.carousel-control-prev,
.slick-prev {
  left: -80px;
}

.carousel-control-next,
.slick-next {
  position: absolute;
  right: -80px;
}

.slick-slide {
  transform: scale(0.8);
  opacity: 0.4;
  transition: transform 0.3s ease-in-out;
}

.slick-center {
  transform: scale(1);
  opacity: 1;
}

.slick-prev,
.slick-next {
  top: 50%;
  z-index: 5;
  font-size: 30px;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    filter: drop-shadow(0px 0px 5px #F74A2E);
  }
  70% {
    transform: scale(1);
    filter: drop-shadow(0px 0px 5px #F74A2E);
  }
  100% {
    transform: scale(0.95);
    filter: drop-shadow(0px 0px 3px #F74A2E);
  }
}
.footerblack {
  background-color: #010101 !important;
}
.footerblack .socialsFooter {
  height: 15px;
  width: auto;
}
.footerblack .socialsFooter path:hover {
  fill: white;
}

#fbButton {
  background: none;
}

section {
  min-height: 100vh;
  padding: 80px 0;
  width: 100%;
}

div::-webkit-scrollbar {
  display: none;
}

#headerNav {
  width: 100vw;
  padding: 35px 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.679167) 39.58%, rgba(0, 0, 0, 0.581636) 52.08%, rgba(0, 0, 0, 0.35) 70.83%, rgba(0, 0, 0, 0) 100%);
}

#headerNav.hide {
  top: -150px;
}

.navBar {
  width: 100%;
}
.navBar a {
  transition: all 0.3s ease;
  transition-delay: 0.2s;
  border-bottom: 3px solid transparent;
}
.navBar .navLink:hover,
.navBar .navLink:focus {
  border-bottom: 3px solid #06E7BB;
  color: rgb(255, 255, 255);
}
.navBar .active {
  border-bottom: 3px solid #06E7BB;
}

.navbar-brand {
  width: 120px;
  height: auto;
}

#registerBtn {
  font-size: 15px;
  padding: 10px 30px;
  letter-spacing: 0.06em;
  position: relative;
  font-family: inherit;
  border-radius: 0.6em;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 1.4em;
  border: 2px solid #06E7BB;
  background: linear-gradient(to right, rgba(27, 253, 234, 0.1) 1%, transparent 40%, transparent 60%, rgba(27, 249, 253, 0.1) 100%);
  color: var(--green);
  box-shadow: inset 0 0 10px rgba(27, 253, 238, 0.4), 0 0 9px 3px rgba(27, 253, 238, 0.1);
}

#registerBtn:hover {
  color: #82ffff;
  box-shadow: inset 0 0 10px rgba(27, 253, 238, 0.6), 0 0 9px 3px rgba(27, 253, 249, 0.2);
}

#registerBtn:before {
  content: "";
  position: absolute;
  left: -4em;
  width: 4em;
  height: 100%;
  top: 0;
  transition: transform 0.4s ease-in-out;
  background: linear-gradient(to right, transparent 1%, rgba(27, 253, 238, 0.1) 40%, rgba(27, 253, 245, 0.1) 60%, transparent 100%);
}

#registerBtn:hover:before {
  transform: translateX(15em);
}

.indicatorRadio,
.socialsLink {
  height: 170px;
  position: fixed;
  top: 50%;
}

.indicatorRadio {
  left: 50px;
}
.indicatorRadio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20%;
  width: 18px;
  height: 18px;
  border: 2px solid #3FFEFD;
  transition: all 0.3s ease-in;
  transition-delay: 0.2s;
}
.indicatorRadio input[type=radio]:checked::before {
  content: "";
  display: block;
  margin: 3.2px;
  width: 8.5px;
  height: 8.5px;
  border-radius: 10%;
  background-color: #3FFEFD;
  transition: 2s ease-in;
}

.socialsLink {
  top: 50%;
  right: 50px;
  margin: 0;
}
.socialsLink .socialStroked,
.socialsLink .socialFilled {
  width: auto;
  height: 25px;
}

#smallNavSection {
  position: fixed;
  background-image: linear-gradient(180deg, rgba(35, 14, 79, 0.7) 25.22%, rgba(46, 106, 143, 0.35) 100%), url("/bg/landingPage.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
  background-attachment: fixed;
}

.smallNavLink {
  font-family: "Audiowide", sans-serif;
  font-size: 35px;
  color: transparent;
  -webkit-text-stroke: 0.5px #06E7BB;
}

.smallNavLink:hover,
.smallNavLink.active {
  color: #06E7BB;
}

#landingPage {
  background-image: url("/bg/landingPage.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#unblockLogo {
  position: relative;
  margin-left: -15px;
  width: 250px;
  height: auto;
}

#hackathonTitle1,
#hackathonTitle2,
#hackathonTitle3,
#subTitle {
  font-family: "Technopollas", sans-serif;
  font-size: 75px;
  line-height: 58px;
}

.mainTitle {
  position: relative;
}

#hackathonTitle1 {
  position: relative;
  margin-left: 4px;
  z-index: 3;
  background: linear-gradient(180deg, #06E7BB 13.78%, #359BDB 116.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#hackathonTitle2 {
  position: absolute;
  top: 2px;
  left: 0px;
  color: #011030;
  z-index: 2;
}

#hackathonTitle3 {
  color: #FA8E39;
  position: absolute;
  text-shadow: -3px 0px 0px #F74A2E;
  top: 4px;
  left: -1px;
  z-index: 1;
}

#subTitle {
  font-family: "Audiowide", sans-serif;
  letter-spacing: 8px;
  line-height: 50px;
  font-size: 13px;
  font-weight: 100;
  color: #f0f0f0;
}

#dateBG {
  width: 460px;
  height: auto;
  z-index: 1;
}

.landingDate {
  position: absolute;
  z-index: 2;
}
.landingDate #startDate,
.landingDate #endDate,
.landingDate #dash {
  font-family: "Technopollas", sans-serif;
  font-size: 20px;
  color: #FFE082;
}
.landingDate #dash {
  font-family: "Audiowide", sans-serif;
  text-align: center;
  width: 10px;
}

#learnMore {
  text-shadow: 0px 0px 10px #06E7BB;
  position: absolute;
  bottom: 100px;
  z-index: 1;
}

#learnMore:hover {
  text-shadow: 0px 0px 20px white;
  color: white;
}

#arrowDown1,
#arrowDown2 {
  width: 40px;
  height: 40px;
  background-color: transparent;
  z-index: 1;
  bottom: 40px;
  position: absolute;
  border-width: 0 0.25em 0.25em 0;
  border-style: solid;
  border-color: white;
  animation: scrolldown 1.2s ease-in-out infinite 0.15s;
  transform: translateY(0%) rotate(45deg);
  opacity: 0;
  filter: drop-shadow(0px 0px 5px #3FFEFD);
}

#arrowDown2 {
  bottom: 70px;
  animation: scrolldown 1.2s ease-in-out infinite;
}

@keyframes scrolldown {
  0% {
    transform: translateY(20%) rotate(45deg);
    opacity: 0.7;
  }
  50% {
    transform: translateY(0%) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: translateY(20%) rotate(45deg);
    opacity: 0.7;
  }
}
#aboutPage {
  background-image: url("/bg/about.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.aboutDiv {
  width: 100vw;
}

#unblokcStroked {
  position: absolute;
  top: -50px;
  width: 100%;
}

.sectionTitle {
  position: relative;
  white-space: wrap;
}
.sectionTitle #sectionTitle1,
.sectionTitle #sectionTitle2 {
  font-family: "Technopollas", sans-serif;
  font-size: 40px;
}
.sectionTitle #sectionTitle1 {
  background: linear-gradient(180deg, #06E7BB 13.78%, #359BDB 116.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-left: 3px;
  z-index: 2;
  color: #06E7BB;
}
.sectionTitle #sectionTitle2 {
  position: absolute;
  top: 3px;
  left: 0;
  color: transparent;
  -webkit-text-stroke: 2px #FA8E39;
  z-index: 1;
}

.unblokcSubTitle {
  font-family: "Audiowide", sans-serif;
  color: #FFE082;
  white-space: wrap;
}

#unblokcContent,
#unblokc2Content {
  position: relative;
  margin-top: 30px;
  white-space: wrap;
}

.animationIframe {
  width: 100%;
  height: 70vh;
}

.animationIframe::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.animationIframe::-webkit-scrollbar-thumb {
  background: transparent;
}

#line1,
#line2 {
  height: 4px;
  width: 60px;
  margin: 0;
  background-color: #FA8E39;
  rotate: 90deg;
}

#line2 {
  width: 70px;
  height: 4px;
}

.contentIndent {
  width: 80%;
  line-height: 30px;
}

.content2Indent,
.contentHighlight {
  font-weight: 500;
  line-height: 40px;
  font-size: 32px;
}
.content2Indent .contentHighlight,
.contentHighlight .contentHighlight {
  color: #06E7BB;
}

.modal-content,
.modal-header,
.modal-body {
  background: transparent;
  border: none;
}

.modal-body {
  width: auto;
  height: auto;
}
.modal-body .modalImgContainer {
  max-width: auto;
  height: 75vh;
}
.modal-body .modalImgContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#imgPanel {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.sectionScroll {
  overflow-y: scroll;
  width: 100%;
  height: 75vh;
  scroll-behavior: smooth;
}

.galleryContainer {
  position: relative;
  width: 100vw;
  height: auto;
  padding: 50px 0;
}

.gridContainer {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  width: auto;
  gap: 5px;
  z-index: 4;
}

.gridItem {
  position: relative;
  width: 180px;
  height: 180px;
  cursor: pointer;
}
.gridItem img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: smooth;
  image-rendering: smooth;
}
.gridItem img:hover {
  filter: grayscale(0);
  transition: 0.5s linear;
}

#partnersPage {
  background-image: url("/bg/partners.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.partnersDiv {
  position: relative;
  width: 100%;
  height: 90%;
}

.partnerList {
  margin-top: 20px;
  position: relative;
  width: 100%;
  max-height: 700px;
  z-index: 5;
}

#partnersPanel,
#partnersPanel2,
#partnersPanel3 {
  position: absolute;
  top: 0;
  width: auto;
  height: 90%;
  z-index: 1;
}

.partnerLogo,
.longLogo {
  margin: auto 0;
  height: 45px;
  width: auto;
}

.smallLogo {
  height: 65px;
}

.longLogo {
  height: 48px;
}

#divinaLogo,
#metaverseLogo {
  height: 60px;
}

#launchLogo,
#blackmagicLogo,
#blockLogo,
#JMCLogo,
#WIBLogo {
  height: 80px;
}

#mentorsPage {
  background-image: url("/bg/mentors.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.mentorName {
  margin-top: 30px;
}
.mentorName .mentorFname,
.mentorName .mentorLname {
  font-size: 23px;
  font-family: "Audiowide", sans-serif;
}
.mentorName .mentorLname {
  color: #06E7BB;
}

.mentorImg {
  width: 230px;
  height: auto;
}

#mentorsCarousel .carousel-inner {
  max-height: 58vh;
}

.card {
  border: none;
}

.card .card-body {
  opacity: 1;
  position: absolute;
  overflow-y: scroll;
  width: 90%;
  height: auto;
  left: auto;
  right: auto;
  bottom: -100%;
  padding: 30px;
  border-radius: 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
}

.card-text strong,
em,
.mt-3 {
  font-size: 16px;
}

.mentorNameOverlay {
  font-size: 25px;
  font-weight: 600;
}

.card-front,
.card-back {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.card-front {
  transform: rotateY(0deg);
  height: 100%;
}

.card-back {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 100%);
  transform: rotateY(180deg);
  height: 100%;
}

.card-back.card-text-small {
  transition: 0.5s ease-in;
}

.card-front.flipped {
  transform: rotateY(-180deg);
}

.card-back.flipped {
  transform: rotateY(0deg);
}

.card-back.flipped.card-text-small {
  transform: rotateY(0deg);
}

#mentorModal .modal-body {
  background-color: #04141E;
  border-width: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom right, #06E7BB, #FA8E39) 1;
     border-image: linear-gradient(to bottom right, #06E7BB, #FA8E39) 1;
}

#timelinePage {
  background-image: url("/bg/timeline.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.timelineDiv {
  max-width: 70%;
  height: 100%;
  padding: 20px;
}

#timelineTitle {
  position: sticky;
  top: 0;
}

.timelineDate {
  font-size: 1em;
  line-height: 1.75em;
  border-top: 3px solid;
  -o-border-image: linear-gradient(to right, #FA8E39 0%, #F74A2E 100%);
     border-image: linear-gradient(to right, #FA8E39 0%, #F74A2E 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 40px;
  position: relative;
  color: white;
}
.timelineDate:before {
  content: url("/element/arrowDown.svg");
  position: absolute;
  top: 38%;
  border-radius: 50%;
  padding: 10px;
  height: 50px;
  width: 50px;
  background-color: #06E7BB;
  text-align: center;
  color: #303030;
  font-size: 25px;
  font-weight: 500;
}
.timelineDate .strongDate {
  color: #FFE082;
}

.timelineDate:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
}
.timelineDate:nth-child(odd):before {
  left: 100%;
  margin-left: -25px;
}

.timelineDate:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}
.timelineDate:nth-child(even):before {
  right: 100%;
  margin-right: -25px;
}

.timelineDate:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.timelineDate:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.timelineDate:last-child:before {
  content: url("/element/block.svg");
}

#prizesPage {
  background-image: url("/bg/prizes.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.splide__slide,
.is-prev,
.is-next {
  transform: scale(0.8);
  opacity: 0.4;
  transition: transform 0.01s linear;
}

.is-active {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.01s linear;
}

#FAQsPage {
  background-image: url("/bg/FAQs.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.colQuestion {
  padding: 5px 0;
}

.questionBlock {
  width: 100%;
  border: none;
}
.questionBlock #dropdownMenuButton {
  width: 90%;
  color: white;
}
.questionBlock #dropdownMenuButton:hover,
.questionBlock #dropdownMenuButton:focus {
  text-shadow: 0px 0px 10px #00ffc8;
}
.questionBlock #dropdownMenuButton:focus {
  text-shadow: 0px 0px 10px #00ffc8;
  border: 1px solid #06E7BB;
}

.answer {
  width: 90%;
  border: 1px solid #06E7BB;
  position: relative;
  padding: 20px;
  margin-top: 10px;
  border-radius: 7px;
}

.qTxt {
  max-width: 80%;
  font-family: "Audiowide", sans-serif;
  word-wrap: break-word;
}

.questionScroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.questionScroll::-webkit-scrollbar-thumb {
  background: transparent;
}/*# sourceMappingURL=index.css.map */