* {
  font-family: Roboto, sans-serif;
  color: #fff;
}
header,
nav {
  margin: 0 auto;
}
*,
nav {
  padding: 0;
}
*,
nav ul li:first-child {
  margin: 0;
}
.start-content,
header,
nav ul {
  display: flex;
}
.start-content a,
.start-content h1,
.start-content p {
  align-self: center;
  text-align: center;
}
footer,
header {
  max-width: 1200px;
  background-color: #1b2b38;
  border-radius: 12px;
}
.anchors_section ul,
nav ul li {
  list-style: none;
}
.anchors_section ul li a,
.btn-act .color-btn,
body .color-btn,
nav ul li .color-btn {
  text-decoration: none;
  color: #000;
  background: #dafe31;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 25px;
  position: relative;
  box-shadow: 0 5px 20px rgb(49 188 105/50%);
  border-radius: 7px;
  text-align: center;
  text-transform: uppercase;
}
.start-content a,
.start-content h1,
.start-content p,
footer {
  text-align: center;
  padding: 20px;
}
.content table,
table {
  width: 100%;
  border-collapse: collapse;
}
* {
  box-sizing: border-box;
}
a {
  color: #fed311;
}
html {
  scroll-behavior: smooth;
}
body {
  padding: 0 15px 20px;
  background: #151a22;
}
header {
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  height: 60px;
}
.btn-act {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-act a {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 24px;
  background: #dafe31;
  background-image: linear-gradient(
    to right top,
    #dafe31,
    #dafe31,
    #dafe31,
    #dafe31,
    #dafe31
  );
  color: #000;
  padding: 10px 16px;
  margin-left: 15px;
  text-transform: uppercase;
}
.start-content a,
nav ul li:hover {
  background-color: transparent;
}
.start-content h1,
nav ul li {
  text-transform: uppercase;
  color: #fff;
  font-style: normal;
}
.btn-act a:hover {
  opacity: 0.9;
}
.btn-act a:first-child {
  margin-left: 0;
}
header span {
  cursor: pointer;
  font-size: 19px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
nav {
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
}
nav ul {
  align-items: center;
}
nav ul li {
  padding: 20px 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  transition: 0.3s linear;
  cursor: pointer;
}
nav ul li a {
  padding: inherit;
  color: inherit;
}
.start-content {
  flex-direction: column;
  margin: 14px auto 0;
  padding: 36.5px 10px;
  max-width: 1280px;
  border-radius: 5px;
  background: url(../img/bg.png) center/cover no-repeat;
}
.start-content h1 {
  margin: 0 0 15px;
  max-width: 876px;
  font-weight: 900;
  font-size: 31px;
  line-height: 50px;
}
.start-content h1 span {
  color: #a69db3;
}
.start-content p {
  display: inline-block;
  margin: 0 0 30px;
  max-width: 876px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}
.anchors_section ul li a,
.start-content a {
  color: #fff;
  background-color: transparent;
}
.content td,
td {
  padding: 10px;
}
.start-content a:hover {
  background-color: #fff;
  color: #dafe31;
}
.content {
  margin: 0 auto;
  padding: 54px 0 45px;
  max-width: 1280px;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin: 25px 0 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.content h3 {
  font-size: 24px;
}
.content h4,
.content h5,
.content h6 {
  font-size: 20px;
}
.content ol li,
.content p,
.content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}
.content ol,
.content p,
.content ul {
  margin: 0 0 25px;
  list-style-position: inside;
}
footer {
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 12px;
}
.content td,
.content tr {
  border: 1px solid #4b30bc;
}
footer small {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
}
tr:nth-child(2n) {
  background-color: #211a3e;
  background-color: var(--tr-even-bck);
}
.content table {
  border-spacing: 0;
  margin-bottom: 25px;
  color: #fff;
}
.content td {
  text-align: left;
  font-weight: 400;
}
.anchors_section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.anchors_section ul li {
  margin-bottom: 8px;
}
.anchors_section ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1280px) {
  .content,
  .start-content,
  footer,
  header,
  nav {
    max-width: 1100px;
  }
  header {
    align-items: center;
    justify-content: space-between;
  }
  header ul {
    margin: 0 0 0 50px;
    flex-wrap: wrap;
  }
  header ul li {
    padding: 13px 5px;
  }
}
@media screen and (max-width: 1100px) {
  .content,
  .start-content,
  footer,
  header,
  nav {
    max-width: 800px;
  }
  header {
    padding: 0 10px;
  }
  .content {
    padding: 30px 0;
  }
  footer ul {
    flex-wrap: wrap;
  }
  header ul li {
    padding: 13px 4px;
  }
  footer ul li {
    padding: 13px 5px;
  }
  footer ul li a {
    padding: inherit;
  }
}
@media screen and (max-width: 768px) {
  nav {
    display: none;
  }
  body {
    padding: 0;
  }
  footer,
  header {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }
  header {
    flex-direction: column;
    margin: 0 0 23px;
    padding: 14px 14px 24px;
    border-radius: 0;
  }
  header ul {
    margin: 18.4px 0 0;
    justify-content: center;
  }
  header ul li {
    margin: 0 15px;
    padding: 10px 0;
  }
  header ul li a {
    padding: inherit;
  }
  .content,
  .start-content {
    width: 90%;
  }
  .start-content p {
    width: 80%;
  }
}
@media screen and (max-width: 425px) {
  .start-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  header {
    height: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  header span {
    margin-bottom: 15px;
  }
  nav {
    margin-top: 25px;
  }
  nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  nav ul li {
    display: inline-flex;
    padding: 5px;
    margin: 3px;
    border: 1px solid #8d48f6;
  }
  .anchors_section {
    padding: 0 15px;
  }
  .content ol li,
  .content p,
  .content ul li,
  .start-content p {
    font-size: 14px;
    line-height: 1.5;
  }
  .anchors_section ul li a {
    font-size: 12px;
  }
}
table {
  margin: 0 auto;
  max-width: 1200px;
}
tbody {
  background: #1b2b38;
  color: #fff;
}
td {
  border: 1px solid #000;
  font-size: 14px;
}
td:last-child {
  line-height: 1.5;
}
header span {
  font-size: 28px;
  font-weight: 900;
  color: #dafe31;
  text-transform: uppercase;
}
header span span {
  color: #dafe31;
}
.start-content .goto {
  padding: 15px 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: 0.5s;
  text-transform: uppercase;
  border-radius: 8px;
  color: #000;
  background-color: #dafe31;
  background-image: linear-gradient(
    to right top,
    #dafe31,
    #dafe31,
    #dafe31,
    #dafe31,
    #dafe31
  );
  margin: 10px;
}
.start-content .goto:hover {
  color: #fff;
}
@media (max-width: 768px) {
  header span {
    margin-bottom: 0;
  }
  header {
    padding: 15px;
  }
  .btn-act a:last-child {
    display: none;
  }
}
.anchors_section ul {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.anchors_section ul li {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.anchors_section ul li a {
  color: #fff;
  background-color: #7b0219;
  padding: 5px;
  text-decoration: none;
}
.anchors_section ul li a:hover {
  text-decoration: none;
}
footer ul {
  list-style: none;
}

/* promocode block styles */

.gama-casino-block {
  background: #770017;
  background-image: linear-gradient(
    to right,
    #770017,
    #83051d,
    #8f0a23,
    #9b102a,
    #a71631
  );
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
  margin: 50px 0 20px;
  border-radius: 6px;
}
.gama-casino-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.gama-casino-heading span {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
.gama-casino-block-wrapper {
  width: calc(800px - 30px);
  margin: 0 auto;
  padding: 0 15px 25px;
}
@media (max-width: 830px) {
  .gama-casino-block-wrapper {
    width: 100%;
    margin: 0;
    padding: 0 15px 25px;
  }
}
.gama-casino-unit {
  background: transparent;
  border-radius: 10px;
  border: 2px solid #ffb26b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  margin: 15px 0;
}

.gama-casino-caption {
  color: #fff;
  font-weight: bold;
}

.gama-casino-unit input {
  width: 120px;
  text-align: center;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background: #3e2028;
  border: 1px dashed #ff7a7a;
  color: #9f9094;
  font-weight: bold;
  height: 30px;
}
.gama-casino-button a {
  display: flex;
  color: #000;
  background: #ffb26b;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  padding: 12px;
  line-height: 1;
}
.gama-casino-button a:hover {
  background: #f24463;
  color: #fff;
}
@media (max-width: 450px) {
  .gama-casino-caption {
    font-size: 13px;
    font-weight: bold;
  }
  .gama-casino-unit input {
    width: 100px;
  }
}

.gamacasino-footer-svg-container {
  text-align: center;
  padding: 20px 0;
}

.gamacasino-footer-svg-container img {
  height: 50px;
  width: auto;
  margin: 0 10px;
}

.responsive-img img {
  display: block;
  text-align: center;
  max-width: 100%;
  height: auto;
  margin: 0 auto 25px;
}

.content td,
.content tr,
.gama-casino-main-table td,
.gama-casino-main-table tr,
.gama-casino-main-table th {
  border: 1px solid #dafe31;
  font-size: 14px;
  padding: 16px;
  background: #1b2b38;
  line-height: 1.5;
}
