@font-face {
    font-family: "Teachers";
    src: url('/assets/fonts/Teachers-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Chivo";
    src: url('/assets/fonts/Chivo-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


* {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p,
span,
a,
ul,
li {
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

::-webkit-scrollbar {
    width: 0;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    overflow-clip-margin: content-box;
    overflow: clip;
}

body {
    margin: 0;
    padding: 0;
    background-color: #310a0a;
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-size: 23px;
    line-height: 140%;
    color: #fff;
    font-family: Teachers, sans-serif;
}

span {
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
}

div {
    display: block;
    unicode-bidi: isolate;
}

main {
    display: block;
}

form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}

.container {
    max-width: 1295px;
    width: 100%;
    margin: 0 auto;
}

/* decor */

.coin-1 {
    width: 80px;
    height: 64px;
    aspect-ratio: 5/4;
    position: absolute;
    right: 177px;
    top: 3210px;
}

.coin-2 {
    width: 126.535px;
    height: 101.228px;
    aspect-ratio: 126.53/101.23;
    position: absolute;
    right: 15px;
    top: 2940px;
}

.coin-3 {
    width: 83.745px;
    height: 66.996px;
    aspect-ratio: 83.75/67;
    position: absolute;
    left: 141px;
    top: 3240px;
}

.coin-4 {
    width: 141px;
    height: 113px;
    position: absolute;
    left: -15.711px;
    top: 2970.453px;
}

.coin-5 {
    width: 48.63px;
    height: 38.904px;
    aspect-ratio: 48.63/38.9;
    position: absolute;
    left: 217px;
    top: 3015px;
}

.coin-6 {
    width: 48.63px;
    height: 38.904px;
    aspect-ratio: 48.63/38.9;
    position: absolute;
    right: 248.434px;
    top: 2892px;
}

/* decor */

/* header */

.header {
    padding: 8px 0;
    background: #310a0a;
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    display: flex;
    max-width: 273px;
    align-items: center;
    flex-shrink: 0;
}

.header__logo-link {
    width: 63px;
    height: 45px;
    flex-shrink: 0;
}

.header__logo-img {
    width: 63px;
    height: 45px;
    flex-shrink: 0;
}

.header__logo-text {
    color: #FF3131;
    text-align: center;
    font-family: Chivo;
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.header__menu {
    display: flex;
    align-items: center;
    gap: 52px;
}

.header__menu-link {
    color: #fff;
    text-align: center;
    font-family: Teachers;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.menu_block {
    display: none;
}

.close_menu {
    display: none;
    background: none;
    padding: 0;
    width: 32px;
    height: 32px;
    border: none;
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.toggle-menu {
    width: 30px;
    height: 20px;
    flex-shrink: 0;
    display: none;
    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
}

.toggle-menu__img {
    width: 30px;
    height: 20px;
}

.menu_block.active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 30px 0 0 30px;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.menu_block.active ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.menu_block.active li {
    margin-bottom: 10px;
}

.menu_block.active a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.form_popup.click-active {
    display: flex;
    justify-content: center;
    align-items: center;
}

body.menu-open {
    overflow: hidden;
}

/* header */

/* footer */

.footer {
    display: flex;
    padding: 60px 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    background: #310a0a;
    color: #fff;
    font-family: Teachers;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer__links {
    display: flex;
    margin-top: 8px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.footer__link {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.footer__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.footer__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.list-special {
    display: flex;
    flex-direction: row;
}

.item-special {
    width: 50%;
}

.item-special-link {
    max-width: 633px;
}

/* footer */

/* containers */

.heading__content {
    max-width: 797px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.what-is-a-social-casino__container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.social-casino-stories__container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.social-casino-stories__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

.features-of-social-casinos__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.pros-and-cons-of-social-online-casinos__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

.social-online-casinos__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.game__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

.game__iframe {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1076px;
    height: 422px;
    border: none;
    border-radius: 20px;
}

/* containers */

/* content */

.what-is-a-social-casino__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

.pros-and-cons-of-social-online-casinos__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.pros-and-cons-of-social-online-casinos-item {
    display: flex;
    max-width: 782px;
    align-items: flex-start;
    gap: 32px;
}

.social-online-casinos__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1088px;
}

/* content */

/* ul - li */

.what-is-a-social-casino__list {
    display: flex;
    width: 100%;
    gap: 24px;
}

.what-is-a-social-casino__item {
    display: flex;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    gap: 12px;
    border-radius: 10px;
    background: #310a0a;
    box-shadow: 0px 0px 12px 0px #FF313147;
}

.casinos-special-item-container {
    width: 100%;
}

.casinos-special-item-list {
    width: 50%;
}

.casinos-special-item {
    width: 100%;
    max-width: 100%;
}

/* cards games */

.cards {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.card {
    display: flex;
    width: 305px;
    height: 308px;
    padding: 10px 8px;
    align-items: flex-end;
    flex-shrink: 0;
    border-radius: 10px;
}

.card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    width: 100%;
}

.card__title {
    color: #fff;
    font-family: Chivo;
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.card__container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.but_purple {
    display: flex;
    width: 148px;
    height: 40px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #FF3131;
    transition: opacity 0.3s ease-in-out;
    color: #fff;
    font-family: Teachers;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
}

.but_purple:hover {
    opacity: 0.8;
}

.card__button {
    display: flex;
    width: 64px;
    height: 40px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: radial-gradient(19.73% 65.42% at 54.69% 50%,
            #ff009a 0%,
            #b31976 100%);
    cursor: pointer;
}

.card__button:hover {
    opacity: 0.8;
}

.card__button-icon {
    display: block;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
}

/* cards games */

/* popup game */

.popupgame {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.popupgame.active {
    opacity: 1;
    visibility: visible;
}

.popupgame.active .popupgame__iframe {
    opacity: 1;
}

.popupgame__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.popupgame__content {
    overflow: auto;
    border: 1px solid #a992c8;
    border-radius: 10px;
    padding: 30px;
    width: 1240px;
    position: relative;
    z-index: 2;
    margin: auto;
    background: linear-gradient(180deg, #6b96f4 0%, #3357a6 100%);
}

.popupgame__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.popupgame__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mb-10:not(:last-child) {
    margin-bottom: 10px;
}

.popupgame__top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popupgame__top-left span {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tx-36-20 {
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    font-family: Chivo;
}

.popupgame__exit {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background-color: transparent;
    cursor: pointer;
}

@media (any-hover: hover) {
    .popupgame__exit:hover {
        opacity: 0.5;
    }
}

.popupgame__exit:focus-visible {
    opacity: 0.5;
}

.popupgame__exit:active {
    opacity: 0.5;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.popupgame__iframe {
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 600px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out 0.5s;
    transition: opacity 0.3s ease-in-out 0.5s;
}

.popupgame.active .popupgame__iframe {
    opacity: 1;
}

@media (max-width: 991px) {
    .popupgame__iframe {
        height: 500px;
    }
}

@media (max-width: 600px) {
    .popupgame__iframe {
        height: 400px;
    }
}

/* popup game */

.what-is-a-social-casino__item-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.li-text-21 {
    color: #fff;
    font-family: Chivo;
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.li-text-17 {
    color: #fff;
    font-family: Teachers;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.text-16 {
    color: #fff;
    text-align: center;
    font-family: Teachers;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.what-is-a-social-casino__item-icon {
    display: block;
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
}

.social-casino-stories__list {
    display: flex;
    gap: 24px;
    align-self: stretch;
}

.social-casino-stories__item {
    display: flex;
    width: 306px;
    padding: 20px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 10px;
    background: #1f1c53;
}

.social-casino-stories__item-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.purple {
    color: #FF3131;
    font-family: Chivo;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.large-text {
    color: #fff;
    font-family: Teachers;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.text-17 {
    font-size: 16px;
}

.features-of-social-casinos__list {
    display: flex;
    gap: 24px;
    align-self: stretch;
}

.features-of-social-casinos__item {
    display: flex;
    width: 306px;
    padding: 20px;
    flex-direction: column;
    gap: 11px;
    border-radius: 10px;
    background: rgba(10, 8, 38, 0.7);
    box-shadow: 0px 0px 12px 0px #FF313147;
}

.special-item-width {
    width: 100%;
}

.special-text-width {
    text-align: start;
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
}

.features-of-social-casinos__item-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.pros-and-cons-of-social-online-casinos-item-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.special-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.special-list {
    list-style-position: inside;
}

.special-list-item {
    list-style: disc;
    list-style-position: inside;
}

.pros-and-cons-of-social-online-casinos-item-list-item {
    display: flex;
    padding: 16px 18px;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    background: #1f1c53;
}

.pros-and-cons-of-social-online-casinos-item-list-item-icon {
    display: block;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
}

.social-online-casinos__list {
    display: flex;
    padding: 10px 0px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
    background: #1f1c53;
}

.social-online-casinos__item {
    width: 33%;
    text-align: center;
}

.social-online-casinos__list-two {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.social-online-casinos__item-two {
    width: 100%;
    display: flex;
}

.social-online-casinos__item-two-list {
    display: flex;
    padding: 10px 0px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: #310a0a;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.social-online-casinos__item-two-list-item {
    text-align: center;
    width: 33%;
}

/* ul - li */

.social-online-casinos__table {
    max-width: 1088px;
    width: 100%;
}

.social-online-casinos__table-thead-tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #1f1c53;
    padding: 10px 0px;
    width: 100%;
}

.social-online-casinos__table-thead-tr-th {
    color: #fff;
    text-align: center;
    font-family: Chivo;
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    width: 33%;
}

.social-online-casinos__table-tbody-tr {
    display: flex;
    padding: 10px 0px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: #310a0a;
}

.social-online-casinos__table-tbody-tr-td {
    width: 33%;
    text-align: center;
    color: #fff;
    font-family: Teachers;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* popup */

.popup-container-cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.popup-container {
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.popup-special-age {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #310a0a;
}

.popup-cookie {
    padding: 20px;
    display: flex;
    max-width: 865px;
    height: 180px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    background: #310a0a;
}

.popup-age {
    display: flex;
    width: 496px;
    height: 206px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-title {
    color: #fff;
    font-family: Teachers;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.popup-text {
    font-family: Teachers;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.popup-text-special {
    text-align: center;
}

.popup-buttons {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.age_buttons {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.accept {
    display: flex;
    height: 40px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    color: #fff;
    background: #ff009a;
    font-family: Teachers;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    cursor: pointer;
}

.button18 {
    display: flex;
    height: 40px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    color: #fff;
    background: #ff009a;
    font-family: Teachers;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    cursor: pointer;
}

.button-cookie {
    display: flex;
    height: 40px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FF3131;
    color: #fff;
    font-family: Teachers;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
}

.button_no {
    display: flex;
    height: 40px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FF3131;
    color: #fff;
    font-family: Teachers;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
}

/* popup */

/* sections */

.heading {
    position: relative;
    padding: 124px 0 152px;
    background-image: url('/assets/images/photo1.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.heading__container {
    position: relative;
    z-index: 2;
}

.heading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(270deg,
            rgba(10, 8, 38, 0) 30.83%,
            #310a0a 86.16%);
}

.padding-section {
    padding: 60px 0;
}

.game-padding {
    padding: 30px 0 20px;
}

.frequently-asked-questions {
    padding: 60px 0;
}

.frequently-asked-questions__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

.features-of-social-casinos {
    background: linear-gradient(0deg,
            rgba(10, 8, 38, 0.41) 0%,
            rgba(10, 8, 38, 0.41) 100%),
        url('/assets/images/photo2.webp') lightgray 50% / cover no-repeat;
}

/* sections */

/* h1-h2-title */

.h1-title-heading {
    color: #fff;
    font-family: Chivo;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.h1-title {
    color: #fff;
    font-family: Chivo;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.special-h1 {
    color: #ffb648;
}

.h2-title {
    color: #fff;
    text-align: center;
    font-family: Chivo;
    font-size: 53px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.start {
    display: flex;
    text-align: start;
}

/* h1-h2-title */

/* text */

.text {
    color: #fff;
    font-family: Teachers;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.text-23 {
    color: #fff;
    font-family: Chivo;
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.special-text-23 {
    color: #fff;
    font-family: Teachers;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.game-text {
    color: #fff;
    font-family: Teachers;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

/* text */

.heroes-image {
    width: 382px;
    height: 382px;
    aspect-ratio: 1/1;
    background-color: #310a0a;
}

/* accordion */

.accordion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.accordion__item {
    display: flex;
    padding: 10px;
    width: 635px;
    justify-content: space-between;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
}

.accordion__item-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.accordion__text {
    color: #fff;
    font-family: Teachers;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.accordion__item-description {
    background-color: #310a0a;
    overflow: hidden;
    will-change: max-height;
    visibility: hidden;
}

.accordion__item.active .accordion__item-description {
    visibility: visible;
}

.accordion__description-text {
    color: #fff;
    text-align: flex-start;
    font-family: Teachers;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-top: 5px;
}

.accordion__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background: #1f1c53;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    will-change: transform;
}

.accordion__button-icon {
    width: 14px;
    height: 14px;
    transition: width 0.3s, height 0.3s;
}

.accordion__button-icon.active .accordion__button-icon {
    width: 14px;
    height: 2px;
}

.plus {
    display: block;
}

.accordion__item.active .plus {
    display: none;
}

.minus {
    display: none;
    width: 14px;
    height: 2px;
}

.accordion__item.active .minus {
    display: block;
}

.pros-and-cons-of-social-online-casinos-item-list-one {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* accordion */

.title-center {
    text-align: center;
}

@media (max-width: 1680px) {
    .coin {
        display: none;
    }
}

@media (max-width: 1440px) {
    .heading {
        padding: 65px 24px 84px;
    }
}

@media (max-width: 1315px) {
    .cards {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .what-is-a-social-casino__list {
        flex-wrap: wrap;
    }

    .social-casino-stories__list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header {
        padding: 8px 24px;
    }

    .features-of-social-casinos__list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pros-and-cons-of-social-online-casinos-item {
        flex-wrap: wrap;
        display: flex;
    }

    .pros-and-cons-of-social-online-casinos__content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .casinos-special-item-list {
        width: 100%;
    }

    .game-padding {
        padding: 9px 24px 27px;
    }

    .description-padding {
        padding: 0px 24px;
    }

    .padding-section {
        padding: 30px 24px;
    }

    .footer {
        padding: 30px 24px;
    }
}

@media (max-width: 1280px) {
    .tx-36-20 {
        font-size: 30px;
    }

    .popupgame__content {
        padding: 30px 20px;
        width: 95%;
    }

    .item-special {
        width: 50%;
    }

    .what-is-a-social-casino__container {
        gap: 16px;
    }

    .h2-title-start {
        text-align: start;
    }

    .li-text-21 {
        font-size: 21px;
    }

    .li-text-17 {
        font-size: 17px;
    }

    .what-is-a-social-casino__item-icon {
        width: 40px;
        height: 40px;
    }

    .what-is-a-social-casino__container {
        justify-content: center;
        align-items: center;
    }

    .what-is-a-social-casino__list {
        justify-content: center;
        align-items: center;
    }

    .what-is-a-social-casino__item {
        max-width: 328px;
        height: 100%;
        padding: 16px;
    }
}

@media (max-width: 1100px) {
    /* header */

    .h1-title {
        font-size: 23px;
    }

    .text {
        font-size: 20px;
    }

    .game-text {
        font-size: 19px;
    }

    .close_menu {
        display: block;
    }

    .toggle-menu {
        display: block;
    }

    .header__menu {
        display: none;
    }

    .menu_block.active a {
        color: #fff;
    }

    .header__logo-text {
        font-size: 16px;
    }

    .header__logo-link {
        width: 29px;
        height: 21px;
    }

    .header__logo-img {
        width: 29px;
        height: 21px;
    }

    .header {
        padding: 8px 24px;
    }

    .heading__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* header */

    .text-16 {
        font-size: 16px;
    }

    .game__iframe {
        width: 760px;
        height: 300px;
        flex-shrink: 0;
    }
}

@media (max-width: 780px) {
    .heading {
        background-position: center;
    }
}

@media (max-width: 768px) {
    .frequently-asked-questions {
        padding: 30px 24px;
    }

    .text-23 {
        font-size: 23px;
    }

    .accordion__item {
        width: 325px;
    }

    .h2-title {
        font-size: 22px;
    }

    .accordion__text {
        text-align: center;
    }

    .purple {
        font-size: 30px;
    }

    .social-casino-stories__item-list {
        gap: 8px;
    }

    .game__iframe {
        width: 500px;
        height: 300px;
        flex-shrink: 0;
    }

    .popup-cookie {
        width: 327px;
        height: 197px;
        padding: 10px;
    }

    .popup-title {
        font-size: 20px;
    }

    .popup-text {
        font-size: 14px;
    }

    .popup-age {
        width: 328px;
        height: 215px;
    }

    .center {
        text-align: center;
    }
}

@media (max-width: 680px) {
    .popupgame__content {
        padding: 20px 10px;
    }

    .heroes-image {
        height: 326px;
        width: 326px;
        aspect-ratio: 1/1;
    }

    .pros-and-cons-of-social-online-casinos__container {
        gap: 16px;
    }

    .pros-and-cons-of-social-online-casinos-item {
        gap: 16px;
    }

    .pros-and-cons-of-social-online-casinos__content {
        gap: 24px;
    }

    .social-online-casinos__table-thead-tr-th {
        font-size: 21px;
    }

    .social-online-casinos__table-tbody-tr {
        gap: 8px;
    }
}

@media (max-width: 510px) {
    .game__iframe {
        width: 327px;
        height: 128px;
        flex-shrink: 0;
    }
}

@media (max-width: 480px) {
    .heading {
        background-image: url('/assets/images/photo1.png');
    }

    .footer__links {
        flex-direction: column-reverse;
    }

    .tx-36-20 {
        font-size: 20px;
    }

    .fw-700 {
        font-weight: 700;
    }

    .features-of-social-casinos__list {
        gap: 8px;
        align-items: flex-start;
    }

    .features-of-social-casinos__item {
        height: 100%;
    }

    .social-online-casinos__item-two-list {
        gap: 8px;
        flex-shrink: 0 1 0;
    }

    .special-1 {
        width: 27%;
    }

    .special-2 {
        width: 45%;
    }

    .special-3 {
        width: 27%;
    }
}

@media (max-width: 360px) {
    .accordion__item {
        width: 270px;
    }

    .heroes-image {
        width: 270px;
        height: 270px;
        aspect-ratio: 1/1;
    }

    .features-of-social-casinos__item {
        width: 270px;
    }

    .game__iframe {
        width: 300px;
        height: 120px;
        flex-shrink: 0;
    }

    .popup-cookie {
        width: 280px;
        height: 197px;
        padding: 10px;
    }

    .popup-age {
        width: 280px;
        height: 215px;
    }
}