 #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: #5959a1;
					    padding: 10px;
					    border-radius: 5px;
					}
					 #GHeaderV10 .phone-nav {
						  position: absolute;
					    background: #5959a1;
					    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.opened {
					    display: block !important;
					}
						 #GHeaderV10 .desktop {
							display: none !important;
						}
						 #GHeaderV10 .phone {
							display: block !important;
						}
						#GHeaderV10 .phone-nav.show {
			        display: flex !important;
			    }
					}
  #GHeroV25 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1150px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GHeroV25 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}
				#GHeroV25 .clr-green {color: #45f882;}
				#GHeroV25 {
				  background: rgb(15 42 65);
				  padding-top: 9%;
				  padding-bottom: 4%;
				}
				@media only screen and (max-width: 850px) {
				  #GHeroV25 .w-60 {width: 80% !important}
				}
				#GHeroV25 .btn {
				  background-color:  var(--button-background-color);
				  background-image: none;
				  border-color: #0f1c23;
				  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
				  color:  var(--button-text-color);
				  padding: 15px 41px;
				    border: none;
				    color: white;
				    font-weight: 500;
				    font-size: 1rem;
				    transition: all .2s ease-in-out;
				}

				#GHeroV25 .btn:hover {
				    transition: all .2s ease-in-out;
				    background: white;
				    color: black;
				}
 #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;}
				}
				.clr-white {color: white}
                .bg-black {background-color: #122549}
                 #GRandomV16 .container{
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 1150px;
                    padding-left: 20px;
                    padding-right: 20px;
                }
                @media (min-width: 1024px) {
                    #GRandomV16 .container {
                        padding-left: 30px;
                        padding-right: 30px;
                    }
                }
                #GRandomV16 .why-content {
                  padding:18px;
                  border:1px solid white;
                  border-radius: 20px;
                  transition: all .2s ease-in-out;
                }
                #GRandomV16 .why-content:hover {
                  border:1px solid #45f882;
                  transition: all .2s ease-in-out;
                }
                @media only screen and (max-width: 920px) {
                    #GRandomV16 .flex-column-md {flex-direction: column !important;}
                      #GRandomV16 .w-100-md {width: 100% !important}
                }
#GFaqV2 {
              background-image: url(../images/aboutv13_bg.png);
              background-size: cover;
              background-attachment: fixed;
            }

            #GFaqV2 .faq-content {
                  border: 1px solid blue;
                border-radius: 10px;
                padding: 14px;
            }


            #GFaqV2 .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);
                }
            }



            #GFaqV2 .answer-icon {
              transform: rotate(270deg);
            }

            
			#GAboutv27 {background-color: #2a2a4c}

			#GAboutv27 .container{
				margin-left: auto;
			    margin-right: auto;
			    max-width: 1204px;
			    padding-left: 20px;
			    padding-right: 20px;
			}
			@media (min-width: 1024px) {
			    #GAboutv27 .container {
			        padding-left: 30px;
			        padding-right: 30px;
			    }
			}

			body {
			    overflow-x: hidden;
			}

			#GAboutv27 .about-content {
			    background: rgba(255, 255, 255, 0.05);
			    padding: 15px;
			    color: white;
			    border-radius: 15px;
			    border: 1px solid rgba(0, 255, 255, 0.1);
			    transform-origin: left;
			    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
			    cursor: pointer;
			    position: relative;
			    overflow: hidden;
			}
			#GAboutv27 .about-content:hover {
			    background: rgba(255, 255, 255, 0.1);
			    border-color: rgba(0, 255, 255, 0.3);
			}
			#GAboutv27 .about-content::before {
			    content: '';
			    position: absolute;
			    top: 0;
			    left: 0;
			    width: 100%;
			    height: 100%;
			    background: linear-gradient(45deg, transparent, rgba(0, 255, 255, 0.1), transparent);
			    transform: translateX(-100%);
			    transition: transform 0.6s;
			}
			#GAboutv27 .about-content:hover::before {
			    transform: translateX(100%);
			}

			#GAboutv27 .rotating-circle {
			    width: 400px;
			    height: 400px;
			    border: 2px solid rgba(0, 255, 255, 0.1);
			    border-radius: 50%;
			    position: relative;
			    animation: rotate 20s linear infinite;
			}

			@keyframes rotate {
			    0% {
			        transform: rotate(0deg);
			    }

			    100% {
			        transform: rotate(360deg);
			    }
			}

			#GAboutv27 .circle-options {
			    width: 80px;
			    height: 80px;
			    background: rgba(15, 52, 96, 0.8);
			    border: 2px solid rgba(0, 255, 255, 0.3);
			    border-radius: 50%;
			    position: absolute;
			    display: flex;
			    align-items: center;
			    justify-content: center;
			    font-size: 24px;
			    color: #FFD700;
			    transition: all 0.3s ease;
			}
			#GAboutv27 .option1 {
			    top: 0;
			    left: 50%;
			    transform: translateX(-50%) translateY(-50%);
			}
			#GAboutv27 .option2 {
			    top: 50%;
			    right: 0;
			    transform: translateY(-50%) translateX(50%);
			}
			#GAboutv27 .option3 {
			    bottom: 0;
			    left: 50%;
			    transform: translateX(-50%) translateY(50%);
			}
			#GAboutv27 .option4 {
			    top: 50%;
			    left: 0;
			    transform: translateY(-50%) translateX(-50%);
			}


			#GAboutv27 .stats-wrapper {
			    position: absolute;
			    top: 50%;
			    left: 50%;
			    transform: translate(-50%, -50%);
			    text-align: center;
			    z-index: 1;
			}
			#GAboutv27 .main-heading {
			    font-size: 64px;
			    color: #00FFFF;
			    font-weight: bold;
			    text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
			    margin-bottom: 10px;
			}
			#GAboutv27 .stat-label {
			    font-size: 18px;
			    color: #FFD700;
			    opacity: 0.8;
			}

			@media only screen and (max-width: 1000px) {
			    #GAboutv27 .flex-column-md {flex-direction: column !important;}
			    #GAboutv27 .w-100-md {width: 100% !important;}
			}

			@media only screen and (max-width: 750px) {
			    #GAboutv27 .rotating-circle {
			        width: 250px;
			        height: 250px;
			    }
			    #GAboutv27 .main-heading {font-size: 40px;}
			}




      #GFooterV24 .container{
						margin-left: auto;
					    margin-right: auto;
					    max-width: 1204px;
					    padding-left: 20px;
					    padding-right: 20px;
					}
					@media (min-width: 1024px) {
					    #GFooterV24 .container {
					        padding-left: 30px;
					        padding-right: 30px;
					    }
					}
					#GFooterV24 {
					    background-color:var(--footer-background-color) !important;
					}

					#GFooterV24 .disclaimer {
					    background-color: linear-gradient(135deg, #2a2a2a, #3c3c3c);
					    border: 2px solid #FDD835;
					    padding: 20px;
					    color: #f1f1f1;
					    font-size: 1.2rem;
					    text-align: center;
					    border-radius: 10px;
					    position: relative;
					    overflow: hidden;
					    margin-bottom: 50px;
					    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
					    animation: glowBorders 4s ease-in-out infinite, slideText 6s ease-in-out infinite;
					}

					@keyframes glowBorders {
					    0% {
					        box-shadow: 0 0 10px rgba(253, 216, 53, 0.5), inset 0 0 20px rgba(253, 216, 53, 0.5);
					        border-color: #FDD835;
					    }

					    50% {
					        box-shadow: 0 0 30px rgba(255, 235, 59, 0.7), inset 0 0 40px rgba(255, 235, 59, 0.7);
					        border-color: #FFC107;
					    }
					    100% {
					        box-shadow: 0 0 10px rgba(253, 216, 53, 0.5), inset 0 0 20px rgba(253, 216, 53, 0.5);
					        border-color: #FDD835;
					    }
					}

					@keyframes slideText {
					    0%, 100% {
					        transform: translateY(0);
					    }
					    50% {
					        transform: translateY(-10px);
					    }
					}

					#GFooterV24 .disclaimer:before {
					    content: '';
					    position: absolute;
					    top: -50%;
					    left: -50%;
					    width: 200%;
					    height: 200%;
					    background: radial-gradient(circle, rgba(253, 216, 53, 0.1), transparent);
					    animation: pulseGlow 5s infinite;
					    pointer-events: none;
					}

					@keyframes pulseGlow {
					    0%, 100% {
					        transform: scale(1);
					        opacity: 0.5;
					    }

					    50% {
					        transform: scale(1.2);
					        opacity: 1;
					    }
					}
					#GFooterV24 .age-img {
					    width: 60px;
					}

					@media only screen and (max-width: 650px) {
					    #GFooterV24 .flex-column-reverse-md {flex-direction: column-reverse;}
					}
.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;
						}
					}  #GContactV20 .container{
					    margin-left: auto;
					    margin-right: auto;
					    max-width: 1204px;
					    padding-left: 20px;
					    padding-right: 20px;
					}
					@media (min-width: 1024px) {
					    #GContactV20 .container {
					        padding-left: 30px;
					        padding-right: 30px;
					    }
					}

					#GContactV20 .contact-main{
					    margin: 0 auto;
					    padding: 40px;
					    background: rgb(15 42 65);
					    border-radius: 15px;
					    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
					    border: 3px solid #57788b;
					}
					#GContactV20 .form-group label {
					    font-size: 16px;
					    font-weight: bold;
					    color: white;
					    display: block;
					    margin-bottom: 5px;
					}
					#GContactV20 .form-group input, #GContactV20 .form-group textarea {
					    width: 100%;
					    padding: 12px;
					    border-radius: 8px;
					    border: none;
					    font-size: 16px;
					    background: rgba(255, 215, 0, 0.1);
					    color: #EDEDED;
					    transition: all 0.3s ease-in-out;
					}
					#GContactV20 .form-group input:hover, #GContactV20 .form-group textarea:hover {
					    background: rgba(255, 215, 0, 0.2);
					}
					#GContactV20 .contact-btn {
					    padding: 12px 30px;
					    font-weight: bold;
					    text-transform: uppercase;
					    background-color: var(--button-background-color);
					    color: var(--button-text-color);
					    border-radius: 8px;
					    border: none;
					    cursor: pointer;
					    box-shadow: 0 0 15px rgba(242, 166, 90, 0.8);
					    transition: all 0.3s ease-in-out;
					}
					#GContactV20 .contact-btn:hover {
					    background: #043865;
					    box-shadow: 0 0 20px rgba(167, 201, 87, 0.9);
					    transition: 0.3s;
					}

			#Gcontactv5 .container{
				margin-left: auto;
			    margin-right: auto;
			    max-width: 1204px;
			    padding-left: 20px;
			    padding-right: 20px;
			}
			@media (min-width: 1024px) {
			#Gcontactv5 .container {
			        padding-left: 30px;
			        padding-right: 30px;
			    }
			}
			 #Gcontactv5 {

			     background-color: #16213e;
			         position: relative;
			    width: 100%;
			    overflow: hidden;
			    z-index: 0;
			 }
			 #Gcontactv5 .suscr-form-body {
			    padding: 18px;
			    border-radius: 20px;
			    position: relative;
			    background-color: #1a1a1a;
			    color: #fff;
			    border: 1px solid #333;
			}
			 #Gcontactv5 .suscr-form-title {
			    margin-bottom: 30px;
			}
			 #Gcontactv5 .suscr-form-title img {
			    width: 100px;
			}

			 #Gcontactv5 .input-y47870213, .textarea-y47870213 {
			    background-color: #333;
			    color: #fff;
			    width: 100%;
			    font-family: 'Poppins', sans-serif;
			    padding: 13px 12px;
			    font-size: 0.89rem;
			    outline: 0;
			    border: 1px solid rgba(105, 105, 105, 0.397);
			    border-radius: 10px;
			    box-sizing: border-box;
			}
			#Gcontactv5 .waveImg {
			    opacity: 0.4;
			    transform: rotate(-15deg);
			    position: absolute;
			    bottom: -2%;
			    left: -10%;
			    width: 200%;
			    z-index: -1;
			    filter: drop-shadow(10px 10px 40px #fff);
			}
			#Gcontactv5 .button-4 {
			    border: 4px double #d25c1d;
			    border-radius: 60px;
			    font-size: 14px;
			    cursor: pointer;
			    padding: 10px 30px 10px 30px;
			    display: inline-block;
			    text-transform: uppercase;
			    letter-spacing: 1px;
			    font-weight: 700;
			    outline: none;
			    font-family: 'Poppins', sans-serif;
			    position: relative;
			    transition: all 0.3s;
			    color: #fff;
			    background: #d25c1d;
			}
			@media (max-width: 750px) {
			    #Gcontactv5 .suscr-form-body {
			        width: 100%;
			    }
			    #Gcontactv5 h4{
			        font-size: 20px !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: #12125a;
    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;
    }
}