@font-face {
  font-family: "Orkney-Regular";
  src: url("/wp-content/themes/casino/assets/fonts/Orkney-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/wp-content/themes/casino/assets/fonts/SourceSansPro.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body section.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 15px;
}
footer a, .buttons .log_in, .buttons .sign_up {
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  font-size: 17px;
  user-select: auto;
}
.buttons .log_in {
  color: #fff;
}
.buttons .sign_up {
  color: #fff;
}
.wp-block-table {
  margin: 0;
}
body {
  background-color: #141416;
  font-family: "Orkney-Regular", sans-serif;
  padding: 0;
  margin: 0;
  color: #81849e;
}
body h1 + p, body h2 + p, body h3 + p {
  margin-top: 10px;
}
body h1 {
  font-size: 45px;
  margin-bottom: 20px;
}
body h2 {
  font-size: 2rem;
  border-bottom: 2px solid #23262f;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
body h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
body p {
  font-size: 23px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
body ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
body ul li {
  margin-bottom: 10px;
  font-size: 23px;
}
body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
body table th, body table td {
  padding: 15px;
  border: 1px solid #ddd;
  text-align: left;
}
body table th {
  background-color: #f7ca2b;
  color: #23262f;
  font-size: 23px;
}
body table td {
  font-size: 23px;
  background-color: #141416;
}
body table tbody tr:nth-child(even) {
  background-color: #202023;
}
body .faq {
  margin-top: 40px;
}
body .faq h3 {
  font-size: 1.25rem;
  color: #e74c3c;
}
body .faq p {
  margin-bottom: 15px;
}
header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0px 50px;
  transition: 0.3s ease;
  left: 0;
  max-width: 100%;
}
header .header-container.sticky {
  height: 100px;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #1F6734;
}
footer {
  text-align: center;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer a {
  color: #f7ca2b;
  font-size: 22px;
}
.buttons {
  display: flex;
  gap: 25px;
}
.buttons .log_in {
  font-size: 20px;
  transition: 0.3s ease;
}
.buttons .sign_up {
  font-size: 20px;
  transition: 0.3s ease;
}
img {
  width: 100%;
  height: auto;
}
.logo {
  max-width: 300px;
  max-height: 80px;
}
@media screen and (max-width: 768px) {
  header .header-container {
    flex-direction: column;
    opacity: 1;
    transition: opacity 0.3s linear;
    transition: height 0.3s linear;
  }
  header .header-container.sticky {
    height: 50px;
  }
  header .header-container.sticky .logo {
    opacity: 0;
    display: none;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  }
  body section h1 {
    font-size: 2rem;
  }
  body section h2 {
    font-size: 1.75rem;
  }
  body section h3 {
    font-size: 1.25rem;
  }
  body section th, body section td {
    font-size: 1rem;
  }
  body section button {
    font-size: 1rem;
  }
}
.heading {
  color: white !important;
  font-size: 50px !important;
  text-decoration: none;
}
.sub-heading {
  color: white !important;
  font-size: 30px !important;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .heading {
    font-size: 25px !important;
  }
  .sub-heading {
    font-size: 20px !important;
  }
}
.banner-container {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 100px 15px; */
  height: 550px;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .banner-container {
    height: 215px;
  }
  .hero-banner-container {
    min-height: 30px !important;
  }
}
header {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 15px;
}
header .header-container {
  max-width: 1200px;
}
.hero-banner-container {
  background-position: center;
  background-size: cover;
  min-height: 550px;
}
@media only screen and (max-width: 768px) {
  .hero-banner-container {
    background: #141416;
    background-position: center;
    background-size: cover;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.btn-gradient {
  animation: btn-gradient 1.5s linear infinite !important;
  background: linear-gradient(93.45deg, #cfa200, #cfa200 5%, #f9cc2d 30%, #fff3ca 50%, #f9cc2d 70%, #cfa200 95%, #cfa200) !important;
  background-size: 200% 100% !important;
  color: #141416 !important;
  width: 100% !important;
}
.hero-banner-buttons {
  max-width: 350px;
  text-align: center;
  margin: 25px auto;
}
.hero-banner-buttons .hero-banner-button {
  font-weight: 700;
  height: 65px;
  font-size: 20px;
  border-radius: 5px;
  border: none;
}
