@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --Montserrat: "Montserrat", serif;
    --Fraunces: "Fraunces", serif;
}

.cards {
    width: 600px;
    height: 450px;
    top: 175px;
    left: 420px;
    gap: 0px;
    opacity: 0px;
    margin: auto;
    display: flex;
}

.card {
    width: 337.69px;
    height: 450px;
    gap: 0px;
    opacity: 0px;

}

.cards__card-title {
    width: 92px;
    height: 15px;
    top: 32px;
    left: 331.5px;
    gap: 0px;
    opacity: 0px;
    font-family: var(--Montserrat);
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    letter-spacing: 5px;
    text-align: left;
    color: #6C7289;
    margin-top: 32px;
    margin-bottom: 20px;
}

.perfume__card-title {
    width: 236px;
    height: 96px;
    top: 67px;
    left: 332px;
    gap: 0px;
    opacity: 0px;
    font-family: var(--Fraunces);
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #1C232B;
    margin-bottom: 24px;
}

.perfume__card-text {
    width: 237px;
height: 92px;
top: 187px;
left: 331.5px;
gap: 0px;
opacity: 0px;
font-family: var(--Montserrat);
font-size: 14px;
font-weight: 500;
line-height: 23px;
text-align: left;
color: #6C7289;
margin-bottom: 29px;
}

.perfume__narx {
    width: 127px;
height: 32px;
top: 308px;
left: 332px;
gap: 0px;
opacity: 0px;
font-family: var(--Fraunces);
font-size: 32px;
font-weight: 700;
line-height: 32px;
text-align: left;
color: #3D8168;
}
.perfume__narx s{
    
}
.perfume__btn {
    
}

.perfum__btn-img {}