/* cyrillic 400 */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Montserrat-cyrillic-400.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* cyrillic 700 */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Montserrat-cyrillic-700.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin 400 */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Montserrat-latin-400.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin 700 */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Montserrat-latin-700.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin 800 */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/Montserrat-latin-800.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
p {
  font-size: inherit;
  font-weight: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Base */

body {
  padding: 0 10px;
  font-family: "Montserrat", system-ui;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  background-color: #181a1e;
  color: #e9e9e9;

  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  margin-top: 10px;
}

section {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

h1,
h2,
h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

picture {
  text-align: center;
}

picture img {
  border-radius: 10px;
  border: 1px solid #e9e9e9;
}

picture p {
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

ul {
  padding-left: 22px;
}

li {
  margin-bottom: 15px;
  list-style-type: none;
}

.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #25252c;
  border: 1px solid #4d4d4d;
  border-radius: 10px;
}

.container-header {
  max-width: 1020px;
  margin: 0 auto;
  padding: 10px 0;
}

.grey {
  background-color: #4d4d4d;
}

.last-update {
  margin-bottom: 10px;
  padding: 3px;
  max-width: max-content;
  display: block;
  background-color: #4d4d4d;
  border-radius: 3px;
  font-size: 12px;
  text-align: left;
}

.btn {
  display: block;
  padding: 10px;
  max-width: max-content;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #1d58a5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(23, 31, 56, 0.075);
  border: 0.0625rem solid transparent;
  border-radius: 10px;
}

.btn:hover {
  background-color: #194b8c;
  border-color: #174684;
}

.btn-green {
  display: block;
  padding: 10px;
  max-width: max-content;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #0d7c27;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(23, 31, 56, 0.075);
  border: 0.0625rem solid transparent;
  border-radius: 10px;
}

.btn-green:hover {
  background-color: #09651f;
  border-color: #075519;
}

/* Header */

.header-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-link {
  color: #ffcc00;
  border-bottom: 1px solid #ffcc00;
  font-size: 14px;
  font-weight: 400;
}

.menu-link:hover {
  color: #fbff00;
  border-bottom: 1px solid #fbff00;
}

.header-slot {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3px;
}

.header-title {
  padding-bottom: 5px;
}

.demo-btn {
  margin: 15px 0 13px;
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

.header-slot-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-slot-info p {
  padding-top: 4px;
}

.slot-info-left {
  display: flex;
  align-items: center;
  column-gap: 3px;
}

.slot-info-right {
  display: flex;
  align-items: center;
}

.header-slot-info p {
  font-size: 11px;
  font-weight: 400;
}

.bonus {
  margin: 0 auto;
  max-width: max-content;
  padding: 10px;
  border: 2px solid #00cfa6;
  background-color: #2a4241;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(236, 235, 238, 0.2) inset;
  display: flex;
  align-items: center;
  column-gap: 5px;
  letter-spacing: 1.1px;
}

.bonus p {
  margin: 0 auto;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

/* Similar Slots */

.similar-slots {
  margin-top: 50px;
  text-align: center;
}

.slot-item {
  margin-bottom: 50px;
}

.slot-item h2 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #ffcc00;
}

.slot-item p {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}

/* Demo */

.header-demo {
  display: flex;
  flex-direction: column;
}

.demo-iframe {
  text-align: center;
}

.iframe {
  width: 1020px;
  height: 530px;
}

/* Slot Menu */

.slot-menu {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.slot-menu-title {
  font-size: 25px;
  margin-bottom: 15px;
}

.slot-menu a {
  color: #e9e9e9;
  margin-bottom: 7px;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 5px;
}

.slot-menu a:hover {
  color: #a4a4a4;
}

/* Base info */

.base-info {
  padding: 10px;
  border: 1px solid #4d4d4d;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.base-info-item {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

/* Symbols Payouts */

.symbols {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  justify-content: center;
}

.symbol-item {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.symbol-text {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.symbol-text p {
  font-size: 15px;
}

.scatter {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}

/* Ante */

.ante {
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.ante-img {
  border-radius: 10px;
}

/* Footer */

.footer {
  margin-top: auto;
  padding: 50px 0;
  text-align: center;
}

.footer p {
  font-size: 13px;
}

/* Button top */

.btn-up {
  position: fixed;
  background-color: #673ab7;
  right: 20px;
  bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
}

.btn-up::before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: #512da8;
  }
}

/* Media */

@media (max-width: 1024px) {
  .iframe {
    width: 100%;
  }
}

@media (max-width: 600px) {
  h1,
  h2,
  h3 {
    font-size: 20px;
  }
}

@media (max-width: 425px) {
  body {
    font-size: 16px;
  }
  .container {
    padding: 0 10px;
  }
  .ante {
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
  }
  .base-info {
    font-size: 14px;
    row-gap: 5px;
  }
  .bonus {
    max-width: 100%;
  }
  .btn {
    font-size: 14px;
  }
  .btn-green {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .iframe {
    width: 100%;
    height: 500px;
  }
  .btn {
    font-size: 12px;
  }
  .btn-green {
    font-size: 12px;
  }
}
