html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #3b4045;
  font-family: "Josefin Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0px;
}

h1,
.h1 {
  font-size: 44px;
  line-height: 56px;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 35px;
}

h3,
.h3 {
  font-size: 23px;
  line-height: 25px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

p {
  font-size: 18px;
  line-height: 25px;
}

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

a {
  transition: all 0.2s ease-in-out 0s;
}

.mt-100 {
  margin-top: 100px;
}

.bg-1 {
  background-image: url(../images/call-to-action.jpg);
}

.bg-grey {
  background: #191919;
}

.bg-opacity {
  position: relative;
}
.bg-opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none;
}

.section {
  padding: 100px 0;
}

.font-size-60 {
  font-size: 60px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .font-size-60 {
    font-size: 40px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-40 {
  margin-bottom: 40px;
}

.slick-slide {
  outline: 0;
}

/*--
    custom heading
--*/
.text-center {
  text-align: center;
}

.heading {
  text-align: center;
  color: #777777;
  padding-bottom: 70px;
}
.heading h2 {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}
.heading p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}

.subheading {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
}

.btn {
  border-radius: 0;
  text-decoration: none !important;
}
.btn-main,
.btn-demo {
  width: 360px;
  height: 60px;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s, transform 0.3s;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

/* Контейнер кнопок */
.btn-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Десктоп: кнопки слева */
@media (min-width: 768px) {
  .btn-container {
    align-items: flex-start;
  }
}

/* Мобильная версия: кнопки по центру */
@media (max-width: 767px) {
  .btn-container {
    align-items: center;
  }
}

/* Основная кнопка */
.btn-main {
  background-color: #caff33;
  color: #000;
  border: none;
  margin-bottom: 12px;
}

.btn-main:hover,
.btn-main:focus {
  background-color: #a8db2f;
  color: #000;
}

/* Демо-кнопка */
.btn-demo {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-demo:hover,
.btn-demo:focus {
  background-color: #caff33;
  color: #000;
  border-color: #caff33;
}

/* Стрелка только для .btn-main */
.btn-main::after {
  content: "→";
  font-size: 18px;
  transition: transform 0.3s ease-in-out;
}

.btn-main:hover::after {
  transform: translateX(5px);
}







.intro-text {
  line-height: 1.7;
}

.casino-list-wrapper {
  background-color: #1c1c1e;
  border: 1px solid #444;
  border-radius: 1rem;
  padding: 1.5rem;
}

.casino-header {
  padding: 0 1rem 1rem 1rem;
  border-bottom: 1px solid #444;
  margin-bottom: 1rem;
}

.casino-header-title {
  color: #a0a0a0;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.casino-card {
  position: relative;
  background-color: #2c2c2e;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.casino-card:last-child {
  margin-bottom: 0;
}

.casino-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.casino-position {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3a3a3c;
  color: #d1d1d1;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 0.75rem 0 0.75rem 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.casino-card:nth-of-type(-n+4) .casino-position {
  background-color: #adff2f;
  color: #1a1a1a;
}

.casino-card,
.casino-card .casino-name {
  color: #fff;
}

.casino-name {
  font-size: 1.25rem;
  line-height: 1.2;
}

.casino-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1rem;
}

.star-rating {
  color: #ffc107;
}

.star-rating .far {
  color: #555;
}

.info-list {
  font-size: 0.9rem;
  color: #fff;
}

.info-list li {
  margin-bottom: 0.3rem;
}

.info-list li:last-child {
  margin-bottom: 0;
}

.info-list .fa-check {
  color: #28a745;
  margin-right: 0.5rem;
}

.btn-play {
  background-color: #adff2f;
  color: #1a1a1a;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 0.7rem 1.5rem;
  border: none;
  box-shadow: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-play:hover {
  background-color: #fff;
  color: #1a1a1a;
}

.more-details-link {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #d1d1d1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.more-details-link:hover {
  color: #fff;
}

.secondary-bonus {
  font-size: 0.9rem;
  color: #a0a0a0;
}

.promo-code-wrapper {
  position: relative;
  display: inline-block;
}

.promo-code {
  display: inline-flex;
  align-items: center;
  border: 2px dashed #6c6c70;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  background-color: transparent;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.promo-code:hover,
.promo-code:focus {
  border-color: #adff2f;
  outline: none;
}

.promo-code-text {
  color: #adff2f;
}

.promo-code-icon {
  color: #a0a0a0;
  margin-left: 0.75rem;
}

.copy-notification {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.5rem;
  background-color: #adff2f;
  color: #1a1a1a;
  padding: 0.3rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
}

.copy-notification.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-5px);
}

.casino-details-content {
  background-color: #1c1c1e;
  border-radius: 0.75rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  margin-top: 0;
  padding: 0 1.5rem;
}

.casino-card.details-visible .casino-details-content {
  max-height: 1000px;
  opacity: 1;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.details-list {
  margin: 0;
}

.details-list dt {
  color: #a0a0a0;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.details-list dd {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.details-list dd:last-of-type {
  margin-bottom: 0;
}

.exclusive-promo-terms {
  display: block;
  font-size: 0.85rem;
  color: #a0a0a0;
  margin-bottom: 0.5rem;
}

.details-group-title {
  color: #a0a0a0;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.logo-grid img {
  height: 25px;
  max-width: 100px;
  object-fit: contain;
}

@media (min-width: 992px) {
  .casino-card .row>.col-lg-3.order-lg-1 {
    padding-left: 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .casino-list-wrapper {
    padding: 0;
    background-color: transparent;
    border: none;
  }

  .casino-card {
    padding: 1.25rem;
  }

  .casino-logo {
    width: 64px;
    height: 64px;
  }

  .casino-position {
    left: auto;
    right: 0;
    border-radius: 0 0.75rem 0 0.75rem;
  }

  .text-lg-center {
    text-align: left !important;
  }
}


.rounded-xl {
  border-radius: 1rem;
}


/* navigation */
.navbar-brand {
  color: #444;
  font-size: 25px;
  margin: 0;
  line-height: 1;
}

.nav-link {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #444;
}

.lang-list {
  border: 0;
  margin: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.navigation .dropdown-menu {
  padding: 0px;
  border: 0;
  border-radius: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .navigation .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.navigation .dropdown-menu li:first-child {
  margin-top: 5px;
}
.navigation .dropdown-menu li:last-child {
  margin-bottom: 5px;
}
.navigation .dropdown-toggle::after {
  display: none;
}
.navigation .dropdown-toggle > i {
  font-size: 14px;
}
.navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
  margin: 0;
}
.navigation .dropleft .dropdown-toggle::before,
.navigation .dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "themefisher-font";
  border: 0;
  font-size: 10px;
  vertical-align: 1px;
  display: inline-block;
}
.navigation .dropleft .dropdown-toggle::before {
  margin-right: 5px;
  content: "\f124";
}
.navigation .dropright .dropdown-toggle::after {
  margin-left: 5px;
  content: "\f125";
}
.navigation .dropdown-item {
  color: #444;
  padding: 0.6rem 1rem 0.35rem;
  font-weight: 600;
  font-size: 15px;
}
.navigation .dropdown-submenu.active > .dropdown-toggle,
.navigation .dropdown-submenu:hover > .dropdown-item,
.navigation .dropdown-item.active,
.navigation .dropdown-item:hover {
  background: #191919;
  color: white;
}
@media (min-width: 992px) {
  .navigation .dropdown-menu {
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    margin-top: 8px;
  }
  .navigation .dropdown-menu li:first-child {
    margin-top: 10px;
  }
  .navigation .dropdown-menu li:last-child {
    margin-bottom: 10px;
  }
  .navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
    margin-top: -9px;
  }
  .navigation .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.45s ease 0s;
    opacity: 1;
  }
}

.navbar-collapse.show {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 80px);
}

.navbar-toggler:focus {
  outline: 0;
}

/* cart */
.cart {
  background: transparent;
  border: 0;
  position: relative;
}
.cart i {
  font-size: 20px;
}
@media (max-width: 991px) {
  .cart {
    position: absolute;
    top: 23px;
    right: 90px;
  }
}
.cart .badge {
  position: absolute;
  top: -5px;
  border-radius: 50%;
  right: -10px;
}
.cart:focus {
  outline: 0;
}

.badge-primary {
  background-color: #191919;
}

/*--
    Feature-list start
--*/
.feature-list .btn-main {
  margin-top: 15px;
}

/*--
  Gallery start
--*/
.gallery {
  padding-bottom: 100px;
}
.gallery .owl-item {
  overflow: hidden;
  position: relative;
}
.gallery .block {
  padding: 20px;
  position: relative;
}
.gallery .block:hover .gallery-overlay {
  transform: scale(1);
  opacity: 1;
  border-radius: 0;
}
.gallery .gallery-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
  background: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  color: inherit;
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
  z-index: 2;
  opacity: 0;
  border-radius: 50%;
}
.gallery .gallery-overlay .gallery-popup {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #191919;
  padding: 5px 10px;
  border-radius: 40px;
  width: 50px;
  height: 50px;
}
.gallery .gallery-overlay .gallery-popup i {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
}

/*--
    service start
--*/
.testimonials .testimonial-block {
  padding: 0 10px;
}
.testimonials .testimonial-block i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 20px;
  color: #191919;
}
.testimonials .testimonial-block p {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  color: #777;
}
.testimonials .testimonial-block .author-details {
  margin-top: 30px;
}
.testimonials .testimonial-block .author-details img {
  border-radius: 50%;
  width: 50px;
}
.testimonials .testimonial-block .author-details h4 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
}

/*--
    call-to-action start
--*/
.call-to-action {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.input-group {
  margin-top: 30px;
  position: relative;
}
.input-group .btn-submit {
  padding: 10.5px 40px !important;
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  top: 0;
  right: 0;
}
.input-group input {
  height: 50px;
  border-radius: 40px;
  border: none;
  padding-left: 15px;
  box-shadow: none;
  display: table-cell;
}

.footer-menu a {
  font-size: 14;
  font-weight: 700;
  color: #444;
  padding: 10px;
}

footer {
  text-align: center;
  background: #f4f4f4;
  padding: 50px 0px;
}
footer .footer-logo {
  color: #555;
  display: block;
}
footer p.copyright-text {
  font-weight: 300;
  font-size: 12px;
  color: #888;
  letter-spacing: 3px;
  margin-top: 15px;
}
footer p.copyright-text a {
  color: #282828;
}
footer p.copyright-text a:hover {
  text-decoration: none;
}

p.price {
  font-size: 30px;
  font-family: "Droid Serif", serif;
}

s.price {
  color: red;
  font-size: 25px;
  font-family: "Droid Serif", serif;
}

.product-info {
  text-align: center;
}
.product-info .price {
  font-size: 100%;
}

.contact-list li,
.contact-list a {
  color: #282828;
  font-size: 18px;
}

.form-control {
  border: 1px solid #dadada;
  border-radius: 35px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.form-control:focus {
  border-color: #191919;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  font-size: 80%;
}
.form-control::placeholder {
  font-size: 80%;
}

textarea.form-control {
  height: 150px;
  padding-top: 15px;
}

.sticky-image {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
}

/* product sinngle page */
.product-image-slider {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.product-image-slider .slick-list {
  margin-bottom: 10px;
  border-radius: 5px;
}
.product-image-slider .slick-dots {
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}
.product-image-slider .slick-dots li {
  list-style-type: none;
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}
.product-image-slider .slick-dots li:first-child {
  margin-left: 0;
}
.product-image-slider .slick-dots li:last-child {
  margin-right: 0;
}
.product-image-slider .slick-dots li img {
  max-height: 80px;
  height: auto;
  max-width: 100%;
}

/* content style */
.content * {
  margin-bottom: 20px;
}
.content a {
  text-decoration: underline;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 10px;
}
.content ol,
.content ul {
  padding-left: 10px;
}
.content table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}
.content table th,
.content table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.content table thead {
  background: #d5d5d5;
}
.content table tbody {
  background: #dadada;
}
.content table tbody td {
  text-align: left !important;
}
.content blockquote {
  border-left: 1px solid #191919;
  padding: 20px;
}
.content blockquote p {
  margin-bottom: 0;
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
}
.content pre {
  padding: 10px 20px;
  background: #dadada;
}

.link-title {
  color: inherit;
  text-decoration: none !important;
}
.link-title:hover {
  color: #191919;
}