/*
    Created on : 23.06.2022, 00:56:00
    Author     : Alekhnovich Oleg (https://neurobriefs.app)
*/

/* CUSTOMIZE THE MAIN CAROUSEL
-------------------------------------------------- */
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: #004794;
  color: white;

}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#mainCarousel .carousel {
  margin-bottom: 4rem;
}

#mainCarousel .carousel-caption {
  bottom: 3rem;
  z-index: 10;
  text-align: left;
}

#mainCarousel .carousel-item {
  height: 26rem;
}

#mainCarousel .carousel-bg-filter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.5);
}

/* CAROUSEL FOR ADDITIONAL PRODUCT IMAGES
-------------------------------------------------- */
.additional-carousel-indicator {
  opacity: .5;
  transition: all 0.3s ease;
}

.additional-carousel-indicator:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

.additional-carousel-indicator.active {
  opacity: 1;
  transition: all 0.3s ease;
}

/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */
.jumbotron-bg-filter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e9ecef;
  background: rgba(0, 0, 0, 0.4);
}

/* PAGINATION
-------------------------------------------------- */
.pagination {
  --bs-pagination-color: #333;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #003b77;
  --bs-pagination-active-border-color: #003b77;
}

/* CARD
-------------------------------------------------- */
.blog-card-body a {
  color: #003b77;
}

.blog-card-body:hover {
  background-color: #003b77;
  color: lightgrey !important;
  transition: all .6s;
}

.blog-card-body a:hover {
  color: #fff !important;
}

.img-square {
  width: 100%;
  margin: auto;
  overflow: hidden;
  /* clearfix */
}

.img-square:before {
  content: "";
  padding-top: 100%;
  float: left;
}

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

/* MAIN CONTENT
-------------------------------------------------- */
a {
  color: #e64c16;
}

a:hover {
  color: #003b77;
}

.text-darkblue {
  color: #003b77;
}

.text-orange {
  color: #e64c16;
}

.bg-darkblue {
  background-color: #003b77;
}

.bg-orange {
  background-color: #e64c16;
}

.text-lightgrey {
  color: #eaf0fb;
}

.error404 {
  font-size: 5rem;
}

@media (min-width: 390px) {
  .error404 {
    font-size: 7rem;
  }
}

@media (min-width: 576px) {
  .error404 {
    font-size: 10rem;
  }
}

@media (min-width: 768px) {
  .error404 {
    font-size: 14rem;
  }
}

@media (min-width: 1200px) {
  .error404 {
    font-size: 14rem;
  }
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #003b77;
}

/* USER ACCOUNT
-------------------------------------------------- */
@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }

  .navbar-search {
    display: block;
  }
}

.sidebar .nav-link {
  font-size: .875rem;
}

.sidebar .nav-link.active {
  font-weight: 500;
  color: #e64c16 !important;
}

.sidebar-heading {
  font-size: .75rem;
}

/* BOOTSTRAP SUBMENU 3 LEVEL
-------------------------------------------------- */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/* BUTTON UP
-------------------------------------------------- */
#btn-back-to-top {
  position: fixed;
  bottom: 7px;
  right: 7px;
  display: none;
}

/* CSS3 EFFECTS
-------------------------------------------------- */
.fade-img {
  -webkit-transition: all 0.3s ease;
  ;
  -moz-transition: all 0.3s ease;
  ;
  -o-transition: all 0.3s ease;
  ;
  transition: all 0.3s ease;
  opacity: 1;
}

.fade-img:hover {
  -webkit-transition: all 0.3s ease;
  ;
  -moz-transition: all 0.3s ease;
  ;
  -o-transition: all 0.3s ease;
  ;
  transition: all 0.3s ease;
  opacity: 0.5;
}

/* MEDIA
-------------------------------------------------- */
/*
@media (min-width: 390px) {

}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 1200px) {

}
*/
.mostbet-bg {
  color: #fff;
  background-color: #104c90;
}

.mostbet-dark {
  color: #fff;
  background-color: #00377c;
}

.mostbet-bgd {
  color: #fff;
  background-color: #001932;
}


/*
.navbar-link {
    color:#fff !important;
}
*/
.nav-link {
  color: #fff !important;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 20px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-left: 20px !important;
  margin-right: 20px !important;

}

.nav-link:hover {
  color: #fff !important;
  background-color: #0263da;
  border-radius: 20px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.nav-link.active {
  background-color: #3182ce;
  border-radius: 20px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}


@media (max-width: 767px) {
  .mostbet-logo {
    height: 30px;
  }
}

@media (min-width: 768px) {
  .mostbet-logo {
    height: 40px;
  }
}

.most-orange {
  background-color: #f84f1e;
}

.most-orange:hover {
  background-color: #ca2e04;
}

.most-blue {
  background-color: #3182ce;
}

.most-bluee:hover {
  background-color: #2B6CB0;
}

.btn-danger {
  --bs-btn-color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  --bs-btn-bg: #f84f1e;
  --bs-btn-border-color: #f84f1e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-info {
  --bs-btn-color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  --bs-btn-bg: #3182ce;
  --bs-btn-border-color: #3182ce;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #2B6CB0;
  --bs-btn-hover-border-color: #2B6CB0;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.navbar-toggler {
  color: white;
}

.navbar-toggler-icon {
  color: white;
}


/*****************************************/

.mostbet-faq .accordion-item {
  box-shadow: none !important;

}


.mostbet-faq .accordion-button {
  font-size: 18px;
  color: white;
  font-weight: 400 !important;
  border-top: #000000;
  border-bottom: #000000;
  background-color: #00377c;

}

.mostbet-faq .accordion-button::after {
  color: red;
}

.mostbet-faq .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.mostbet-faq .accordion-header:not(.collapsed) {
  color: white;
  background-color: #00377c;
  border-radius: 5rem !important;
}

.mostbet-faq .accordion-button:not(.collapsed) {
  border-top: #000000;
  background-color: #00377c;
  color: white;
  box-shadow: none;
  font-size: 18px;
  font-weight: 400 !important;

}

.mostbet-faq .accordion-button.collapsed h2 {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mostbet-faq .accordion-button h2 {
  text-align: left;
  justify-content: flex-start;

}

.mostbet-faq .accordion-body {
  color: white;
  font-size: 18px;
  background-color: #0f5aa1;
}

.mostbet-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 18px;
  width: 18px;
  height: 18px;
}

.mostbet-faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 18px;
  width: 18px;
  height: 18px;
}




/****************** 404 *****************************/

.bg-404 {
  background: #1b324a;
}

.error_page {
  background: #1b324a url(../images/pages/error_bg.jpg) no-repeat center center;
  min-height: 607px;
  padding-top: 420px;
  text-align: center;
  position: relative;
}

.error_page__status {
  display: inline-block;
  position: absolute;
  content: '';
  top: 225px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.error_page__message {
  margin-bottom: 21px;
}

.error_page__message .message__link {
  color: #369be9;
  font-size: 18px;
  text-decoration: none;
}

.error_page__status span {
  font-size: 22px;
  display: inline-block;
  margin-right: 27px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.error_page__message .message__descr {
  display: block;
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}

/***************************/
.daerk-content {
  border-radius: 10px;
  /*  margin: 60px 0;*/
  padding: 30px;
  color: white;
  background-color: #001932;
}

.daerk-content h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.14;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 20px;
  position: relative;
}

.daerk-content h2:before {
  background: #428cdc;
  content: "";
  display: block;
  height: 36px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}

/************* APP ***********************/

.portugal-h2-title {
  color: white;
  border-left: 5px solid #409cff;
  padding-left: 15px;
  margin-bottom: 1.5rem;
}


.portugal-h3-title {
  color: white;
  border-left: 5px solid #409cff;
  padding-left: 15px;
  margin-bottom: 1.5rem;
}

.mostbet-pcx {

  background: url(../images/pages/bg-mostbet.webp);
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
  border-radius: 0 0 20px 20px;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .mostbet-pcx {
    padding: 2rem 0;
    border-radius: 0 0 10px 10px;
  }
}

.mostbet-primary-text {
  color: #1ed9ff !important;
}


.mostbet-card {
  background-color: #00265f;
  border-radius: 10px;
  border: 1px solid rgba(249, 178, 51, 0.2);
  transition: transform 0.3s ease;
  height: 100%;
}

.mostbet-card:hover {
  transform: translateY(-5px);
  border-color: var(--mostbet-primary);
}

.mostbet-card-header {
  background-color: rgba(249, 178, 51, 0.1);
  border-bottom: 1px solid rgba(249, 178, 51, 0.3);
  border-radius: 10px 10px 0 0 !important;
  padding: 1rem 1.25rem;
}

.mostbet-card-small {
  background-color: #0045ae;
  border-radius: 10px;
  border: 1px solid rgba(249, 178, 51, 0.2);
  transition: transform 0.3s ease;
  height: 100%;
}

.mostbet-card-small:hover {
  transform: translateY(-5px);
  border-color: var(--mostbet-primary);
}

.mostbet-card-header {
  background-color: rgba(249, 178, 51, 0.1);
  border-bottom: 1px solid #ec5b00;
  border-radius: 10px 10px 0 0 !important;
  padding: 1rem 1.25rem;
}


.mostbet-badge {
  background-color: #e16600;
  color: #f5f5f5;
  font-weight: bold;
  padding: 0.35rem 0.75rem;
  border-radius: 20px;
}

.mostbet-legal {

  background-color: #fa4d00d1;
  border: 1px solid rgba(220, 53, 69, 0.3);
  border-radius: 5px;
  padding: 1.5rem;
  margin-top: 2rem;
}


.bonus-card {
  align-items: center;
  background-position: 50%;
  background-size: cover;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  padding: 9px 9px 42px;
  position: relative;
  text-align: center;
}

.bonus-card--title {
  color: #fee801;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
  margin: 8px 0px;
}

.bonus-card--subtitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.button-orange {

  background: #fa4d00;
  border-color: #fa4d00;
  box-shadow: 0 1px 24px 0 rgba(250, 83, 0, 0.8);
}

.bonus-card--link {
  font-size: 14px !important;
  padding: 5px 10px !important;
  width: 134px;
}

.app-sport-bg {
  background-image: url(../images/pages/app-sport.webp);
  background-position: right;
  background-repeat: no-repeat;
  background-color: #000000;
  color: white;
  padding: 80px 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}



.lul-li-mostb ul {
  list-style: none;
  padding-left: 0;
}

.lul-li-mostb ul li {
  margin-bottom: 30px;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 768px) {
  .lul-li-mostb ul li {
    margin-bottom: 30px;
    padding-left: 30px;
  }
}

.lul-li-mostb ul li:before {
  background-image: url(../images/pages/list-icon.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: -1%;
  position: absolute;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.mostbet-primary-bg {
  background-color: #F9B233 !important;
}

.mostbet-secondary-bg {
  background-color: #1A1A2E !important;
}

.mostbet-dark-bg {
  background-color: #0F0F1A !important;
}

.mostbet-section {
  padding: 3rem 0;
}


/**************/

.mostbet-list-item {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.mostbet-list-item:before {
  content: "•";
  color: #F9B233;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -5px;
}

.mostbet-highlight {
  background-color: #fff;
  border-left: 4px solid rgb(255, 98, 0);
  padding: 1rem;
  border-radius: 0 5px 5px 0;
  margin: 1.5rem 0;
  color: black;
}

.mostbet-promo-code {
  background: linear-gradient(180deg, #0084e1, #0064b9 77.48%);
  color: white;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 2rem 0;
  border: 3px dashed #1A1A2E;
}

.mostbet-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.mostbet-step-number {
  background-color: #F9B233;
  color: #0F0F1A;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 1rem;
  flex-shrink: 0;
}

.mostbet-device-icon {
  font-size: 3rem;
  color: #F9B233;
  margin-bottom: 1rem;
}

.mostbet-footer {
  background-color: #1A1A2E;
  border-top: 3px solid #F9B233;
  padding: 2rem 0;
  margin-top: 3rem;
}

.rating-badge {
  background-color: #28A745;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .mostbet-section {
    padding: 2rem 0;
  }

  .display-5 {
    font-size: 1.8rem;
  }
}




/********************* BONUS **************************/
.btn-mostbet {
  background: linear-gradient(to right, #ec4f0b, #ec5b00);
  color: rgb(228, 224, 224);
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
}

.btn-mostbet:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(0, 184, 148, 0.3);
  color: white;
}

.faq-item {
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
}

.faq-question {
  background-color: #053680;
  padding: 1rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 4px solid var(--mostbet-green);
}

.faq-answer {
  background-color: #071c3a;
  padding: 1.5rem;
  border-top: 1px solid #eee;

}


.bonus-highlight {
  background: linear-gradient(to right, #002f75, #0984e3);
  /*   color: white;*/
  padding: 1.5rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

.step-card {

  background-image: linear-gradient(90deg, #003266, #003a76);
  border-radius: 10px;
  padding: 1.5rem;
  height: 100%;
  border-left: 4px solid #00b894;
  transition: transform 0.3s;
}

.step-card:hover {
  transform: translateY(-5px);
}

.step-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #00b894;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.game-card {
  background: white;
  border-radius: 10px;
  /*   padding: 1rem;*/
  text-align: center;
  transition: all 0.3s;
  border: 1px solid #eaeaea;
}

.game-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: #00b894;
}


.games-container {
  padding: 2rem 1rem;
  max-width: 1400px;
  margin: 0 auto;
}


.play-icon {
  width: 100%;
  height: 100%;
}


@media (max-width: 768px) {

  .games-grid,
  .casino-games-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
  }

  .game-overlay,
  .game-actions {
    gap: 0.5rem;
  }

  .btn-play-real,
  .action-real {
    width: 50px;
    height: 50px;
  }

  .btn-play-demo,
  .action-demo {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {

  .games-grid,
  .casino-games-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .game-card {
    border-radius: 8px;
  }
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.game-card {
  animation: fadeIn 0.5s ease forwards;
}

.game-icon {
  font-size: 2.5rem;
  color: #00b894;
  margin-bottom: 1rem;
}


.badge-mostbet {
  background-color: #00b894;
  /*    color: white;*/
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-weight: 500;
}

.comparison-table {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.comparison-table th {
  background-color: #1a2b3c;
  color: white;
  border: none;
  padding: 1rem;
}

.comparison-table td {
  padding: 1rem;
  border-bottom: 1px solid #1500ff;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}


.footer a:hover {
  color: white;
}

.responsible-gaming {
  background-color: #1a2b3c;
  color: white;
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 5px solid #fdcb6e;
  margin-top: 2rem;
}

.license-info {
  background-color: #3399ff;
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  color: #fff;
  margin-top: 1rem;
}

.promo-code {
  background: linear-gradient(to right, var(--bs-orange), var(--bs-yellow));
  padding: 1rem;
  border-radius: 8px;
  margin: 1rem 0;
  text-align: center;
  font-weight: 600;
}

.timeline {
  position: relative;
  padding-left: 2rem;
}

.timeline:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #00b894;
}

.timeline-item {
  position: relative;
  margin-bottom: 1.5rem;
}

.timeline-item:before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00b894;
  border: 3px solid white;
  box-shadow: 0 0 0 3px #00b894;
}

.game-card-recommended {
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.game-card-recommended:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
}

.game-img-recommended {
  aspect-ratio: 253 / 160;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.game-card-recommended:hover .game-img-recommended {
  transform: scale(1.05);
}

.game-overlay-recommended {
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.game-card-recommended:hover .game-overlay-recommended {
  opacity: 1;
}

.btn-play-recommended {
  transition: transform 0.2s ease;
}

.btn-play-recommended:hover {
  transform: scale(1.1);
}

.btn-play-demo-recommended {
  background: #fff !important;
  color: #333 !important;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  border: none;
}

.btn-play-demo-recommended:hover {
  background: #3a86d7 !important;
  color: white !important;
}

/* Градиент для кнопки play */
.bg-gradient-orange {
  background: linear-gradient(135deg, #FB5E01 0%, #FB4F01 100%);
}

/* Адаптивность для 4 карточек в ряд */
@media (max-width: 992px) {
  .game-card-recommended .card-title {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .game-card-recommended {
    max-width: 100%;
  }
}

/* Стили для бейджей RTP */
.badge.bg-warning.bg-gradient {
  background: linear-gradient(135deg, #FF9800, #F57C00) !important;
  color: white;
  font-size: 1.2rem;
  padding: 0.9rem 0.9rem;
}

.badge.bg-info.bg-gradient {
  background: linear-gradient(135deg, #2196F3, #1976D2) !important;
  color: white;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}

/* Улучшенный бейдж RECOMENDADO */
.badge.bg-success {
  background: linear-gradient(135deg, #4CAF50, #45a049) !important;
  font-size: 0.9rem;
  padding: 0.35rem 0.7rem;
}

.badge-bonus {
  background-color: rgb(255, 221, 0);
  color: black;
  font-weight: 600;
}

/* Заголовок раздела */
/* section h2 {
    color: #333;
    font-weight: 700;
    font-size: 2rem;
  }
  
*/

/*************************** HOME ******************************/


.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
  justify-content: center;
}


.game-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.game-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 253 / 160;
}

.game-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.game-card:hover .game-image {
  transform: scale(1.05);
}

.game-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.game-card:hover .game-overlay {
  opacity: 1;
}

.btn-play-demo {
  background: #fff;
  color: #333;
  border: none;
  padding: 0.2rem 1rem;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-play-demo:hover {
  background: #3a86d7;
  color: white;
}

.btn-play-real {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.btn-play-real:hover {
  transform: scale(1.1);
}

.second-blue {

  background-color: #003266;
}

.casino-online-text {
  color: rgb(255 237 113) !important
}

/******* white card ****/
.white-pt-card {
  border-radius: 10px;
  margin: 30px 0;
  padding: 30px;
  color: #074990;
  background-color: #f4f4f4;
}

.white-pt-card h2 {
  font-size: 40px;
  font-weight: 500;
  position: relative;
  padding-left: 37px;
  color: #074990;
  letter-spacing: 0.5px;
  line-height: 1.14;
  margin-bottom: 30px;
  margin-top: 60px;

}

.white-pt-card h2:before {
  background: #f93e05;
  content: "";
  display: block;
  height: 36px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}

.white-pt-card li {
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 33px;
}


/*************** home slots ******************************/

.slots-row {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  margin: 30px 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.slots-row--item {
  background: linear-gradient(90deg, #003266, #003a76);
  border: 1px solid #254b74;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.slots-row--content {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  flex-grow: 1;
}

.slots-row--icon {
  height: 45px;
  margin-bottom: 15px;
}

.slots-row--title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.slots-row--link {
  display: inline-block;
  color: #4da8ff;
  text-decoration: none;
  font-weight: 500;
  margin-top: auto;
  transition: color 0.3s ease;
}

.slots-row--link:hover {
  color: #80c1ff;
  text-decoration: underline;
}

/* Медиа-запросы для адаптивности */
@media (max-width: 1024px) {
  .slots-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .slots-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .slots-row--item {
    padding: 12px;
  }

  /*
  body {
    padding: 15px;
  }*/
}

@media (max-width: 480px) {
  .slots-row {
    gap: 15px;
  }

  .slots-row--item {
    padding: 10px;
  }

  .slots-row--title {
    font-size: 16px;
  }

  .slots-row--content {
    font-size: 13px;
  }
}




/************** SLIDER CAROUSEL ******************************/

.carousel {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  user-select: none;
}

.slides-track {
  display: flex;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.slide {
  flex: 0 0 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide-img {
  width: 100%;
  /* height: 100%;*/
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.carousel:hover .slide-img {
  transform: scale(1.05);
}

.slide-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.1) 50%,
      transparent 100%);*/

 /* background: linear-gradient(to top, rgb(0 0 0 / 32%) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);*/


 background: linear-gradient(to top, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0.1) 50%, #00000000 100%);


  z-index: 1;
}

.slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px;
  z-index: 2;
  color: white;
  transform: translateY(0);
  transition: transform 0.6s ease;
}

.carousel:hover .slide-content {
  transform: translateY(-10px);
}

.slide-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.2s;
}

.slide-description {
  font-size: 1.3rem;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.4s;
  max-width: 600px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.slide.active .slide-title,
.slide.active .slide-description {
  opacity: 1;
  transform: translateY(0);
}

.slide-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 45px;
  background: linear-gradient(135deg, var(--bs-orange) 0%, var(--bs-red) 100%);
  color: white;
  text-decoration: none;
  border-radius: 31px;
  font-weight: 600;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.slide-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.slide-btn:hover::before {
  opacity: 1;
}

.slide-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.4);
}

.slide.active .slide-btn {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.indicator {
  width: 60px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.indicator::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: white;
  transition: width 4.8s linear;
}

.indicator.active::after {
  width: 100%;
  transition: width 5s linear;
}

.indicator:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scaleY(1.5);
}


.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  font-size: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.carousel:hover .nav-btn {
  opacity: 1;
  visibility: visible;
}

.nav-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%) scale(1.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.nav-btn.prev {
  left: 30px;
}

.nav-btn.next {
  right: 30px;
}


.progress-bar {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
  z-index: 10;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #8b5cf6, #ec4899);
  width: 0%;
  transition: width 0.1s linear;
  border-radius: 3px;
}


.slide-counter {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 16px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  z-index: 10;
  background-color: #0d6efd47;
}


@media (max-width: 1400px) {
  .carousel {
    height: 500px;
  }

  .slide-title {
    font-size: 2.8rem;
  }

  .slide-content {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .carousel {
    height: 400px;
  }

  .slide-title {
    font-size: 2.2rem;
  }

  .slide-description {
    font-size: 1.1rem;
  }

  .slide-btn {
    padding: 16px 35px;
    font-size: 1.1rem;
  }

  .nav-btn {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }

  .nav-btn.prev {
    left: 20px;
  }

  .nav-btn.next {
    right: 20px;
  }

  .indicators {
    bottom: 20px;
  }

  .indicator {
    width: 40px;
    height: 3px;
  }
}

@media (max-width: 480px) {
  .carousel {
    height: 200px;
  }

  .slide-title {
    font-size: 1.8rem;
  }

  .slide-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .slide-content {
    padding: 30px 20px;
  }

  .slide-btn {
    padding: 14px 30px;
    font-size: 1rem;
  }

  .nav-btn {
    width: 50px;
    height: 50px;
    font-size: 24px;
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
  }

  .progress-bar {
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .slide-counter {
    top: 15px;
    right: 20px;
    font-size: 1rem;
  }
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-container {
  animation: fadeIn 0.6s ease-out;
}




/**************************** payments ***************************/

.payments {
  border-radius: 10px;
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 0;
  padding: 25px;
}

.payments--item {
  align-items: center;
  border: 2px solid #428cdc;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  min-height: 211px;
  padding: 25px 15px;
}

@media (max-width: 768px) {
  .payments {
    grid-template-columns: repeat(1, 1fr);
    padding: 17px;
  }

  .payments--item {
    min-height: 120px;
  }
}

/************ install block **********************/
.mostbet-blk {
  background-image: url(../images/test/intstall-app-bg.webp);
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  margin: 30px 0;
  padding: 30px 25px 20px 50px;
}

.mostbet-blk--row {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 3fr 2fr;
}

.mostbet-blk--title {
  font-size: 30px;
  font-weight: 700;
}

.mostbet-blk--text,
.mostbet-blk--title {
  line-height: 1.2;
  margin-bottom: 15px;
}

.mostbet-blk--text {
  font-size: 24px;
}

.mostbet-blk--link {
  font-size: 18px !important;
  padding: 10px !important;
  white-space: normal !important;
  line-height: 1.4 !important;
  width: 280px;
  word-wrap: break-word;
  margin-top: 5px;
}

@media (max-width: 992px) {
  .mostbet-blk {
    padding: 30px 20px;
  }

  .mostbet-blk--row {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }

  .mostbet-blk--title {
    font-size: 50px;
  }

  .mostbet-blk--text {
    font-size: 40px;
  }
}





/****************** ACCOUNT ********************************************/

.account {
  background: linear-gradient(180deg, #0084e1, #0064b9 77.48%);
  border-radius: 10px;
  margin: 30px 0;
  padding: 15px 35px 25px;
  position: relative;
  z-index: 1;
}

.account--row {
  align-items: flex-end;
  display: grid;
  gap: 5px;
  grid-template-columns: 3fr 5fr;
  position: relative;
}

.account--link {
  font-size: 18px !important;
  margin-top: 60px;
  padding: 6px 10px 6px 10px !important;
  width: 280px;
  white-space: normal !important;
  line-height: 1.4 !important;
  word-wrap: break-word;

}

.account--img {
  margin-top: -50px;
}

.account--bg {
  background: linear-gradient(180deg, #0058a3, #00458c);
  border-radius: 0 0 10px 10px;
  bottom: 0;
  height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.account--content {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 10px;
}

.account--title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.account--title::before {
  content: none !important;

}

@media (max-width: 1024px) {
  .account {
    margin-top: 70px;
  }

  .account--img {
    margin-top: 50px;
  }

  .account--row {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
    text-align: center;
  }

  .account--link {
    margin-top: 30px;
  }
}
/***************** FOOTER ****************/
footer a {
  color: #1183d3;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
}

:root {
  --sports-icon-color: #628EBA;
  --sports-icon-hover: #4a6c9c;
  --background-color: #f8f9fa;
}

.icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.icon-wrapper:hover {
  background-color: rgba(98, 142, 186, 0.1);
  transform: translateY(-2px);
}

.sports-icon {
  width: 60px;
  height: 40px;
  transition: fill 0.3s ease;
}

.sports-icon:hover {
  fill: var(--sports-icon-hover);
}
