.hero {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 26em;
    top: auto;
    bottom: 0;
}
.display {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hero {
    border-top: 2px var(--color-theme-1) solid;
    border-bottom: 2px var(--color-theme-1) solid;
    border: 0;
}
.text-display {
    position: absolute;
    width: 100%;
    height: fit-content;
    background: rgb(45, 45, 50);
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1em auto 1em;
    opacity: 85%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    grid-row-gap: 0.64em;
}
.container .divide {
    position: absolute;
    background: rgb(250, 71, 97);
    width: .3em;
    border-radius: 100px;
    left: 0;
    top: 0;
    height: 88%;
    top: auto;
    bottom: 0;
}
.container .head {
    position: relative;
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    color: var(--color-theme-1);
    font-size: 31px;
    width: 85vw;
    max-width: 12em;
    text-align: left;
    left: 0.7em;
    font-family: Arial;
    letter-spacing: 0.4px;
    max-width: 50em;
    color: rgb(115, 115, 115);
    text-transform: capitalize;
    font-size: 37px;
    margin-bottom: 0.4em;
    margin-top: 0.6em !important;
}
.container .body {
    position: relative;
    font-family: var(--defaultfontfamily2);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    color: var(--color-theme-1);
    font-size: 18px;
    width: 85vw;
    text-align: justify;
    left: 1.2em;
    max-width: 41em;
    text-transform: none;
    letter-spacing: 0.2px;
    font-size: 20px !important;
    text-align: left;
    color: rgb(115, 115, 115) !important;
}
.body {
    color: rgb(115, 115, 115) !important;
    text-transform: none !important;
    letter-spacing: 0.2px !important;
    font-size: 20px !important;
}
.container {
    position: relative;
    width: fit-content;
    height: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
}
.mir .divide {
    left: auto;
    right: 0;
}
.mir .head {
    left: auto;
    right: 0.7em;
    text-align: right;
    left: 46.78%;
}
.go {
    position: relative;
    width: 14em;
    height: 6em;
    background: var(--color-theme-1);
    color: rgb(255,255,255);
    border: 2px rgb(255, 255, 255) solid;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--defaultfontfamily2);
    font-size: 11px;
    font-weight: 400;
    border-radius: 4px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: sans-serif;
    font-size: 16px;
    background: black;
    border-radius: 5px;
    height: fit-content;
    width: fit-content;
    padding: 1em;
    text-transform: uppercase;
    background: rgb(49, 105, 155);
}
button {
    font-family: sans-serif !important;
    font-size: 16px !important;
    background: black !important;
    border-radius: 5px !important;
    height: fit-content !important;
    width: fit-content !important;
    padding: 1em !important;
    text-transform: uppercase !important;
    background: rgb(49, 105, 155) !important;
    letter-spacing: 0.5px !important;
}
.p2 {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 7em repeat(1, auto) 7em;
}
.h3 {
    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;
    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;
}
.container .body {
    width: 80vw !important;
}
.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;
}
.steps .cont .div {
    position: relative;
    background: var(--color-theme-1);
    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;
}
.p2 .wrapper {
    position: relative;
    width: 100%;
    grid-row: 2/2;
    height: fit-content;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(1, auto);
    grid-row-gap: 7em;
}
.mir .body {
    left: auto;
    right: 1.2em;
    text-transform: none;
    letter-spacing: 0.2px;
    font-size: 20px !important;
    text-align: right;
}
.hero .banner {
    position: relative;
    width: 100%;
    height: fit-content;
    text-align: center;
    grid-row: 2/2;
    margin: auto;
    top: 0;
    bottom: 0;
    position: relative;
}
.hero .head {
    position: relative;
    color: rgb(255, 255, 255);
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    height: fit-content;
    width: fit-content;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    font-size: 27px;
}
.hero .divider {
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 100px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    width: 80vw;
    height: 0.1em;
    max-width: 12em;
}
.hero .body {
    position: relative;
    color: rgb(255, 255, 255);
    font-family: var(--defaultfontfamily2);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    height: fit-content;
    width: 20em;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    font-size: 16px;
}
.p1 {
    height: 31em;
}
@media screen and (max-device-width: 481px) {
    .steps {
        grid-template-columns: 100%;
        grid-column-gap: 0;
        grid-row-gap: 4em;
        grid-template-rows: repeat(1, auto);
    }
    .steps .cont .body {
        position: relative;
        width: 80vw;
        font-family: var(--defaultfontfamily2);
        font-weight: 400;
        font-size: 17px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: var(--color-theme-1);
        text-align: center;
        height: fit-content;
    }
}
.display {
    min-height: 100%;
}
@media screen and (max-device-width: 1080px) {
    .hero .display {
        height: 100%;
    }
    .hero .head, .hero .body {
        width: 80%;
    }
}
.mir .head {
    left: auto;
    right: 0.7em;
    text-align: right;
    left: auto;
    margin-left: auto;
}
.mir .body {
    left: auto;
    right: 1.2em;
    text-align: justify;
    left: auto;
    margin-left: auto;
}
.h6 {
    line-height: 1.2em !important;
    height: fit-content !important;
}
.hero .banner .head, .hero .banner .body {
    color: var(--color-theme-1);
}
.hero .text-display {
    background: rgb(255, 255, 255);
}
.hero .divider {
    top: -.2em;
    background: var(--color-theme-1);
}
@media screen and (max-device-width: 663px) {
    .steps {
        position: relative;
        width: fit-content;
        height: fit-content;
        display: grid;
        grid-template-columns: repeat(1, auto) !important;
        grid-template-rows: repeat(1, auto) !important;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 0;
        grid-row-gap: 4em;
    }
    .steps .cont .body {
        position: relative;
        width: 80vw !important;
        max-width: 18em;
        font-family: var(--defaultfontfamily2);
        font-weight: 400;
        font-size: 19px !important;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: var(--color-theme-1);
        text-align: center;
    }
}
.mir .body {
    text-align-last: end;
}
@media screen and (max-device-width: 1080px) {
    .container .body {
        font-size: 14px !important;
        width: 80vw !important;
    }
    .container .head {
        font-size: 26px !important;
    }
    .h3, .h6, .plan .head {
        font-size: 20px !important;
    }
    .steps .cont .body {
        font-size: 16px !important;
    }
    .steps .cont .head {
        font-size: 50px !important;
    }
    .plans .body {
        font-size: 14px !important;
        font-weight: 500 !important;
        color: rgb(85, 85, 85) !important;
    }
}