@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html, body{
  
}
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100vh;
}

.h-100vh{
    height: 100vh;
    overflow: hidden;
}
footer{
    background: #607991;
    color: white;
    font-weight: 500;
    margin-top:1em;
}

.ticket-item.highlight-item>.card{
    border:3px solid #735514;
    Border-radius:10px;
    background: #735514;
}
.ticket-item.highlight-item>.card .text-muted {
    color: #ffffff!important;
}
.ticket-item.highlight-item>.card h2.text-center.item-name{
    color: #ffffff!important;
}

#ticket-list{
    /* scroll-behavior: smooth; */
}
div#win_template {
    width: 100%;
    height: 100%;
}

div#win_template>img {
    width: 100%;
    object-fit: contain;
}
div#winner_name {
    position: absolute;
    top: 38%;
    z-index: 1;
    color: #fff;
    width: 100%;
    text-align: left;
    text-shadow: 2px 2px 5px #000;
}
div#winner_greet {
    position: absolute;
    top: 6em;
    z-index: 1;
    width: 100%;
    color: #FFF;
    text-shadow: 2px 2px 5px #000;
    
}

.p-0{
    padding:0 !important;
}
.mt-0{
    margin-top:0 !important;
}
.bg{
    background:url(bg.jpg) no-repeat;
    /* background-position:-47% -41px; */
    background-size: cover;
    height: 100vh;
}
.santa-img{
    width: 90%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    text-align: right;
}
.santa-img img{
    width: 400px;
}
.tkt-main{
    /*background: url(bg.svg) repeat-x left top;*/
    background-color: #000000;
    height: 100%;
}
.tkt-main:before{
    background: url(bg.jpg) no-repeat left top;
    position: absolute;
    height:100%;
    background-size: cover;
    /* background-position: 0% -43px; */
    width: 100%;
    display: block;
    content: "";
}
.nation-btn{
    border:1px solid #c3951d;
    background: rgb(208,155,19);
    background: linear-gradient(90deg, rgba(208,155,19,1) 0%, rgba(195,149,29,1) 50%, rgba(168,130,33,1) 100%);
    border-radius:100px;
}
.nation-btn-a{
    border: 1px solid #c3951d;
    background: rgb(208,155,19);
    background: linear-gradient(90deg, rgb(255 183 0) 0%, rgb(255 219 123) 50%, rgb(255 183 0) 100%);
    border-radius: 100px;
    position: absolute;
    right: 35px;
    bottom: 33px;
}
.btn-reg{
    border:1px solid #c3951d;
    background: rgb(208,155,19);
    width:100%;
    border-radius:3px;
    padding: 8px;
}
.btn-reg:hover{
    border:1px solid #c3951d;
    background: rgb(238, 181, 37);
}
h1{
    font-size:3.5rem;
    font-weight:bold;
}
h2{
    font-size:3rem;
    font-weight:normal;
    font-family: "Berkshire Swash", serif;
}
h3{
    font-size:1.8rem;
    font-weight:normal;
    font-family: "Berkshire Swash", serif;
}
h2.text-light.pt-5.pb-2.text-center {
    position: relative;
    z-index: 10;
    color: #ffb000 !important;
    text-shadow: 0px 1px 4px #1b1403;
}

.pl-8{
    padding-left: 8%;
}
.container-fluid.h-50 {
    padding: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    padding: 10px;
}
.raffle-bg{
    /*background:url(raffle-bg.webp);*/
    background: url(bg.svg) repeat left top;
    background-size: contain;
}
.size-2{
    font-size: 3.3rem !important;
    font-weight: 700;
}
.size-4{
    font-size: 4rem !important;
    color: #ffe200;
}
tr.bg-primary.bg-gradient.text-white {
    background: #666 !important;
}
button#new_ticket {
    border-radius: 4px !important;
    background: #bb8917;
    border: 1px solid #bb8917;
}
.logo-size{
    width:auto;
}
.card {
    background: #56767852;
    width: 80% !important;
    margin: 0 auto;
    padding: 25px;
    z-index: 10;
}
.card-header{
    background: unset;
}
.card-title {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 22px;
}
label {
    color: #fff;
}
.pt-8{
    padding-top: 8%;
}

.login .form-control{
    width: 100%;
    height: 42px;
    border-radius: 4px;
    background-color: #ffffffa3;
}



.raffle-box {
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10%;
    position: relative;
    z-index: 999;
    /* background: rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 30px;
    
    box-shadow: 0 20px 40px rgba(0,0,0,0.5); */
  }

  .slot-window {
    height: 250px;
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
    /* background: #000; */
    margin-bottom: 20px;
    position: relative;
    /* background: rgb(16 54 53 / 38%); */
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    /* box-shadow: 0 20px 40px rgb(0 0 0 / 80%); */
  }

  .slot-list {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }

  .slot-item {
    height:88px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background: rgb(16 54 53 / 38%);
  }

  .draw-btn {
      font-size: 21px;
      padding: 12px 30px;
      border-radius: 10px;
      width: 60%;
  }

  /* Winner Modal */
  .gift-box {
    width: 250px;
    height: 250px;
    /* background: linear-gradient(135deg, #ff5252, #e53935); */
    background: url(giftbox.png) no-repeat center;
    background-size: contain;
    border-radius: 20px;
    position: relative;
    margin: 0 auto 20px;
    animation: pop 0.6s ease-out;
  }
  .popup-bg{
      background-color: #0a2427f0;
  }

  /* .gift-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    background: #ffc107;
    top: 65px;
    left: 0;
  }

  .gift-box::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    background: #ffc107;
    left: 65px;
    top: 0;
  } */

  @keyframes pop {
    from { transform: scale(0.3); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }
  


  .star {
    position: absolute;
    top: 0px;
    left: 0;
    color: #ffffff;
    animation: animate 10s linear forwards;
    width: 2px;
    z-index: -4;
    filter: blur(1.5px);
  }
  
  .star::before {
    content: "❄";
    font-family: fontAwesome;
    text-shadow: 0 0 5px #ffffff, 0 0 30px #d3cfc9, 0 0 50px #cfcac2;
  }
  
  @keyframes animate {
    0% {
      transform: translateY(0) rotate(0deg);
      opacity: 0.7;
    }
  
    80% {
      opacity: 1;
    }
  
    100% {
      transform: translateY(100vh) rotate(360deg);
      opacity: 0;
    }
  }
  

  
@media (min-width: 992px){
    .modal-lg, .modal-xl {
        --bs-modal-width: 64%;
        height: 92% !important;
    }
}
@media (max-width: 1024px){
    .logo-size{
        width:100%;
    }
}
@media (max-width: 767px){
    .raffle-box {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-top: 10%;
    }
    .bg {
        background-size:unset;
    }
    .santa-img {
        width: 100%;
        text-align: center;
    }
    .card {
        background: #56767852;
        width: 90% !important;
        margin: 0 auto;
        padding: 20px 15px;
        z-index: 10;
    }
    h2{
        font-size:3rem;
    }
    .santa-img img {
        width: 75%;
    }
}

