@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');


html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    color: #ffffffe7;
    line-height: 32px;
}

.container {
    max-width: 1240px;
    margin: auto;
}

a {
    text-decoration: none;
    color: white;
}

.--btn {
    text-transform: uppercase;
    background: linear-gradient(180deg, #f52424, #660000);
    border-radius: 40px;
    padding: 20px 60px;
    position: relative;
    height: fit-content;
    width: fit-content;
    cursor: pointer;
    transition-duration: 0.3s;
    display: flex;
    justify-content: center;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.165em;
    color: white;
    text-shadow: 0px 1.59195px 3.18391px rgba(0, 0, 0, 0.59);
}

.--btn:hover {
    filter: drop-shadow(5px 5px 10px #ea121282);
}

.--title {
    display: block;
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
}

.--title span {
    background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.--inner {
    background: rgba(255, 255, 255, 0.737);
    padding: 90px 50px;
}

.main--outer {
    background-image: url('../img/banner-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.first--inner {
    background: url(../img/main-bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100vh;
}

.first--block {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.795);
    padding: 70px 40px;
}

.first--title {
    margin-bottom: 30px;
}

.first--desc {
    margin-bottom: 30px;
}

.benefits--list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    row-gap: 60px;
}

.benefits--item {
    box-shadow: 0px 6px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background-color: #7a0000bf;
    padding: 20px 20px;
    display: flex;
    gap: 20px;
}

.benefits--icon {
    border-radius: 10px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    background: linear-gradient(168.62deg, #ccc000 2.08%, rgb(73 0 0 / 44%) 96.46%);
}

.benefits--icon span {
    color: white;
    font-size: 30px;
}

.zest--inner {
    background: rgba(0, 0, 0, 0.814);
}

.zest--block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.zest--title {
    margin-bottom: 50px;
}

.zest--desc {
    margin-bottom: 50px;
}

.zest--image img {
    width: 100%;
}

.rules--title {
    margin-bottom: 50px;
}

.rules--subtitle {
    margin-bottom: 50px;
}

.rules--list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    row-gap: 40px;
}

.rules--item {
    padding: 20px 20px 10px;
    background: linear-gradient(#35082B, #35082B) padding-box, linear-gradient(to right, #E4A91B, #F88021) border-box;
    border-radius: 0.5em;
    border: 1px solid transparent;
    transition: all 0.4s;
}

.rules--image {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 30px;
    overflow: hidden;
}

.rules--image img {
    width: 178%;
}

.rules--value {
    text-align: center;
}

.rules--name {
    background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 700;
}

.rules--inner {
    background: rgb(56 0 0 / 88%);
}

.slider--item {
    margin: 0 30px;
    padding: 30px;
    background-color: var(--banner-color);
    padding: 30px 30px;
    text-align: center;
    background: linear-gradient(#35082B, #35082B) padding-box, linear-gradient(to right, #E4A91B, #F88021) border-box;
    border-radius: 0.5em;
    border: 1px solid transparent;
    transition: all 0.4s;
}

.slider--name {
    border-radius: 10px;
    padding: 10px 10px;
    text-align: center;
    margin: 0 auto 20px;
    transition: all 0.3s;
    background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%), #FFFFFF;
    color: black;
    font-size: 22px;
    font-weight: 700;
}

.slick-next:before, .slick-prev:before {
    color: black;
}

.place--inner {
    background: rgba(0, 0, 0, 0.793);
}

.place--title {
    text-align: center;
    margin-bottom: 50px;
}

.place--desc {
    margin-bottom: 50px;
    text-align: center;
}

.place--list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    row-gap: 70px;
}

.place--image {
    margin-bottom: 40px;
}

.place--image img {
    width: 100%;
}

.place--name {
    background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}

.place--text {
    margin-bottom: 30px;
}

.place--button {
    width: 100%;
    padding: 20px 0;
}

.faq--inner {
    background: rgb(35 17 17 / 74%);
}

.faq--block {
    display: grid;
    grid-template-columns: 1.5fr 0.5fr;
    gap: 60px;
}

.faq--title {
    margin-bottom: 40px;
}

.faq--item {
    background: linear-gradient(#35082B, #35082B) padding-box, linear-gradient(to right, #E4A91B, #F88021) border-box;
    border-radius: 0.5em;
    border: 1px solid transparent;
    margin-bottom: 30px;
    padding: 25px;
}

.faq--q {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 700;
}

.faq--image img {
    width: 100%;
}

.details--inner {
    background: rgb(255 255 255 / 93%);
}

.details--title {
    color: black;
    margin-bottom: 30px;
}

.details--desc {
    margin-bottom: 30px;
    color: black;
}

.details--list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
    row-gap: 25px;
    margin-bottom: 30px;
}

.details--item {
    padding: 20px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    background: antiquewhite;
    border: solid 2px black;
    border-radius: 20px;
    color: black;
    font-weight: 700;
}

.text--inner {
    background: rgba(255, 255, 255, 0.871);
}

.text--title {
    color: black;
}

.text--text {
    color: black;
}

.text--title {
    margin-bottom: 40px;
}

.footer--inner {
    background: black;
    padding: 20px 0;
}

.footer--block {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer--logo {
    width: 200px;
}

.footer--logo img {
    width: 100%;
}

.bonus--block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    row-gap: 30px;
    background: rgba(255, 255, 255, 0.668);
    padding: 60px 40px;
    border-radius: 15px;
    align-items: center;
}

.bonus--inner {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.132)), url(../img/coins.jpg);
    background-size: cover;
    background-position: center;
}

.bonus--text {
    font-size: 35px;
    text-transform: uppercase;
    color: black;
    font-weight: 700;
    line-height: 140%;
}

.third_item {
    margin-left:auto;
    margin-right:auto;
}

@media(max-width: 900px) {

    html,
    body {
        font-size: 16px;
    }

    .container {
        padding: 0 20px;
    }

    .--title {
        font-size: 28px;
        line-height: 32px;
    }

    .--btn {
        width: 100%;
        padding: 30px 0;
        font-size: 14px;
    }

    .--inner {
        padding: 40px 20px;
    }

    .benefits--list {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .zest--block {
        grid-template-columns: 1fr;
    }

    .rules--list {
        grid-template-columns: 1fr;
    }

    .slider--item {
        margin: 0;
    }

    .place--list {
        grid-template-columns: 1fr;
    }

    .details--list {
        grid-template-columns: 1fr 1fr;
    }

    .footer--block {
        flex-direction: column;
    }

    .bonus--block {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .bonus--text {
        zoom: 0.7;
        text-align: center;
    }
}

