@import url(./button.css);

/* .bg-img-pc {
            position: relative;
            background-image: url('./bloodred.png');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            height: auto;
            max-height: 60vh;
            display: flex;
            align-items: center;
            text-align: center;
            padding: 15px;
            z-index: 1;
            margin-top: -10px !important;
            transition: 300ms all;
        } */
.bg-img-pc {
    background-image: url(https://imgnew.outlookindia.com/uploadimage/library/16_9/16_9_5/IMAGE_1697611829.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1 !important;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 15px;
    z-index: 1;
    margin-top: -10px !important;
    transition: 300ms all;
}

.bg-img-pc::before {
    content: "";
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1 !important;
}

.bg-hover-img-pc {
    background-image: url(./bgbombile.png);
    height: 300px;
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: bottom center;
    transition: 300ms all;
}

.bg-img-pc:hover {
    transform: scaleY(105%);
    background-image: url(https://t3.ftcdn.net/jpg/04/78/87/22/360_F_478872230_PLSCET4F5qnoTCj112ekqqWo9R3YUsfj.jpg);
    background-color: rgba(0, 0, 0, 0.0);
    background-size: cover;
    -webkit-transform: scaleY(105%);
    -moz-transform: scaleY(105%);
    -ms-transform: scaleY(105%);
    -o-transform: scaleY(105%);
}

.img-pc:hover .bg-hover-img-pc {
    background-position: center center;
    background-image: url(https://stat.ameba.jp/user_images/20211111/11/nusagambling/d9/32/p/o0548052615029724469.png);
    cursor: pointer;
    transform: scale(105%);
}

.bg-img-mobile {
    position: relative;
    background-image: url(https://www.telemediaonline.co.uk/wp-content/uploads/2021/04/SlotMachine-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    max-height: 120vh;
    margin-top: -10px;
    z-index: 1;
}

.bg-img-mobile::before {
    content: "";
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1 !important;
}

@media (max-width: 767px) {
    .img-pc {
        display: none;
    }

    .img-mobile {
        display: block;
    }
}

@media (min-width: 768px) {
    .img-pc {
        display: block;
    }

    .img-mobile {
        display: none;
    }
}

h1 {
    color: white;
    z-index: 1;
}

.mobile-img-hero {
    background-image: url(https://custom-images.strikinglycdn.com/res/hrscywv4p/image/upload/c_limit,fl_lossy,h_9000,w_1200,f_auto,q_auto/12358254/96578_943325.png);
    background-size: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1 !important;
    transition: 400ms all;
}

.mobile-img-hero::before {
    content: "";
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1 !important;
}

.mobile-img-hero:hover {
    transform: scaleY(105%);
    height: 35vh;
    z-index: -1;
    cursor: pointer;
    background-image: url(./bgbombile.png);
    background-position: bottom center;
}

.button-hero {
    z-index: 2 !important;
    justify-content: center;
    align-items: center;
}

.bg-custom {
    background-color: rgba(0, 0, 255, 0.822);
    filter: blur(3%);
    box-shadow: 1px 1px 5px rgba(0, 0, 255, 0.822);
}

.parallax-container {
    width: 100%;
    overflow: hidden;
}

.parallax {
    background-image: none;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1 !important;
    position: relative;
}

.parallax::before {
    content: "";
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1 !important;
}

.parallax-content {
    z-index: 1;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.text-justify-center {
    text-align: justify;
    text-shadow: 1px 2px 10px black;
}

.providers-wrapper {
    width: 100%;
    max-width: 767px;
    overflow-x: scroll;
    gap: 5px;
}

.providers-wrapper::-webkit-scrollbar {
    background: linear-gradient(to left, rgb(228, 253, 228), rgb(149, 149, 255));
    border-radius: 10px;
    height: 0px;
}

.provider-card {
    color: white;
    background: linear-gradient(to left, rgba(255, 238, 0, 0.582), rgba(255, 153, 0, 0.425));
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    padding: 10px;
    font-size: 13px;
    border: 3px solid;
    width: 120px !important;
    height: 100px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.provider-card img {
    top: 20px;
}

.provider-card p {
    font-size: 12px;
    bottom: 10px;
    white-space: nowrap;
}

.bg-body-custom {
    background-color: rgba(0, 0, 255, 0.822);
}

.games-card {
    border: 5px solid white;
    border-radius: 10px;
    background-color: white;
}

.games-card img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.games-card p {
    color: black;
    font-weight: 600;
}

.game-name {
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.progress-wrapper {
    background-color: rgba(0, 89, 255, 0.342);
    border-radius: 10px;
    height: 25px;
}

.progress-wrapper span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: -25px;
    color: white;
}

.progress-bar {
    border-radius: 10px;
    width: 0;
    height: 25px;
}

.progress-bar.green {
    background-color: rgb(3, 197, 3);
}

.progress-bar.red {
    background-color: rgb(197, 3, 3);
}

.progress-bar.warning {
    background-color: rgb(197, 152, 3);
}

.sec-1 {
    background: rgba(0, 89, 255, 0.342);
    margin-top: 10px;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.sec-2 {
    background: rgba(71, 71, 241, 0.397);
    /* border-radius: 10px; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    color: white;
}

.wrp-btn {
    margin-top: -100px;
    display: flex;
    display: none;
    justify-content: center;
    margin-bottom: 100px;
}

.wrp-btn a {
    border-radius: 10px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    color: white;
    z-index: 99999;
}

.jamgacor p {
    color: white !important;
}

.btn-spin-main {
    background-color: rgb(0, 170, 119);
    margin-top: 20px;
}

.wrp-img {
    width: 100%;
    transition: 300ms all;
    cursor: pointer;
}

.wrp-img:hover {
    transition: 300ms all;
    /* position: relative; */
}

.wrp-img:hover+.wrp-btn,
.wrp-btn:hover,
.wrp-btn:active,
.wrp-btn:focus .wrp-img::before {
    display: flex;
    margin-bottom: 36px;
    transition: 300ms all;
}

#parallaxContent.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    animation: topAnimation 0.3s ease-in-out;
}

@keyframes topAnimation {
    from {
        top: 0px;
        transform: scaleX(103%);
    }

    to {
        top: 55px;
    }
}



@import url("https://fonts.googleapis.com/css?family=Raleway:400");


@import url("https://fonts.googleapis.com/css?family=Raleway:400");

* {
    box-sizing: border-box;
}

@property --angle {
    syntax: '<angle>';
    initial-value: 90deg;
    inherits: true;
}

@property --gradX {
    syntax: '<percentage>';
    initial-value: 50%;
    inherits: true;
}

@property --gradY {
    syntax: '<percentage>';
    initial-value: 0%;
    inherits: true;
}

:root {
    --d: 2500ms;
    --angle: 90deg;
    --gradX: 100%;
    --gradY: 50%;
    --c1: rgba(168, 239, 255, 1);
    --c2: rgba(168, 239, 255, 0.1);
}

.btn-main {
    color: white;
    background: linear-gradient(to right, rgba(255, 0, 0, 0.342), rgba(1, 81, 253, 0.425));
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}


.btn-main-pc {
    color: white;
    background: linear-gradient(to right, rgba(255, 0, 0, 0.342), rgba(132, 0, 255, 0.425));
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}


.box {
    margin: 5px;
    border: 0.35rem solid;
    border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30;
    animation: borderRotate var(--d) linear infinite forwards;
    -webkit-animation: borderRotate var(--d) linear infinite forwards;
}

@keyframes borderRotate {
    100% {
        --angle: 420deg;
    }
}

@keyframes borderRadial {
    20% {
        --gradX: 100%;
        --gradY: 50%;
    }

    40% {
        --gradX: 100%;
        --gradY: 100%;
    }

    60% {
        --gradX: 50%;
        --gradY: 100%;
    }

    80% {
        --gradX: 0%;
        --gradY: 50%;
    }

    100% {
        --gradX: 50%;
        --gradY: 0%;
    }
}