@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Teko:wght@300..700&display=swap');

* {
  user-select: none;
}

body {
  font-family: 'Catamaran', sans-serif;
  margin: 0;
  background-image: url(./assets/merge_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  font-weight: 700;
  color: #996154;
}

.daisy {
  position: fixed;
  bottom: 0;
  left: -880px;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 350px;
  z-index: -1;
}

.logo {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 180px;
  max-width: 100%;
}

.profile {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 150px;
  max-width: 100%;
}

.counter {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: fixed;
  top: 220px;
  left: 50px;
}

.counter img {
  width: 100px;
  max-width: 100%;
  position: relative;
}

.rose-1 {
  position: fixed;
  top: 330px;
  left: -180px;
  right: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
}

.rose-2 {
  position: fixed;
  top: 270px;
  left: 360px;
  right: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
}

.rose-3 {
  position: fixed;
  top: 460px;
  left: 60px;
  right: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
}

.rose-4 {
  position: fixed;
  top: 400px;
  left: 610px;
  right: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
}

.bubble {
  position: fixed;
  top: 410px;
  left: 60px;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 110px;
  animation: jump 1s infinite ease-in-out;
}

@keyframes jump {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px); /* Jump height */
  }
}

.text {
  position: absolute;
}

.t1 {
  top: 62px;
  right: 40px;
}

.t2 {
  top: 184px;
  right: 40px;
}

.t3 {
  top: 306px;
  right: 40px;
}

.speech {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  width: 600px;
}

.speech-text {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  /* min-width: 300px; */
  bottom: 27px;
  font-size: 34px;
  line-height: 37px;
  font-weight: 900;
  letter-spacing: -1px;
}

.speech img {
  width: 600px;
}

.not-bold {
  font-weight: 200;
}

.btn {
  background-color: #a3d153;
  color: white;
  padding: 10px 25px;
  border-radius: 50px;
  cursor: pointer;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 375px;
  text-decoration: none;
  margin: auto;
  width: 100px;
  font-size: 24px;
}

.after {
  position: fixed;
  left: 0;
  right: 0;

  text-align: center;
  /* min-width: 300px; */
  bottom: 420px;
  font-size: 27px;
  line-height: 37px;
  font-weight: 900;
  letter-spacing: -1px;
}

.middle {
  bottom: 370px;
}
/* test */

@keyframes explode {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Adding responsive design */

/* Target screens with height smaller than 740px */
@media (max-height: 740px) {
  .daisy {
    left: -860px;
    width: 230px;
  }

  .profile {
    width: 90px;
  }

  .counter img {
    width: 70px;
  }

  .t1 {
    top: 32px;
    right: 20px;
  }

  .t2 {
    top: 122px;
    right: 20px;
  }

  .t3 {
    top: 212px;
    right: 20px;
  }

  .counter {
    top: 140px;
    left: 40px;
  }

  .speech img {
    width: 450px;
  }
  .speech-text {
    position: absolute;
    left: -160px;
    right: 0;
    bottom: 0;
    bottom: 20px;
    font-size: 27px;
  }

  .speech {
    right: 520px;
  }

  .middle {
    left: 400px;
    bottom: 150px;
  }

  .after {
    position: absolute;
    left: 0;
    right: 140px;

    text-align: center;
    /* min-width: 300px; */
    bottom: 27px;
    font-size: 24px;
    line-height: 37px;
    font-weight: 900;
    letter-spacing: -1px;
  }

  .btn {
    bottom: 140px;
    right: 20px;
  }
}

body {
  background-position: center -100px;
}

.rose-1 {
  top: 240px;
}

.rose-2 {
  top: 180px;
}

.rose-3 {
  top: 360px;
}

.rose-4 {
  top: 300px;
}

.bubble {
  top: 320px;
}

/* test */
.bee {
  position: fixed;
  top: 230px;
  left: -440px;
  right: 0;
  margin: auto;
  width: 50px;
  transform: scaleX(-1);
}

.bee-2 {
  position: fixed;
  /* top: 50px;
  left: -81px; */
  top: 110px;
  left: 1569px;
  right: 0;
  margin: auto;
  width: 30px;
}

.bee-3 {
  position: fixed;
  top: 50px;
  left: -81px;

  right: 0;
  margin: auto;
  width: 30px;
}

.bird {
  position: fixed;
  top: 0px;
  left: 259px;
  right: 0;
  margin: auto;
  width: 60px;
}

.bird-2 {
  position: fixed;
  top: 490px;
  left: 819px;
  right: 0;
  margin: auto;
  width: 80px;
  transform: scaleX(-1);
}
