.mouse-cursor {
    cursor: url("../img/money-bag-mouse.png+"), auto;;
}

body {
    font-family: 'HelveticaNeueLT Arabic 75';
    font-weight: bold;
    font-style: normal;
}



.full-screen {
    height: 100vh;
    width: 100vw;
}

.slider-position {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.footer-position {
    position: absolute;    
    bottom: 0;
}

.menu-position {
    position: relative !important;
    top: 50% !important;
    transform: translateY(-58%) !important;
}

.prize-modal-position {
    position: relative !important;
    top: 50% !important;
    transform: translateY(-58%) !important;
}

.label-number {
    /*margin-top: -85px;*/
    /*margin-left: 75px;*/
    font-size: 25px;
    font-family: cursive;
}

/* * {border: 2px solid red;
} */

.bg-mradient-1 {
background: rgb(0,97,175);
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    /*max-width: 100%;*/
    z-index: -500;
}

.box-ligth-bg {
	transition: all .3s;
	width: auto;
	height: auto;
}

.box-ligth-bg:hover {
	background: url(../img/bg-money-bag.png) no-repeat center; 
	background-size: cover;
	transform: translateY(-10px);
	transform: scale(1.2);
	background-size: 90%;
	color: green;
}

.box-ligth-bg img:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}




/* from: https://davidwalsh.name/css-flip  */


.card {
	text-align: center;
	width: 100%;
	height: 80px;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	background-color: #0000;
	border: 0;
}

.flipper {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
	perspective: 1000px;
	padding: 20px 40px;
}
/* flip the pane when hovered */
.flipper.flip .card {
	transform: rotateY(180deg);
}
.front,
.back {
	width: 100%;
	padding: 5px;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
	height: 100%;
}
/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
	height: 100px;
	width: 100px;
	background-color: rgba(0,0,0,.3);
	border-radius: 10px;
	/*background: url(../img/bbk_logo.png) no-repeat center; 
	background-size: cover;
	background-size: 90%;*/
}
.goback {
	position: absolute;
	bottom: 0px;
	padding-left: 20px;
	left: 0px;
	text-decoration: underline;
	cursor: pointer;
}

.modal-content {
    background-color: #0008;
    border: 0px solid rgba(0,0,0,.2);
}





