*{
    margin: 0;
    padding: 0;
}

/*Custome ScroolBar*/
::-webkit-scrollbar {
    width: 4px;
  }
  
  /* Track */
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  /* End Here */

body{
    background: url(../Images/gyeongjulotto-bg.webp) fixed;
    background-size: 100% 100%;
    color: white;
}
.container-header{
    padding: 20px 15px;
}

.header{
    display: flex;
    background: radial-gradient(circle, #000000, #4e0000);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px black;
}

.header-content{
 width: fit-content;
}

.logo-container{
    padding:10px
}

.logo{
    width: 500px;
    height: 140px;
}

.header-text {
    padding: 52px 0px;
    margin: 10px 0px 0px 0px;
}

.full{
    width: 100%;
}

.half{
    width: 550px;
}

.header-text .big{
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 2px;
}

.header-text span{
    font-weight: bolder;
}

.header-navbar{
    padding: 62px 0px;
    margin: 10px 0px 0px 0px;
    text-align: right;
}

.header-navbar a{
    margin: 0px 10px;
    background: linear-gradient(to bottom, #ff0000, #6b0000);
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bolder;
    color: white;
    text-decoration: none;
}

.header-navbar a:hover{
    background: #6b0000;
}

.container-content{
    border-top: 5px dashed black;
    margin: 20px 15px;
    border-bottom: 5px dashed black;
}

.flex{
    display: flex;
}

.box-container{
    padding: 10px 25% 0px 0px;
}

.box-container .box{
    background: radial-gradient(circle, #ff0000, #000000);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px black;
}

.box .box-left .header-box{
    padding: 5px 0px;
    font-weight: bolder;
    font-size: 22px;
}

.fit{
    width: fit-content;
    text-wrap: nowrap;
}

.box .box-left{
    padding: 0px 0px 0px 10px
}

.box .box-right{
    font-size: 40px;
    font-weight: bolder;
    text-align: right;
    padding: 60px 5px 0px 0px;
}

.results{
    padding: 20px 0px;
}

.bola{
    background: linear-gradient(to bottom, #b1b1b1, #3b3b3b);
    padding: 8px 16px;
    font-size: 22px;
    border-radius: 50%;
    border: 1px solid white;
    box-shadow: 0px 0px 10px 2px black;
}
.center{
    text-align: center;
}
.text-container{
    margin: 10px 0px 10px 25%;
    text-align: center;
    font-weight: bolder;
    box-shadow: 0px 0px 10px 2px black;
    background: radial-gradient(circle, #ff0000, #000000);
    border-radius: 10px;
}

.text-container .header-text-container{
    font-size: 22px;
    font-weight: bolder;
    padding: 5px 0px;
}

.border{
border: 2px solid white;
border-radius: 50%;
}
.timer{
    padding: 38px 0px;
    font-size: 40px;
}
.container-second{
    margin: 10px 15px;
    border-bottom: 5px dashed black;

}

.container-second .header-second{
    text-align: center;
    color: black;
    font-weight: bolder;
    font-size: 34px;
}
 .other-prize-container{
    margin: 20px 0px;
    display: flex;
    border-top: 5px dashed black;
 }

.margin-inside{
    padding: 10px;
}

.box{
    background: radial-gradient(circle, #ff0000, #000000);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px black;
}

.box .box-header{
    padding: 5px 0px;
    font-weight: bolder;
    font-size: 22px;
}
.container-banner{
    padding: 15px;
}

.container-article{
    margin: 15px;

}

.container-article .article{
    background: radial-gradient(circle, #ff0000, #000000);
    box-shadow: 0px 0px 10px 2px black;
    padding: 10px;
}

.article h1,h2,h3{
    text-align: center;
}

.article p{
    text-align: justify;
    margin: 12px 0px;
}

.footer{
    background: linear-gradient(to bottom, #9e0000, #6b0000);
    text-align: center;
    font-weight: bolder;
    padding: 20px 0px;
}
.header-navbar-mobi{
    display: none;
    padding: 0px 10px 10px 10px;
}
.hidden{
    display: none;
}

.history-container{
    padding: 10px 15px;
}

.history-container .history-header{
    text-align: center;
    background: radial-gradient(circle, #ff0000, #000000);
    font-weight: bolder;
    font-size: 28px;
    padding:12px 0px
}

.tabs{
    max-height: 500px;
    overflow: auto;
}

.history{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

.history thead th{
    padding: 10px 0px;
    background: linear-gradient(to bottom, #9e0000, #6b0000);
    top: 0;
    position: sticky;
}

.history tbody td{
    padding: 8px;
}

.history tbody tr:nth-child(even){
    background: #9e0000;
}

.history tbody tr:nth-child(odd){
    background: #4e0000;
}

@media screen and (max-width:1360px) {
    .logo{
        width: 300px;
        height: 80px;
    }
    .header-text{
        padding: 40px 0px;
        margin: 0;
        text-wrap: nowrap;
    }
    .header-navbar{
        padding: 50px 0px;
        margin: 0;
    }
}

@media screen and (max-width:1170px) {
    .header{
        display: block;
        text-align: center;
    }
    .header-content{
        width: 100%;
    }
    .header-text{
        padding: 10px 0px;
    }
    .header-navbar{
        text-align: center;
        padding: 10px 0px;
    }
    
    .other-prize-container{
        display: block;
    }
    .full{
        width: 100%;
    }

    .margin-inside{
        padding: 0;
        margin: 15px 0px;
    }
    .flex{
        display: block;
    }
    .box-container{
        padding: 0;
        text-align: center;
    }
    .text-container{
        padding: 0;
        margin: 10px 0px;
    }
    .box-right{
        display: none;
    }   
    .header-text{
        text-wrap: wrap;
        padding: 10px;
    }

    .header-navbar{
        display: none;
    }
    .header-navbar-mobi{
        display: block;
        padding: 0px 10px 10px 10px;
    }

    .btn-area a{
        text-decoration: none;
        color: white;
        font-weight: bolder;
    }

    .btn{
        background: linear-gradient(to bottom, #9e0000, #6b0000);
        margin: 10px 0px;
        padding: 10px 0px;
        border-radius: 10px;
    }
    .container-first{
        padding: 10px 0px;
    }
    .hidden{
        display: block;
    }
    .container-banner{
        padding: 5px 15px;
    }
    .box .box-left{
        padding: 0;
    }
}

@media screen and (max-width:360px) {
    .timer{
        font-size: 30px;
    }

    .logo{
        width: 250px;
        height: 70px;
    }
}