@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url(../fonts/gothamrounded-bold.woff2) format('woff2'),
  url(../fonts/gothamrounded-bold.woff) format('woff');

}

@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url(../fonts/gothamrounded-medium.woff2) format('woff2'),
  url(../fonts/gothamrounded-medium.woff) format('woff');
  font-display: swap;
}



* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  position: relative;
  background: url("../images/bcg-desktop2.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  letter-spacing: -1px;
  overflow-x: hidden;
  background-position-x: center;
  background-position-y: -5vw;
}

a {
  text-decoration: none;
}
.white-button {
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.white-button:before {
  content: '';
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 6px;
  top: 47%;
  left: 47%;
}
.white-button span {
  color: #2A2071;
  font-size: 30px;
  position: relative;
  font-family: "Gotham Rounded Bold";
  z-index: 3;
}
.red-button {
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.red-button:before {
  content: '';
  background: #E20413;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 6px;
  top: 47%;
  left: 47%;
}
.red-button span {
  color: #fff;
  font-size: 30px;
  position: relative;
  font-family: "Gotham Rounded Bold";
  z-index: 3;
}
.a-overflow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
.hover-a {
  transition: .3s all;
  animation: 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1s infinite normal both running buttonMainAnimInfinite !important;
}
@keyframes buttonMainAnimInfinite {
  0% {transform: scale(1)}
  50% {transform: scale(1.05)}
  100% {transform: scale(1)}
}
.show-title-mobile {
  display: none;
}
.header-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative;
}
.girl img,.boy img {
  width: 100%;
  height: auto;
  display: none;
}
.girl,.boy {
  position: relative;
}
.h1-desktop {
  font-family: 'Gotham Rounded Bold';
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.logo-kasino {
  position: absolute;
  right: 2%;
  top: 0;
  width: 12vw;
  z-index: 3;
  animation: 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s infinite normal both running backdropAnim !important;
}
@keyframes backdropAnim {
  0% {filter: drop-shadow(0px 0px 9px rgba(255, 255, 255, 0.53));}
  50% {filter: drop-shadow(0px 0px 16px rgba(255, 255, 255, 0.7));}
  100% {filter: drop-shadow(0px 0px 9px rgba(255, 255, 255, 0.53));}
}
.flex-content {
  display: flex;
  justify-content: center;
  gap: 13vw;
  height: 37vw;
  align-items: flex-end;
  padding-bottom: 120px;
}
.tab {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  border-radius: 15px;
  background: #0a062af2;
  font-family: "Gotham Rounded Medium";
  padding: 30px 30px 40px 30px;
  color: #fff;
  border: 3px solid rgb(210, 236, 255);
  box-shadow: inset 0 0 20px 2px rgba(210, 236, 255, 0.63), 0 0 20px 2px rgba(210, 236, 255, 0.63);
  width: 25vw;
}
.tab h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1900px) {
  .h1-desktop {
    font-size: 60px;
  }
  .tab h3 {
    font-size: 33px;
  }
}

@media (min-width: 2100px) {
  .h1-desktop {
    font-size: 60px;
  }
  .tab h3 {
    font-size: 35px;
  }
  .red-button span,.white-button span {
    font-size: 35px;
  }
}
@media (min-width: 2400px) {
  .h1-desktop {
    font-size: 70px;
  }
  .tab h3 {
    font-size: 40px;
  }
}
@media (min-width: 2800px) {
  .h1-desktop {
    font-size: 100px;
  }
  .tab h3 {
    font-size: 45px;
  }
  .tab {
    padding: 50px 50px 70px 50px;
  }
  .red-button span,.white-button span {
    font-size: 40px;
  }
}

@media (max-width: 1700px) {
  .tab h3 {
    font-size: 25px;
  }
  .h1-desktop {
    font-size: 42px;
  }
}
@media (max-width: 1400px) {
  .tab h3 {
    font-size: 20px;
  }
  .red-button span,.white-button span {
    font-size: 25px;
  }
  .h1-desktop {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .h1-desktop {
    font-size: 28px;
  }
  .tab {
    padding: 18px 18px 30px 18px;
  }
  .tab h3 {
    font-size: 16px;
  }
  .red-button, .white-button {
    padding: 8px 18px;
  }
  .red-button span, .white-button span {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .h1-desktop {
    font-size: 24px;
  }
}
@media (max-width: 900px) {
  .h1-desktop {
    font-size: 23px;
  }
  .tab h3 {
    font-size: 14px;
  }
  .red-button span, .white-button span {
    font-size: 18px;
  }
  .red-button, .white-button {
    padding: 6px 18px;
  }
  .a-overflow {
    bottom: -20px;
  }
  .tab {
    width: 30vw;
  }
  .flex-content {
    gap: 6vw;
  }
}
@media (max-width: 769px) {
  .h1-desktop {
    font-size: 20px;
  }
  .tab h3 {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .h1-desktop {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .header-content {
    display: none;
  }
  .show-title-mobile {
    display: block;
    font-family: 'Gotham Rounded Bold';
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .h1-desktop {
    display: none;
  }
  body {
    background: #091648;
  }
  .tab h3 {
    font-size: 34px;
  }
  .tab {
    padding: 20px 18px 35px 18px;
  }
  .red-button span, .white-button span {
    font-size: 34px;
  }
  .red-button, .white-button {
    padding: 10px 30px;
  }
  .a-overflow {
    bottom: -33px;
  }
  .girl img,.boy img {
    display: block;
  }
  .flex-content {
    flex-direction: column;
    align-items: center;
    gap: 0;
    height: auto;
    padding-bottom: 0;
  }
  .overflow-mobile {
    width: 90vw;
    position: absolute;
    z-index: 2;
    bottom: 0vw;
    left: 5vw;
  }
  .boy .overflow-mobile {
    bottom: 20vw;
  }
  .tab {
    width: 100%;
  }
  .logo-kasino {
    right: 5%;
    top: 2%;
    width: 24vw;
  }
}
@media (max-width: 500px) {
  .overflow-mobile {
    bottom: 0vw;
  }
  .show-title-mobile {
    font-size: 30px;
  }
  .tab h3 {
    font-size: 28px;
  }
  .red-button span, .white-button span {
    font-size: 30px;
  }
  .a-overflow {
    bottom: -29px;
  }
}
@media (max-width: 465px) {
  .show-title-mobile {
    font-size: 26px;
  }
  .tab h3 {
    font-size: 24px;
  }
  .red-button span, .white-button span {
    font-size: 26px;
  }
  .red-button, .white-button {
    padding: 8px 30px;
  }
  .a-overflow {
    bottom: -25px;
  }
}

@media (max-width: 375px) {
  .tab h3 {
    font-size: 22px;
  }
  .red-button span, .white-button span {
    font-size: 23px;
  }
  .red-button, .white-button {
    padding: 8px 30px;
  }
  .a-overflow {
    bottom: -25px;
  }
}