/* * {
    cursor: revert;
} */

body {
    background-color: #000;
    padding-top: 100px;
    /* background-image: none; */
    color: #fff;
}

body.protocol__body {
    background-size: 100% 800px;
    /* cursor: revert !important; */
}

.header::before {
    background-color: rgb(0 0 0 / 60%);
}

.protocol__content {
    padding-inline: 20px;
}

.protocol__content .container {
    max-width: 1000px;
}

.protocol__content section {
    margin-top: 150px;
    padding-inline: 30px;
}


.protocol__content .hero {
    margin-top: 100px;
    /* background: #111; */
    color: #fff;
    text-align: center;
    padding: 100px 30px;
}

.protocol__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
}

.hero .protocol__title {
    color: #fff;
}

.hero .protocol__subtitle {
    margin: 30px 0;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #ccc;
}

.hero__cta-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.hero__btn {
    padding: 10px 20px;
    border-radius: 2rem;

    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;

    transition: all 0.3s ease;
}

.hero__btn.primary {
    background: #E6A85D;
    color: #fff;
}

.hero__btn.primary:hover {
    background: #ce9651;
}

.hero__btn.secondary {
    background: #e6a85d25;
    color: #fff;
    border: 1px solid #E6A85D;
}

.hero__btn.secondary:hover {
    background: #f1c08336;
}




.protocol__content .intro {
    margin-top: 250px;
}

.protocol__title {
    color: #E6A85D;
    text-align: center;
}

.protocol__subtitle {
    margin: 20px 0;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}


.target__list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.target__list-item {
    position: relative;
    color: #fff;
    list-style: none;
    list-style-type: none;
    padding-left: 20px;

    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.target__list-item::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #E6A85D;
}



.protocol__list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.protocol__list-item {
    position: relative;
    color: #fff;
    list-style: none;
    list-style-type: none;
    padding-left: 40px;

    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.protocol__list-item::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    width: 35px;
    height: 35px;
    background-image: url('../images/svg/icons8-check.svg');
    background-size: contain;
    background-position: center center;
}

.access__list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.access__list-item {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
}

.access__list-item a {
    color: #0059ff;
}

.protocol__quote {
    margin-bottom: 200px;
}

.protocol__quote blockquote {
    background: #eeeeee1f;
    padding: 40px 30px;
    border-left: 4px solid #E6A85D;

    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}




.footer {
    background-color: rgb(0 0 0 / 90%);
    padding-block: 100px;
    color: #fff;
    border-top: 2px solid #e6a85d00;
    /* border-top: 2px solid #e6a85d6c; */
}

.footer__column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    gap: 40px;

}

.footer__column.footer__home-column {
    justify-items: start;
    margin-bottom: 70px;
}

.footer__menu-title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.footer__menu-box {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__menu-item {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #f8f8f8;
    text-decoration: none;
}

.footer__bottom__2 {
    width: 100%;
    margin-top: 60px;
}

.footer__bottom-text__2 {
    max-width: 600px;
    margin-inline: auto;

    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff85;
    text-align: center;
}


@media (max-width: 1024px) {
    body {
        padding-top: 75px;
    }

    body.protocol__body {
        background-size: 100% 650px;
    }

    .protocol__content section {
        margin-top: 60px;
    }

    .protocol__content .hero {
        margin-top: 30px;
    }

    .protocol__quote {
        margin-bottom: 100px;
    }
}

@media (max-width: 920px) {
    .footer__column {
        justify-items: start;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 50px;
    }
}

@media (max-width: 768px) {
    .protocol__title {
        text-align: left;
    }

    .protocol__subtitle {
        text-align: left;
    }

    .target__list {
        align-items: start;
    }

    .protocol__list {
        align-items: start;
    }

    .access__list {
        align-items: start;
    }

    body.protocol__body {
        background-size: 100% 530px;
    }

    .protocol__content section {
        padding-inline: 0;
    }

    .protocol__content .hero {
        padding: 70px 30px;
    }

    .hero .protocol__subtitle {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }

    .hero .protocol__title {
        text-align: center;
    }

    .protocol__title {
        font-size: 25px;
        line-height: 30px;
        /* text-align: left; */
    }

    .protocol__subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .target__list-item {
        font-size: 15px;
        line-height: 21px;
    }

    .hero__btn {
        font-size: 18px;
        line-height: 25px;
    }

    .protocol__list-item {
        font-size: 15px;
        line-height: 21px;
        padding-left: 30px;
    }

    .protocol__list-item::before {
        width: 24px;
        height: 24px;
    }

    .access__list-item {
        font-size: 14px;
    }


    .footer__column {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 50px;
    }

    .footer__menu-box {
        gap: 15px;
    }

    .footer__bottom-text__2 {
        margin: 0;
        text-align: left;
    }
}


@media (max-width: 620px) {
    .hero__cta-btns {
        flex-direction: column;
        gap: 10px;
    }

    .footer__column {
        grid-template-columns: repeat(1, 1fr);
    }
}