﻿:root {
  --main-color: #ccb679;
}

.highlight {
  color: #ccb679;
  font-family: 'Neo Sans Pro Bold', Arial, Helvetica, sans-serif;
}

@font-face {
  font-family: 'Neo Sans Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Neo Sans Pro Regular'),
    url('https://lp.synottip.cz/bonusy-casino/fonts/NeoSansProRegular.woff') format('woff');
}

@font-face {
  font-family: 'Neo Sans Pro Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Neo Sans Pro Italic'),
    url('https://lp.synottip.cz/bonusy-casino/fonts/NeoSansProItalic.woff') format('woff');
}

@font-face {
  font-family: 'Neo Sans Pro Light';
  font-style: normal;
  font-weight: normal;
  src: local('Neo Sans Pro Light'),
    url('https://lp.synottip.cz/bonusy-casino/fonts/NeoSansProLight.woff') format('woff');
}

@font-face {
  font-family: 'Neo Sans Pro Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Neo Sans Pro Light Italic'),
    url('https://lp.synottip.cz/bonusy-casino/fonts/NeoSansProLightIt.woff') format('woff');
}

@font-face {
  font-family: 'Neo Sans Pro Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Neo Sans Pro Medium'),
    url('https://lp.synottip.cz/bonusy-casino/fonts/NeoSansProMedium.woff') format('woff');
}

@font-face {
  font-family: 'Neo Sans Pro Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Neo Sans Pro Medium Italic'),
    url('https://lp.synottip.cz/bonusy-casino/fonts/NeoSansProMedIt.woff') format('woff');
}

@font-face {
  font-family: 'Neo Sans Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Neo Sans Pro Bold'),
    url('https://lp.synottip.cz/bonusy-casino/fonts/NeoSansProBold.woff') format('woff');
}

@font-face {
  font-family: 'Neo Sans Pro Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Neo Sans Pro Bold Italic'),
    url('https://lp.synottip.cz/bonusy-casino/fonts/NeoSansProBoldIt.woff') format('woff');
}

@font-face {
  font-family: 'Neo Sans Pro Black';
  font-style: normal;
  font-weight: normal;
  src: local('Neo Sans Pro Black'),
    url('https://lp.synottip.cz/bonusy-casino/fonts/NeoSansProBlack.woff') format('woff');
}

@font-face {
  font-family: 'Neo Sans Pro Ultra';
  font-style: normal;
  font-weight: normal;
  src: local('Neo Sans Pro Ultra'),
    url('https://lp.synottip.cz/bonusy-casino/fonts/NeoSansProUltra.woff') format('woff');
}

@font-face {
  font-family: 'Neo Sans Pro Black Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Neo Sans Pro Black Italic'),
    url('https://lp.synottip.cz/bonusy-casino/fonts/NeoSansProBlackIt.woff') format('woff');
}

@font-face {
  font-family: 'Neo Sans Pro Ultra Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Neo Sans Pro Ultra Italic'),
    url('https://lp.synottip.cz/bonusy-casino/fonts/NeoSansProUltIt.woff') format('woff');
}

body {
  /* background-color: red; */
  font-family: 'Neo Sans Pro Regular', Arial, Helvetica, sans-serif;
  background-color: black;
  background-image: url('../../willbetgamebettingsa/image/bg-min.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /*  */
  body {
    background-size: initial;
    background-position-x: -1000px;
    background-position-y: 50px;
  }
}

/* Above FHD */
@media screen and (min-width: 1921px) {
  body {
    background-image: url('../../willbetgamebettingsa/image/bg-4k-min.jpg');
  }
}

.nav {
  background: white;
}

.menu {
  height: 6vh;
  width: 100%;
}

.text {
  margin-top: 100px;
  margin: 0 auto;
  width: 20%;
  text-align: center;
}

.filled {
  margin-top: 50px;
  width: 100%;
  height: 30vh;
  overflow: hidden;
  object-fit: cover;
}

.img-fit-cover {
  margin: 20px;
}

.img-xd {
  max-width: 100%;
  max-height: 100%;
}

.top-content {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

.content {
  background-color: black;
  min-height: 60vh;
}

.box {
  text-align: center;
  padding: 20px;
}

.img-holder {
  position: relative;
  text-align: center;
}
.img-text {
  position: absolute;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 10px;
  left: 0px;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  display: flex;
  color: #ccb679;
  font-size: 1.3rem;
}

.title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ccb679;
  font-family: 'Neo Sans Pro Bold', Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 0 20px 0 20px;
}

.desc {
  text-align: justify;
  color: white;
}

.orange {
  color: #ccb679 !important;
}

.trans-border {
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.orange-border {
  border: 3px solid #ccb679;
  border-radius: 10px;
}

.orange-fill {
  background-color: #ccb679;
  color: white;
}

.orange-2 {
  color: #7e003d !important;
}

.orange-2-border {
  border: 3px solid #7e003d;
  border-radius: 10px;
}

.orange-2-fill {
  background-color: #7e003d;
  color: white;
}

.neo-bold {
  font-family: 'Neo Sans Pro Bold', Arial, Helvetica, sans-serif;
}

.logo {
  padding: 5px;
}

.btn-holder {
  text-align: center;
}

.myButton {
  background-color: #7e003d;
  border-radius: 7px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: 'Neo Sans Pro Bold', Arial, Helvetica, sans-serif;
  padding: 18px 30px;
  text-decoration: none;
  animation: color-change 1s step-start 0s infinite;
}

@keyframes color-change {
  50% {
    color: #7e003d;
    background-color: white;
  }
}

a:hover,
a:active {
  text-decoration: none;
  color: white;
}

.brnd {
  max-height: 5vh;
}

#lmao {
  /* filter: drop-shadow(5px 5px 5px #222); */
  background-image: radial-gradient(rgba(0, 0, 0, 0.322) 0, transparent 60%);
}

/* If mobile landscape */
@media (max-width: 991px) and (orientation: landscape) {
  .filled {
    min-height: 50vh;
  }
}

.padding-price {
  padding: 1rem;
}

@media (min-width: 992px) {
  .padding-price {
    padding: 3rem;
  }

  .filled {
    margin-top: 0;
    min-height: 40vh;
  }

  li .nav-item {
    width: 50% !important;
  }
}

.p-10-5 {
  padding: 10px 5px;
}

.window {
  border: 3px solid transparent;
  border-radius: 2px;
  filter: grayscale(100%);
}

.window:hover {
  border: 3px solid #ccb679;
  border-radius: 2px;
  filter: grayscale(0%);
}

.border-pls {
  position: absolute;
  top: 0;
  height: 1.4rem;
  width: 100%;
  border: 2px solid green;
  z-index: 100;
}

.beforeload {
  opacity: 1;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 15;
  top: 0;
  left: 0;
  position: fixed;
  transition: opacity 1s ease-in;
}

.bg-override {
  position: relative;
}

.ball-left {
  display: none;
  background-image: url('../../willbetgamebettingsa/image/ball-left-min.png');
  background-size: auto 70%;
  background-position: left bottom;
  background-repeat: no-repeat;
  left: -202px;
  width: 100%;
  min-height: 100%;
  z-index: 0;
  overflow: auto;
  position: absolute;
}

.ball-right {
  overflow-x: hidden;
  display: none;
  background-image: url('../../willbetgamebettingsa/image/ball-right-min.png');
  background-size: auto 70%;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100%;
  z-index: 0;
  overflow: auto;
  position: absolute;
  overflow: hidden;
}

@media (min-width: 992px) {
  .ball-left,
  .ball-right {
    display: block;
  }
}

.bg-override {
  overflow: hidden;
}

footer {
  margin-top: 70px;
  font-size: 0.8rem;
  color: white;
  text-align: center;
}
