@font-face {
    font-family: 'Constantia';
    src: url('../font/Constantia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #3b2211;
    color: #fff;
    position: relative;
    width: 100dvw;
    overflow-x: hidden;
}

body p,
body a {
    font-family: 'Constantia';
    margin-bottom: 0;
    text-decoration: none;
}

#showAlert {
    cursor: pointer;
}

.loader {
    width: 50px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%, #f03355) content-box;
    -webkit-mask:
        repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg),
        radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: l4 1s infinite steps(10);
}

@keyframes l4 {
    to {
        transform: rotate(1turn)
    }
}

.dekstop-only {
    display: block !important;
}

.mobile-only {
    display: none !important;
}

.container {
    max-width: 1024px;
}

.box-number.label>span {
    text-transform: uppercase;
    font-weight: bold;
}

.circle-prize {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: url(../img/ball.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #fee1ab;
}

.box-number {
    display: flex;
    gap: 10px;
    margin-top: 5px;
    align-items: center;
}

.list-winner>.label {
    color: #fee1ab;
    font-weight: bold;
    background: linear-gradient(to top, #8d0000, #c90000, #8d0000);
    border-radius: 50px;
    padding: 3px 30px;
}

.navbar-morocco {
    background: linear-gradient(to top, #8d0000, #c90000, #8d0000);
    position: relative;
}


.navbar-menu {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    width: 25%;
}

.logo-navbar {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    top: -38px;
}

.navbar-logo {
    height: 120px;
}

.navbar-items {
    padding: 8px 0;
}

.menu-items,
.menu-items:hover {
    color: #fee1ab;
}

.icon-login {
    height: 35px;
}

.header-site p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
}

.header-site span {
    font-family: 'Constantia';
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
    color: #fee1ab;
}

#login-button {
    cursor: pointer;
}

.title-winner {
    font-family: 'Constantia';
    line-height: 1;
    margin-bottom: 0;
}

.landing-bg {
    background: url(../img/bgdesert.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
}

.landing-page {
    position: relative;
    margin-top: -315px;
}

.head-content {
    background: linear-gradient(to top, #8d0000, #c90000, #8d0000);
    text-align: center;
    padding: 10px 0;
}

.head-content>p {
    color: #fee1ab;
}

.body-content {
    display: flex;
    padding: 20px 0;
    background: url(../img/camel.png);
    background-repeat: no-repeat;
    background-position: 0 -100px;
    background-size: cover;
}

.prize-winner {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border-right: 3px solid #000;
    padding: 15px 0;
}

.list-winner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.next-draw {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.next-draw>h5 {
    font-family: sans-serif;
    color: #c70000;
    margin-bottom: 0;
}

.next-draw>h4 {
    font-family: 'Constantia';
    color: #690000;
}

.next-jackpot {
    height: 160px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.label>h4 {
    font-family: 'Constantia';
    color: #fee1ab;
    font-weight: bold;
    background: linear-gradient(to top, #8d0000, #c90000, #8d0000);
    border-radius: 50px;
    padding: 3px 30px;
}

.history-result {
    margin-top: 30px;
}

.head-result {
    background: linear-gradient(360deg, #e2bf90, #ffe3bd, #e2bf90);
    color: #a10000;
    text-align: center;
    padding: 10px 0;
}

.table-morocco th {
    background: linear-gradient(to top, #8d0000, #c90000, #8d0000);
    color: #fee1ab;
    border-bottom: 0;
    font-family: 'Constantia';
    font-size: 20px;
}

.table-morocco td {
    background: #a20000;
    color: #fff;
    font-family: 'Constantia';
    border-bottom: 1px solid #580000;
    border-right: 1px solid #580000;
}

.table.table-light.table-morocco {
    margin-bottom: 30px;
}

.table-morocco td.table-value {
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 5px;
    font-size: 18px;
}

.footer-payment {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    color: #3b2211;
    background: linear-gradient(360deg, #e2bf90, #ffe3bd, #e2bf90);
    font-family: 'Constantia';
    font-size: 18px;
    gap: 10px;
}

.footer-text {
    font-size: 18px;
    font-family: 'Constantia';
    padding: 10px 0;
    color: #e8c494;
}

.paginate-morocco {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.paginate-morocco .page-link {
    background: linear-gradient(to top, #8d0000, #c90000, #8d0000);
    border: 1px solid #6b0000;
    color: #fff;
}

.page-item.active .page-link {
    background: #790000;
    border: 1px solid #790000;
}

.page-item.disabled .page-link {
    background: #a30000;
    border: 1px solid #333;
    color: #fff;
}

.body-result {
    padding: 30px 50px;
    background: #8d0000;
    margin-bottom: 50px;
}

.body-result p {
    margin-bottom: 20px;
}

.body-result>span {
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 768px) {
    .dekstop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .header-site p {
        font-size: 14px;
    }

    .header-site span {
        font-size: 10px;
        margin-top: 3px;
    }

    .icon-login {
        height: 28px;
    }

    .logo-navbar {
        position: static;
        margin: unset;
    }

    .navbar-logo {
        height: 70px;
    }

    .navbar-menu {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .btn-burger,
    .btn-burger:focus,
    .btn-burger:hover {
        height: fit-content;
        border: 1px solid #e2bf90;
        color: #e2bf90;
    }

    .navbar-collapse {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .navbar-collapse.show {
        max-height: 300px;
    }

    .body-content {
        flex-direction: column;
        background-position: -610px 0;
    }

    .prize-winner {
        width: 100%;
        border-right: 0;
        order: 2;
        padding: 25px 0;
    }

    .next-draw {
        width: 100%;
        order: 1;
        border-bottom: 2px solid #000;
        padding-bottom: 20px;
    }

    .payment-logo {
        height: 40px;
    }

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

    .landing-page {
        margin-top: -650px;
    }
}