html, body {
  background-color: #000000;
}

.bg-body-tertiary {
  background-color: transparent !important;
}

.navbar-toggler {
  border-color: transparent;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav .nav-item:last-child {
  margin-right: 40px;
}

button:focus:not(:focus-visible) {
    outline: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.navbar {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 1000;
  backdrop-filter: blur(5px);
  border-radius: 25px;
  padding: 0.5rem 1rem;
}

.meplir-text {
  font-family: 'Orbitron', sans-serif;
  background-color: transparent;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-left: 20px;
}

@media (max-width: 576px) {
  .meplir-text {
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-left: 10px;
  }
}

.meplir-text:hover {
  color: #ffffff88;
  transition: color 0.3s ease;
}

@media (max-width: 768px) {
  .navbar-brand img {
    height: 90px;
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    height: 70px;
  }
}

#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  color: #ffffff;
  font-family: 'Orbitron', sans-serif;
  font-size: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 2s ease;
}

.logo {
  opacity: 0;
  animation: fadeIn 1.4s ease-in forwards;
  animation-delay: 1s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

#element {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #ffffff !important;
  display: inline-block;
  padding: 15px;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 80px;
}

.navbar .nav-link {
    font-family: 'Orbitron', sans-serif;
    line-height: 2.5;
    font-size: 20px;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  text-decoration: underline;
  color: #ffffff88;
  transition: color 0.3s ease;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
}

a {
  font-weight: 700;
  transition: all 0.4s ease;
}

img {
  width: 100%;
}

small {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.btn {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 28px;
}

body {
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.95)),
    url(../images/meplir-website-background.png) no-repeat center center fixed;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

#home {
  min-height: 100vh;
  display: flex;
  position: relative;
  align-items: flex-start;
}

#about,
#team,
#contact {
  scroll-margin-top: 120px;
  padding-top: 60px;
}

#about {
  background: transparent;
  color: #ffffff;
}

#about h1 {
  font-family: 'Orbitron', sans-serif;
  font-weight: 500;
}

.about-content {
  background: transparent;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
  padding-left: 20px;
  padding-right: 20px;
}

.section-intro {
  text-align: center;
  margin-bottom: 60px;
}

.section-intro .hline {
  width: 120px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.39);
  border: none;
  margin: 16px auto;
  display: block;
}

#contact {
  background: transparent;
  color: #ffffff;
  margin-top: 7rem;
}

#contact h3 {
  font-family: 'Orbitron', sans-serif;
  font-weight: 500;
}

.modal-content {
  background-color: #000000;
  color: #ffffff;
  border: none;
}

.modal-header {
  border-bottom: 1px solid #333333;
}

.modal-title {
  color: #ffffff;
  font-family: 'Orbitron', sans-serif;
}

.btn-close {
  filter: invert(1);
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

.form-label {
  color: #ffffff;
  font-weight: 600;
}

.form-control {
  background-color: #111111;
  color: #ffffff;
  border: 1px solid #444444;
}

.form-control::placeholder {
  color: #bbbbbb;
}

.form-control:focus {
  background-color: #111111;
  color: #ffffff;
  border-color: #888888;
  outline: none;
  box-shadow: none;
}

.footer {
  background: transparent;
  color: #ffffff;
  padding: 1.5rem 0;
  font-size: 0.95rem;
  margin-top: 37rem;
}

.footer a {
  color: #ffffff;
  margin-right: 1rem;
  font-size: 1.5rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer a:last-child {
  margin-right: 0;
}

.footer a:hover {
  color: #ffffff88;
  transition: color 0.3s ease;
}

.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .social-icons {
    margin-bottom: 0.5rem;
    justify-content: center;
    width: 100%;
  }

  .social-icons a {
    margin-right: 0.75rem;
  }

  .copyright {
    width: 100%;
  }
}

.bottom-bg-wrapper {
  background: transparent;
  position: relative;
  align-items: flex-start;
}
  