/* Reset and base styles  */

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

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

/* Links */

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

a:hover {
  text-decoration: none;
}

/* Common */

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

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../augamescasino__fonts/augamescasino__Poppins-Bold.woff2") format("woff2"), url("../augamescasino__fonts/augamescasino__Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../augamescasino__fonts/augamescasino__Poppins-Regular.woff2") format("woff2"), url("../augamescasino__fonts/augamescasino__Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../augamescasino__fonts/augamescasino__Roboto-Regular.woff2") format("woff2"), url("../augamescasino__fonts/augamescasino__Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: #fff;
  --font-color: #4B4B4B;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Roboto, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

h1,
.augamescasino__h1,
h2,
.augamescasino__h2,
h3,
.augamescasino__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  font-family: Poppins;
  line-height: 120%;
  font-weight: 700;
  color: #006221;
  text-transform: uppercase;
}

h1,
.augamescasino__h1 {
  font-size: clamp(1.5rem, 0.9807692308rem + 2.3076923077vw, 3rem);
}

h2,
.augamescasino__h2 {
  font-size: clamp(1.25rem, 1.0336538462rem + 0.9615384615vw, 1.875rem);
}

h3,
.augamescasino__h3 {
  font-size: clamp(1.125rem, 1.0817307692rem + 0.1923076923vw, 1.25rem);
}

p {
  line-height: 150%;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.augamescasino__no-scroll {
  overflow: hidden;
}

.augamescasino__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.augamescasino__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.augamescasino__items .augamescasino__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.augamescasino__terms .augamescasino__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.augamescasino__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  margin: 60px 0;
}

.btn,
.btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: clamp(0.4375rem, 0.3509615385rem + 0.3846153846vw, 0.6875rem) 40px;
  background-color: #006221;
  border: 2px solid #006221;
  color: #FFF !important;
  font-size: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
  font-weight: 700;
  font-family: Poppins;
  border-radius: 30px;
  line-height: 120%;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}

.btn-active,
.btn:hover,
.btn:active {
  background-color: transparent;
  color: #006221 !important;
  -webkit-tap-highlight-color: transparent;
}

.augamescasino__wrapper {
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD700), to(#C1FFAD));
  background: linear-gradient(180deg, #FFD700 0%, #C1FFAD 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding: 32px 40px;
  max-width: 720px;
  width: 100%;
  margin-inline: auto;
}

.augamescasino__center {
  text-align: center;
}

.btn {
  max-width: 246px;
  width: 100%;
}

.augamescasino__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.augamescasino__container-grid {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 62.5% calc(37.5% - 20px);
  gap: 20px;
}

.augamescasino__container-grid .augamescasino__img {
  width: 100%;
  min-height: 190px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 500px;
  height: 100%;
}

.augamescasino__container-grid .augamescasino__inner {
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.augamescasino__popup {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 30px 20px;
  max-width: 500px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.augamescasino__popup h2 {
  color: #626262;
  line-height: 100%;
}

.augamescasino__modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
}

.augamescasino__modal.augamescasino__show {
  opacity: 1;
}

.augamescasino__modal__popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.augamescasino__modal-login {
  padding: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.augamescasino__modal-login .augamescasino__modal-content {
  position: relative;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD700), to(#C1FFAD));
  background: linear-gradient(180deg, #FFD700 0%, #C1FFAD 100%);
  padding: 20px;
  width: 100%;
  max-width: 400px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  z-index: 1;
}

.augamescasino__modal-login .augamescasino__hidden,
.augamescasino__modal-login .augamescasino__finish {
  display: none;
}

.augamescasino__modal-login .augamescasino__finish p {
  margin-bottom: 20px;
  text-align: center;
}

.augamescasino__modal-login form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

.augamescasino__modal-login a {
  color: #626262;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.augamescasino__modal-login a:hover {
  opacity: 0.6;
}

.augamescasino__modal-login h2 {
  text-align: center;
}

.augamescasino__modal-login .augamescasino__close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #626262;
  font-weight: 700;
  line-height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.augamescasino__modal-login .btn {
  margin-inline: auto;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

form p {
  color: #006221;
  font-family: Poppins;
}

input,
textarea {
  border-radius: 20px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  padding: 10px 16px;
  color: #626262;
}

input:focus,
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #626262;
}

::-moz-placeholder {
  color: #626262;
}

:-ms-input-placeholder {
  color: #626262;
}

::-ms-input-placeholder {
  color: #626262;
}

::placeholder {
  color: #626262;
}

.augamescasino__warning {
  text-align: center;
  display: none;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
}

.augamescasino__cookie__popup {
  position: fixed;
  right: 0;
  z-index: 10;
  bottom: -100%;
  -webkit-transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  z-index: 10000;
}

.augamescasino__cookie__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px 10px;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.augamescasino__cookie.augamescasino__hidden {
  display: none;
}

.augamescasino__cookie .augamescasino__show {
  bottom: 0;
}

/* Blocks */

.augamescasino__banner {
  background: -webkit-gradient(linear, right top, left top, from(#FFD700), to(#C1FFAD));
  background: linear-gradient(270deg, #FFD700, #C1FFAD);
  padding-block: 40px;
}

.augamescasino__footer {
  margin-top: auto;
  padding-block: 40px;
}

.augamescasino__footer a:hover {
  opacity: 0.7;
}

.augamescasino__footer .augamescasino__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.augamescasino__footer .augamescasino__logos img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 40px;
  max-width: 350px;
}

.augamescasino__footer .augamescasino__container {
  gap: 40px;
}

.augamescasino__footer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

.augamescasino__footer .augamescasino__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  color: #626262;
  font-family: Poppins;
  font-size: clamp(0.8125rem, 0.7908653846rem + 0.0961538462vw, 0.875rem);
  font-weight: 700;
}

.augamescasino__footer strong {
  color: #006221;
  font-family: Poppins;
}

.augamescasino__games {
  background-color: #C2FFAB;
  padding-block: 40px;
  background-image: url(./../augamescasino__img/augamescasino__ball-6.avif);
  background-position: center left clamp(6.25rem, -8.8942307692rem + 67.3076923077vw, 50rem);
  background-size: auto 100%;
  background-repeat: no-repeat;
}				.augamescasino__avif .augamescasino__games {					background-image: url(./../../augamescasino__img/augamescasino__ball-6.avif)				}			

.augamescasino__games .augamescasino__wrapper {
  background: #f0ffe7;
  max-width: 100%;
}

.augamescasino__games img {
  max-height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.augamescasino__games .augamescasino__img {
  background-size: cover;
  background-position: left 9% center;
}

.augamescasino__header {
  padding-block: 16px;
}

.augamescasino__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.augamescasino__header .augamescasino__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.augamescasino__header .augamescasino__signin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.augamescasino__logo {
  margin-right: auto;
}

.augamescasino__logo:hover {
  opacity: 0.6;
}

.augamescasino__logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: clamp(12.5rem, 10.4879807692rem + 8.9423076923vw, 18.3125rem);
  aspect-ratio: 5.9/1;
}

.augamescasino__results .augamescasino__container-grid {
  grid-template-columns: calc(37.5% - 20px) 62.5%;
}

.augamescasino__win {
  font-family: Poppins;
}

.augamescasino__win ul {
  display: contents;
}

.augamescasino__win li {
  color: #006221;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  line-height: 150%;
}

.augamescasino__win li span {
  color: #FFDA00;
  font-size: clamp(1.125rem, 0.8653846154rem + 1.1538461538vw, 1.875rem);
  text-shadow: -1px -1px 0 #006221, 1px -1px 0 #006221, -1px 1px 0 #006221, 1px 1px 0 #006221;
}

.augamescasino__win hr {
  border-top: 2px dashed rgba(255, 255, 255, 0.5);
}

.augamescasino__win .augamescasino__date {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.augamescasino__win #date {
  text-align: right;
  font-size: clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.25rem);
  color: #006221;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1220px) {
  .augamescasino__main {
    gap: 30px;
    margin: 30px 0;
  }

  .augamescasino__container {
    padding: 0 var(--container-padding-tablet);
    gap: 16px;
  }
}

@media (max-width: 820px) {
  .augamescasino__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .augamescasino__wrapper {
    padding: 16px;
    gap: 16px;
    background: -webkit-gradient(linear, right top, left top, from(#FFD700), to(#C1FFAD));
    background: linear-gradient(270deg, #FFD700 0%, #C1FFAD 100%);
  }

  .augamescasino__center {
    text-align: left;
  }

  .btn {
    max-width: 300px;
    margin-inline: auto;
  }

  .augamescasino__container-grid {
    grid-template-columns: 100%;
  }

  .augamescasino__container-grid .augamescasino__img {
    min-height: 250px;
    grid-row-start: 2;
  }

  .augamescasino__container-grid .augamescasino__inner {
    gap: 16px;
  }

  .augamescasino__popup {
    padding: 16px;
    gap: 10px;
  }

  form {
    padding: 0;
    border: none;
  }

  .augamescasino__cookie__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .augamescasino__banner {
    padding-block: 20px;
  }

  .augamescasino__footer {
    padding-block: 24px;
  }

  .augamescasino__footer .augamescasino__logos img {
    max-height: 40px;
    max-width: 300px;
  }

  .augamescasino__footer .augamescasino__container {
    gap: 16px;
  }

  .augamescasino__games {
    padding-block: 20px;
    background-image: none;
  }

  .augamescasino__games .augamescasino__img {
    background-size: contain;
    background-position: center center;
    background-image: url(./../../augamescasino__img/augamescasino__ball-6.avif);
  }				.augamescasino__avif .augamescasino__games .augamescasino__img {					background-image: url(./../../augamescasino__img/augamescasino__ball-6.avif)				}			

  .augamescasino__header {
    padding-block: 12px;
  }

  .augamescasino__results .augamescasino__container-grid {
    grid-template-columns: 100%;
  }

  .augamescasino__win li {
    gap: 10px;
  }

  .augamescasino__win .augamescasino__date {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .augamescasino__win #date {
    text-align: center;
    margin-top: -6px;
  }
}