@font-face {
    font-family: "Defilao Vertes" ;
    src: url(font/Defilao-Vertes-Demo-BF68e0ce764fa14.otf);
}

@font-face {
    font-family: "Selaras" ;
    src: url(font/Selaras-vnLRZ.otf);
}

body{
    width: 1280px;
    margin: 0 auto;
}

header{
    display: flex;
width: 1280px;
height: 67px;
padding: 15px 92px;
align-items: center;
gap: 10px;
background: #FFCEC7;
justify-content: space-between;
}

ul{
    list-style: none;
    display: flex;
align-items: center;
gap: 28px;
}

a{
    text-decoration: none;
    color: #374151;
font-family: Poppins;
font-size: 14.222px;
font-style: normal;
font-weight: 400;
line-height: 21.333px; /* 150% */
transition: all 300ms ease;
}

.refresh{
    display: flex;
padding: 7px 16px;
align-items: center;
gap: 8px;
    border-radius: 36px;
border: 0 solid #E5E7EB;
background: #FD6FA7;
box-shadow: 0 3.556px 5.333px 0 rgba(0, 0, 0, 0.10), 0 8.889px 13.333px 0 rgba(0, 0, 0, 0.10);
}

.refresh h5{
    color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 14.222px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 0;
}

*{
    margin: 0;
    box-sizing: border-box;
}

a:hover{
    text-decoration: underline;
}

section{
    width: 1280px;
height: 765px;
background-image: url(img/spbg.png);
padding: 70px 85px 0 57px;
display: flex;
gap: 70px;
}

.yourfit{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    width: 410px;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeUp 0.8s ease forwards;

}

  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

    @keyframes fadeRight {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

.yourfit h3{
    color: #1F2937;
font-family: "Defilao Vertes";
font-size: 55.238px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-left: 57px;
    margin-bottom: -22px;
}

.yourfit h1{
    color: #FF6FA8;
font-family: Selaras;
font-size: 110px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.fitplaceholder{
width: 316px;
height: 462px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 40px;
border: 1px dashed #FF6FA8;
background: #FFFAF5;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeUp 0.8s ease forwards;

}

.fit{
    background-image: url(img/spring.png);
    width: 321.209px;
    background-repeat: no-repeat;
    height: 481.814px;
    
}

.colorpalette{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1F2937;
    text-align: center;
    font-family: "Defilao Vertes";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 120% */
    gap: 15px;
        opacity: 0;
    transform: translateX(50px);
    animation: fadeRight 0.8s ease forwards;
}

.colors{
    background-image: url(img/Frame\ 4.svg);
    width: 275px;
    height: 155px;
}

.music{
    background-image: url(img/Frame\ 6.svg);
    width: 267px;
    height: 293px;

}

.yoursong{
        display: flex;
    flex-direction: column;
    align-items: center;
    color: #1F2937;
    text-align: center;
    font-family: "Defilao Vertes";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 120% */
    gap: 15px;
        opacity: 0;
    transform: translateX(50px);
    animation: fadeRight 0.8s ease forwards;
}

.lastcol{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

