body {
  margin: 0;
  background-image: url("/assets/mobile-background.png");
  background-size: cover;
  background-position: top center;
}

.navbar-dark {
  --bs-navbar-color: #ffffff;
  --bs-nav-link-font-size: 22px;
}

nav .container {
  justify-content: right !important;
  padding-left: 24px;
  padding-right: 24px;
}

.navbar-toggler {
  border: none;
}

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

.navbar-nav {
  align-items: center;
  gap: min(56px, 7%);
}

.offcanvas {
  background-color: #0a0019;
}

.section-title {
  font-size: 25px;
}

.body-text {
  font-size: 17px;
  text-align: center;
}

.container {
  padding-left: 44px;
  padding-right: 44px;
}

.buttons-container {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  padding: 10px 0;
}

.buttons-container button {
  width: 100%;
}

.btn-inspect {
  background: transparent linear-gradient(105deg, #806cc8 0%, #aa41a2 100%) 0%
    0% no-repeat padding-box;
  border-radius: 10px;
  color: white;
  font-size: 24px;
}

.btn-download,
.btn-download:hover {
  border: 1px solid #a448a8;
  border-radius: 10px;
  color: white;
  font-size: 24px;
}

.download-icon {
  content: url("/assets/download.png");
  margin-right: 20px;
  margin-bottom: -3px;
  width: 24px;
}

.gallery-section .desktop-title {
  display: none;
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0 20px 220px;
}

.custom-grid a {
  align-content: center;
}

.accordion {
  font-size: 16px;
  font-weight: 200;
  --bs-accordion-bg: none;
  --bs-accordion-color: #ffffff;
  letter-spacing: 0.57px;
  --bs-accordion-btn-icon: url("/assets/plus.png");
  --bs-accordion-btn-active-icon: url("/assets/cross.png");
  --bs-accordion-btn-icon-width: 1.7rem;
}

.accordion-body {
  opacity: 0.6;
}

.accordion-button {
  cursor: default !important;
  color: #ffffff !important;
  background-color: transparent !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-button::after {
  display: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.doc-desktop,
.logo-group-desktop {
  display: none;
}

.logo-group {
  margin: 40px 0;
  width: 100%;
}

.desktop-hero {
  display: none;
}

footer {
  font-size: 14px;
  padding-bottom: 28px;
}

footer span {
  color: #a368c1;
}

.contact-desktop {
  display: none;
}

.contact-text {
  font-size: 16px;
  font-weight: 500;
  margin: 58px 0 28px;
}

.contact-subtext {
  font-size: 12px;
  font-weight: 300;
}

.contact-text a {
  all: unset;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.morelink,
.morelink:hover {
  color: #ffffff;
}

.card {
  background: rgba(255, 255, 255, 0.15);
  padding: 20px;
  border-radius: 16px;
  backdrop-filter: blur(5px);
  width: 90%;
  margin: auto;
  min-height: 470px;
}

.card-decoration {
  width: clamp(36px, 12vw, 126px);
  position: absolute;
  right: 36px;
  top: 0;
}

.card-img {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  margin: 12px 0;
}

.card-title {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 700;
}

.card-subtitle {
  font-size: clamp(12px, 2vw, 20px);
  font-weight: 500;
  color: #ffffff;
}

.card-text {
  font-size: clamp(12px, 2vw, 20px);
}

.report-section {
  margin-bottom: 120px;
}

.report-desktop {
  display: none;
}

.footer-sponsor img {
  width: 30%;
  margin-bottom: 40px;
}

.carousel {
  margin: 60px 0 90px;
}

@media screen and (min-width: 768px) {
  body {
    background-image: url(/assets/artboard.png);
  }
  .contact-mobile {
    display: none;
  }

  .contact-desktop {
    display: block;
  }

  .contact-text {
    font-size: 24px;
    margin: 82px 0 50px;
  }

  .contact-subtext {
    font-size: 18px;
  }

  .mobile-hero {
    display: none;
  }

  .desktop-hero {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    padding: 0;
    max-width: 1400px !important;
  }

  .brand-section {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: end;
    margin: 48px 0 18px;
    gap: 20px;
  }

  .hero-text {
    font-size: 58px;
    font-weight: 600;
  }

  .sticky-md-top {
    position: relative;
  }

  .report-section {
    margin: 200px 200px 190px;
    max-width: calc(100% - 400px);
    padding: 0;
  }

  .section-title {
    font-size: 46px;
    margin: 0;
    line-height: 1.1;
  }

  .report-section .report-title, .report-desktop .report-title {
    font-size: 60px;
    font-weight: 900 !important;
  }

  .body-text {
    text-align: left;
    font-size: 25px;
  }

  .buttons-container {
    flex-direction: row;
    width: max(33%, 400px);
  }

  .gallery-section {
    margin: auto 200px;
  }

  .gallery-section .section-title {
    display: none;
  }

  .gallery-section .desktop-title {
    display: block;
    font-weight: 700;
    font-size: 65px;
    text-align: left;
  }

  .custom-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .faq-section .section-title {
    font-size: 60px;
    margin-bottom: 48px;
  }

  .faq-section .accordion-button {
    font-size: 28px;
    --bs-accordion-btn-padding-y: 48px;
  }

  .faq-section .accordion-body {
    font-size: 24px;
  }

  .doc-mobile,
  .logo-group {
    display: none;
  }

  .doc-desktop,
  .logo-group-desktop {
    display: block;
    margin: 120px 0;
    width: 100%;
  }

  footer {
    font-size: 18px;
    padding-bottom: 48px;
  }

  .meetup {
    margin-top: 70%;
  }

  .footer-sponsor img {
    width: 15%;
    margin-bottom: 120px;
  }

  .carousel {
    margin: 120px 0;
  }

  .btn-inspect {
    font-size: 30px;
  }
  
  .btn-download,
  .btn-download:hover {
    font-size: 30px;
  }

.download-icon {
  width: 30px;
}

}

.footer-sponsor {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .meetup {
    margin-top: 34%;
  }

  .hero-text {
    font-size: 78px;
  }
}

@media screen and (min-width: 1400px) {
  .report-section {
    display: none;
  }

  .report-desktop {
    margin: 200px;
    display: block;
  }

  .report-desktop .report-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
