@import url('https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
body {
    height: 100%;
    width: 100%;
    background: #030c36;
  
    font-family: "Sansation", sans-serif;
  }
  .sansation-regular {
    font-family: "Sansation", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  .container2 {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%) scale(0.95);
  }
  .container2 * {
    z-index: 2;
  }
  .container2 .glass {
    height: 350px;
    width: 200px;
    border-radius: 300px 300px 0px 0px;
  }
  
  .container2 .shine:before {
    content: "";
    width: 12px;
    height: 20px;
    position: absolute;
    background: white;
    top: 160px;
    border-radius: 100px;
  }
  .container2 .petals > div {
    position: absolute;
    background: #d52d58;
    width: 45px;
    height: 80px;
    top: 55px;
    transition: all 0.5s ease-out;
  }
  .container2 .petals > div:nth-child(1) {
    border-radius: 15px;
    box-shadow: 0px 0px 30px #f594b8;
    left: 80px;
    top: 60px;
    background: #d52d58;
  }
  .container2 .petals > div:nth-child(2),
  .container2 .petals > div:nth-child(4),
  .container2 .petals > div:nth-child(6) {
    background: #b81b43;
    left: 60px;
    border-radius: 0px 30px 0px 30px;
    transform-origin: bottom right;
  }
  .container2 .petals > div:nth-child(3),
  .container2 .petals > div:nth-child(5),
  .container2 .petals > div:nth-child(7) {
    background: #b81b43;
    left: 100px;
    border-radius: 30px 0px 30px 0px;
    transform-origin: bottom left;
  }
  .container2 .petals > div:nth-child(2) {
    z-index: 5;
    background: #b81b43;
    top: 75px;
    height: 70px;
    box-shadow: 0px 0px 50px rgba(245, 148, 184, 0.5);
    animation: bloom2 3s ease-in-out;
    animation-fill-mode: forwards;
  }
  .container2 .petals > div:nth-child(3) {
    z-index: 4;
    background: #b81b43;
    top: 75px;
    height: 70px;
    box-shadow: 0px 0px 50px rgba(245, 148, 184, 0.5);
    animation: bloom3 3s ease-in-out, glowing 2.5s ease-in-out infinite;
    animation-fill-mode: forwards;
  }
  .container2 .petals > div:nth-child(4) {
    z-index: 3;
    background: #b81b43;
    top: 70px;
    height: 75px;
    box-shadow: 0px 0px 50px rgba(245, 148, 184, 0.5);
    animation: bloom4 3s ease-in-out, glowing 2.5s ease-in-out infinite;
    animation-fill-mode: forwards;
  }
  .container2 .petals > div:nth-child(5) {
    z-index: 2;
    background: #b81b43;
    top: 70px;
    height: 75px;
    box-shadow: 0px 0px 50px rgba(245, 148, 184, 0.5);
    animation: bloom5 3s ease-in-out, glowing 2.5s ease-in-out infinite;
    animation-fill-mode: forwards;
  }
  .container2 .petals > div:nth-child(6) {
    z-index: 1;
    background: #c9204b;
    top: 65px;
    height: 70px;
    box-shadow: 0px 0px 50px rgba(245, 148, 184, 0.3);
    animation: bloom6 3s ease-in-out, glowing 2.5s ease-in-out infinite;
    animation-fill-mode: forwards;
  }
  .container2 .petals > div:nth-child(7) {
    z-index: 0;
    background: #c9204b;
    top: 65px;
    height: 70px;
    box-shadow: 0px 0px 50px rgba(245, 148, 184, 0.3);
    animation: bloom7 3s ease-in-out, glowing 2.5s ease-in-out infinite;
    animation-fill-mode: forwards;
  }
  .container2 .deadPetals > div {
    position: absolute;
    background: #d52d58;
    width: 20px;
    height: 15px;
    top: 120px;
    border-radius: 0px 30px 0px 30px;
    box-shadow: 0px 0px 30px rgba(245, 148, 184, 0.5);
    transition: all 0.5s ease-out;
  }
  .container2 .deadPetals > div:nth-child(1) {
    left: 97px;
    transform: rotate(-30deg);
    animation: falling 20s 4s ease-in-out infinite;
  }
  .container2 .deadPetals > div:nth-child(2) {
    left: 113px;
    transform: rotate(-30deg);
    animation: falling 20s 8s ease-in-out infinite;
  }
  .container2 .deadPetals > div:nth-child(3) {
    left: 103px;
    transform: rotate(-30deg);
    animation: falling 20s 12s ease-in-out infinite;
  }
  .container2 .deadPetals > div:nth-child(4) {
    left: 107px;
    transform: rotate(-30deg);
    animation: falling 20s 16s ease-in-out infinite;
  }
  .container2 .leaves > div:nth-last-child(1) {
    position: absolute;
    width: 55px;
    height: 30px;
    background: #338f37;
    top: 120px;
    left: 75px;
    border-radius: 100px;
  }
  .container2 .leaves > div:nth-child(1) {
    position: absolute;
    width: 6px;
    height: 210px;
    background: #054c05;
    top: 95px;
    left: 100px;
    border-radius: 0 0 100px 100px;
  }
  .container2 .leaves > div:nth-child(2) {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 53px;
    border-radius: 5px 40px 20px 40px;
    background: #054c05;
    transform-origin: bottom;
    transform: rotate(-30deg);
    top: 180px;
    left: 80px;
    box-shadow: inset 5px 5px #066406;
  }
  .container2 .leaves > div:nth-child(3) {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 53px;
    border-radius: 40px 5px 40px 20px;
    background: #054c05;
    transform-origin: bottom;
    transform: rotate(30deg);
    top: 150px;
    left: 95px;
    box-shadow: inset -5px 5px #066406;
  }
  .container2 .thorns > div {
    position: absolute;
    width: 0;
    height: 0;
    top: 140px;
  }
  .container2 .thorns > div:nth-child(odd) {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #054c05;
    left: 105px;
  }
  .container2 .thorns > div:nth-child(even) {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #054c05;
    left: 95px;
  }
  .container2 .thorns > div:nth-child(1) {
    top: 200px;
  }
  .container2 .thorns > div:nth-child(2) {
    top: 170px;
  }
  .container2 .thorns > div:nth-child(4) {
    top: 230px;
  }
 

  @keyframes bloom4 {
    100% {
      transform: rotate(-20deg);
    }
  }
  @keyframes bloom5 {
    100% {
      transform: rotate(20deg);
    }
  }
  @keyframes bloom6 {
    100% {
      transform: rotate(-5deg);
    }
  }
  @keyframes bloom7 {
    100% {
      transform: rotate(5deg);
    }
  }
  @keyframes glowing {
    50% {
      background: #d7365f;
      box-shadow: 0px 0px 60px #f594b8;
    }
  }
  @keyframes falling {
    20% {
      top: 335px;
      background: #9d193b;
      box-shadow: 0px 0px 0px rgba(245, 148, 184, 0);
    }
    100% {
      top: 335px;
      opacity: 0;
    }
  }
  h2 {
    white-space: nowrap;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 138px;
  }
