@import url("https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&family=Single+Day&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* .logo {
  position: absolute;
  overflow: visible;
  z-index: 100;
}
* .nav {
  position: relative;
  background: #fffefa;
  width: 100%;
  height: 80px;
  font-family: "Cherry Bomb One", system-ui;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
* .nav .links {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 30vw;
}
* .nav .links .link {
  text-decoration: none;
  font-size: 2rem;
}
* .nav .links .link img {
  height: 80%;
}
* .nav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 50px;
  background: radial-gradient(circle at 50% 0, #fffefa 25px, transparent 25px);
  background-size: 50px 50px;
  background-position: -25px 0;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.15));
  clip-path: inset(0 0 -10px 0);
  z-index: 10;
}
* .banner {
  position: relative;
  width: 100%;
  height: 45vh;
  background-image: url("./imgs/index-banner.png");
  background-size: cover;
  background-attachment: fixed;
}
* .banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: radial-gradient(circle at 50% 100%, #fffefa 25px, transparent 25px);
  background-size: 50px 50px;
  background-position: -25px 0;
  filter: drop-shadow(0 -2px 3px rgba(0, 0, 0, 0.15));
  clip-path: inset(-10px 0 0 0);
}
* .button {
  z-index: 50;
  border-radius: 100px;
  font-family: "Cherry Bomb One", system-ui;
  font-size: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  transform-origin: center;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.4s ease;
}
* .button:hover {
  transform: scale(1.2);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
}
* .about {
  width: 100%;
  background: #fffefa;
  display: flex;
  flex-direction: column;
  align-items: center;
}
* .about .title {
  color: #574a4a;
  font-family: "Cherry Bomb One", system-ui;
  font-size: 5rem;
  font-weight: 100;
}
* .about .what {
  margin-top: 2vh;
  width: 30vw;
}
* .about .what p {
  font-family: "Single Day", cursive;
  font-size: 2rem;
  color: #574a4a;
  margin-bottom: 20px;
}
* .about .provide {
  width: 30vw;
  text-align: center;
}
* .about .provide p {
  font-family: "Single Day", cursive;
  font-size: 2rem;
  color: #574a4a;
}
* .about .locations {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
* .about .locations .card {
  padding: 5%;
  width: 10vw;
  height: 17vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  text-align: center;
}
* .about .locations .card h4 {
  z-index: 30;
  position: relative;
  font-family: "Single Day", cursive;
}
* .about .locations .card h3 {
  z-index: 30;
  position: relative;
  font-family: "Cherry Bomb One", system-ui;
}
* .about .locations .card .button {
  font-size: 1rem;
  z-index: 30;
  position: relative;
  padding: 2px 20px;
}
* .about .locations .card .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  z-index: 10;
}
* .about .locations .card .marker {
  position: relative;
  z-index: 20;
  width: 1.4vw;
}
* .about .locations .blue h4 {
  z-index: 30;
  position: relative;
  color: #698ede;
}
* .about .locations .blue h3 {
  z-index: 30;
  position: relative;
  font-family: "Cherry Bomb One", system-ui;
  color: #698ede;
  font-size: 2rem;
  letter-spacing: 2px;
}
* .about .locations .green h4 {
  z-index: 30;
  position: relative;
  color: #5db9b9;
}
* .about .locations .green h3 {
  z-index: 30;
  position: relative;
  font-family: "Cherry Bomb One", system-ui;
  color: #5db9b9;
  font-size: 2rem;
  letter-spacing: 2px;
}
* .about .locations .purple h4 {
  z-index: 30;
  position: relative;
  color: #625cc0;
}
* .about .locations .purple h3 {
  z-index: 30;
  position: relative;
  font-family: "Cherry Bomb One", system-ui;
  color: #625cc0;
  font-size: 2rem;
  letter-spacing: 2px;
}
* .about .contact {
  margin-top: 2vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 10vh;
}
* .about .contact h3 {
  font-family: "Single Day", cursive;
  font-size: 2rem;
  color: #574a4a;
  letter-spacing: 2px;
}
* .about .contact .button {
  margin-top: 2vh;
  text-decoration: none;
  position: relative;
}
* .arrow-one {
  width: 20vw;
  transform: translate(-10vw, 2vh);
  z-index: 5;
}
* .arrow-two {
  width: 20vw;
  transform: translate(9vw, -2vh);
}
* .footer-banner {
  position: relative;
  width: 100%;
  height: 50vh;
  background-image: url("./imgs/index-footer-banner.png");
  background-size: cover;
  background-attachment: fixed;
}
* .footer-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  background: radial-gradient(circle at 50% 0, #fffefa 25px, transparent 25px);
  background-size: 50px 50px;
  background-position: -25px 0;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.15));
  clip-path: inset(0 0 -10px 0);
  z-index: 10;
}
* .footer-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: radial-gradient(circle at 50% 100%, #fffefa 25px, transparent 25px);
  background-size: 50px 50px;
  background-position: -25px 0;
  filter: drop-shadow(0 -2px 3px rgba(0, 0, 0, 0.15));
  clip-path: inset(-10px 0 0 0);
}
* footer {
  background: #fffefa;
  color: #698ede;
  font-family: "Single Day", cursive;
  padding: 1vh;
  font-size: 1.5rem;
}/*# sourceMappingURL=style.css.map */