body {
  background-color: #0e131d;
}

#button-up {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-up::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(http://chccasino.com/wp-content/uploads/2023/07/arrow-up.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s ease;
}
#button-up:hover {
  cursor: pointer;
  background-color: #d5181b;
}
#button-up:hover::after {
	filter: invert(1);
}
#button-up.show {
  opacity: 1;
  visibility: visible;
}

/* CF7 */
.wpcf7-response-output,
.wpcf7-spinner {
	display: none !important;
}

.header {
	position: relative;
}
.header-lang {
	position: absolute;
    top: 35px;
    right: 15px;
    z-index: 10;
}
.header-lang ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	list-style: none;
}
.header-lang ul li {
	margin-right: 15px;
}
.header-lang ul li:last-child {
	margin-right: 0;
}
.header-lang ul li a {
	color: #fff;
	font-size: 12px;
    font-weight: 700;
	background: linear-gradient(180deg, #ABC0E2 -3.19%, #3E4A5D 5.51%, #3C485A 20.74%, #384456 28.36%, #2B3646 53.38%, #2B3646 84.94%, #3C495B 104.52%);
    border-radius: 5px;
    padding: 10px;
	text-decoration: none;
	transition: all .3s ease-out;
}
.header-lang ul li a:hover {
	color: #34903c;
}
.header-video {
  position: relative;
}
.header-video video {
  width: 100%;
  height: 100%;
  background-color: #0e131d;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.header-bottom {
  position: relative;
  padding: 20px 0;
}
.header-bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../image/casino-background-one.jpeg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.12;
  z-index: -1;
}
.header-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 17px 3px #660273, 0 0 4px 2px #660273;
  z-index: 1;
  animation-name: gradient-shadow;
  animation-timing-function: ease;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.header-bottom__buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}
.header-bottom__btn a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 13px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  transition: all 0.2s ease-out;
}
.header-bottom__btn a:hover {
  color: #34903c;
}
.header-bottom__btn a i.icon {
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
.header-bottom__btn a i.icon img {
  width: 100%;
  height: 100%;
}
.header-bottom__btn a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 17px 3px #660273, 0 0 4px 2px #660273;
  z-index: -1;
  animation-name: gradient-shadow;
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  border-radius: 10px;
}

.intro {
  position: relative;
  padding: 50px 0;
  background-image: url(../image/background-pixel.jpeg);
  background-position: center;
  background-size: contain;
}
.intro::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0e131d;
  opacity: 0.7;
}
.intro-form {
  position: relative;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 2px solid #581a6b;
  border-radius: 15px;
  z-index: 1;
}
.intro-form .strong {
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.intro-form p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.intro-form .form-group {
  height: 150px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 60px;
  background: url(../image/form-background.png) no-repeat;
  background-size: 100% 100%;
}
.intro-form .form-group input {
  margin-bottom: 15px;
  color: #e4e9ef;
  background-color: transparent;
  border: 1px solid #9f9f9f;
}
.intro-form .form-group input::-moz-placeholder {
  color: #9f9f9f;
}
.intro-form .form-group input::placeholder {
  color: #9f9f9f;
}
.intro-form .form-check {
  margin: 10px 0 30px 0;
  padding: 0;
}
.intro-form .form-check ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.intro-form .form-check ul li {
  margin-right: 30px;
}
.intro-form .form-check ul li:last-child {
  margin-right: 0;
}
.intro-form .form-check ul li label {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
.intro-form .form-check ul li input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.intro-form .form-check ul li label > span {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  border: 2px solid #fff;
  margin-right: 10px;
  border-radius: 3px;
  transition: all 0.3s;
}
.intro-form .form-check ul li input:checked + label > span {
  border: 10px solid #84b3ff;
  animation: bounce 250ms;
}
.intro-form .form-check ul li input:checked + label > span::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 6px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checked-box 125ms 250ms forwards;
}
@keyframes checked-box {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    transform: translate(0, 0) rotate(45deg);
  }
  33% {
    width: 4px;
    height: 0;
    border-color: #fff;
    transform: translate(0, 0) rotate(45deg);
  }
  100% {
    width: 4px;
    height: 8px;
    border-color: #fff;
    transform: translate(0, -8px) rotate(45deg);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
.intro-form .form-check ul li a {
  color: #fff;
  transition: all 0.3s ease-out;
}
.intro-form .form-check ul li a:hover {
  color: #84b3ff;
}
.intro-form ul.login-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-top: 15px;
  padding: 0;
  list-style: none;
}
.intro-form ul.login-buttons li {
  margin-right: 30px;
}
.intro-form ul.login-buttons li:last-child {
  margin-right: 0;
}
.intro-form ul.login-buttons li a,
.intro-form ul.login-buttons li input {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 153px;
  height: 40px;
  background: url(../image/btn-background.png) no-repeat;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border: 0;
  transition: all 0.3s ease-out;
}
.intro-form ul.login-buttons li a:hover,
.intro-form ul.login-buttons li input:hover {
  opacity: 0.8;
}
.intro-form ul.login-buttons li a i.icon {
  display: flex;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.intro-content {
  position: relative;
  padding: 50px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 2px solid #350d42;
  border-radius: 15px;
  color: #fff;
  z-index: 1;
}
.intro-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.intro-content ul li {
  margin-bottom: 10px;
}
.intro-content ul li br {
  display: none;
}
.intro-content h2 {
  font-size: 1.5rem;
}
.intro-content p br {
  display: none;
}
.intro-seo {
  position: relative;
  padding: 30px 0;
  color: #fff;
  z-index: 2;
}
.footer {
  position: relative;
}
.footer-row {
  position: relative;
}
.footer-row::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../image/casino-background-one.jpeg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.12;
  z-index: -1;
}
.footer-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 17px 3px #660273, 0 0 4px 2px #660273;
  z-index: 1;
  animation-name: gradient-shadow;
  animation-timing-function: ease;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.footer-row__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  z-index: 5;
}
.footer-row__license {
  position: relative;
  display: flex;
  align-items: center;
  padding: 13px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  transition: all 0.2s ease-out;
}
.footer-row__license::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 17px 3px #660273, 0 0 4px 2px #660273;
  z-index: -1;
  animation-name: gradient-shadow;
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  border-radius: 10px;
}
.footer-row__click {
  position: relative;
  display: flex;
  align-items: center;
  padding: 13px 25px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  transition: all 0.2s ease-out;
}
.footer-row__click:hover {
  opacity: 0.7;
}
.footer-row__click::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 17px 3px #660273, 0 0 4px 2px #660273;
  z-index: -1;
  animation-name: gradient-shadow;
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  border-radius: 10px;
}
.footer-row__icons {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.footer-row__icons::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 17px 3px #660273, 0 0 4px 2px #660273;
  z-index: -1;
  animation-name: gradient-shadow;
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  border-radius: 10px;
}
.footer-row__icons ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 10px;
  list-style: none;
}
.footer-row__icons ul li {
  margin-bottom: 10px;
}
.footer-row__icons ul li:last-child {
  margin-bottom: 0;
}
.footer-row__icons ul li a img {
  width: 30px;
  height: 30px;
  -o-object-position: 0 3px;
     object-position: 0 3px;
}
.footer-row__icons ul.setting {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  background-color: #262933;
  border-radius: 10px;
}
.footer-row__icons ul.setting::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333a47;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.footer-row__icons ul.setting::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #333a47;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.footer-row__icons ul.setting li {
  margin: 0;
}
.footer-row__icons ul.setting li img {
  width: 30px;
  height: 30px;
  -o-object-position: 0 3px;
     object-position: 0 3px;
}
.footer-bottom {
  padding: 20px 0;
}
.footer-bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}
.footer-bottom ul li {
  margin-right: 10px;
}
.footer-bottom ul li:last-child {
  margin-right: 0;
}
.footer-bottom ul li a {
  color: #84b3ff;
  font-size: 14px;
}
.footer-bottom p {
  color: #505050;
  font-size: 12px;
  text-align: center;
}
.footer-bottom p a {
  color: #84b3ff;
  text-decoration: none;
}

@keyframes gradient-shadow {
  0% {
    box-shadow: 0 0 17px 3px #0F8AA6, 0 0 4px 2px #0F8AA6;
  }
  20% {
    box-shadow: 0 0 17px 3px #1B4C8C, 0 0 4px 2px #1B4C8C;
  }
  40% {
    box-shadow: 0 0 17px 3px #711073, 0 0 4px 2px #711073;
  }
  60% {
    box-shadow: 0 0 17px 3px #BF34B6, 0 0 4px 2px #BF34B6;
  }
  80% {
    box-shadow: 0 0 17px 3px #660273, 0 0 4px 2px #660273;
  }
  100% {
    box-shadow: 0 0 17px 3px #A904BF, 0 0 4px 2px #A904BF;
  }
}
@media only screen and (max-width: 992px) {
  .footer-bottom ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .header-bottom__buttons > .header-bottom__btn {
    display: none;
  }
  .header-bottom__btn a i.icon {
    display: none;
  }
  .ms-5 {
    margin-left: 1rem !important;
  }
  .header-bottom__btn a {
    font-size: 12px;
    text-transform: uppercase;
  }
  .intro-form {
    padding: 30px;
  }
  .intro-form .form-group {
    padding: 24px 30px;
  }
  .intro-form .form-check ul li label,
  .intro-form .form-check ul li a {
    font-size: 14px;
  }
  .footer-row__content {
    flex-direction: column;
  }
  .footer-row__license {
    justify-content: center;
  }
  .footer-row__click {
    justify-content: center;
    margin: 15px 0;
  }
  .footer-row__icons {
    justify-content: center;
  }
  .footer-row__icons ul {
    flex-direction: row;
  }
  .footer-row__icons ul li {
    margin: 0;
    margin-right: 10px;
  }
  .footer-row__icons ul.setting {
    display: flex;
    align-items: center;
    gap: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .footer-row__icons ul.setting::before,
  .footer-row__icons ul.setting::after {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .header-video video {
    height: 70px;
  }
  .header-lang {
	top: 85px;
	bottom: 15px;
  }
  .header-lang ul {
	flex-direction: column;	
  }
  .header-lang ul li {
	display: flex;
	margin: 0;
	margin-bottom: 5px;
  }
  .header-lang ul li:last-child {
	margin-bottom: 0;
  }
  .header-lang ul li a {
	font-size: 10px;
    padding: 8px;	
  }
}
@media only screen and (max-width: 480px) {
  .intro-form ul.login-buttons {
    flex-direction: column;
  }
  .intro-form ul.login-buttons li {
    margin: 0;
    margin-bottom: 15px;
  }
  .intro-form ul.login-buttons li:last-child {
    margin-bottom: 0;
  }
  .intro-form .form-check ul li {
    margin-right: 15px;
  }
  .intro-form .form-check ul li label, .intro-form .form-check ul li a {
    font-size: 12px;
  }
  .intro-form p {
    font-size: 14px;
  }
  .intro-form .strong {
    margin-bottom: 5px;
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */