@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700;800;900&display=swap");

body {
    font-family: "Poppins", sans-serif;
}

.bg-purple {
    background-color: #260e35;
}

.title-footer {
    color: #000;
    opacity: 0.8;
}
.sub-title {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    opacity: 0.4;
    text-decoration: none;
}

.copyright {
    color: #000;
    opacity: 0.4;
    font-weight: 300;
    font-size: 14px;
}

.sub-after-games {
    opacity: 0.7;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    text-align: left;
    line-height: 22px;
    margin-bottom: 80px;
}

.icon-title {
    display: block;
    text-align: center;
    color: #000;
    opacity: 0.7;
}

.office-head {
    color: #000;
    font-weight: 500;
    font-size: 56px;
}

.office-title {
    color: #000;
    font-weight: 500;
    opacity: 0.9;
}

.office-subtitle {
    color: #000;
    font-weight: 300;
    opacity: 0.5;
}

.container-partners {
    width: 70%;
    margin: 0 auto;
}

/* .container-partners {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-md-3 {
    flex: 0 0 25%;
    text-align: center;
} */

.img-partners {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.img-partners:hover {
    filter: grayscale(0%);
}

/* style css PG */
.heading-difference {
    top: 800px;
    font-family: "Poppins", sans-serif;
    pointer-events: auto;
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    position: relative;
    text-align: left;
}

.container-game {
    display: flex;
    justify-content: center;
}

.counter-game {
    text-align: center;
}

.counter-game h1 {
    font-size: 60px;
    font-weight: 600;
}

.clear-gap {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid grey;
    padding: 0 20px;
}

.counter-game-languages {
    padding-left: 40px;
    text-align: center;
}

.counter-game-languages h1 {
    font-size: 60px;
    font-weight: 600;
}

.desc-counter {
    text-align: center;
    margin: 40px auto;
    width: 76%;
}

.desc-counter span {
    font-size: 15px;
    color: #666;
    letter-spacing: 0;
    line-height: 22px;
    box-sizing: border-box;
}

.bg-pg-game {
    background: #f7f7f7;
    padding: 50px 0;
}

.section-game {
    margin: 40px auto;
    width: 55%;
}

.heading-game {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    color: #000;
}

.sub-heading-game {
    text-align: center;
}

.sub-heading-game span {
    font-size: 15px;
    color: #666;
    letter-spacing: 0;
    line-height: 22px;
    box-sizing: border-box;
}

.sub-heading-game p {
    font-size: 15px;
    color: #666;
    letter-spacing: 0;
    line-height: 22px;
    box-sizing: border-box;
}

.display-game {
    text-align: center;
}

.section-licensi-certification {
    background: #f7f7f7;
    padding: 100px 0;
}

.section-our-features {
    width: 55%;
    margin: 0 auto;
}

.content-our-features {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.section-about-pg {
    margin: 100px auto;
    width: 70%;
}

.border-stunning {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.border-rigorous {
    border-bottom: 1px solid #eaeaea;
}

.border-elegant {
    border-right: 1px solid #eaeaea;
}

.navbar-nav .nav-item .nav-link.active {
    color: #6f06fc !important;
}

/* .active {
    color: #E90102 !important;
} */

.nav-link {
    color: #6f06fc !important;
}

.transparent-navbar {
    background-color: #f5f5f5;
    transition: background-color 0.3s ease-in-out;
}

.scrolled-navbar {
    background-color: #f5f5f5;
}

.countdownContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.merahtua {
    color: #ec1bc8;
}

.purple-sweet {
    color: #ec1bc8;
}

.cdBox {
    background-color: #f6f6f6;
    /* background-color: #ec1bc8; */
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 5rem;
    font-weight: 600;
    color: #ec1bc8;
    /* color: #6f06fc; */
}

.spin-roll {
    width: 100px;
    height: 100px;
    background-image: url("/img/history-roller.web");
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spin-roll-animation 2s linear infinite;
}

.countdownWrap {
    display: flex;
    align-items: center;
}

.btnSearch {
    padding: 0.7em 2em;
    background-color: white;
    color: black;
    border: 1px solid #ec1bc8;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
}

.btnSearch:hover {
    border: 1px solid #6f06fc;
    background-color: #6f06fc;
    color: white;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
}

.carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid white;
}

.carousel-indicators .active {
    background-color: #ff800e;
    border: none;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    color: #ff800e;
    border: 1px solid #ff800e;
    border-radius: 0.25rem;
    background: #ec1bc8;
    transition: box-shadow 0.15s ease-in-out;
}

@keyframes spin-roll-animation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.drawFraquent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

/* table */
table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

thead {
    background-color: #6f06fc;
    color: white;
    /* background-color: #ffdf36;
    color: #440079; */
}

tbody > tr:nth-child(odd) {
    background-color: #f5f5f5;
    color: #6f06fc;
    /* color: #1d1029; */
}

tbody > tr:nth-child(even) {
    background-color: #ec1bc8;
    color: white;
}

td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.521);
    border-right: 1px solid rgba(255, 255, 255, 0.521);
    border-left: 1px solid rgba(255, 255, 255, 0.521);
    border-top: 1px solid rgba(255, 255, 255, 0.521);
}

th {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-top: 1px solid white;
}

td,
th {
    padding: 0.5em;
}

/* search */
.search-container {
    width: 88%;
    margin: 50px auto;
    padding: 80px 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ec1bc8;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
}

.search-input {
    display: flex;
}

input[type="text"] {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.results {
    margin-top: 20px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.datepicker {
    display: none;
}

.number-input {
    display: none;
}

.content-lottery {
    background-color: #fefefe;
    padding: 100px 0px;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-registration input {
    border-radius: 0;
    margin-bottom: -1px;
}

@keyframes pulsate {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.img-in-tablet {
    display: none;
}

.img-non-tablet {
    display: inline-block;
}

@media (max-width: 850px) {
    .cdBox {
        background-color: #fef2f2;
        padding: 10px 10px;
        border-radius: 8px;
        font-size: 3rem;
        font-weight: 600;
        color: #ec1bc8;
    }
}

@media only screen and (min-width: 768px) {
    .img-in-tablet {
        display: block;
        text-align: center;
    }

    .img-non-tablet {
        display: none;
    }

    .section-our-features {
        width: 90%;
        margin: 0 auto;
    }

    .section-about-pg {
        margin: 100px auto;
        width: 90%;
    }

    .heading-difference {
        font-family: "Poppins", sans-serif;
        top: 260px;
        font-size: 55px;
    }
}

@media only screen and (min-width: 820px) {
    .section-our-features {
        width: 84%;
        margin: 0 auto;
    }

    .section-about-pg {
        margin: 100px auto;
        width: 83%;
    }

    .heading-difference {
        font-family: "Poppins", sans-serif;
        top: 268px;
        font-size: 60px;
    }
}

@media only screen and (min-width: 884px) {
    .section-our-features {
        width: 80%;
        margin: 0 auto;
    }

    .section-about-pg {
        margin: 100px auto;
        width: 78%;
    }
}

@media only screen and (min-width: 912px) {
    .section-our-features {
        width: 80%;
        margin: 0 auto;
    }

    .section-about-pg {
        margin: 100px auto;
        width: 80%;
    }
    .heading-difference {
        font-family: "Poppins", sans-serif;
        top: 325px;
    }
}

@media only screen and (min-width: 1024px) {
    .img-in-tablet {
        display: none;
    }

    .img-non-tablet {
        display: inline-block;
    }

    .section-our-features {
        width: 80%;
        margin: 0 auto;
    }

    .section-about-pg {
        margin: 100px auto;
        width: 88%;
    }

    .heading-difference {
        font-family: "Poppins", sans-serif;
        top: 379px;
        font-size: 65px;
    }
}

@media only screen and (min-width: 1280px) {
    .section-our-features {
        width: 55%;
        margin: 0 auto;
    }

    .section-about-pg {
        margin: 100px auto;
        width: 55%;
    }

    .heading-difference {
        top: 500px;
    }
}

@media only screen and (min-width: 1284px) {
    .heading-difference {
        font-family: "Poppins", sans-serif;
        top: 800px;
    }
}

@media (max-width: 576px) {
    .section-about-pg {
        margin: 100px auto;
        width: 90%;
    }

    .border-stunning {
        border: none;
    }

    .border-rigorous {
        border: none;
    }

    .border-elegant {
        border: none;
    }

    .drawFraquent {
        display: block;
    }

    .footer-content {
        display: block;
    }
    .footer-content > a {
        display: block;
        text-align: justify;
        line-height: 1.8rem;
    }

    .logo-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 0.1rem;
        align-items: center;
        flex-wrap: wrap;
    }

    .logo-wrapper > div {
        width: 30%;
    }

    .logo-wrapper > div > a > img {
        object-fit: cover;
        width: 100%;
        transition: all 0.3s ease-in-out;
    }

    .requirment {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .requirment > div {
        width: 20%;
    }

    .requirment > div > img {
        object-fit: cover;
        width: 50%;
    }

    .requirment > div > a > img {
        width: 50%;
    }
    /* .cdBox {
        color: #e90102;
        background-color: #fef2f2;
        padding: 10px 10px;
        border-radius: 8px;
        font-size: 3rem;
        font-weight: 600;
    } */

    .countdownWrap {
        justify-content: center;
    }

    .swiper-pagination {
        display: inline-block;
        color: #ff800e;
    }

    .btn-link {
        display: none;
    }

    .btn-links {
        display: flex;
        color: white;
        justify-content: center;
        width: 60%;
        padding: 0.4em;
        margin: 10px auto;
    }

    .btnDif {
        display: none;
    }

    .btnDifs {
        display: flex;
        color: black;
        justify-content: center;
        width: 60%;
        padding: 0.4em;
        margin: 10px auto;
    }

    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: transparent;
        border: 1px solid white;
    }

    .carousel-indicators .active {
        background-color: #ff800e;
        border: none;
    }
}

@media only screen and (max-width: 540px) {
    .heading-difference {
        font-family: "Poppins", sans-serif;
        top: 140px;
        font-size: 25px;
    }

    .desc-counter {
        text-align: left;
        margin: 40px auto;
        width: 90%;
    }

    .section-game {
        width: 90%;
    }

    .sub-heading-game {
        text-align: left;
    }

    .content-our-features {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* margin-top: 80px; */
        gap: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .heading-difference {
        font-family: "Poppins", sans-serif;
        top: 140px;
        font-size: 25px;
    }
}
