@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    transition: all 0.5s ease-in;
    font-family: 'Montserrat', sans-serif;
}

section {
    margin: 1em 6.25em;
}

main {
    padding-top: 10%;
    /* background-image: url(../../img/BG_Computer.png);
    background-position: bottom;
    background-size: 173%;
    background-repeat: no-repeat;
    background-position: 1% 1%;
    background-blend-mode: normal;
    background-color: rgb(30, 33, 38); */
}

.details__main--info {
    gap: 2em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.details__description--description {
    color: white;
    font-size: 1em;
    text-align: left;
    font-weight: 400;
    line-height: 1.5em;
}

.details__section--image {
    transition: all 0.3s ease-in-out;
    margin: auto;
    margin-top: 0em;
    max-width: 360px;
    border-radius: 1em;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.details__main--info__content--list-item {
    color: white;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    text-align: left;
    padding-left: 24px;
    padding-bottom: 24px;
}

.details__main--info__content--list-item::marker {
    color: rgba(255, 75, 75, 1);
}

.details__other--illustration {
    width: 60%;
    gap: 2em;

    img {
        max-width: 100%;
    }
}

.details__other {
    display: flex;
    flex-direction: row;
    gap: 2em;
}

.details__title-bonuses {
    font-size: 32px;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    text-align: left;
    color: white;
    margin-bottom: 0;
    text-shadow: 0px 1px 14px rgba(232, 34, 39, 1);
    width: 100%;
    margin-bottom: 32px;
}

.details__main--info__content--title {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 2em;
    text-align: left;
}

.details__back {
    transition: gap 0.5s ease-in;
    display: inline-flex;
    color: rgba(161, 161, 162, 1);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    font-weight: 500;
    line-height: 2em;
    text-align: left;
    gap: 0;
}

.details__back:hover {
    cursor: pointer;
    gap: 0.25em;
    color: rgba(255, 75, 75, 1);
}

.details__back::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../../img/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    margin: auto;
}

@media (min-width: 768px) and (max-width: 1450px) {
    main {
        padding-top: 14%;
    }

    section {
        margin: 1em 3em;
        padding-bottom: 1.6em;
    }

    h3 {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    .header__description {
        font-size: 1em;
        line-height: 1.5em;
    }

    .details__main--info {
        flex-direction: row;
        justify-content: space-between;
    }

    .details__other {
        flex-direction: column;
    }

    .details__section--image {
        margin: auto;
        border-radius: 1em;
        object-fit: scale-down;
    }

    .details__main--info__content--list-item {
        font-size: 0.8em;
        line-height: 1.5em;
        padding-left: 12px;
        padding-bottom: 1em;
    }
}

@media (max-width: 768px) {
    main {
        padding-top: 24%;
    }

    section {
        margin: 1em 3em;
    }

    h3 {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    .header__description {
        font-size: 1em;
        line-height: 1.5em;
    }

    .details__main--info {
        flex-direction: column;
        justify-content: space-between;
    }

    .details__other {
        flex-direction: column;
    }

    .details__title-bonuses {
        font-size: 2em;
        text-align: center;
        line-height: 1;
        font-weight: 700;
        text-align: left;
        color: white;
        margin-bottom: 0;
        text-shadow: 0px 1px 14px rgba(232, 34, 39, 1);
        width: 100%;
        margin-bottom: 32px;
    }

    .details__section--image {
        margin: auto;
        max-width: 100%;
        width: 100%;
        border-radius: 1em;
        object-fit: scale-down;
    }

    .details__main--info__content--list-item {
        font-size: 0.8em;
        line-height: 1.3;
        margin-left: 1em;
        padding-left: 0.2em;
        padding-bottom: 1em;
        text-wrap-style: pretty;
    }

    .details__description--description {
        font-size: 0.8em;
        text-align: left;
    }

    .details__main--info__content--list {
        padding-left: 0;
    }

    .details__back {
        font-size: 0.7em;
    }

    .details__description {
        text-align: left;
        line-height: 1.3;
    }

    .section__hero__container {
        margin: 0;
    }
}