/* @import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap'); */


@font-face {
	font-family: "PT Serif";
	src: url("/assets/fonts/PTSerif-Regular.woff2") format("woff2"),
	url("/assets/fonts/PTSerif-Regular.woff") format("woff"), url("/assets/fonts/PTSerif-Regular.ttf") format("ttf") ;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}
	  @font-face {
	font-family: "PT Serif";
	src: url("/assets/fonts/PTSerif-Bold.woff2") format("woff2"),
	url("/assets/fonts/PTSerif-Bold.woff") format("woff"), url("/assets/fonts/PTSerif-Bold.ttf") format("ttf") ;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container {
	max-width: 85%;
	margin: 0 auto;
}

.menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
}

.menu li {
	margin: 15px;
	color: #444444;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all 0.3s ease-in;
}

.menu li:hover {
	color: #ff6464;
}

.menu li a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

body {
	background: #FFFFFF;
	font-family: 'PT Serif', sans-serif;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px 0;
	width: 100%;
	z-index: 9;
	transition: all 0.3s ease-in;
}

.wrapper .container {
	max-width: 55%;
}

header.active {
	background: #090532;
}

header .row {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.active .menu {
	top: 60%;
}

header .row .logo {
	text-decoration: none;
	width: auto;
	height: 35px;
}

header .row a.logo {
	transition: all 0.3s ease-in;
}

header .row a.logo:hover {
	transform: scale(1.05);
}

header .row .logo p {
	display: flex;
	width: auto;
	height: 100%;
}
header .row .logo img {
    width: 50px;
    height: 67px;
}
header .row .burger {
	display: none;
	align-items: center;
	height: 40px;
}

header .row .burger p {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s ease-in;
	cursor: pointer;
}

/* header .row .burger .toggle {
	margin: 0 0 0 15px;
	width: 72px;
	height: 20px;
	background: url('../img/burger.png') center / contain no-repeat;
	transition: all 0.3s ease-in;
	cursor: pointer;
} */
.burger {
	display: none;
	margin: 15px 0 15px 15px;
	width: 72px;
	height: 20px;
	background: url('../img/burger.png') center / contain no-repeat;
	transition: all 0.3s ease-in;
	cursor: pointer;

   }
   nav {
	display: flex;
    align-items: center;
    justify-content: end;
	background: #EEEEEE;
	margin-top:10px;
	margin-bottom: 60px;
   }

/* header.active .row .burger .toggle {
	width: 40px;
	height: 40px;
	background: url('../img/close.png') center / contain no-repeat;
} */
header.active .burger .toggle {
	width: 40px;
	height: 40px;
	background: url('../img/close.png') center / contain no-repeat;
}

.wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background: url('../img/bg.webp') center top / contain no-repeat;
}

.wrapper.active {
	background: #EEEEEE;
}

.inner {
	display: flex;
	flex-direction: column;
	padding: 200px 0 30px 0;
}

.inner h1 {
	margin: 0 0 60px 0;
	font-size: 49px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #444444;
}

.inner p {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #444444;
	display: flex;
}

.inner .btn {
	display: flex;
	justify-content: center;
	padding: 19px 55px;
	align-items: center;
	background:	#DD3333;
	border-radius: 30px;
	text-decoration: none;
	align-self: center;
	width: 100%;
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: all 0.3s ease-in;
}

.inner .btn:hover {
	transform: scale(1.05);
}

.cnt {
	/* display: flex;
	flex-direction: column; */
	margin: 0 auto;
}

.cnt h2 {
	margin: 0 0 20px 0;
	font-size: 33px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #333333;
}

.cnt h3, .menu-title {
	margin: 0 0 20px 0;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #333333;
}

.cnt p,
.cnt span,
.cnt ul,
.cnt ol,
.cnt table {
	margin: 0 0 20px 0;
}
.table {
	width: 100%;
	overflow: auto;
	margin: 0 0 30px 0;
}
.cnt ul,
.cnt ol {
	display: flex;
	flex-direction: column;
}

.cnt p,
.cnt span,
.cnt li,
.cnt td,
.cnt th {
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	color: #444444;
}

.cnt th {
	color: #fff;
}

.cnt p.img-text {
	display: flex;
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in;
}

.cnt p.img-text:hover {
	transform: scale(1.05);
}

.cnt p.img-text img {
	width: inherit;
	height: 100%;
}


.cnt span {
	font-weight: 700;
	color: #a5aabe;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	overflow: auto;
	margin: 0 0 30px 0;
}

table,
td,
th {
	border: 1px solid #DDDDDD;
}
td,
th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
table tr:nth-child(2n) {
	background-color: #EEEEEE;
}

footer {
	margin: 55px 0 0 0;
	padding: 70px 0;
	background: #DD3333;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	position: relative;
}
.footer p {
	color:#FFFFFF;	
	font-size: 19px;	
}
.arrow {
	position: absolute;
	cursor: pointer;
	top: 0;	
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}
p img {
	width: 100%;
	height: 100%;
}

.casino {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 5px;
	border-bottom: 1px solid #EEEEEE;
	margin: 20px 0;
}
.casino__items {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: center;
}
.casino-bonus {
	font-size: 21px !important;
	font-weight: 700 !important;
	margin-bottom: 5px !important;
}
.casino-text {
	font-size: 15px !important;
	margin-bottom: 5px !important;
}

.casino-grade {
	font-size: 24px !important;
	font-weight: 700 !important;
	color:#FFFFFF !important;
	background: #3D8A32;
	padding: 10px;
	margin-bottom: 0 !important;
}

.casino-link {
	color:#FFFFFF;
	background: #DD3333;
	border-radius: 30px;
	padding: 19px 75px;
	font-size: 19px;
	font-weight: 700;
	text-decoration: none;
}
.casino-link:hover {
	background: #6b1a1a;
}

/* .blog {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	height: 200px;
	background-color: #4CAF50;
	color: white;
	padding: 20px;
	clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
	transform: rotate(90deg);
	top: 20%;
	display: flex;
} */
.blog {
	position: absolute;
	left: 0;
	top: 4%;
	width: 280px;
	height: 525px;
	background-color:#DD3333;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .blog:before {
	content: '';
	position: absolute;
	top: -50px;
	left: 0;
	width: 280px;
	height: 50px;
	background-color: #DD3333;
	clip-path: polygon(0 100%, 100% 100%, 0 0);
  }
  .blog:after {
	content: '';
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 280px;
	height: 50px;
	background-color: #DD3333;
	clip-path: polygon(0 100%, 100% 100%, 0 0);
	transform: scale(1, -1);
  }
  
  /* .blog:after {
	content: '';
	position: absolute;
	top: 0;
	right: -50px;
	width: 50px;
	height: 525px;
	background-color: #DD3333;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	transform: rotate(90deg);
  } */
 
.blog__item {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 20px;
	width:100%;
}
.blog__item img {
    width: auto;
	/*width: fit-content;*/
	height: 60px;
}
.blog-text {
	width:50%
}
.blog-text a {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
}
.blog-text p {
	color:rgba(255, 255, 255, 0.6);
	font-size: 14px;
}
.casino-logo {
	width:120px;
	height: 120px;
}
.casino__items {
	text-align: center;
	width: 100%;
}

.img-micro {
	float:left;
	width: 200px;
	height: 200px;
	margin-right:20px !important;
}
.img-micro img {
	width: 100%;
	height: 100%;
	border-radius: 25px;
}

.anchor__menu a {
	text-decoration: none;
	color: inherit;
}
.anchor__menu a:hover {
	color: #ff6464;
}
.anchor__menu li {
	margin-bottom: 10px;
}