@font-face {
    font-family: 'Pridi';
    src: url('../assets/fonts/Pridi-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

:root {
    --text-color: white;
    --header-color: #000;
    --buttons-color: #FFD070;
    --big-buttons-color: #FFD070;
    --h-color: #FFD070;
    --button-gradient: linear-gradient(175.98deg, #FFD070 3.66%, #A17010 97.12%);
}
html{
    zoom: 70%;
}

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background: url(../assets/img/crown.svg), #000;
    background-repeat: repeat-y space;
    background-size: contain;
    background-position-y: -1000px;
    color: var(--text-color);
    font-family: 'Roboto';
    width: 100%;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: var(--text-color);
}

.header-container {
    background-image: url(../assets/img/header-logo.svg), linear-gradient(180deg, var(--header-color) 0%, var(--header-color) 146.16%);
    background-repeat: no-repeat;
    background-position-x: 30px, 0;
    background-position-y: 20px, 0;
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 30px 50px;
    justify-content: space-between;
    position: fixed;
    z-index: 100;
}

.logo-text {
    font-family: 'Pridi';
    color: var(--h-color);
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    padding-left: 60px;
    padding-top: 10px;
    white-space: nowrap;
}

.nav-list {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
}

.nav-item {
    list-style: none;
    margin-right: 60px;
}

.nav-item a {
    color: var(--text-color);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Roboto";
    font-size: 24px;
    line-height: 21px;
    transition: .3s;
}

.nav-item.active a {
    color: var(--h-color);
}

.active::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 15px;
    border-bottom: 10px solid var(--h-color);
}

.nav-item a:hover {
    color: var(--h-color);
}

.container-welcome {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1300px;
    height: 900px;
}
.container-welcome > div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.img-spin {
    width: 100%;
    height: auto;
}

h1 {
    margin-top: 200px;
    font-family: 'Pridi';
    font-weight: bold;
    font-size: 90px;
    line-height: 100px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: var(--text-color);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    white-space: pre-wrap;
}

.text-container p {
    font-size: 30px;
    line-height: 35px;

}

.color-p {
    padding-bottom: 30px;
    color: var(--h-color);
}

button {
    font-family: 'Pridi';
    font-style: normal;
    font-weight: bold;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    background: var(--buttons-color);
    border: none;
    border-radius: 10px;
    color: var(--header-color);
    cursor: pointer;
    transition: .5s;
}

button:hover {
    background: var(--h-color);
    transform: scale(1.1);
}

.welcome-button {
    background: var(--button-gradient);
    font-size: 35px;
    line-height: 59px;
    width: 300px;
    height: 80px;
}

.container {
    padding-top: 70px;
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
}

.adv-container {
    padding-right: 20px;
}

h2 {
    font-family: 'Pridi';
    font-size: 44px;
    line-height: 84px;
    color: var(--text-color);
    margin-bottom: 5px;
}

.adv-item {
    list-style: url(../assets/img/star.svg);
    font-size: 25px;
    line-height: 31px;
    padding-bottom: 25px;
}

.adv-item:last-child {
    padding-bottom: 50px;
}

.line {
    width: 4px;
    height: 570px;
    background-color: var(--h-color);
    margin-top: 70px;
}

.goldbet-container {
    padding-left: 20px;
}
.goldbet-container h2{
    white-space: nowrap;
}

.apps {
    padding-top: 300px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.apps-min {
    display: none;
}

.app-img img {
    width: 305px;
}

.phone-container {
    padding-top: 54px;
}

.phone-container img {
    width: 305px;
    height: 610px;
}

.bonus-details .container {
    flex-direction: column;
}

.bonuses-button {
    padding: 15px 40px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fa-w-16 {
    width: 1em;
}

.bonuses-button:hover .fa-w-16 {
    animation: spin 3s linear 0s;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}

table {
    max-width: 1100px;
    border-spacing: 0 15px;
}

th {
    font-family: 'Roboto';
    font-size: 19px;
    line-height: 30px;
    color: var(--h-color);
    padding-top: 12px;
    text-align: center;
}

.table-tr {
    text-align: center;
    background: rgba(255, 255, 255, 0.18);
}

.table-logo {
    width: 160px;
    height: 65px;
}

.small-button {
    height: 45px;
    width: 226px;
    background: var(--button-gradient);
}

.info-img {
    cursor: pointer;
}

.info {
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    padding: 10px 0 10px 20px;
    border-bottom: solid rgba(255, 255, 255, 0.18);
    ;
}

.container-info {
    overflow: hidden;
    height: 0px;
    /* display: none; */
    transition: height .3s ease-in-out;
}

.info__header {
    width: 300px;
    color: var(--h-color);
}

.info__text {
    width: 300px;
}

.in-info-button {
    display: none;
}

.info-bonus-small {
    display: none;
}

.cards,
.games {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    margin-bottom: 30px;
}

.card {
    width: 260px;
    height: 400px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px 30px 10px;
}

.card img {
    width: 180px;
    height: auto;
}

.card p {
    text-align: center;
    text-transform: uppercase;
}

.offer-name,
.card__text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
}

.card .small-button {
    background: var(--buttons-color);
}

.card__text {
    color: var(--h-color);
}

.offer-bonus {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    line-height: 37px;
}

.top-casino .container {
    flex-direction: column;
    padding-top: 0px;
}

.top-games .container {
    flex-direction: column;
}

.game {
    z-index: 2;
    position: relative;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border-radius: 6px;
    width: 260px;
    height: 143px;
}

.game-img {
    width: 100%;
    transition: all .3 ease-in-out;
}

.game p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    margin: 0;
}

.game-name {
    font-size: 30px;
    line-height: 37px;
}

.play-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--h-color);
    border-radius: 6px;
    opacity: 0;
    transition: all ease-in-out .5s;
    padding: 10px;
    color: var(--header-color);
}

.play {
    padding-left: 40px;
    display: flex;
    flex-direction: row;
}

.game-play {
    padding-top: 3px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 29px;
}


.game:hover .play-container {
    opacity: .93;
    transform: scale(1.1);
}

.text-about .container {
    flex-direction: column;
}

.history .about-text{
    flex-wrap: nowrap;
    font-size: 20px;
}
.history .about-text li{
    line-height: 30px;
}

h3 {
    font-family: 'Pridi';
    font-weight: bold;
    font-size: 32.5px;
    line-height: 40px;
    color: var(--text-color);
}

.text-about p {
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 30px;
}

.about-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-text p {
    width: 500px;
}

.about-text img {
    width: 591px;
    height: auto;
}

.table-pay .container {
    flex-direction: column;
}

.table-pay .small-button {
    width: 146px;
    height: 55px;
}

.table-pay .table-tr:nth-child(2n+1) {
    background-color: var(--main-color);
}

.table-pay .table-tr {
    height: 86px;
    font-size: 18px;
    line-height: 18px;
    color: #FFFDFD;
}

.table-pay-small {
    display: none;
}

.pay-img {
    width: 120px;
    height: 70px;
}

.header-type {
    display: none;
}

p {
    font-size: 20px;
    line-height: 27px;
}

.table-pay table {
    border-collapse: collapse;
    width: 100%;
}

.table-pay p {
    font-size: 20px;
}

.license .container {
    gap: 160px;
    flex-wrap: wrap;
}

.license p {
    width: 520px;
}

.licenses-img {
    padding-top: 50px;
}

.license h2 {
    margin-top: 0;
}

.payment .container {
    flex-direction: column;
}

.payment h2 {
    margin-bottom: 10px;
}

.container-blocks {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.block {
    width: 166px;
    height: 86px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.provider-img {
    width: 130px;
    height: 58px;
}

.faq .container {
    flex-direction: column;
}

.question {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    padding-left: 10px;
    margin-bottom: 15px;
}

.question h3 {
    margin: 10px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: var(--text-color);
}

.answer {
    padding-left: 40px;
}

.minus,
.answer {
    display: none;
}

.icon {
    background: url(../assets/img/plus.svg) no-repeat;
    background-position-y: 5px;
    width: 25px;
    height: 25px;
    padding-right: 10px;
    transition: .1s ease-in-out;
}

.icon.open-faq {
    background: url(../assets/img/minus.svg) no-repeat;
    background-position-y: 10px;
}

.open-info{
    height: 121px;
    display: block;
}
.open-faq{
    display: block;
}
.support .container {
    flex-direction: column;
    margin-bottom: 50px;
}

.support-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.support-text p {
    max-width: 600px;
}
li{
    font-size: 20px;
    line-height: 30px;
}
.text-about:last-of-type{
    padding-bottom: 150px;
}
/****************signIn**************/
.sign-in .container {
    justify-content: center;
    flex-direction: column;
    padding-bottom: 100px;
}
.sign-in h3{
    font-size: 40px;
}

.sign_in_header {
    padding-top: 150px;
    text-align: center;
}

.text_signIn {
    padding-top: 100px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

/*************games************/
/* .games-page .sign_in_header {
    font-size: 72px;
} */

/***************redirect*************/
.main-container {
    width: 100vw;
    height: 100vh;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--buttons-color);
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media screen and (max-width: 1100px) {
    html{
        zoom: 100%;
    }

    .menu__btn {
        display: flex;
        align-items: center;
        position: fixed;
        top: 30px;
        left: 90%;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 1;
    }

    .menu__btn>span,
    .menu__btn>span::before,
    .menu__btn>span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: var(--h-color);
    }

    .menu__btn>span::before {
        content: '';
        top: -8px;
    }

    .menu__btn>span::after {
        content: '';
        top: 8px;
    }

    nav {
        display: block;
        position: fixed;
        visibility: hidden;
        top: 100px;
        right: -100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        text-align: center;
        background-color: var(--header-color);
        transition-duration: .25s;
        z-index: 99;
    }

    .nav-list {
        flex-direction: column;
    }

    .nav-item {
        padding: 12px 24px;
        transition-duration: .25s;
    }

    .nav-item.active::after {
        display: none;
    }

    .menu__btn>span,
    .menu__btn>span::before,
    .menu__btn>span::after {
        transition-duration: .25s;
    }

    .menu__btn.checked>span {
        transform: rotate(128deg);
    }

    .menu__btn.checked>span::before {
        top: 0;
        visibility: 0;
    }

    .menu__btn.checked>span::after {
        top: 0;
        transform: rotate(-73deg);
    }

    .menu__btn.checked~nav {
        visibility: visible;
        right: 0;
    }
    .container-welcome{
        height: 750px;
    }
    .text-container {
        padding-left: 30px;
    }
    .picture-container{
        padding-left: 20px;
    }
    .img-spin{
        width: 90%;
        height: auto;
    }
    h1 {
        font-size: 70px;
        padding-left: 30px;
    }

    .line {
        display: none;
    }

    .container {
        max-width: 550px;
    }

    .welcome .container {
        margin: 0 auto;
        flex-flow: row wrap;
        max-width: 550px;
    }

    .adv-container {
        width: 100%;
        padding-right: 0;
        flex-basis: 100%;
    }

    .goldbet-container {
        padding-left: 0;
        flex-basis: 10%;
    }

    .goldbet-container h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .phone-container {
        flex-basis: 50%;
        padding-left: 0;
        padding-top: 90px;
    }

    .phone-container img {
        width: 280px;
        height: auto;
    }

    .open-info{
        height: 181px;
    }
    .bonus-table th{
        white-space: nowrap;
        font-size: 15px;
    }
    .bonus-tr td:first-child{
        width: 20%;
    }
    .bonus-tr td{
        font-size: 85%;
    }
    .table-logo{
        width: 135px;
        height: auto;
    }

    .bonus-table,
    .info {
        max-width: 550px;
    }

    .bonus-table .small-button {
        display: none;
    }

    .bonus-table th:last-child {
        display: none;
    }

    .bonus-table .in-info-button {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }

    .about-text img {
        display: none;
    }

    .license .licenses-img {
        flex-basis: 100%;
        display: flex;
        justify-content: center;
    }

    .license .container {
        gap: 20px;
    }

    .android-app .container {
        flex-wrap: wrap;
    }

    .app-img {
        flex-basis: 100%;
        padding-top: 30px;
        display: flex;
        justify-content: center;
    }

    .app-img img {
        width: 300px;
        height: auto;
        margin: 0 auto;
    }

    .support-text {
        flex-direction: column;
    }

    .support-text img {
        width: 60%;
        height: auto;
        margin: 0 auto;
    }

    .table-pay tr:first-child {
        display: none;
    }

    .table-pay tr {
        display: flex;
        flex-direction: column;
    }

    .table-pay .table-tr {
        height: 350px;
        gap: 20px;
        background: rgba(255, 255, 255, 0.18);

        /* margin-bottom: 80px;       */
    }

    .header-type {
        display: block;
    }

    .table-pay .table-tr td {
        display: flex;
        flex-direction: row;
    }

    .table-pay .table-tr {
        background-color: var(--main-color);
    }

    .td-info,
    .header-type {
        flex-basis: 50%;
        text-align: left;
    }

    .table-pay .small-button {
        width: 550px;
        height: 40px;
    }

    .table-pay .table-tr img {
        margin: 0 auto;
    }

    .table-pay .table-tr td:first-child {
        background-color: rgba(255, 255, 255, 0.527);
        height: 80px;
    }

}

@media screen and (max-width: 1000px) {
    .picture-container::after {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .header-container{
        height: 80px;
        background-position-y: 10px, 0;
        background-position-x: 15px, 0;
    }
    .logo-text{
        padding-top: 0;
        padding-left: 15%;
    }
    .menu__btn {
        left: 85%;        
    }
    nav{
        top: 80px;
    }
    .welcome-button{
        width: 300px;
        height: 58px;
        font-size: 22px;
        margin: 0 auto;
    }
    .link-btn>.welcome-button{
        margin-left: 20px;
    }
    .sign-in .welcome-button,
    .top-casino .welcome-button,
    .bonus-details .welcome-button {
        margin: 0 auto;
    }
    .sign_in_header {
        padding-top: 100px;
    }
    .bonus-table th{
        font-size: 13px;
    }
    .link-games {
        /* width: 300px; */
        margin: 0 auto;
    }
    .container-welcome{
        height: 640px;
    }
    .container-welcome > div {
        flex-direction: column-reverse;
        justify-content: flex-start;
    }
    /* .container-welcome{
        position: relative;
    }
    .text-container{
        position: absolute;
        z-index: 3;
    } */
 

    .games {
        align-items: center;
        justify-content: center;
    }

    .text-container p{
        font-size: 28px;
    }
    h1 {
        margin-top: 100px;
        font-size: 40px;
        line-height: 60px;
        padding-left: 10px;
    }

    .container {
        padding-top: 10px;
        max-width: 90%;
        margin: 30px auto 0;
        justify-content: center;
    }

    .welcome .container {
        justify-content: center;
    }
    table {
        border-spacing: 0 8px;
    }
    .bonus-table th:nth-child(2),
    .bonus-table .table-tr td:nth-child(2) {
        display: none;
    }

    .info-bonus-small {
        display: flex;
    }

    .bonus-tr td:first-child{
        width: 45%;
    }
    .bonus-table, .info{
        max-width: 330px;
    }
    .info__text{
        font-size: 70%;
    }
    .open-info{
        height: 230px;
    }
    .table-logo{
        width: 70%;
        height: auto;
    }

    .bonus-table {
        align-self: center;
    }

    .cards {
        align-self: center;
        width: 100%;
    }

    .card {
        width: 100%;
    }

    /* .table-payments{
        display: none;
    } */
    .table-pay .small-button {
        width: 300px;
        height: 40px;
    }

    .small-button-container {
        margin: 0 auto;
    }

    .license p {
        width: 100%;
    }

    .about-text p {
        width: 100%;
    }

    .table-pay-small {
        display: flex;
        width: 90%;
    }

    .apps {
        display: none;
    }

    .apps-min {
        display: flex;
        flex-direction: row;
        gap: 5%;
    }

    .apps-min img {
        width: 145px;
        height: 50px;
    }

    .phone-container {
        padding-top: 0;
    }

    .android-app .container p {
        width: 100%;
    }

    .text-container {
        padding-left: 10px;
    }

    .container-blocks {
        gap: 10px;
        justify-content: center;
    }
    h2{
        padding-left: 10px;
        font-size: 40px;
        line-height: 45px;
    }
    .block {
        width: 136px;
        height: auto;
    }
    .icon{
        padding-right: 15px;
    }

}