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

.container-lasvegas {
    max-width: 1076px;
}

.logo-navbar {
    width: 200px;
}

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

.navbar-expand-lg.navbar-lasvegas .navbar-nav .nav-link {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
    height: 50px;
    text-decoration: none;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
}

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

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

.navbar-lasvegas {
    background: #ffc522;
    padding: 0;
}

#localitazion-menu {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-family: math;
}

.date-time-now {
    font-size: 14px;
    font-weight: bold;
    font-family: math;
}

.date-time-now {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dekstop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.footer {
    background: #ffc522;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-menu>.link-null {
    color: #fff;
    padding-bottom: 0;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.footer-menu .bi {
    font-size: 24px;
}

.bi.bi-youtube {
    color: #ff0033;
}

.bi.bi-facebook {
    color: #0866ff;
}

.bi.bi-instagram {
    color: #f701af;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-menu {
    gap: 20px;
}

.head-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffc522;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 7px solid #2b490b;
}

.head-bar h3 {
    font-size: 24px;
    font-weight: bold;
    font-family: math;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
}

.result-date {
    font-weight: bold;
    margin-bottom: 20px;
}

.result-date>.bi-calendar-fill {
    margin-right: 5px;
}

.result-number {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

#body:before {
    content: '';
    background: url(../img/currency2.png);
    background-size: cover;
    background-position: center;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 35vh;
    left: 280px;
}

#body::after {
    content: '';
    background: url(../img/currency2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30vh;
    right: 250px;
    transform: rotate(255deg);
}

#body-page:before {
    content: '';
    background: url(../img/currency1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 110px;
    height: 120px;
    position: absolute;
    top: 50vh;
    left: 200px;
}

#body-page:before,
#draw-history:before {
    content: '';
    background: url(../img/currency1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 110px;
    height: 120px;
    position: absolute;
    top: 62vh;
    left: 200px;
    transform: rotate(180deg);
}

#body-page:after,
#draw-history:after {
    content: '';
    background: url(../img/currency1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 110px;
    height: 120px;
    position: absolute;
    top: 55vh;
    right: 200px;
}

.bullet {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.bullet>span {
    background: #ddd;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: bold;
    border-radius: 100%;
}

.body-result {
    text-align: center;
    height: calc(100% - 88px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-lasvegas,
.btn-lasvegas:hover,
.btn-lasvegas:focus {
    background: #ffce00;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

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

#timer-countdown .timer h1 {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2b490b;
    font-weight: bold;
    border: 6px solid #0000;
    background: linear-gradient(#fff, #fff) padding-box, #ffce00 border-box;
    box-shadow: 0 0 5px 2px #2b490b;
    font-size: 2.5rem;
    font-family: serif;
    margin-bottom: 0;
}

.left-card-lasvegas>.body-card {
    background: url(../img/timer.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 350px;
    height: 350px;
    padding: 20px;
    color: #2b490b;
}

main#body {
    background: url(../img/bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.footer-card {
    background: #ffce00;
    color: #2b490b;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#timer-countdown .timer>p {
    font-size: 14px;
    font-weight: bold;
}

.footer-card h4 {
    font-family: math;
    font-weight: bold;
    margin-top: 5px;
}

.left-card-lasvegas span {
    font-weight: bold;
    font-size: 18px;
}

.left-card-lasvegas h1 {
    font-size: 68px;
    font-weight: bold;
    font-family: math;
    line-height: 1;
    margin-bottom: -6px;
    margin-top: 6px;
}

.left-card-lasvegas h3 {
    font-size: 38px;
    font-weight: bold;
    font-family: math;
    line-height: 1;
}

.right-card-lasvegas {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}

.lottery-app-content {
    width: 100%;
    position: relative;
}

.right-card-lasvegas ul.list {
    list-style: none;
    padding-left: 5px;
}

.right-card-lasvegas ul li.menu {
    display: flex;
    align-items: center;
    position: relative;
    font-weight: bold;
}

.right-card-lasvegas ul li.menu::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url(../img/dt.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-lottery-app,
.btn-lottery-app:hover,
.btn-lottery-app:focus {
    background: #ea2121;
    color: #fff;
    box-shadow: 0 5px #ac1010;
    margin-bottom: 5px;
}

.right-card-lasvegas h3,
.about-content h3 {
    color: #ffce00;
    font-weight: bold;
    font-family: math;
}

.utility-section {
    margin-top: 25px;
    padding-bottom: 25px;
}

.lottery-app-content:before {
    content: '';
    background: url(../img/download.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 185px;
    height: 200px;
    display: block;
    position: absolute;
    right: 15px;
    top: -50px;
}

.row-history {
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
    align-items: center;
    height: 60px;
    background: #f0f0f0;
    margin-bottom: 10px;
    border-radius: 10px;
}

.body-history>.btn-lasvegas, .body-history>.btn-lasvegas:hover {
    margin-top: 10px;
}

.row-ball {
    display: flex;
    align-items: center;
    gap: 5px;
}

.result-history .ball {
    width: 40px;
    height: 40px;
    background: #dddddd;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
}

.date-history .bi-calendar-fill {
    margin-right: 5px;
}

.date-history {
    font-size: 18px;
    font-weight: bold;
}

.history-section {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../img/moneyfly.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -700px;
}
#draw-history .history-section {
    background-position: center;
}
.paginate-lasvegas .pagination {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.table-section {
    color: #2f2f2f;
    width: 800px;
    margin: auto;
    border: 2px solid #ffc522;
    padding: 15px;
    padding-top: 0;
}

.head-history {
    background: #ffc522;
    border-bottom: 5px solid #305409;
    padding-top: 10px;
    padding-bottom: 10px;
}

h3.header-table {
    font-family: math;
    font-weight: bold;
    color: #fff;
}

.page-item>.page-link {
    background: #aaa;
    color: #333;
    border: 0;
}

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

.page-item.disabled .page-link {
    background: #ddd;
    color: #fff;
}

.section-generate {
    padding: 20px 80px;
    text-align: center;
}

.section-generate .result-number {
    margin-top: 30px;
}

h3.header-generate {
    color: #ffce00;
    font-family: math;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}

.body-page {
    min-height: calc(100vh - (15rem + 10px));
}

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

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

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

.carousel-control-next,
.carousel-control-prev,
.carousel-control-next:hover,
.carousel-control-prev:hover {
    color: #000000;
    font-size: 36px;
}

.carousel-control-next {
    justify-content: flex-end;
    margin-right: 15px;
}

.carousel-control-prev {
    justify-content: flex-start;
    margin-left: 15px;
}

@keyframes rotate {
    to {
        --angle: 360deg;
    }
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.img-banner {
    height: 660px;
    object-fit: cover;
    width: 100%;
    object-position: 0 -65px;
}

.brand-lasvegas {
    position: absolute;
    top: 5px;
    z-index: 1;
}

.result-section {
    background-color: #ffc522;
}

.page-header {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-header>h3 {
    font-weight: bold;
}

.page-header>span {
    font-style: italic;
}

.next-jackpot-box {
    background: url(../img/asset1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    color: #fff;
    padding: 10px;
}

.next-jackpot-content>h1 {
    font-size: 72px;
    font-weight: bold;
}

.next-jackpot-content {
    padding: 10px;
    text-align: center;
}

.result-section .page-body {
    padding-bottom: 30px;
}

.timing-box {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
}

.timing-box h5 {
    font-weight: bold;
}

.livedraw-box {
    background: #fff;
    border-radius: 10px;
    position: relative;
    text-align: center;
    height: 100%;
}

.border-side {
    border-left: 1px solid #333;
}

.logo-livedraw {
    margin-top: -50px;
}

@media (max-width: 768px) {
    .brand-lasvegas {
        position: relative;
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 10px;
    }

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

    .logo-navbar {
        width: 120px;
    }

    .container-lasvegas {
        max-width: 100%;
    }

    #body-page .container-lasvegas {
        padding: 0;
    }

    .dekstop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .navbar-expand-lg.navbar-lasvegas .navbar-nav .nav-link {
        font-size: 16px;
        padding-left: unset;
        padding-right: unset;
        height: unset;
        display: flex;
        align-items: center;
        border-right: 0;
        justify-content: center;
        text-align: center;
    }

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

    .navbar-expand-lg.navbar-lasvegas .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-lasvegas .navbar-nav {
        align-items: center;
    }

    .navbar-toggler {
        font-size: 30px;
    }

    .footer {
        padding-top: 15px;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-right {
        align-items: center;
    }

    .footer-left {
        margin-top: 20px;
        gap: 10px;
        text-align: center;
        font-size: 14px;
    }

    .result-date {
        font-size: 14px;
    }

    .head-bar h3 {
        font-size: 18px;
    }

    .footer-menu {
        gap: 10px;
    }

    .utility-section .row {
        --bs-gutter-x: 0;
        gap: 25px;
    }

    .right-card-lasvegas {
        height: 487px;
    }

    .lottery-app-content:before {
        right: 0;
    }

    .table-section {
        width: 100%;
    }

    .bullet {
        height: 60px;
        width: 60px;
    }

    .bullet>span {
        width: 50px;
        height: 50px;
        font-size: 34px;
    }

    .row-history {
        height: fit-content;
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-generate {
        padding: 20px;
    }

    #body::after {
        display: none;
    }

    #body-page:before {
        display: none;
    }

    #body-page:before,
    #draw-history:before {
        display: none;
    }

    #body-page:after,
    #draw-history:after {
        display: none;
    }
    .result-section .page-body {
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .history-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .next-jackpot-content>h1 {
        font-size: 48px;
    }
    .timing-box {
        margin-bottom: 80px;
    }
}