body{
  font-family: "Roboto Slab", serif; 
  background: linear-gradient(180deg, #0a1628 0%, #1a2845 50%, #0f1b2e 100%); 
  font-size: 16px; 
  color: #e8f4f8; 
  line-height: 1.7;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(135, 206, 235, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(100, 149, 237, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

#menu1 {
  background: linear-gradient(135deg, #1a472a 0%, #0d2818 100%);
  text-align: center;
  margin: 0 auto;
  padding: 18px 0;
  position: relative;
  z-index: 99;
  box-shadow: 0 8px 32px rgba(26, 71, 42, 0.6), 0 0 60px rgba(255, 215, 0, 0.15);
  border-bottom: 3px solid #c41e3a;
}

#menu1::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffd700, transparent);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}

.apostaslot-logo {
  float: left;
  width: auto;
}

.apostaslot-trnading-area .item p{
  color: #b8d4e0;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  text-align: left;
  min-height: 48px;
  margin-bottom: 0;
  overflow: hidden;
}

.apostaslot-trnading-area .item h3 {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 24px;
  font-family: "Russo One", sans-serif;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 14px;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.apostaslot-trnading-area .item span{
  color: #87ceeb;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.apostaslot-trnading-area .item {
  text-align: center;
}

.apostaslot-trnading-area .owl-carousel .owl-item img{
  object-fit: cover;
  width: 120px;
  height: 120px;
  border-radius: 12px;
  border: 4px solid #c41e3a;
  filter: brightness(1.1) saturate(110%) contrast(1.1);
  box-shadow: 0 8px 24px rgba(196, 30, 58, 0.5), 0 0 40px rgba(255, 215, 0, 0.2);
  transition: transform 0.3s ease;
}

.apostaslot-trnading-area .owl-carousel .owl-item img:hover {
  transform: scale(1.05) rotate(2deg);
}

.apostaslot-product-section-area {
  width: 100%;
  display: inline-block;
  background: linear-gradient(135deg, rgba(26, 71, 42, 0.4) 0%, rgba(13, 40, 24, 0.6) 100%);
  padding: 40px 25px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6), inset 0 0 60px rgba(135, 206, 235, 0.1);
  border-radius: 12px;
  border: 3px solid rgba(196, 30, 58, 0.6);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.apostaslot-product-section-area::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.05) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/****menu****/

.dgmenuwrap{
  position:relative; 
  z-index:9999; 
  width:100%; 
  background: transparent;
}

.dgnav{padding:0; margin:0;}

ul.menu {
  list-style:none; 
  margin:0; 
  padding:0; 
  text-align:left;
}

ul.menu * {margin:0; padding:0}

ul.menu a {
  font-size: 15px; 
  text-decoration: none; 
  text-transform: uppercase; 
  color:#ffffff; 
  font-weight: 700; 
  letter-spacing: 2px; 
  padding:14px 0; 
  margin: 15px 24px; 
  display:block; 
  transition:all 0.4s ease; 
  position:relative;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

ul.menu a::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #c41e3a, #ffd700);
  transition: width 0.4s ease;
}

ul.menu a:hover::after, ul.menu a.current::after{
  width: 100%;
}

ul.menu a:hover, ul.menu a.current{
  color:#ffd700; 
  text-decoration:none; 
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.8), 0 0 40px rgba(255, 215, 0, 0.4);
  transform: translateY(-2px);
}

ul.menu>li {
  position:relative; 
  float:left; 
  font-family: "Roboto Slab", serif; 
  font-size:16px; 
  color:#ffffff; 
  display:block; 
  line-height:normal; 
  font-weight:600;
}

ul.menu ul {
  position:absolute; 
  top:100%; 
  left:0; 
  display:none; 
  opacity:0; 
  list-style:none; 
  width:220px; 
  background: linear-gradient(135deg, rgba(26, 71, 42, 0.95) 0%, rgba(13, 40, 24, 0.98) 100%);
  border: 3px solid rgba(196, 30, 58, 0.8); 
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.8), 0 0 60px rgba(255, 215, 0, 0.2);
  backdrop-filter: blur(10px);
}

ul.menu ul li {
  font-family: "Roboto Slab", serif; 
  position:relative; 
  margin:0; 
  float:none; 
  font-size:16px; 
  padding:0; 
  text-align:left; 
  font-weight:500;
}

ul.menu li:last-child a{ margin-right: 0; }

ul.menu ul li a {
  display:block; 
  padding:14px 20px; 
  text-decoration: none; 
  color:#e8f4f8!important; 
  border:none; 
  border-radius:0; 
  transition: all 0.3s ease;
}

ul.menu ul li a:hover {
  border:none; 
  color:#ffd700!important; 
  background: rgba(196, 30, 58, 0.3);
  padding-left: 30px;
}

ul.menu ul ul {top: 0; left: 100%;}

ul.menu .menulink {}

ul.menu .menulink:hover, ul.menu .menuhover {
  color:#ffd700; 
  text-decoration:none;
}

.fixed ul.menu a{ color: #ffffff; }
.fixed ul.menu a:hover{ color: #ffd700; }

.apostaslot-menu-area {
  width: auto;
  float: right;
  margin: 0 auto;
  display: inline-block;
}

.copyright-area img{
  float: right;
}

.copy-text {
  padding: 0;
  float: left;
  width: 100%;
}

.author img{
  width: 70px;
  height: 70px;
  border-radius: 12px;
  border: 4px solid #c41e3a;
  box-shadow: 0 4px 16px rgba(196, 30, 58, 0.5);
}

.free-text a{ 
  color: #87ceeb; 
  text-decoration: none; 
  transition: color 0.3s ease;
}

.free-text a:hover{ 
  text-decoration: none; 
  color: #ffd700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}

.apostaslot-innerpage-banner{
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 95px;
}

.apostaslot-innerpage-banner img{
  object-fit: cover;
  height: 450px;
  width: 100%;
  filter: brightness(0.7) saturate(110%) contrast(1.1);
}

.apostaslot-innerpage-text h2{
  width: 80%;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  color: #ffffff;
  font-weight: 900;
  font-size: 75px;
  font-family: "Russo One", sans-serif;
  margin-top: 0;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.6), 4px 4px 12px rgba(0, 0, 0, 0.9);
  letter-spacing: 3px;
}

.apostaslot-innerpage-text{
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  height: 100%;
  background: linear-gradient(to bottom, rgba(26,71,42,0.5), rgba(196,30,58,0.4));
  top: 0;
}

.apostaslot-innerpage-contant{
  width: 100%;
  display: inline-block;
  padding: 35px 0;
}

.apostaslot-innerpage-contant p{
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #b8d4e0;
  line-height: 30px;
}

.apostaslot-innerpage-contant h2{
  font-size: 38px;
  font-family: "Russo One", sans-serif;
  font-weight: 900;
  color: #ffd700;
  padding-bottom: 14px;
  letter-spacing: 2px;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.apostaslot-innerpage-contant h3{
  font-size: 30px;
  font-family: "Russo One", sans-serif;
  font-weight: 900;
  color: #87ceeb;
  padding-bottom: 14px;
  letter-spacing: 1px;
}

.input-text{ 
  border-radius: 0; 
  resize: none; 
  background: transparent; 
}

.get-in-touch{ padding-top: 85px; }
.get-in-touch label{ color: #e8f4f8;}

.apostaslot-testimonial-page-img img{ width: 100%; }
.apostaslot-testimonial-page-text h3{ margin-top: 0; font-size: 28px; padding-bottom: 0px; }
.apostaslot-testimonial-margin{ 
  margin:28px 0 14px; 
  background: rgba(26, 71, 42, 0.3); 
  padding: 22px 0 14px; 
  border-radius: 12px; 
  border: 2px solid rgba(196, 30, 58, 0.6);
  backdrop-filter: blur(5px);
}
.apostaslot-testimonial-page-text .author-text h4{ margin-top: 20px; color: #87ceeb; font-size: 16px; }
.apostaslot-testimonial-page-text .author-text p{ font-size: 14px; }

.apostaslot-trnading-area{
  width: 100%;
  display: inline-block;
  padding: 120px 0;
  position: relative;
}

.apostaslot-trnading-area h2 {
  color: #ffffff;
  font-weight: 900;
  font-size: 50px;
  font-family: "Russo One", sans-serif;
  margin-bottom: 65px;
  margin-top: 0;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  text-transform: uppercase;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.6), 4px 4px 12px rgba(0, 0, 0, 0.9);
}

.apostaslot-trnading-area h2 span {
  color: #87ceeb;
  display: inline-block;
  text-shadow: 0 0 20px rgba(135, 206, 235, 0.6);
}

a:focus{
  outline: none;
}

.apostaslot-inner-page-header .container{
  text-align: center;
  top: 75%;
}

.apostaslot-inner-page-header h2{
  text-align: left;
  max-width: 100%;
}

.apostaslot-inner-page-main-text{
  padding: 65px 0;
}

.apostaslot-inner-page-main-text h2{
  margin-top: 0;
}

.apostaslot-inner-page-main-text h3 {
  font-size: 28px;
  padding-top: 6px;
  font-family: "Russo One", sans-serif;
  font-weight: 900;
  margin: 30px 0;
  color: #87ceeb;
  letter-spacing: 1px;
}

.apostaslot-inner-page-header{
  width: 100%;
  display: inline-block;
  background: linear-gradient(135deg, #1a472a 0%, #0d2818 100%);
  position: relative;
}

.apostaslot-inner-page-header img{
  width: 100%;
}

.apostaslot-inner-page-header h2{
  font-family: "Russo One", sans-serif;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 72px;
  color: #ffffff;
  margin: 0 0 40px;
  text-align: center;
  text-shadow: 0 0 40px rgba(255, 215, 0, 0.7), 4px 4px 16px rgba(0, 0, 0, 0.9);
}

.apostaslot-banner-text p{
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  line-height: 34px;
  letter-spacing: 0.5px;
  margin: 0 auto;
  text-align: center;
  max-width: 680px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.apostaslot-banner-text a {
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  text-align: center;
  border: none;
  background: linear-gradient(135deg, #c41e3a 0%, #8b1329 100%);
  padding: 18px 45px;
  margin: 35px 0 0;
  display: inline-block;
  float: left;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(196, 30, 58, 0.6), 0 0 40px rgba(255, 215, 0, 0.3);
  text-transform: uppercase;
  border: 3px solid #ffd700;
  position: relative;
  overflow: hidden;
}

.apostaslot-banner-text a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 215, 0, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.apostaslot-banner-text a:hover::before {
  width: 300px;
  height: 300px;
}

.apostaslot-banner-text a:hover, .apostaslot-banner-text a:focus {
  background: linear-gradient(135deg, #ffd700 0%, #c41e3a 100%);
  text-decoration: none;
  color: #ffffff;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 15px 45px rgba(196, 30, 58, 0.8), 0 0 60px rgba(255, 215, 0, 0.6);
}

.apostaslot-about-area{
  width: 100%;
  display: inline-block;
  padding: 120px 0;
  background: transparent;
  position: relative;
}

.apostaslot-about-area img{
  width: 100%;
  height: 610px;
  object-fit: cover;
  border-radius: 12px;
  filter: brightness(1.1) saturate(110%) contrast(1.1);
  border: 4px solid #c41e3a;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6), 0 0 60px rgba(196, 30, 58, 0.4);
}

.apostaslot-about-area p{
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 16px;
  color: #b8d4e0;
  letter-spacing: 0.3px;
  line-height: 30px;
  margin-bottom: 20px;
}

.apostaslot-about-area h2 {
  font-size: 44px;
  padding-top: 0;
  font-family: "Russo One", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 50px;
  font-weight: 900;
  max-width: 580px;
  line-height: 58px;
  color: #ffd700;
  margin-top: -8px;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.5), 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.apostaslot-about-area.inner-page-main-text h2{
  margin-bottom: 28px;
}

.apostaslot-about-area.inner-page-main-text{
  padding: 95px 0;
}

.apostaslot-about-area.inner-page-main-text h2 {
  margin-bottom: 28px;
  max-width: 100%;
}

.form-control:focus{
  border: 3px solid #c41e3a;
  box-shadow: 0 0 20px rgba(196, 30, 58, 0.6), 0 0 40px rgba(255, 215, 0, 0.2);
}

.apostaslot-welcome-area img {
  width: 100%;
  border: none;
  padding: 0;
  object-position: center;
  height: 640px;
  object-fit: cover;
  border-radius: 12px;
  filter: brightness(1.1) saturate(110%) contrast(1.1);
  border: 4px solid #c41e3a;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.7), 0 0 60px rgba(196, 30, 58, 0.4);
  transition: transform 0.4s ease;
}

.apostaslot-welcome-area img:hover {
  transform: scale(1.02);
}

.apostaslot-welcome-area h2{
  max-width: 100%;
  color: #ffd700;
}

.apostaslot-welcome-area{ 
  width: 100%; 
  display: inline-block; 
  padding: 120px 0;
  position: relative;
}

.apostaslot-welcome-area .row{
  display: flex;
  align-items: center;
}

.apostaslot-welcome-text h2{
  color: #ffd700; 
  font-weight: 900; 
  font-size: 38px; 
  font-family: "Russo One", sans-serif;
  margin-bottom: 40px;
  line-height: 50px;
  margin-top: 14px;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.5), 2px 2px 8px rgba(0, 0, 0, 0.8);
  letter-spacing: 2px;
}

.apostaslot-welcome-text h2 span{
  font-size: 44px;
  display: block;
  color: #ffffff;
}

.apostaslot-welcome-text p {
  color: #b8d4e0;
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  line-height: 34px;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}

.apostaslot-welcome-text a {
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 50px;
  font-family: "Roboto Slab", serif;
  text-align: center;
  border: none;
  background: linear-gradient(135deg, #c41e3a 0%, #8b1329 100%);
  padding: 18px 45px;
  margin: 35px auto 0;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(196, 30, 58, 0.6), 0 0 40px rgba(255, 215, 0, 0.3);
  text-transform: uppercase;
  border: 3px solid #ffd700;
  position: relative;
  overflow: hidden;
}

.apostaslot-welcome-text a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 215, 0, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.apostaslot-welcome-text a:hover::before {
  width: 300px;
  height: 300px;
}

.apostaslot-welcome-text a:hover{
  background: linear-gradient(135deg, #ffd700 0%, #c41e3a 100%);
  color: #ffffff;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 15px 45px rgba(196, 30, 58, 0.8), 0 0 60px rgba(255, 215, 0, 0.6);
}

.apostaslot-welcome-text h3{
  color: #87ceeb; 
  font-weight: 900; 
  font-size: 20px; 
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
  margin-top: 14px;
}

.apostaslot-welcome-text ol{
  padding: 0 0 0 24px;
  margin: 0;
}

.apostaslot-welcome-text li{
  color: #b8d4e0;
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  line-height: 34px;
  letter-spacing: 0.3px;
  list-style: disc;
}

.apostaslot-welcome-text img{ 
  width: auto; 
  margin-right: 20px; 
}

.apostaslot-logo a{
  color: #ffffff;
  font-weight: 900;
  font-size: 38px;
  font-family: "Russo One", sans-serif;
  line-height: 38px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.6), 4px 4px 12px rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease;
}

.apostaslot-logo a:hover , .apostaslot-logo a:focus{
  text-decoration: none;
  color: #ffd700;
  text-shadow: 0 0 40px rgba(255, 215, 0, 0.9), 0 0 60px rgba(255, 215, 0, 0.5);
}

.apostaslot-banner-text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.apostaslot-faq-area{
  width: 100%;
  display: flex;
  padding: 120px 0;
  background: linear-gradient(180deg, rgba(26, 71, 42, 0.3) 0%, rgba(13, 40, 24, 0.5) 100%);
  position: relative;
}

.apostaslot-faq-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 15px,
    rgba(135, 206, 235, 0.02) 15px,
    rgba(135, 206, 235, 0.02) 30px
  );
  pointer-events: none;
}

.apostaslot-faq-area h2 {
  font-family: "Russo One", sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  position: relative;
  text-align: left;
  margin-bottom: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffd700;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.5), 2px 2px 8px rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.apostaslot-conract-faq-section .colleps-text {
  padding-bottom: 40px;
  padding-left: 0;
}

.apostaslot-faq-area p , .apostaslot-conract-faq-section p{
  color: #b8d4e0;
  font-size: 18px;
  line-height: 34px;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  margin-bottom: 0;
}

.apostaslot-faq-area .collapse {
  padding: 0;
}

.apostaslot-faq-area .collapsing{
  padding: 0;
}

.apostaslot-colleps-text{
  padding: 28px;
}

.apostaslot-faq-area .btn{
  color: #ffffff;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(135deg, rgba(26, 71, 42, 0.6) 0%, rgba(13, 40, 24, 0.8) 100%);
  border: none;
  text-wrap: wrap;
  text-align: left;
  box-shadow: none!important;
  border: 3px solid rgba(196, 30, 58, 0.8);
  padding: 24px;
  width: 100%;
  border-radius: 12px;
  margin-top: 24px;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
}

.apostaslot-faq-area .btn:hover {
  background: linear-gradient(135deg, rgba(196, 30, 58, 0.4) 0%, rgba(139, 19, 41, 0.6) 100%);
  border-color: #ffd700;
  transform: translateX(5px);
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  outline: none;
}

.apostaslot-faq-area .btn , .apostaslot-conract-faq-section .btn , .apostaslot-details-tab-area1 .btn{
  background-image: url(../images/faq-down.svg);
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: center right;
  filter: none;
}

.apostaslot-faq-area .btn[aria-expanded="false"] {
  background-image: url(../images/faq-down.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  filter: none;
}

.apostaslot-faq-area .btn[aria-expanded="true"] {
  background-image: url(../images/faq-close.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  filter: none;
  background-color: rgba(196, 30, 58, 0.3);
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.2);
}

.apostaslot-faq-area .collapse.show , .apostaslot-faq-area .collapsing{
  border: 3px solid rgba(196, 30, 58, 0.8);
  border-radius: 0 0 12px 12px;
  border-top: none;
  background: linear-gradient(135deg, rgba(26, 71, 42, 0.4) 0%, rgba(13, 40, 24, 0.6) 100%);
  backdrop-filter: blur(10px);
}

.apostaslot-faq-area .collapse h3 , .apostaslot-faq-area .collapsing h3 {
  color: #87ceeb;
  font-size: 20px;
  line-height: 28px;
  font-family: "Russo One", sans-serif;
  font-weight: 900;
  margin: 14px 0;
  letter-spacing: 0.5px;
}

.apostaslot-faq-area .collapse ol li , .apostaslot-faq-area .collapsing ol li{
  color: #b8d4e0;
  font-size: 18px;
  line-height: 28px;
  list-style: disc;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

.apostaslot-logo-area{
  display: flex;
  align-items: center;
}

.apostaslot-colleps-text a{
  color: #ffd700;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.apostaslot-colleps-text a:hover{
  color: #87ceeb;
  text-shadow: 0 0 10px rgba(135, 206, 235, 0.6);
}

.footer-menu{ 
  font-size: 16px; 
  font-weight: 600; 
  line-height: 2.5; 
  color: #ffffff;
}

.footer-menu ul {
  padding: 0; 
  margin: 0; 
  display: flex; 
  justify-content: center;
}

.footer-menu ul li { 
  padding:10px 0; 
  display: block; 
}

.footer-menu ul li a {
  padding:0 25px; 
  display: block; 
  font-family: "Roboto Slab", serif; 
  border-right: 3px solid rgba(255, 215, 0, 0.5); 
  text-transform: uppercase; 
  font-weight: 700; 
  color:#ffffff; 
  text-decoration: none; 
  font-size: 16px; 
  line-height: 30px; 
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
}

.footer-menu ul li:last-child a{
  border-right: none;
}

.footer-menu ul li a:hover { 
  color:#ffd700; 
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.8);
}

.copy-text{
  font-family: "Roboto Slab", serif; 
  font-weight: 500; 
  color:#ffffff; 
  text-decoration: none; 
  font-size: 16px; 
  line-height: 30px; 
  letter-spacing: 0.3px; 
  text-align: center; 
  padding: 40px 0 0;
}

footer {
  background: linear-gradient(135deg, #1a472a 0%, #0d2818 100%);
  width: 100%;
  display: flex;
  padding: 75px 0;
  flex-direction: column;
  border-top: 3px solid #c41e3a;
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.6), inset 0 0 80px rgba(255, 215, 0, 0.1);
  position: relative;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffd700, transparent);
}

.apostaslot-inner-page-header1 img{
  height: 540px;
  object-fit: cover;
  opacity: 0.95;
  filter: brightness(0.7) saturate(110%) contrast(1.1);
}

.apostaslot-inner-page-header1 h2{
  margin-bottom: 0;
}

.apostaslot-inner-details-section{
  width: 100%;
  display: flex;
  padding: 120px 0;
}

.apostaslot-inner-details-section h2{
  color: #ffd700;
  font-weight: 900;
  font-size: 50px;
  font-family: "Russo One", sans-serif;
  margin-bottom: 40px;
  line-height: 68px;
  letter-spacing: 3px;
  margin-top: 14px;
  text-transform: uppercase;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.5), 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.apostaslot-inner-details-section p{
  color: #b8d4e0;
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  line-height: 34px;
  letter-spacing: 0.3px;
  margin-bottom: 14px;
}

.apostaslot-inner-details-section h3{
  color: #87ceeb;
  font-weight: 900;
  font-size: 22px;
  font-family: "Russo One", sans-serif;
  margin-bottom: 40px;
  line-height: 34px;
  letter-spacing: 1px;
  margin: 14px 0;
  text-transform: capitalize;
}

.apostaslot-send-text label{ 
  color: #e8f4f8; 
  font-size: 16px; 
  font-weight: 700; 
  letter-spacing: 0.3px; 
  font-family: "Roboto Slab", serif;
}

.apostaslot-contact-contant{ 
  width: 100%;
  display: inline-block;
  padding: 65px 0 95px 0;
}

.apostaslot-contact-contant p{
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  letter-spacing: 0.3px;
  color: #b8d4e0;
  line-height: 30px;
}

.apostaslot-contact-contant a{
  color: #ffd700;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.apostaslot-contact-contant a:hover{
  color: #87ceeb;
  text-shadow: 0 0 10px rgba(135, 206, 235, 0.6);
}

.apostaslot-send-free{ 
  width: 100%; 
  border:none; 
  border-radius: 50px; 
  font-family: "Roboto Slab", serif; 
  text-transform: uppercase; 
  letter-spacing: 2px; 
  font-size: 20px; 
  padding: 20px 0; 
  font-weight: 700; 
  color: #ffffff; 
  background: linear-gradient(135deg, #c41e3a 0%, #8b1329 100%);
  transition: all 0.4s ease; 
  text-align: center; 
  box-shadow: 0 10px 30px rgba(196, 30, 58, 0.6), 0 0 40px rgba(255, 215, 0, 0.3);
  border: 3px solid #ffd700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.apostaslot-send-free::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 215, 0, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.apostaslot-send-free:hover::before {
  width: 500px;
  height: 500px;
}

.apostaslot-send-free:hover{ 
  background: linear-gradient(135deg, #ffd700 0%, #c41e3a 100%);
  color: #ffffff; 
  transform: translateY(-4px); 
  box-shadow: 0 15px 45px rgba(196, 30, 58, 0.8), 0 0 60px rgba(255, 215, 0, 0.6);
}

.input-text , .input-text:focus {
  border-radius: 12px;
  resize: none;
  border: 3px solid rgba(196, 30, 58, 0.6)!important;
  background: rgba(26, 71, 42, 0.3)!important;
  height: 65px;
  padding: 14px 30px;
  color: #ffffff;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.input-text:focus {
  border-color: #ffd700!important;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.input-text-msg:focus {
  height: 170px;
}

.input-text-msg{
  height: 170px;
}

.get-in-touch{ padding-top: 85px; }
.get-in-touch label{ color: #e8f4f8;}

.form-control:focus{
  border: 3px solid #c41e3a;
  box-shadow: 0 0 20px rgba(196, 30, 58, 0.6), 0 0 40px rgba(255, 215, 0, 0.2);
}

.form-group {
  margin-bottom: 20px;
}

.apostaslot-welcome-text span{
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 24px;
  color: #87ceeb;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(135, 206, 235, 0.4);
}

.copy-text a{
  color: #ffffff;
  transition: color 0.3s ease;
}

.copy-text a:hover{
  color: #ffd700;
}

.apostaslot-footer-logo{
  width: 100%;
  display: flex;
  gap:40px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 40px 0;
}

.apostaslot-footer-logo img{
  width: 115px;
  object-fit: contain;
  filter: brightness(1.1) contrast(1.1);
  transition: transform 0.3s ease;
}

.apostaslot-footer-logo img:hover{
  transform: scale(1.1);
}

.apostaslot-inner-page-header1 h2{
  text-align: center;
}

.apostaslot-inner-details-section ol{
  padding: 0 0 0 24px;
  margin: 0;
}

.apostaslot-inner-details-section li{
  color: #b8d4e0;
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  line-height: 28px;
  letter-spacing: 0.3px;
  list-style: disc;
  margin-bottom: 14px;
}

.apostaslot-send-text form{
  max-width: 100%;
  margin: 65px auto 0;
}

.apostaslot-send-text p{
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.apostaslot-header-bottom-section{
  width: 100%;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  gap:28px;
  border-bottom: 3px solid #c41e3a;
  background: linear-gradient(135deg, rgba(26, 71, 42, 0.5) 0%, rgba(13, 40, 24, 0.7) 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.apostaslot-product-section-area{
  display: flex;
  flex-direction: column;
  gap:20px;
}

.apostaslot-trnading-area .owl-nav{
  display: none;
}

.apostaslot-disclaimer-area{
  width: 100%;
  display: flex;
  padding: 120px 0 95px;
  background: linear-gradient(180deg, rgba(13, 40, 24, 0.4) 0%, rgba(26, 71, 42, 0.6) 100%);
  text-align: center;
  position: relative;
  border-top: 3px solid #c41e3a;
  border-bottom: 3px solid #c41e3a;
}

.apostaslot-disclaimer-area::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 15px,
    rgba(135, 206, 235, 0.02) 15px,
    rgba(135, 206, 235, 0.02) 30px
  );
  pointer-events: none;
}

.apostaslot-disclaimer-area::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(255, 215, 0, 0.05) 0%, transparent 70%);
  pointer-events: none;
  animation: pulse 8s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}

.apostaslot-disclaimer-area h2{
  color: #ffd700;
  font-weight: 900;
  font-size: 50px;
  font-family: "Russo One", sans-serif;
  margin-bottom: 40px;
  line-height: 68px;
  letter-spacing: 3px;
  margin-top: 28px;
  text-shadow: 0 0 40px rgba(255, 215, 0, 0.6), 3px 3px 10px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
}

.apostaslot-disclaimer-area p{
  color: #b8d4e0;
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  line-height: 34px;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.apostaslot-disclaimer-area img{
  width: 100%;
  margin: 28px 0;
  filter: brightness(1.1) saturate(110%) contrast(1.1);
  border-radius: 12px;
  border: 4px solid #c41e3a;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6), 0 0 60px rgba(196, 30, 58, 0.4);
}

.apostaslot-disclaimer-area a{
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 50px;
  font-family: "Roboto Slab", serif;
  text-align: center;
  border: none;
  background: linear-gradient(135deg, #c41e3a 0%, #8b1329 100%);
  padding: 18px 45px;
  margin: 35px auto 0;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(196, 30, 58, 0.6), 0 0 40px rgba(255, 215, 0, 0.3);
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  border: 3px solid #ffd700;
  overflow: hidden;
}

.apostaslot-disclaimer-area a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 215, 0, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.apostaslot-disclaimer-area a:hover::before {
  width: 300px;
  height: 300px;
}

.apostaslot-disclaimer-area a:hover {
  background: linear-gradient(135deg, #ffd700 0%, #c41e3a 100%);
  color: #ffffff;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 15px 45px rgba(196, 30, 58, 0.8), 0 0 60px rgba(255, 215, 0, 0.6);
}

.apostaslot-disclaimer-area span{
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 24px;
  color: #87ceeb;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(135, 206, 235, 0.4);
}

.apostaslot-welcome-area-black{
  background: transparent;
}

.apostaslot-welcome-area-black h2 , .welcome-area-black p{
  color: #e8f4f8;
}

.apostaslot-inner-page-header-color h2{
  color: #ffd700;
  margin-bottom: 0;
}

.apostaslot-inner-page-header-color {
  padding: 75px 0;
  background: transparent;
  width: 100%;
  display: flex;
}

.apostaslot-inner-page-header-color .banner-text {
  position: relative;
  top: 0;
  transform: translateY(0);
  z-index: 9;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.apostaslot-inner-details-section-no-paddng{
  padding-top: 0;
}

.apostaslot-card-area{
  width: 100%;
  display: flex;
  padding-bottom: 95px;
  justify-content: center;
}

.apostaslot-top-sale-area .owl-dots{
  display: none;
}

.apostaslot-game-area{
  background: transparent;
  padding: 65px 0;
}

.apostaslot-game-area h2 , .apostaslot-game-area p{
  color: #ffd700;
}

.apostaslot-game-panel{
  padding: 65px 0;
}

.apostaslot-symbol-area{
  width: 100%;
  display: flex;
  text-align: center;
  padding: 120px 0 95px;
  background: linear-gradient(180deg, rgba(26, 71, 42, 0.3) 0%, rgba(13, 40, 24, 0.5) 100%);
  position: relative;
  overflow: hidden;
  border-top: 3px solid #c41e3a;
  border-bottom: 3px solid #c41e3a;
}

.apostaslot-symbol-area::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(255, 215, 0, 0.08) 0%, transparent 70%);
  pointer-events: none;
  animation: glow 6s infinite;
}

@keyframes glow {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

.apostaslot-symbol-area span{
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 24px;
  color: #87ceeb;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(135, 206, 235, 0.4);
}

.apostaslot-symbol-area h2{
  font-family: "Russo One", sans-serif;
  font-weight: 900;
  font-size: 42px;
  letter-spacing: 2px;
  line-height: 54px;
  margin-bottom: 28px;
  color: #ffd700;
  margin-top: 14px;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.6), 3px 3px 10px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 2;
}

.apostaslot-symbol-area p{
  color: #b8d4e0;
  letter-spacing: 0.3px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 12px;
  font-family: "Roboto Slab", serif;
  text-align: center;
  max-width: 780px;
  margin: 0 auto 28px;
  position: relative;
  z-index: 2;
}

.apostaslot-symbol-area img{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0.8) saturate(80%) opacity(0.15);
  z-index: 1;
}

.ifreamcontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  border: 4px solid #c41e3a;
  border-radius: 12px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.7), 0 0 60px rgba(196, 30, 58, 0.4);
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.apostaslot-farm-elements-section{
  width: 100%;
  display: flex;
  padding: 75px 0;
  background: transparent;
  border-bottom: 3px solid #c41e3a;
}

.apostaslot-farm-stat{
  text-align: center;
  padding: 28px;
}

.apostaslot-farm-icon{
  width: 75px;
  height: 75px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #c41e3a 0%, #8b1329 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(196, 30, 58, 0.5), 0 0 40px rgba(255, 215, 0, 0.2);
  border: 3px solid #ffd700;
  transition: transform 0.3s ease;
}

.apostaslot-farm-icon:hover{
  transform: scale(1.1) rotate(5deg);
}

.apostaslot-farm-icon i{
  color: #ffffff;
  font-size: 36px;
}

.apostaslot-farm-stat h3{
  color: #ffd700;
  font-family: "Russo One", sans-serif;
  font-size: 24px;
  font-weight: 900;
  margin: 14px 0;
  letter-spacing: 1px;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.apostaslot-farm-stat p{
  color: #b8d4e0;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.apostaslot-welcome-area-reverce{
  background: linear-gradient(180deg, rgba(26, 71, 42, 0.2) 0%, rgba(13, 40, 24, 0.3) 100%);
}