*{
    font-family: sans-serif;
    box-sizing: border-box;
}

.navbar {
	background-image: linear-gradient(#eee791, #b8a553 60%, #9f8435);
	position: left !important;
	width: 100%;
	z-index: 999;


        margin: 0;
        font-family: var(--bs-font-sans-serif);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;

} 


p{
    margin: 0;
}

body{
    background: linear-gradient(rgb(50 50 50 / 22%), rgb(0 0 0 / 13%)),  url(https://cutewallpaper.org/21/1080p-gif-wallpaper/8-b70c5-bit-92f0d-gif-ae9a8-wallpapers-daedd-top-6d614-free-00979-8-a23e1-bit-1ef4a-gif---backgrounds---wallpaperaccess.gif);
    background-repeat: fixed;
    background-attachment: fixed;
    background-position: top center;
    background-size: contain;
    background-size: 100%;
}

a:hover{
    text-decoration: none;
    color: white;
}

.myButton {
	display: grid;
	align-items: center;
	background-image: linear-gradient(to bottom,#e0be5a,#deb355,#cc9d45,#b7832f,#9d6214,#884109,#804100,#804100,#974a04);
	max-width: 300px;
	border-radius: 5px;
	height: 50px;
	margin: 18px auto;
	color: rgb(0, 0, 0);
	font-weight: 700;
	font-size: large;
	font-family: Lato,Arial,sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: background .3s,transform .3s,box-shadow .3s;
	will-change: transform;
	line-height: 12px;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
    0% { background-color: #efb617; -webkit-box-shadow: 0 0 3px #efb617; }
    50% { background-color: #efb617; -webkit-box-shadow: 0 0 40px #efb617; }
    100% { background-color: #efb617; -webkit-box-shadow: 0 0 3px #efb617; }
}

@-moz-keyframes glowing {
    0% { background-color: #efb617; -moz-box-shadow: 0 0 3px #efb617; }
    50% { background-color: #efb617; -moz-box-shadow: 0 0 40px #efb617; }
    100% { background-color: #efb617; -moz-box-shadow: 0 0 3px #efb617; }
}

@-o-keyframes glowing {
    0% { background-color: #efb617; box-shadow: 0 0 3px #efb617; }
    50% { background-color: #efb617; box-shadow: 0 0 40px #efb617; }
    100% { background-color: #efb617; box-shadow: 0 0 3px #efb617; }
}	
	.myButton:hover {
	color: rgb(255, 123, 0);
	font-weight: 700;
	text-decoration: none;
	background-image: -webkit-linear-gradient(#09a743, #0685bcb8 60%, #03d86e);
	transform: translate3d(0,-2px,0);
	}
	
	@media (min-width: 576px) {
	.col-sm-6 {
	float: left;
	}
	}

.container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.adv{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.adv {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

/* popup style*/
.popup-container{
 
    text-emphasis-position: center;
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    background: #000000b0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup-body{
    width: 350px;
    height: 200px;
    margin: 2% auto;
      background: #000000b0;
    border-radius: 10px;
    color: white;
}

@media (max-width: 512px){
    .popup-body{
        width: 310px;
        margin: 10% auto;
    }
}

.popup-img{
    width: 450px;
    height: 555px;
    margin: 8% auto;
}

.popup-img-close{
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: white;
    color: black;
    float: right;
    padding: 5px;
    border-radius: 100px;
    position: absolute;
    margin-left: -7px;
    margin-top: -20px
}

@media (min-width: 993px){
    .popup-img-close{
        margin-left: 42px;
        margin-top: -12px;
    }
}

.popup-header{
    height: 48px;
    width: 100%;
    background: #d4931a;
    float: left;
    border-radius: 10px;
}

.popup-header h6{
    margin: 13px;
}

.popup-content{
    width: 100%;
    height: auto;
    padding: 15px 39px;
    float: left;
    font-size: 14px;
    background-color: #000000;
    border-radius: 10px;
}

.col2{
    width: 50%;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

.mrtop10{
    margin-top: 10px;
}

.hr{
    width: 100%;
    height: 2px;
    background: #333333;
    float: left;
}

.popup-label{
    width: 100%;
    float: left;
    background: #ff0000;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 10px;
}

.popup-close{
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: white;
    color: black;
    float: right;
    padding: 5px;
    border-radius: 100px;
    position: absolute;
    margin-top: -10px;
    margin-left: -9px;
}

.bg-blue-button{
    background: #fd8700;
}

.bg-black-button{
    background: #000000;
}

.popip-button{
    cursor: pointer;
    width: 50%;
    float: left;
    height: 40px;
}

.popip-button:hover{
    background: #ff9900;
}

.title{
    display: flex;
    justify-content: center;
}

.title-text{
    color: white;
    font-size: 2.5rem;
}

.slot{
    display: block;
}

.slot .slot-sidebar{
    padding-right: 10px;
    padding-left: 0;
    margin-top: 5px;
    background-color: black;
    float: none !important;
    width: 100% !important; 
    flex: none !important;
    max-width: 100% !important;
    padding-right: 0 !important;
}

button:hover, button:focus {
    outline: none;
}

.btn-provider:hover{
    background-color: #f58506;
}

.slot-sidebar-nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.slot-sidebar-nav > li {
    border-bottom: 1px solid #fd8700;
    width: 100%;
    position: relative;
    display: block;
    border-bottom: none;
    padding: 6px;
    background: #a7821e;
}

.slot-sidebar-nav > li > a{
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    background-color: #653b27;
}

.btn-provider{
    text-align: center;
    display: block;
}   

.enter{
    display: none;
}

.btn-provider span{
    position: unset;
}

.active{
    background-color: #b16a00;
}

.slot .content{
    float: none;
    width: 100%;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #fff;
}

.wrapper{
    width: 100%;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.card{
    float: left;
    width: 20%;
    background: #5d9403b3 !important;;
    border: none;
    text-align: center;
    position: relative;
    margin: 5px 0;
    	line-height: 12px;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
    0% { background-color: #efb617; -webkit-box-shadow: 0 0 3px #efb617; }
    50% { background-color: #efb617; -webkit-box-shadow: 0 0 40px #efb617; }
    100% { background-color: #efb617; -webkit-box-shadow: 0 0 3px #efb617; }
}

@-moz-keyframes glowing {
    0% { background-color: #efb617; -moz-box-shadow: 0 0 3px #efb617; }
    50% { background-color: #efb617; -moz-box-shadow: 0 0 40px #efb617; }
    100% { background-color: #efb617; -moz-box-shadow: 0 0 3px #efb617; }
}

@-o-keyframes glowing {
    0% { background-color: #efb617; box-shadow: 0 0 3px #efb617; }
    50% { background-color: #efb617; box-shadow: 0 0 40px #efb617; }
    100% { background-color: #efb617; box-shadow: 0 0 3px #efb617; }
}

.card-content{
    margin: 5px;
    color: rgb(29, 27, 27);
    font-size: 12px;
    border: none;
    overflow: hidden;
    position: relative;
    background-color: #422601 !important;;
}

.percent{
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 18px;
    width: 90%;
    margin: 0 auto;
}
.percent p{
    z-index: 15;    
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    transform: translateY(14px);
    color: black;
}

.percent-bar{
    /* background-color: #ffc107; */
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /* background-color: #007bff; */
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    /* animation: ; */
    z-index: 10;
}


.yellow{
    background-color: #ffc107;
}

.green{
    background-color: #28a745;
}

.red{
    background-color: #dc3545;
}

.hover-btn{
    position: absolute;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.65);
    transition: all 0.1s ease-in-out;
    z-index: 10;
    width: 100%;
    height: 87%;
}


.maintenance{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    margin: -6px;
}

.maintenance p{
    position: relative;
    top: 40%;
    font-size: 13px;
}


.play-btn{
    font-size: 15px;
    text-decoration: none;
    color: white;
    text-align: center;
    align-items: center;
    /* width: 100%; */
    margin-top: 42%;
    padding: 8px;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin: 42% 30px 42% 30px;
    background-image: linear-gradient(to bottom,#ffab00 0%,#ec700a 47%);
    color: #000;
    border-radius: 18px;
    transition: all .3s ease;;
    line-height: 12px;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
    0% { background-color: #efb617; -webkit-box-shadow: 0 0 3px #efb617; }
    50% { background-color: #efb617; -webkit-box-shadow: 0 0 40px #efb617; }
    100% { background-color: #efb617; -webkit-box-shadow: 0 0 3px #efb617; }
}

@-moz-keyframes glowing {
    0% { background-color: #efb617; -moz-box-shadow: 0 0 3px #efb617; }
    50% { background-color: #efb617; -moz-box-shadow: 0 0 40px #efb617; }
    100% { background-color: #efb617; -moz-box-shadow: 0 0 3px #efb617; }
}

@-o-keyframes glowing {
    0% { background-color: #efb617; box-shadow: 0 0 3px #efb617; }
    50% { background-color: #efb617; box-shadow: 0 0 40px #efb617; }
    100% { background-color: #efb617; box-shadow: 0 0 3px #efb617; }
}


.play-btn:hover{
    background: #ec700a;
    text-shadow: 0 0 20px #0df;
}

.img-zoom{
    transition: all 0.45s ease-in-out;
    margin: 7px !important;
    position: center;
}

.ygg-img{
    border: 5px solid #2F2F2F;
}

.hover-btn:hover{
    opacity: 100%;
}

.hover-btn:hover ~ .img-zoom{
    /* transform: scale(1.2); */
    position: relative;
    text-shadow: 0 0 20px #0df;
}

.short{
    display: none;
}
.next-btn{
     display: none;
    background: #000000;
    width: 15%;
}

.mySlides{
    display: none;
}

.next-btn{
    background-color: #000000;
    border: none;
    color: rgb(2, 2, 2);
}

@media (min-width: 576px){
    .container{
        max-width: 540px;
    }
    
}

@media (min-width: 768px){
    .container{
        max-width: 720px;
    }
    
}

@media (min-width: 992px){
    .container{
        max-width: 960px;
    }
}

@media (min-width: 1200px){
    .container{
        max-width: 1140px;
    }
    
}

@media (max-width: 992px) {
    .slot-sidebar-nav{
        flex-wrap: nowrap;
    }
    .slot-sidebar{
        float: none !important;
        width: 100% !important; 
        flex: none !important;
        max-width: 100% !important;
        padding-right: 0 !important;
    }
    .content{
        float: none !important;
        width: 100% !important;
        flex: none !important;
        max-width: 100% !important;
    }
    .card{
        width: 33.3% !important;
    }
    .hover-btn{
        display: none;
    }
    .hover-btn:hover ~ .img-zoom{
        transform: scale(1);
        position: relative;
    }
    .btn-provider{
        text-align: center;
        display: block;
    }  
    .enter{
        display: block;
    }
    .btn-provider span{
        position: unset;
    }
    .btn-provider i{
        margin: 0;
    }
    .slot-sidebar-nav li{
        border-bottom: none;
    }
    .slot-sidebar-nav li a p{
        font-size: 5px;
    }
    .img-zoom{
        height: auto;
    }
    .slot-sidebar-nav li a img{
        height: 17.5px !important;
    }
    .maintenance p{
        font-size: 5px;
    }
}