body {
    --default--font-family: 'Montserrat', sans-serif;
    --color--light-orange:#F90C19;
    --color--darker-orange:#EE6300;
    --default--border-radius: 10px;
    --borderWidth:8px
}
body {
    font-family: var(--default--font-family);
}
b, strong {
    font-weight: 600;
}
h2 {
    font-size: 48px;
    font-weight: 600;
}
h2.bigger {
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
}
h1.bigger {
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
}
h2 span {
    color:var(--color--light-orange);
}
a {
    color:#FFEE00;
    text-decoration: none;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1390px;
    }
}

.cover-container {
    background: linear-gradient(107.62deg, #090A0F -3.71%, #181C29 100.95%);
}
.casino-container {
    background: linear-gradient(180.23deg, #940000 2.81%, #D7000C 96.87%);
}
.software-container {
    background: radial-gradient(82.71% 126.55% at 68.96% 73.68%, #10112A 0%, #101117 100%);

}
.scrolling-navi {
    background: linear-gradient(103.19deg, rgba(7,8,10,0.77) 4.61%, #171a26 87.53%);
    backdrop-filter: saturate(180%) blur(20px);
}
.software-background {
    background: radial-gradient(104.29% 158.82% at 92.33% 93.95%, #34309D 0%, #4D45ED 100%);
}
.pokerapp-background {
    background: radial-gradient(104.29% 158.82% at 92.33% 93.95%, #34309D 0%, #018CF1 100%);
}
.software-background:before {
    content: "";
    background: radial-gradient(82.71% 186.55% at 68.96% 73.68%, #10112A 0%, #101117 100%);
    height: 90px;
    transform: skewY(3deg);
    position: absolute;
    top:-50px;
    left: 0;
    right: 0;
    z-index: 10;
}
.navbar {
    transition: transform .2s ease-in-out;
}
.software-top, .network-top {
    overflow: hidden;
    top:0px;
    width: 110%;
    transform: scale(1.4);
}
.network-background {
    background: radial-gradient(104.29% 158.82% at 92.33% 93.95%, #34309D 0%, #018CF1 100%);
}
.network-background:before {
    content: "";
    background: radial-gradient(82.71% 186.55% at 68.96% 73.68%, #10112A 0%, #101117 100%);
    height: 100px;
    transform: skewY(3deg);
    position: absolute;
    top:-60px;
    left: 0;
    right: 0;
    z-index: 10;
}
.games-background {
    background: radial-gradient(104.29% 158.82% at 92.33% 93.95%, #4845ED 0%, #04A0AA 100%);
}
.games-background:before {
    content: "";
    background: radial-gradient(82.71% 186.55% at 68.96% 73.68%, #10112A 0%, #101117 100%);
    height: 90px;
    transform: skewY(3deg);
    position: absolute;
    top:-50px;
    left: 0;
    right: 0;
    z-index: 10;
}
.games-background .min-height-600, .pokerapp-partner .min-height-600 {
    justify-content: flex-end;
}
.games-background .intro-text-left, .pokerapp-partner .intro-text-left {
    margin-left:0px;
    margin-right: 150px;
}

.nav-link {
    position: static;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: right;
    margin-left:10px;
    margin-right:10px;
    color: #FFFFFF;
}
.nav-link:hover, .nav-link:focus, .nav-link:active {
    color:var(--color--light-orange);
}
.position-center-center {
    margin-top:auto;
    margin-bottom:auto;
}
.intro-text-left {
    width: 50%;
    text-align: left;
}
.intro-text-full {
    width: 100%;
}
.default-background {
    background: radial-gradient(82.71% 126.55% at 68.96% 73.68%, #10112A 0%, #101117 100%);
}
.default-background.onbody {
    background: radial-gradient(82.71% 126.55% at 68.96% 73.68%, #101117 0%, #101117 100%);
}
.secondary-background {
    background: radial-gradient(104.29% 175.25% at 92.33% 93.33%, #34309D 0%, #4D45ED 100%);
    overflow: hidden;
}
.default-background h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 102.9%;
    display: flex;
    align-items: center;
    color: #CBCBE9;
}
.default-background p.lead {
    color:#E9E9F4;
}
.btn-primary {
    text-transform: uppercase;
    background: none;
    border:2px solid #FFEE00;
    border-radius: var(--default--border-radius);
    font-size:14px;
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 50px;

}
.add-gradient {
    align-items: center;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    color: #FFF;
    background: #0d0f17;
    background-clip: padding-box;
    /* !importanté */
   
    /* !importanté */
    border-radius: 0.9em;
}
.add-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    /* !importanté */
    border-radius: inherit;
    /* !importanté */
    background: linear-gradient(to right, #f56507, #fea511) !important;

}



button.button {
    border-radius: 100rem;
    padding: 1rem;
    font-family: 'Avenir Next';
    font-size: 1rem;
    padding: .5rem 3rem;
    color: $color-black;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 3px transparent;

    box-shadow: 2px 1000px 1px #fff inset;
}
.btn-primary.v2 {
    background: transparent;
    border-color:#fff;
}

.btn-primary:hover {
    background: #FFEE00;
    border-color:#FFEE00;
    color:#111;
}
.btn-primary.v2:hover {

    border-color:#fff;
    color:#fff;
}

.list-item {
    text-align: left;
    display: flex;
    justify-content: flex-start;
}
.list-item .svg-wrap {
    width: 80px;
}
.list-item .svg-wrap svg {
    width: 60px;
}
.list-item .information {
    margin-top:15px;
    margin-left:15px;
}
.default-link {
    color:var(--color--light-orange);
    text-decoration: none;
    font-size: 18px;
}
.default-link:hover, .secondary-link:hover {
    color:var(--color--darker-orange);
}
.default-link::after, .secondary-link::after {
    content:'\f324';
    font-family: "Font Awesome 5 Pro";
    margin-left:10px;
}
.secondary-link {
    color:white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.twice-as-sweet {width: 60%; text-align: left}
.triangle-addon {
    position: absolute;
    right:-100px;
    transform: rotate(-11.82deg);
}
.circle-addon {
    position: absolute;
    bottom:0px;
    opacity: 0.6;
    right: 400px;
}
.phone-addon-1 {
    position: absolute;
    right: 27.44%;
    bottom:0px;
    z-index: 100;
}
.phone-addon-1-software {
    position: absolute;
    right: 18.44%;
    top:10%;
    z-index: 100;
    max-width: 20%;
    width: 100%;
}
.phone-addon-1-network {

    z-index: 100;
    max-width: 90%;
    width: 100%;
}
.phone-addon-1-games {
    position: absolute;
    left:14.44%;
    top:6%;
    z-index: 100;
    max-width: 21.5%;
    width: 100%;
}

.phone-addon-2 {
    position: absolute;
    right: 17.44%;
    bottom:0px;
    z-index: 10;
}
.addon-symbols {
    position: absolute;
    top:-130px;
    right: 5%;
    max-width: 500px;
}
.addon-software {
    position: absolute;
    top:-200px;
    right: 5%;
}
.addon-pokerapp {
    position: absolute;
    top:-100px;
    right: 13%;
}
.addon-pokerapp-mockup {
    bottom:-20px;
    position: absolute;
    right:17%;
}
.addon-pokerapp-mockup-2 {
    bottom:0px;
    position: absolute;
    left:17%;
}
.new-dim-title {
    margin-top:-50px;
}
.new-dim-title-pokerapp {
    margin-top:-50px;
}
.make-grid-for-banners {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    margin-top:80px;
    margin-bottom: 40px;
    align-items: stretch;
}
.alternative-positioning {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
}
.alternative-positioning .first-row {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    text-align: right;
}
.alternative-positioning .last-row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}
.mr-3 {
    margin-right:1.5rem;
}
h2.clear-flex {
    display: initial;
}
.news-list {
    max-width: 900px;
    margin:0px auto;
    margin-top:80px;
}
.news-list .item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 100px;

}
.news-list .item img {
    width: 100%;
    max-width: 200px;
    margin-right: auto;
    align-self: center;
}
.news-list .item .details {
    text-align: left;
}
.footer-wrap {
    background: #171a26;
    padding-top:50px;
    border-top: 1px solid #495063;
}
.footer-wrap .footer-grid {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(4, 1fr);
    text-align: left;
    align-items: start;
}

.footer-wrap h4 {
    color:white;
    opacity: 0.4;
    text-transform: uppercase;
    font-size: 13px;
}
.footer-wrap ul li a {
    display: inline-block;
    color:white;
    margin-bottom:10px;
    font-size: 13px;
    opacity: 0.7;
    text-decoration: none;
}
.footer-wrap ul li a:hover {
    color:var(--color--light-orange);
    text-decoration: none;
    opacity: 1;
}
.footer-wrap ul {
    list-style-type:none;
    margin-left:0px;
    padding-left:0px;
}
.footer-wrap ul.social {
    display: flex;
    flex-direction: row;
}
.footer-wrap ul.social li a i {
    font-size:1.5rem;
    margin-right: 10px;
}
.footer-wrap .copyright {
    border-top: 1px solid #495063;
    padding-top:20px;
    padding-bottom:20px;
    font-size: 13px;
    text-align: left;
    margin-top:20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-wrap .copyright span {
    color: #FFFFFF;
    opacity: 0.3;
}
.btn-outline-primary {
    color: var(--color--light-orange);
    border-color: var(--color--light-orange);
    font-size: 18px;
    border-radius: var(--default--border-radius);
}

.nav-link {
    line-height: 12px;
}
.btn-outline-primary:hover {
    color: var(--color--light-orange);
    border-color: var(--color--light-orange);
    background: transparent;
}
.btn:focus, .btn:active {
    outline: none !important;
}
.btn-outline-primary:hover {
    color:white;
}
 .intro-text-left {
    z-index: 100;
 }
.mind-your-weapon p.lead {
    margin-top:20px;
}
.start-scrolling {
    position: fixed;
    bottom:20px;
    left:0px;
    right: 0px;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.start-scrolling.hidden {
    opacity: 0;
}
.section-description-list .item {
    margin-bottom: 50px;
}
.section-description-list .item h3 {
    font-size: 24px;
    line-height: 24px;
}
.section-description-list .item p.lead {
    font-size: 15px;
    line-height: 24px;
}
.accordion-item {
    background-color: transparent;
    border: 1px solid #495063;
}
.accordion-flush .accordion-item:first-child {
    border-top: 1px solid #495063 !important;
}
.accordion-button {
    background: transparent;
    color:#CBCBE9;
    font-size: 18px;
}
.accordion-body {
    padding: 1rem 1.25rem;
    color:#CBCBE9;
    font-size: 14px;
    text-align: left;
    padding-top:0px;
    padding-bottom: 30px;
}
.accordion-button:not(.collapsed) {
    color: var(--color--light-orange);
    background-color: transparent;
    box-shadow: none;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 0.7rem;
    height: 3rem;
    margin-left: auto;
    background-image: none;

    transition: transform .2s ease-in-out;
    content:'\f106';
    font-family: "Font Awesome 5 Pro";
}
.accordion-button:not(.collapsed)::after {
    background-image:none;
    transform: rotate(-180deg);

}
.pokerapp-desc-section h3.pokerapp {
    font-size: 24px;
}
.pokerapp-desc-section p.pokerapp {
    font-size: 15px;
    color:#E9E9F4;
}

button:focus, button:active, button:link {outline:0;}
.intro-text-left.pokerapp-desc-section {
    width: initial !important;
    margin-left:0px;
    margin-right: 0px;

}
.navbar-toggler {
    color:white;
    font-size:1.8rem;
}
.faq-section .section-header h3 {
    font-size:2.3rem;
}
.pokerapp-background  h3,
.software-background .section-description-list h3,
.software-background .section-description-list p,
.network-background .section-description-list h3,
.games-background .section-description-list h3 {
    color:#CBCBE9 ;
}
.pokerapp-background .section-description-list p,
.network-background .section-description-list p,
.games-background .section-description-list p {
    color:#E9E9F4;
}
.navi-social {display: none}
.form-wrap {
    background: rgba(23,26,38, 0.94);
    border-radius: 8px;
    padding:50px;
}
.form-wrap  {
    text-align: left;

}
.form-control  {
    background: transparent;
    border: 1px solid #495063;
    color:white;
    padding: 0.475rem 0.75rem;
}
.mt-6 {
    margin-top: 4.2rem !important;
}
.select-wrap {

}
.select-wrap .select-interest {
    border: 1px solid #495063;
    border-radius: 4px;
    padding:8px 10px 8px 10px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    cursor: pointer;

 }
.input-wrap {
    margin-bottom: 20px;
}
.select-wrap .select-interest.selected,
.select-wrap .select-interest:hover{
    border: 1px solid var(--color--light-orange);
    color:white;

}
.news-wrap {
    max-width: 700px;
    margin:0px auto;
    margin-top:100px;
    margin-bottom: 50px;
}
.news-wrap h1 {
    text-align: left;
    font-size: 36px;
    color:#CBCBE9;
    margin-bottom:20px;
}
.news-wrap .content-wrap {
    color:#E9E9F4;
    text-align: left;
}
.news-wrap .news-image {
    margin-bottom: 30px;
}
.outline-badge {
    padding:2px 10px 2px 10px;
    border-radius: 4px;
    color: #E9E9F4;
    border: 1px solid #495063;
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
}
.category {
    margin-bottom: 20px;
    text-align: left;
    margin-top:10px;
}
.navbar-toggler {
    border: none;
    background: rgba(16,18,26,0.8) !important;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    backdrop-filter: saturate(180%) blur(3px);
}

.navbar-toggler:focus {
    outline: none;
    background: #11141d !important;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.navbar-toggler .icon-bar {
    background-color: #fff;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.icon-bar:nth-child(2) {
    width: 16px;
    transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}
button{
    outline: none !important;
}
button:focus {outline:0; !important;}
button {
    outline: none;
}
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:focus {
    outline: none !important;
}

.btn:focus {
    box-shadow: none;
}
.image-stack {
    display: flex;
    justify-items: flex-start;
    align-items: center;
}
.image-stack svg, .image-stack img  {
    opacity: 0.6;
    margin-right: 20px;
}
.play-poker-image {
    max-width: 85%;
}
.software-image {
    max-width: 90%;
    margin-left:50px;
    margin-right: 50px;
}
.private-tables {
    max-width: 96%;
    margin-left:50px;
    margin-right: 50px;
}
.highest-integrity-image {
    max-width: 80%;
    margin-left:50px;
    margin-right: 50px;
}
.prv-tables-image {
    max-width: 75%;
    margin-left:50px;
    margin-right: 50px;
}
.tables-image {
    max-width: 85%;
    margin-left:50px;
    margin-right: 50px;
}
p.lead.smaller {
    font-size:1.2rem !important;
}
.opacity-dif {
    color:white;
    opacity: 0.7;
}
.opacity-dif span {
    opacity: 1 !important;
}
.intro-text-left-r {
    text-align: left;
}
.lead {
    margin-top:15px;
}
.intro-text-left-2 {
    width: 60%;
    text-align: left;
    padding-right: 100px;
}
.text-wrap-right-2 {
    width: 76%;
}
@media (max-width: 1090px) {
    .addon-pokerapp {
        opacity: 0.1;
    }
}
@media only screen and (max-width: 1200px) {
    .addon-symbols {
        opacity: 0.1;
    }
    .new-dim-title {
        width: 100%;
    }
    .addon-software {
        opacity: 0.2;
    }

}
@media only screen and (min-width: 973px) {
    .software-section  {
        
    }
    .video_image {
        width: 70%;
        margin-top:200px;
        margin-bottom:200px;
        box-shadow: 0px 44px 204px 36px rgba(152, 128, 216, 0.3);
    }
    .nav-link.add-border {
        border:1px solid var(--color--light-orange);
        border-radius: 6px;

    }
    .addon-symbols.hide-on-mobile {
        display: block;
    }
    .addon-symbols.show-on-mobile {
        display: none !important;

    }
    .navi-social {display: none;}
    .intro-text-left.pokerapp-desc-section {
        max-width: 460px;

    }
    .add-padding-right {
        padding-right:100px;
    }
    .add-padding-left {
        padding-left:100px;
    }
    .get-started-with-the-best {
        margin-top:150px;
        margin-bottom: 200px;
    }
    .mind-your-weapon {
        margin-top:150px;
    }
    .list-item .information {
        padding-right: 20px;
    }
    .intro-text-left {
        margin-left:100px;
    }
    .intro-text-left-r {
        max-width: 650px;
    }
    .intro-text-full {
        margin-left:100px;
        margin-right:100px;
    }
    .are-you-gonna-play {
        margin-bottom: 200px;
    }
    .twice-as-sweet {width: 60%;}
    .twice-rules {
        justify-content: space-between;
        align-items: center;
    }
    .video-wrap svg {
        max-width: 90%;
    }
    .min-height-800 {
        min-height: 800px;
        height: 100%;
    }
    .min-height-600 {
        min-height: 600px;
    }
    .video-wrap {margin-top:80px;}
}
@media only screen and (max-width: 973px) {
    .move-10px {margin-left:-10px;}
    .sub-footer {
        padding-left:30px;
        padding-right: 30px;
    }
    .copyright {
        padding-left:0px;
    }
    .add-margin-top-mobile {
        margin-top:80px !important;
        margin-bottom:80px;
    }
    .mobile-image-stack {
        display: flex;
        flex-direction: column;
        text-align: left;
        margin-top:70px;
    }
    .mobile-image-stack a {
        display:block;
        margin-left:30px;
        margin-bottom:46px;
    }
    .mobile-image-stack a svg {
       transform: scale(1.4);
    }
    .navbar {
        padding-top:20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .text-wrap-right-2 {
        width: 100%;
    }
    .intro-text-left-2 {
        width: 100%;
        text-align: center;
        padding-right: 0px;
    }
    .intro-text-left-r {
        text-align: center;
    }
    .software-mobile-corrections {
        margin-top: initial !important;
    }
    .play-poker-image {
        display: none;
    }
    .software-image {
        margin-top:70px;
        margin-bottom:40px;
    }
    .image-stack {
        justify-items: center;
        justify-content: center;
    }
    .image-stack svg, .image-stack img {
        margin-left:15px;
    }
    .footer-wrap .con-1 {
        order:1;
        padding-left:30px;
    }
    .footer-wrap .con-2 {
        order:3;
    }
    .footer-wrap .con-3 {
        order:4;
    }
    .footer-wrap .con-4 {
        order:2;
    }

    .video_image {
        width: 100%;
        margin-top:100px;
        margin-bottom:100px;
    }
    .section-description-list .item p.lead,
    .pokerapp-desc-section p.pokerapp{
        font-size: 1.1rem;
    }
    .form-wrap {
        padding:28px;
        margin-top:20px;
    }
    .form-wrap button {
        margin-top:20px;
    }
    .are-u-play-img {max-height: 300px}
    .new-dim-title {}
    main.position-center-center {padding-top:50px;}
    .add-index-mobile-rule {
        text-align: left;
    }
    .get-started-with-the-best {
        margin-top:50px;
    }
    .play-with-friends-mobile {display: none}
    .addon-symbols.show-on-mobile {
        display: block;
        position: absolute;top:10px !important; right:0px; max-width: 250px; opacity: 0.7;
    }
    .addon-symbols.hide-on-mobile {
        display: none !important;
    }
    .remove-mobile-br br {display: none}
    .list-item .information {
        padding-right: 20px;
    }
    .list-item {
        margin-bottom:50px;
    }
    .intro-text-left {
        width: 100%;
        text-align: left;
    }
    .text-wrap-right {
        width: 100%;
    }
    .flex-direction-mobile {
        flex-direction: column;
    }
    .video-wrap svg {
        max-width: 100%;
        height: 350px;
    }
    .twice-rules {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        text-align: left;
    }
    .phone-addon-1 {
        position: absolute;
        right: 27.44%;
        bottom:-200px;
        z-index: 100;
    }
    .phone-addon-2 {
        position: absolute;
        right: 17.44%;
        bottom:-200px;
        z-index: 10;
    }
    .min-height-800 {
       min-height: 800px;
    }
    .clear-center-mobile {
        margin-top:100px;
        margin-bottom: initial;
    }
    .addon-symbols {
        position: absolute;
        top:-130px;
        right: 0px;
    }
    .make-grid-for-banners a {
        margin-bottom:0px;
        margin-top:0px;
    }
    .make-grid-for-banners {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        margin-top:20px;
        margin-bottom:20px
    }
    .twice-rules {
        margin-top:150px;
    }
    .min-height-600 {
        min-height: 600px;
    }
    .add-overflow-mobile {
        overflow: hidden;
    }
    .news-list .item {
        flex-direction: column;

    }
    .news-list .item img {
        order:1;
        margin-bottom:15px;
        width: 100%;
        max-width: 100%;

    }
    .news-list .item .details {
        order:2;

    }
    .twice-as-sweet {
        width: 100%;
    }
    .intro-text-left {text-align: center}
    .footer-wrap .footer-grid {
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr);

    }
    .footer-wrap ul, .footer-wrap h4 {
        margin-left:30px;

    }
    .play-with-friends {
        margin-top:150px;
    }
    .play-with-friends-mobile {
        position: absolute;
        top:130px;
        right:-150px;
        opacity: 0.3;
        z-index: 0;
        transform: rotate(-31.82deg);
    }
    .add-padding-mobile {
        padding-top:60px;
    }
    .make-grid-for-banners {margin-bottom: 0px; margin-top:30px;}
    .see-all-promo {margin-bottom:50px;}
    .mind-your-weapon {margin-top:80px;}
    .create-mobile-row {
        flex-direction: column;
    }
    .add-spacing-buttons-mobile .btn {
        margin-bottom:10px;
    }
    .scrolling-navi {
        /*
        background: linear-gradient(103.19deg, rgba(7,8,10,0.77) 4.61%, #171a26 87.53%);
        backdrop-filter: saturate(180%) blur(20px);*/
        background: transparent;
        backdrop-filter:none !important;
    }
    .min-height-bigger-mobile {
        min-height: 700px;
    }
    .video-wrap svg {max-height: 400px; width:100%;}
    .phone-addon-1-software {
        position: absolute;
        right: 24.44%;
        top:50%;
        z-index: 100;
        max-width: 50%;
        width: 100%;

        opacity: 0.1;
        display: none;
    }
    .faq-section {
        margin-top:100px;
    }
    .phone-addon-1-games {
        display: none;
    }
    .games-background .section-description-list .item {
        text-align: left;
        padding-left:20px;
        padding-right:20px;
    }
    .games-background .clear-center-mobile {
        margin-top:50px;
        margin-bottom:50px;
    }
    .addon-pokerapp-mockup {
        bottom:0px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -36%);
        opacity: 0.1;
    }
    .addon-pokerapp-mockup-2 {

        opacity: 0.1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -36%);
    }
    .addon-software {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .addon-pokerapp {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .addon-pokerapp {
        opacity: 0;
    }
    .games-background .intro-text-left, .pokerapp-partner .intro-text-left {
        margin-right: 0px;
    }
    .get-started-with-the-best svg {
        max-height: 300px;
    }
    .addon-mobile-margins {
        margin-top:40px;
        margin-bottom:40px;
    }
    .software-lines {
        bottom:-150px !important;
    }

}
@media (min-width: 1400px) {
    .smaller-container {
        max-width: 920px;
    }
}

@media (max-width: 980px) {
    .alternative-positioning {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: repeat(1, 1fr);
        align-items: stretch;
    }
    .alternative-positioning .middle-row {
        display: none;
    }
    .alternative-positioning .first-row {
        justify-content: flex-start;
        text-align: left;
        padding-left:20px;
        padding-right:20px;
    }
    .alternative-positioning .last-row {
        justify-content: flex-start;
        text-align: left;
        padding-left:20px;
        padding-right:20px;
        margin-top:-30px;
    }
}
@media (min-width: 1480px) {
    .phone-addon-1-games {
        max-width: 19%;
        left: 17.44%;
    }
    .phone-addon-1-software {
        max-width: 18%;
    }
}
@media (max-width: 973px) {
    .navi-social {margin-top:40px; display: block}
    .navi-social h4 {color:white; opacity: 0.3;text-transform: uppercase; font-size: 13px; margin-bottom:10px;}
    .navi-social a i {color:white; opacity: 0.3;font-size: 2.3rem; margin-left:5px; margin-right:5px;}
    .mobileStyle {
        height: 100vh !important;
        background: linear-gradient(103.19deg, #090A0F 4.61%, #181C29 87.53%);
        display: initial;
        transition: ease all .2s;
        animation: fadeIn 0.5s;
    }
    .mobileStyle .navbar-nav {
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 300px;

    }
    .mobileStyle .navbar-nav .nav-link {
        font-size: 24px;
        font-weight: bold;
        line-height: 52px;
    }
    #navbar-content {
        height: 100vh;
    }
}
@media (max-width: 768px) {
    .new-dim-title {
        max-height: 140px;
    }
    .social {
        margin-top:10px;
    }
}

.if-error {
    margin-left:15px;
    color:var(--color--light-orange);
    display: none;
}
.form-control.input-error {
    border-color:var(--color--light-orange);
}
.select-wrap.error .select-interest {
    border-color:var(--color--light-orange);
}
.carousel-inner {
    height: calc(100vh);
}

.slide-wrap p.lead.bigger {
    font-size: 43px;
}
.slide-wrap p.lead {
    font-size: 33px;
}
.pokerfun_image_1 {
    width: 850px;
    z-index: 10;
    position: absolute;
    left:0px;
}
.pokerfun_image_2 {
    width: 320px;
    z-index: 100;
    position: absolute;
    left:70px;
    margin-top: -20px;
}
.pokerfun_image_3 {
    width: 170px;
    z-index: 1000;
    position: absolute;
    right:50px;
    margin-bottom: -110px;
}
.platform-icons {
    margin:20px 0 10px 0;
}
.pokerfun_wrap_left {
    text-align: left;
    margin-left: 100px;
}

.is-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.parent-center-prep {
    display: grid;
    grid-template-rows: 100vh;
    grid-template-columns: 100vw;
}

.child-center{
    justify-self: center;
    align-self: center;
}

@media (max-width: 1168px) {
    .pokerfun_wrap_left {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 968px) {
    .pokerfun_wrap_left {
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 1398px) {
    .pokerfun_image_2 {
        display: none;
    }
}
@media (max-width: 991px) {
    .pokerfun_wrap_right{
        display: none;
    }
}

.promotions-wrap {
    margin-top:130px;
}
.promotions-list {
    display: grid;
    grid-gap: 45px;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    max-width: 90%;
    margin:0px auto;
    margin-top:60px;
    margin-bottom:230px;
}
.promotions-list a {
    display: inline-block;
}
.promotions-list a img {
    width: 100%;
    border-radius: 18px;
    transition: box-shadow 0.3s ease-in-out;
    transition: all .2s ease-in-out;
}
.promotions-list a:hover img {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transform: scale(1.1);
}

.promo-addon.bad-beat {
    max-width: 75%;
}
.badbeat-cards {
    position: absolute;
    right: -50px;
    top:55px;
    max-width: 600px;
}
.promo-addon {
    position: absolute;
    right: -200px;
    top: 0px;
}
.single-promo-wrap {
    max-width: 900px;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
}
.single-promo-wrap h1 {
    margin-bottom: 30px;
    font-weight: 600;
    margin-top:80px;

}
.single-promo-wrap h1 span {
    color: var(--color--light-orange) !important;
}
.single-promo-wrap h3 {
    margin-top:30px;
}
.single-promo-wrap a.lnk {
    color: var(--color--light-orange);
    text-decoration: none;
}

.single-promo-wrap a.lnk:hover {
    color: var(--color--darker-orange);
    text-decoration: underline;
}


.single-promo-wrap ul li::before  {
    content: "•";
    display: inline-block;
    width: 1em;
    margin-left: -0.9em;
    font-weight: bold;
    font-size:1.1rem;
    color: var(--color--light-orange);
}
.single-promo-wrap ul   {
    list-style-type:none;
    margin-top:25px;
    margin-left:20px;
}
.single-promo-wrap ul li  {
    margin-bottom: 15px;
}
.promo-top-rules {
    display: flex; align-items: center; height: 100%;
}
.promo-img {
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
@media only screen and (max-width: 973px) {
    .title-bad-beat {
        margin-top:-150px;
    }
    .promo-addon.bad-beat {
        max-width: initial;
    }
    .badbeat-cards {
        position: absolute;
        right: -50px;
        bottom:-70px;
        max-width: 340px;
        top: initial;
    }
    .promotions-list {
        grid-template-columns: repeat(1, 1fr);

    }
}
.deposit-methods {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.deposit-methods img {
    margin-left:10px;
    margin-right:10px;
}
.deposit-methods label {
    color:#343A49;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
.dep-wrap {
    position: absolute;
    bottom:80px;
    width: 100%;
    left:0;
    right:0;
    margin:0 auto;
    padding-left:110px;
}
@media only screen and (max-width: 1205px) {
    .dep-wrap {display: none;}
}
@media only screen and (max-width: 786px) {
    .line-height-mobile-correction {
        line-height: 26px !important;
    }
    .mobile-layer-one-position {

    }
    .dep-wrap {
        position: absolute;
        bottom:30px;
        width: 74%;
        left:0;
        right:0;
        margin:0 auto;
    }
    .deposit-methods {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .deposit-methods label {
        width: 100%;
        margin-bottom:15px;
        text-align: left;
    }
    .deposit-methods img {
        margin-left:0px;
        margin-right:10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-height: 710px) {
    .dep-wrap {

        bottom:150px;

    }
}
.correct-padding {
    padding: 0.7rem 1.4rem !important;
    border-radius: 0.7em !important;
    font-size: 14 px !important;
}

.correct-padding:hover {
    background: #FFEE00;
    border-color:#FFEE00;
    color:#111;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .slide-wrap {
        display: flex;
        align-items: center;
        height: 100vh !important;
    
    }
}
.lines_1-gfx {
    position:absolute; right:0px; bottom:0px; width: 60%;
}
@media (max-width: 992px){
    .lines_1-gfx {
        position:absolute; right:0px; bottom:0px; width: 90%;
    }
}
@media (max-width: 692px){
    .lines_1-gfx {
        position:absolute; right:0px; bottom:0px; width: 160%;
    }
}
.promotions-avatar-img {
    margin-bottom: -70px;
}
@media (min-width: 1420px){
    .promo-addon {
        position: absolute;
        right: -100px;
        top: 0px;
    }
}
@media (max-width: 1420px){
    .promo-addon {
        position: absolute;
        right: -260px;
        top: 0px;
    }
}
.logo-promo-bottom {
    position: absolute;
    bottom:5px;
    left:30px;
    width: 100px;

}
@media ( min-width: 992px){
    .logo-promo-bottom {
        margin-left:51px

    }
    h1.bigger {
        margin-left: 60px;
    }
}
@media ( max-width: 992px){
    .logo-promo-bottom {
        display: none;

    }
}
.sub-footer {
    color: #FFFFFF;
    opacity: 0.3;
    font-size:0.8rem;
    text-align: left;
    margin-top:10px;
}
.single-promo-banner {
    max-width: 900px;
    border-radius: 18px;
    width: 100%;
}
@media ( max-width: 992px){
    .single-promo-banner {
        max-width: initial;
    }
}
.promo-bottom-play-now {
    text-align: center;
    margin-bottom: 100px;
    border-top:1px solid #495063;
    padding-top:20px;
    max-width: 900px;
    margin-left:auto;
    margin-right: auto;
}
.promo_main_title {
    margin-top:60px;
    margin-bottom:50px;
    font-size: 2.8rem;
    font-weight: 600;
}
.single-promo-wrap p {
    margin-bottom:30px;
}
.single-promo-wrap h4 {
    margin-bottom: 30px ;
}
.weplay-table tr td {
    padding: .8rem .8rem;
}
.weplay-table tr td:first-child {
    color:#fff;
}
.weplay-table tr td:last-child {
    color:#E9E9F4;
    border-bottom:1px solid #495063;
}
.weplay-table tr {
    border-bottom:1px solid #495063;
}
.weplay-table tr td {
    padding-left:0;
}
.weplay-table tr td p:last-child {
    margin-bottom:0;
}
blockquote {
    border-left: 1px solid var(--color--light-orange);
    font-style: italic;
    margin-bottom: 1.6667em;
    margin-left: 38px;
    padding-left: 0.7778em;
    margin-top:50px;
}

@import url("https://fonts.googleapis.com/css?family=Fjalla+One&display=swap");
.numCounter {
    display: inline-block;
    height: 90px;
    line-height: 90px;
    text-shadow: 0 0 2px #FFF;
    font-weight: bold;
    white-space: normal;
    font-size: 60px;
}
.numCounter::before {
    content: "$";
    margin-right: 20px;
    margin-top:2px;
}
.numCounter > div {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.numCounter > div > b {
    display: inline-block;
    width: 64.2857142857px;
    height: 100%;
    margin: 0 0.1em;
    border-radius: 8px;
    text-align: center;
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2);

    overflow: hidden;
}
.numCounter > div > b::before {
    content: " 0 1 2 3 4 5 6 7 8 9 ";
    display: block;
    word-break: break-all;
    word-break: break-word;
    transition: 0.5s cubic-bezier(0.75, 0.15, 0.6, 1.15), text-shadow 150ms;
}
.numCounter > div > b.blur {
    opacity: 0.8;
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2), 0 0.1em 2px rgba(255, 255, 255, 0.6), 0 0.3em 3px rgba(255, 255, 255, 0.3), 0 -0.1em 2px rgba(255, 255, 255, 0.6), 0 -0.3em 3px rgba(255, 255, 255, 0.3);
}
.numCounter > div > b[data-value="1"]::before {
    margin-top: -90px;
}
.numCounter > div > b[data-value="2"]::before {
    margin-top: -180px;
}
.numCounter > div > b[data-value="3"]::before {
    margin-top: -270px;
}
.numCounter > div > b[data-value="4"]::before {
    margin-top: -360px;
}
.numCounter > div > b[data-value="5"]::before {
    margin-top: -450px;
}
.numCounter > div > b[data-value="6"]::before {
    margin-top: -540px;
}
.numCounter > div > b[data-value="7"]::before {
    margin-top: -630px;
}
.numCounter > div > b[data-value="8"]::before {
    margin-top: -720px;
}
.numCounter > div > b[data-value="9"]::before {
    margin-top: -810px;
}
/*
.numCounter > div:nth-last-child(2n):not(:first-child)::before {
    content: ",";
    display: inline;
    font-size: 1.1em;
    opacity: 0.6;
    color: white;
    text-shadow:none;
}*/

.numCounter > div:nth-child(3)::before {
    content: ",";
    display: inline;
    font-size: 1.1em;
    opacity: 1;
    color: white;
    text-shadow:none;
    vertical-align: inherit;
}
.numCounter > div:nth-child(6)::before {
    content: ".";
    display: inline;
    font-size: 1.1em;
    opacity: 1;
    color: white;
    text-shadow:none;
    vertical-align: inherit;
}

.numCounter {
    height: 145px;
    font-weight: 600;
    overflow: hidden;
    padding: 0.4em;
    text-align: center;

    border-radius: 16px;
    background: rgba(16,19,23, 0.5);
    /*box-shadow: -20px -20px 60px #1d1f28, 20px 20px 60px #1d1f28;*/
}
.numCounter b {
    background: #37394b;
    background: rgba(56,135,34, 0.8);
    color: white;
}
.top-play-button {
    background: rgba(255,255,255, 0.1);
    border-radius: 6px;
}
.cover-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 500px;
    position: relative;
}
.top-counter {
    transform: scale(0.45);
    z-index: 1000;
    position: absolute;
    top: -30px;
    left:0;
    right:0;
}
.mobile-counter {
    transform: scale(0.4);
    z-index: 1000;

}
@media ( min-width: 1216px){
    .single-promo-banner {
        display: none;
    }
}
@media ( max-width: 1216px){
    .cover-image {
        display: none;
    }
    .single-promo-banner {
        display: block;
    }
}
@media ( max-width: 1216px){
    .top-counter {
        transform: scale(0.3);
        z-index: 1000;
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
    }
}
@media ( max-width: 768px){
    .top-counter {
        transform: scale(0.3);
        z-index: 1000;
        position: absolute;
        top: 50px;
        left: -200px;
        width: 700px;
    }
}
.tandc {
    position: absolute;
    bottom:20px;
    right:30px;
    color: #FFFFFF;
    opacity: 0.3;
    font-size: 0.8rem;
}
.max-width {
    max-width: 1390px;
    margin:0 auto;
    position: relative;
    height: 500px;
}
table.weplay-table tr td {
    color:#E9E9F4;
}
table.weplay-table.small-adjust {
    margin-top:30px;
}
table.weplay-table.small-adjust tr td {
    font-size:0.7rem;
}
table.weplay-table.small-adjust thead tr {
    background:#bc2840 !important;
    color:white;
    text-align: center;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.table-striped.table-race>tbody>tr  {
  background:#28292f;
  color: white;
}
.table-striped.table-race>tbody>tr:nth-of-type(odd)>* {
    background: #1c1d23 !important;
    color: white;
}
.table-striped.table-race>:not(caption)>*>* {
  border-bottom-width: 0px
}
.race-table {
  margin-bottom: 40px;
}
.race-table .row {
  flex-flow: row wrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 8px 0px 8px 0px;
  flex-wrap: nowrap;
  border-bottom:2px solid #101117;
}
.race-table .row.head {
  color:#939191 !important;
  background: transparent !important;
  font-weight: 300;
  font-size: 0.9rem;
}
.race-table .row .td {
  flex: 1 1 0px;
  flex-basis: 120px;
  padding-left:20px;
  padding-right: 20px;
}
.race-table .row:nth-of-type(odd) {
  background:#1c1d23;
  color:white;
  
}
.race-table .row:nth-of-type(even) {
  background:#28292f;
  color:white;
  
}
.race-table .body .row:nth-of-type(1) {
  background-image: url(../gfx/infinity/first_left.jpg), url(../gfx/infinity/first_right.png);
  background-position: left center, 400px center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  
}
.race-table .body .row:nth-of-type(2) {
  background-image: url(../gfx/infinity/second_left.jpg), url(../gfx/infinity/second_right.png);
  background-position: left center, 400px center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  
}
.race-table .body .row:nth-of-type(3) {
  background-image: url(../gfx/infinity/third_left.jpg), url(../gfx/infinity/third_right.png);
  background-position: left center, 400px center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  
}
.race-title img {
  width: 80%;
  margin-bottom: 20px;
  margin-top:30px;
}
.navbar-brand {
    display: flex;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.give-us-a-buzz-gfx {
    position: absolute;
    bottom: 0;
    left: 44%;
    transform: translate(-44%, 0);
    max-width: 480px;
    width: 100%;
    z-index: 10;
}
.text-left {
    text-align: left;
}
@media ( max-width: 1060px){
    .give-us-a-buzz-gfx {
        opacity: 0.5;
    }
    .prv-tables-image {
        display: none;
    }
    .highest-integrity-image, .text-wrap-right-integrity, .private-tables  {
        display: none !important;
        padding-right: 0;
    }
    .ipad-adjust {
        padding-right: 0 !important;
        margin-top: auto !important;
        margin-bottom:auto !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .intro-text-left {
        margin-left:0;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .intro-text-left-r {
        max-width: 80%;
        text-align: center;
        margin: 0 auto;
    }
    .image-stack {
        justify-content: center;
    }
}
@media ( max-width: 768px){
    .footer-wrap .con-1 {
        text-align: left !important;
    }

    .footer-wrap .copyright {
        flex-direction: column;
        gap: 15px;
    }
    .navbar-brand {
        display: flex;
        gap: 15px;
    }
    .justify-content-center {
        justify-content: center;
        justify-items: center;
        align-items: center;
    }
    .prv-tables-image {
        max-width: 65%;
        display: none;
    }
    .give-us-a-buzz-gfx {
        display: none;
    }
    h2.bigger {
        font-size: 52px;
        font-weight: 600;
        line-height: 52px;
    }
    .intro-text-left {
        width: 100%;
    }
    .ipad-adjust .mb-5 {margin-bottom:15px !important; margin-top:20px !important;}
    .ipad-adjust .software-image {margin-top:20px !important; margin-bottom:0px !important;}
    h2 {font-size:38px}
}
@media ( min-width: 968px){
    .intro-text-left-r {
        padding-right: 100px;
    }


}
@media (max-width: 968px){
    .text-left {
        text-align: center;
    }
    .text-wrap-right.position-center-center {
        margin-top:0;
        margin-bottom: 0;
    }
    .play-with-friends-mobile--rule {
        margin-top:150px !important;
    }
    .position-center-center.play-with-friends {
        margin-top:0;
        margin-bottom: 0;
    }


}

@media ( max-width: 1368px){
    .pokerfun_image_1 {
        width: 620px;
        z-index: 10;
        position: absolute;
        left:0px;
    }
    .pokerfun_image_3 {
        right:0px;
        width: 150px;
    }
}
@media ( max-width: 1024px){
    .give-us-a-buzz-gfx {
        opacity: 0.5;
    }

}
