body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  font-family: "Lato", serif;
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the entire video is visible */
  transform: translate(-50%, -50%);
}

.content {
  position: relative;
  z-index: 1;
}

.section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}

.column {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

.content-box {
  width: 50vw;
}

.screenshot {
  background-size: contain;
  width: 20vw;
  height: 88vh;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-position: center;
}

.screenshot-1 {
  background-image: url(./assets/screenshot1.png);
}

.screenshot-2 {
  background-image: url(./assets/screenshot2.png);
}

.screenshot-3 {
  background-image: url(./assets/screenshot1.png);
}

.screenshot-4 {
  background-image: url(./assets/screenshot3.png);
}

.section-1 {
  color: #fff;
}

.section-1 h1 {
  font-size: 74px;
  text-transform: capitalize;
  letter-spacing: -3px;
  margin: 40px 0px 0px 0px;
}

.section-1 h2 {
  font-size: 32px;
  letter-spacing: 0px;
  margin: 0;
}

.section-1 h2 p {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.section-1 .subheader {
  font-size: 27px;
  margin-top: 8px;
  margin-bottom: 40px;
  border-top: 2px solid #fff;
  padding-top: 13px;
}

form {
  width: 75%;
  text-align: left;
}
.sign-up-form {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
}

.sign-up-form input {
  padding: 12px 14px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  border-radius: 5px 0 0 5px;
  outline: none;
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0px;
  background-color: rgba(255, 255, 255, 0.2);
}

.sign-up-form button {
  padding: 14px 30px;
  border: none;
  background-color: #000;
  color: #ffce00;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.sign-up-form button.light-btn {
  background-color: #ffce00;
  color: #000;
}

.sign-up-form button:disabled {
  cursor: not-allowed;
}

.sign-up-form button:not(:disabled):hover {
  background-color: #ffce00;
  color: #000;
}

.sign-up-form button.light-btn:not(:disabled):hover {
  background-color: #000;
  color: #ffce00;
}

.notification-message {
  padding: 0px 12px;
  font-weight: 300;
  opacity: 0.9;
}

.error {
  color: #cc0000;
}

.section-2,
.section-4 {
  color: #000;
  background-color: #fff;
}

.content-right {
  text-align: right;
  align-items: end;
}

.content-left {
  text-align: left;
  align-items: start;
}

.narrow-content {
  width: 56vw;
}

.text-content-box h1 {
  font-size: 32px;
}

.text-content-box h1 span {
  display: block;
}

.text-content-box h1 .header-label {
  font-size: 17px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 7px;
}

.text-content {
  font-size: 18px;
  line-height: 1.5em;
  text-align: justify;
  color: #000;
  font-weight: 300;
}

.content-right .text-content {
  margin-left: 100px;
}

.content-left .text-content {
  margin-right: 100px;
}

.section-3 {
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.section-3 .text-content-box h1 .header-label {
  color: #333;
}

.section-3 .text-content {
  color: #333;
}

.section-3 .content-left {
  justify-content: end;
}

.section-video-background {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.section-video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the entire video is visible */
  transform: translate(-50%, -50%);
}

.section-5 {
  color: #000;
  padding: 0px;
}

.section-5 .row {
  background-color: rgba(252, 196, 53, 0.9);
  padding: 4% 10%;
}

.section-5 .row .column {
  margin: 0px 20px;
  justify-content: start;
}

.section-5 .row .column .small-text {
  line-height: 1.5em;
}

.section-5 img {
  width: 66px;
  height: 66px;
}

.section-6,
.section-7 {
  color: #000;
  background-color: #fff;
  padding: 0;
}

.section-6 .row,
.section-7 .row {
  justify-content: center;
  height: 100%;
}

.section-6 .column {
  width: 35%;
}

.section-7 .column {
  width: 35%;
}

.partial-bg {
  background-size: cover;
  background-position: center;
}

.partial-bg1 {
  background-image: url(./assets/boxing.jpg);
}

.partial-bg2 {
  background-image: url(./assets/yoga.jpg);
  background-position: right;
}

.section-8 {
  background-color: rgba(0, 0, 0, 0.7);
}

.section-8 .column {
  width: 50vw;
  color: #fff;
}

.section-8 .column h2 {
  font-size: 50px;
  margin: 0px;
}

.section-8 .column p {
  font-size: 22px;
}
