*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.mandala {
    width: 100vw;
    height: 100vh;
    background: radial-gradient(circle, #ff9a9e, #fad0c4, #fad0c4);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: -1000;
}

.center {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, #a18cd1, #fbc2eb);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
    animation: pulse 3s infinite;
    position: fixed;
    z-index: 100;
}

.flower-center {
    width: 50px;
    height: 50px;
    background: radial-gradient(circle, #ffdb11, #bfeaf5);
    border-radius: 50%;
    position: fixed;
    margin: 50px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    z-index: 1000;
}

.petal-1 {
    width: 30px;
    height: 70px;
    background: linear-gradient(to top, #fbc2eb, #ee418f);
    border-radius: 50% 50% 0 0;
    position: absolute;
    right: 59px;
    transform-origin: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
   
}

.petal-3 {
    width: 30px;
    height: 70px;
    background: linear-gradient(to top, #fbc2eb, #ee418f);
    border-radius: 50% 50% 0 0;
    position: absolute;
    right: 23px;
    top:22px;
    transform-origin: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: rotate(60deg);
}

.petal-4 {
    width: 30px;
    height: 70px;
    background: linear-gradient(to top, #fbc2eb, #ee418f);
    border-radius: 50% 50% 0 0;
    position: absolute;
    right: 25px;
    bottom: 20px;
    transform-origin: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: rotate(120deg);
}

.petal-2 {
    width: 30px;
    height: 70px;
    background: linear-gradient(to top, #fbc2eb, #ee418f);
    border-radius: 50% 50% 0 0;
    position: absolute;
    right: 59px;
    top:80px;
    transform-origin: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: rotate(180deg);
}

.petal-5 {
    width: 30px;
    height: 70px;
    background: linear-gradient(to top, #fbc2eb, #ee418f);
    border-radius: 50% 50% 0 0;
    position: absolute;
    left: 23px;
    bottom: 20px;
    transform-origin: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: rotate(-120deg);
}

.petal-6 {
    width: 30px;
    height: 70px;
    background: linear-gradient(to top, #fbc2eb, #ee418f);
    border-radius: 50% 50% 0 0;
    position: absolute;
    left: 25px;
    top:22px;
    transform-origin: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: rotate(-60deg);
}

.ring {
    width: 200px;
    height: 200px;
    border: 12px double rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    z-index: 90;
   
}

.circle-1 {
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #fc9f9f, #ff1c24);
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 0;
    left: 38px;
    bottom: 120px;
}

.circle-2 {
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #fc9f9f, #ff1c24);
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 0;
    left: 38px;
    bottom: -45px;
}

.circle-3 {
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #fc9f9f, #ff1c24);
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 0;
    right: -30px;

}

.circle-6 {
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #fc9f9f, #ff1c24);
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 0;
    left: -30px;
}

.circle-4 {
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #fc9f9f, #ff1c24);
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 0;
    bottom: -0px;
    left: -30px;
}

.circle-5 {
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #fc9f9f, #ff1c24);
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 0;
    bottom: 0px;
    left: 110px;
}

.b{
    width: 120px;
    height: 120px;
    border: #fad0c4 solid 2px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: -100;
    left: -10px;
    top: -10px;
}

.ring-1{
    width: 350px;
    height: 350px;
    border: 12px double rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    z-index: 90;
}




.yellow {
    width: 500px;
    height: 500px;
    border: 15px double rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    z-index: 50;
}

.yellow-circle-1 {
    width: 150px;
    height: 400px;
    background: radial-gradient(circle, #f9f04a, #ff1c1c);
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
    border-radius: 50% 50% 0 0 ;
    left: 282px;
    top: -40px;
    transform: rotate(45deg);           
}

.yellow-circle-2 {
    width: 150px;
    height: 400px;
    background: radial-gradient(circle, #f9f04a, #ff1c1c);
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
    border-radius: 50% 50% 0 0 ;
    left: 292px;
    top: 50px;
    transform: rotate(90deg);           
}

.yellow-circle-3 {
    width: 150px;
    height: 400px;
    background: radial-gradient(circle, #f9f04a, #ff1c1c);
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
    border-radius: 50% 50% 0 0 ;
    left: 272px;
    top: 150px;
    transform: rotate(135deg);           
}

.yellow-circle-4 {
    width: 150px;
    height: 400px;
    background: radial-gradient(circle, #f9f04a, #ff1c1c);
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
    border-radius: 50% 50% 0 0 ;
    left: 160px;
    top: 170px;
    transform: rotate(180deg);           
}

.yellow-circle-5 {
    width: 150px;
    height: 400px;
    background: radial-gradient(circle, #f9f04a, #ff1c1c);
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
    border-radius: 50% 50% 0 0 ;
    left: 40px;
    top: 150px;
    transform: rotate(225deg);           
}

.yellow-circle-6 {
    width: 150px;
    height: 400px;
    background: radial-gradient(circle, #f9f04a, #ff1c1c);
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
    border-radius: 50% 50% 0 0 ;
    left: 0px;
    top: 50px;
    transform: rotate(270deg);           
}

.yellow-circle-7 {
    width: 150px;
    height: 400px;
    background: radial-gradient(circle, #f9f04a, #ff1c1c);
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
    border-radius: 50% 50% 0 0 ;
    left: 40px;
    top: -70px;
    transform: rotate(315deg);           
}

.yellow-circle-8 {
    width: 150px;
    height: 400px;
    background: radial-gradient(circle, #f9f04a, #ff1c1c);
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
    border-radius: 50% 50% 0 0 ;
    left: 160px;
    top: -100px;
    transform: rotate(0deg);           
}

.border{
    width: 120px;
    height: 102px;
    border: 50px solid rgba(255, 255, 255, 0.508);
    position: absolute;
    right: 25px;
    top: 140px;
    border-radius: 50%;
    z-index: -100;
}



.b1{
    width: 20px;
    height: 20px;
    border: 30px solid rgba(255, 255, 255, 0.508);
    position: absolute;
    left: -165px;
    top: -90px;
    border-radius: 50%;
    z-index: -100;
}

.b2{
    width: 10px;
    height: 10px;
    border: 20px solid rgba(255, 255, 255, 0.508);
    position: absolute;
    left: -105px;
    top: -89px;
    border-radius: 50%;
    z-index: -100;
}

.b3{
    width: 10px;
    height: 10px;
    border: 20px solid rgba(255, 255, 255, 0.508);
    position: absolute;
    left: -179px;
    top: -36px;
    border-radius: 50%;
    z-index: -100;
}

.leaf{
    width: 700px;
    height: 700px;
    z-index: 40;
    border: 12px double rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);

}
.leaf-1, .leaf-2, .leaf-3, .leaf-4, .leaf-5, .leaf-6, .leaf-7, .leaf-8 {
    width: 100px;
    height: 250px;
    background: linear-gradient(to top, #a8e063, #2c7e06);
    border-radius: 400px 0 400px 0;
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    z-index: 40;
}

.leaf-1 {
    left: 440px;
    top: -20px;
    transform: rotate(40deg);
}
.leaf-2 {
    left: 560px;
    top: 140px;
    transform: rotate(85deg);
}
.leaf-3 {
    left: 570px;
    top: 340px;
    transform: rotate(130deg);
}
.leaf-4 {
    left: 410px;
    top: 480px;
    transform: rotate(175deg);
}
.leaf-5 {
    right: 400px;
    bottom: -40px;
    transform: rotate(220deg);
}
.leaf-6 {
    left: 50px;
    top: 350px;
    transform: rotate(265deg);
}
.leaf-7 {
    left: 30px;
    top: 100px;
    transform: rotate(310deg);
}
.leaf-8 {
    left: 200px;
    top: -35px;
    transform: rotate(355deg);
}

.blue{
    height: 900px;
    width: 900px;
    z-index: 20;
    border: 12px double rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
}

.blue-1, .blue-2, .blue-3, .blue-4, .blue-5, .blue-6, .blue-7, .blue-8 {
    width: 170px;
    height: 170px;
    background: radial-gradient(circle, #89f7fe, #a262fd);
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
    border-radius: 50% 50% 50% 0;
}

.blue-1 {
    left: 350px;
    top: -120px;
    transform: rotate(135deg);
}

.blue-2 {
    left: 750px;
    top: 100px;
    transform: rotate(180deg);
}

.blue-3 {
    left: 818px;
    top: 390px;
    transform: rotate(225deg);
}   

.blue-4 {
    left: 707px;
    top: 700px;
    transform: rotate(275deg);
}

.blue-5 {
    left: 351px;
    top: 824px;
    transform: rotate(315deg);
}   


.blue-6 {
    left: 0px;
    top: 670px;
    transform: rotate(0deg);
}

.blue-7 {
    left: -120px;
    top: 350px;
    transform: rotate(45deg);
}

.blue-8 {
    left: 0px;
    top: 0px;
    transform: rotate(90deg);
}

.last-1{
    width: 950px;
    height: 950px;
    border: 15px double rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    z-index: 10;
}