*,
*::before,
*::after {
    box-sizing: border-box;
}

:where(ul, ol):where([class]) {
    padding-left: 0;
}

body,
:where(blockquote, figure):where([class]) {
    margin: 0;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
    margin-block: 0;
}

:where(dd[class]) {
    margin-left: 0;
}

:where(fieldset[class]) {
    margin-left: 0;
    padding: 0;
    border: none;
}

:where(ul[class]) {
    list-style: none;
}

p {
    --paragraphMarginBottom: 24px;
    margin-block: 0;
}

p:where(:not([class]):not(:last-child)) {
    margin-bottom: var(--paragraphMarginBottom);
}

img {
    display: block;
    max-width: 100%;
}

input,
textarea,
select,
button {
    font: inherit;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
}

svg * {
    transition-property: fill, stroke;
}

img {
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

body {
    background: #000319;
    height: 100%;
    position: relative;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    min-height: 865px;
    height: 100%;
}

@media only screen and (max-width: 1024px) {
    .main {
        width: 100%;
        align-items: center;
    }
}

.main .bg-picture {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url("../images/8cc88919b7fc1178a1bc324db7a9a76ac5c45767.jpg")
        center bottom / cover no-repeat;
}

@media only screen and (max-width: 1024px) {
    .main .bg-picture {
        position: static;
        height: 100%;
        background: url("../images/778f94eedf5d2e32782c0d15358fb715ddc89b7a.jpg")
            50% / contain no-repeat;
    }
}

.main .promo {
    padding: 0.5vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-direction: column;
    align-items: center;
    gap: 1.3vw;
}

@media only screen and (max-width: 1024px) {
    .main .promo {
        max-width: 411px;
        justify-content: end;
        padding: 0 12px 12px;
        gap: 32px;
    }
}

.main .promo__code {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.main .promo__code-title {
    font-size: max(1.2vw, 18px);
    font-weight: 700;
}

@media only screen and (max-width: 1024px) {
    .main .promo__code-title {
        font-size: 18px;
    }
}

.main .promo__code-text {
    width: max(320px, 22vw);
    padding: 8px;
    border-radius: 100px;
    border: 1px solid #01558d;
    font-size: max(2vw, 24px);
    font-weight: 400;
}

@media only screen and (max-width: 1024px) {
    .main .promo__code-text {
        font-size: 24px;
        padding: 24px;
        width: 100%;
        border-radius: 24px;
    }
}

.main .promo__links {
    display: flex;
    flex-direction: row;
    gap: 0.5vw;
}

@media only screen and (max-width: 1024px) {
    .main .promo__links {
        margin-left: unset;
        width: 100%;
        flex-direction: column;
        gap: 12px;
    }
}

.main .promo__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: max(38vw, 620px);
    padding: 0 28px;
    aspect-ratio: 430 / 90;
    display: flex;
    color: #fff;
    font-family: "Noto Sans Sinhala", sans-serif;
    text-transform: normal;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    transition: filter 0.25s linear;
      white-space: nowrap;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .main .promo__link {
        font-size: 22px;
        width: 100%;
        height: 78px;
        aspect-ratio: unset;
    }
}

.main .promo__link:hover {
    filter: brightness(1.1);
}

.main .promo__claim-bonus {
    background: url("../images/9as78dfh34lo17asd8fjhlk8234jdjhklasdj2h98434.png")
        50% / contain no-repeat;
}

.main .promo__watch-matches {
    background: url("../images/asdf68qw7ergkj21407daou240823bxc787ft234hf.png")
        50% / contain no-repeat;
        color: #000;
}

/*# sourceMappingURL=index.css.map */