

.jumbotron-container{
    height:100vh;
    min-height:900px;
    max-height:1000px;
    overflow:hidden;
    position:relative;
    background-color: black;
    /* padding:64px; */
    height:auto; 
    width:100%;
}

.jumbo-video-container{
    height:100vh;
    width:100%;
    min-height:900px;
    max-height:1000px;
}

#jumbo-vid{
    
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); 
    background-color: black;
    height:auto; 
    width:100%;
}

/* .jm-video-ele{
    position: relative;
    height:100%;
    width:auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); 
    background-color: black;
} */

.vignette{
    height:100%;
    width:100%;
    background-color:rgba(0, 0, 0, 0.505);
    z-index:5;
    position:absolute;
    top:0;
    left:0;
}

.jumbo-alt-container{
    height:100%;
    color:white;

    display:flex;
    justify-content:center;
    align-items:center;
}

.jumbo-text-alt{
    max-width:700px;
    text-align:center;
}

.jm-jumbo{
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:10;

    display:flex;
    align-items:center;
    justify-content:center;
}
.lotteries-container{
    height:100%;
}

.lottery-container{
    height:100%;
    padding:16px;
    display:flex;
    align-items:center;
    justify-content:center;

}

/* carousel setup =--------------------------------------------------   */
.lotteries-row{
    height:100%;
    /* height:fit-content; */
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    overflow-y:auto;
}
/* Hide scrollbar for Chrome, Safari and Opera */
/* .lotteries-row::-webkit-scrollbar {
    opacity:0;
  }

  .lotteries-row::-webkit-scrollbar:hover {
    opacity:1;
  } */
  

  .lotteries-row::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
  }
  
  .lotteries-row::-webkit-scrollbar-thumb {
    display:block;
    border-radius: 8px;
    /* background-color: rgba(255, 255, 255, 0.5); */
    background-color: #f2aa5288;
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }




/* total section --------------------------------------------------------------------------  */
.total-giveaway-container{
    width:100%;


    /* margin:70px 0px; */
}

/* .total-giveaway{
display:flex;
justify-content:space-around;
align-items:center;
width:1200px;
margin: 30px auto;

} */

.total-giveaway{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 900px;
    margin: 30px auto;
    background-color: white;
    position: relative;
    top: -70px;
    padding: 20px;
    border-radius: 5px;

    position:relative;
    /* z-index:6; */

    z-index:20;
    -webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
}

.total-giveaway-subtext{
width:242px;
}

.jm-text-end{
    text-align:right
}

.mini-divider{
border: 0;
height: 3px;
width: 60px;
/* padding:30px 0px; */
background-color: #F2B544;
margin:auto 0px;

}
/* winners section ----------------------------------------------------------------------------------------------- */


.winners-container{
    position:relative;

    height:fit-content;
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    /* margin-top:100px; */

}

.bg-watch-img{
    /* width:1985px; */
    /* height: 2481px; */
    width:1223.2px;
    height:1654px;
    position:absolute;
    z-index:-2;

    /* left:-1100px; */
    left:-661px;
    /* top:-350px; */
    top:-200px;
}

.watch-bg-cover{
    width:1223.2px;
    height:1654px;
    position:absolute;
    background-color:rgba(255, 255, 255, 0.8);
    z-index:-1;

    /* left:-1100px; */
    left:-661px;
    /* top:-350px; */
    top:-200px;
}


.winner-item-slider-container{
    padding:70px;
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;

    flex-wrap:wrap;

}




.winner-btn-container{
    padding:12px;
    
}
.winner-btn-container a{
    text-decoration:none;
    color:white;

}
.winner-btn-container a span{
    
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.winners-title {

    text-transform: uppercase;
    width:700px;
    text-align:center;
}



/* recently won ---------------------------------------------------------------- */

.recently-won-items{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
@media(max-width: 1225px){

    .footer-lotteries-column{
        flex-wrap:wrap;
        flex-direction:row;
    }

    .jumbotron-footer-container{
        padding:30px;
    }

    #jumbo-vid{
        height:100%; 
        width:auto;
    }
}

@media(max-width: 925px){
    .total-giveaway{
        flex-wrap:wrap;
        flex-direction:column;
        width:100%;
    }
    /* .mini-divider{
        display:none;
    } */

    .jm-text-end{
        text-align:left;
    }

    .total-giveaway-subtext:not(.jm-text-end){
        text-align:right;
    }

    .winners-title, .recetnly-won-title {
        width:555px;
        margin:0px auto;
    }

}

@media(max-width: 700px){
    .winners-title, .recetnly-won-title {
        width:auto;
    }

    .mini-divider{
        opacity:.9;
    }

    .watch-bg-cover{
        background-color:rgba(255, 255, 255, 0.95);
    }
}

@media(max-width: 700px){
    .winners-title, .recetnly-won-title {
        width:auto;
        margin:10px;
    }

    #jumbo-vid{
        display:none;
    }

}
