@import url('https://fonts.cdnfonts.com/css/lato');

*{
    box-sizing: border-box;
    position: relative;
}
html,
body{
    padding: 0;
    margin: 0;
}
body{
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: normal;
    font-family: 'Lato', sans-serif;
    background: #0C2D55;
    color: #fff;
}
img{
    max-width: 100%;
    height: auto;
}
.container{
    max-width: 1270px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
.btn{
    display: inline-flex;
    padding: 10px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
}
.btn-yellow{
    background: #f8e800;
    color: #010101;
}
.btn-yellow:hover{
    background: #fef353; 
}
.btn-outline{
    border: 1px solid #f8e800;
    color: #fff;
}
.navbar-wrapper{
    background: #12427A;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.navbar-brand a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}
.navbar-brand a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.navbar-nav ul{
display: flex;
align-items: center;
justify-content: center;
list-style-type: none;
margin: 0;
padding: 0;
gap: 20px;
}
.navbar-nav ul li{
    padding: 20px 0;
}
.navbar-nav ul li a{
    text-decoration: none;
    color: #fff;
}
.navbar-auth{
    margin-left: auto;
}
.navbar-toggle{
    display: none;
}
.banner{
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.banner-content{
    max-width: 600px;
}
.banner-title{
    font-size: 44px;
    font-weight: bold;
}
.banner-text{
    font-size: 24px;
    padding: 25px 0;
}
.jackpot-header {
    border-bottom: 2px solid #f8e800;
    padding: 5px 0;
    margin-bottom: 20px;
    font-size: 20px;
}
.jackpot-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.jackpot-item{
    flex: 1 1 auto;
background: #2063B1;
background: linear-gradient(135deg, #2063B1, #7DC2FE);
padding: 20px;
border-radius: 5px;
text-decoration: none;
color: #fff;
}
.jackpot-content{
    display: flex;
    flex-direction: column;
}
.jackpot-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.jackpot-value {
    font-size: 28px;
    font-weight: bold;
}
.content{
    margin: 50px 0;
}
.lott-header {
    border-bottom: 2px solid #f8e800;
    padding: 5px 0;
    margin-bottom: 20px;
    font-size: 20px;
}
.lott-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.lott-item{
    flex: 1 1 30%;
    background: #2063b2;
padding: 20px;
border-radius: 5px;
}
.lott-img{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
.lott-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lott-title {
    font-size: 22px;
    text-align: center;
    margin: 5px;
}
.lott-ticket__price{
    font-size: 12px;
    text-align: center;
    color: #010101;
}
.lott-action{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 35px;
}
.lott-action .btn{
    padding: 10px 15px;

}
.top{
    margin: 50px 0;
}
.top-section__title{
    font-size: 44px;
    text-align: center;
    margin-bottom: 20px;
}
.top-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.top-block {
    flex: 1 1 auto;
    background: #12427A;
    border-radius: 5px;
    padding: 20px;
}
.top-title{
    font-size: 28px;
    margin-bottom: 35px;
    text-align: center;
}
.top-list ol{
    margin: 0;
    padding: 0;
}
.top-list ol li{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.top-list ol li img{
    height: 20px;
    width: 50px;
}
.top-user {
    flex: 1 1 auto;
}
.top-deposit {
    flex: 1 1 auto;
    text-align: center;
}
.top-win{
    color: #f8e800;
    flex: 1 1 auto;
    text-align: right;
}
.footer{
    background: #12427A;
    padding: 30px 0;
}
.footer-brand {
    height: 35px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-brand img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-navbar{
    margin: 35px 0;
    padding: 35px 0;
    border-top: 1px solid #7DC2FE;
    border-bottom: 1px solid #7DC2FE;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.footer-nav__list-title{
    color: #7DC2FE;
    font-size: 22px;
    font-weight: 600;
}
.footer-nav ul{
    list-style-type: none;
    margin: 25px 0;
    padding: 0;
}
.footer-nav ul li{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}
.footer-nav ul li a{
    text-decoration: none;
    color: #fff;
    
}
.footer-info{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}
.footer-copyright{
    color: #5D7AA1; 
font-weight: 300;
    font-size: 14px;
    margin-right: auto;
}
.footer-apps ul{
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
list-style-type: none;
margin: 0;
padding: 0;
}
.footer-social ul {
    display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
list-style-type: none;
margin: 0;
padding: 0;
}
.footer-social ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7DC2FE;
    border-radius: 100%;
    padding: 5px;
}
@media screen and (max-width: 960px){
   
    .btn{
        padding: 5px 25px;
    }
    .navbar-wrapper{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
    }
    .navbar{
        padding: 10px 0;
    }
    
    .navbar-brand a{
        height: 25px;
    }
    .navbar-nav{
        display: none;
        position: fixed;
        background: #12427A;
        width: 100%;
        top: 47px;
        left: 0;
        right: 0;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    .navbar-nav ul{
        flex-direction: column;
        align-items: center;
    }
    .navbar-nav ul li{
        padding: 0;
    }
    .navbar-nav.show{
        display: flex;
    }
    .navbar-toggle{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-toggle svg {
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width: 690px){
    .banner{
        flex-direction: column-reverse;
    }
    .top-list{
        font-size: 14px;
    }
    .footer-navbar{
        flex-direction: column;
    }
    .footer-nav__list-title{
        font-size: 18px;
    }
    .footer-nav ul{
        margin: 15px 0;
    }
    .footer-info{
        flex-direction: column-reverse;
        text-align: center;
        justify-content: center;
        text-align: center;
    }
    .footer-copyright{
        margin-right: 0;
    }
}