.plans {
    width: 55%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    margin-top: 4em;
    color: #f2f2f7;
    background-color: transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: large;
}

.title-plans{
    display: flex;
    justify-content: center;
    flex-direction: center;
    width: 100%;
}

.plan-cards{
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: fit-content;
    background-color: transparent;
    gap: 2em;
}

.pay-btn-div{
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: fit-content;
    background-color: transparent;
    background-color: transparent;
    gap: 2em;
}

.pay-btn{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    margin-top: 2em;
    width: 40%;
    height: 4em;
    color: #f2f2f7;
    background-color: #0000006b;
    border-radius: 15px;
    border: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.021);
}

.pay-btn:hover{
    transform: scale(1.02);
    transition: 0.2s;
    background-color: #00000038;
    cursor: pointer;
}

.pay-btn p{
    font-weight: 700;
    font-size: large;
}


.card{
    display: flex;
    text-align: center;
    flex-direction: column;
    margin-top: 1em;
    width: 40%;
    height: 25em;
    color: #f2f2f7;
    background-color: #0000006b;
    border-radius: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.021);
}



.card-title{
    background-color: transparent;
    height: fit-content;
    margin-left: 3%;
    margin-right: 3%;
    border-bottom: solid 2px #262729;
}

.card h2{
    font-size: 2em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.price-plan{
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: fit-content;
    background-color: transparent;
    margin-top: 2em;
    gap:1%;
}

.price-plan h1{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 3em;
    margin-top: 0;
}

.price-plan span{
    margin-top: 2em;
}

.plan-description{
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 1em;
    align-items: center;
    text-align: center; 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; 
}

.plan-description-item{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.plan-description-item img{
    width: 24px;
    height: 24px;
}

.plan-description p{
    font-size: 1em;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; 
}

img.not_have{
    width: 28px;
    height: 28px;
}


.main .privacy-text{
    position: sticky;
    width: 80%;
    background-color: #1a1a1b;
    bottom: 0;
    display: flex;
    text-align: center;
    margin-top: 15%;
    color: #f2f2f7;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: large; 
}

.main .privacy-text p{
    width: 100%;
    margin: 5px;
    text-wrap: wrap;
    overflow-wrap: anywhere;
    font-size: 50%;
}

#view-subscription{
    position: absolute;
    top: 0;
    right: 0;
    margin: 2%;
    text-decoration: none;
    color: #f2f2f7;
    text-decoration: none;
    
}

#view-subscription:hover {
    color: #f2f2f7d2;
}


@media (max-width: 768px) {

    .title-plans h1{
        font-size: medium;
    }

    .plans{
        width: 95%;
    }

    .card{
        display: flex;
        flex-shrink: 0;
        text-align: center;
        flex-direction: column;
        margin-top: 1em;
        width: 8em;
        height: fit-content;
        color: #f2f2f7;
        background-color: #0000006b;
        border-radius: 15px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
        box-shadow: 0 4px 12px rgba(255, 255, 255, 0.021);
    }

    .plan-cards{
        display: flex;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        height: fit-content;
        background-color: transparent;
        gap: 1em;
    }

    .pay-btn-div{
        display: flex;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        height: fit-content;
        background-color: transparent;
        background-color: transparent;
        gap: 1em;
        flex-shrink: 0;
    }
    
    .price-plan h1{
        font-size: larger;
    }

     .price-plan span{
        font-size: 8px;
    }

    .plan-description-item p{
        font-size: small;
    }

    .plan-description-item img{
        width: 16px;
        height: 16px;;
    } 

    .card-title h2{
        font-size: medium;
    }

    .pay-btn{
        flex-shrink: 0;
        width: 8em;
        height: 2.5em;
        margin-top: 1em;
        font-size: large;
    }

    .pay-btn p{
        font-size: medium;
    }
}
