body {
  background-color: rgb(2, 2, 2);
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat";
  overflow-x: hidden;
  theme_color: "#000000";
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  body {
    font-size: 15px;
  }
}

* {
  box-sizing: border-box;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.desktop-menu ul li a,
.socials li a img {
  transition: all 0.2s ease-in-out;
}

.desktop-menu ul li a:hover {
  transform: scale(1.05);
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}

.socials li a:hover img {
  transform: scale(1.1);
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
}

nav img {
  max-width: 16px;
  max-height: 16px;
}

header {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  margin: auto;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  header {
    padding: 15px 30px;
    width: 95%;
  }

  .header-container {
    left: 1rem;
    scale: 0.9;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  header {
    padding: 18px 35px;
    width: 92%;
  }
}

.background-waterfall {
  position: absolute;
  top: 0;
  height: 100vh;
  width: auto;
  object-fit: contain;
  z-index: -2;
  transform: none;
}

.background-waterfall.desktop-only {
  left: 50%;
  transform: translateX(-25%);
}

.background-waterfall.mobile-only {
  display: none;
}

.mobile-gradient-overlay {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0) 100%
  );
}

@media screen and (max-width: 1024px) {
  .mobile-gradient-overlay {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 30%,
      rgba(0, 0, 0, 0) 70%,
      rgba(0, 0, 0, 1) 100%
    );
    z-index: -1;
    pointer-events: none;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .background-waterfall {
    max-height: 100vh;
  }
}

header img {
  height: 40px;
  width: auto;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

nav ul li {
  display: inline-block;
  padding: 10px;
  width: 20px;
}

main {
  flex: 1;
  position: relative;

  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer {
  padding: 20px 40px;
  text-align: center;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  width: 90%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  z-index: 1000;
}

.footer-links {
  min-width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.screener-link {
  position: absolute;
  right: 50px;
  font-weight: 600;
}

#home {
  position: fixed;
  bottom: 5rem;
  left: 7rem;
  scale: 0.9;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  max-height: 30rem;
  text-align: left;
  padding: 20px;
  max-width: 800px;
  margin: 0;
  width: 500px;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  #home {
    left: 5rem;
    width: 450px;
    scale: 0.85;
  }

  .socials {
    left: 7rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer-links {
    gap: 1rem;
  }

  .screener-link {
    right: 20px;
  }

  #home {
    position: fixed;
    bottom: 3rem;
    left: 3rem;
    width: 400px;
    scale: 0.8;
    max-height: 25rem;
  }

  .socials {
    left: 5rem;
    bottom: 1.5rem;
  }

  .home-logo {
    max-width: 60%;
    right: 2rem;
  }

  .background-waterfall.desktop-only {
    transform: translateX(-40%);
  }
}

#home h1 {
  font-size: 44px;
  text-align: left;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

#home p {
  font-weight: 400;
  text-align: left;
  opacity: 1;
  font-size: 1rem;
}

.get-started-button {
  width: 130px;
  scale: 1.2;
  height: 35px;
  background: white;
  color: black;
  border-radius: 50px;
  position: relative;
  left: 0.5rem;
  display: inline-block;
  padding: 5px;
  border: 0;
  transition: all 0.2s ease-in-out;
}

.get-started-button:hover {
  transform: scale(1.03);
  filter: brightness(1.1);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.get-started-button:active {
  transform: scale(0.98);
  filter: brightness(0.95);
}

.get-started-button-inner {
  height: 100%;
  border: 0;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  font-weight: 600;
  font-size: 0.9rem;
  background: transparent;
  color: black;
}

.get-started-button-inner:hover {
  cursor: pointer;
}

.get-started-button:hover {
  cursor: pointer;
}

.hamburger-menu {
  display: none;
  position: relative;
}

.hamburger-icon {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
  z-index: 110;
  position: relative;
}

.hamburger-icon span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.hamburger-icon.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}

.hamburger-icon.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -8px);
}

.menu-items {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 70vh;
  margin: auto;
  text-align: center;
  padding: 15% 0;
}
.menu-items a {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin: 0 auto;
}
.menu-items a img {
  margin: auto;
  min-width: 25px;
  min-height: 25px;
}

.desktop-menu ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}
.pricing-menu {
  position: absolute;
}
.container {
  position: relative;
  top: 5rem;
}

.desktop-menu ul li {
  display: inline-block;
  padding: 10px;
  width: 50px;
}

.desktop-menu ul li img {
  scale: 1.25;
}

.header-container {
  position: relative;
  top: 3rem;
  left: 2rem;
  font-weight: 500;
  scale: 0.975;
}

.socials {
  position: fixed;
  left: 9rem;
  bottom: 2rem;
}

.socials li {
  width: 20px !important;
}

@media screen and (min-width: 1025px) {
  main {
    right: 5rem;
  }
}

@media screen and (min-width: 1367px) {
  #home {
    left: 8rem;
    width: 520px;
    scale: 1;
  }

  .socials {
    left: 10rem;
  }
}

.home-logo {
  max-width: 50%;
  position: relative;
  right: 3.5rem;
  top: 3rem;
  align-self: flex-start;
}

.home-copy {
  text-align: left;
  font-size: 1rem;
  position: relative;
  bottom: 1rem;
  width: 80%;
  color: #7e8080;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger-menu {
    display: none;
  }

  .nav-menu {
    display: block;
  }
}

@media screen and (min-width: 451px) and (max-width: 720px) {
  header {
    padding: 15px 20px;
    width: 95%;
  }

  .nav-menu {
    display: none;
  }

  .desktop-menu ul:not(.socials) {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }

  .hamburger-icon {
    display: flex;
  }

  .menu-items {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 60px;
    background-color: rgba(0, 0, 0, 1);
    width: 100vw;
    height: 100vh;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 90;
  }

  .menu-items.active {
    display: flex;
  }

  #home {
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    bottom: 8rem;
    padding: 20px;
  }

  #home h1 {
    font-size: 36px;
    text-align: center;
  }

  .home-logo {
    top: 1rem;
    right: 2rem;
    max-width: 70%;
  }

  .home-copy {
    width: 90%;
    text-align: center;
  }

  .socials {
    left: 50%;
    transform: translateX(-50%);
    bottom: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .background-waterfall.desktop-only {
    display: none;
  }

  .background-waterfall.mobile-only {
    display: block;
    left: 50%;
    width: 100%;
    height: 100vh;
    object-fit: fill;
    transform: translateX(-50%);
  }

  footer {
    display: none;
    padding: 15px;
    width: 100%;
  }

  footer.active {
    display: flex;
  }

  .footer-links {
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
    opacity: 0.5;
  }

  .screener-link {
    display: none;
  }

  #home > div[style*="width: 70%"] {
    width: 100% !important;
    gap: 15px;
  }

  .get-started-button {
    flex: 1;
    width: auto;
    scale: 1;
    height: 45px;
  }

  .get-started-button-inner {
    font-size: 1rem;
  }
}

@media screen and (max-width: 450px) {
  header {
    padding: 15px;
    width: 100%;
  }
  .nav-menu {
    display: none;
  }

  .socials {
    left: 3rem;
    bottom: 5rem;
  }
  .home-logo {
    top: 1rem;
    right: 3rem;
    max-width: 80%;
  }
  #home {
    bottom: 10rem !important;
  }
  .home-copy {
    width: 100%;
  }

  #home > div[style*="width: 70%"] {
    width: 100% !important;
    gap: 15px;
  }

  .get-started-button {
    flex: 1;
    width: auto;
    scale: 1;
    height: 45px;
  }

  .get-started-button-inner {
    font-size: 1rem;
  }

  .desktop-menu ul:not(.socials) {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }

  .hamburger-icon {
    display: flex;
  }

  .menu-items {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 60px;
    background-color: rgba(0, 0, 0, 1);
    width: 100vw;
    height: 100vh;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 90;
  }

  .menu-items.active {
    display: flex;
  }

  nav ul {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  nav ul li {
    display: block;
    margin: 15px 0;
    width: 100%;
    text-align: center;
  }

  #home {
    left: 45%;
    transform: translateX(-50%);
    width: 90%;
    height: auto;
    padding: 15px;
  }

  #home h1 {
    font-size: 28px;
    text-align: center;
  }

  .get-started-button {
    margin-top: 20px;
  }

  .socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .background-waterfall {
    width: 100%;
    height: 100vh;
    object-fit: fill;
    transform: translateX(-50%);
  }

  .background-waterfall.desktop-only {
    display: none;
  }

  .background-waterfall.mobile-only {
    display: block;
    left: 50%;
    width: 100%;
    height: 100vh;
    object-fit: fill;
    transform: translateX(-50%);
  }

  footer {
    display: none;
    padding: 15px;
    width: 100%;
  }

  footer.active {
    display: flex;
  }

  .footer-links {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    opacity: 0.5;
  }

  footer p {
    margin: 5px 0;
  }

  .screener-link {
    display: none;
  }
}
