/* General */
.one-click-poker h2 {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #fff;
    text-align: center;
}
@media (min-width: 1240px) {
    .one-click-poker h2 {
        font-size: 60px;
    }
}

.one-click-poker .demo_btn {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 19px 47px;
    border-radius: 60px;
    background: #04a696;
    transition: all .25s ease;
    cursor: pointer;
    text-decoration: none;
    border: 0;
}
.one-click-poker .demo_btn:hover {
    background: #34c3b5;
}
@media (min-width: 600px) {
    .one-click-poker .demo_btn {
        width: fit-content;
    }
}

/* Cards */
.one-click-poker .cards {
    display: grid;
    gap: 20px;
}
@media (min-width: 768px) {
    .one-click-poker .cards.grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.one-click-poker .cards.grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1240px) {
    .one-click-poker .cards.grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Header */
.one-click-poker .header {
    position: relative;
    margin-top: 60px;
    padding-top: 458px;
    padding-bottom: 56px;
    background: url(../../img/one-click-poker/hero-mob.webp) no-repeat;
    background-size: 100%;
}
@media (min-width: 420px) {
    .one-click-poker .header {
        margin-top: 30px;
        padding-top: 490px;
    }
}
@media (min-width: 450px) {
    .one-click-poker .header {
        padding-top: 545px;
    }
}
@media (min-width: 500px) {
    .one-click-poker .header {
        background: url(../../img/one-click-poker/hero.webp) no-repeat;
        background-position: top;
    }
}
@media (min-width: 720px) {
    .one-click-poker .header {
        background-position: top right;
    }
}
@media (min-width: 992px) {
    .one-click-poker .header {
        background-position: top 119px right -120px;
        margin-top: 0;
        padding-top: 156px;
        padding-bottom: 310px;
    }
}
@media (min-width: 1240px) {
    .one-click-poker .header {
        background-position: top 119px right;
        padding-bottom: 235px;
    }
}

.one-click-poker .header .content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
@media (min-width: 992px) {
    .one-click-poker .header .content {
        max-width: 377px;
    }
}
@media (min-width: 1240px) {
    .one-click-poker .header .content {
        max-width: 471px;
        row-gap: 30px;
    }
}
@media (min-width: 1350px) {
    .one-click-poker .header .content {
        max-width: 581px;
    }
}

.one-click-poker .header .content h1 {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    color: #fff;
}
@media (min-width: 1240px) {
    .one-click-poker .header .content h1 {
        font-size: 60px;
    }
}

.one-click-poker .header .content .entry-content {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
}
@media (min-width: 1240px) {
    .one-click-poker .header .content .entry-content {
        font-size: 28px;
    }
}

.one-click-poker .header .demo_btn {
    margin-top: 20px;
}
@media (min-width: 1240px) {
    .one-click-poker .header .demo_btn {
        margin-top: 26px;
    }
}

/* Cards 1 */
.one-click-poker .cards-1 {
    padding-bottom: 56px;
    position: relative;
    z-index: 10;
}
@media (min-width: 992px) {
    .one-click-poker .cards-1 {
        margin-top: -90px;
    }
}
@media (min-width: 1240px) {
    .one-click-poker .cards-1 {
        padding-bottom: 80px;
        margin-top: -119px;
    }
}

.one-click-poker .cards-1 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}
@media (min-width: 1240px) {
    .one-click-poker .cards-1 .container {
        row-gap: 40px;
    }
}

.one-click-poker .cards-1 .entry-content {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    text-align: center;
}
@media (min-width: 1240px) {
    .one-click-poker .cards-1 .entry-content {
        font-size: 22px;
        max-width: 980px;
    }
}

.one-click-poker .cards-1 .card {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    padding: 20px;
    border-radius: 16px;
    overflow: hidden;
}
@media (min-width: 1240px) {
    .one-click-poker .cards-1 .card {
        padding: 36px;
    }
}

.one-click-poker .cards-1 .card:nth-of-type(1) {
    background: url(../../img/one-click-poker/cards-1-1-new.png) no-repeat #632784;
    background-size: 500px;
    background-position: bottom;
    min-height: 340px;
}
@media (min-width: 575px) {
    .one-click-poker .cards-1 .card:nth-of-type(1) {
        background-size: 687px;
        background-position: bottom -25px center;
    }
}
@media (min-width: 768px) {
    .one-click-poker .cards-1 .card:nth-of-type(1) {
        background-size: 520px;
        background-position: bottom;
    }
}
@media (min-width: 1240px) {
    .one-click-poker .cards-1 .card:nth-of-type(1) {
        background-size: 100%;
        min-height: 373px;
    }
}
.one-click-poker .cards-1 .card:nth-of-type(2) {
    background: url(../../img/one-click-poker/cards-1-2.png) no-repeat #632784;
    background-size: 450px;
    background-position: bottom;
    min-height: 307px;
}
@media (min-width: 1240px) {
    .one-click-poker .cards-1 .card:nth-of-type(2) {
        background-size: 100%;
        min-height: 373px;
    }
}
.one-click-poker .cards-1 .card:nth-of-type(3) {
    background: url(../../img/one-click-poker/cards-1-3.png) no-repeat #632784;
    background-size: 100%;
    background-position: bottom;
    min-height: 278px;
}
@media (min-width: 1240px) {
    .one-click-poker .cards-1 .card:nth-of-type(3) {
        min-height: 373px;
    }
}
.one-click-poker .cards-1 .card:nth-of-type(4) {
    background: url(../../img/one-click-poker/cards-1-4.png) no-repeat #632784;
    background-size: 100%;
    background-position: bottom;
    min-height: 287px;
}
@media (min-width: 1240px) {
    .one-click-poker .cards-1 .card:nth-of-type(4) {
        min-height: 373px;
    }
}

.one-click-poker .cards-1 .card .title {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    text-align: center;
}
@media (min-width: 1240px) {
    .one-click-poker .cards-1 .card .title {
        font-size: 28px;
    }
}

.one-click-poker .cards-1 .card .entry-content {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    text-align: center;
}

/* Cards 2 */
.one-click-poker .cards-2 {
    padding-bottom: 56px;
}
@media (min-width: 1240px) {
    .one-click-poker .cards-2 {
        padding-bottom: 80px;
    }
}

.one-click-poker .cards-2 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}
@media (min-width: 1240px) {
    .one-click-poker .cards-2 .container {
        row-gap: 40px;
    }
}

.one-click-poker .cards-2 .entry-content {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    text-align: center;
}
@media (min-width: 1240px) {
    .one-click-poker .cards-2 .entry-content {
        font-size: 22px;
        max-width: 980px;
    }
}

.one-click-poker .cards-2 .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
}

.one-click-poker .cards-2 .card .icon img {
    width: 86px;
    height: 86px;
}
@media (min-width: 1240px) {
    .one-click-poker .cards-2 .card .icon img {
        width: 171px;
        height: 171px;
    }
}

.one-click-poker .cards-2 .card .title {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    text-align: center;
}
@media (min-width: 1240px) {
    .one-click-poker .cards-2 .card .title {
        font-size: 24px;
    }
}

.one-click-poker .cards-2 .card .entry-content {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
}
@media (min-width: 1240px) {
    .one-click-poker .cards-2 .card .entry-content {
        font-size: 16px;
    }
}

/* Table */
.one-click-poker .table {
    padding-bottom: 56px;
}
@media (min-width: 1240px) {
    .one-click-poker .table {
        padding-bottom: 80px;
    }
}

.one-click-poker .table .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
}
@media (min-width: 1240px) {
    .one-click-poker .table .container {
        row-gap: 56px;
    }
}

.one-click-poker .table table {
    border-radius: 30px;
    overflow: hidden;
    border-spacing: 1px;
    border-color: #3D0F58;
}

.one-click-poker .table th {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    text-align: center;
    padding: 14px;
}
@media (min-width: 1240px) {
    .one-click-poker .table th {
        font-size: 24px;
        padding: 24px 40px;
    }
}
.one-click-poker .table th:nth-of-type(1) {
    background-color: #B337DE;
}
.one-click-poker .table th:nth-of-type(2) {
    background-color: #EE7D00;
}

.one-click-poker .table td {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #27003A;
    text-align: center;
    padding: 14px;
}
@media (min-width: 1240px) {
    .one-click-poker .table td {
        font-size: 22px;
        padding: 24px 40px;
    }
}
.one-click-poker .table td:nth-of-type(odd) {
    background-color: #F9DCFF;
}
.one-click-poker .table td:nth-of-type(even) {
    background-color: #FFEBD3;
}


/* Blockquote */
.one-click-poker .blockquote {
    padding-bottom: 56px;
}
@media (min-width: 1240px) {
    .one-click-poker .blockquote {
        padding-bottom: 80px;
    }
}

.one-click-poker .blockquote .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
}
@media (min-width: 1240px) {
    .one-click-poker .blockquote .container {
        row-gap: 40px;
    }
}

.one-click-poker .blockquote .blockquote-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 26px;
    background-color: #27003A;
    border-radius: 30px;
    overflow: hidden;
    padding: 48px 24px;
}
@media (min-width: 768px) {
    .one-click-poker .blockquote .blockquote-inner {
        flex-direction: row;
        justify-content: space-between;
        column-gap: 58px;
    }
}
@media (min-width: 1240px) {
    .one-click-poker .blockquote .blockquote-inner {
        padding: 48px 103px 56px 97px;
    }
}

.one-click-poker .blockquote .blockquote-inner .person {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    order: 2;
}
@media (min-width: 768px) {
    .one-click-poker .blockquote .blockquote-inner .person {
        order: 1;
    }
}

.one-click-poker .blockquote .blockquote-inner .person img {
    width: 138px;
    height: 138px;
}
@media (min-width: 1240px) {
    .one-click-poker .blockquote .blockquote-inner .person img {
        width: 182px;
        height: 182px;
    }
}

.one-click-poker .blockquote .blockquote-inner .person .info {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
@media (min-width: 1240px) {
    .one-click-poker .blockquote .blockquote-inner .person .info {
        display: none;
    }
}

.one-click-poker .blockquote .blockquote-inner .quote {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    order: 1;
}
@media (min-width: 768px) {
    .one-click-poker .blockquote .blockquote-inner .quote {
        order: 2;
    }
}

.one-click-poker .blockquote .blockquote-inner .quote .info {
    display: none;
    flex-direction: column;
    row-gap: 5px;
}
@media (min-width: 1240px) {
    .one-click-poker .blockquote .blockquote-inner .quote .info {
        display: flex;
    }
}

.one-click-poker .blockquote .blockquote-inner .entry-content {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}
@media (min-width: 1240px) {
    .one-click-poker .blockquote .blockquote-inner .entry-content {
        font-size: 22px;
        max-width: 739px;
    }
}

.one-click-poker .blockquote .blockquote-inner .author {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}
@media (min-width: 1240px) {
    .one-click-poker .blockquote .blockquote-inner .author {
        font-size: 24px;
    }
}

.one-click-poker .blockquote .blockquote-inner .position {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}
@media (min-width: 1240px) {
    .one-click-poker .blockquote .blockquote-inner .position {
        font-size: 22px;
    }
}

/* Banner */
.one-click-poker .banner {
    padding-bottom: 80px;
}
@media (min-width: 1240px) {
    .one-click-poker .banner {
        padding-bottom: 100px;
    }
}

.one-click-poker .banner .banner-inner {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 24px 24px 299px 24px;
    border-radius: 48px;
    overflow: hidden;
    background: url(../../img/one-click-poker/banner-1-mob.webp) no-repeat #632784;
    background-size: 100%;
    background-position: bottom;
}
@media (min-width: 600px) {
    .one-click-poker .banner .banner-inner {
        border-radius: 30px;
        background: url(../../img/one-click-poker/banner-1.webp) no-repeat #632784;
        background-position: bottom right -270px;
    }
}
@media (min-width: 768px) {
    .one-click-poker .banner .banner-inner {
        background-position: bottom right;
    }
}
@media (min-width: 1240px) {
    .one-click-poker .banner .banner-inner {
        row-gap: 40px;
        padding: 53px 103px 80px 99px;
    }
}

.one-click-poker .banner .content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
@media (min-width: 1240px) {
    .one-click-poker .banner .content {
        row-gap: 24px;
    }
}

.one-click-poker .banner .content-inner {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
@media (min-width: 1240px) {
    .one-click-poker .banner .content-inner {
        row-gap: 8px;
    }
}

@media (min-width: 1240px) {
    .one-click-poker .banner .content .demo_btn {
        margin-top: 16px;
    }
}

@media (min-width: 600px) {
    .one-click-poker .banner h2 {
        text-align: left;
    }
}

.one-click-poker .banner .entry-content {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    text-align: center;
}
@media (min-width: 600px) {
    .one-click-poker .banner .entry-content {
        text-align: left;
    }
}
@media (min-width: 1240px) {
    .one-click-poker .banner .entry-content {
        font-size: 22px;
        max-width: 500px;
    }
}

.one-click-poker .banner .subtitle {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    text-align: center;
}
@media (min-width: 600px) {
    .one-click-poker .banner .subtitle {
        text-align: left;
    }
}
@media (min-width: 1240px) {
    .one-click-poker .banner .subtitle {
        font-size: 28px;
        max-width: 500px;
    }
}

/* Form Footer */
.contuctus-footer {
    background: #b337de;
    padding: 80px 100px 0;
    position: relative;
    overflow: hidden;
    min-height: 665px;
}
@media (max-width: 991px) {
    .contuctus-footer {
        padding: 80px 0 350px;
    }
}
@media (max-width: 480px) {
    .contuctus-footer {
        padding: 32px 0 304px;
    }
}

.contuctus-footer .container {
    max-width: 980px;
}

.floatToRight {
    transform: translateX(0);
    opacity: 1;
    transition: all .5s ease-in-out;
    z-index: 2;
    position: relative;
}

.contuctus-footer .container .formpart {
    width: 480px;
    max-width: 480px;
    --form-gap: 19px;
}
@media (max-width: 991px) {
    .contuctus-footer .container .formpart {
        margin: 0 auto;
    }
}
@media (max-width: 600px) {
    .contuctus-footer .container .formpart {
        width: 100%;
    }
}

.contuctus-footer .container .formpart .title {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc((100vw - 375px) / 1545 * 28 + 32px);
    line-height: 120%;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}
@media (min-width: 1240px) {
    .contuctus-footer .container .formpart .title {
        font-size: 60px;
    }
}
@media (max-width: 480px) {
    .contuctus-footer .container .formpart .title {
        margin-bottom: 8px;
    }
}

.contuctus-footer .container .formpart .subtitle {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc((100vw - 375px) / 1545 * 4 + 20px);
    line-height: 120%;
    color: #fff;
    text-align: center;
    margin-bottom: 48px;
}
@media (min-width: 1240px) {
    .contuctus-footer .container .formpart .subtitle {
        font-size: 24px;
    }
}
@media (max-width: 480px) {
    .contuctus-footer .container .formpart .subtitle {
        margin-bottom: 30px;
    }
}

.contuctus-footer .container .formpart .wpcf7 .wpcf7-form {
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--form-gap);
}

.contuctus-footer .container .formpart .wpcf7 .wpcf7-form span {
    width: 100%;
}

.contuctus-footer .container .formpart .wpcf7 .wpcf7-form span:has(.phone,.wpcf7-select,.tg-id,.wa-id,.messenger-swap) {
    width: calc(50% - var(--form-gap) / 2);
}
@media (max-width: 480px) {
    .contuctus-footer .container .formpart .wpcf7 .wpcf7-form span:has(.phone,.wpcf7-select,.tg-id,.wa-id,.messenger-swap) {
        width: 100%;
    }
}

.contuctus-footer .container .formpart .wpcf7 .wpcf7-form .submit-wrap {
    width: 100%;
}
@media (max-width: 480px) {
    .contuctus-footer .container .formpart .wpcf7 .wpcf7-form .submit-wrap {
        width: 100%;
    }
}

.contuctus-footer .note {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc((100vw - 375px) / 1545 * 2 + 14px);
    line-height: 130%;
    color: #fff;
    text-align: center;
    max-width: 178px;
    position: absolute;
    bottom: 453px;
    left: calc(50% + 61px);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1240px) {
    .contuctus-footer .note {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .contuctus-footer .note {
        left: calc(50% + 68px);
    }
}
@media (max-width: 991px) {
    .contuctus-footer .note {
        left: calc(50% - 228px);
        top: unset;
        bottom: 200px;
    }
}
@media (max-width: 480px) {
    .contuctus-footer .note {
        left: 45px;
        max-width: 173px;
        bottom: 155px;
    }
}
.contuctus-footer .note::before {
    content: "";
    display: block;
    width: 269px;
    height: 190px;
    border-radius: 50%;
    background: #3d0f58;
    transform: rotate(-20deg);
    position: absolute;
    z-index: -1;
}
@media (max-width: 1300px) {
    .contuctus-footer .note::before {
        top: calc(50% - 105px);
    }
}
@media (max-width: 480px) {
    .contuctus-footer .note::before {
        width: 252px;
        height: 178px;
        top: calc(50% - 89px);
        left: calc(50% - 126px);
    }
}

.contuctus-footer .leopard-that {
    width: 454px;
    height: 609px;
    position: absolute;
    bottom: -4px;
    left: calc(50% + 117px);
    z-index: 2;
}
@media (max-width: 1300px) {
    .contuctus-footer .leopard-that {
        left: unset;
        right: 0;
    }
}
@media (max-width: 1024px) {
    .contuctus-footer .leopard-that {
        right: -136px;
    }
}
@media (max-width: 991px) {
    .contuctus-footer .leopard-that {
        right: -76px;
        bottom: -252px;
    }
}
@media (max-width: 480px) {
    .contuctus-footer .leopard-that {
        right: 0;
        bottom: -4px;
        width: auto;
        height: auto;
    }
}

@media (max-width: 812px) {
    .wpcf7 .wpcf7-form .submit-wrap .wpcf7-submit {
        line-height: 150%;
    }
}
@media (max-width: 480px) {
    .contuctus-footer .container .formpart .wpcf7 .wpcf7-form .submit-wrap .wpcf7-submit {
        width: 100%;
        max-width: 480px;
    }
}