
@font-face {
  font-family: 'FrizQuadrata BT';
  src: url('FrizQuadrataITCbyBT-Roman.woff2') format('woff2'),
      url('FrizQuadrataITCbyBT-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FrizQuadrata BT';
  src: url('FrizQuadrataITCbyBT-Bold.woff2') format('woff2'),
      url('FrizQuadrataITCbyBT-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  font-family: 'FrizQuadrata BT';
  font-size: 120%;
  line-height: 1.5;
}
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 64px 0 #ffffff;
}
.content {
  background-image: url('casinojack-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
}
.header {
  background-image: url('kasiino.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  position: relative;
}
.main-content {
  background: #ffffff;
}
.header-bottom {
  position: absolute;
  bottom: -112px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-bottom-logo {
  background: #fff;
  width: 300px;
  box-shadow: 0 0 64px 0 #ffffff;
  text-align: center;
  padding: 20px 0;
  border: 10px solid #d2b16c;
}
.header-bottom-logo img {
  max-width: 250px;
  height: auto;
  width: 100%;
}
.site-logo-text {
  font-family: 'FrizQuadrata BT', 'Georgia', serif;
  font-size: 36px;
  font-weight: bold;
  color: #d2b16c;
  letter-spacing: 0.05em;
  line-height: 1;
}
.header-bottom-left {
  flex: 1;
}
.header-bottom-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
/* Burger button */
.burger-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 9998;
}
.burger-btn span {
  display: block;
  width: 28px;
  height: 3px;
  background: #d2b16c;
  border-radius: 2px;
  transition: all 0.3s;
}

/* Fullscreen menu overlay */
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.fullscreen-menu.active {
  opacity: 1;
  visibility: visible;
}
.menu-close {
  position: absolute;
  top: 30px;
  right: 40px;
  background: none;
  border: none;
  color: #d2b16c;
  font-size: 48px;
  cursor: pointer;
  line-height: 1;
}
.menu-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.menu-nav a {
  color: #d2b16c;
  text-decoration: none;
  font-size: 28px;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}
.menu-nav a:hover {
  opacity: 0.7;
}
.main-content {
  padding: 150px 50px 50px;
}
.main-content-inner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
table td,
table th {
  white-space: normal;
  min-width: 120px;
  padding: 8px 12px;
  vertical-align: top;
}
.main-content img {
  width: 100%;
  height: auto;
}
.main-content h1 {
   color: #d2b16c;
   font-weight: normal;
   text-align: center;
 }
 .main-content strong {
   color: #d2b16c;
 }
 .main-content a {
   color: #d2b16c;
   text-decoration: none;
 }
 .footer-txt {
   font-size: 0.8em;
 }
 @media (max-width: 800px) {
   body {
     font-size: 100%;
   }
   .content {
     padding: 0;
   }
   .main-content {
    padding: 120px 20px 20px;
  }

 }

