*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    /*width: 100%;*/
}
.position-container{
    width: 80%;
    height: 95vh;
    /*border: 2px solid coral;
    border-radius: 10px;*/
    overflow-y: scroll;
    position: fixed;
    background-color: coral;
    border: none;
    border-radius: 10px;
}
.fixed{
    width: 79%;
    background-color: rgba(52, 49, 49, 0.884);
    color: coral;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    position: fixed;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.fixed ul{
    display: flex;
    align-items: center;
    gap: 50px;
}
.fixed ul li{
    list-style: none;
}
.fixed button{
    padding: 12px 25px;
    border: none;
    background-color: transparent;
    color: coral;
    border: 1px solid coral;
    border-radius: 4px;
    font-weight: bolder;
}
/*.position-container p{
    text-align: justify;
    padding: 80px 30px;   
}*/
.card-1{
    margin: 90px 20px;
    width: 350px;
    height: 450px;
    border-radius: 10px;
    border: none;
    padding: 10px 5px;
    margin-top: 97px;
    background-color: white;
    position: relative;
    
}
.card-1 img{
    width: 100%;
    height: 230px;
    border-radius: 10px;
}
.card-1 .flex-title{
    width: 100%;
    display: flex;
    padding: 10px 0px;
    justify-content: space-between; 
}
.card-1 .bg-analysis {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.location h3{
    font-family: sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
}
.location p{
    line-height: 30px;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 18px;
    color: grey;
}
.price p{
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 1rem;
    color: black;
    line-height: 30px;
}
.price h3{
    font-family: sans-serif;
    font-weight: bolder;
    font-size: 18px;
    color: coral;
    line-height: 30px;
    letter-spacing: 1px;
}
.card-1 .icon-container{
    padding: 0px;
    display: flex;
    gap: 30px;
    align-items:center;
    font-size: 20px;
   
    /*padding-left: 10px;
    margin-top: -10px; */
}
.align{
    display: flex;
    align-items:center;
    gap: 10px;
}
.bg-analysis{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    margin: 20px 0px;
    padding: 10px 10px;
    background-color: rgba(246, 200, 184, 0.351);
}
.bg-analysis .analysis p{
    font-size: 12px;
    font-family: sans-serif;
    font-weight: lighter;
}
.bg-analysis .analysis h3{
    font-size: 17px;
    font-family: sans-serif;
    line-height: 30px;
    color: coral;
}
.absolute{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.active-state{
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 70px;
    background-color: white;
    color: black;
    padding: 5px 8px;
    align-items: center;
    border-radius: 30px;
    position: absolute;
    top: 7%;
    left: 7%;
}
.active-state p{
    font-size: 12px;
    font-family: sans-serif;
}
.icon-alignment{
    position: absolute;
    right: 10%;
    top: 30%;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 15px;  
}
.icon-alignment{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.icon-alignment .link{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}