@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');

body{
    direction: ltr;
    font-family: 'Arvo', sans-serif !important;
    line-height: 1.7;
    margin: 0px;
    padding: 0px;  
    box-sizing: border-box;
    overflow-x: hidden;
    cursor: auto;
}

:root{
--backg-dark: #213c15;
--backg-color: #3d6b29;
--light-grey: #787878;
--orange: #d53200;
--dark: #14171c;
--blue: #39a5b6;
}

a {
white-space: normal;
text-decoration: none;
word-break: break-all;
}
ul {
padding-left: 0;
padding-right: 0;
}
li {
margin: 0 20px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
button {
  cursor: pointer;
}

.padding-wr{
padding: 82px 11px;
}
.margin-wr{
padding: 0;
margin: 0 auto;
}

.aztecs-section-heder {
background-color: var(--backg-color);
padding: 11px;
}
.aztecs-nav{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}
.aztecs-site-title{
display: flex;
flex-direction: row;
align-items: center;
}
.aztecs-site-title h1{
  font-size: 30px;
  color: #c7c704;
  margin: 0 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.aztecs-site-title img{
  width: 80px;
  object-fit: contain;
  margin: 5px;
}
.aztecs-menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
}
.aztecs-menu a{
  margin: 0 40px;
  color: white;
  transition: color 0.3s ease, transform 0.3s ease;
}
.aztecs-menu a:hover{
  color: #ffd700;
  transform: scale(1.05);
}
.aztecs-section-head {
  position: relative;
  background-image: url('creativecove/dir-bg/bg-light-067db1c12af71a.jpg');
  background-size: cover;
  background-position: center;
  padding: 50px;
  overflow: hidden; 
}
.aztecs-iframe-games{
  margin-top: 30px;
  margin-bottom: 30px;
}

.aztecs-section-head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 74%); 
  z-index: 1;
}

.aztecs-head-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.aztecs-head-title h3 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #fff;
}

.aztecs-img {
  position: relative;
  animation: moveUpDown 3s ease-in-out infinite; 
  width: 300px;
}

@keyframes moveUpDown {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-20px);
  }
  100% {
      transform: translateY(0);
  }
}

.aztecs-head-img{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aztecs-head-wrapper{
  background-color: #ffffff30;
    padding: 30px;
    border: 2px solid var(--backg-color);
    border-radius: 25px;
    box-shadow: #3d6b29 0px 30px 60px -12px inset, rgb(185 116 79 / 85%) 0px 18px 36px -18px inset;
}
.aztecs-section-step {
  background-color: var(--backg-dark); 
  padding: 50px;
  color: white;
}

.aztecs--step-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.aztecs--step-wrapper h2 {
  font-size: 36px;
  margin-bottom: 30px;
transition: color 0.3s ease, transform 0.3s ease;
}
.aztecs--step-wrapper  h2:hover{
  color: #ffd700;
  transform: scale(1.05);
}
.aztecs--step-wrapper img{
  width: 500px;
}
.step-list {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 20px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.1); 
  padding: 20px;
  border-radius: 25px;
  width: 250px;
  box-shadow: #3d6b29 0px 30px 60px -12px inset, rgb(185 116 79 / 85%) 0px 18px 36px -18px inset;
}

.step p {
  margin: 15px 0;
  font-size: 18px;
}
.step p:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  color: #013220;
  font-size: 24px;
  font-weight: bold;
  box-shadow: inset 0 4px 8px rgb(38 130 23);
  margin-bottom: 10px;
}
.step img {
  max-width: 100px; 
  height: auto;
}
.aztecs-section-games{
  background-color: var(--backg-color);
}

.aztecs-games-wrapper{
  text-align: center;
}
.aztecs-games-wrapper h2{
  font-size: 36px;
  margin-bottom: 30px;
  color: white;
transition: color 0.3s ease, transform 0.3s ease;
}
.aztecs-games-wrapper h2:hover{
  color: #ffd700;
  transform: scale(1.05);
}
.aztecs-games-block{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.aztecs-games-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  border-radius: 25px;
  transition: transform 0.3s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.aztecs-games-card:hover {
  transform: scale(1.05); 
}

.aztecs-g-img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.aztecs-g-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.aztecs-games-card:hover img {
  transform: scale(1.1); 
}


.aztecs-g-info {
  position: absolute;
  bottom: -140px; 
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7); 
  color: white;
  transition: bottom 0.4s ease;
  text-align: center;
}

.aztecs-games-card:hover .aztecs-g-info {
  bottom: 0;
}

.aztecs-g-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

.aztecs-g-content {
  font-size: 16px;
  color: #ddd;
  margin-bottom: 15px;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  max-height: 3.6em; 
  line-height: 1.8em;
}

.aztecs-section-table {
  background-color: #013220; 
  padding: 50px 20px;
  color: white;
  text-align: center;
}

.aztecs-table-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 20px;
}

.aztecs-table-title h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: white;
transition: color 0.3s ease, transform 0.3s ease;
}
.aztecs-table-title h2:hover{
  color: #ffd700;
  transform: scale(1.05);
}

.aztecs-table-title p {
  font-size: 16px;
  margin-bottom: 30px;
  color: white;
}

.lider-table {
  width: 100%;
  border-collapse: collapse;
}

.lider-table td {
  padding: 15px;
  text-align: center;
  font-size: 18px;
  border: 2px solid white;
}

.lider-ava {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.lider-table img[alt="Award"] {
  width: 50px;
  transition: transform 0.3s ease;
}

.lider-table tr:hover .lider-ava, .lider-table tr:hover img[alt="Award"] {
  transform: scale(1.1); 
}

.lider-table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1); 
}

.lider-table td {
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.lider-table tr:hover {
  background-color: rgba(255, 255, 255, 0.2);  
  color: var(--green); 
}

.lider-table tr:hover td {
  color: var(--green);
}
.aztecs-section-about-page {
    background-color: var(--backg-dark); 
    color: white;
    text-align: center;
}


.aztecs-about-page-wrap img{
  width: 500px;
}


.aztecs-about-title {
    font-size: 36px;
    letter-spacing: 2px; 
    text-transform: uppercase; 
    margin-bottom: 30px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.aztecs-about-title:hover {
    color: #ffd700; 
    transform: scale(1.05); 
}

.aztecs-about-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.aztecs-about-img img {
    width: 150px; 
    transition: transform 0.3s ease; 
}

.aztecs-about-img:hover img {
    transform: scale(1.1); 
}

.aztecs-about-text {
    max-width: 600px;
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
    color: #eee; 
}

.aztecs-section-gallery{
background-color: var(--light-grey);
}
.gallery-grid > div > img{
 width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
.gallery-grid > div{
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-grid{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.gallery-grid > div > img:hover {
  transform: scale(1.05);
}

.gallery-grid .wide{
  grid-column: span 2;
}
.gallery-grid .tall{
  grid-row: span 2;
}
.gallery-grid .big{
  grid-column: span 2;
  grid-row: span 2;
}
.aztecs-section-footer{
  background-color: var(--backg-dark);
  padding: 80px 11px 15px;
}
.aztecs-footer-menu{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.aztecs-footer-title{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aztecs-footer-title img{
  width: 80px;
}
.aztecs-footer-title h1{
  font-size: 30px;
  color: #c7c704;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.aztecs-footer-list{
  display: flex;
    line-height: 2.4;
    flex-direction: column;
    align-items: center;
}
.aztecs-footer-list a{
  color: white;
transition: color 0.3s ease, transform 0.3s ease;
}
.aztecs-footer-list a:hover{
  color: #ffd700;
  transform: scale(1.05);
}
.aztecs-section-current{
  color: #c7c704;
  padding: 10px 40px;
  background-color: var(--backg-dark);
}
.aztecs-section-priv{
  word-break: break-all;
  background-color: var(--backg-color);
  color: white;
}
.aztecs-priv-wrapper h2{
  color: #c7c704;
}
.aztecs-section-games-page{
  background-color: var(--backg-dark);
}

.aztecs-game-page-card {
  position: relative;
  display: flex;
  justify-content: center; 
  align-items: center; 
  overflow: hidden;
  width: 100%;
  height: auto; 
}

.aztecs-game-page-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.aztecs-game-page-img img {
  display: block;
 width: 49%;
  height: auto; 
  border-radius: 25px;
}

.aztecs-game-page-text {
  position: absolute;
  left: 0;
  width: 100%;
  color: white;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); 
  box-sizing: border-box;
  text-align: center; 
}

.aztecs-player-num {
  display: flex;
  justify-content: space-evenly;
}
.aztecs-game-page-content{
  color: white;
}
.aztecs-game-page-text h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: white;
transition: color 0.3s ease, transform 0.3s ease;
}
.aztecs-game-page-text h2:hover{
  color: #ffd700;
  transform: scale(1.05);
}
.aztecs-player-num p {
  margin: 0;
}

.aztecs-section-form-page{
  background-color: var(--backg-color);
}
.login {
  width: 80%;
  border-radius: 5px;
  margin: 0 10px;
}
.hader {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.hader p {
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  color: white;
}
form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
form input {
  height: 40px;
  outline: none;
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 15px;
  border-radius: 8px;
}
.input-main--field_element {
  height: 40px;
  outline: none;
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 15px;
  border-radius: 8px;
}
form textarea {
  height: 60px;
  outline: none;
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 15px;
  border-radius: 8px;
}
.textarea-main--field_element{
  height: 60px;
  outline: none;
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 15px;
  border-radius: 8px;
}
.chek-wrapper{
  display: flex;
  flex-direction: row;
}


.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  --checkmark-size: 1.2;
}

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

.ui-checkbox {
  margin: 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}


.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}
.aztecs-form-page-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.aztecs-section-contact-page{
  background-color: var(--backg-dark);
}
.adres-map{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.contact-page{
  flex: 1;
  margin: 0 30px;
  
}
.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
 flex-wrap: wrap;
  padding: 20px;
}

.footer-logos a img {
  max-height: 50px;
  width: auto;
  display: block;
}
.contact-list-page h3{
  color: #c7c704;
  font-size: 30px;
  border-bottom: 1px solid #c7c7046b;

}
.footer-item a,
.footer-item p{
  color: white;
  font-size: 20px;
}
.aztecs-map{
  flex: 1;

}
.aztecs-section-disclaimer{
  background-color: var(--backg-dark);
    padding: 5px 10px 30px
}
.aztecs-disclaimer-wrap{
  display: flex;
  align-items: center;
}
.aztecs-disclaimer-title {
  background-color: #ffffff87;
  text-align: center;
  color: white;

}
.aztecs-disclaimer-wrap{
  display: flex;
    align-items: center;
    background-color: #ffffff87;
    padding: 10px;
}

.aztecs-disclaimer-text p{
  text-align: center;
  font-size: 18px;
}

.aztecs-section-faq {
  position: relative;
  background-image: url('creativecove/dir-bg/bg-light-067db1c12af71a.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: white;
}
.aztecs-section-faq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff9c;
  z-index: 1; 
}
.aztecs-footer-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.aztecs-footer-wrapper h2 {
  color: #006400;
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
  transition: color 0.3s ease, transform 0.3s ease;
}
.aztecs-footer-wrapper h2:hover{
  color: #ffd700;
  transform: scale(1.05);
}

.aztecs-card-qa {
  background-color: #e0f7e9;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border-left: 5px solid #c7c704;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.aztecs-card-qa:hover {
  transform: scale(1.02); 
}

.aztecs-q {
  font-weight: bold;
  color: var(--backg-color); 
  font-size: 24px;
  margin-bottom: 10px;
}

.aztecs-a {
  color: var(--dark); 
  font-size: 18px;
  line-height: 1.6;
}
.form-faq-section{
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 480px) {
  .margin-wr{
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .margin-wr{
    max-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .margin-wr{
    max-width: 1200px;
  }
}


@media (max-width: 1200px) {
  .aztecs-nav{
    flex-direction: column;
  }
  .step-list {
    flex-wrap: wrap;
  }
 
}
@media (max-width: 1024px) {
  .aztecs-head-title h3 {
      font-size: 28px; 
  }
  .aztecs-img {
      width: 250px; 
  }
  .button-head {
      width: 180px; 
      font-size: 14px; 
  }
  .aztecs--step-wrapper h2 {
    font-size: 30px;
}

.step-list {
    gap: 15px;
}

.step {
    width: 220px;
}
.step p {
    font-size: 16px;
}
}
@media (max-width: 768px) {
  .aztecs-game-page-img img {
    width: 65%;
  }
  .aztecs-site-title {
    flex-direction: column;
  }

  .aztecs-head-title h3 {
    font-size: 24px; 
}
.aztecs-img {
    width: 200px;  
}
.button-head {
    width: 160px; 
    font-size: 12px;
}
.aztecs-section-head {
    padding: 20px; 
}
.aztecs--step-wrapper h2 {
  font-size: 24px;
}
.aztecs--step-wrapper img,
.aztecs-about-page-wrap img{
  width: 350px;
}

.step-list {
  flex-direction: column; 
  gap: 20px;
}

.step {
  width: 100%; 
}

.step img {
  max-width: 80px;  
}

.step p {
  font-size: 14px;
}
.aztecs-about-list{
  flex-direction: column;
}
.gallery-grid {
  display: flex;
  flex-direction: column;
}
.gallery-grid > div > img{
  height: 300px;
}
.aztecs-footer-menu{
  flex-direction: column;
  align-items: center;
}
.aztecs-form-page-wrapper{
  flex-direction: column;
}
.adres-map{
  flex-direction: column;
}
.aztecs-disclaimer-wrap{ 
  flex-direction: column;
}
.aztecs-footer-wrapper {
  text-align: left;
}

.aztecs-card-qa {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.aztecs-q, .aztecs-a {
  max-width: 45%;
}

}
@media (max-width: 767px) {
  .aztecs-card-qa {
      text-align: left;
  }
  
  .aztecs-q {
      font-size: 1.1rem;
  }
  
  .aztecs-a {
      font-size: 0.9rem;
  }
}
@media (max-width: 550px) {
  .aztecs-game-page-img img {
    width: 100%;
  }
  .aztecs-player-num {
    display: none;
  }
  .aztecs-g-info {
      position: static; 
      bottom: auto; 
      background: var(--dark); 
      padding: 10px; 
  }
  .aztecs-g-btn{
    margin: 20px 0;
  }
  .aztecs--step-wrapper img,
  .aztecs-about-page-wrap img {
    width: 200px;
}
}

@media (max-width: 480px) {
  .aztecs-head-title h3 {
      font-size: 20px; 
  }
  .aztecs-img {
      width: 150px; 
  }
  .button-head {
      width: 140px; 
      font-size: 10px;
  }
}

@media (max-width: 425px) {
.aztecs-site-title h1,
.aztecs-footer-title h1{
    font-size: 20px;
  }
 
  .lider-ava {
    width: 30px;
    height: 30px;
  }
  .lider-table td {
    padding: 10px;
    font-size: 14px;
  }
  .lider-table img[alt="Award"] {
    width: 30px;
  }
}



.button-1 {
  --green: #1BFD9C;
  font-size: 14px;
  padding: 0.7em 2.7em;
  letter-spacing: 0.06em;
  position: relative;
  font-family: inherit;
  border-radius: 0.6em;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 1.4em;
  border: 2px solid var(--green);
  background: linear-gradient(to right, rgba(27, 253, 156, 0.1) 1%, transparent 40%,transparent 60% , rgba(27, 253, 156, 0.1) 100%);
  color: var(--green);
  box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.4), 0 0 9px 3px rgba(27, 253, 156, 0.1);
}

.button-1:hover {
  color: #82ffc9;
  box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.6), 0 0 9px 3px rgba(27, 253, 156, 0.2);
}

.button-1:before {
  content: "";
  position: absolute;
  left: -4em;
  width: 4em;
  height: 100%;
  top: 0;
  transition: transform .4s ease-in-out;
  background: linear-gradient(to right, transparent 1%, rgba(27, 253, 156, 0.1) 40%,rgba(27, 253, 156, 0.1) 60% , transparent 100%);
}

.button-1:hover:before {
  transform: translateX(15em);
}


.button-2,
.button-2:focus {
   font-size: 14px;
   padding: 10px 25px;
   border-radius: 0.7rem;
   color: white;
  background-color: var(--backg-dark);
   border: 2px solid rgb(50, 50, 50);
   border-bottom: 5px solid rgb(50, 50, 50);
   box-shadow: 0px 1px 6px 0px var(--backg-color);
   transform: translate(0, -3px);
   cursor: pointer;
   transition: 0.2s;
   transition-timing-function: linear;
 }
 
 .button-2:active {
   transform: translate(0, 0);
   border-bottom: 2px solid rgb(50, 50, 50);
 }
 

.button-3 {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #678600;
  border: 2px solid #000;
  border-radius: 12px;
  box-shadow: 5px 5px 0px #000;
  transition: all 0.3s ease;
  cursor: pointer;
}

.button-3:hover {
  background-color: #fff;
  color: #ff5252;
  border: 2px solid #ff5252;
  box-shadow: 5px 5px 0px #ff5252;
}

.button-3:active {
  background-color: #0f5903;
  box-shadow: none;
  transform: translateY(4px);
}


.button-4 {
  font: inherit;
  background-color: #f0f0f0;
  border: 0;
  color: #242424;
  border-radius: 0.5em;
  font-size: 14px;
  padding: 0.375em 1em;
  font-weight: 600;
  text-shadow: 0 0.0625em 0 #fff;
  box-shadow: inset 0 0.0625em 0 0 #f4f4f4, 0 0.0625em 0 0 #efefef,
    0 0.125em 0 0 #ececec, 0 0.25em 0 0 #e0e0e0, 0 0.3125em 0 0 #dedede,
    0 0.375em 0 0 #dcdcdc, 0 0.425em 0 0 #cacaca, 0 0.425em 0.5em 0 #cecece;
  transition: 0.15s ease;
  cursor: pointer;
}
.button-4:active {
  translate: 0 0.225em;
  box-shadow: inset 0 0.03em 0 0 #f4f4f4, 0 0.03em 0 0 #efefef,
    0 0.0625em 0 0 #ececec, 0 0.125em 0 0 #e0e0e0, 0 0.125em 0 0 #dedede,
    0 0.2em 0 0 #dcdcdc, 0 0.225em 0 0 #cacaca, 0 0.225em 0.375em 0 #cecece;
}

.button-5 {
  background-color: #46a904;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  border: none;
 }
 
 .button-5:hover {
  background-image: linear-gradient(90deg, #53ef9c 0%, #dcc66c 50%, #cc8457 75%, #53e33d 100%);
  animation: slidernbw 5s linear infinite;
  color: #000;
 }
 
 @keyframes slidernbw {
  to {
   background-position: 20vw;
  }
 }