/* main > section:nth-child(8){
    background-color: #7572B2;
} */

.forOpText{
    display: inline-block;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    color: #333333;
    height: fit-content;
    padding: var(--marge);
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.5rem;
    font-family: 'Spartan', sans-serif;
}

.forOpBox{
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 3%;
}

.textCard{
    padding: 2vw 3.3vw;
    line-height: 1.5rem;
    font-family: "Exo 2", serif;
    font-size: 1.10rem;
    font-weight: 600;
    color: #333333;
}

.textCard2{
    padding: 2vw 3.3vw;
    line-height: 1.5rem;
    font-family: "Exo 2", serif;
    font-size: 1.10rem;
    font-weight: 600;
    color: white;
}

.color0, .color2, .color3{
    text-align: center;
    padding: 2vw 0;
    font-size: 1.3rem;
    color: #252436;
    overflow: hidden;
}

.card{
    position: relative;
    bottom: 30px;
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background-color: white;
    border: solid 7px #99c44c;
    box-shadow: -5px 11px 10px rgba(0, 0, 0, 0.20);
    transition: 0.3s;
}

.card2{
    position: relative;
    bottom: 30px;
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: solid 4px #ffffff;
    box-shadow: -5px 11px 10px rgba(0, 0, 0, 0.20);
    transition: 0.3s;
}

.card:hover{
    scale: 1.02;
}

.card2:hover{
    scale: 1.02;
}

.impotcolor{
    color: #e83d3e;
    font-family: "Exo 2", serif;
    font-size: 1.06rem;
    font-weight: 400;
}

.bornColor{
    font-family: "Exo 2", serif;
    font-size: 1.06rem;
    font-weight: 400;
    color: #333333;
}

.colorBorn{
    text-align: center;
    padding: 2vw 0;
    font-size: 1.3rem;
    color: #333333;
    overflow: hidden;
    background-color: #99c44c;
}

.price{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.priceBox{
    background-color: #717070;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    height: fit-content;
    width: 100%;
    font-family: 'Spartan', sans-serif;
    padding: 1vw 2vw;
}

.priceBox2{
    background-color: #5a5989;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    height: fit-content;
    width: 100%;
    font-family: Verdana;
    font-weight: 400;
    font-size: 1.5rem;
    padding: 1vw 2vw;
}

.priceBox > span:nth-child(1){
    font-weight: 600;
    font-size: 1.1rem;
}

.priceBox > span:nth-child(2){
    font-weight: 300;
    font-size: 1.2rem;
}

.priceBox > span:nth-child(3){
    font-weight: 300;
    font-size: 1.8rem;
}

.forOpBox > div:nth-child(1),
.forOpBox > div:nth-child(2),
.forOpBox > div:nth-child(3){
    border-radius: 25px;
}

.color0{
    background-color: #50b5bb;
}

.color2{
    background-color: #89c167;
}

.color3{
    background-color: #ee7185;
}


/*_____ Responsive 480px -> 959px _____*/

@media screen and (max-width: 959px){
    .forOpBox{
        flex-direction: column;
    }

    .card{
        width: 100%;
        margin: 3.3vw 0;
    }

    .forOpBox > div:nth-child(1){
        border-radius: 0;
    }
    
    .forOpBox > div:nth-child(2){
        border-radius: 0;
    }
    
    .forOpBox > div:nth-child(3){
        border-radius: 0;
    }
}