 #GHeaderV12 .container{
						margin-left: auto;
					    margin-right: auto;
					    max-width: 1204px;
					    padding-left: 20px;
					    padding-right: 20px;
					}
					@media (min-width: 1024px) {
					    #GHeaderV12 .container {
					        padding-left: 30px;
					        padding-right: 30px;
					    }
					}
					#GHeaderV12 .nav-links {
					    color: var(--header-navigation-color);
					}


					#GHeaderV12 {
					    width: 70%;
					    position:absolute;
					    top:3%;
					    left:0;
					    z-index:111;
					    right:0;
					    box-shadow: 0 2px 8px rgba(0,0,0,.75), inset 0 +5px rgba(0,0,0,.26);
					    margin: auto;
					    background-color:  var(--header-background-color)  !important;
					} #GHeroV21 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GHeroV21 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GHeroV21 {
				    background-image: url(../images/hero.jpg);
				    background-size: cover;
				    background-position: center;
				    height: 80vh;
				}
				#GHeroV21 .logo-text {
				color:var(--logo-text-color);
			}
				#GHeroV21 .logo {width: 100px;}
				#GHeroV21 .overlay {
				    position: absolute;
				    top: 0;
				    width: 100%;
				    height: 100%;
				    background-color: black;
				    opacity: 0.7;
				}
				#GHeroV21 .hero-content {
				    position: absolute;
				    top: 0;
				    bottom: 0;
				    left: 0;
				    right: 0;
				    display: flex;
				    align-items: center;
				    justify-content: center;
				}



   #GGamesV32 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1150px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GGamesV32 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}
				#GGamesV32 .games-wrapper {
				  width: 22%;
				}
				#GGamesV32 .games-wrapper img {
				  border-radius: 30px;
				  height:250px;
				  object-fit:cover;
				}

				#GGamesV32 .games-wrapper:hover .games-content {
				  opacity: 1 !important;
				  z-index: 1 !important;
				}

				#GGamesV32 .games-content {
				  align-content: center;
				    background-color: rgba(15, 28, 35, .859);
				    border: inherit;
				    font-weight: 600;
				    height: -webkit-fill-available;
				    left: 0;
				    border-radius: 30px;
				    opacity: 0;
				    padding: 1rem;
				    position: absolute;
				    text-align: center;
				    top: 0;
				    transition: all .2s ease-in-out;
				    width: -webkit-fill-available;
				    z-index: -1;
				}
				@media only screen and (max-width: 850px) {
				  #GGamesV32 .games-wrapper {
				    width: 44% !important;
				  }
				}
				#GGamesV32 .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;
				}

				#GGamesV32 .btn:hover {
				    transition: all .2s ease-in-out;
				    background: white;
				    color: black;
				}

				@media only screen and (max-width: 620px) {
				  #GGamesV32 .games-wrapper {width: 100% !important;}
				}
#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}
                }
#gbannerv2 .container{
              margin-left: auto;
                margin-right: auto;
                max-width: 1204px;
                padding-left: 20px;
                padding-right: 20px;
            }
            @media (min-width: 1024px) {
            #gbannerv2 .container {
                    padding-left: 30px;
                    padding-right: 30px;
                }
            }


            #gbannerv2 {
                background-image: url(../images/banner.jpg);
                background-size: cover;
                background-attachment: fixed;
                background-position: center;
            }

            #gbannerv2 .overlay {
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
                opacity: 0.7;
                background-color: #240a2b;
            } #GAboutv30 .container{
			    margin-left: auto;
			    margin-right: auto;
			    max-width: 1204px;
			    padding-left: 20px;
			    padding-right: 20px;
			}
			@media (min-width: 1024px) {
			    #GAboutv30 .container {
			        padding-left: 30px;
			        padding-right: 30px;
			    }
			}

			#GAboutv30 {
			    background: linear-gradient(135deg, #8f9992, #0d447a);
			    padding: 80px 10%;
			    text-align: center;
			    color: #E8D7A7;
			}
			#GAboutv30 .about-main {
			    animation: fadeIn 1.5s ease-in-out;
			}
			#GAboutv30 .about-main {
			    max-width: 800px;
			   
			    margin: 0 auto;
			    background: rgb(51 84 117 / 85%);
			    border-radius: 15px;
			    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
			    border: 3px solid #57788b;
			}
			#GAboutv30 .about-content{padding: 40px}
			#GAboutv30 .about-title{
			    font-size: 42px;
			    color: white;
			    text-shadow: 0 0 15px rgba(255, 215, 0, 0.9);
			    transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
			}
			#GAboutv30 .about-title:hover {
			    color: white;
			    text-shadow: 0 0 20px rgba(242, 166, 90, 1);
			}
			#GAboutv30 .about-text{
			    font-size: 18px;
			    line-height: 1.8;
			    color: #EDEDED;
			    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
			    margin-bottom: 15px;
			    transition: transform 0.3s ease-in-out;
			}
			#GAboutv30 .about-text:hover {
			    transform: scale(1.02);
			    text-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
			}
			#GAboutv30 .sub-title {
			    font-size: 28px;
			    color: #A7C957;
			    margin-top: 30px;
			    text-shadow: 0 0 10px rgba(167, 201, 87, 0.9);
			    transition: transform 0.3s ease-in-out;
			}
			#GAboutv30 .sub-title:hover {
			    transform: scale(1.05);
			    text-shadow: 0 0 20px rgba(167, 201, 87, 1);
			}
			#GAboutv30 .aboutpage-list {
			    text-align: left;
			    margin-top: 20px;
			    padding-left: 20px;
			}
			#GAboutv30 .aboutpage-list li {
			    font-size: 18px;
			    color: white;
			    margin-bottom: 10px;
			    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
			    transition: transform 0.3s ease-in-out;
			}
			@media only screen and (max-width:650px){
			    #GAboutv30 .about-title{font-size: 30px !important}
			    #GAboutv30 .about-main{width: 100% !important}
			}

      #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 !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;
    }
}  #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;}
					}
 #GContactV13 {
				    background-color: #06010e;
				 }
				#GContactV13 .main-contact {
				    background-color: #5c5861c7;
				    border-radius: 10px;
				    padding: 50px;
				    width:60%;
				    margin:auto;
				}
				#GContactV13 .form-control{
				    width: 100%;
				    padding: 12px 18px;
				    font-weight: 400;
				    box-sizing: border-box;
				    background-color: #fff;
				    outline: none;
				    border-radius:5px;
				    color: black;
				    border: none;
				}
				#GContactV13 .btn{
				     padding: 12px 18px;
				    outline: none;
				    border-radius:5px;
				    cursor: pointer;
				    font-size: large;
				    font-weight: 700;
				    background-color: var(--button-background-color);
				    color: var(--button-text-color);
				    border: none;
				    width: 100%;
				}
				 #GContactV13 .btn:hover{
				    transition:0.3s linear;
				    opacity:0.7;
				}
				@media only screen and (max-width:1100px){
				    #GContactV13 .w-90-md{
				        width: 90% !important;
				    }
				}
				@media only screen and (max-width:800px){
				    #GContactV13 .w-100-md{
				        width: 100% !important;
				    }
				    #GContactV13 .main-contact {
				    width:-webkit-fill-available !important;
				    padding: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;
	}
} #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: #afb3d0;
					}
					#GGamesV29 .game-wrapper {
						width:45%;
					}
					#GGamesV29 .game-wrapper img {
						height:400px;
						object-fit: cover;
					}
					#GGamesV29 .game-wrapper::before {
					    position: absolute;
					    content: '';
					    width: 100%;
					    height: 100%;
					    z-index: 0;
					    background: #656d6a;
					    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 .game-btn .btn:hover{
					    opacity: 0.7;
					    transition: 0.5s;
					}
					@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-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;
						}
					}