 #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: #1b3c53;
					    padding: 10px;
					    border-radius: 5px;
					}
					 #GHeaderV10 .phone-nav {
						  position: absolute;
					    background: #1b3c53;
					    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) {
						#GHeaderV10 #phone-nav {
					    display: none !important;
					}
					 #GHeaderV10 #phone-nav.show {
					    display: flex !important;
					}
						 #GHeaderV10 .desktop {
							display: none !important;
						}
						 #GHeaderV10 .phone {
							display: block !important;
						}
					}
#GHeroV18{
				    background-image: url(../images/g1.jpeg);
				    background-position: center;
				    background-repeat: no-repeat;
				    position: relative;
				    height:90vh;
				    background-size: cover;
				    
				}
				#GHeroV18 .overlay{
				    content: '';
				    background-color: #120a06;
				    position: absolute;
				    width: 100%;
				    height: 100%;
				    opacity: 0.7;
				    top: 0;
				    bottom: 0;
				    left: 0;
				    right: 0;
				}
				#GHeroV18 .main {
					position:absolute;
					top:0;
					bottom:0;
					left:0;
					width:70%;
					right:0;
					display:flex;
					flex-direction:column;
					align-items:center;
				}
				#GHeroV18 .btn{
				    padding: 13px 28px;
				    color: var(--button-text-color) !important;
				    background-color: var(--button-background-color) !important;
				    border:none;
				    outline: none;
				    cursor: pointer;
				    border-radius: 10px;
				}
				#GHeroV18 .btn:hover{
				   transition:0.3s linear;
				   opacity:0.7;
				}


				@media (max-width: 750px) {
				   #GHeroV18 .flex-column-md{
				    flex-direction: column;
				   }
				   #GHeroV18 .w-100-w{
				    width: 100% !important;
				   }
				   #GHeroV18 {
				   		height:70vh !important;
					}
				   #GHeroV18 .main {
				   		width:95% !important;

					}
					#GHeroV18 .main h2 {
						font-size:xx-large !important;
					}
				   
				}


 
				#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;}
				}
				#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, #254d70, #04304f);
                    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}
                }#GFaqV4 .container {
                margin-left: auto;
                margin-right: auto;
                max-width: 1270px;
                padding-left: 20px;
                padding-right: 20px;
            }

            @media (min-width: 1024px) {
               #GFaqV4 .container {
                  padding-left: 30px;
                  padding-right: 30px;
              }
            }

            #GFaqV4 {
              background-color: #212529;
              color: white;
            }

            #GFaqV4 .faq-content {
                  border: 1px solid blue;
                padding: 14px;
                display: flex;
                margin-top: 2%;
                flex-direction: column;
                gap:10px;
                box-shadow: 2px 2px 10px #00fff7;
                transition: 0.3s ease-out;
            }

            #GFaqV4 .faq-content:hover {
              box-shadow: 3px 3px 20px #00fff7;
                transition: 0.3s ease-out;
            }

            #GFaqV4 .faq-content:hover .question-icon {
                animation-name: header-up;
                animation-duration: 0.75s;
                animation-timing-function: ease-out;
            }

            @keyframes header-up {
                0% {
                    transform: translateY(0);
                }
                25% {
                    transform: translateY(-6px);
                }
                50% {
                    transform: translateY(0);
                }
                75% {
                    transform: translateY(-6px);
                }
                100% {
                    transform: translateY(0);
                }
            }



            #GFaqV4 .answer-icon {
              transform: rotate(270deg);
            }

            @media only screen and (max-width: 800px) {
              #GFaqV4 .answer-icon {display: none !important;}
            }

             #GAboutV25 .container{
				margin-left: auto;
			    margin-right: auto;
			    max-width: 1204px;
			    padding-left: 20px;
			    padding-right: 20px;
			}
			@media (min-width: 1024px) {
			    #GAboutV25 .container {
			        padding-left: 30px;
			        padding-right: 30px;
			    }
			}
			#GAboutV25{
			    background-color: #4e5252;  
			}
			#GAboutV25 .about-content{
			    background-color: #161c1cc2;
			    border-radius: 30px;

			}
			#GAboutV25 .text{
			    padding: 20px;
			    text-align: center;
			}
			#GAboutV25 .text img{
			    height: 200px;
			    width: 100%;
			    object-fit: contain;
			}
			#GAboutV25 .img-wrapper img{
			    height: 350px;
			    object-fit: contain;
			}

			@media (max-width: 870px) {
			   #GAboutV25 .flex-column-md{
			    flex-direction: column;
			   }
			   #GAboutV25 .w-100-md{
			    width: 100% !important;
			   }
			   #GAboutV25 .w-40-md{
			    width: 40% !important;
			   }
			   
			   
			}


			  @media (max-width: 550px) {
			    
			#GAboutV25 .w-60-mm{
			    width: 60% !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;
						}
					} #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: #1B3C53;
				 }

				 #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;
				    }
				}

		.w-45 {width: 45%;}
		#Gcontactv4 {
			position: relative;
		    background-image: url('../images/contact.webp');
		    background-repeat: no-repeat;
		    background-size: cover;
		    padding: 76px 0 80px 0;
		    overflow: hidden;
		}
		#Gcontactv4 .hero-overlay {
			position: absolute;
			top: 0;
		    width: 100%;
		    height: 100%;
		    background-color: rgba(0, 0, 0, 0.7);
		}
		#Gcontactv4 .container {
		    margin-left: auto;
		    margin-right: auto;
		    max-width: 1170px;
		    padding-left: 20px;
		    padding-right: 20px;
		}

		@media (min-width: 1024px) {
			#Gcontactv4 .container {
			    padding-left: 30px;
			    padding-right: 30px;
			}
		}

		#Gcontactv4 .form-content {
			background-color: rgb(0 0 0 / 60%);
			padding:20px;
			border-radius: 8px;
			box-shadow: 0px 0px 9px -1px #ac9696;
		}

		#Gcontactv4 .input-fields {
			padding: 13px;
		    border-radius: 5px;
		    border: 1px solid white;
		    box-sizing: border-box;
		    font-family: 'Roboto', sans-serif;
		    outline: none;
		    font-size: 0.89rem;
		}
		#Gcontactv4 .contact-info {
			box-shadow: 0px 0px 9px -1px #ac9696;
		}
		#Gcontactv4 .btn {
			    padding: 10px 20px 10px 20px;
		    border-radius: 6px;
		    border: 1px solid white;
		    background: transparent;
		    color: var(--button-text-color);;
		     font-family: 'Roboto', sans-serif;
		    font-weight: bold;
		    font-size: 1rem;
		    transition: 0.3s linear;
		}
		#Gcontactv4 .btn:hover {
			transition: 0.3s linear;
			background-color: var(--button-background-color);
			color: black;
		}
		@media only screen and (max-width: 980px) {
			#Gcontactv4 .flex-column-md {flex-direction:column !important;}
			#Gcontactv4 .w-100-md {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: #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;
				}
.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: #1b3c53;
    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;
    }
}