* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
html,
body {
  scroll-behavior: smooth;
}
body {
  height: 100%;
  color: #f2f2f2;
  line-height: 1.5;
  background: #000;
  font-family: "Orbitron", sans-serif;
}
h1 {
  font-size: 3rem;
  margin-bottom: 0.2rem;
  background: linear-gradient(to right, #00f0ff, #ff00f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
p {
  color: #bbbbbb;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 2rem;
}
#nav-logo {
  display: flex;
  overflow: hidden;
  margin-right: 15px;
  transition: width 0.5s ease;
}
.navbar {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  position: fixed;
  padding: 0 30px;
  min-height: 80px;
  background: #000;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #232323;
}
.navbar .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar ul {
  gap: 20px;
  display: flex;
  list-style: none;
}
.navbar a {
  color: #08f2fb;
  text-decoration: none;
  transition: color 0.3s ease;
}
.navbar a:hover {
  color: #fff;
}
.navbar .cta {
  color: #fff;
  padding: 6px 14px;
  border-radius: 5px;
  background: #a100ff;
}
.hero {
  display: flex;
  height: 100svh;
  overflow: hidden;
  padding-top: 80px;
  background: #000;
  align-items: center;
  justify-content: center;
}
.hero-img {
  max-width: 100%;
  background: linear-gradient(to bottom, #36cfff, #6b5eea, #b726d3);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.hero + .container p {
  padding: 0 30px;
  max-width: 800px;
  text-align: center;
  font-weight: normal;
  margin: 100px auto 0;
}
.section {
  padding: 120px 30px 0;
}
.container {
  margin: 0 auto;
  max-width: 1075px;
}
#about .container {
  max-width: 800px;
}
.section-title {
  font-size: 32px;
  color: #08f2fb;
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 10px;
}
.section-title:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 3px;
  width: 50px;
  margin: auto;
  display: block;
  position: absolute;
  background: #08f2fb;
}
ul {
  padding-left: 20px;
  list-style-type: square;
}
.event-gallery {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
}
.event-title {
  font-size: 3rem;
  width: max-content;
  line-height: initial;
  margin: 3rem auto 1rem;
  background: linear-gradient(to right, #00f0ff, #ff00f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.event-subtitle {
  color: #bbbbbb;
  margin: -1rem 0 1rem;
}
.event-img {
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  width: calc(50% - 10px);
  border: 2px solid rgba(0, 240, 255, 0.5);
}
.event-img.object-top {
  object-position: top;
}
.p-2 {
  padding: 2rem;
}
.event-img.object-contain {
  object-fit: contain;
}
.services-banner {
  width: 100%;
  margin: 30px 0;
  border-radius: 12px;
}
.services-details {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.service-item h3 {
  color: #08f2fb;
  margin-bottom: 10px;
}
.service-item p {
  font-size: 16px;
  line-height: 1.6;
}
.services-icons {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}
.service-icon-block {
  text-align: center;
  border-radius: 10px;
  padding: 1.5rem 2rem 2rem;
  border: 1px solid #232323;
  width: calc((100% - 60px) / 3);
}
.service-icon-block h3 {
  color: #08f2fb;
  margin-bottom: 10px;
}
.service-icon-block p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}
.service-icon {
  width: 100%;
  max-height: 100px;
  margin-bottom: 1rem;
  object-fit: contain;
}
.service-icon.three-h {
  max-height: 300px;
}
.partner-logos {
  gap: 1rem;
  display: flex;
  margin: 2rem 1rem 4rem;
  justify-content: center;
}
.partner-logos img {
  opacity: 0.9;
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
  transition: all 1s ease;
  filter: grayscale(100%) brightness(0.95);
}
.partner-logos a:hover img:hover {
  opacity: 1;
  filter: grayscale(0%) brightness(1);
}
.associate {
  background-color: #111;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.associate-logo {
  max-width: 120px;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
}
.auto-logo-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
.auto-logo-row img {
  max-width: 100px;
  background: #fff;
  border-radius: 8px;
  padding: 5px;
}
#events {
  text-align: center;
}
#events p, #support p {
  margin: auto;
  max-width: 800px;
  margin-bottom: 50px;
}
.associate-text {
  gap: 2rem;
  display: flex;
  overflow: hidden;
  margin-top: 100px;
  align-items: center;
  border-radius: 20px;
  padding-right: 30px;
  background: #212121;
}
.associate-text * {
  margin: 0 0 5px 0;
  text-align: left;
}
.associate-text .associate-img {
  margin: 0;
  width: 400px;
  flex-shrink: 0;
}
.associate-text .associate-img img {
  margin: 0;
  width: 100%;
  vertical-align: middle;
}
.associate-text .auto-logos {
  gap: 20px;
  margin: 1rem 0;
  justify-content: flex-start;
}
.associate-text .auto-logos img {
  max-width: 80px;
}
#contact h1 {
  margin-top: 0;
  font-size: 3rem;
}
#contact form {
  margin-top: 20px;
}
.contact-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-info {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  max-width: 600px;
  position: relative;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  border: 1px solid #002657;
}
.contact-info ul {
  top: 50%;
  left: 50%;
  padding: 0;
  width: 400px;
  list-style: none;
  position: absolute;
  margin-left: -200px;
  transform: translateY(-50%);
}
.contact-info ul li {
  gap: 1rem;
  display: flex;
  font-size: 28px;
  font-weight: 100;
  margin: 30px 0 0;
  color: #08f2fb;
  line-height: initial;
  align-items: flex-start;
}
.contact-info ul li a {
  gap: 1rem;
  display: flex;
  color: #08f2fb;
  align-items: center;
  text-decoration: none;
}
.contact-info ul li img {
  width: 55px;
  height: auto;
  object-fit: contain;
}
form {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  border: 1px solid #232323;
  width: 100%;
  max-width: 600px;
}
input,
textarea {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border: none;
  border-radius: 10px;
  background: #171717;
  color: #f2f2f2;
  font-size: 1rem;
  font-family: "Orbitron", sans-serif;
}
textarea {
  resize: none;
}
input:focus,
textarea:focus {
  outline: none;
}
button {
  width: 100%;
  padding: 1rem;
  background: linear-gradient(to right, #00f0ff, #ff00f7);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.socials {
  gap: 1.5rem;
  display: flex;
  margin: 2rem 0;
  justify-content: center;
}
.socials a {
  color: #00f0ff;
  text-decoration: none;
  transition: color 0.3s;
}
.socials a svg {
  width: 30px;
  height: 30px;
}
.socials a:hover {
  color: #ff00f7;
}
.masonry {
  column-count: 2;
  column-gap: 30px;
}
.masonry-item {
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 30px;
  break-inside: avoid;
  background: #111111;
}
.menu-toggle {
  padding: 0;
  width: auto;
  border: none;
  display: none;
  font-size: 26px;
  cursor: pointer;
  background: none;
  color: #08f2fb;
}
.legal-team {
  gap: 3rem;
  display: flex;
  text-align: center;
  justify-content: center;
}
.legal-team .team-item {
  flex: 1 1 33.333%;
}
.legal-team .team-img {
  padding: 5px;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 100%;
  border: 2px solid #0088a4;
}
.legal-team .team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #76369c;
}
.legal-team h3 {
  font-weight: 400;
  font-size: 24px;
}
.legal-team h4 {
  margin: 5px 0;
  font-size: 20px;
  font-weight: 500;
  color: #08f2fb;
}
.musevio-title {
  font-size: 32px;
  color: #08f2fb;
  font-weight: 500;
  text-align: center;
}
.musevio-title span {
  font-weight: bold;
  background: linear-gradient(to right, #00f0ff, #ff00f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.musevio-wrapper {
  margin: auto;
  max-width: 500px;
  border-radius: 10px;
  padding: 1.5rem 2rem 2rem;
  border: 1px solid #232323;
}
.musevio-means {
  margin: 0;
  padding: 0;
  font-size: 18px;
  list-style: none;
  max-width: 440px;
}
.musevio-means li {
  gap: 20px;
  display: flex;
  margin: 24px 0 0;
  color: #bbbbbb;
}
.musevio-means li span {
  flex-shrink: 0;
  font-size: 24px;
  min-width: 100px;
  margin-top: -6px;
  text-align: right;
  font-weight: bold;
}
.musevio-means li:first-child span {
  color: #08f2fb;
}
.musevio-means li:last-child span {
  color: #a100ff;
}
@media (max-width: 991.98px) {
  .menu-toggle {
    display: block;
  }
  .navbar ul {
    left: 0;
    right: 0;
    top: 80px;
    display: none;
    background: #000;
    position: absolute;
    padding: 20px 30px;
    flex-direction: column;
  }
  .navbar ul.show {
    display: flex;
  }
  .service-icon-block {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 767.98px) {
  .hero-img {
    position: inherit;
    object-fit: cover;
  }
  .event-img {
    height: auto;
    min-height: 200px;
  }
  .service-icon-block {
    width: 100%;
  }
  .masonry {
    column-count: 1;
  }
  .section-title, .musevio-title {
    font-size: 24px;
  }
  .associate-text {
    padding: 30px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .associate-text .associate-img {
    width: 100%;
  }
  .associate-text * {
    text-align: center;
  }
  .associate-text .auto-logos {
    justify-content: center;
  }
  .event-title {
    font-size: 2rem;
  }
  .legal-team {
    flex-wrap: wrap;
    row-gap: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .contact-info ul {
    transform: translateY(-50%) scale(0.75);
  }
  .musevio-means li {
    flex-wrap: wrap;
  }
  .musevio-means li span {
    min-width: inherit;
    text-align: left;
  }
}
@media (max-width: 450.98px) {
  .contact-info ul {
    transform: translateY(-50%) scale(0.55);
  }
}
