@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

#about,
#gallery,
#speakers,
#schedule,
#signup {
  scroll-margin-top: 24px;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
}

.container-full {
  width: 100%;
}

.hero-header {
  position: relative;
  width: 100%;
  height: 600px;
  padding-top: 2rem;
  color: white;
  background: linear-gradient(to right bottom, #f858a9, #eb7d0e);
  /* ───────── NAVBAR ───────── */
}
.hero-header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  color: white;
}
.hero-header .navbar .navbar-logo {
  font-size: 3rem;
  font-weight: bold;
}
.hero-header .navbar .navbar-links a {
  margin-left: 2rem;
  text-decoration: none;
  color: white;
  font-weight: 600;
}
.hero-header {
  /* ───────── SLIDER WRAPPER ───────── */
}
.hero-header .hero-header-content-wrapper {
  position: relative;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Arrows */
}
.hero-header .hero-header-content-wrapper .hero-arrow-left,
.hero-header .hero-header-content-wrapper .hero-arrow-right {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 2s ease, transform 0.3s ease;
  z-index: 10;
  background: transparent;
  border: 0;
}
.hero-header .hero-header-content-wrapper .hero-arrow-left:hover svg,
.hero-header .hero-header-content-wrapper .hero-arrow-right:hover svg {
  fill: #fff;
}
.hero-header .hero-header-content-wrapper .hero-arrow-left svg,
.hero-header .hero-header-content-wrapper .hero-arrow-right svg {
  width: 40px;
  height: 40px;
  fill: #ccc;
}
.hero-header .hero-header-content-wrapper .hero-arrow-left.startup-opacity,
.hero-header .hero-header-content-wrapper .hero-arrow-right.startup-opacity {
  opacity: 1;
  transition: opacity 2s ease-in-out;
}
.hero-header .hero-header-content-wrapper .hero-arrow-left {
  left: 40px;
}
.hero-header .hero-header-content-wrapper .hero-arrow-right {
  right: 40px;
}
.hero-header .hero-header-content-wrapper {
  /* ───────── SLIDER VIEWPORT ───────── */
}
.hero-header .hero-header-content-wrapper .hero-header-content {
  position: relative;
  width: 70%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  /* Track */
}
.hero-header .hero-header-content-wrapper .hero-header-content .slider-track {
  display: flex;
  transition: transform 500ms ease;
  will-change: transform;
  touch-action: pan-y;
  gap: 0;
}
.hero-header .hero-header-content-wrapper .hero-header-content {
  /* Slide base */
}
.hero-header .hero-header-content-wrapper .hero-header-content .hero-content-item {
  flex: 0 0 100%;
  min-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.hero-header .hero-header-content-wrapper .hero-header-content .hero-content-item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 6px solid #fff;
  border-radius: 1rem;
}
.hero-header .hero-header-content-wrapper .hero-header-content {
  /* Slide 1: two-column layout without overflow */
}
.hero-header .hero-header-content-wrapper .hero-header-content .hero-content-item.flex-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.hero-header .hero-header-content-wrapper .hero-header-content .hero-content-item.flex-row > * {
  min-width: 0;
}
.hero-header .hero-header-content-wrapper .hero-header-content .hero-content-item-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 6px solid #fff;
  border-radius: 1rem;
}
.hero-header .hero-header-content-wrapper .hero-header-content {
  /* Buttons inside the signup slide */
}
.hero-header .hero-header-content-wrapper .hero-header-content .input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-header .hero-header-content-wrapper .hero-header-content .input-container button {
  background: rgb(224.5862068966, 9.4137931034, 118.3448275862);
  color: white;
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 2rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  float: left;
}
.hero-header .hero-header-content-wrapper .hero-header-content .input-container button:hover {
  background: rgb(200.1120689655, 8.3879310345, 105.4482758621);
}
.hero-header .hero-header-content-wrapper .hero-header-content .signup-demo-message {
  box-sizing: border-box;
  max-width: 760px;
  margin: 2rem auto 0;
  padding: 1.4rem 1.6rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
}
.hero-header .hero-header-content-wrapper {
  /* ───────── DOTS ───────── */
}
.hero-header .hero-header-content-wrapper .hero-item-selectors {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 1rem;
}
.hero-header .hero-header-content-wrapper .hero-item-selectors .hero-item-selector {
  width: 40px;
  height: 4px;
  border-radius: 3px;
  background-color: #ccc;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.hero-header .hero-header-content-wrapper .hero-item-selectors .selected-hero-item {
  background-color: #fff;
}
.hero-header {
  /* ───────── CURVE SVG ───────── */
}
.hero-header .hero-header-curves {
  position: absolute;
  bottom: 0;
  left: -360px;
  width: 100%;
  height: 120px;
  fill: #ffffff;
  rotate: 180deg;
  transform: scaleX(150%);
}
.hero-header {
  /* ───────── RESPONSIVE ───────── */
}
@media (max-width: 700px) {
  .hero-header .hero-header-content {
    width: 90%;
  }
  .hero-header .hero-header-content .hero-content-item.flex-row {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }
  .hero-header .hero-arrow-left {
    left: 16px;
  }
  .hero-header .hero-arrow-right {
    right: 16px;
  }
}

.project-info {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 9rem auto 4rem auto;
}
.project-info .project-info-title {
  width: 50%;
  margin: 0 auto;
}
.project-info .project-info-title .project-info-title-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.project-info .project-info-title h1 {
  background: linear-gradient(to right, #f858a9, #eb7d0e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  width: 250%;
  margin: 0;
  font-size: 4rem;
  font-weight: bolder;
  line-height: 0.8;
}
.project-info .project-info-title h1:nth-child(2) {
  font-size: 7.2rem;
  font-weight: bold;
}
.project-info .project-info-title h1:nth-child(3) {
  font-size: 5rem;
  font-weight: bold;
}
.project-info .project-info-info {
  width: 50%;
  line-height: 1.8;
  color: #676565;
}

.project-info-quote {
  width: 460px;
  max-width: 80%;
  display: flex;
  border-left: 5px solid #eb7d0e;
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
  padding: 2rem 3rem;
  margin: 10rem auto;
  color: #777;
  line-height: 0.5;
  font-style: italic;
}
.project-info-quote .quote-icon {
  font-size: 4rem;
  color: #eb7d0e;
  margin-right: 2rem;
}
.project-info-quote .quotee {
  line-height: 0.3;
  float: right;
  font-weight: bold;
  font-style: normal;
  color: #333;
}

.recent-talks-gallery {
  background-color: rgb(3, 18, 33);
  width: 100%;
  padding-top: 2rem;
}
.recent-talks-gallery .recent-talks-title {
  color: #fa7268;
}
.recent-talks-gallery .recent-talks-images {
  display: flex;
  flex-wrap: none;
  overflow-x: auto;
  max-width: 80%;
  margin: 0 auto;
  scrollbar-color: #fa7268 rgba(255, 255, 255, 0.15);
  scrollbar-width: thin;
}
.recent-talks-gallery .recent-talks-images::-webkit-scrollbar {
  height: 10px;
}
.recent-talks-gallery .recent-talks-images::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
}
.recent-talks-gallery .recent-talks-images::-webkit-scrollbar-thumb {
  background: #fa7268;
  border-radius: 999px;
}
.recent-talks-gallery .recent-talks-images img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.recent-talks-gallery .recent-talks-images img:hover {
  transform: scale(1.05);
}
.recent-talks-gallery .top-waves-section-divider {
  height: 425px;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: block;
  overflow: hidden;
}
.recent-talks-gallery .top-waves-section-divider img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

.speakers {
  margin-top: 0;
  width: 100%;
  background-color: #c62368;
}
.speakers .speakers-title {
  color: #ffffff;
  margin-top: -1rem;
  padding-top: 4rem;
}
.speakers .speakers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.speakers .speakers-list .speaker {
  color: #fff;
  display: flex;
  align-items: center;
  margin: 2rem auto;
  padding: 1rem;
  width: 100%;
  max-width: 380px;
  border-radius: 10px;
}
.speakers .speakers-list .speaker h2 {
  font-size: 1.2rem;
}
.speakers .speakers-list .speaker img {
  width: 100%;
  max-width: 140px;
  height: auto;
  border-radius: 50%;
  margin-right: 1rem;
  border: 8px solid rgb(211.0017167382, 37.2982832618, 110.8291845494);
}
.speakers .bottom-waves-section-divider {
  height: 425px;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: block;
  overflow: hidden;
}
.speakers .bottom-waves-section-divider img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  transform: scaleX(-1);
}

.schedule .schedule-title {
  color: #fa7268;
  margin-top: 2rem;
}
.schedule .schedule-weeks-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.schedule .schedule-weeks-buttons .schedule-week-btn {
  padding: 0.5rem 3rem;
  background-color: #fa7268;
  color: white;
  border: none;
  border-radius: 2rem;
  font-size: 1rem;
  cursor: pointer;
}
.schedule .schedule-weeks-buttons .schedule-week-btn:hover {
  background-color: rgb(248.3653846154, 67.9038461538, 54.6346153846);
}
.schedule .schedule-weeks-buttons .schedule-week-btn.active {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.75);
}
.schedule .schedule-table-container {
  overflow-x: auto;
  width: 100%;
}
.schedule .schedule-table {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 0;
}
.schedule .schedule-table table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  table-layout: fixed;
}
.schedule .schedule-table table col.col-time {
  width: 110px;
}
.schedule .schedule-table table col.col-speaker {
  width: 260px;
}
.schedule .schedule-table table col.col-talk {
  width: auto;
}
.schedule .schedule-table table thead {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 1;
}
.schedule .schedule-table table thead th {
  text-align: left;
  padding: 1rem 0.75rem;
  color: rgb(3, 18, 33);
  white-space: nowrap;
  border-bottom: 2px solid #eb7d0e;
}
.schedule .schedule-table table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.schedule .schedule-table table tbody tr:hover {
  background-color: hsl(4.1095890411, 93.5897435897%, 104.4117647059%);
}
.schedule .schedule-table table tbody td {
  padding: 0.8rem 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sponsors {
  background-color: rgb(3, 18, 33);
  padding: 1rem 0;
  margin-top: 4rem;
  height: auto;
}
.sponsors .sponsors-title {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sponsors .sponsors-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
  overflow-x: auto;
}
.sponsors .sponsors-list .sponsor {
  margin: 0 1rem 1rem 1rem;
}
.sponsors .sponsors-list .sponsor img {
  max-width: 180px;
  height: auto;
}

.signup {
  max-width: 1280px;
  width: 80%;
  display: flex;
  margin: 3rem auto;
}
.signup .signup-info {
  flex: 1;
  padding: 2rem;
  min-width: 50%;
}
.signup .signup-info h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: #fa7268;
}
.signup .signup-info p {
  font-size: 1rem;
  line-height: 1.5;
}
.signup .signup-form {
  flex: 2;
  padding: 2rem;
  width: 50%;
}
.signup .signup-form form {
  display: flex;
  flex-direction: column;
}
.signup .signup-form form label {
  margin-bottom: 0.4rem;
  font-size: 1rem;
  margin-top: 1rem;
}
.signup .signup-form form input {
  margin-bottom: 1rem;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  box-sizing: border-box;
  border-radius: 2rem;
}
.signup .signup-form form input:focus {
  border-color: #eb7d0e;
  outline: 2px solid #eb7d0e;
}
.signup .signup-form form button {
  align-self: flex-end;
  padding: 0.6rem 3rem;
  margin-top: 2rem;
  font-size: 1rem;
  border-radius: 2rem;
  background-color: #fa7268;
  color: white;
  box-shadow: none;
  cursor: pointer;
}
.signup .signup-form form button:hover {
  background-color: rgb(248.3653846154, 67.9038461538, 54.6346153846);
}
.signup .signup-form .signup-demo-message {
  margin: 0;
  padding: 2rem;
  border-radius: 1rem;
  background: hsl(4.1095890411, 93.5897435897%, 104.4117647059%);
  color: rgb(3, 18, 33);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
}

.footer {
  background: linear-gradient(to right bottom, #f858a9, #eb7d0e);
  margin: 0;
}
.footer svg {
  width: 100%;
  height: 120px;
  fill: #ffffff;
}
.footer .footer-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 0 5rem 0;
  text-align: center;
  color: white;
}
.footer .footer-content a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.footer .footer-content .footer-content-main {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 5rem;
}
.footer .footer-content .footer-content-main .footer-content-left {
  width: 500px;
  max-width: 50%;
  text-align: left;
}
.footer .footer-content .footer-content-main .footer-content-left .footer-logo {
  max-width: 500px;
  height: auto;
}
.footer .footer-content .footer-content-main .footer-content-left .footer-social-icons {
  display: flex;
  justify-content: center;
}
.footer .footer-content .footer-content-main .footer-content-left .footer-social-icons img {
  height: 20px;
  width: auto;
  margin-right: 1rem;
  filter: invert(100%);
}
.footer .footer-content .footer-content-main .footer-content-right {
  width: 100%;
  max-width: 50%;
  float: right;
}
.footer .footer-content .footer-content-main .footer-content-right img {
  max-width: 460px;
  height: auto;
}
.footer .footer-content .copyright {
  margin: 0;
  font-size: 1rem;
}

.input-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.input-container input {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  box-sizing: border-box;
  border-radius: 2rem;
}
.input-container input:focus {
  border-color: #eb7d0e;
  outline: 2px solid #eb7d0e;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.scroll-to-top .scroll-to-top-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #000;
  border: 2px solid #fff;
  color: white;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.5rem;
  transition: background-color 0.3s ease;
}
.scroll-to-top .scroll-to-top-link:hover {
  background-color: rgb(76.5, 76.5, 76.5);
}
.scroll-to-top .scroll-to-top-link svg {
  width: 20px;
  height: 20px;
  fill: white;
}

@media (max-width: 700px) {
  .recent-talks-gallery .top-waves-section-divider,
  .speakers .bottom-waves-section-divider {
    height: 220px;
  }
}
.category-title {
  font-size: 4rem;
  text-align: center;
  font-weight: bolder;
}

.invert-image-color {
  filter: invert(100%);
}

.hidden {
  display: none;
}
