@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
:root{
    /*color*/
    
 --Soft-red: hsl(10, 79%, 65%);
  --Cyan: hsl(186, 34%, 60%);
  
 --Dark-brown: hsl(25, 47%, 15%);
 --Medium-brown: hsl(28, 10%, 53%);
   --Cream: hsl(27, 66%, 92%);
  --Very-pale-orange: hsl(33, 100%, 98%);
  /*font*/
  --Font-size: 18px;
  --font-Weights1: 400;
  --font-Weights1: 700;
  --font-family: 'DM Sans', sans-serif;

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

}
body{
    background-color: var(--Cream);
       font-family: var(--font-family);
    position: relative;
}

.container{
    transform: translate(-50%,-50%);
    position: fixed;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    

}
.cont1{
    background-color: var(--Soft-red);
    width: 400px;
    border-radius: 20px;
    height: 100px;
    display: flex;
    flex-direction: row; 
    gap: 13rem;
    
}
.paragraph-1{
    margin-left: 5%;
    margin-top: 5%;
    color: var(--Very-pale-orange);
}
.paragraph-1 p{
    font-weight: var(--font-Weights2);
   
    font-size: 15px;
    color: var(--Very-pale-orange);
}
.logo{
    margin-top: 5%;
}
.cont2{
    background-color: var(--Very-pale-orange);
    height: 400px;
    border-radius: 20px;
    width: 400px;
}
.title{
    font-size: 25.8px;
    font-family: var(--font-family);
    color: var(--Dark-brown);
    font-weight: var(--font-Weights1);
    margin-top: 5%;
    margin-left: 8%;
    margin-bottom: 20%;
}
.col{
    display: flex;
    flex-direction: row;
    gap:1rem;
    align-items: flex-end;
    
}

.btn1{
   margin-left: 3%;
}
.b1{
    height: 30px;
    background-color: var(--Soft-red);
    border-color:var(--Soft-red);
    border-radius:4px;
    border: none;
}
 .b1:hover {
    opacity: 0.8;
}
.b2:hover{
    opacity: 0.8;
}
.b3:hover{
    opacity: 0.8;
}
.b4:hover{
    opacity: 0.8;
}
.b5:hover{
    opacity: 0.8;
}
.b6:hover{
    opacity: 0.8;
}
.b7:hover{
    opacity: 0.8;
}
.b2{
    height: 80px;
    background-color: var(--Soft-red);
    border-color:var(--Soft-red);
    border-radius:4px;
    border: none;
}


.b3{
    height: 120px;
    background-color: var(--Cyan);
    border-color:var(--Soft-red);
    border-radius:4px;
    border: none;
}

.b4{
    height: 75px;
    background-color: var(--Soft-red);
    border-color:var(--Soft-red);
    border-radius:4px;
    border: none;
}

.b5{
    height: 50px;
    background-color: var(--Soft-red);
    border-color:var(--Soft-red);
    border-radius:4px;
    border: none;
}

.b6{
    height: 80px;
    background-color: var(--Soft-red);
    border-color:var(--Soft-red);
    border-radius:4px;
    border: none;
}

.b7{
    height: 50px;
    background-color: var(--Soft-red);
    border-color:var(--Soft-red);
    border-radius:4px;
    border: none;
}
.b1:hover{
    background-color: var(--Cream);
}
 
button{
    
    width: 40px;
}
hr{
    
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}
.ligne{
    color: var(--Cream)
}

.end{
    margin-top:8%;
    margin-left: 4%;
 display: flex;
 flex-direction: row;
 gap: 6rem;
}
p{
    font-family: var(--font-family);
    font-weight: var(--font-Weights1);
    font-size:14px;
    color: var(--Medium-brown);
    margin-left: 4%;
}
.paragraph-2 .p2{
    color: var(--Medium-brown);
    font-weight: var(--font-Weights1);
}
.paragraph-3 .p2{
    color: var(--Medium-brown);
    font-weight: var(--font-Weights1);
    width: 100%;

}
.p3{
    color: var(--Dark-brown);
    font-size: 40px;
    margin-bottom: 10%;
    font-weight: var(--font-Weights1);
    font-family: var(--font-family);

}
.paragraph-3 .p3{
    font-size: 15px;
     text-align: end;
}
.prime1{
    height: 1.7rem;
    width: 51px;
    position: absolute;
    bottom: 36%;
    background-color: var(--Dark-brown);
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: var(--font-Weights1);
    color:var(--Very-pale-orange) ;
    border: none;
    border-radius: 3.5px;
    display: none;
}
.prime2{
    height: 1.7rem;
    width: 51px;
    position: absolute;
    bottom: 45%;
    background-color: var(--Dark-brown);
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: var(--font-Weights1);
    color:var(--Very-pale-orange) ;
    border: none;
    display: none;
    border-radius: 3.5px;
}
.prime3{
    height: 1.7rem;
    width: 51px;
    position: absolute;
    bottom: 52%;
    background-color: var(--Dark-brown);
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: var(--font-Weights1);
    color:var(--Very-pale-orange) ;
    border: none;
    border-radius: 3.5px;
    display: none;
}
.prime4{
    height: 1.7rem;
    width: 51px;
    position: absolute;
    bottom: 44%;
    background-color: var(--Dark-brown);
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: var(--font-Weights1);
    color:var(--Very-pale-orange) ;
    border: none;
    border-radius: 3.5px;
    display: none;
}
.prime5{
    height: 1.7rem;
    width: 51px;
    position: absolute;
    bottom: 39%;
    background-color: var(--Dark-brown);
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: var(--font-Weights1);
    color:var(--Very-pale-orange) ;
    border: none;
    border-radius: 3.5px;
    display: none;
}
.prime6{
    height: 1.7rem;
    width: 51px;
    position: absolute;
    bottom: 45%;
    background-color: var(--Dark-brown);
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: var(--font-Weights1);
    color:var(--Very-pale-orange) ;
    border: none;
    border-radius: 3.5px;
    display: none;
}
.prime7{
    height: 1.7rem;
    width: 51px;
    position: absolute;
    bottom: 40%;
    background-color: var(--Dark-brown);
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: var(--font-Weights1);
    color:var(--Very-pale-orange) ;
    border: none;
    border-radius: 3.5px;
    display: none;
}
@media (max-width: 600px) {
    .container{
        width: 270px;  
        
    }
    .cont1{
        width: 340px;
        align-self: center;
        gap: 8.5rem;
    }
     .cont2{
        width: 340px;
        align-self: center;
     }
     button{
        width: 30px;
     }
        .end{
            gap: 4rem;
        }
         .prime1{
            margin-bottom: 20px;
         }  
        .prime2{
            margin-bottom: 20px;
        }
        .prime3{
            margin-bottom: 20px;
        }
        .prime4{
            margin-bottom: 20px;
        }
        .prime5{
            margin-bottom: 20px;
        }
        .prime6{
            margin-bottom: 20px;
        }
        .prime7{
            margin-bottom: 20px;
        }
    }