@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/vavada/assets/fonts/Inter.woff') format('woff'),
    	url('/wp-content/themes/vavada/assets/fonts/Inter.ttf') format('truetype');
}

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

div, header, a, aside, article{
	box-sizing: border-box;
}

body{
	font-family: 'Inter';
	background: #110122;
}

header{
	position: fixed;
	height: 60px;
	width: 100%;
	background: #110122;
	z-index: 10;
}

.container{
	max-width: 1240px;
	margin: 0 auto;
	width: calc(100% - 32px);
}

header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.login_signup{
	display: flex;
	gap: 16px;
	align-items: center;
}

.login_signup a, .geo_error_container a{
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	border-radius: 6px;
	text-decoration: none;
}

.login_a{
	width: 120px;
	border: 1px solid #FFF;
}

.geo_error_container a{
	width: fit-content;
	border: 1px solid #FFF;
	padding: 0 15px;
	margin-top: 16px;
}

.signup_a{
	width: 140px;
	background: #FE284A;
}

main{
	padding-top: 60px;
}

.main_banner{
	position: relative;
}

.main_banner img{
	width: 100%;
}

.mobile_banner{
	display: none;
}

.main_banner p{
	position: absolute;
	text-align: center;
	bottom: 45px;
	color: #FFF;
	text-shadow: 0px 181px 51px rgba(17, 1, 34, 0.01), 0px 116px 46px rgba(17, 1, 34, 0.09), 0px 65px 39px rgba(17, 1, 34, 0.31), 0px 29px 29px rgba(17, 1, 34, 0.52), 0px 7px 16px rgba(17, 1, 34, 0.60);
	font-family: "Arial";
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	width: 100%;
}

.menu{
	margin: 24px auto 32px;
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.menu li{
	width: calc(25% - 12px);
	list-style: none;
}

.menu li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 8px;
	border: 2px solid #FE284A;
	background: linear-gradient(180deg, rgba(254, 40, 74, 0.60) 44.13%, rgba(254, 40, 74, 0.00) 105.88%);
	color: #FFF;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	height: 52px;
	text-decoration: none;
	text-align: center;
}

.title_a{
	margin: 32px auto;
	position: relative;
}

.title_a a{
	display: flex;
	width: 236px;
	margin: 0 auto;
	border-radius: 4px;
	border: 1px solid #7A7A7A;
	height: 38px;
	justify-content: center;
	align-items: center;
	color: #ECECEC;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	background: #110122;
	position: relative;
	z-index: 2;
}

.title_a:before{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #7A7A7A;
	display: block;
	content: '';
	left: 0;
	top: 18px;
	z-index: 1;
}

.games{
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}

.games .item{
	width: calc(20% - 13px);
	height: 195px;
	border-radius: 8px;
	border: 1px solid #494949;
	background: #1F0C33;
	overflow: hidden;
	text-decoration: none;
}

.games .item_image{
	height: 156px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.games .item_image img{
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
}

.games .item p{
	color: #D1D1D1;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	line-height: 38px;
	text-transform: uppercase;
}

article{
	padding: 80px 0;
}

article h1{
	color: #FFF;
	font-family: "Arial";
	font-size: 24px;
	font-weight: 900;
	line-height: 34px;
	text-transform: uppercase;
}

article h2{
	margin: 46px 0 16px;
	color: #ECECEC;
	font-family: "Arial";
	font-size: 20px;
	font-weight: 900;
	line-height: 28px;
	text-transform: uppercase;
}

article h3{
	margin: 16px 0 8px;
	color: #ECECEC;
	font-family: "Arial";
	font-size: 16px;
	font-weight: 900;
	line-height: 23px;
	text-transform: uppercase;
}

article p, article li{
	color: #E9E9E9;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 170%; 
}

article li{
	margin-left: 20px;
}

article table{
	margin: 32px auto 34px;
}

article .wp-block-table thead{
	border-bottom: none;
}

article .wp-block-table td, article .wp-block-table th{
	color: #FFF;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 28px;
	border: 1px solid rgba(237, 237, 237, 0.20);
	padding: 8px 16px;
	vertical-align: middle;
}

article th{
	font-weight: 900;
	background: #291044;
}

article td{
	background: #15022A;
}

.faq{
	border-radius: 8px;
	background: #291044;
	padding: 0 24px;
	margin-top: 40px;
}

.faq h3{
	color: #FE284A;
	font-family: "Arial";
	font-size: 20px;
	font-weight: 900;
	line-height: 24px;
	text-transform: none;
	margin: 0;
}

.faq p{
	line-height: 28px;
}

.faq-item{
	overflow: hidden;
	padding: 24px 0;
	border-bottom: 1px solid rgba(233, 234, 235, 0.50);
	background-image: url('/wp-content/themes/vavada/assets/images/plus-circle.svg');
	background-position: right top 26px;
	background-repeat: no-repeat;
	padding-right: 48px;
	transition: all 0.3s;
}

.faq-item.active{
	background-image: url('/wp-content/themes/vavada/assets/images/minus-circle.svg');
}

.faq-item:last-child{
	border-bottom: none;
}

.faq-question{
	cursor: pointer;
}

.faq-answer{
	margin-top: 18px;
	padding-bottom: 16px;
}

.toc li{
	list-style: none;
}

.toc a{
	color: #5EAEF5;
	text-decoration: none;
}