/* Slots and games */

.row1 {
    padding-bottom: 40px;
}

.row2 {
    padding: 40px 0;
}

.darker {
    background-color: #EBECFD;
}

.introContainer {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

.gameTitle {
    text-align: center;
    margin: 0 auto;
}

.gameTitle h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0;
}

.gameTitle a {
    background: #FF02CC;
    padding: 7.3px 24px;
    font-weight: 900;
    font-size: 13px;
    line-height: 17px;
    border-radius: 4.86487px;
    color: #fff;
}

.gameInfoTable {
    width: 400px;
    background-color: #EBECFD;
}

.gameInfoTable tbody tr td {
    padding: 3px 10px;
}

.gameInfoTable tbody tr td {
    border-bottom: 2px solid #F8F8FE;
}

.gameInfoTable tbody tr:last-child td {
    border-bottom: 0;
}

.gameInfoTable tbody tr td {
    font-size: 16px;
    line-height: 44px;
    color: #2F2F32;
}

.gameInfoTable tbody tr td:first-child {
    font-weight: 700;
}

/* Content text */

.gamesContainer {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}

.gamesItem h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}

.gamesItem p {
    font-size: 16px;
    line-height: 19px;
}

/* Faq */

.faq-title {
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
}

.faq-title h3 {
    margin: 0 0 20px 0;
}

.faq-list {
    max-width: 1016px;
    margin: auto;
    padding: 0 16px;
}

.faq-item {
    padding: 24px;
    background-color: #FFFFFF;
    margin-bottom: 8px;
}

.faq-item__opened .faq-item__description {
    display: block;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item__head {
    display: flex;
    justify-content: space-between;
}

.faq-item__title {
    width: calc(100% - 32px);
    font-weight: 900;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #2F2F32;
}

.faq-item__description {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    font-family: 'Poppins', 'Red Hat Display', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #2F2F32;
}

.faq-item__description p {
    margin: 16px 0 0 0;
}

.faq-item__icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.faq-item__icon--plus {
    background-image: url("../Images/icons/icon-accordian-plus.svg");
}

.faq-item__icon--minus {
    background-image: url("../Images/icons/icon-accordian-minus.svg");
}

/* Slider */

.sliderWrap {
    width: 100%;
    display: inline-flex;
    align-items: center;
}

.slider {
    position: relative;
    width: 500px;
    height: 300px;
    overflow: hidden;
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-dots .slick-active button {
    background-color: #0B71F0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    padding: 5px;
    cursor: pointer;
    color: #0B71F0;
    border: 0;
    outline: none;
    background: #fff;
}

.slick-slide {
    width: 460px;
}

#cookieNotificationScreen {
    text-align: center;
    padding: 20px;
}

.top-bar + .slots-list,
.top-bar + .slots-category {
    padding: 0 0 40px 0;
}

.slots-list .container,
.slots-category .container {
    max-width: 1142px;
    min-width: 320px;
    padding: 0 16px;
}

.slots-list .title {
    padding: 0;
}

.slots-list__latest {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.slots-list__default {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.slots-list__latest .bs-game {
    min-width: 160px;
    min-height: 220px;
    width: auto;
    height: auto;
}

.slots-list__latest .bs-game:first-child {
    grid-area: 1/1/-1/3;
}

.slots-category__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: auto;
}

@media only screen and (max-width: 1160px) {
    .slots-list__latest .bs-game {
        width: 160px;
        height: 220px;
    }

    .slots-category__list {
        max-width: 920px;
    }

    .top-bar + .slots-list {
        padding: 0 0 16px 0;
    }

    .slots-list {
        padding: 16px 0;
    }

    .slots-list .container {
        padding: 0;
    }

    .slots-list .title {
        padding: 0 16px;
    }

    .slots-list__latest,
    .slots-list__default {
        width: 100%;
        display: flex;
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding: 0 16px;
    }
}

@media only screen and (max-width: 970px) {
    .slots-category__list {
        max-width: 730px;
        gap: 24px;
    }

    .slots-list__latest,
    .slots-list__default {
        gap: 24px;
    }
}

@media only screen and (max-width: 780px) {
    .slots-category__list {
        max-width: 540px;
    }
}

@media only screen and (max-width: 744px) {
    .top-bar + .slots-list {
        padding: 12px 0 16px 0;
    }

    .slots-list__latest,
    .slots-list__default {
        gap: 16px;
    }
}

@media only screen and (max-width: 680px) {
    .top-bar + .slots-list {
        padding: 0 0 16px 0;
    }
}

@media only screen and (max-width: 590px) {
    .slots-category__list {
        max-width: 350px;
        gap: 14px;
    }

    .slots-category__list .bs-game {
        width: calc(50% - 8px);
        height: 55vmin;
    }
}

/* Media queries */

@media only screen and (max-width: 1024px) {
    .slider {
        height: auto;
    }
    .sliderWrap {
      width: auto;
      flex-direction: column;
    }
    .gameInfoTable {
        height: 100%;
    }
    .gameTitle {
        width: 100%;
        margin: unset;
        text-align: center;
    }
    .slick-slide {
        width: auto;
    }
}

@media only screen and (max-width: 875px) {
    .slider {
        width: 330px;
    }
    .slick-dots li button {
        width: 12px;
        height: 12px;
    }
    .slick-dots li {
        width: 15px;
    }
}

@media only screen and (max-width: 730px) {
    .introContainer {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 0;
    }
    .gamesContainer {
        margin-top: 0;
    }
    .sliderWrap {
        align-items: center;
        margin-bottom: 30px;
    }
    .gameInfoTable,
    .slider {
        width: 100%;
    }
    .gameTitle {
        text-align: center;
    }
    .faq-item__title {
        font-size: 14px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 480px) {
    .introContainer {
        padding: 0;
        margin-top: -13px;
    }
    .gamesContainer {
        padding: 10px 28px 25px 10px;
    }
    .sliderWrap {
        margin-bottom: 0;
    }
    .gameTitle {
        margin-top: 20px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .faq-item__description p {
        font-size: 14px;
    }
    .title {
        font-size: 16px;
        line-height: 21px;
    }
    .gamesItem p {
        font-size: 14px;
        line-height: 19px;
    }
}