#fullpage.no-scroll {
  overflow-y: hidden;
  max-height: 100vh;
}

.section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section.one {
  background-image: url(../assets/Desktop-ModelY.jpeg);
}

.section.two {
  background-image: url(../assets/M3-Homepage-Desktop-LHD.jpeg);
}

.section.three {
  background-image: url(../assets/Homepage-Model-S-Desktop-LHD.jpeg);
}

.section.four {
  background-image: url(../assets/Homepage-Model-X-Desktop-LHD.jpeg);
}

.section.five {
  background-image: url(../assets/_25-HP-SolarPanels-D.jpeg);
}

.section.six {
  background-image: url(../assets/Homepage-SolarRoof-Desktop-Global.webp);
}

.section.seven {
  background-image: url(../assets/dd739764-bcaa-4263-9488-8c73bc9fb046.jpeg);
}

.section__content {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  color: var(--primary-color);
}

.section__content__title {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.section__content__subtitle {
  font-size: 1.5rem;
  font-weight: 500;
}

.section__content__subtitle a {
  color: inherit;
  text-decoration: underline;
}

.section__content__subtitle a:hover {
  text-decoration: underline;
}

.section__action__container {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section__action__btn {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1rem;
  border-radius: 0.5rem;
  flex-basis: 80%;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.action__btn__primary {
  background: var(--primary-color);
  color: white;
}

.action__btn__secondary {
  background: rgba(255, 255, 255, 0.65);
  color: var(--primary-color);
}
