@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label,
body {
  font-family: "Poppins";
  font-style: normal;
}

p,
ul {
  font-weight: 400;
}

.btn-link {
  color: #5BE6FD;
}

a {
  color: #5BE6FD;
}

.admin-bar .header {
  top: 32px;
}

.header {
  background: #141323;
  z-index: 9999;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.logo {
  height: 40px;
  display: flex;
  flex-shrink: 0;
  align-items: flex-end;
  text-decoration: none;
}
.logo span {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: white;
  font-style: italic;
}
.logo img {
  height: 100%;
  object-fit: contain;
}

ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-menu a {
  display: block;
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  padding: 0 0.6em;
  line-height: 1.5em;
  text-transform: uppercase;
}
.main-menu a:hover {
  color: #5BE6FD;
}
.main-menu .current-menu-item-custom {
  position: relative;
}
.main-menu .current-menu-item-custom a {
  color: #5BE6FD;
}

.header-menu {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer {
  background: #111112;
}
.footer .footer-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(45deg, rgba(91, 230, 253, 0), #5BE6FD, rgba(91, 230, 253, 0));
}

.footer-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.footer-content p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.6;
}
.footer-content a {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s;
}
.footer-content a:hover {
  color: #5BE6FD;
}

.page {
  background: #FFFFFF;
}

.mobile-menu-logo {
  display: none;
}

.closer {
  display: none;
}

.mobile-menu-toggler {
  display: none;
}

.main-content {
  margin-top: 70px;
}

section {
  position: relative;
}

/**
*   Custom css
*/
.banner-wrap {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.banner-wrap .banner-text {
  position: relative;
  z-index: 1;
}
.banner-wrap .banner-text h2, .banner-wrap .banner-text h1 {
  font-size: 2vw;
  max-width: 60%;
  color: #F0F5FA;
}
.banner-wrap .banner-text h2 span, .banner-wrap .banner-text h1 span {
  background: linear-gradient(180deg, #B05AF9 0%, #5BE7FD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.banner-wrap .banner-text .desc-text {
  color: #FFF;
  max-width: 60%;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .banner-wrap .banner-text h2, .banner-wrap .banner-text h1 {
    font-size: 20px;
  }
  .banner-wrap .banner-text .desc-text {
    font-size: 16px;
  }
}
.banner-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-blocks {
  padding: 5em 0;
  background-image: url(../imgs/Union-top.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.info-blocks .search-wrap {
  margin: 5em auto;
  max-width: 780px;
}
.info-blocks .block-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 1em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 21.35%, rgba(255, 255, 255, 0.05) 100%), rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1em 2em;
  text-align: center;
}
.info-blocks .block-item img {
  margin-bottom: 2em;
}
.info-blocks .block-item h4 {
  color: #5BE6FD;
}
.info-blocks .block-item h6 {
  color: #5BE6FD;
}
.info-blocks .block-item p {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 0.8em;
}
.info-blocks .is-search-form {
  border-radius: 2em;
  overflow: hidden;
}
.info-blocks .is-search-form .is-search-icon {
  border-left: none;
  background: #fff;
}

.search-top {
  padding: 1em 0 5em;
  background-image: url(../imgs/Union-top.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.search-top .search-wrap {
  margin: 5em auto;
  max-width: 780px;
}
.search-top .is-search-form {
  border-radius: 2em;
  overflow: hidden;
}
.search-top .is-search-form .is-search-icon {
  border-left: none;
  background: #fff;
}

.articles {
  padding: 15em 0 5em;
  background-image: url(../imgs/Union-bottom.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.articles .article {
  border-radius: 1em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 21.35%, rgba(255, 255, 255, 0.05) 100%), rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 1px;
}
.articles .article::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1em;
  background: linear-gradient(180deg, #5BE6FD, rgba(0, 0, 0, 0));
  -webkit-mask: linear-gradient(#5BE6FD, rgba(0, 0, 0, 0));
  mask: linear-gradient(#5BE6FD, rgba(0, 0, 0, 0));
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.articles .article .article-content {
  background: #141323;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  padding: 5% 10%;
  border-radius: 1em;
}
.articles .article h4 {
  color: #FFFFFF;
}
.articles .article p {
  color: #FFFFFF;
  opacity: 0.6;
}

.bonuses {
  padding: 5em 0;
}
.bonuses .bonus-block-item {
  border-radius: 1em;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bonuses .bonus-block-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.contact {
  padding: 5em 0;
  background: #141323;
}
.contact .contact-form-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.contact .contact-form-wrap .contact-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 22%;
  text-align: center;
  color: #FFFFFF;
}
.contact .contact-form-wrap .contact-form .inline-form p {
  position: relative;
}
.contact .contact-form-wrap .contact-form .inline-form .wpcf7-email {
  height: 50px;
  border-radius: 50px;
}
.contact .contact-form-wrap .contact-form .inline-form .wpcf7-submit {
  position: absolute;
  top: 7px;
  right: 10px;
  border-radius: 2em;
  background: #5BE6FD;
  border: 1px solid #5BE6FD;
  padding: 5px 15px;
  transition: 0.3s;
}
.contact .contact-form-wrap .contact-form .inline-form .wpcf7-submit:hover {
  background: #FFFFFF;
  border: 1px solid #5BE6FD;
}
.contact .contact-form-wrap .contact-form .inline-form .wpcf7 form .wpcf7-response-output {
  margin: 0 0 1em;
}
.contact .contact-form-wrap img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  border-radius: 1em;
}

.cut-text {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.casino-col {
  border-radius: 1em;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 1em 2em;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.casino-col img {
  max-width: 100%;
  height: auto;
}
.casino-col h5 {
  font-weight: bold;
  margin: 1em 0;
}
.casino-col .casino-number {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1em 0px;
  background: #141323;
  width: 3em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.casino-row {
  border-radius: 1em;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 1em 2em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.casino-row h5 {
  font-weight: bold;
  margin: 1em 0;
}
.casino-row p {
  margin-bottom: 0;
}

.section-title {
  font-weight: bold;
  text-align: center;
  margin: 1em 0 2em;
  text-transform: uppercase;
}

.btns-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-get {
  border-radius: 2em;
  background: #5BE6FD;
  transition: 0.3s;
  border: 1px solid #5BE6FD;
  padding: 0.5em 4em;
  font-weight: bold;
}
.btn-get:hover {
  background: #FFFFFF;
  border: 1px solid #5BE6FD;
}

.btn-read {
  border-radius: 2em;
  background: #FFFFFF;
  transition: 0.3s;
  border: 1px solid #5BE6FD;
  padding: 0.5em 4em;
  font-weight: bold;
}
.btn-read:hover {
  background: #5BE6FD;
}

.btn-main {
  border-radius: 50px;
  background: #141323;
  border: 1px solid #141323;
  color: #FFFFFF;
  padding: 0.8em 1.5em;
  display: block;
  width: 190px;
  text-align: center;
  margin: 1em auto;
  transition: 0.3s;
  font-weight: bold;
}
.btn-main:hover {
  background: #FFFFFF;
  border: 1px solid #141323;
}

.casinos-collapse {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  padding: 0 1rem;
}

.single-page {
  padding-top: 1rem;
}
.single-page .casino-logo {
  display: block;
  margin: 1rem auto 3rem;
}
.single-page .page-content {
  background-image: url(../imgs/Union.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0 5rem;
  margin-top: -5rem;
  color: #FFFFFF;
}
.single-page .page-content p {
  color: #FFFFFF;
  opacity: 0.6;
}
.single-page .page-content .content-wrap {
  padding: 0 10% 3rem;
}
.single-page .post-views {
  display: none;
}

.casinos-slider {
  padding: 4rem 0 5rem;
  background: #F0F5FA;
}
.casinos-slider .casino-slide {
  text-align: center;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(20, 19, 35, 0.5);
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);
}
.casinos-slider .casino-slide img {
  margin-bottom: 1rem;
  max-width: 100%;
}

.pt-6 {
  padding-top: 5rem;
}

.mb-6 {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
  .admin-bar .header {
    top: 46px;
  }
  .header {
    height: 56px;
  }
  .mobile-menu-toggler {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
  }
  .mobile-menu-toggler:hover span:nth-child(2) {
    width: 18px;
  }
  .mobile-menu-toggler span {
    position: absolute;
    top: 5px;
    right: 0;
    height: 2px;
    background: #FFFFFF;
    width: 18px;
  }
  .mobile-menu-toggler span:nth-child(2) {
    top: 11px;
    width: 14px;
  }
  .mobile-menu-toggler span:nth-child(3) {
    top: 17px;
  }
  .main-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #141323 0%, #141323 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #141323 100%), lightgray 0px 616.341px/100% 37.225% no-repeat;
    backdrop-filter: blur(10px);
    z-index: 99999;
    display: none;
  }
  .main-menu-wrapper.show {
    display: block;
  }
  .main-menu-wrapper .mobile-menu-logo {
    display: block;
    background-image: url("../imgs/logo.svg");
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 140px;
    margin: 1rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-menu-wrapper .closer {
    display: block;
    background-image: url("../imgs/closer-icon.svg");
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    margin: 1rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .main-menu {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 4rem;
  }
  .main-menu a {
    font-size: 1.2em;
  }
  .main-menu li {
    margin-bottom: 1em;
  }
  .logo {
    height: 30px;
  }
  .main-content {
    margin-top: 55px;
  }
  .banner-wrap {
    /*height: 20vh;*/
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .banner-wrap img {
    object-position: right;
  }
  .casino-row {
    flex-direction: column;
  }
  .casino-row p {
    margin-bottom: 1rem;
  }
  .contact-form {
    padding: 0 5%;
  }
  .contact-form h2 {
    font-size: 16px;
  }
  .contact-form h3 {
    font-size: 14px;
  }
  .contact .contact-form-wrap .contact-form .inline-form .wpcf7-email {
    height: 30px;
  }
  .contact .contact-form-wrap .contact-form .inline-form .wpcf7-submit {
    height: 22px;
    top: 4px;
    right: 4px;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 12px;
  }
  .contact .contact-form-wrap .contact-form {
    top: 32px;
  }
  .contact .contact-form-wrap img {
    display: none;
  }
  .contact .contact-form-wrap .contact-form {
    position: relative;
    padding: 0;
  }
  .contact {
    padding: 3em 0;
  }
  .wpcf7 {
    margin-top: 2rem;
  }
  .single-page .page-content {
    padding: 5rem 0 5rem;
    margin-top: 1rem;
  }
  .casino-slide h5 {
    font-size: 1rem;
  }
}
.accordion {
  margin-top: 2em;
}
.accordion-wrapper {
  margin-top: 2em;
  margin-bottom: 2em;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 0 2.5em 0 1em;
  display: block;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #03b5d2;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: unset;
  /*transition: all 200ms linear;*/
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  /*transition: opacity 200ms linear, max-height 200ms linear;*/
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

button[aria-expanded=true] + .accordion-content {
  padding: 0.5em 1em;
}

.accordion-item .icon {
  margin-right: 1em;
}

.accordion-content * {
  color: #4c5b6d;
}

.quick-start {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.quick-start a {
  font-size: 18px;
  text-decoration: none;
  color: #6d6d6d;
}

.quick-start a {
  position: relative;
  display: flex;
  align-items: center;
}

.quick-start a:hover {
  color: #03b5d2;
}

.quick-start a:before {
  content: " ";
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M9.16488 17.6505C8.92513 17.8743 8.73958 18.0241 8.54996 18.1336C7.62175 18.6695 6.47816 18.6695 5.54996 18.1336C5.20791 17.9361 4.87912 17.6073 4.22153 16.9498C3.56394 16.2922 3.23514 15.9634 3.03767 15.6213C2.50177 14.6931 2.50177 13.5495 3.03767 12.6213C3.23514 12.2793 3.56394 11.9505 4.22153 11.2929L7.04996 8.46448C7.70755 7.80689 8.03634 7.47809 8.37838 7.28062C9.30659 6.74472 10.4502 6.74472 11.3784 7.28061C11.7204 7.47809 12.0492 7.80689 12.7068 8.46448C13.3644 9.12207 13.6932 9.45086 13.8907 9.7929C14.4266 10.7211 14.4266 11.8647 13.8907 12.7929C13.7812 12.9825 13.6314 13.1681 13.4075 13.4078M10.5919 10.5922C10.368 10.8319 10.2182 11.0175 10.1087 11.2071C9.57284 12.1353 9.57284 13.2789 10.1087 14.2071C10.3062 14.5492 10.635 14.878 11.2926 15.5355C11.9502 16.1931 12.279 16.5219 12.621 16.7194C13.5492 17.2553 14.6928 17.2553 15.621 16.7194C15.9631 16.5219 16.2919 16.1931 16.9495 15.5355L19.7779 12.7071C20.4355 12.0495 20.7643 11.7207 20.9617 11.3787C21.4976 10.4505 21.4976 9.30689 20.9617 8.37869C20.7643 8.03665 20.4355 7.70785 19.7779 7.05026C19.1203 6.39267 18.7915 6.06388 18.4495 5.8664C17.5212 5.3305 16.3777 5.3305 15.4495 5.8664C15.2598 5.97588 15.0743 6.12571 14.8345 6.34955' stroke='%235BE6FD' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-right: 5px;
}

.quick-start {
  padding: 20px 40px;
  border: 1px solid #dadada;
  border-radius: 10px;
  margin-bottom: 50px;
  margin-top: 30px;
}

.quick-start {
  flex-wrap: wrap;
  display: flex;
  gap: 20px;
  max-width: unset;
  padding: 20px 30px !important;
}

.front-page-owl {
  display: flex;
  gap: 20px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 40px !important;
}

.carousel-title {
  color: #000;
  display: block;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.carousel-item-3 {
  text-decoration: none;
}

.carousel-desc {
  text-align: center;
  display: block;
  color: #8c8c8c;
}

.owl-stage {
  display: flex;
}

.owl-check {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
}

.owl-check-item {
  border: 1px solid #c3c3c3;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
}

.owl-check-item.owl-check-item-act {
  background: #141323;
  border-color: #141323;
  color: #FFF;
}

.preloader-main {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-top: 20px;
}

.container-flex-single {
  display: flex;
  gap: 20px;
}
.container-flex-single > div {
  width: 33.3333333333%;
}

.stars-wrapper {
  display: flex;
  max-width: 150px;
  justify-content: center;
  margin: auto;
}

.rating-title {
  text-align: center;
  display: flex;
  justify-content: center;
  color: #000000;
}

.horizontal .progress-bar {
  float: left;
  height: 18px;
  width: 100%;
  padding: 3px 0;
}

.horizontal .progress-track {
  position: relative;
  width: 100%;
  height: 20px;
  background: #ebebeb;
}

.horizontal .progress-fill {
  position: relative;
  background: #666;
  height: 20px;
  width: 50%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.progress-group {
  display: flex;
}

.progress-label {
  width: 170px;
  text-align: right;
  padding-right: 10px;
}

.progress-label::after {
  content: ":";
}

.horizontal .progress-bar {
  border-radius: 10px;
  /* background: linear-gradient(0deg, black, transparent); */
}

.horizontal .progress-track {
  background: linear-gradient(0deg, #bdc3c7, #ecf0f1);
}

.horizontal .progress-fill {
  background: linear-gradient(0deg, #27ae60, #2ecc71);
}

.progress-label {
  color: #FFFFFF;
  margin-bottom: 5px;
  /* opacity: 0.6; */
}

.progress-group {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}

.casino-stats {
  border-radius: 18px;
  padding: 10px;
  margin-top: 20px;
  background: linear-gradient(45deg, #2e2d2d, #141323);
  padding-bottom: 8px;
}

.table-main {
  padding: 10px 15px;
  background: linear-gradient(45deg, #2e2d2d, #141323);
  padding-bottom: 5px;
  display: flex;
  border-radius: 15px;
}

.table-main * {
  display: flex;
}

.table-main tbody {
  flex-direction: column;
  padding-bottom: 10px;
  width: 100%;
}

.table-main td {
  width: 50%;
  color: #FFF;
  font-size: 14px;
}

.table-main tr {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-main tbody > tr:last-child {
  border-bottom: none;
}

.percent-title {
  color: #636363;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins";
}

.percent-title span {
  font-weight: normal;
  font-size: 12px;
  color: #afafaf;
}

.percent-title {
  margin-left: 10px;
}

.rating-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.percent-title {
  background: #161524;
  color: #FFF;
  padding: 4px 15px;
  border-radius: 15px;
  line-height: 1;
  font-style: italic;
}

.cas-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  justify-content: space-around;
}

.progress-group {
  flex-direction: column;
}

.progress-label {
  text-align: left;
  font-size: 14px;
}

.progress-fill span {
  font-size: 10px;
}

.percent-title {
  color: #636363;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins";
}

.percent-title span {
  font-weight: normal;
  font-size: 12px;
  color: #afafaf;
}

.percent-title {
  margin-left: 10px;
}

.rating-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  /* font-style: italic; */
}

.percent-title {
  background: #161524;
  color: #FFF;
  padding: 4px 15px;
  border-radius: 15px;
  line-height: 1;
  font-style: italic;
}

.supported-devices {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.supported-devices > div {
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 0.6;
}

.supported-devices > div img {
  max-width: 50px;
  margin: 0 auto;
}

.supported-devices > div > span {
  margin-top: 10px;
  font-size: 14px;
}

.supported-devices-title {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 14px;
}

/*
@media screen and (max-width: 1200px) {
    .container-flex-single > .single-column {
        width: calc(100% / 2 - 20px);
    }

    .container-flex-single {
        flex-wrap: wrap;
    }

    .container-flex-single > .single-column-middle {
        width: calc(100% / 2 - 20px);
    }

    .container-flex-single > .single-column-last {
        width: calc(100% / 2 - 20px);
    }
}*/
.single-second {
  width: 66.6666666667% !important;
  display: flex;
  gap: 20px;
}

.single-column-middle {
  width: 50%;
}

.single-column-last {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .single-second {
    display: flex;
    flex-direction: column;
  }
  .single-column-middle {
    width: 100%;
  }
  .single-column-last {
    width: 100%;
  }
  .progress-group {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 1000px) {
  .supported-devices {
    margin-bottom: 100px;
  }
  .container-flex-single > div {
    width: 50%;
  }
  .progress-group {
    width: calc(50% - 10px);
  }
  .single-page .page-content {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
  .single-page .page-content {
    position: relative;
  }
  .single-page .page-content:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #141323;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .container-flex-single {
    flex-direction: column;
  }
  .container-flex-single > div {
    width: 100%;
  }
  .single-second {
    width: 100% !important;
  }
  .supported-devices {
    margin-bottom: 30px;
  }
  .supported-devices {
    flex-wrap: wrap;
    gap: 10px;
  }
  .table-main tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .table-main tr td {
    width: 100%;
  }
  .table-main tr > td:first-child {
    margin-bottom: 5px;
    border-bottom: 1px solid #262626;
    padding-bottom: 5px;
  }
  section#banner {
    position: relative;
  }
  section#banner:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, black, rgba(0, 0, 0, 0));
    position: absolute;
    z-index: 1;
  }
  .owl-check {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  img.carousel-img {
    margin: 0 auto;
    display: block;
  }
}
.accordion-content * {
  color: #000 !important;
}

.casino-logo {
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */
