#gheader-v3 {
				background-color:  var(--header-background-color)  !important;
			}

			@media only screen and (max-width: 990px) {

				#gheader-v3 .desktop {
					display: none !important;
				}
				#gheader-v3 .phone {
					display: block !important;
				    position: relative;
				    width: 40px;
				    height: 20px;
				}
				#gheader-v3 .phone span {
				    position: absolute;
				    width: 100%;
				    height: 2px;
				    display: inline-block;
				    transition: all 0.3s;
				    left: 0;
				    background: grey;
				}
				#gheader-v3 .phone span:nth-child(2) {
				    top: 44%;
				    width: 30px;
				    background: grey;
				}
				#gheader-v3 .phone span:last-child {
				    bottom: 0;
				    width: 25px;
				    background: grey;
				}
			}

			#gheader-v3 .desktop {
				display: block;
			}
			#gheader-v3 .phone {
				display: none ;
			}
			#gheader-v3 h3 {
				color: var(--logo-text-color) !important;
			}
			#gheader-v3 a {
				color: var(--header-navigation-color);
			}

			#gheader-v3 .phone-nav.opened {
			    left: 0;
			    right: 0;
			}
			#gheader-v3 .phone-nav {
			    background-color: var(--header-background-color) !important;
			    left: -100%;
			    padding: 2rem 2rem 2em;
			    position: absolute;
			    text-align: left;
			    top: 6em;
			    transition: left .5s ease-in-out;
			    z-index: 999;
			}
			#gheader-v3 .text-decoration-none {
				text-decoration: none;
			}
			#gheader-v3 .list-none {
				list-style-type: none;
			}
			#gheader-v3 .logo-main img {
				width: 50px;
			} #GHeroV23 .container {
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1240px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
				    #GHeroV23 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GHeroV23 {
				    background-color: var(--hero-background-color);
				}

				#GHeroV23 .hero-btn{
				    background-color:  var(--button-background-color);
				    padding: 15px 30px;
				    font-size: 16px;
				    color:  var(--button-text-color);
				    cursor: pointer;
				    border-radius: 50px;
				    outline: none;
				    border: none;
				    transition: 0.3s;
				}
				#GHeroV23 .hero-btn:hover{
				    color:white;
				    transition: 0.3s;
				    
				}

				@media screen and (max-width: 950px){
				   #GHeroV23 .flex-column-md{
				    flex-direction: column;
				   }
				   #GHeroV23 .w-100-md{
				    width: 100% !important;
				   }
				  
				}

 #GGamesV31 .container{
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GGamesV31 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GGamesV31 {background-color: #254D70}
				#GGamesV31 .playeachgame-box {

				    width: 260px;
				    height: 370px;
				    background-size: cover;
				    background-position: center;
				    border-radius: 50%;
				    display: flex;
				    flex-direction: column;
				    justify-content: flex-end;
				    align-items: center;
				    padding: 20px;
				    position: relative;
				    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.6), inset 0px 0px 10px rgba(255, 215, 0, 0.3);
				    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
				    overflow: hidden;
				}
				#GGamesV31 .playeachgame-box h3 {
				    font-size: 22px;
				    font-family: 'Cinzel', serif;
				    color: #58c2ff;
				    text-shadow: 0 0 10px rgba(255, 215, 0, 0.9);
				    background: rgba(0, 0, 0, 0.6);
				    padding: 8px 12px;
				    border-radius: 10px;
				    margin-bottom: 15px;
				    width: 80%;
				    text-align: center;
				}
				#GGamesV31 .playeachgame-btn {
				    display: inline-block;
				    padding: 12px 25px;
				    font-size: 16px;
				    font-weight: bold;
				    text-transform: uppercase;
				    background-color:var(--button-background-color);
				    color: var(--button-text-color);
				    border-radius: 12px;
				    border: none;
				    cursor: pointer;
				    box-shadow: 0 0 15px rgba(242, 166, 90, 0.8);
				    transition: all 0.3s ease-in-out;
				}
				#GGamesV31 .playeachgame-box:hover {
				    animation: float 1.5s infinite ease-in-out;
				}
				#GGamesV31 .playeachgame-box:hover {
				    transform: scale(1.1);
				    box-shadow: 0px 12px 20px rgba(255, 215, 0, 0.5);
				}
				@keyframes float {
				    0% { transform: translateY(0px); }
				    50% { transform: translateY(-5px); }
				    100% { transform: translateY(0px); }
				}

				#GGamesV31 .playeachgame-box:hover {
				    animation: float 1.5s infinite ease-in-out;
				}
#GRandomV15 .container{
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 1204px;
                    padding-left: 20px;
                    padding-right: 20px;
                }
                @media (min-width: 1024px) {
                    #GRandomV15 .container {
                        padding-left: 30px;
                        padding-right: 30px;
                    }
                }

                #GRandomV15 {background-color: #183B4E}
                #GRandomV15 .game-wrapper{

                    border-radius: 20px;
                    padding: 30px;
                    width: 280px;
                    height: 320px;
                    text-align: center;
                    position: relative;
                    background-size: cover;
                    background-position: center;
                    box-shadow: -6px -6px 15px rgba(255, 215, 0, 0.2), 6px 6px 15px rgba(0, 0, 0, 0.6), inset -5px -5px 10px rgba(0, 0, 0, 0.4), inset 5px 5px 10px rgba(255, 215, 0, 0.1);
                    transition: all 0.4s ease-in-out;
                    border: 3px solid #57788b;
                    transform-style: preserve-3d;
                    cursor: pointer;
                }
                #GRandomV15 .game-wrapper::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0.5);
                    border-radius: 20px;
                    z-index: 1;
                }
                 #GRandomV15 .game-wrapper p {
                    position: relative;
                    z-index: 111;
                    font-size: 16px;
                    color: #EDEDED;
                    line-height: 1.5;
                    text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
                    margin-top: 10px;
                }
                #GRandomV15 .game-wrapper h3 {
                    position: relative;
                    z-index: 111;
                    font-size: 24px;
                    font-family: 'Cinzel', serif;
                    color: #FFF5C3;
                    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 15px rgba(255, 215, 0, 0.8);
                    margin-top: 30px;
                }
                #GRandomV15 .game-wrapper:hover {
                    animation: float 1.5s infinite ease-in-out;
                }
                #GRandomV15 .game-wrapper:hover {
                    transform: scale(1.1);
                    box-shadow: 0px 12px 20px rgba(255, 215, 0, 0.5);
                }

                @keyframes float {
                    0% { transform: translateY(0px); }
                    50% { transform: translateY(-5px); }
                    100% { transform: translateY(0px); }
                }

                #GRandomV15 .playeachgame-box:hover {
                    animation: float 1.5s infinite ease-in-out;
                }


                @media only screen and (max-width: 1000px){
                    #GRandomV15 .game-wrapper{width: 40% !important}
                }
                @media only screen and (max-width: 850px){
                    #GRandomV15 .game-wrapper{width: 70% !important}
                    
                }
                @media only screen and (max-width: 700px){
                    #GRandomV15 .game-wrapper{width: 100% !important}
                }
 #GBannerV6 {
                    background-image: url(../images/5.jpeg); 
                    background-size:cover;
                    background-position:center;
                    background-attachment:fixed;
                }

                #GBannerV6 .overlay {
                	position: absolute;
                	width: 100%;
                	height: 100%;
                	background: black;
                	opacity: 0.7;
                	top: 0;
                }

                @media (max-width: 970px) {
                   #GBannerV6 .flex-column-md{
                    flex-direction: column;
                   }
                   #GBannerV6 .w-100-w{
                    width: 100% !important;
                   }
                   
                }

                @media (max-width: 700px) {
                    #GBannerV6 .banner-wrapper h2 {font-size:xx-large !important;}
                   
                }


                 #GAboutv28 .container{
				margin-left: auto;
			    margin-right: auto;
			    max-width: 1204px;
			    padding-left: 20px;
			    padding-right: 20px;
			}

			@media (min-width: 1024px) {
			    #GAboutv28 .container {
			        padding-left: 30px;
			        padding-right: 30px;
			    }
			}

			#GAboutv28 {
			    background-color: #393E46;
			}
			#GAboutv28 .icon-img {
			    width: 80px;
			    height: 80px;
			    border-radius: 40px;
			}
			#GAboutv28 .icon-img img{
			    width: 60px;
			    height: 60px;
			    object-fit: contain;
			    animation: shake 0.8s infinite ease-in-out;
			}
			@keyframes shake {
			  0% { transform: translate(0, 0) rotate(0); }
			  10% { transform: translate(-5px, 0) rotate(-2deg); }
			  20% { transform: translate(5px, 0) rotate(2deg); }
			  30% { transform: translate(-5px, 0) rotate(-2deg); }
			  40% { transform: translate(5px, 0) rotate(2deg); }
			  50% { transform: translate(0, 0) rotate(0); }
			  100% { transform: translate(0, 0) rotate(0); }
			}
			#GAboutv28 .btn{
			    color: var(--button-text-color);
			    font-size: 17px;
			    background-color: var(--button-background-color);
			    border: none;
			    border-radius: 5px;
			    cursor: pointer;
			    padding: 10px;
			    transition: 0.5s;
			}
			#GAboutv28 .btn:hover{
			    transition: 0.5s;
			    opacity: 0.7;
			}
			#GAboutv28 .about-img{
			    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 100.00% 100%, 0.00% 100%, 0% 60%, 10% 20%);
			     transition: all 2s ease-in-out;
			    animation: glowEffect 2s ease-in-out infinite;
			}

			#GAboutv28 .about-img img {
			    object-fit: contain;
			    height: 821px;
			    filter: drop-shadow(0 0 20px #0ef0ad);
			    -webkit-filter: drop-shadow(0 0 20px #0ef0ad);
			    animation: glow 2s infinite;
			}
			@keyframes glowEffect {
			      0% {
			        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.4));
			      }
			      50% {
			        filter: drop-shadow(0 0 15px rgba(255, 255, 255, 1));
			      }
			      100% {
			        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.4));
			      }
			    }
			@media only screen and (max-width: 950px){
			    #GAboutv28 .w-100-md{width: 100% !important}
			    #GAboutv28 .flex-column-reverse{flex-direction: column-reverse;}
			    #GAboutv28 .icon {flex-direction: column;
			        align-items: center;}
			        #GAboutv28 .about-img img{height: 350px !important}
			    
			}
			@media only screen and (max-width: 580px){
			#GAboutv28 .about-img img{height: auto !important;}
			}




    #GFooterV28 {
				    background-image: url(../images/footerV28_footer_bg.png);
				    background-position: 50%;
				    background-size: cover;
				    overflow: clip;
				    padding: 1rem 0 2rem;
				    position: relative;
				    text-align: center;
				}

				 #GFooterV28 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1150px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GFooterV28 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}


				#GFooterV28:before {
				  background-color: #000;
				    clip-path: polygon(0 0, calc(50% - 180px) 0, calc(50% - 150px) 50px, calc(50% + 150px) 50px, calc(50% + 180px) 0, 100% 0, 100% 100%, calc(50% + 180px) 100%, calc(50% + 150px) calc(100% - 50px), calc(50% - 150px) calc(100% - 50px), calc(50% - 180px) 100%, 0 100%);
				    content: '';
				    height: calc(100% - 3rem);
				    left: 0;
				    margin-bottom: 2rem;
				    position: absolute;
				    top: 0;
				    width: 100%;
				}

				#GFooterV28 .age {
				  width: 80px;
				}
				#GFooterV28 .gamble {
				  width: 190px;
				}

.clr-white {color: white !important;}
.z-index-1 {z-index: 1;}
.overflow-hidden {overflow: hidden;}
.text-decoration-none {text-decoration: none;}

#gSingle-v2-banner .banner-heading {
    font-size: 60px;
}
#gSingle-v2-banner .banner-content {
    background: #B2B377;
    padding: 60px 0 55px;
}
#gSingle-v2 iframe { width: 80%;
					    display: flex;
					    margin: auto;
					    min-height: 500px;
					    border: none;
					    outline: none;
					}
#gSingle-v2-banner .banner-content:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url(../../assets/images/shape.png);
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    #gSingle-v2-banner .banner-heading {
        font-size: 40px !important;
    }
    #gSingle-v2-banner .banner-content {
        padding: 35px 0 40px;
    }
    #gSingle-v2 iframe {
        width: 90% !important;
        height: 50vh !important;
    }
} #GContactV16 .container{
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GContactV16 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				 #GContactV16 {
				    background-color: #504634;
				 }

				 #GContactV16 .form {width:70%;}

				#GContactV16 .input-fields {
				   	width: 100%;
				    padding: 16px;
				    box-sizing: border-box;
				    outline: none;
				    border-radius: 4px;
				    border: none;
				}
				#GContactV16 .btn{
				     padding: 15px 30px;
				     border-radius: 10px;
				    outline: none;
				    cursor: pointer;
				    background: var(--button-background-color);
				    color: var(--button-text-color);
				    border: none;
				    transition: 0.3s linear;
				}
				 #GContactV16 .btn:hover{
				    transition: 0.3s linear;
				    opacity: 0.7;
				}
				@media only screen and (max-width:1100px){
				    #GContactV16 .w-90-md{
				        width: 90% !important;
				    }
				}
				@media only screen and (max-width:750px){
				    #GContactV16 .form {
				        width: 100% !important;
				    }
				}

				#GContactV15 {background-color: #212529}

				#GContactV15 .container {
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1270px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
					 #GContactV15 .container {
					    padding-left: 30px;
					    padding-right: 30px;
					}
				}

				#GContactV15 .input-fields {
				    border: none;
				    outline: none;
				    padding: 12px;
				    box-sizing: border-box;
				    background: transparent;
				    color: white;
				    border: 1px solid white;
				}

				#GContactV15 .btn {
				  background: var(--button-background-color);
				    color: var(--button-text-color);
				    border: none;
				    padding: 12px 25px;
				    transition: 0.3s linear;
				}
				#GContactV15 .btn:hover {
				  transition: 0.3s linear;
				  opacity: 0.7;
				}

				#GContactV15 .form {
				  width: 50%;
				  margin: auto;
				}


				@media only screen and (max-width: 750px) {
				  #GContactV15 .form {width: 100% !important}
				}



.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	.container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}


.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	.container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}


.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	.container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}


.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	.container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}


.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	.container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
} #GGamesV31 .container{
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GGamesV31 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GGamesV31 {background-color: #222831}
				#GGamesV31 .playeachgame-box {

				    width: 260px;
				    height: 370px;
				    background-size: cover;
				    background-position: center;
				    border-radius: 50%;
				    display: flex;
				    flex-direction: column;
				    justify-content: flex-end;
				    align-items: center;
				    padding: 20px;
				    position: relative;
				    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.6), inset 0px 0px 10px rgba(255, 215, 0, 0.3);
				    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
				    overflow: hidden;
				}
				#GGamesV31 .playeachgame-box h3 {
				    font-size: 22px;
				    font-family: 'Cinzel', serif;
				    color: #58c2ff;
				    text-shadow: 0 0 10px rgba(255, 215, 0, 0.9);
				    background: rgba(0, 0, 0, 0.6);
				    padding: 8px 12px;
				    border-radius: 10px;
				    margin-bottom: 15px;
				    width: 80%;
				    text-align: center;
				}
				#GGamesV31 .playeachgame-btn {
				    display: inline-block;
				    padding: 12px 25px;
				    font-size: 16px;
				    font-weight: bold;
				    text-transform: uppercase;
				    background-color:var(--button-background-color);
				    color: var(--button-text-color);
				    border-radius: 12px;
				    border: none;
				    cursor: pointer;
				    box-shadow: 0 0 15px rgba(242, 166, 90, 0.8);
				    transition: all 0.3s ease-in-out;
				}
				#GGamesV31 .playeachgame-box:hover {
				    animation: float 1.5s infinite ease-in-out;
				}
				#GGamesV31 .playeachgame-box:hover {
				    transform: scale(1.1);
				    box-shadow: 0px 12px 20px rgba(255, 215, 0, 0.5);
				}
				@keyframes float {
				    0% { transform: translateY(0px); }
				    50% { transform: translateY(-5px); }
				    100% { transform: translateY(0px); }
				}

				#GGamesV31 .playeachgame-box:hover {
				    animation: float 1.5s infinite ease-in-out;
				}
.clr-white {color: white}
					.bg-dark {background-color: var(--single-game-background-color);}
					.overflow-hidden {
						overflow: hidden;
					}
					#gSingle-v1 .container {
					    margin-left: auto;
					    margin-right: auto;
					    max-width: 1300px;
					    padding-left: 20px;
					    padding-right: 20px;
					}

					@media (min-width: 1024px) {
						#gSingle-v1 .container {
						    padding-left: 30px;
						    padding-right: 30px;
						}
					}

					#gSingle-v1 .iframe-wrapper iframe {
					    width: 80%;
					    display: flex;
					    margin: auto;
					    min-height: 500px;
					    border: none;
					    outline: none;
					}

					@media only screen and (max-width: 650px) {
						#gSingle-v1 .iframe-wrapper iframe {
							width: 100% !important;
							min-height: 350px !important;
						}
					}