@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 19px;
  font-family: "Inter", sans-serif;
  color: #0b152d;
  background: #f0f0f0;
}
.post,
.page {
  margin: 0;
}
a {
  color: #ff5050;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #ff5050;
}
a:focus {
  color: #ff5050;
}
a:active {
  color: #ff5050;
}
a:hover {
  text-decoration: underline;
  color: #ff5050;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
#siteHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  background: #fff;
  position: sticky;
  top: 0;
  box-shadow: 0px 0px 10px #0003;
  height: 70px;
  z-index: 100;
}
#siteHeader .custom-logo-link {
  display: flex;
  padding: 10px 0px;
  height: 100%;
}
#siteHeader .custom-logo-link img {
  height: 100%;
  width: auto;
}
#siteHeader .main-menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
#siteHeader .main-menu li {
  height: 100%;
}
#siteHeader .main-menu li:first-child a {
  border-left: 1px solid #ddd;
}
#siteHeader .main-menu a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #0b152d;
  text-decoration: none;
  font-weight: 600;
  padding: 0 30px;
  transition: 0.4s;
  border-right: 1px solid #ddd;
}
#siteHeader .main-menu a:hover {
  background: #0b152d;
  color: #fff;
}
#siteHeader .mobile-btn {
  display: none;
}
#siteFooter {
  background: #0b152d;
  color: #fff;
  border-top: 3px solid #ff5050;
}
#siteFooter .footer-widget-1 {
  padding: 30px 0;
}
#siteFooter .footer-widget-1 .container {
  display: flex;
}
#siteFooter .footer-widget-1 .wp-block-group:nth-child(1) {
  width: 66%;
  padding-right: 10px;
}
#siteFooter .footer-widget-1 .wp-block-group:nth-child(2) {
  width: 17%;
  padding: 0 10px;
}
#siteFooter .footer-widget-1 .wp-block-group:nth-child(3) {
  width: 17%;
  padding-left: 10px;
}
#siteFooter .footer-widget-1 .wp-block-group {
  width: 100%;
}
#siteFooter .footer-widget-1 h2 {
  margin: 0;
  margin-bottom: 10px;
}
#siteFooter .footer-widget-1 ul {
  margin: 0%;
  padding: 0;
  list-style: none;
}
#siteFooter .footer-widget-1 ul li a {
  color: #fff;
}
#siteFooter .footer-widget-1 ul li a:hover {
  color: #ff5050;
}
#siteFooter .footer-widget-1 figure {
  display: flex;
  margin: 0;
  margin-bottom: 10px;
}
#siteFooter .footer-widget-1 p {
  margin: 0;
}
#siteFooter .footer-widget-2 {
  background: #004470;
}
#siteFooter .footer-widget-2 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#siteFooter .footer-widget-2 figure {
  display: flex;
  margin: 0;
  padding: 10px;
}
#siteFooter .footer-widget-2 img {
  height: 70px;
  width: auto;
}
#siteFooter .footer-widget-3 {
  padding: 30px 0;
}
#siteFooter .footer-widget-3 .wp-block-columns {
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
#siteFooter .footer-widget-3 .wp-block-column {
  flex-basis: unset;
  flex-grow: unset;
  width: auto;
}
#siteFooter .footer-widget-3 .wp-block-column:not(:first-child) {
  margin-left: 10px;
}
#siteFooter .footer-widget-3 .wp-block-image {
  margin: 0;
}
#siteFooter .footer-widget-3 .wp-block-image figure {
  display: flex;
}
#siteFooter .footer-widget-3 p {
  font-size: 15px;
  margin: 0;
}
#siteFooter .footer-widget-3 p:not(:last-child) {
  margin-bottom: 10px;
}
#casinos-section .item-block {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  height: 150px;
  display: flex;
  align-items: center;
}
#casinos-section .item-image {
  display: flex;
  width: 250px;
  height: 100%;
  padding-right: 20px;
  border-right: 1px solid #ddd;
}
#casinos-section .item-image img {
  object-fit: cover;
  border-radius: 10px;
  width: auto;
  max-width: 100%;
  height: auto;
}
#casinos-section .item-header {
  width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-right: 1px solid #ddd;
}
#casinos-section .item-header h2 {
  margin: 0;
  margin-bottom: 10px;
}
#casinos-section .item-rating {
  display: flex;
  align-items: center;
}
#casinos-section .item-rating img {
  width: 25px;
  height: 25px;
}
#casinos-section .item-text {
  display: flex;
  height: 100%;
  align-items: center;
  flex: 1;
  border-right: 1px solid #ddd;
  padding: 0 20px;
}
#casinos-section .item-text p {
  text-align: center;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
#casinos-section .item-text p:last-child {
  margin-bottom: 0;
}
#casinos-section .item-button {
  width: 150px;
  height: 100%;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
#casinos-section .item-play {
  display: flex;
  justify-content: center;
  padding: 12px 10px;
  width: 100%;
  background: #ff5050;
  color: #fff;
  border-radius: 10px;
}
#casinos-section .item-play.deactive {
  background: #ddd;
  pointer-events: none;
}
#user-cookie {
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 100;
  width: 100%;
}
#user-cookie .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #0b152d;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px #0000005e;
}
#user-cookie p {
  width: 85%;
  margin: 0;
}
#user-cookie button {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #ff5050;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
  padding: 0;
}
#user-cookie button:hover {
  background: #fff;
  color: #4fb34f;
  cursor: pointer;
}
.howto-item {
  display: flex;
}
.howto-item .howto-icon {
  min-width: 32px;
  margin-right: 24px;
}
.howto-item .howto-content h3 {
  margin-top: 0;
}
.howto-item .howto-img {
  display: flex;
  align-items: center;
  min-width: 150px;
  width: auto;
  margin-left: 24px;
}
blockquote {
  display: block;
  background-color: #dcdfe6;
  position: relative;
  margin: 1.5em 0;
  padding: 1.5em;
  overflow: hidden;
}
blockquote:after {
	content: '';
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0b152d;
}
blockquote p {
  margin: 0;
}
#faq-section .rank-math-list-item {
	background: #fff;
	padding: 15px;
	border-radius: 5px;
}
#faq-section .rank-math-list-item:not(:last-child) {
	margin-bottom: 20px;
}
#faq-section .rank-math-list-item .rank-math-question {
	margin: 0 0 10px;
}
.text-block {
	background: transparent;
  color: #ffffff;
  margin-bottom: 30px;
	padding: 15px;
	border-radius: 5px;
}
@media (max-width: 1250px) {
  .container {
    width: 750px;
  }
  #casinos-section .item-block {
    flex-wrap: wrap;
    height: auto;
  }
  #casinos-section .item-image {
    height: 120px;
    order: 0;
    width: 30%;
  }
  #casinos-section .item-header {
    height: 120px;
    order: 1;
    width: 40%;
  }
  #casinos-section .item-text {
    width: 100%;
    order: 3;
    border: none;
    margin-top: 15px;
  }
  #casinos-section .item-button {
    order: 2;
    height: 120px;
    width: 30%;
    display: flex;
    align-items: center;
  }
  #siteFooter .footer-widget-1 .container {
    flex-wrap: wrap;
  }
  #siteFooter .footer-widget-1 .wp-block-group:nth-child(1) {
    width: 100%;
    margin-bottom: 15px;
  }
  #siteFooter .footer-widget-1 .wp-block-group:nth-child(2) {
    width: 50%;
    padding-left: 0px;
  }
  #siteFooter .footer-widget-1 .wp-block-group:nth-child(3) {
    width: 50%;
  }
}
@media (max-width: 1010px) {
  #siteHeader .main-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: unset;
    top: 100%;
    left: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    transition: 0.3s;
    overflow: hidden;
    max-height: 0px;
    visibility: hidden;
  }
  #siteHeader .main-menu li {
    width: 100%;
  }
  #siteHeader .main-menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  #siteHeader .main-menu li a {
    border: none;
    padding: 0;
    width: 100%;
    justify-content: center;
  }
  #siteHeader .main-menu li a:first-child {
    border: none;
  }
  #siteHeader .main-menu.active {
    visibility: visible;
    max-height: 500px;
    padding: 20px 50px;
    box-shadow: 0px 10px 10px #00000063;
  }
  #siteHeader .mobile-btn {
    display: flex;
    width: 45px;
    height: 45px;
    padding: 0;
    background: transparent;
    border: none;
  }
  #siteHeader .mobile-btn img {
    transition: 0.3s;
  }
  #siteHeader .mobile-btn.active img {
    transform: rotate(90deg);
  }
  #siteHeader .mobile-btn:hover {
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
  .container {
    width: 360px;
  }
  #casinos-section .item-image {
    width: 100%;
    padding: 0;
    border: none;
    height: 150px;
  }
  #casinos-section .item-header {
    width: 100%;
    padding: 0;
    border: none;
    height: auto;
    margin-top: 20px;
  }
  #casinos-section .item-text {
    order: 2;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  #casinos-section .item-button {
    order: 3;
    margin-top: 20px;
    width: 100%;
    height: auto;
    padding: 0;
  }
  #siteFooter .footer-widget-3 .wp-block-column:not(:only-child) {
    flex-basis: unset !important;
  }
  #user-cookie .container {
    width: 90%;
  }
  #user-cookie p {
    width: 100%;
    margin-bottom: 10px;
  }
  #user-cookie button {
    width: 100%;
  }
}
@media (max-width: 375px) {
  #siteHeader {
    padding: 0 15px;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
