@import "./assets/fonts/Roboto/stylesheet.css";
@import "./assets/fonts/Rubik/stylesheet.css";
@import "./assets/css/header.css";
@import "./assets/css/banner.css";
@import "./assets/css/bonuses-grid.css";
@import "./assets/css/payments-table.css";
@import "./assets/css/providers-grid.css";
@import "./assets/css/provider-cards.css";
@import "./assets/css/payments-grid.css";
@import "./assets/css/about.css";
@import "./assets/css/steps.css";
@import "./assets/css/promocode.css";
@import "./assets/css/single-bonus.css";
@import "./assets/css/features.css";
@import "./assets/css/reviews.css";
@import "./assets/css/faq.css";
@import "./assets/css/payments-carousel.css";
@import "./assets/css/providers-carousel.css";
@import "./assets/css/games-carousel.css";
@import "./assets/css/footer.css";

* {
  --background: #0f0f14;
  --text: #ffffff;
  --card-background: #1a1a22;
  --card-color: #ffffff;
  --button-background: #2351f4;
  --button-color: #ffffff;
  --promo-bg-start: #2ad0ca;
  --promo-bg-end: #abb3fc;
  --card-border: "";
  --button-border: "";
  --button-background-hover: #2b96f8;
  --button-border-hover: "";
  --button-color-hover: #ffffff;
  --heading-color: "";
  --link-color: #00dccd;
  --button-border-radius: 8px;
  --card-border-radius: 12px;
  --image-border-radius: 8px;
  margin: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  background-color: var(--background);
  margin: 0;
  color: var(--text);
  overflow-x: hidden;

  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  display: flex;
  flex-direction: column;
  /* padding-bottom: 200px; */
  min-height: 100vh;
}

h1 {
  font-family: "Rubik", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 124%;
}

h2,
.headline-1 {
  font-family: "Rubik", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

h1,
h2 {
  margin-bottom: 15px;
  color: var(--heading-color);
}

h3 {
  font-family: "Rubik", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.23;
  margin-bottom: 12px;
}

p {
  margin-bottom: 12px;
}

ul {
  margin-bottom: 12px;
}

.title-1 {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.subtitle1 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.subtitle3 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.body-1 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

section {
  margin: 100px auto;
  padding: 0 32px;
  max-width: 1680px;
}

a {
  color: var(--link-color);
}

a.btn {
  display: block;
  text-decoration: none;
  background-color: var(--button-background);
  color: var(--button-color);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-align: center;
  border-radius: var(--button-border-radius);
  transition: 0.3s all ease-in-out;
  border: 1px solid var(--button-border);
  width: fit-content;
}

/* header  a.btn {
  margin: auto;
} */

main a.btn {
  min-width: 120px;
}

main {
   flex: 1 0 auto;
}

a.btn:hover {
  background-color: var(--button-background-hover);
  color: var(--button-color-hover);
  border: 1px solid var(--button-border-hover);
}

.btn-xs {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
}

.btn-s {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 20px;
}

.btn-m {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
}

.btn-l {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 24px;
}

a.btn-2 {
  background-color: transparent;
  border: 1px solid rgb(from var(--text) r g b / 12%);
  border-radius: var(--button-border-radius);
}

.label {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-weight: 500;
}

.label-l {
  font-size: 14px;
  line-height: 20px;
}

.label-m {
  font-size: 12px;
  line-height: 16px;
}

.label-s {
  font-size: 10px;
  line-height: 14px;
}

svg {
  fill: var(--button-background);
}

button {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
}

.card {
  background-color: var(--card-background);
  border-radius: var(--card-border-radius);
  border: 1px solid var(--card-border);
  color: var(--card-color);
}

.card h1,
.card h2 {
  color: var(--card-color);
}

.owl-theme.nav-top {
  padding-top: 60px;
}

.owl-theme.nav-top .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}

.owl-theme.nav-top .owl-nav button {
  border-radius: 50%;
  padding: 8px;
  border: 1px solid rgb(from var(--text) r g b / 12%) !important;
}

.owl-theme.nav-top .owl-nav button:hover {
  background: none;
}

.owl-theme.nav-top .owl-nav button svg {
  fill: var(--text);
}

.owl-theme.nav-top .owl-nav button.owl-prev svg {
  transform: rotate(180deg);
}

table,
td,
th {
  border: 1px solid var(--text);
}

table {
  border-collapse: collapse;
}

td {
  padding: 10px 5px 0 5px;
}

.loader {
  margin-top: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader span {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}

.loader span::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid var(--text);
  animation: prixClipFix 2s linear infinite;
}

img {
  max-width: 100%;
}

img:not(.logo img) {
  border-radius: var(--image-border-radius);
}

main.m-top {
  margin-top: 64px;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }

  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }

  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }

  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }

  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

@media screen and (max-width: 1200px) {
  .headline-1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {

  /* body {
      padding-bottom: 300px;
  } */
  h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  h1 {
    font-size: 38px;
    margin-bottom: 30px;
  }

  .headline-1 {
    font-size: 26px;
    line-height: 32px;
  }

  section {
    margin: 80px auto;
    padding: 0 24px;
  }

  main.m-top {
    margin-top: 56px;
  }
}

@media screen and (max-width: 480px) {

  h1,
  h2 {
    margin-bottom: 24px;
  }

  .title-1 {
    font-size: 16px;
    line-height: 22px;
  }

  .subtitle1 {
    font-size: 16px;
    line-height: 24px;
  }

  section {
    margin: 60px auto;
    padding: 0 16px;
  }
}