:root {
    --custom-primary-color: #a855f7;
    --custom-primary-color-dark: #9333ea;
    --custom-secondary-color: #ca8a04;
    --custom-text-dark: #1f2937;
    --custom-text-light: #6b7280;
    --custom-extra-light: #F5F5F6;
    --max-width: 1600px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.heroc {
    /* height: 95vh; */
    text-align: justify;
    padding: 0;
    background-color: #F5F5F6;
}

.heroc .section__container {
    /* min-height: 100vh; */
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    background-color: #F5F5F6;
    height: 90%;
    padding: 5rem;
    border-radius: 2rem;
    place-items: center;
}

.heroc .section__containerB {
    /* min-height: 100vh; */
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
    background-color: #F5F5F6;
    height: 90%;
    padding: 5rem;
    border-radius: 2rem;
    place-items: center;
}

.heroc .section__container .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.heroc .section__container .content .subtitle {
    letter-spacing: 2px;
    color: var(--custom-text-light);
    font-weight: 400;
    margin-bottom: 0.5rem;
    font-size: 3rem;
}

.heroc .section__container .content .title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 5rem;
    color: var(--custom-text-dark);
    margin-bottom: 1rem;
}

.heroc .section__container .content .title span {
    font-weight: 600;
}

.heroc .section__container .content .action__btns {
    display: flex;
    gap: 1rem;
}

.heroc .section__container .content .action__btns button {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 1rem 2rem;
    outline: none;
    border: 2px solid #8A241B;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.heroc .section__container .content .action__btns .buynow {
    background-color: #8A241B;
    color: #ffffff;
}

.heroc .section__container .content .action__btns .buynow:hover {
    background-color: #8A241B;
}

.heroc .section__container .image {
    display: grid;
    place-items: center;
}

.heroc .section__container .image img {
    /* width: min(25rem, 90%); */
    border-radius: 100%;
}

@media (width < 750px) {
    .heroc .section__container {
        /* padding: 10rem 1rem 5rem 1rem; */
        text-align: left;
        grid-template-columns: repeat(1, 1fr);
    }

    .heroc .section__container .image {
        grid-area: 1/1/2/2;
    }

    .heroc .section__container .content .action__btns {
        margin: auto;
    }
}

@media (width < 750px) {
    .container .col {
        grid-area: 1/1/2/2;
    }

    .blog .row {
        display: contents;
        padding: 50px;
    }

    .mblog {
        padding: 0 3rem;
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .container {
        /* padding: 10rem 1rem 5rem 1rem; */
        text-align: left;
        grid-template-columns: repeat(1, 1fr);
    }

    .heroc .section__container .content .subtitle {
        letter-spacing: 1px;
        color: var(--custom-text-light);
        font-weight: 400;
        margin-bottom: 0.5rem;
        font-size: 1rem;
    }

    .heroc .section__container .content .title {
        font-size: 1.8rem;
        font-weight: 800;
        line-height: 2rem;
        color: var(--custom-text-dark);
        margin-bottom: 1rem;
    }
}

.action__email input {
    width: 100%;
    height: 5rem;
    font-size: 1.5em;
    margin-bottom: 1rem;
    border-radius: 1rem;
    border: 2px solid #8A241B;
    padding: 10px;
}

/* .point__section {

    list-style-type: disc;
    margin-left: 0in;
} */
.apple {
    list-style-type: disc;
    list-style: circle;
}

li::before {
    content: "•";
    margin-right: 20px;
    line-height: 3rem;
}

.container__team {
    max-width: 120rem;
    padding: 0 3rem;
    margin: auto;
}

.team {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 7rem 4rem;
    padding-top: 4rem;
}

.teamtop {
    justify-content: center;
    padding: 2rem;
    border-radius: 10rem;
}

.teamtop img {
    border-radius: 13rem;
    height: 240px;
    width: 240px;
    margin: 0 auto;
}

.teamborder {
    border: none;
}

ul {
    font-size: 1.6rem;
}

.evalid {
    /* color: rgb(138 36 27) !important; */
    font-weight: bold !important;
    font-style: italic !important;
    text-align: left !important;
}