.plans {
    position: relative;
    width: fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: 100%;
    grid-column-gap: 8em;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
}
.plans .plan {
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(1, auto);
    grid-row-gap: 0.8em;
}
.plans .head {
    position: relative;
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    color: var(--color-theme-1);
    width: 100%;
    text-align: center;
    height: fit-content;
    left: 0;
    right: 0;
    font-size: 22px;
    font-family: Arial;
    letter-spacing: 0.4px;
    max-width: unset;
    color: rgb(115, 115, 115);
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 0.4em;
    margin-top: 0.6em;
    max-width: 23em;
}
.plans .divide {
    position: relative;
    background: var(--color-theme-1);
    width: 4em;
    height: .2em;
    border-radius: 100px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
}
.plans .body {
    position: relative;
    font-family: var(--defaultfontfamily2);
    color: var(--color-theme-1);
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 85vw;
    max-width: 12em;
    height: fit-content;
    top: 50%;
    transform: translateY(-50%);
    text-transform: none;
    letter-spacing: 0.2px;
    font-size: 20px !important;
    text-align: left;
}
.plans .plan .continue {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    font-size: 11px;
    color: rgb(255, 255, 255);
    background: var(--color-theme-1);
    border: 2px rgb(255, 255, 255) solid;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 10em;
    height: 5em;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
}
@media screen and (max-device-width: 1360px) {
    .plans .pl1 {
        display: none;
    }
    .plans {
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(1, auto);
        grid-row-gap: 4em;
    }
}
@media screen and (max-device-width: 1080px) {
    .plans {
        grid-template-columns: 100%;
        grid-template-rows: repeat(1, auto);
        grid-column-gap: 0;
        grid-row-gap: 4em;
    }
    .plans .pl1 {
        display: none;
    }
    .plans .body {
        max-width: unset;
    }
}
.h6 {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 20px;
    color: var(--color-theme-1);
    text-align: center;
    height: 4em;
    line-height: 5em;
}
.plans .body {
    position: relative;
    font-family: var(--defaultfontfamily2);
    color: var(--color-theme-1);
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 85vw;
    max-width: 12em;
    height: fit-content;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    font-size: 18px !important;
    text-transform: capitalize;
    letter-spacing: 0.2px;
}
.h6 {
    position: relative;
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    color: var(--color-theme-1);
    font-size: 24px;
    width: 84vw;
    max-width: 29em;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    height: fit-content;
    line-height: 1.2em;
    font-family: Arial;
    letter-spacing: 0.4px;
    max-width: unset;
    color: rgb(115, 115, 115);
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 0.4em;
    margin-top: 0.6em;
    max-width: 23em;
}
.placeholder {
    position: relative;
    width: 100vw;
    height: 4em;
}
.steps {
    position: relative;
    width: fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: 100%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    grid-column-gap: 4em;
}
.steps .cont {
    position: relative;
    width: fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(1, auto);
    grid-row-gap: 1em;
}
.steps .cont .head {
    position: relative;
    font-family: var(--defaultfontfamily2);
    font-weight: 300;
    font-size: 60px;
    color: var(--color-theme-1);
    width: 100%;
    text-align: center;
    font-family: fantasy;
    color: rgb(115, 115, 115);
}
.steps .cont .div {
    position: relative;
    background: rgb(115, 115, 115);
    width: 4em;
    height: 0.2em;
    border-radius: 100px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
}
.steps .cont .body {
    position: relative;
    width: 22vw;
    max-width: 18em;
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-theme-1);
    text-align: center;
}
@media screen and (max-device-width: 1081px) {
    .plans .body {
        position: relative;
        font-family: var(--defaultfontfamily2);
        color: var(--color-theme-1);
        font-size: 17px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        width: 85vw;
        max-width: 12em;
        height: fit-content;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 0;
        font-size: 19px !important;
    }
    .mobile-extend {
        height: 4em;
    }
}
@media screen and (max-device-width: 1080px) {
    .container .body {
        font-size: 22px !important;
        width: 80vw !important;
    }
    .container .head {
        font-size: 26px !important;
    }
    .h3, .h6, .plan .head {
        font-size: 20px !important;
        font-size: 30px !important;
    }
    .steps .cont .body {
        font-size: 22px !important;
    }
    .steps .cont .head {
        font-size: 50px !important;
    }
    .plans .body {
        font-size: 22px !important;
        font-weight: 500 !important;
        color: rgb(85, 85, 85) !important;
    }
}
.plans .body {
    font-weight: 400 !important;
    font-weight: 500 !important;
    color: rgb(115, 115, 115);
}
@media screen and (min-device-width: 1240px) {
    .plans {
        grid-template-columns: repeat(4, auto);
    }
}