h1,
h2,
h3,
h4,
h5,
p {
    margin-bottom: 0;
}

.container-custom {
    max-width: 1000px;
    width: 100%;
}

.navbar .container-custom {
    align-items: flex-end;
}

.navbar-custom .collapse.navbar-collapse {
    margin-bottom: 15px;
}

.logo-navbar {
    width: 300px;
}

.icon-4x {
    font-size: 38px;
}

.dekstop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.order-one {
    order: 1;
}

.order-two {
    order: 2;
}

body {
    background: #ffa21f;
}

.navbar-expand-lg.navbar-custom .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    font-style: italic;
}

.navbar-expand-lg.navbar-custom .navbar-nav .nav-item:last-child>.nav-link {
    border-right: 0;
    padding-right: 0;
}

.navbar-custom .nav-item.dropdown .nav-link {
    padding-right: 0;
    border-right: 0;
}

.navbar-custom {
    background: #000;
    padding: 0;
    height: 100px;
}

.dropdown.localitazion-dropdown {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;
}

.localization-flag {
    width: 40px;
}

#localitazion-menu {
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 5px;
    align-items: center;
}

#localitazion-menu>span {
    line-height: 0;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu[data-bs-popper] {
    left: unset;
    right: 0;
}

.nav-link>.bi-house-fill {
    margin-right: 5px;
}

.banner-section {
    margin-top: 15px;
    position: relative;
    background: url(../img/wallpper.webp);
    height: calc(100vh - 115px);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
    background: #261a09;
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer-text {
    color: #fff;
}

.logo-footer {
    width: 500px;
    margin-bottom: 15px;
}

.img-sticker {
    position: absolute;
    right: 20px;
    top: 20px;
}

#timer-countdown {
    display: flex;
    gap: 5px;
}

.timer-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.section-timer h4 {
    font-size: 20px;
}

.timer {
    background: #251500;
    width: 100px;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 5px;
}

#timer-countdown h1 {
    font-size: 60px;
    color: #ffa21f;
    font-weight: bold;
}

#timer-countdown span {
    color: #ffa21f;
    font-weight: bold;
    text-decoration: underline;
}

#result-livedraw {
    position: absolute;
    bottom: -75px;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    text-align: center;
}

#result-livedraw h3 {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    color: white;
    margin-bottom: 6px;
    text-shadow:
        2px 2px 0 #351f00,
        -2px -2px 0 #351f00,
        2px -2px 0 #351f00,
        -2px 2px 0 #351f00,
        3px 3px 0 #351f00,
        -3px -3px 0 #351f00,
        3px -3px 0 #351f00,
        -3px 3px 0 #351f00;
}

.result-box {
    width: 500px;
    height: 150px;
    background-image: url(../img/bgwinning.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.result-date {
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px;
}

.result-number {
    display: flex;
    gap: 10px;
}

.bullet {
    width: 80px;
    height: 80px;
    background-image: url(../img/bola.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    padding-bottom: 3px;
}

.bullet>span {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #351f00;
}

.bullet>div {
    font-size: 40px;
    font-weight: bold;
    color: #351f00;
}

#body-page {
    padding-top: 100px;
    padding-bottom: 50px;
}

.column-tab {
    width: 50%;
}

.tablet {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.head-tab {
    background: #e6e6e6;
    box-shadow: 0 0 10px -6px black;
    height: 30px;
    width: 100%;
    font-weight: bold;
    padding-top: 3px;
}

.row-tablet {
    height: 35px;
    align-items: center;
    box-shadow: 0px 0 6px -5px black;
}

span.prize-number {
    letter-spacing: 5px;
    font-weight: bold;
}

#body-page h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.history-page .container-custom {
    width: 600px;
}

.body-content-result {
    margin-top: 15px;
}

.paginate-custom {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.paginate-custom .pagination {
    gap: 5px;
}

.page-item .page-link {
    color: #000;
    border: 0;
}

.page-item.disabled .page-link {
    background: #e6e6e6;
    color: #000;
}

.page-item.active .page-link {
    background: #333;
}

.modal-content {
    padding: 20px;
    position: relative;
    background: #ffa21f;
}

.btn-close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
}

.about-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 768px) {
    .order-one {
        order: 2;
    }

    .order-two {
        order: 1;
    }

    .navbar .container-custom {
        align-items: center;
    }

    .navbar-custom .collapse.navbar-collapse {
        margin-bottom: 0;
    }

    #navbarNavDropdown {
        position: absolute;
        top: 82px;
        z-index: 9;
        background: #351f00;
        width: 100%;
        left: 0;
    }

    .logo-navbar {
        width: 200px;
    }

    .img-banner {
        height: 210px;
        width: 100%;
        object-fit: cover;
    }

    .livedraw-box {
        width: 370px;
        height: 250px;
    }

    .btn-history,
    .btn-pastdraw {
        width: 125px;
        display: flex;
        min-height: 0;
        height: fit-content;
        padding: 5px;
        font-size: 12px;
        align-items: center;
        justify-content: center;
        border-width: 2px;
    }

    .result-date {
        font-size: 12px;
        top: 36px;
        left: 55px;
    }

    .result-id {
        position: absolute;
        top: 55px;
        font-size: 16px;
        left: 63px;
        color: yellow;
    }

    .result-number {
        gap: 5px;
        top: 110px;
        left: 50px;
    }

    .banner-section {
        height: 300px;
    }

    .img-sticker {
        width: 120px;
    }

    .bullet {
        width: 50px;
        height: 50px;
        border-width: 1px;
        padding-left: 0;
        box-shadow: 0px 6px 7px -5px #333;
    }

    .bullet>span {
        font-size: 24px;
        padding-bottom: 0;
    }

    #timer-countdown {
        gap: 5px;
    }


    .dropdown.localitazion-dropdown {
        right: 10px;
        top: 4px;
        bottom: inherit;
    }

    .history-section .content-result {
        padding: 20px 0;
    }

    .history-page .history-section {
        margin-top: 10px;
    }

    .title-content h4 {
        font-size: 24px;
    }

    .table-custom th {
        font-size: 16px;
    }

    .footer-text {
        font-size: 12px;
    }

    .navbar-toggler {
        color: #fff;
        border: 1px solid;
    }

    .navbar-custom .nav-link {
        border-bottom: 1px solid;
        text-decoration: none !important;
        height: 60px;
    }

    .navbar-custom .nav-item:last-child>.nav-link {
        border-bottom: 0;
    }

    .navbar-custom {
        padding: 10px 0;
    }

    .result-box {
        width: 300px;
        height: 100px;
    }

    #result-livedraw {
        bottom: -50px;
    }

    #livedraw {
        margin-bottom: 30px;
    }

    #body-page {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .history-page .container-custom {
        width: 100%;
    }
}