 #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;
					} #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{
				    color:white;
				    transition: 0.3s;
				    opacity: 0.5;
				    
				}

				@media screen and (max-width: 950px){
				   #GHeroV23 .flex-column-md{
				    flex-direction: column;
				   }
				   #GHeroV23 .w-100-md{
				    width: 100% !important;
				   }
				  
				}


			 #GGamesV26 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
				    #GGamesV26 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}



				#GGamesV26 {
				   
				   background-color:red;
				   position: relative;
				   background-position: center;
				   background-repeat: no-repeat;
				   background-size: cover;
				}
				#GGamesV26 .overlay{
				    content: '';
				    position: absolute;
				    top: 0;
				    left: 0;
				    height: 100%;
				    width: 100%;
				    transition: all 0.8s;
				    opacity: 0.7;
				    background: #b8a278;
				    background-size: 100% 100%;
				}
				#GGamesV26 .game-wrapper{
				    background-color: black;
				    border-radius: 20px;
				    overflow: hidden;

				}
				#GGamesV26 .game-wrapper img{
				    border-top-right-radius: 20px;
				    border-top-left-radius: 20px;
				    height: 290px;
				    object-fit: cover;
				  transition: transform 0.3s ease-in-out;
				}
				#GGamesV26 .game{
				    padding:30px;
				}
				#GGamesV26 .game h2:hover{
				    color: gold;
				    transition: 0.3s ease-in-out;
				    
				}

				#GGamesV26 .game-wrapper :hover img {
				  transform: scale(1.1);
				}
				@media only screen and (max-width: 950px) {
				    #GGamesV26 .flex-wrap-w {
				       flex-wrap: wrap;
				    }
				    #GGamesV26 .game-wrapper{
				        width: 45% !important;
				    }
				    #GGamesV26 .w-100-md{
				        width: 100% !important;
				    }
				     
				    
				}
				@media only screen and (max-width: 750px){
				    #GGamesV26 .game-wrapper{
				        width: 100% !important;
				    }
				}

				 #GRandomV13 .container{
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 1204px;
                    padding-left: 20px;
                    padding-right: 20px;
                }

                @media (min-width: 1024px) {
                    #GRandomV13 .container {
                        padding-left: 30px;
                        padding-right: 30px;
                    }
                }

                #GRandomV13 {
                    background-color: #222434;
                }
                #GRandomV13 .content{
                    counter-increment: az2-stps-block;
                    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 100.00% 100%, 0.00% 100%, 0% 60%, 10% 20%);
                    background: #303141;
                    transition: 0.5s;
                    
                    cursor: pointer;
                }
                #GRandomV13 .content:hover {
                  transform: rotate(-5deg);
                }
                #GRandomV13 .text{padding: 40px;}
                @media only screen and (max-width: 950px){
                    #GRandomV13 .w-100-md{width: 100% !important}
                    #GRandomV13 .flex-column-md{flex-direction: column;}
                    
                }


#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);
            }

             #GAboutv29 .container {
			    margin-left: auto;
			    margin-right: auto;
			    max-width: 1240px;
			    padding-left: 20px;
			    padding-right: 20px;
			}

			@media (min-width: 1024px) {
			    #GAboutv29 .container {
			        padding-left: 30px;
			        padding-right: 30px;
			    }
			}

			#GAboutv29 {
			    background-color: #254D70;
			}
			#GAboutv29 .about-btn{
			    background-color: var(--button-background-color);
			    padding: 15px 30px;
			    font-size: 16px;
			    font-weight: 600;
			    color: var(--button-text-color);
			    cursor: pointer;
			    border-radius: 50px;
			    outline: none;
			    border: none;
			    transition: 0.3s;
			}
			#GAboutv29 .about-btn:hover{
			    color:black;
			    transition: 0.3s;
			    
			}
			#GAboutv29 .about-img img{
			    height: 270px;
			    object-fit: contain;
			    width: 350px;
			}


			@media screen and (max-width: 900px){
			   #GAboutv29 .flex-column-md{
			    flex-direction: column;
			   }
			   #GAboutv29 .w-100-md{
			    width: 100% !important;
			   }
			}


    #GFooterV27 .container{
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GFooterV27 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GFooterV27 {
				    background-color: var(--footer-background-color);
				}
				#GFooterV27 .footer-logo img {
				    width: 180px;
				    height: auto;
				    border-radius: 10px;
				    box-shadow: 0px 0px 15px rgba(255, 215, 0, 0.6);
				    animation: floatGlow 3s infinite alternate ease-in-out;
				}
				@keyframes floatGlow {
				  0% {
				      transform: translateY(0px);
				      box-shadow: 0px 0px 15px rgba(255, 215, 0, 0.6);
				  }
				  50% {
				      transform: translateY(-25px);
				      box-shadow: 0px 0px 25px rgba(255, 215, 0, 0.8);
				  }
				  100% {
				      transform: translateY(0px);
				      box-shadow: 0px 0px 15px rgba(255, 215, 0, 0.6);
				  }
				}
				#GFooterV27 .desclaimer{
				   
				    padding: 15px;
				    background: #547792;
				    border-radius: 10px;
				    color: white;
				    font-weight: bold;
				    text-shadow: 0 0 10px rgba(255, 0, 0, 1);
				    font-size: 16px;
				    display: flex;
				    align-items: center;
				    gap: 10px;
				    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
				    cursor: pointer;
				    
				}
				#GFooterV27 .desclaimer:hover {
				    transform: scale(1.05);
				    box-shadow: 0 0 20px rgb(82 97 168);
				    background: rgb(82 97 168);
				}
				#GFooterV27 .footer-text{
				    padding: 5px;
				}
				#GFooterV27 .footer-btn{
				    background-color: var(--button-background-color);
				    color: var(--button-text-color);
				    cursor: pointer;
				    outline: none;
				    border-radius: 5px;
				    transition: 0.3s;
				    padding: 15px 20px;
				    border: none;
				}
				#GFooterV27 .footer-btn:hover{
				    opacity: 0.7;
				    transition: 0.3s;
				}
				@media only screen and (max-width: 900px) {
				   #GFooterV27 .footer-main{flex-direction: column;}
				   
				   #GFooterV27 .footer-content{width: 100% !important}
				   #GFooterV27 .footer-logo{width: 100% !important}

				}


.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: #254D70;
				 }

				 #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.jpg');
		    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;
			opacity: 0.5;
			
		}
		@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: #254D70;
    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;
    }
}