/*
 Theme Name: Wola
	Theme URI: https://geffen.co
	Author: Gilads Gafni
	Template: generatepress
	Description: Custom stylesheet.
	Version: 0.1
*/

*{
margin: 0;
padding: 0;
}
.custom-container {
	margin: auto;
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
}

html {
margin-top: 0 !important;
}

body {
padding:0;
margin:0;
font-family: "Poppins", sans-serif !important;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, img {
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6{
font-family: 'FONTSPRING DEMO - Procerus';
}
ul li, ol li{
list-style:none;
padding:0;
margin:0;
}
header,section,footer{
display: block;
}
a, a:hover, a:focus{
text-decoration:none;
outline:none;
}
a {
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
color: var(--text);
}
img{
max-width: 100%;
}


/*Header*/

header.custom-header {
	display: inline-block;
	width: 100%;
	background: radial-gradient(100.75% 135.93% at 0% 100%, #BC0FD4 0%, #5D029E 64.9%);
	padding: 14px 0;
	
}

.site-logo {
	display: inline-block;
	max-width: 230px;
	line-height: 0px;
}
site-logo a {
	display: inline-block;
	max-width: 230px;
	line-height: 0px;
}
.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* mega menu */
.navigation-panel {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.navigation-panel div#mega-menu-wrap-primary {
    background: transparent;
	width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.navigation-panel #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	font-size:16px;
}
.navigation-panel .mega-menu-item-19.mega-toggle-on span.mega-indicator {
    transform: rotate(180deg);
}
 .navigation-panel .mega-menu-item-19.mega-toggle-on ul.mega-sub-menu{ 
 box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3); 
 } 
 button.lang-btn span.arrow {
    width: 20px;
}
 li#mega-menu-item-19 ul.mega-sub-menu {
    margin-top: 19px !important;
}
li#mega-menu-19-0 ul.mega-sub-menu {
    margin-top: 0px !important;
}
h4.mega-block-title {
    color: #5d029e !important;
    font-family: inherit;
    font-size: 14px !important;
    text-transform: capitalize !important;
}
.navigation-panel ul.menu a {
    font-size: 16px !important;
    color: #000000 !important;
	line-height:29px;
    text-decoration: none;
}
.navigation-panel ul.menu a:hover {
    font-size: 16px !important;
    color: #000000 !important;
	line-height:29px;
    text-decoration: underline;
}
.navigation-panel ul.menu{
	margin:0px !important;
}
a.mega-menu-link{
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 100%;
	letter-spacing: 0%;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	position: relative;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before{
	height: 2px;
    width: 100%;
    position: absolute;
    background: #fff;
    opacity: 1;
}


.home-banner {
	display: block;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.home-banner::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: #0000007d;
	opacity:0;
}
.home-banner .custom-container {
	position: relative;
	
}
.banner-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 570px;
	text-align: center;
	flex-direction: column;
}
.banner-inner h1 {
	font-weight: 700;
	font-size: 99px;
	line-height: 85px;
	letter-spacing: 0%;
	text-align: center;
	color:inherit;
	filter: drop-shadow(0 4px 20px #000);
}
.banner-inner p {
	font-weight: 700;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: 0%;
	text-align: center;
	margin: 0;
	color: #fff;
	text-shadow: 0 0 20px #000;
}
.promo-card:hover .day-tag {
	background: radial-gradient(100.75% 135.93% at 0% 100%, #5D029E 0%, #BC0FD4 64.9%);
}
.animate-btn {
	transition: all .4s ease-in-out;
	position: relative;
	overflow: hidden;
}
.animate-btn::before {
	content: "";
	border: 10px double rgba(251,251,251,.6);
	width: 10px;
	height: 100px;
	transition: all .4s ease-in-out;
	position: absolute;
	top: -30px;
	left: -40px;
	transform: rotate(30deg);
}
.animate-btn:hover::before {
	left: 140%;
}
.lang-dropdown {
  position: relative;
  display: inline-block;
}

.lang-btn {
	background: transparent !important;
	color: #fff;
	padding: 4px 5px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 400;
}

.lang-dropdown.active .arrow {
	transform: rotate(180deg);
	margin-top: 8px;
}

.lang-menu {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  background: #ffffff;
  border-radius: 6px;
  padding: 8px 0;
  box-shadow: 0px 6px 18px rgba(0,0,0,0.15);
  min-width: 120px;
  z-index: 999;
}

.lang-item {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
}

.lang-item:hover {
  background: #f2f2f2;
}
.lang-dropdown.active .lang-menu {
  display: block;
 
}


/*Header-End*/
/* h2 heading */
h2.golden-text { 
    background: linear-gradient(360deg, #FFF982 8.82%, #FFFFFF 84.31%);
    -webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
    background-clip: text;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    margin: 0px;
}
.promotions {
	background: #16191A;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 60px 0;
}
.banner-inner h1 span {
	color: #fef08a;
	background: linear-gradient(360deg, #FFF982 8.82%, #FFFFFF 84.31%);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	filter: drop-shadow(0 4px 8px #000);
}
.promo-grid {
	margin: 24px 0px;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 25px;
	display: grid;
	width: 100%;
}
.promo-card {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 6px;
	color: #111827;
	position: relative;
}
.promo-card img {
    border-radius: 6px 6px 0px 0px;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.day-tag {
    color: white;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    position: absolute;
    top: auto;
    left: 24px;
	bottom:0px;
    background: radial-gradient(100.75% 135.93% at 0% 100%, #BC0FD4 0%, #5D029E 64.9%);
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 9px 9px 0px 0px;
    padding: 12px 18px;
}
.content-div {
    padding: 24px;
    text-align: left;
}
.promo-card h3 {
    font-size: 24px;
    line-height: 29px;
    color:#000000;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
    margin: 0px;
}
.promo-card p {
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    text-align: left;
    margin: 0px;
    padding-bottom:10px;
}
.more-btn {
    border: 1px solid #5D029E;
    border-radius: 50px;
    padding: 4px 18px;
    gap: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    color: #5D029E;
    text-decoration:none;
}
.more-btn:hover {
    background: #7c3aed;
    color: #fff;
} 
.upcoming-btn {
    background: #BC0FD4;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    padding: 12px 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    color:#fff;
    text-decoration: none;
}
.upcoming-btn:hover {
	background: #5d029e;
	color: #fff;
	border-color: #5d029e;
}
.img-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	position:relative;
}
.promo-upcoming {
    display: flex;
    justify-content: center;
}
section.game-section {
	text-align: center;
	display: flex;
	justify-content: center;
	background: #16191A;
	color: #fff;
	padding: 50px 0 80px 0;
}
.game-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 80px;
    flex: none;
    gap: 48px;
}
.game-text, .game-image  {
    width: 50%;
    text-align: left;
}
.game-image img {
    width: 100%;
    height: auto;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
}
.game-text h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin: 12px 0px;
    color: #FFFFFF;
}
.game-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
}
.game-btn {
    display: inline-block;
    border: 1px solid #FFF982;
    border-radius: 50px;
    padding: 12px 24px;
    color:#FFF982;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    text-decoration: none;
}
section.game-section .game-row:nth-child(2n) {
	flex-direction: row-reverse;
}
.game-btn.animate-btn:hover {
	background: #bc0fd4;
	color: #fff;
	border-color: #bc0fd4;
}
.events-main {
    background: #16191A;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
}
.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin: 24px 0px;
}
.events-card {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    color:#111827;
    position: relative;
}
.events-card img {
    border-radius: 6px 6px 0px 0px;
    width: 100%;
	height:100%;
	object-fit:cover;
}
.events-img {
    position: relative;
}
.event-year{
    position: absolute;
    bottom: 0px;
    left: 24px;
	top:auto;
    background: radial-gradient(100.75% 135.93% at 0% 100%, #BC0FD4 0%, #5D029E 64.9%);
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 9px 9px 0px 0px;
    padding: 12px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

span.event-day {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
}
span.event-date{
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
    color: #ffffff;
}
span.event-month{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
}
.events-content {
    padding: 24px;
    text-align: left;
}
.events-card h3 {
    font-size: 24px;
    line-height: 29px;
    color:#000000;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
    margin: 0px;
}
span.ani-color, .ticket-info p, .ticket-info span{
    color: #5D029E !important;
}
.events-content strong {
    line-height: 29px;
	font-size:16px;
}
.events-card p {
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    text-align: left;
    margin: 0px;
    padding-bottom:10px;
}
.events-more-btn {
    border: 1px solid #5D029E;
    border-radius: 50px;
    padding: 4px 18px;
    gap: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    color: #5D029E;
    text-decoration:none;
}
.events-more-btn:hover {
    background: #7c3aed;
    color: #fff;
} 
.ticket-info {
    background: #FFFFFF; 
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 10px 15px;
    color: #111827;
    position: relative;
	display:inline-block;
}
.ticket-info p{
    padding-bottom: 0px;
}
.ticket-info::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; 
    border-radius: 6px;
    background: radial-gradient(100.75% 135.93% at 0% 100%, #BC0FD4 0%, #5D029E 64.9%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
         mask-composite: exclude;

}
 .events-btn {
    background: #BC0FD4;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    padding: 12px 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    color:#fff;
    text-decoration: none;
}
.events-upcoming-btn:hover {
    background: #a21caf;
} 
.events-upcoming {
    display: flex;
    justify-content: center;
} 
section.game-section .game-row:last-child {
	padding-bottom: 0;
}
.events-main {
	padding-bottom: 80px;
}

/* Rewarding sectin css */
.rewarding-main{
    background: #16191A;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    Padding: 17px 0px 30px 0px;
		
}
.rewarding-content {
    background: radial-gradient(100.75% 135.93% at 0% 100%, #BC0FD4 0%, #5D029E 64.9%);
    border: 3px solid #FFFFFF;
    border-radius: 12px;
    padding: 48px 60px;
}
.rewarding-content h3 {
    font-size: 34px;
    line-height: 40.05px;
	font-style: normal;
    font-weight: 700;
}
.rewarding-content ul{
    margin: 0px;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
}
.rewarding-content ul li{
    font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 29px;
	text-align: center;	
	position: relative;
    padding-left: 25px;
}
.rewarding-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    height: 14px;
    background-image: url(https://wola.yabaye.com/wp-content/uploads/2025/11/white-check-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.rewarding-image img {
    border-radius: 12px !important;
}
.rewarding-image{
	padding-top:15px;
}
.rewarding-btn {
	background: #ffffff;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 12px 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    color:#000000;
    text-decoration: none;
}
.rewar{
	padding-top:30px;
}
.game-section.rewards {
	padding-bottom: 0;
}
.rewarding-btn:hover {
	background: #bc0fd4;
	color: #fff;
	border-color: #bc0fd4;
}
section.game-section.layout3 .game-row:nth-child(2n){
	flex-direction: unset;
}
section.game-section.layout3 .game-row:nth-child(3) {
    flex-direction: row-reverse;
}
section.game-section.layout3 .game-row:nth-child(1) {
    flex-direction: row-reverse;
}

/*restaurant section css*/
.restaurant-section {
	display: flex;
	gap: 20px;
	background: #16191A;
	justify-content: center;
}
section.restaurant-section h2.golden-text, section.rr-rp h2.golden-text {
    text-align: center;
	padding-bottom:24px;
}
.restaurant-card {
	position: relative;
	width: 50%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	border: 1px solid #FFFFFF;
	border-radius: 6px;
	padding-top: 244px;
}
.overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 20%, rgba(0,0,0,0.8));
}
.restaurant-content {
	position: relative;
    color: white;
	padding: 24px;
	width: 100%;
}
.restaurant-content h2 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 29px;
}
.restaurant-content p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
}
.restaurant-buttons {
	display: flex;
	gap: 15px;
}
.restaurant-grid{
	display: flex;
    flex-direction: row;
    width: 100%;
	gap: 24px;
}
.restaurant-buttons a.game-btn {
    padding: 3px 24px;
}


/*footer css*/
  .rr-rp {
     background: #16191A;
     padding: 80px 0 80px;
 }
 .rr-rp .rp-sld {
     background: radial-gradient(100.75% 135.93% at 0% 100%, #BC0FD4 0%, #5D029E 64.9%);
     border: 1px solid #fff;
     border-radius: 6px;
     margin: 0 24px 0 0px;
     padding: 24px;
 }
 .rr-rp .rp-sld img {
     width: 65px;
     height: 65px;
     object-fit: contain;
 }
 .rp-sld-blk {
     padding: 0 !important;
     position: relative;
 }
 .rr-rp .rp-sld h3 {
     font-weight: 700;
     font-style: Bold;
     font-size: 22px;
     color: #fff;
     line-height: 32px;
     letter-spacing: 0%;
     margin: 10px 0 0;
     text-shadow: 3px 3px 5px #000000;
 }
 .rr-rp .rp-sld h4 {
     font-weight: 400;
     font-size: 16px;
     line-height: 29px;
     text-align: center;
 }
 .rr-rp .rp-sld h4 {
     font-weight: 400;
     font-style: inherit;
     font-size: 16px;
     line-height: 29px;
     text-align: left;
     color: #fff;
     margin: 10px 0 0;
 }
 .rr-rp .slick-arrow {
     position: absolute;
     top: 50%;
     transform: translate(0, -50%);
     right: 0;
     z-index: 11;
     background-image: url(https://wola.yabaye.com/wp-content/uploads/2025/11/slick-arrow.png);
     background-size: contain;
     background-color: #ffffff00;
     background-repeat: no-repeat;
     font-size: 0;
     width: 22px;
     height: 57px;
 }
 .rr-rp .slick-prev {
     display: none;
 }
 .rp-sld-blk::before {
     content: "";
 }
 .rp-sld-blk .slick-list {
     position: relative;
 }
 .rp-sld-blk .slick-list::before {
     background: linear-gradient(90deg, rgba(22, 25, 26, 0) 7.14%, #16191A 58.93%);
     content: "";
     position: absolute;
     right: 0;
     top: 0;
     width: 8%;
     height: 100%;
     z-index: 9;
 }
 .inner-footer {
     background: radial-gradient(100.75% 135.93% at 0% 100%, #BC0FD4 0%, #5D029E 64.9%);
     padding: 30px 0;
     padding: 30px 0 24px;
 }
 .footer-blk {
     display: flex;
     flex-wrap: nowrap;
	 flex-direction: row;
 }
 .footer-blk .logo-part {
     width: 12%;
     padding-right: 24px;
     border-right: 1px solid #FFFFFF;
 }
 .footer-blk .info-part {
     width: 73%;
 }
 .footer-blk .info-part ul li,
 .footer-blk .info-part ul li a {
     font-weight: 400;
     color: #FFF982;
     font-size: 14px;
     line-height: 18px;
 }
 .footer-blk .info-part {
     max-width: 70%;
     width: 100%;
     padding-left: 24px;
 }
 .footer-blk .info-part ul {
     margin: 0;
     padding: 0;
     display: flex;
     flex-direction: column;
     row-gap: 15px;
 }
 .footer-blk .info-part ul li img {
     height: 18px;
     width: auto;
 }
 .footer-blk .info-part ul li a,
 .footer-blk .info-part ul li {
     display: flex;
     align-items: center;
     gap: 11px;
     font-weight: 400;
     text-decoration: none;
     font-size: 16px;
     color: #fff;
     line-height: 100%;
 }
 .footer-blk .social-blk {
     max-width: 15%;
     width: 100%;
     display: flex;
     align-items: center;
     gap: 15px;
     justify-content: end;
     height: 28px;
 }
 .footer-blk .social-blk h3 {
     font-weight: 400;
     font-size: 16px;
     color: #fff;
     line-height: 100%;
     margin: 0;
 }
 .footer-blk .social-blk img {
     height: 20px;
     width: auto;
 }
 .footer-blk {
     padding-bottom: 40px;
     border-bottom: 1px solid #FFFFFF80;
 }
 .footer-btm {
     display: flex;
     flex-wrap: wrap;
     padding: 12px 0;
     justify-content: space-between;
 }
 .footer-btm h4 {
     font-weight: 400;
     font-style: Regular;
     font-size: 13px;
     color: #FFF;
     line-height: 18px;
     letter-spacing: 0%;
     margin: 0;
 }
 .footer-btm .other-links {
     display: flex;
     align-items: center;
     gap: 15px;
 }
 .footer-bottom-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer-social {
    display: flex;
	gap: 15px;
	align-items: center;
}
.footer-social a {
	display: inline-flex;
	text-decoration: none;
}
.footer-blk .footer-social h3 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    margin: 0;
}
.footer-blk .footer-social img {
    height: auto;
	width: 25px;
	display: inline list-item;
}
.footer-btm .other-links a {
    text-decoration: none;
}
.game-row.poker-pager-gr {
       flex-direction: row ;
}
 .game-section.games-layout {
	padding-bottom: 0 !important;
}

 section.game-section.games-layout .game-row:nth-child(2n) {
    flex-direction: row;
}
.promotions-header {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-bottom: 40px;
}
.promotions-header h1.golden-text {
	background: linear-gradient(360deg, #FFF982 8.82%, #FFFFFF 84.31%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-clip: text;
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	line-height: 80px;
	margin: 0px;
}
.promotions-header p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
	color: #FFFFFF;
	margin: 0;
}
.promotions.archive-main {
	padding-bottom: 0;
}
.promotions.archive-main .promo-grid {
	margin-bottom: 0;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.promotions.archive-main .promo-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.promotions.archive-main .promo-grid .img-div {
	height: 330px;
}
.game-text p:empty {
	display: none;
}
.promotions.archive-main .pagination {
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 16px;
	color: #FFF;
	line-height: 18px;
	letter-spacing: 0%;
	margin: 0;
	text-align: center;
	display: inline-flex;
	gap: 12px;
	text-decoration: none;
	margin-top: 0px;
	width: 100%;
}
.promotions.archive-main .pagination a {
	text-decoration: none;
	color: #fff;
}
.promotions.archive-main .pagination a:hover {
	text-decoration: underline;
	color: #fff;
}
 section.promitions-detail-main {
    background: #16191A;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 60px;
}
section.promitions-detail-main .golden-text {
    font-size: 47px;
    line-height: 56px;
    margin-bottom: 10px;
}
section.promitions-detail-main .game-text p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 15px;

}
section.promitions-detail-main .promitions-time-row strong{
	font-size: 34px;
	line-height: 40px;
	background: linear-gradient(360deg, #FFF982 8.82%, #FFFFFF 84.31%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	display: inline-block;
    min-width: 135px;
}
section.promitions-detail-main .promitions-time-row span{
	font-size: 34px;
	line-height: 40px;
	color: #FFFFFF;
    font-weight: 400;
}
section.promitions-detail-main .promitions-time-row {
    padding-bottom: 15px;
}
section.promotions.single-promotions2 {
    padding-top: 10px;
    padding-bottom: 0px;
}
section.promotions.single-promotions2 h1.golden-text {
    font-size: 34px;
    line-height: 40px;
}
section.promotions.single-promotions2 .promo-grid {
    grid-template-columns: repeat(3, 1fr);
}
section.promotions.single-promotions2 .promo-card img {
    width: 100%;
}
section.promotions.single-promotions2 .promotions-header {
    margin-bottom: 10px;
}
.promotions .promo-card .img-div {
    height: 320px;
}
.events-grid .events-card .events-img{
	height: 220px;
}
.promotions.archive-main .events-buttons .buy_tickets {
    background: #BC0FD4;
    color: #ffffff;
    border: solid 1px #BC0FD4;
	padding: 10px 20px;
}
.promotions.archive-main .events-buttons .more_info{
    color: #BC0FD4;
    border: solid 1px #BC0FD4;
	padding: 10px 20px;
}
.promotions.archive-main .events-buttons {
    padding-top: 20px;
	gap: 20px;
    display: flex;
}
.promotions.archive-main .events-buttons .more_info:hover{
	background: #BC0FD4;
    color: #ffffff;
    border: solid 1px #BC0FD4;
}
section.promitions-detail-main .game-image {
    height: 380px;
}
section.promitions-detail-main .game-image img{
	height:100%;
	object-fit:cover;
}
.events-details .buy_tickets {
    background: #BC0FD4;
    color: #ffffff;
    border: solid 1px #ffffff;
    padding: 10px 20px;
    margin-top: 20px;
}
.events-details .promitions-time p {
    font-weight: normal !important ;
    font-size: 16px !important;
    line-height: 29px !important;
	margin-bottom:0px !important;
}
.events-details .ticket-info {
    border: 0px;
}
.events-details h2.golden-text, .events-details .game-text p {
    margin-bottom: 8px;
}
.home-banner.errorBanner .promo-upcoming {
	margin-top: 30px;
}
.home-banner.errorBanner .promo-upcoming .upcoming-btn {
	padding: 15px 44px;
	font-size: 18px;
}
body.error404 .rr-rp 
{
	display: none;
}
.home-banner.errorBanner .banner-inner {
	height: 100vh;
}
.logo-menuf {
    width: 100%;
    display: flex;
}
.language-button {
	display: inline-block;
	max-width: 150px;
	width: auto;
}
.language-button .gt_selector.notranslate {
	display: inline-block;
	width: auto;
	background-color: transparent;
	border: 0;
	color: #fff;
	font-size: 16px;
	padding: 0;
	cursor: pointer;
	max-width: 80px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 20px;
	background-image: url(../images/slide-arrow.png);
	background-repeat: no-repeat;
	background-position: 99% center;
}
.language-button .gt_selector.notranslate option {
	color: #5d029e;
	font-size: 16px !important;
	font-weight: normal;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner, 
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before, 
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
	background: #fff;
}
.rp-sld-blk .slick-track {
    display: flex;
    flex-direction: row;
    gap: 20px;
}


/* Media */
@media (min-width:1201px) and (max-width:1400px) 
{
	.banner-inner h1{
		font-size: 80px;
		line-height: 85px;
	}	
	.day-tag{
		font-size: 20px;
	}
	.promo-card h3, .events-card h3 {
		font-size: 22px;
		line-height: 24px;
	}
	.game-row{
		padding-bottom: 40px;
	}
	span.event-date {
		font-size: 38px;
		line-height: 40px;
	}
	span.event-month {
		font-size: 22px;
		line-height: 24px;
    }
	.events-main, section.game-section {
		padding-bottom: 60px;
	}
	.restaurant-section, .events-main, section.game-section.layout2{
		padding-top: 17px;
	}
	.rr-rp {
		padding: 80px 0 80px;
	}
	.promotions{
		padding-bottom:17px;
	}
	section.promitions-detail-main .golden-text {
		font-size: 45px;
		line-height: 50px;
	}
} 
@media (max-width:991px) 
{
/*MENU*/
	.navigation-panel div#mega-menu-wrap-primary {
		width: auto;
	}
	.lang-btn{
		line-height: 29px;
	}
	 button.mega-close{ 
		display:block !important; 
	 }
	.navigation-panel ul.menu a {
		font-size: 14px !important;
		line-height: 27px;
	}
	li#mega-menu-19-0 ul.mega-sub-menu li {
		padding: 2px 2px;
	}
	.navigation-panel {
		position: absolute;
		right: 10px;
		z-index: 2;
		width: auto;
}
.navigation-panel:after {
    content: "MENU";
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    display: block;
    padding-left: 9px;
    line-height: 24px;
}
.language-button {
    padding-right: 80px;
}
.lang-menu {
    min-width: 90px;

}
.lang-item {
    padding: 5px 16px;
}
.custom-header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open::after {
	z-index: 8 !important;
	opacity: -0.5;
}
.custom-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
	z-index: 9 !important;
}

.custom-header #mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close:before {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 30px;
    justify-content: flex-end;
}
.custom-header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close {
	left: 0;
	right: 0;
	width: 60px;
	right: 0;
	left: auto;
	padding-right: 15px;
}

.navigation-panel button.mega-close {
    display: none !important;
}
header.custom-header{
	background: #16191A;
}

.navigation-panel #mega-menu-wrap-primary .mega-menu-toggle {
    height: auto;
    line-height: normal;
}
.navigation-panel div#mega-toggle-block-0 {
    margin: 0px !important;
}
.navigation-panel button.mega-toggle-animated.mega-toggle-animated-slider{
	transform: scale(1) !important;
}
.navigation-panel span.mega-toggle-animated-box, span.mega-toggle-animated-inner, .mega-toggle-animated-inner::before, .mega-toggle-animated-inner::after{
	width: 26px !important;
}
span.mega-toggle-animated-inner, .mega-toggle-animated-inner::before, .mega-toggle-animated-inner::after {
    height: 2px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    position: absolute;
    top: 40px;
    right: 0% !important;
    left: auto;
    transition: .5s ease;
    display: block !important;
    opacity: 0;
    z-index: 5;
    transform: translate(100%, 0px) !important;
    transform-origin: right !important;
    float: none !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
	margin: 0px !important;
} 
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    right: 0 !important;
    opacity: 1 !important;
    transform: translate(0%, 0px) !important;
	
}
.mega-toggle-on a.mega-menu-link {
    color: #16191a !important;
    background: #ffffff !important;
    box-shadow: none !important;
	padding: 0px !important;
}
.mega-toggle-on span.mega-indicator {
    float: left !important;
    padding-left: 10px !important;
}
.navigation-panel span.mega-indicator::after {
    transform: rotate(265deg) !important;
}
.mega-toggle-on span.mega-indicator::after{
	transform: rotate(90deg) !important;
}
.mega-toggle-on ul.mega-sub-menu {
    box-shadow: none !important;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    height: 100% !important;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    left: 0px !important;
    top: 50px !important;
    height: 0;
	transition: .2s all !important;
}
  img.custom-logo {
        max-width: 150px;
    }

}
 

@media only screen and (min-width:992px) and (max-width:1200px)
{
	.banner-inner h1{
		font-size: 78px;
		line-height: 78px;
	}
	h2.golden-text{
		font-size: 28px;
		line-height: 34px;
	}	
	.game-text h3
	{
		font-size: 20px;
		line-height: 26px;
	}
	.game-text p:empty {
		display: none;
	}
	.day-tag{	
		font-size: 18px;
        line-height: 20px;
		padding: 10px 18px;
	}
	.promo-card h3, .events-card h3 {
		font-size: 22px;
		line-height: 24px;
	}
	.game-row{
		padding-bottom: 40px;
	}
	span.event-date {
		font-size: 38px;
		line-height: 40px;
	}
	span.event-month {
		font-size: 22px;
		line-height: 24px;
    }
	.events-main, section.game-section {
		padding-bottom: 40px;
	}
	.restaurant-section, .events-main, section.game-section.layout2{
		padding-top: 17px;
	}
	.rr-rp {
		padding: 60px 0 60px;
	}
	.promotions{
		padding-bottom:17px;
	}
	.rewarding-main{
		padding:17px 0px 20px 0px;
	}
	.rewarding-content{
		padding: 48px 0px;
	}
	.rewarding-content h3 {
		padding: 0px 20px;
	}
	.promo-upcoming.rewar {
		padding: 10px 20px;
	}
	.rewarding-content ul li{
        font-size: 14px;
        line-height: 27px;
		padding-left: 22px;
	}
	.rewarding-content ul li:before{
		width: 16px;
		height: 12px;
	}
	.rr-rp .rp-sld h3{
		font-size: 20px;
		line-height: 30px;
	}
	.rewarding-content h3{
		font-size: 32px;
		line-height: 38.05px;
	}
	.footer-blk .social-blk{
		max-width: 17%;
	}	
	.promotions-header h1.golden-text {
		font-size: 50px;
		line-height: 70px;
	}
	section.promitions-detail-main .golden-text {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 10px;
	}
	section.promitions-detail-main .game-text p {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	section.promitions-detail-main .promitions-time-row strong, section.promitions-detail-main .promitions-time-row span {
		font-size: 26px;
        line-height: 33px;
	}
	section.promitions-detail-main .promitions-time-row {
		padding-bottom: 10px;
	}
}
 
@media only screen and (min-width:768px) and (max-width:991px){
	.banner-inner h1{
		font-size: 64px;
		line-height: 64px;
	}
	h2.golden-text{
		font-size: 28px;
		line-height: 34px;
	}
	.promo-grid{
	    grid-template-columns: repeat(2, 1fr);
	}
	.promo-card img{
		width:100%;
	}
	.game-text h3
	{
		font-size: 20px;
		line-height: 26px;
	}
	.game-text p:empty {
		display: none;
	}
	.day-tag{	
		font-size: 18px;
        line-height: 20px;
		padding: 10px 18px;
	}
	.promo-card h3, .events-card h3 {
		font-size: 20px;
		line-height: 22px;
	}
	.game-row{
		padding-bottom: 40px;
		gap:30px;
	}
	.game-text p{
		margin-bottom:10px;
	}
	span.event-date {
		font-size: 38px;
		line-height: 40px;
	}
	span.event-month {
		font-size: 22px;
		line-height: 24px;
    }
	.events-main, section.game-section {
		padding-bottom: 40px;
	}
	.restaurant-section, .events-main, section.game-section.layout2{
		padding-top: 17px;
	}
	.rr-rp {
		padding: 60px 0 50px;
	}
	.promotions{
		padding-bottom:17px;
	}
	.rewarding-main{
		padding:17px 0px 20px 0px;
	}
	.rewarding-content{
		padding: 48px 30px;
	}
	.rewarding-content ul li{
        font-size: 14px;
        line-height: 27px;
		padding-left: 22px;
	}
	.rewarding-content ul li:before{
		width: 16px;
		height: 12px;
	}
	.rr-rp .rp-sld h3{
		font-size: 20px;
		line-height: 30px;
	}
	.rewarding-content h3{
		font-size: 32px;
		line-height: 38.05px;
	}
	.footer-blk .social-blk{
		max-width: 17%;
	}
	.rr-rp .slick-arrow{
		height: 45px;
	}
	.rewarding-content ul {
		justify-content: center;
		flex-wrap: wrap;
	}
	.promotions-header h1.golden-text {
		font-size: 45px;
		line-height: 65px;
	}
	section.promitions-detail-main .golden-text {
		font-size: 38px;
		line-height: 44px;
		margin-bottom: 10px;
	}
	section.promitions-detail-main .game-text p {
		font-size: 20px;
		line-height: 24px;
	}
	
	section.promitions-detail-main .game-text p {
		font-size: 18px;
		line-height: 24px;
	}
	section.promitions-detail-main .promitions-time-row strong, section.promitions-detail-main .promitions-time-row span {
		font-size: 26px;
        line-height: 33px;
	}
	section.promitions-detail-main .promitions-time-row {
		padding-bottom: 10px;
	}
	section.promitions-detail-main .game-row.poker-pager-gr {
		flex-direction: column !important;
	}
}
 
@media only screen and (max-width:767px){

	.lang-btn{
		font-size:14px;
	}
	
	.banner-inner h1{
		font-size: 40px;
		line-height: 42px;
		margin-bottom: 8px;
	}
	.banner-inner{
		min-height: 400px;
	}
	.banner-inner h1 br, .banner-inner p br {
		display: none;
	}
	.banner-inner p{
		font-size: 19px;
        line-height: 26px;
	}
	h2.golden-text{
		font-size: 25px;
		line-height: 30px;
	}
	.promo-grid{
	    grid-template-columns: repeat(2, 1fr);
	}
	.promo-card img{
		width:100%;
	}
	.game-text h3
	{
		font-size: 18px;
		line-height: 24px;
	}
	.day-tag{	
		font-size: 20px;
        line-height: 20px;
		padding: 10px 18px;
	}
	.event-year{
		width: 50%;
	}
	.promo-card h3, .events-card h3 {
		font-size: 20px;
		line-height: 26px;
	}
	.game-row{
		padding-bottom: 40px;
		gap:10px;
		flex-direction: column-reverse;
	}
	.game-text, .game-image{
		width:100%;
		text-align:left;
	}
	section.game-section .game-row:nth-child(2n), section.game-section.layout3 .game-row:nth-child(1), section.game-section.layout3 .game-row:nth-child(3) {
		flex-direction: column-reverse !important;
	}
	section.restaurant-section h2.golden-text, section.rr-rp h2.golden-text{
		text-align:center;
	}
	span.event-date {
        font-size: 26px;
        line-height: 28px;
	}
	span.event-month {
		font-size: 20px;
		line-height: 22px;
    }
	span.event-day {
	    font-size:14px;
        line-height:26px;		
	}
	.events-main, section.game-section {
		padding-bottom: 40px;
	}
	.restaurant-section, .events-main, section.game-section.layout2{
		padding-top: 17px;
	}
    .rr-rp {
        padding: 50px 0 50px;
    }
	.promotions{
		padding-bottom:17px;
	}
	.rewarding-main{
		padding:17px 0px 20px 0px;
	}
	.rewarding-content{
		padding: 48px 30px;
	}
	.rewarding-content ul li{
        font-size: 14px;
        line-height: 27px;
		padding-left: 22px;
	}
	.rewarding-content ul li:before{
		width: 16px;
		height: 12px;
	}
	.rr-rp .rp-sld h3{
		font-size: 20px;
		line-height: 30px;
	}
    .rewarding-content h3 {
        font-size: 24px;
        line-height: 30.05px;
    }
	.restaurant-content h2{
		font-size: 20px;
		line-height: 25px;
	}
	.rewarding-content ul {
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px 12px;
	}
	.rewarding-image img {
		height: 100%;
		width: 100%;
	}
	.game-text p, .promo-card p, .events-card p {
		font-size: 14px;
		line-height: 27px;
	}
	.game-btn, .upcoming-btn, .rewarding-btn{
		font-size: 14px;
		line-height: 27px;
		padding: 10px 22px;
	}
	.game-row.poker-pager-gr {
		flex-direction: column-reverse ;
	}
	.game-section.games-layout, .game-section.rewards{
		padding:50px 0px 25px;
	}
	
	.game-section.games-layout .game-row {
		padding-bottom: 20px;
	}
	section.promitions-detail-main .promitions-time-row strong, section.promitions-detail-main .promitions-time-row span {
		font-size: 20px;
		line-height: 22px;
	}
	section.promitions-detail-main .promitions-time-row{
		padding-bottom:5px;
	}
	section.promitions-detail-main .promitions-time-row strong {
		min-width: 80px;
	}
	.rp-sld-blk .slick-list::before{
		width: 12%;

	}
	.copyright {
		margin-bottom: 10px;
	}
	.footer-blk {
		flex-direction: column;
		padding-bottom:25px;
	}
	.footer-blk .social-blk{
		max-width: 100%;
		justify-content: left;
	}
	.rr-rp .slick-arrow{
	    height: 30px;
        right: 0px;
        width: 20px !important;
        padding-left: 0px;
	}
	.footer-blk .logo-part {
		width: 150px;
		padding-right: 24px;
		margin-bottom: 0px;
	}
	.wp-block-image img {
		max-width: 150px;
	}
	.footer-blk .info-part {
		max-width: 100%;
		width: calc(100% - 150px);
		padding-left: 20px !important;
	}
	.footer-blk .footer-social h3, .footer-blk .info-part ul li a, .footer-blk .info-part ul li {
		font-size: 14px;
		line-height: 20px;
	}
	.footer-bottom-links{
		flex-direction: column;
	}
	.footer-info{
		margin-bottom:0px;
		justify-content: Left;
	}
	.rr-rp .rp-sld{
		margin-right:12px;
		margin-left:0px;
	}
	.footer-btm .other-links{
		align-items: flex-start;
	}
	.promotions-header h1.golden-text {
		font-size: 40px;
		line-height: 42px;
		margin-bottom: 10px;
	}
	.promotions-header p{
		font-size: 14px;
		line-height: 27px;
	}
	.promotions-header {
		margin-bottom: 25px;
	}
	section.promotions.single-promotions2 .promo-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.promotions.archive-main .events-buttons {
 
		flex-direction: column;
	}
	
	section.promotions.single-promotions2 h1.golden-text{
		font-size: 25px;
   		line-height: 30px;
	}
	section.promitions-detail-main .golden-text {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 15px;
		text-align: left;
		padding-top: 10px;
	}
	section.events-main .events-card .events-img, .promotions .promo-card .img-div {
		height: 200px;
	}
	.promitions-detail-main .poker-pager-gr {
		flex-direction: column !important;
	}
	section.promitions-detail-main .game-image {
		height: 280px;
	}
	section.promitions-detail-main .game-text p {
        font-size: 18px;
	}
	.promo-upcoming.rewar{
		padding-top: 15px;
	}	
	h2.golden-text br {
		display: none;
	}
	.footer-logo img {
		max-width: 100%;
	}
	.logo-menuf {
    display: flex;
    justify-content: flex-start;
	margin-bottom: 20px;
}

		
}
 
@media only screen and (max-width:639px){
	 .promo-grid, .events-grid {
			grid-template-columns: repeat(1, 1fr);
			margin-top: 10px;
		}
		.restaurant-grid{
			flex-direction: column;
		}
		.restaurant-card{
			width:100%;
		}
		.promotions.archive-main .promo-grid {
			grid-template-columns: repeat(1, 1fr);
		}
		.promotions.archive-main .promo-grid .img-div {
			height: 220px;
		}
		section.promotions.single-promotions2 .promo-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.event-year {
		width: auto;
	}
	
}
 
@media only screen and (max-width:479px){
	    .events-main, section.game-section {
			padding-bottom: 30px;
			padding-top:30px;
		}
	    .restaurant-section, .events-main, section.game-section.layout2 {
			padding-top: 10px;
		}
		.events-content strong {
			line-height: 27px;
			font-size: 14px;
		}
	    .rewarding-content {
			padding: 30px 0px;
		}
		.rr-rp .rp-sld h3 {
			font-size: 16px;
			line-height: 24px;
		}
		.rr-rp .rp-sld img {
			width: 40px;
			height: 40px;
			object-fit: contain;
	}
	 .rewarding-btn{
			line-height: 20px;
			padding: 10px 18px;
	 }
	 .footer-btm .other-links{
			gap: 6px;
			flex-direction: column;
	 }
	 .footer-blk .logo-part {
			width: 110px;
			padding-right: 14px;
			margin-bottom: 0px;
		}
		.footer-blk .info-part {
			max-width: 100%;
			width: calc(100% - 110px);
			padding-left: 15px !important;
		}
}