body {
	font-family: 'OpenSans-Regular';
	background-color: rgba(94, 16, 151, 1);
	font-size: 14px;
}

.h1, h1 {
	font-family: 'OpenSans-Bold';
	color: #ffffff;
	font-size: 40px;
    text-transform: uppercase;
}

.h2, h2 {
	font-family: 'OpenSans-Bold';
	color: #fb009f;
	font-size: 30px;
}

p {
	font-size: 14px;
}

.bold {
	font-family: 'OpenSans-Bold';
}

.screen1 {
	background-image: url(/images/wheel-of-wonders/header-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    /* background-attachment: fixed; */
	padding: 50px 0 5px;    
}

a.more-info {
    font-family: 'OpenSans-Bold';
	color: #fb009f;
	font-size: 30px;
    text-decoration: underline;
}

.screen2 {
	background-image: url(/images/wheel-of-wonders/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    /* background-attachment: fixed; */
	padding: 50px 0 5px;    
}

.main {
    margin-top: 130px;
    padding-right: 160px;
    padding-left: 50px;
}

.screen1 button.btn-login, .screen1 input[type="number"], .screen1 input[type="text"], .screen1 input[type="email"] {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(251, 0, 159);
    background-color: #2f084c;
    box-shadow: 0px 7px 5px 0px rgba(1, 1, 1, 0.75), inset 0px 1px 3px 0px rgba(1, 1, 1, 0.75);
    border-radius: 50px;
    min-width: 300px;
    margin-bottom: 25px;
    max-width: 300px;
    padding: 10px 0;
    height: auto;
}

.modal-title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px -3px 2px rgb(7 178 243 / 0%), 0 -1px 4px #07b2f3, 0 -2px 10px #07b2f3, 0 -10px 20px #07b2f3, 0 -18px 40px #07b2f3;
    margin-bottom: 0;
}

.modal-content {
	background-color: #2f084c;
}

.modal-header, .modal-footer {
	border-bottom: 0;
}

.modal-header {
	display: block;
	text-align: center;
}

.modal-body {
    padding: 0 2rem;
}

button.close-btn {
	font-family: 'OpenSans-Bold';
	font-size: 20px;
	color: white;
	padding: 12px 35px;
	border-radius: 50px;
	box-shadow: inset 0px 0px 10px 7px #fea036;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	display: block;
	margin: 0 auto;
}

	button.close-btn:hover, button.close-btn:focus, button.close-btn:visited {
		color: #ffffff;
		box-shadow: inset 0px 0px 10px 7px #fb009f;
	}

.one p, .two p {
    font-family: 'OpenSans-Bold';
    font-size: 14px;
    background-color: #fb009f;
    padding: 10px 20px;
    border-radius: 10px;
    min-width: 250px;
}

.btn-spin {
    background-color: #fea036;
    line-height: 50px;
    font-family: 'OpenSans-Bold';
    font-size: 40px;
    color: white;
    padding: 12px 35px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

.btn-spin:hover {
    background-color: #fb009f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

.btn-info {
    font-family: 'OpenSans-Bold';
    background-color: #07b2f3;
    font-size: 18px;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 6px;
    border: none;
    min-width: 300px;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

.btn-info:hover {
    background-color: #75da00;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

.screen2 table {
    width: 100%;
    max-width: 626px;
    margin: auto;
}

.pulse {
    animation: 1.5s ease 0s infinite pulse;
  }
  
  @keyframes pulse {
    0%, 50%, 100% { transform: scale(1, 1); }
    30%, 80% { transform: scale(0.92, 0.95); }
  }

figure {
    margin: 0;
    width: 50px;
}

.wheel {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.wheel-cover {
    position: absolute;
}

#canvas {
    max-width: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    /* padding: 45px; */
}

#canvas2 {
    display: none;
}

@media screen and (max-width: 1440px) {
    .main {
        margin-top: 60px;
        padding-right: 160px;
        padding-left: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .main {
        margin-top: 40px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

@media screen and (max-width: 940px) {
    .screen1 {
        background-image: url(/images/wheel-of-wonders/header-bg-mobile.jpg);
    }

    .screen2 {
        background-image: url(/images/wheel-of-wonders/bg-mobile.jpg);
    }

    .main {
        margin-top: 40px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .h1, h1 {
        font-size: 24px;
    }

    a.more-info {
        font-size: 22px;
    }

    .btn-spin {
        font-size: 26px;
    }
}