* {
    box-sizing: border-box;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
}

body {
    background: no-repeat url(img/bg.png) top center / 100% 100%;
}

.container {
    width: 1360px;
    margin: 0 auto;
    padding: 0 10px;
}

main {
    margin-top: 170px;
}

h1 {
    font-weight: 900;
    color: rgba(255, 255, 255, 1);
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 50px;
}

.casino-wrapper {
    display: flex;
    gap: 40px;
    margin-top: 220px;
    align-items: flex-start;
}
::placeholder {
    color: #fff;
}
.btn {
    background: linear-gradient(265.91deg, #C224C2 1.34%, #F9AF40 50.23%, #5C115C 99.13%);
    padding: 20px 30px;
    color: #fff;
    border: none;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 900;
}

/* LEFT SIDE */
.casino-left {
    width: 50%;
    text-align: center;
}

.casino-logo img {
    max-width: 620px;
    margin-bottom: 50px;
    width: 100%;
}

.casino-description p {
    font-size: 20px;
    text-align: left;
}

/* RIGHT SIDE */
.casino-right {
    width: 50%;
}

.casino-title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 900;
}

/* OFFER BLOCK */
.casino-offer {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    align-items: center;
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(153.04deg, rgba(162, 39, 255, 0.12) -15.52%, rgba(47, 4, 80, 0.12) 81.12%);
    border: 1px solid rgba(161, 39, 255, 0.7);
}

.offer-col-logo {
    text-align: center;
}

.casino-offer-logo {
    max-width: 80px;
    margin-bottom: 10px;
}

.stars {
    color: #f5b400;
    font-size: 18px;
}

/* BONUS TEXT */
.offer-col-bonus h3 {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.offer-col-bonus p {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
}

/* BUTTON */
.play-btn {
    display: inline-block;
    padding: 12px 20px;
    background: rgba(194, 36, 194, 1);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition-delay: 0.2s;
}

.play-btn:hover {
    background: linear-gradient(85.91deg, #C224C2 1.34%, #F9AF40 50.23%, #5C115C 99.13%);
}

.offer-number {
    background: rgba(194, 36, 194, 1);
    border-radius: 60px;
    color: #fff;
    padding: 10px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.label-text {
    background: rgba(194, 36, 194, 1);
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    width: fit-content;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.casino-right-container {
    position: relative;
}

.casino-card {
    display: grid;
    grid-template-columns: 180px 140px 150px 100px 1.2fr 140px 150px;
    gap: 20px;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid rgba(161, 39, 255, 0.7);
    background: linear-gradient(153.04deg, rgba(162, 39, 255, 0.12) -15.52%, rgba(47, 4, 80, 0.12) 81.12%);
    align-items: center;
    margin-bottom: 20px;
}

.cc-col-border {
    border: 1px solid rgba(161, 39, 255, 0.7);
    border-radius: 15px;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.cc-logo-box {
    background: #000;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.cc-logo-box img {
    max-width: 115px;
    max-height: 60px;
}

.cc-name {
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 15px;
}

.cc-founded {
    color: rgba(255, 255, 255, 0.707);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    margin-bottom: 6px;
}

.cc-more a {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

.cc-text {
    color: rgba(194, 36, 194, 1);
    font-weight: 400;
    font-size: 14px;
}

.cc-plus {
    font-size: 18px;
    background: rgba(161, 39, 255, 0.2);
    border-radius: 50%;
    width: 26px;
    height: 26px;
    color: rgba(194, 36, 194, 1);
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arc-wrapper {
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
}

.arc-svg {
    width: 80px;
    height: auto;
}

.arc-bg {
    fill: none;
    stroke: #e5e5e5;
    stroke-width: 10;
    stroke-linecap: round;
}

.cc-rating-label {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
}

.arc-fill {
    fill: none;
    stroke: rgba(194, 36, 194, 1);
    stroke-width: 10;
    stroke-linecap: round;
    stroke-dasharray: 126;
    stroke-dashoffset: 126;

    transition: stroke-dashoffset 0.6s ease;
}

.arc-value {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

.cc-flag {
    width: 35px;
    display: block;
    max-height: 35px;
}

.cc-licence-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.cc-bonus-desc {
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
}

.cc-bonus-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.cc-value-amount {
    text-align: center;
    background: rgba(161, 39, 255, 0.2);
    border-radius: 50px;
    padding: 10px 12px;
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    color: rgba(194, 36, 194, 1);
    letter-spacing: 0%;
}

.cc-value-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}


.cc-btn:hover {
    background: linear-gradient(85.91deg, #C224C2 1.34%, #F9AF40 50.23%, #5C115C 99.13%);
}

.cc-review {
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

.cc-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.subscribe-box {
    margin: 100px auto 140px;
    max-width: 800px;
    padding: 60px 130px;
    border-radius: 30px;
    background: linear-gradient(153.04deg, rgba(162, 39, 255, 0.12) -15.52%, rgba(47, 4, 80, 0.12) 81.12%);
    border: 1px solid rgba(161, 39, 255, 0.7);
}

.sub-title {
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.sub-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
}

.sub-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sub-input {
    padding: 25px;
    border-radius: 20px;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
}

.sub-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #444;
}

.sub-check input {
    margin-top: 3px;
}

.sub-btn {
    cursor: pointer;
    transition-delay: 0.2s;
}

.sub-btn:hover {
   background: linear-gradient(85.91deg, #C224C2 1.34%, #F9AF40 50.23%, #5C115C 99.13%);
}

.sub-success {
    margin-top: 10px;
    padding: 10px;
    background: #e8f9e8;
    color: #2a7a2a;
    border: 1px solid #b6e3b6;
    border-radius: 8px;
    font-size: 14px;
    display: none;
}
.pll-switcher {
    display: flex;
    gap: 12px;
    align-items: center;
}

.pll-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: 0.2s ease;
}

.pll-item img {
    width: 50px;
    height: auto;
    border-radius: 490px;
}

.pll-item.current {
    font-weight: bold;
}

.pll-item:hover {
    background: #e8e8e8;
}

.header-switcher {
    display: flex;
    justify-content: flex-end;
}
.sub-success.show {
    display: block;
}


@media (max-width: 1024px) {
    .casino-card {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
    }
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .subscribe-box {
    margin: 50px auto 50px;
    max-width: 800px;
    padding: 20px;
}
.casino-wrapper {
    margin-top: 20px;
}
}

@media (max-width: 600px) {
    .casino-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .casino-wrapper {
        flex-direction: column;
    }

    .casino-left, .casino-right {
        width: 100%;
    }

    .casino-offer {
        grid-template-columns: 1fr;
        text-align: center;
    }
}