*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.main{
    min-width: 80%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.card{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;}

.img1{
    width: 350px;
    height: 300px;
    margin-top: 20px;
    background-image: url(./img1.png);
    background-size: contain;
    background-repeat: no-repeat;

}

.img2{
    width: 350px;
    height: 300px;
    margin-top: 20px;
    background-image: url(./img2.png);
    background-size: contain;
    background-repeat: no-repeat;

}

.img3{
    width: 350px;
    height: 300px;
    margin-top: 20px;
    background-image: url(./img3.png);
    background-size: contain;
    background-repeat: no-repeat;

}

.top{
     display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px;
}

.pop{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
}

.heart{
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
}

.absol{
    position: absolute;
    top: 25%;
    left: 20%;

}

.bottom{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    margin-top: 150px;
    
}

h3{
    color: white;
}

.location{
    position: absolute;
}

.p{
    color: white;
    padding-left: 20px;
}

.sta{
    display: flex;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    gap: 8px;
}

.bot{
    display: flex;
    gap: 5px;
    margin-top: 30px;
}

.right1{
    width: 165px;
    height: 100px;
    background-image: url(./bar1.png);
    background-size: cover;
}

.right2{
    width: 165px;
    height: 100px;
    background-image: url(./bar2.png);
    background-size: cover;
}

.right3{
    width: 165px;
    height: 100px;
    background-image: url(./bar3.png);
    background-size: cover;
}

.left{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.left1{
    display: flex;
    gap: 10px;
}

.left2{
    display: flex;
    margin-top: 20px;
}
.progress{
    width: 100px;
    height: 10px;
    border-radius: 50px;
    background-color: #F5F5F5;
}

.fill1{
    width: 70px;
    height: 10px;
    border-radius: 50px;
    background-color: #E94D94;
}

.fill2{
    width: 50px;
    height: 10px;
    border-radius: 50px;
    background-color: #50ACF3;
}

.fill3{
    width: 30px;
    height: 10px;
    border-radius: 50px;
    background-color: #39BF87;
}

.rating{
    position: relative;
    padding: 1px;
    padding-left: 15px;
}

.star{
    position: absolute;
    top: 0%;
    left: 70%;
}