@import url(https://necolas.github.io/normalize.css/);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
:root {
  --page-1-color: teal;
  --page-2-color: tan;
  --page-3-color: teal;
  --page-4-color: slateblue;
  --footer-color: #888;
  --animate-speed: 1s;
  --page-height: calc(100vh - calc(25px + 3rem + env(safe-area-inset-top)));
  font-size: calc(5px + 1vw);
}
body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  color: #f2f2f2;
  margin: 0;
  padding: 0;
  overflow: scroll;
  /* font-size: 1rem; */
}
header {
  height: calc(25px + 3rem);
}
.headerLogoTitle {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  gap: 1rem;
}

.sticky {
  background-color: #f9f9f9;
  /* position: -webkit-sticky; */
  z-index: 99999;
  position: sticky;
  display: flex;
  top: env(safe-area-inset-top);
  padding-top: calc(env(safe-area-inset-top) - 1px);
  align-items: center;
  justify-content: space-between;
  h2 {
    color: #444;
    font-size: calc(10px + 1.5rem);
    margin-block-start: 5px;
    margin-block-end: 5px;
  }
  .btn {
    background-color: #e2e2e2;
  }
}
.backgroundImg {
  position: absolute;
  z-index: -1;
  width: 100%;
  /* height: 100%; */
  height: var(--page-height);
  object-fit: cover;
}
#headerStoreLink {
  /* align-self: flex-end; */
  justify-self: flex-end;
 
  /* margin-right: 4px; */
  /* justify-self:flex-end; */
}
#page-1 {
  justify-content: space-between;
}
#page-2 {
  justify-content: space-between;
  h2 {
    color: #444;
    font-size: calc(15px + 1.5rem);
    margin-top: calc(4vh + 2rem);
    margin-left: 4rem;
    margin-right: 4rem;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6);
  }
  p {
    font-weight: 500;
    margin-left: 4rem;
    margin-right: 4rem;

    margin-bottom: calc(4vh + 2rem);
  }
}
#page-3 {
  background: var(--page-3-color);
  p {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

.page {
  display: flex;
  flex-direction: column;
  height: var(--page-height);
  align-items: center;
}

.page h1 {
  font-size: calc(20px + 2.2rem);
  line-height: 1;
}
.page p {
  font-size: calc(20px + 1rem);
  /* font-size: 3rem; */
}

.btn {
  
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background: #f4f4f4;
  color: #333;
  text-decoration: none;
  border: none;
  /* margin-top: 1rem; */
  font-size: calc(10px + 0.8rem);
  transition: all 0.3s ease-in;
  margin-top: 4px;
  margin-bottom: 4px;
  @media (max-width: 600px) {
    margin-right: 4px;
  }

}
.btn:hover {  
  background: #333;
  color: #fff;
}

#logo {
  width: 40%;
  height: 40%;
  object-fit: contain;
  position: relative;
  top: -5%;
}
#headerLogo {
  height: calc(15px + 3rem);
  width: calc(15px + 3rem);
  /* height: 80px;
  width: 80px;
  @media (max-width: 768) {
    width: 50px;
    height: 50px;
  }; */
  object-fit: contain;
}
#p1Slogan {
  font-weight: 700;
  margin-top: 13vh;
  text-shadow: 0px 0px 20px rgb(0, 0, 0);
  @media (max-width: 1700) {
    margin-top: calc(12vh + 4rem);
    /* top: -1rem */
  }
}
.footer-content {
  background-color: var(--footer-color);
  justify-content: center;
  display: flex;
  align-items: center;
  /* gap: 20px; */
  /* padding: 10px; */
  gap: 15px;
  height: 70px;
  /* 768 */
  font-size: calc(13px + 0.25rem);

  @media (max-width: 768px) {
    height: auto;
    gap: 10px;
    padding: 10px;
    flex-direction: column;

    /* padding-left: 15%;  */
    /* justify-content: none; */
    /* align-items: center; */
  }
}
#p1StoreLink {
  margin-bottom: 10vh;
}

.footer-content span:hover,
a:hover {
  color: #222;
  cursor: pointer;
  text-decoration: underline;
}

.footer-content span,
a {
  color: #333;
  text-decoration: none;
}
/* .footer-content a {
  text-decoration: none;
} */
#instagram-link {
  display: flex;
  align-items: center;
}
#instagram-link:hover {
  p {
    text-decoration: underline;
  }
  .instagram-logo {
    cursor: pointer;
    color: #222;
  }
}
.instagram-logo {
  margin-right: 5px;
  color: #333;
}

.language-selector {
  display: flex;
  align-items: center;
}

.language-selector:hover {
  cursor: pointer;
  span {
    text-decoration: underline;
  }
  #languageLogo {
    text-decoration: none;
    color: #222;
  }
  .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 280, "GRAD" 0, "opsz" 24;
  }
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
  color: #333;
  margin-right: 5px;
}

.weworkout-footer {
  display: flex;
  align-items: center;
}
.weworkout-footer:hover {
  cursor: pointer;
}
#footer-logo {
  width: 40px;
  height: 40px;
  @media (max-width: 768px) {
    width: 30px;
    height: 30px;
  }
  margin-right: 7px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.open {
  opacity: 1;
  z-index: 999;
}

.modal-inner {
  background-color: whitesmoke;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px;
  h2,
  p {
    color: #333;
    margin-block-start: 8px;
    margin-block-end: 10px;
  }
}
.emailBtn {
  transition: all 0.3s ease-in;
  background: lightgray;
  color: #333;
  text-decoration: none;
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding-left: 10px;
}
.emailBtn:hover {
  background: #383838;
  color: #f4f4f4;
  cursor: pointer;
}
#emailBtnContainer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 10px;
  height: 100px;
}
