@charset "utf-8";
:root{
  
}
/*Generic for all sections*/
section{
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
}
/*nov items effects*/
#hero .nav-item{
  display: flex;
  align-items: center;
  position: relative;
  color: white !important
}
@media (min-width:1024px){
  #hero  .nav-item .nav-link:after{
    content: '';
    position: absolute;
    left: 5%;
    top: -23px;
    width: 90%;
    height: 0%;
    color: var(--bs-white) !important;
    transition: height 200ms 250ms;
    background: var(--bs-red);
    z-index: -1;
  }
  #hero .nav-item .nav-link.active:after{
     height: calc(100% + 23px);
  }
  
  #hero  .nav-item:after{
    content: '';
    position: absolute;
    left:5%;
    top: -23px;
    width: 90%;
    height: 0px;
    background: var(--bs-red);
    transition: height 800ms 250ms;
    z-index: -1;
  }
  #hero .nav-item:hover:after{
    height: calc(100% + 23px);
  }
}
#hero .nav-item a{
  color: white !important
}

#hero{
  background: url("../imgs/hero.jpg") no-repeat;
  background-size: contain;
  background-position-y: 86px;
  height: 100vh;
}

/*Curtain effect for buttons*/
.btn{
  position:relative;
  border: 0;
  font-size: 1.2rem;
  padding-right: 40px;
  padding-left: 40px;
  height: fit-content
}
.btn span{
  position: relative;
  z-index: 100;
}
.btn:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  border-radius: inherit;
  background-color: var(--bs-black);
  -webkit-transform: rotate3D(0,1,0,90deg);
      -ms-transform: rotate3D(0,1,0,90deg);
          transform: rotate3D(0,1,0,90deg);
  -webkit-transition: all 400ms linear 100ms;
  -o-transition: all 400ms linear 100ms;
  transition: all 400ms linear 100ms;
}
.btn:hover:before{
  -webkit-transform: rotate3D(0,1,0,0deg);
      -ms-transform: rotate3D(0,1,0,0deg);
          transform: rotate3D(0,1,0,0deg);
  z-index: 0
}

/*************/
#about{
  border: 0;

}
#about .card img{
  max-width: 250px;
  display: block;
  margin: 0 auto;
}


/*Stats: Animated figures*/
#stats{
  padding-top: 20px;
  padding-bottom: 40px;
}
#stats h3{
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 2px;
}

.counter-font {
  font-size: 60px;
  font-weight: 500;
  line-height: 76px;
  letter-spacing: 0px;
  text-align: center;
}

span.multk::after {
  content: 'K';
}
span.plus-k::after {
  content: 'K +';
}

span.plus::after {
  content: '+';
}

/*pricing */
#pricing{
  background-image: url("../imgs/bg4.png") , url("../imgs/bg4.png");
  background-repeat: repeat-y;
  background-position: -10%, 110%;
  background-attachment: fixed;
  position: relative;
  
}
#pricing::after{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background:white;
  z-index: 0;
  opacity: 70%;
}
#pricing .shadow{
  position: relative;
  transition-property: .shadow;
  transition-duration: 300ms;
  top: -0px
}
#pricing .shadow:hover{
  box-shadow: var( --bs-box-shadow-lg) !important;
  top: -10px
}

#pricing .shadow img{
  width: 40%;
}


/*Overlay for mouse hover on games images containers*/
.foverlay{
  position: relative;
}
.foverlay .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100
}
.foverlay .overlay div{
  height: 100%;
  aspect-ratio: 52/35;
  transform: scale(0);
  transform-origin: center;
  transition: all 300ms;
}
.foverlay .overlay:hover div{
  background: #00050d4d;
    transform: scale(1);  
}

.foverlay .overlay .btn{
  font-size: 1rem;
  width: 100% ;
  padding:0;
  box-shadow: 0 0 10px 10px lightred;
  border: 1px solid white;
  border-radius: 24px;
}

.foverlay .gamename{
  position: absolute;
  bottom: 0;
  width: 100% - var(--bs-gutter-x));
  background: black;
  color: white;
  text-align: center
}

@media (min-width: 769px){
.overlay .btn{
  font-size: 2rem;
}  
}
/*FAQS area */
[id$="pills"] {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #fd700d;
  --bs-nav-link-color: #ff000052;
  --bs-nav-link-hover-color: black;
  --bs-nav-link-hover-bg: black;
  cursor: pointer;
}

.accordion {
    --bs-accordion-btn-focus-border-color: #fd700d9e;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(253 112 13 / 0%);
    --bs-accordion-active-color: var(--bs-light);
    --bs-accordion-active-bg: var(--bs-orange)
}

.accordion-body{
  background: var(--bs-tertiary-bg);
}

#faqs .card-title{
     transform: rotate(270deg);
     transform-origin: left;
     text-align: center;
     width: 100%;
     height: auto;
     border-bottom: 1px solid white;
     position: relative;
     top: 75px;
}
#faqs .card-body{
  padding:0
}
/*Contact form*/
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var( --bs-primary-bg-subtle);
    border-color: #a5fe86;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(231 208 5 / 25%);
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px var(--bs-secondary-bg-subtle) inset !important;
  -webkit-text-fill-color: var(--bs-dark);
}
#contact{
    background:-moz-radial-gradient(circle at 50% 50%, rgba(4, 4, 90, 1) 0%, rgba(32, 33, 60, 1) 100%);
    background:-webkit-radial-gradient(circle at 50% 50%, rgba(4, 4, 90, 1) 0%, rgba(32, 33, 60, 1) 100%);
    background:-o-radial-gradient(circle at 50% 50%, rgba(4, 4, 90, 1) 0%, rgba(32, 33, 60, 1) 100%);
    background:-ms-radial-gradient(circle at 50% 50%, rgba(4, 4, 90, 1) 0%, rgba(32, 33, 60, 1) 100%);
    background:radial-gradient(circle at 50% 50%, rgba(4, 4, 90, 1) 0%, rgba(32, 33, 60, 1) 100%);
}
.card-form:hover{
  position: relative;
  box-shadow: 8px 8px 8px 0px #61919d !important;
  top: -5px;
  left: -5px;
}

/*Button for scrolling to home*/
#btn-back-to-top {
position: fixed;
bottom: 0px;
right: 10px;
opacity: 0;
cursor: pointer;  
background: var(--bs-danger);
color: white;  
font-size: 0.8rem;
line-height: 2rem;
width: 2rem;
height: 2rem;   
text-align: center;  
border-radius: 50%;  
transition: all 800ms;
  z-index: 1000
}
/*Footer*/
#footer a{
  color: black !important
}

/* HERO FIX  */
#hero {
  padding-top: 120px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content {
  margin-top: 2rem;
}

.hero-title {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.2;
}

.hero-subtitle {
  font-size: clamp(1.2rem, 3vw, 2.5rem);
  margin-top: 1rem;
}

.hero-buttons {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  #hero {
    padding-top: 90px;
  }
}

#top-games {
  background: #0b0f19;
}

.game-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #111;
  padding: 0;
}

.game-card img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.game-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
  opacity: 0;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.play-btn {
  padding: 10px 25px;
  font-size: 1rem;
  border-radius: 25px;
}

/* FIX  Play Now */
.game-card .play-btn {
  padding: 6px 15px;
  font-size: 0.9rem;
  border-radius: 12px;
  position: relative;
  z-index: 10; 
}

.game-card .play-btn:before {
  display: none !important;
}

.game-card .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-card .overlay {
  background: rgba(0,0,0,0.55);
  opacity: 0;
  transition: .25s ease-in-out;
}

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

.foverlay {
  position: relative;
  overflow: hidden;
}

.foverlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.55);
  opacity: 0;
  transition: 0.25s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.foverlay:hover .overlay {
  opacity: 1;
}

.foverlay .overlay button {
  width: 70%;            
  max-width: 180px;
  font-size: 1rem;
  padding: 10px 0;
  border-radius: 30px;
}

.payment-box {
  background:#0f0f0f;
}

.payment-tab {
  background:transparent;
  border:1px solid #99730E;
  color:#fff;
  padding:10px 30px;
  margin:0 5px;
  cursor:pointer;
}

.payment-tab.active {
  background:#99730E;
  color:#000;
}

.payment-table {
  display:none;
}

.payment-table.active {
  display:block;
}

.pay-icon {
  width:60px;
  height:60px;
  object-fit:contain;
  margin-right:15px;
  vertical-align:middle;
}

/* ===== FAQ NAV TABS ===== */

#faqs .nav-link {
  color: #1a1a1a;
  background-color: transparent;
  transition:
    background-color .25s ease,
    color .25s ease,
    box-shadow .25s ease;
}

/* ===== (Bootstrap Icons FONT) ===== */
#faqs .nav-link i {
  color: #99730E;
  transition: color .25s ease;
}

#faqs .nav-link.active {
  background-color: #99730E;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(153, 115, 14, 0.35);
}

#faqs .nav-link.active i {
  color: #ffffff;
}

#faqs .nav-link:not(.active):hover {
  background-color: rgba(153, 115, 14, 0.08);
}
#faqs .nav-link i {
  color: #99730E;
  transition: color .25s ease;
}

#faqs .nav-link.active {
  background-color: #99730E;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(153, 115, 14, 0.35);
}

#faqs .nav-link.active i {
  color: #ffffff;
}

/* ===== FAQ ACCORDION COLORS ===== */

#faqs .accordion-button {
  background-color: #f8f9fa;          
  color: #1a1a1a;
  box-shadow: none;
}

#faqs .accordion-button:not(.collapsed) {
  background-color: #99730E;          
  color: #ffffff;
}

#faqs .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);    
}

/* hover — аккуратный */
#faqs .accordion-button:hover {
  background-color: rgba(153, 115, 14, 0.08);
}

/* ===== FAQ ACCORDION — TEXT COLOR FIX ===== */

#faqs .accordion-button {
  color: #1a1a1a;
}

#faqs .accordion-button:not(.collapsed) {
  color: #1a1a1a;            
  background-color: #99730E; 
}

#faqs .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

/* =========================================================
   FOOTER — SOLID CASINO STYLE (FINAL)
   ========================================================= */

/* ===== FOOTER BASE ===== */
#footer {
  background: #0b0b0b;
  color: #cfcfcf;
}

/* ===== FOOTER TITLES ===== */
#footer h5,
#footer .footer-title {
  color: #99730E;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

/* ===== FOOTER TEXT ===== */
#footer p {
  color: #bdbdbd;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ===== FOOTER LINKS ===== */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #cfcfcf;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #99730E;
}

/* ===== PAYMENT ICONS ===== */
.footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.footer-payments img {
  height: 34px;
  width: auto;
  opacity: 0.8;
  filter: grayscale(100%);
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.footer-payments img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* ===== RESPONSIBLE GAMING ===== */
.footer-responsible {
  color: #9b9b9b;
  font-size: 0.85rem;
  line-height: 1.6;
}

/* ===== FOOTER BOTTOM BAR ===== */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 0.85rem;
  color: #8f8f8f;
}

.footer-bottom a {
  color: #8f8f8f;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #99730E;
}

/* ===== FOOTER LOGO ===== */
.footer-logo img {
  max-height: 48px;
}

/* ===== MOBILE ADJUSTMENTS ===== */
@media (max-width: 768px) {
  .footer-payments {
    justify-content: center;
  }

  #footer {
    text-align: center;
  }
}

/* =========================================================
   FOOTER LINKS — FORCE VISIBILITY FIX
   ========================================================= */

#footer a {
  color: #cfcfcf !important;
  text-decoration: none;
}

#footer a:hover {
  color: #99730E !important;
}
