* {
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

ol, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}


a {
    color: #33E8FF;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}
a:hover,
a:focus {
    color: #fff;
    text-decoration: underline;
}

button {
    font-family: inherit;
    cursor: pointer;
    color: inherit;
}

body {
    width: 100%;
    height: 100%;

    background-color: #0B0B0D;
    color: #fff;

    font-family: "Montserrat", sans-serif;
}

section {
    padding-top: 0;
    padding-bottom: 30px;
}

header {
    position: relative;
    min-width: 100%;
    padding-bottom: 20px;
}


.nav a {
    margin-right: 8px;
}

@media (max-width: 714px) {
    .nav {
        display: none;
    }
}

.container {
    max-width: 1220px;
    margin: 0 auto;
}

.logo {
    display: flex;
    gap: 8px;
}

.logo img {
    min-width: 50px;
}

.logo_text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.logo_text h2 {
    font-size: 20px;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.hero {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 720px;
    width: 100%;
}

@media (max-width: 714px) {
    .logo_text h2 {
        font-size: 13px;
        line-height: 24px;
    }

    .logo_text--think {
        font-size: 13px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.offers-list {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;


    margin-top: 30px;
    margin-bottom: 40px;
}


.casino-item {
    position: relative;

    min-width: 100%;
    border-radius: 8px;
    border: 2px solid #8F8F8F;
    display: flex;
    background: linear-gradient(to right, #363550, #020027);
    /*justify-content: space-between;*/
    overflow: hidden;
    /*max-width: 1200px;*/
    z-index: 1;
}

.casino-item.item-vip {
    background: linear-gradient(to right, #00AFC9, #5E00FF);
}


.best {
    position: absolute;
    left: 20px;
    top: -20px;
    z-index: 5;
}

.left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: rgba(11,11,13,0.7);
    min-width: 15%;;
    padding: 10px;
}

.yellow {
    color: #FFF500;
    font-weight: bold;
}

.for_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.for_text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.for_text span {
    font-size: 12px;
}

.price-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 90px;
    margin-right: auto;

    /*order: 2;*/

}

.grey-title {
    font-size: 23px;
    color: rgba(255,255,255,0.7);
}

.price-block h2 {
    font-size: 50px;
    color: #fff;
}

.deals-block {
    display: flex;
    flex-direction: column;
    /*align-items: flex-end;*/
    justify-content: center;
    /*margin-right: 20px;*/
    /*max-width: 350px;*/
    min-width: 400px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*order: 3;*/
}

.deals-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.list__item {
    display: flex;
    align-items: center;
    gap: 3px;
}

.middle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block1 {
    gap: 10px;
}

.block1 img {
    max-width: 50px;
    height: auto;
}

.right-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 15px 30px;
}

.main_button {
    border: none;
    border-radius: 8px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(to bottom, #FFF500, #FFA800);

    padding: 15px 30px;
}

.payments {
    max-width: 230px;
}

.button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 200px;
}

.payment-title {
    display: none;
}

.offer-title {
    font-size: 32px;
    margin-bottom: 30px;
}

.mob {
    display: none;
}

.desc {
    display: flex;
}

.for_img {
    max-height: 60px;;
}

.for_img img {
    max-width: 160px;
    width: 100%;
}

@media (max-width: 714px) {

    .mob {
        display: flex;
    }

    .desc {
        display: none;
    }

    .for_img img {
        max-width: 100px;
    }


    .offer-title {
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
    }


    .best {
        left: 10px;
    }
    .casino-item {
        flex-direction: column;
        min-width: 100%;
    }

    .left {
        flex-direction: row;
    }



    .for_text p {
        font-size: 13px;
    }
    .for_text span {
        font-size: 10px;
    }

    .middle-wrapper {
        padding: 10px 3px;
        align-items: flex-start;
        justify-content: space-between;
    }

    .price-block-mobile {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 120px;
        right: 10px;
    }

    .price-block-mobile h2 {
        font-size: 30px;
    }

    .price-block {
        /*display: none;*/
        /*order: 3;*/
        margin-left: 0;
        margin-right: 10px;
        margin-top: 15px;
    }

    .price-block h2 {
        font-size: 40px;
    }

    .grey-title {
        font-size: 15px;
    }



    .deals-block {
        order: 2;
        margin: 0;
        padding: 0;
        margin-top: 20px;
        margin-left: 3px;
        min-width: 40px;
        width: 70%;
    }

    .list__item span {
        font-size: 12px;
    }

    .list__item img {
        max-width: 16px;
    }

    .payment-title {
        display: flex;
        font-size: 13px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .payments {
        position: absolute;
        bottom: 10px;
        left: 0;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
        flex-wrap: wrap;
        max-width: 50%;
    }

    .button-wrapper {
        margin-bottom: 20px;
        margin-top: 20px;
        min-width: max-content;
    }

    .main_button {
        font-size: 14px;
        padding: 10px 7px;
    }

    .verified span {
        font-size: 13px;
    }

    .right-block {
        order: 4;
        align-items: flex-end;
        margin: 0 10px 0 10px;
    }

}

.block1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.logo_text--think {
    font-size: 20px;
    font-weight: 300;
}

.about_b {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;

}


.about_b-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 49%;
}

.about_b-description {
    font-size: 16px;
    line-height: 25px;
}

.about_b-list {
    max-width: 49%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px
}

.about_b-list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 4px solid #fff;
    border-radius: 8px;
    max-width: 45%;
    padding: 18px;
}

.item-main-title {
    font-weight: 700;
    font-size: 30px;
}

.item-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item-title {
    font-size: 14px;
    font-weight: 700;
}

.about_b-title {
    color: #5695c5;
    font-size: 32px;
    line-height: 100%;
}

.about_b-subtitle {
    color: #5695c5;
    font-size: 20px;
    line-height: 100%;
}

.documentation h2,
.documentation h2,
.documentation h3 {
    margin-top: 20px;
}

@media (max-width: 714px) {
    .about_b {
        flex-direction: column;
        justify-content: center;
    }

    .about_b-text {
        max-width: 100%;
    }

    .about_b-title {
        font-size: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .about_b-list {
        max-width: 100%;
        margin-top: 20px;
    }

    .about_b-list-item {
        max-width: 100%;
    }
}

.divider {
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,0.2);
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer_b {
    background-color: #151521;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.footer-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    gap: 20px;
}

.footer-icons ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.footer-icon img {
    max-height: 50px;
    width: auto;
}


.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}


.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom .logo img {
    min-width: 30px;
}

.footer-bottom .logo_text h2 {
    font-size: 16px;
}

@media (max-width: 714px) {
    .footer_b {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        padding-bottom: 30px;
    }


    .footer-icon img {
        max-height: 30px;
        width: auto;
    }

    .footer-icons ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .footer-bottom .copyright {
        display: none;
    }


}

.banner_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_wrapper img {
    max-width: 1200px;
}

.header__logos img {
    min-width: 100%;
}

@media (max-width: 714px) {
    .banner_wrapper img {
        max-width: 100%;
    }


    .header__logos img {
        max-width: 100%;
    }
}

.content {
    position: relative;
    max-width: 100%;
}

.content .about_b-description {
    margin-top: 8px;
    margin-bottom: 20px;
    line-height: 25px;
}

.content .about_b-title {
    margin-top: 30px;
}
.content .about_b-subtitle {
    margin-top: 10px;
}
.content-list {
    margin-top: 10px;
    margin-bottom: 20px;
}

.content-list li {
    margin-left: 20px;
    margin-bottom: 8px;
    list-style: disc;
}

table {
   width: 100%;
   border-collapse: collapse;
   margin: 20px 0;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
   overflow-x: auto;
   display: block;
        }
    th, td {
        border: 1px solid #333;
        padding: 15px;
        text-align: left;
    }
    th {
        background-color: #00BFFF;
        color: #000;
        font-size: 1.2em;
    }
    td {
        background-color: #181818;
    }
    tr:nth-child(even) td {
        background-color: #222;
    }

.img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}
.case-study {
  margin: 20px 0;
  padding: 20px;
  background-color: #1a1a1e; /* A subtle background that contrasts with your dark body */
  border-left: 4px solid #5695c5; /* Accent color matching your links */
  border-radius: 8px;
}

.case-study .about_b-subtitle {
  margin-bottom: 15px;
  /* Inherits color & font-size from your existing styles (.about_b-subtitle already set to 20px and color #5695c5) */
}

.case-study .about_b-description {
  line-height: 1.6;
  font-size: 16px;
  color: #fff; /* Ensures good readability on the dark background */
}


/* Slideshow container */
.slideshow-container {
    position: relative;
    width: 100%;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

.mySlides img {
    width: 100%;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    z-index: 999;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

.sticky-btn-wrapper {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: linear-gradient(to right, #00AFC9, #5E00FF);
    min-height: 76px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    z-index: 9999;
    border-top: 3px solid #FFF500;
}


.sticky {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    background: linear-gradient(to bottom, #FFF500, #FFA800);
    padding: 12px 19px;
    border-radius: 8px;
    min-width: max-content;

}

.text-img-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: -10px;
}



.sticky-text-wrapper {
  display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    color: #fff;
}

.sticky-text-wrapper h3 {
    font-size: 17px;
    margin-bottom: 5px;
}

.sticky-text-wrapper p {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}


.hashes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.mob {
    display: none;
}

.nav {
    display: inline;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    padding: 10px;
}

.date {
    /*position: absolute;*/
    font-size: 11px;
    margin-left: 20px;
    color: rgba(255,255,255,0.6);
}

.img-bottom-wrapper img {
    max-width: 100%;
}

.scheme {
    max-width: 400px;
}

@media (max-width: 714px) {

    table {
        font-size: 14px;
    }

    .mob {
        display: flex;
    }

    .scheme {
        width: 100%;
    }


    .text-img-wrapper {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 0;
    }

    .sticky-btn-wrapper h4 {
        max-width: 90%;
    }

    .date {
        top: 110px;
        left: 20px;
    }
}
  
}
.sportwetten-zahlungen {
    background-color: #0b0b0d;
    color: #ffffff;
    padding: 10px;
    margin: 10px;
    max-width: 1200px;
    font-family: 'Arial', sans-serif;
}

.sportwetten-zahlungen h2 {
    color: #5695c5;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.sportwetten-zahlungen h3 {
    color: #5695c5;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.sportwetten-zahlungen ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.sportwetten-zahlungen ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
}

.sportwetten-zahlungen ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #2ecc71;
}

.sportwetten-zahlungen p {
    line-height: 1.6;
    margin-bottom: 10px;
}

.sportwetten-zahlungen strong {
    color: #FFF500;
}

@media (max-width: 714px) {
    .sportwetten-zahlungen {
        padding: 15px;
    }

    .sportwetten-zahlungen h2 {
        font-size: 20px;
    }

    .sportwetten-zahlungen h3 {
        font-size: 18px;
    }

    .sportwetten-zahlungen ul li {
        font-size: 14px;
    }

    .sportwetten-zahlungen p {
        font-size: 14px;
    }
}

.review-section {
    background-color: #0b0b0d;;
    color: #ffffff;
    border-radius: 0px;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    max-width: 1200px;
}

.review-section .about_b-title {
    color: #5695c5;
    font-size: 26px;
    text-align: center;
    margin-bottom: 5px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.review-section .about_b-subtitle {
    color: #FFF500;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.review-section .about_b-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.review-section .content-list {
    padding-left: 30px;
    margin-bottom: 15px;
}

.review-section .content-list li {
    margin-bottom: 10px;
    position: relative;
}

.review-section .content-list li::before {
    content: '●';
    color: #5695c5;
    position: absolute;
    left: -18px;
}

.review-section .content-list ul,
.review-section .content-list ol {
    padding-left: 15px;
    margin-top: 5px;
}

.review-section table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.review-section th, .review-section td {
    border: 1px solid #333;
    padding: 12px;
    text-align: left;
}

.review-section th {
    background-color: #00BFFF;
    color: #000;
}

.review-section td {
    background-color: #222;
}

.review-section tr:nth-child(even) td {
    background-color: #181818;
}

@media (max-width: 714px) {
    .review-section {
        padding: 15px;
    }

    .review-section .about_b-title,
    .review-section .about_b-subtitle {
        font-size: 20px;
    }

    .review-section .about_b-description,
    .review-section .content-list li {
        font-size: 14px;
    }

    .review-section table,
    .review-section th,
    .review-section td {
        font-size: 13px;
    }
}