/*
Web Name: BetRoyal Casino
Author: The cFox 
Description: 
Version: 1.0
*/

body {
	background-color: #11162a;
	font-family: 'Abel', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 0 0;
}

a:link, a:visited, a:active {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}

a:hover {
	color: #f40197;
	text-decoration: none;
	transition: all .7s ease-in-out;
}

h1 {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 40px;
	line-height: normal;
	font-weight: 600;
	color: #fff;
}

h2 {
	display: block;
	width: 100%;
	margin: 25px 0;
	padding: 0;
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	color: #fff;
}

::-webkit-scrollbar {
	width: 2px;
}

::-webkit-scrollbar-track {
	background: #171c39; 
}

::-webkit-scrollbar-thumb {
	background: #fbcc33;
}

::-webkit-scrollbar-thumb:hover {
	background: #fbcc33; 
}

.vertical-divider {
	display: block;
	height: 1px;
	background-color: #262d59;
	margin: 25px;
}

.solid-btn a {
	display: inline-block;
	font-size: 12px;
	line-height: normal;
	font-weight: 600;
	color: #222;
	text-decoration: none;
	background-image: linear-gradient(145deg, #fbcc33, #f90);
	border-radius: 5px;
	border: 1px solid #fbcc33;
	text-shadow: 1px 1px 2px hsla(0, 0%, 100%, .5);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .3), inset 2px 2px 5px hsla(0, 0%, 100%, .3);
	transition: all .3s ease-in-out;
	padding: 10px 20px;
}

.solid-btn a:hover {
	background-image: linear-gradient(145deg, #f90, #fbcc33);
}

.outline-btn a {
	display: inline-block;
	font-size: 12px;
	line-height: normal;
	font-weight: 600;
	color: #fbcc33;
	text-decoration: none;
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid #fbcc33;
	transition: all .3s ease-in-out;
	padding: 10px 20px;
}

.outline-btn a:hover {
	color: #222;
	background-image: linear-gradient(145deg, #f90, #fbcc33);
}

.pdf-desktop {
	width: 100%;
	height: calc(100vh - 71px);
}

.pdf-mobile {
	display: none;
}

/*----- mob nav -----*/
nav {
	display: none;
	background-color: #171c39;
	padding: 25px;
}

#menuToggle {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle input {
	display: flex;
	width: 40px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}

#menuToggle span {
	display: flex;
	width: 29px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: #fff;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 5px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-3px, -1px);
	background: #fff;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

#mob-menu {
	position: absolute;
	width: 200px;
	height: 100vh;
	margin: -25px 0 0 -25px;
	padding: 50px 25px;
	padding-top: 50px;
	background-color: #172144;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
}

#mob-menu #logo {
	padding: 0;
}

#mob-menu a {
	display: block;
	margin-top: 15px;
	font-size: 13px;
	font-weight: 500;
	color: #898da2;
}

#mob-menu i {
	width: 20px;
	text-align: center;
	margin-right: 15px;
}

#menuToggle input:checked ~ ul {
	transform: none;
}

#mob-menu .support a:link, #mob-menu .support a:visited, #mob-menu .support a:active {
	display: block;
	font-weight: 500;
	color: #00aff0;
	text-decoration: none;
	background-color: #171c39;
	border-right: solid 0px #171c39;
	border-radius: 5px;
	margin: 25px 0 0 0;
	padding: 15px;
	transition: all .7s ease-out;
}

#mob-menu .support a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #00aff0;
	border-right: solid 0px #11162a;
}

#mob-menu .support i {
	width: 20px;
	text-align: center;
	margin-right: 10px;
}

#mob-menu .active a:link, #mob-menu .active a:visited, #mob-menu .active a:active {
	display: block;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	background-color: #11162a;
	border-right: solid 2px #fbcc33;
	padding: 15px 25px;
	cursor: pointer;
}

#mob-menu #social {
	margin: 25px 0;
}

#mob-menu #social a:link, #mob-menu #social a:visited, #mob-menu #social a:active {
	display: inline-block;
	width: calc(20% - 10px);
	background-color: transparent;
	border-right: 0px;
	margin: 0 3px;
	padding: 0 0;
}

#mob-menu #social a:hover {
	background-color: transparent;
	border-right: 0px;
}

/*----- images -----*/
img {
	display: block;
	max-width: 100%;
	height: auto;
}

p > img {
    margin: 0 !important;
}

/*----- sidebar -----*/
#sidebar {
	position: fixed;
	max-width: 230px;
	height: 100vh;
	float: left;
	background-color: #172144;
	box-shadow: 0 1px 10px 0 rgb(0 0 0 / 30%);
}

#logo {
	display: block;
	padding: 50px;
}

#sidebar-menu a:link, #sidebar-menu a:visited, #sidebar-menu a:active {
	display: block;
	font-weight: 500;
	color: #898da2;
	text-decoration: none;
	background-color: #172144;
	border-right: solid 2px #172144;
	padding: 15px 25px;
	transition: all .7s ease-out;
}

#sidebar-menu a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #11162a;
	border-right: solid 2px #fbcc33;
}

#sidebar-menu i {
	width: 20px;
	text-align: center;
	margin-right: 25px;
}

#sidebar-menu .support a:link, #sidebar-menu .support a:visited, #sidebar-menu .support a:active {
	display: block;
	font-weight: 500;
	color: #00aff0;
	text-decoration: none;
	background-color: #171c39;
	border-right: solid 0px #171c39;
	border-radius: 5px;
	margin: 25px 25px 0 25px;
	padding: 15px 25px;
	transition: all .7s ease-out;
}

#sidebar-menu .support a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #00aff0;
	border-right: solid 0px #fbcc33;
}

#sidebar-menu .support i {
	width: 20px;
	text-align: center;
	margin-right: 10px;
}

#sidebar-menu .active a:link, #sidebar-menu .active a:visited, #sidebar-menu .active a:active {
	display: block;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	background-color: #11162a;
	border-right: solid 2px #fbcc33;
	padding: 15px 25px;
	cursor: pointer;
}

#sidebar-menu #social {
	margin: 25px;
}

#sidebar-menu #social a:link, #sidebar-menu #social a:visited, #sidebar-menu #social a:active {
	display: inline-block;
	width: calc(20% - 10px);
	background-color: transparent;
	border-right: 0px;
	margin: 0 3px;
	padding: 0 0;
}

#sidebar-menu #social a:hover {
	background-color: transparent;
	border-right: 0px;
}

/*----- header -----*/
#header {
	width: calc(100% - 60px);
	overflow: auto;
	padding: 15px 30px;
	background-color: #171c39;
}

#header .solid-btn, #header .outline-btn {
	margin-right: 10px;
	float: right;
}

.btn-container {
	margin: 25px 0 20px 0;
}

#mob-menu .solid-btn a {
	display: block;
	margin-top: 5px;
	color: #fff;
	text-align: center;
}

/*----- body -----*/
#container {
	width: calc(100% - 230px);
	overflow: auto;
	margin-left: 230px;
	margin-bottom: 70px;
	float: left;
}

#main {
	max-width: 1440px;
	overflow: auto;
	margin: 100px auto 100px auto;
	padding: 0 50px;
}

.hero {
	width: 100%;
	overflow: auto;
	background: url(images/affiliate-joya-casino-hero.jpg) top center no-repeat;
	background-size: cover;
}

.hero-content {
	padding: 100px;
}

.hero-content h1 {
	width: 50%;
	font-size: 90px;
	line-height: 90px;
	font-weight: 900;
	color: #fbcc33;
	text-transform: uppercase;
}

.hero-content h2 {
	width: 50%;
	margin: 25px 0;
	padding: 0;
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	color: #fff;
}

.hero-content .solid-btn a {
	margin-top: 25px;
	font-size: 15px;
	padding: 15px 30px;
}

.clear-fix-container {
	display: flex;
	flex-wrap: wrap;
	clear: both;
	width: 100%;
	overflow: auto;
	padding: 100px 0 0 0;
}

.info-box-2 {
	display: inline-block;
	width: calc(50% - 15px);
	overflow: auto;
	margin-right: 30px;
	vertical-align: top;
}

.info-box-2:nth-child(2n) {
	margin-right: 0;
}

.info-box-2 i {
	width: 25px;
	font-size: 15px;
	margin-right: 20px;
	color: #fbcc33;
	text-align: center;
}

.info-box-3 {
	display: flex;
	width: calc(33.333337% - 120px);
	overflow: auto;
	background-color: #172144;
	margin: 0 30px 30px 0;
	padding: 50px;
	flex-direction: column;
	text-align: center;
}

.info-box-3:nth-child(3n) {
	margin: 0 0 30px 0;
}

.info-box-3 i {
	font-size: 35px;
	color: #fbcc33;
	margin-bottom: 25px;
}

.info-box-3 h2 {
	margin-bottom: 5px;
}

.info-box-3 img {
	margin: 0 auto 35px auto;
}

.info-box-3 a {
	margin-top: 35px;
	text-decoration: underline;
}

.accordion {
	width: 100%;
	background-color: #172144;
	border: none;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	padding: 20px;
	text-align: left;
	outline: none;
	transition: 0.4s;
}

.act, .accordion:hover {
	background-color: #172144;
}

.accordion:after {
	content: '\002B';
	border: solid 1px #11162a;
	padding: 0 4px;
	font-size: 15px;
	color: #11162a;
	font-weight: 600;
	float: right;
	margin-left: 15px;
}

.act:after {
	content: "\2212";
	color: #fbcc33;
	border: solid 1px #fbcc33;
}

.panel {
	max-height: 0;
	overflow: hidden;
	background-color: #11162a;
	border-bottom: solid 1px #11162a;
	padding: 0 20px;
	transition: max-height 0.2s ease-out;
}

.panel p {
	color: #fff;
	font-weight: 300;
	margin-bottom: 25px;
}

.page-txt {
	font-size: 17px;
}

/*----- footer -----*/
#copyright {
	position: absolute;
	width: calc(100% - 30px);
	padding: 0 15px;
	bottom: 20px;
	font-size: 11px;
	font-weight: 400;
	color: #898da2;
	text-align: center;
}

footer {
	display: none;
	width: calc(100% - 10px);
	height: 35px;
	padding: 17px 5px;
	position: fixed;
	bottom: 0;
	background-color: #171c39;
}

.footer-btn {
	display: inline-block;
	width: calc(20% - 4px);
	overflow: auto;
	vertical-align: middle;
}

.footer-btn img {
	width: 35px;
	margin: auto;
}

/*----- mobile -----*/
@media (max-width: 992px) {
nav {
	display: block;
}

#mob-menu #logo {
	margin-bottom: 50px;
}

.vertical-divider {
	display: block;
	height: 1px;
	background-color: #262d59;
	margin: 25px 0;
}

#header {
	display: none;
}

#sidebar {
	display: none;
}

#container {
	width: 100%;
	margin-left: 0;
}

#main {
	margin: 50px 0;
}

.hero-content {
	padding: 50px;
}

footer {
	display: block;
}
}

@media (max-width: 768px) {
.hero-content h1 {
	width: 100%;
	font-size: 55px;
	line-height: 55px;
}

.hero-content h2 {
	width: 100%;
}

.pdf-desktop {
	display: none;
}

.pdf-mobile {
	display: block;
	max-width: 768px;
	overflow: auto;
	margin: 50px 0;
	padding: 0 50px;
	text-align: center;
}

.pdf-mobile img {
	margin-bottom: 25px;
}

.clear-fix-container {
	padding: 30px 0 0 0;
}

.info-box-2 {
	display: block;
	width: 100%;
	margin-right: 0;
}
}

@media (max-width: 576px) {
#main {
	margin: 25px 0;
	padding: 0 25px;
}

.hero-content {
	padding: 25px;
}

.info-box-3 {
	display: block;
	width: calc(100% - 50px);
	margin: 0 0 30px 0;
	padding: 25px;
	text-align: center;
}

.pdf-mobile {
	margin: 25px 0;
	padding: 0 25px;
}
}