html,
body {
  padding-top: env(safe-area-inset-top, 20px);
  margin: 0;
  width: 100vw;
  height: 100%;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  background: #ffffff;
  background-size: 100% auto;
  background-position: center, center;
  overflow: visible;
}

body.lock-scroll {
  overflow: hidden;
  touch-action: none;
  padding-top: env(safe-area-inset-top, 20px);
}

#todownload {
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 2%;
  right: 50%;
  transform: translate(50%, 0%);
  justify-content: center;
  align-items: center;
  color: #fff;
  white-space: nowrap;
  font-size: 100%;
  background-color: #007bff;
  border-radius: 10px;
  padding: 4px 2px;
  width: fit-content;
  max-width: 500px;
  z-index: 999;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  transition: opacity 0.5s ease;
}

#todownload:hover {
  opacity: 75%;
}

#todownload.hidden {
  opacity: 0;
  pointer-events: none;
}

#splash {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 500px;
  height: 100vh;
  
  margin: 0;
  padding: 0;
  border: none;
  
  z-index: 9999;
  background: white;
  
  pointer-events: auto;
  opacity: 1;
  transition: opacity 1s ease;
}

#splash.fade-out {
  opacity: 0;
  pointer-events: none;
}



#weatherstyle {
  width: 90%;
  padding: 0% 5%;
  justify-content: center;
  align-items: center;
}

.superc {
  height: auto;
  overflow: hidden;
}

.parent {
  position: fixed;
  background-position: top center;
  width: 100%;
  height: 100vh;
  background: url("https://storage.googleapis.com/ppctoda_website/ppctoda_assets/phonescreenshots.jpg") no-repeat center center;
  background-size: cover;
  filter: blur(10px);
  opacity: 0.6;
  z-index: 0;
  filter: blur(10px);
}

.mobile {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: auto;
  max-width: 500px;
  box-shadow: 0 0 25px rgba(0, 54, 124, 0.35);
  background: white;
  z-index: 2;
  overflow: hidden;
}

.container {
  position: relative;
  background: url("https://storage.googleapis.com/ppctoda_website/ppctoda_assets/phonebg.png");
  background-position: bottom;
  background-size: cover;
  aspect-ratio: 1/2.2;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-top: 5vh;
}

#logov2 {
  width: 35%;
  height: auto;
  display: block;
}

.phoneframe {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

#phoneframe {
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%);
  z-index: 3;
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
  opacity: 1;
}

#joji {
  top: 25%;
  left: 10%;
  height: 50%;
  width: auto;
  aspect-ratio: 1 / 2.5;
  transform: rotate(23deg);
  background-image: url("https://storage.googleapis.com/ppc_toda_web_app/downloadpage/joji.png");
  background-size: cover;
  /* makes image cover the div */
  background-position: center;
  /* centers image */
  background-repeat: no-repeat;
  /* prevents tiling */
  position: absolute;
  z-index: 2;
}

#phonecontent {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  aspect-ratio: 1/2.15;
  width: 67%;
  height: auto;
  object-fit: contain;
  background: none;
  font-size: 22px;
  border-radius: 12%;
}

#pwabutton {
  background-color: #09244b;
}

.bluebutton {
  width: 90%;
  height: auto;
  gap: 15px;
  margin: 5% 0% 0% 0%;
  padding: 5% 0% 5% 0%;
  display: flex;
  flex-direction: column;
  background-color: #e2f0ff;
  /* border: 1px solid #007bff; */
  border-radius: 15px;
  box-sizing: border-box;
  align-self: center;
  justify-content: center;
  align-items: center;
}

#info {
  width: 90%;
  padding: 10% 5% 13px 5%;
  background-color: white;
  font-size: clamp(45px, 12vw, 60px);
  font-weight: 800;
  line-height: 0.9;
  color: #007bff;
}

.thin {
  font-weight: 800;
  color: #09244b;
}

#info2 {
  width: 90%;
  padding: 0% 5% 0% 5%;
  background-color: white;
  font-size: clamp(12px, 4vw, 20px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #09244b;
}

#buttonrow {
  width: auto;
  height: auto;
  margin: 5% 0% 3% 5%;
  gap: 2.5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

#linebutton2 {
  color: grey;
  width: auto;
  height: auto;
  background: white;
  padding: 3% 4% 3% 4%;
  margin: 3% 0% 0% 0%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid grey;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.linebutton {
  width: auto;
  height: auto;
  color: #007bff;
  background: white;
  padding: 3% 4% 3% 4%;
  margin: 3% 0% 0% 0%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 0.12rem solid #007bff;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: background 0.3s;
}

.linebutton:hover {
  background: #007bff;
  color: white;
}

#bookonline {
  font-weight: 600;
  width: auto;
  height: auto;
  color: grey;
  background: lightgrey;
  padding: 3% 4% 3% 4%;
  margin: 13px 0% 13px 5%;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid grey;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s;
}

#reviewsstyle {
  padding: 0 0%;
  align-self: center;
  align-items: center;
  width: 90%;
  box-sizing: border-box;
  overflow: hidden;
}

#trusted-partners {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 1.45rem;
  font-weight: 600;
  color: #09244b;
  text-align: left;
  padding-left: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
}

#trusted-partners-description {
  font-size: 0.8rem;
  font-weight: 400;
  color: #6c757d;
}

#trusted-partners2 {
  color: #09244b;
  font-size: 0.8rem;
}

#trusted-partners3 {
  color: #09244b;
  font-size: 0.8rem;
}

#trusted-partners-hyper-3 {
  color: #007bff;
  font-weight: 600;
  font-size: 0.8rem;
  user-select: none;
  text-decoration: none;
}

#partnersstyle {
  width: 100%;
  height: 75px;
  border-radius: 0;
  border: 0;
  outline: none;
  overflow: hidden;
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 8% 0%;
}

#installpwastyle {
  height: 100%;
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.downloadbutton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: 90%;
  overflow: hidden;
  outline: none;
  padding: 0% 0px 0% 0px;
  background-color: #007bff;
  border-radius: 10px;
  color: white;
  font-size: clamp(28px, 5cqw, 34px);
  font-weight: 600;
  border: 0;
  text-decoration: none;
  user-select: none;
  transition: background 0.3s;
}

.downloadbutton:hover {
  background-color: #339cff;
}

.downloadbutton:active {
  background-color: #0056b3;
}

#installPwa {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: clamp(22px, 5cqw, 28px);
  text-decoration: none;
  user-select: none;
  cursor: pointer;
}