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


html,
body {
    background-color: rgb(247, 242, 239);
    width: 100%;
    height: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
 color: white;
}

body{

     background:
    
    radial-gradient(circle at top left,
    rgba(183, 0, 255, 0.35) 0%,
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(183, 0, 255, 0.30) 0%,
    transparent 35%),

    radial-gradient(circle at center,
    rgba(25, 0, 255, 0.712) 0%,
    transparent 45%),

    #050014;

        padding: 70px 50px 20px 50px ;

}

.boxes{
    display: flex;
    justify-content: center;
gap: 50px;
    flex-wrap: wrap;
}

.b1{
    background-color: rgb(83,64,109);
    width: 150px;
    height: 220px;
    border-radius: 18px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 25px;
     
}

.img{
    width: 130px;
    height: 120px;
    border-radius: 15px;
    border: 3px solid white;
    overflow: hidden;
}

.img img{
    width: 100%;
    height: 100%;
}


button{
   border: none;
    background-color: transparent;
    color: white;
    border: 2px solid rgb(160,115,210);
    border-radius: 20px;
    width: 110px;
    padding: 6px 20px;
}


.heart{
    display: flex;
    justify-content: space-between;
      margin-top: 10px;
      font-size: 14px;
      align-items: center;
    
}

span{
    font-size: 10px;

}

span i{
    font-size: 16px;
}


.parent{
    display: flex;
    flex-direction: column;
gap: 50px;
}

h3{
    position: absolute;
    top: 37px;
    left: 165px;
    font-weight: 400;
}

p{
    position: absolute;
        top: 15px;
   right: 165px;
}

h5{
    font-weight: 500;
}


i{
    color: rgb(125,119,144);
}
