 #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: #dc4c4c;
					    padding: 10px;
					    border-radius: 5px;
					}
					 #GHeaderV10 .phone-nav {
						  position: absolute;
					    background: #dc4c4c;
					    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;
						}
					}
 #GHeroV24 .container{
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GHeroV24 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GHeroV24 {
				    background-image: url(../images/hero.jpg);
				    background-size: cover;
				    background-position: center;
				    height: 90vh;
				    position: relative;
				    display: flex;
				    align-items: center;
				    justify-content: center;
				}
				#GHeroV24 .overlay {
				    position: absolute;
				    top: 0;
				    width: 100%;
				    height: 100%;
				    background-color: black;
				    opacity: 0.7;
				}
				#GHeroV24 .hero-content {
				    max-width: 600px;
				    position: relative;
				    top: 0;
				    bottom: 0;
				    left: 0;
				    right: 0;
				    display: flex;
				    flex-direction: column;
				    justify-content: center;
				    margin: auto;
				    height: min-content;
				}
				#GHeroV24 .hero-content h2 {
				    text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
				}


				#GHeroV24 .hero-btn{
				    padding: 14px 39px;
				    border: 1px solid gray;
				    outline: none;
				    border-radius: 5px;
				    cursor: pointer;
				    background-color: var(--button-background-color);
				    color: var(--button-text-color);
				    border-radius: 8px;
				    box-shadow: 0 0 15px rgba(242, 166, 90, 0.8);
				    transition: all 0.3s ease-in-out;
				}
				#GHeroV24 .hero-btn:hover{
				    background: #A7C957;
				    box-shadow: 0 0 20px rgba(167, 201, 87, 0.9);
				    transform: scale(1.1);
				}
				@media only screen and (max-width: 750px){
				    #GHeroV24 .hero-content h2{font-size: xx-large !important; margin-block-end: 0;}
				}
				@media only screen and (max-width: 600px){
				   #GHeroV24 .hero-content h1{font-size: xx-large !important; margin-block-start: 0;}
				   #GHeroV24 .hero-input{flex-direction: column;}
				   #GHeroV24 .hero-content{width: 100% !important}
				}
 #GGamesV29 .container{
						margin-left: auto;
					    margin-right: auto;
					    max-width: 1204px;
					    padding-left: 20px;
					    padding-right: 20px;
					}

					@media (min-width: 1024px) {
					    #GGamesV29 .container {
					        padding-left: 30px;
					        padding-right: 30px;
					    }
					}

					#GGamesV29 {
					    background-color: #222434;
					}
					#GGamesV29 .game-wrapper {
						width:45%;
					}
					#GGamesV29 .game-wrapper img {
						height:400px;
					}
					#GGamesV29 .game-wrapper::before {
					    position: absolute;
					    content: '';
					    width: 100%;
					    height: 100%;
					    z-index: 0;
					    background: #0ef0ad;
					    opacity: .55;
					}
					#GGamesV29 .content {
					   top:0;
					   bottom:0;
					    transform: translate(0%, 8%);
					}
					#GGamesV29 .content h4{
					    color: white;
					    font-weight: 700;
					    text-transform: capitalize;
					    font-size: xx-large;
					    text-shadow: 2px 2px 6px #111;
					    transition: 0.5s;
					    cursor: pointer;
					}
					#GGamesV29 .content h4:hover{
					    transition: 0.5s;
					    color: black;
					}
					#GGamesV29 .btn{
					    color: var(--button-text-color);
					    font-size: 17px;
					    background-color: var(--button-background-color);
					    border: none;
					    border-radius: 5px;
					    cursor: pointer;
					    padding: 10px 50px;
					    transition: 0.5s;
					}
					#GGamesV29 .btn:hover{
					    background: #A7C957;
				    box-shadow: 0 0 20px rgba(167, 201, 87, 0.9);
				    transform: scale(1.1);
					}
					@media only screen and (max-width: 850px){
					     #GGamesV29 .w-100-md{width: 100% !important}
					     #GGamesV29 .flex-column{flex-direction: column;}

					}
.clr-white {color: white}
                .bg-black {background-color: #615c4d}
                 #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}
                }
#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: #615c4d;
              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;}
            }

             #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: #3f4784;
			}*/
			#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{
			    background: #A7C957;
				    box-shadow: 0 0 20px rgba(167, 201, 87, 0.9);
				    transform: scale(1.1);
			}
			#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;}
			}




     #GFooterV25 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
				    #GFooterV25 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GFooterV25 {
				    background-color: #464d83;

				}
				#GFooterV25 .desclaimer {
				    background: #0ef0ad;
				    border-radius: 0px;
				    display: flex;
				    flex-direction: column;
				    gap: 20px;
				    transition: all 2s ease-in-out;
				    animation: glowEffect 2s ease-in-out 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));
				      }
				    }

				#GFooterV25 .disclaimer-content{ padding: 40px;}
				#GFooterV25 .disclaimer-content img{
				    width: 85px;
				    height: 85px;
				    object-fit: contain;
				}
				#GFooterV25 .logo img{
				    width: 95px;
				    height: 95px;
				    object-fit: contain;
				}
				 #GFooterV25 .disclaimer-content h2 {
				    font-weight: 800;
				    font-size: clamp(22px, 5vw, 45px);
				    text-align: center;
				    margin-block-end: auto;
				    margin-block-start: auto;
				    text-transform: uppercase;

				 }
				 #GFooterV25 .link a { 
				 transition: 0.5s;
				    cursor: pointer;}

				    #GFooterV25 .link a:hover{
				        transition: 0.5s;
				        opacity: 0.7;
				    }
				#GFooterV25 .copyright{
				    margin-top: 25px;
				    padding: 20px;
				    background: #303141;
				    border-radius: 32px 32px 0px 0px;
				}

				.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 {
					    background: #A7C957;
				    box-shadow: 0 0 20px rgba(167, 201, 87, 0.9);
				    transform: scale(1.1);
					}

					@media only screen and (max-width: 750px) {
					    #GContactV17 .flex-column-md {flex-direction: column !important;}
					    #GContactV17 .w-100-md {width: 100% !important;}
					}

		.w-45 {width: 45%;}
		#Gcontactv4 {
			position: relative;
		    /*background-image: url('https://placehold.co/600x400@2x.png?text=.');*/
		    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(62 115 170 / 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 {
			background: #A7C957;
				    box-shadow: 0 0 20px rgba(167, 201, 87, 0.9);
				    transform: scale(1.1);
			
		}
		@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: #615c4d}
				#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: #4d4d48;
    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;
    }
}