 #GHeaderV10 {
					 	position: absolute;
					    z-index: 111;
					    width: -webkit-fill-available;
						
						
					}

					#GHeaderV10 .header-navigation {
					color:var(--header-navigation-color) !important;
				}
				#GHeaderV10 .logo-text {
					color:var(--logo-text-color) !important;
				}


					 #GHeaderV10 .logo-main img {
						width: 60px;
					}

					 #GHeaderV10 .fa-bars {
						    color: white;
					    background: #0e619b;
					    padding: 10px;
					    border-radius: 5px;
					}
					 #GHeaderV10 .phone-nav {
						  position: absolute;
					    background: #0e619b;
					    width: 100%;
					    left: 0;
					    top: 100%;
					    padding-top: 20px;
					    padding-bottom: 20px;
					}

					 #GHeaderV10 .container {
					    margin-left: auto;
					    margin-right: auto;
					    max-width: 1300px;
					    padding-left: 20px;
					    padding-right: 20px;
					}

					@media (min-width: 1024px) {
						 #GHeaderV10 .container {
						    padding-left: 30px;
						    padding-right: 30px;
						}
					}



					 #GHeaderV10 .desktop {
						display: block;
					}
					 #GHeaderV10 .phone {
						display: none !important;
					}
					#GHeaderV10 #phone-nav {
						display: none !important;
					}
					@media only screen and (max-width: 750px) {
						#phone-nav {
					    display: none;
					}
					 #GHeaderV10 #phone-nav.show {
					    display: block !important;
					}
						 #GHeaderV10 .desktop {
							display: none !important;
						}
						 #GHeaderV10 .phone {
							display: block !important;
						}
					}
 #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{
				    opacity: 0.5;
				    transition: 0.3s;
				    
				}

				@media screen and (max-width: 950px){
				   #GHeroV23 .flex-column-md{
				    flex-direction: column;
				   }
				   #GHeroV23 .w-100-md{
				    width: 100% !important;
				   }
				  
				}

 #GGamesV28 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GGamesV28 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GGamesV28 .title {
				    background:url(../images/ContactV17_title.png) repeat scroll #8b4513;
				    padding: 10px 22px;
				    display: block;
				    border-radius: 5px;
				    text-align: center;
				    font-size: 20px;
				    overflow: hidden;
				    color: #FDD835;
				    text-shadow: 0 0 10px rgba(255, 223, 59, 0.7);
				}

				#GGamesV28 .btn {
				    padding:13px;
				    border-radius: 5px;
				    border:none;
				    background-color: var(--button-background-color);
				    color: var(--button-text-color);
				    transition: 0.3s linear;
				}

				#GGamesV28 .btn:hover {
				    transition: 0.3s linear;
				    opacity: 0.7;
				}

				#GGamesV28 {background-color: #2a2a4c}

				#GGamesV28 .game-img {border-radius: 9px;}
				#GGamesV28 .games-wrapper {
				    background: white;
				    padding: 20px;
				    border-radius: 9px;
				}

				@media only screen and (max-width: 750px) {
				    #GGamesV28 .flex-column-md {flex-direction: column !important;}
				    #GGamesV28 .w-100-md {width: 100% !important;}
				}
				#GRandomV14 .container{
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 1204px;
                    padding-left: 20px;
                    padding-right: 20px;
                }
                @media (min-width: 1024px) {
                    #GRandomV14 .container {
                        padding-left: 30px;
                        padding-right: 30px;
                    }
                }

                #GRandomV14 .discover-box {
                    
                    margin: 30px 0;
                    padding: 30px;
                    background: linear-gradient(145deg, #1b3c53, #456882);
                    border-radius: 15px;
                    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
                    overflow: hidden;
                    position: relative;
                    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
                }
                #GRandomV14 .discover-box img{
                    width: 400px;
                    height: 270px;
                    border-radius: 5px;
                }

                #GRandomV14 .discover-btn{
                    background-color: #57788b;
                    color: white;
                    cursor: pointer;
                    outline: none;
                    border-radius: 5px;
                    transition: 0.3s;
                    padding: 15px 20px;
                    border: none;
                }
                #GRandomV14 .discover-btn:hover{
                    opacity: 0.7;
                    transition: 0.3s;
                }
                #GRandomV14 .discover-box:hover {
                    animation: glow 2s infinite;
                }
                #GRandomV14 .discover-box:hover {
                    transform: scale(1.03);
                    box-shadow: 0 12px 25px rgba(255, 215, 0, 0.6);
                }
                @media only screen and (max-width: 850px){
                   
                    #GRandomV14 .discover-content{flex-direction: column;}
                    
                }
                @media only screen and (max-width: 700px){
                    #GRandomV14 .discover-box img {width: 500px !important}
                    #GRandomV14 .discover-text  {width: 75% !important}
                }
                @media only screen and (max-width: 500px){
                    #GRandomV14 .discover-box img {width: 300px !important}
                    #GRandomV14 .discover-text  {width: 100% !important}
                }
            #Gfaqv1 {
                position: relative;
                background-image: url('../images/g1.jpg');
                background-repeat: no-repeat;
                background-size: cover;
                padding: 76px 0 80px 0;
                overflow: hidden;
                background-attachment: fixed;
            }
            #Gfaqv1 .hero-overlay {
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.7);
            }
            #Gfaqv1 .container {
                margin-left: auto;
                margin-right: auto;
                max-width: 1170px;
                padding-left: 20px;
                padding-right: 20px;
            }

            @media (min-width: 1024px) {
                #Gfaqv1 .container {
                    padding-left: 30px;
                    padding-right: 30px;
                }
            }

            #Gfaqv1 .accordion .accordion-item {
              border-bottom: 1px solid #e5e5e5;
            }


            #Gfaqv1 .accordion button {
              position: relative;
              display: block;
              text-align: left;
              width: 98%;
              padding: 1em 0;
              color: #fff;
              font-size: 1.15rem;
              font-weight: 400;
              border: none;
              background: none;
              outline: none;
            }

            #Gfaqv1 .accordion button:hover,
            #Gfaqv1 .accordion button:focus {
              cursor: pointer;
            }

            #Gfaqv1 .accordion button:hover::after,
            #Gfaqv1 .accordion button:focus::after {
              cursor: pointer;
              color: #03b5d2;
              border: 1px solid #03b5d2;
            }

            #Gfaqv1 .accordion button .accordion-title {
              padding: 1em 1.5em 1em 0;
            }

            #Gfaqv1 .accordion button .icon {
              display: inline-block;
              position: absolute;
              top: 18px;
              right: 0;
              width: 22px;
              height: 22px;
              font-size: x-large;
            }

            #Gfaqv1 .accordion button .icon::before {
              display: block;
              position: absolute;
              content: '';
                top: 10px;
                left: 4px;
                width: 20px;
                height: 2px;
              background: currentColor;
            }
            #Gfaqv1 .accordion button .icon::after {
              display: block;
              position: absolute;
              content: '';
                top: 1px;
                left: 12px;
                width: 3px;
                height: 20px;
              background: currentColor;
            }

            #Gfaqv1 .accordion button[aria-expanded='true'] .icon::after {
              width: 0;
            }
            #Gfaqv1 .accordion button[aria-expanded='true'] + .accordion-content {
              opacity: 1;
              max-height: 9em;
              transition: all 200ms linear;
              will-change: opacity, max-height;
            }
            #Gfaqv1 .accordion .accordion-content {
              opacity: 0;
              max-height: 0;
              overflow: hidden;
              transition: opacity 200ms linear, max-height 200ms linear;
              will-change: opacity, max-height;
            }
            #Gfaqv1 .accordion .accordion-content p {
              font-size: 1rem;
              font-weight: 300;
              color: white;
              margin: 2em 0;
            }

            
			#GAboutV23 {background-color: #212529}

			#GAboutV23 .container {
			    margin-left: auto;
			    margin-right: auto;
			    max-width: 1270px;
			    padding-left: 20px;
			    padding-right: 20px;
			}

			@media (min-width: 1024px) {
				 #GAboutV23 .container {
				    padding-left: 30px;
				    padding-right: 30px;
				}
			}

			#GAboutV23 .about-img {
			    width: calc(100% / 3);
			    height: 130px;
			    margin: 50px 0;
			    filter: drop-shadow(0 0 0.25rem #00fff7);
			    transition: 0.3s ease-in-out;
			      position: relative;
			  z-index: 2;
			  overflow: hidden;
			}
			#GAboutV23 .about-img:before {
			  content: '';
			  position: absolute;
			  top: 0;
			  left: -100%;
			  width: 200%;
			  height: 130px;
			  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, #00fff7 50%, rgba(255, 255, 255, 0) 70%);
			  animation: shine 5s infinite;
			  z-index: 0;
			}
			@keyframes shine {
			  100% {
			    left: 100%;
			  }
			}

			@media only screen and (max-width: 650px) {
			    #GAboutV23 .about-img:before {
			      content: '';
			      position: absolute;
			      top: 0;
			      left: -100%;
			      width: 200%;
			      height: 0;
			      background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, #00fff7 50%, rgba(255, 255, 255, 0) 70%);
			      animation: shine 5s infinite;
			      z-index: -2;
			    }
			    #GAboutV23 .about-img {height: inherit !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: #1B3C53;
				    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}
					.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;
						}
					}  #GContactV17 .container{
						margin-left: auto;
					    margin-right: auto;
					    max-width: 1204px;
					    padding-left: 20px;
					    padding-right: 20px;
					}
					@media (min-width: 1024px) {
					    #GContactV17 .container {
					        padding-left: 30px;
					        padding-right: 30px;
					    }
					}

					#GContactV17 .title {
					    background:url(../images/ContactV17_title.png) repeat scroll #8b4513;
					    padding: 10px 22px;
					    display: block;
					    border-radius: 5px;
					    text-align: center;
					    font-size: 20px;
					    overflow: hidden;
					    color: #FDD835;
					    text-shadow: 0 0 10px rgba(255, 223, 59, 0.7);
					}
					#GContactV17 {background-color: #2a2a4c}

					#GContactV17 .input-fields {
					    padding:13px;
					    border:none;
					    border-radius: 5px;
					    box-sizing: border-box;
					}

					#GContactV17 .form {
					    padding:15px;
					}

					#GContactV17 .btn {
					    padding:13px;
					    border-radius: 5px;
					    border:none;
					    background-color: var(--button-background-color);
					    color: var(--button-text-color);
					    transition: 0.3s linear;
					}

					#GContactV17 .btn:hover {
					    transition: 0.3s linear;
					    opacity: 0.7;
					}

					@media only screen and (max-width: 750px) {
					    #GContactV17 .flex-column-md {flex-direction: column !important;}
					    #GContactV17 .w-100-md {width: 100% !important;}
					}


				#GContactV10 {background-color: #456882}

				#GContactV10 .input-fields {
				    padding:12px;
				    border-radius: 5px;
				    border:none;
				    outline: none;
				    box-sizing: border-box;
				}
				#GContactV10 .btn {
				    padding:12px;
				    border-radius: 5px;
				    border:none;
				    background-color: var(--button-background-color);
				    color: var(--button-text-color);
				    transition: 0.3s linear;
				}
				#GContactV10 .btn:hover {
				    transition: 0.3s linear;
				    opacity: 0.7;
				}
				#GContactV10 .form-content {
				        background: hsl(204.64deg 50.91% 21.57%);
				    padding: 35px;
				    border-radius: 20px;
				    width: 55%;
				    margin: auto;
				    transition: 0.3s ease-in-out;
				}
				#GContactV10 .form-content:hover {
				    box-shadow: 0px 0px 50px 0px rgba(61.000000000000014, 225, 107.61521739130433, 0.3);
				    transition: 0.3s ease-in-out;

				}

				@media only screen and (max-width: 750px) {
				    #GContactV10 .form-content {width: -webkit-fill-available !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;
	}
}
				#GGamesV25 {background-color: #212529}

				#GGamesV25 .container {
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1270px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
					 #GGamesV25 .container {
					    padding-left: 30px;
					    padding-right: 30px;
					}
				}

				#GGamesV25 .games-wrapper {
					filter:drop-shadow(0 0 0.25rem #00fff7);
					transition: 0.3s ease-in-out;
				}

				#GGamesV25 .games-wrapper:hover {
					overflow: hidden;
					filter:drop-shadow(0 0 0.25rem #00fff7);
				}

				#GGamesV25 .games-content {
					position: absolute;
				    top: 0;
				    background: #000000cc;
				    padding: 3px;
				    visibility: hidden;
				    opacity: 0;
				    height: -webkit-fill-available;
				    transform: scale(0.3);
				    transition: 0.3s ease-in-out;
				}

				#GGamesV25 .games-wrapper:hover .games-content {
					visibility: visible;
				    transform: scale(1);
				    opacity: 1;
				    transition: 0.3s ease-in-out;
				}

				#GGamesV25 .games-wrapper img {
					width:100%;
					height:300px;
					object-fit:cover;
				}

				#GGamesV25 .games-wrapper {width: 30%;}

				@media only screen and (max-width: 950px) {
					#GGamesV25 .games-wrapper {width: 45% !important;}
				}

				@media only screen and (max-width: 730px) {
					#GGamesV25 .games-wrapper {width: 100% !important;}
				}
				.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: hsl(204.64deg 50.91% 21.57%);
    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;
    }
}