*{
    font-family: Poppins
}

.btn.btn-primary, .btn.btn-primary:hover{
    border: none;
}

.active{
    font-weight: 600;
}

.feature-icon {
    margin-bottom: 2rem;
    transform: scale(90%);
}

.feature-description{
    max-width: 300px;
}

.hidden{
    opacity: 0;
    filter: blur(5px);
    transform: translateX(50px) translateY(0px);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hidden2{
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-50px) translateY(0px);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hidden3{
    opacity: 0;
    filter: blur(5px);
    transform: translateX(0px) translateY(30px);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0px) translateY(0px);
}

.hidden:nth-child(1){
    transition-delay: 50ms;
}

.hidden:nth-child(2){
    transition-delay: 100ms;
}

.hidden:nth-child(3){
    transition-delay: 150ms;
}

.hidden:nth-child(4){
    transition-delay: 200ms;
}

.hidden:nth-child(5){
    transition-delay: 250ms;
}
.hidden:nth-child(6){
    transition-delay: 300ms;
}


.hidden2:nth-child(1){
    transition-delay: 50ms;
}

.hidden2:nth-child(2){
    transition-delay: 100ms;
}

.hidden2:nth-child(3){
    transition-delay: 150ms;
}

.hidden2:nth-child(4){
    transition-delay: 200ms;
}

.hidden2:nth-child(5){
    transition-delay: 250ms;
}
.hidden2:nth-child(6){
    transition-delay: 300ms;
}

.hidden3:nth-child(1){
    transition-delay: 50ms;
}

.hidden3:nth-child(2){
    transition-delay: 100ms;
}

.hidden3:nth-child(3){
    transition-delay: 150ms;
}

.hidden3:nth-child(4){
    transition-delay: 200ms;
}

.hidden3:nth-child(5){
    transition-delay: 250ms;
}
.hidden3:nth-child(6){
    transition-delay: 300ms;
}

.card-header{
    font-size: 20px;
    font-family: monument;
    background-color: #FD6153;
    color: white;
    position: absolute;
    top: -12px;
    right: -20px;
    border: none;
    box-shadow: -2px 4px 0px #FDC55E;
    z-index: 1;

}

.card{
    width: 24rem;
    border-radius: 32px;
    margin: auto;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
}

.card:hover{
    transform: translateX(10px) translateY(-10px);
    box-shadow: -10px 10px 0px #FDC55E;
    border-color: #FDC55E;

}

.promo{
    font-size: 24px;
    font-weight: 600;
    color: #FD6153;
    text-decoration: line-through;
}

.price{
    margin-bottom: -12px;
}

.btn.btn-primary, .btn.btn-outline-primary{
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: -0px 0px 0px #FD6153;
    padding: 20px 52px;

}

.btn.btn-primary:hover{
    transform: translate(5px, -5px);
    box-shadow: -8px 8px 0px #FD6153;
}

.btn.btn-outline-primary:hover{
    transform: translate(5px, -5px);
    box-shadow: -8px 8px 0px #FDC55E;
}

.tsakapp{
    width: 40vw;
}