#GHeaderV9 .desktop {
				  display: flex;
				}
				#GHeaderV9 .phone {display: none !important;}

				#GHeaderV9 .logo {width:50px;}
				#GHeaderV9 {background-color: var(--header-background-color);}
				#GheaderV9 .logo-text {
					color: var(--logo-text-color);
				}
				#GheaderV9 .header-item a {
					color:var(--header-navigation-color);
				}

				@media only screen and (max-width: 900px) {
				  #GHeaderV9 .desktop {
				    display: none !important;
				  }
				  #GHeaderV9 .phone {display: flex !important;}
				  #GHeaderV9 .phone-nav {
				      position: absolute;
				      background: black;
				      flex-direction: column;
				      right: 0;
				      top: -15px;
				      width: 50%;
				      height: 100%;
				      padding-top: 11%;
				      display: none;
				      z-index:1111;
				  }
				  #GHeaderV9 .phone-nav.show {display: flex !important;}
				  #GHeaderV9 .check {
				        position: absolute;
				      top: 2%;
				      left: 7%;
				      font-size: x-large;
				  }

				}
				#GHeaderV9 .phone-nav {display: none;}


				@media only screen and (max-width: 600px) {
				  #GHeaderV9 .phone-nav {
				    width: 100% !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/g1.webp);
				    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 , p{
				    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}
				}

			 #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;
				    }
				}

				#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: #48A6A7}
                #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}
                }
#Gfaqv3 {
                position: relative;
                padding: 76px 0 80px 0;
                background-color: #48A6A7;
            }
            #Gfaqv3 .container {
                margin-left: auto;
                margin-right: auto;
                max-width: 1170px;
                padding-left: 20px;
                padding-right: 20px;
            }

            @media (min-width: 1024px) {
                #Gfaqv3 .container {
                    padding-left: 30px;
                    padding-right: 30px;
                }
            }



            #Gfaqv3 .accordion button {
              position: relative;
              display: block;
              text-align: left;
              width: 98%;
              padding: 20px;
              color: #fff;
              font-size: 1.15rem;
              font-weight: 400;
               border-radius: 10px;
              border: none;
              background: #006A71;
              outline: none;
            }

            #Gfaqv3 .accordion button:hover,
            #Gfaqv3 .accordion button:focus {
              cursor: pointer;
            }

            #Gfaqv3 .accordion button:hover::after,
            #Gfaqv3 .accordion button:focus::after {
              cursor: pointer;
              color: #03b5d2;
              border: 1px solid #03b5d2;
            }

            #Gfaqv3 .accordion button .accordion-title {
              padding: 1em 1.5em 1em 0;
            }

            #Gfaqv3 .accordion button .icon {
              display: inline-block;
              position: absolute;
              top: 18px;
              right: 13px;
              width: 22px;
              height: 22px;
              font-size: x-large;
            }

            #Gfaqv3 .accordion button .icon::before {
              display: inline-block;
              position: absolute;
              content: '078';
              font-family: 'Font Awesome 5 Free';
              font-weight: 900;
              top: 10px;
              left: 4px;
              font-size: 16px;
              color: currentColor;
            }



            #Gfaqv3 .accordion button[aria-expanded='true'] .icon::after {
              width: 0;
            }
            #Gfaqv3 .accordion button[aria-expanded='true'] + .accordion-content {
              opacity: 1;
              max-height: 9em;
              transition: all 200ms linear;
              will-change: opacity, max-height;
            }
            #Gfaqv3 .accordion .accordion-content {
              opacity: 0;
              max-height: 0;
              padding-left: 20px;
              padding-right: 24px;
              overflow: hidden;
              transition: opacity 200ms linear, max-height 200ms linear;
              will-change: opacity, max-height;
            }
            #Gfaqv3 .accordion .accordion-content p {
              font-size: 1rem;
              font-weight: 300;
              color: white;
              margin: 2em 0;
            }

              #GAboutv26 .container{
				margin-left: auto;
			    margin-right: auto;
			    max-width: 1204px;
			    padding-left: 20px;
			    padding-right: 20px;
			}
			@media (min-width: 1024px) {
			    #GAboutv26 .container {
			        padding-left: 30px;
			        padding-right: 30px;
			    }
			}

			#GAboutv26 {background-color: #006A71}

			#GAboutv26 .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);
			}
			#GAboutv26 .img-wrapper img {
			        width: 100%;
			    border-radius: 15px;
			    border: 2px solid white;
			}

			@media only screen and (max-width: 850px) {
			    #GAboutv26 .flex-column-md {flex-direction: column !important;}
			    #GAboutv26 .w-100-md {width: 100% !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: #006A71;

				}
				#GFooterV25 .desclaimer {
				    background: #309ea6;
				    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: #48A6A7;
				    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: #174347}

					#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;}
					}
.margin-start {margin-block-start:0rem;}
				.margin-end {margin-block-end:0rem;}
				.text-uppercase {text-transform: uppercase;}


				#gContact-v2 form {
					background-color: #006A71;
					border-radius: 12px;
					padding:40px;
				}
				#gContact-v2 .input-fields {
					box-sizing: content-box;
					resize: none;
					border:1px solid #c4c4c4;
					border-radius: 3px;
					padding:16.5px 14px;
				}

				#gContact-v2 .btn {
					box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, 
					rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
					rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
					border-radius: 5px;
					padding:8px 18px;
					border:none;
					font-family: 'Righteous', sans-serif;
					 background-color: var(--button-background-color);
					 color: var(--button-text-color) !important;
			    	font-size: 1rem;
			    	font-weight: 700;
			     	transition: all .2s ease-in-out;
			     	box-shadow: 0px 0px 10px -5px black;
				}
				#gContact-v2 .btn:hover {
					    opacity: 0.8;
				    
				}

				#gContact-v2 .container {
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1170px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
					#gContact-v2 .container {
					    padding-left: 30px;
					    padding-right: 30px;
					}
				}

				@media only screen and (max-width: 850px) {
					#gContact-v2 .flex-column-md {
						flex-direction: column !important;
					}
					#gContact-v2 .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;
	}
} #GGamesV30 .container {
					    margin-left: auto;
					    margin-right: auto;
					    max-width: 1240px;
					    padding-left: 20px;
					    padding-right: 20px;
					}

					@media (min-width: 1024px) {
					    #GGamesV30 .container {
					        padding-left: 30px;
					        padding-right: 30px;
					    }
					}

					#GGamesV30 {
					    background-color: #006A71;
					    background-position: center;
					    background-repeat: no-repeat;
					    background-size: cover;
					}


					@media screen and (max-width: 900px){
					   #GGamesV30 .flex-column-md{
					    flex-direction: column;
					   }
					   #GGamesV30 .w-100-md{
					    width: 100% !important;
					   }
					   #GGamesV30 .footer-content {
					    flex: none;
					   }
					  
					}
					@media screen and (max-width: 450px){
					    #GGamesV30 .footer-link{
					       flex-direction: column;
					    }
					}
					#GGamesV30 .game-wrapper{
					    border: 2px solid white;
					    cursor: pointer;
					}
					#GGamesV30 .game-wrapper img{
					    border-radius: 10px;
					    height:250px;
					    object-fit:cover;
					}
					#GGamesV30 .game{
					    padding:30px;
					}
					#GGamesV30 .game-wrapper h2{
					    font-weight: 700;
					    font-size: large;
					}
					#GGamesV30 .list-btn{
					     padding: 16px 30px;
					    font-size: 13px;
					    font-weight: 600;
					    background-color: var(--button-background-color);
					    outline: none;
					    border-radius: 50px;
					    border: none;
					    color:var(--button-text-color);
					    cursor: pointer;

					}

					#GGamesV30 .game-wrapper:hover #GGamesV30 .list-btn{
					    background-color: #eea70f;
					    color: white;
					    transition: 0.5s;
					}
					@media only screen and (max-width: 950px) {
					   
					    #GGamesV30 .flex-wrap-w {
					       flex-wrap: wrap;
					    }
					    #GGamesV30 .game-wrapper{
					        width: 45% !important;
					    }
					    #GGamesV30 .w-100-md{
					        width: 100% !important;
					    }
					     
					    
					}
					@media only screen and (max-width: 750px){
					    #GGamesV30 .game-wrapper , #GGamesV30 .listing-img{
					        width: 70% !important;
					    }
					}
					@media only screen and (max-width: 550px){
					    #GGamesV30 .game-wrapper , #GGamesV30 .listing-img{
					        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: #006A71;
    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;
    }
}