 #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: #2e2e2d;
				}

				#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:black;
				    transition: 0.3s;
				    
				}

				@media screen and (max-width: 950px){
				   #GHeroV23 .flex-column-md{
				    flex-direction: column;
				   }
				   #GHeroV23 .w-100-md{
				    width: 100% !important;
				   }
				  
				}

 #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: black;
					    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;
					    }
					}
#GRandomV14 .container{
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 1204px;
                    padding-left: 20px;
                    padding-right: 20px;
                }
                @media (min-width: 1024px) {
                    #GRandomV14 .container {
                        padding-left: 30px;
                        padding-right: 30px;
                    }
                }

                #GRandomV14 .discover-box {
                    
                    margin: 30px 0;
                    padding: 30px;
                    background: linear-gradient(145deg, #3976c5, #423e3d);
                    border-radius: 15px;
                    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
                    overflow: hidden;
                    position: relative;
                    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
                }
                #GRandomV14 .discover-box img{
                    width: 400px;
                    height: 270px;
                    border-radius: 5px;
                }

                #GRandomV14 .discover-btn{
                    background-color: #57788b;
                    color: white;
                    cursor: pointer;
                    outline: none;
                    border-radius: 5px;
                    transition: 0.3s;
                    padding: 15px 20px;
                    border: none;
                }
                #GRandomV14 .discover-btn:hover{
                    opacity: 0.7;
                    transition: 0.3s;
                }
                #GRandomV14 .discover-box:hover {
                    animation: glow 2s infinite;
                }
                #GRandomV14 .discover-box:hover {
                    transform: scale(1.03);
                    box-shadow: 0 12px 25px rgba(255, 215, 0, 0.6);
                }
                @media only screen and (max-width: 850px){
                   
                    #GRandomV14 .discover-content{flex-direction: column;}
                    
                }
                @media only screen and (max-width: 700px){
                    #GRandomV14 .discover-box img {width: 500px !important}
                    #GRandomV14 .discover-text  {width: 75% !important}
                }
                @media only screen and (max-width: 500px){
                    #GRandomV14 .discover-box img {width: 300px !important}
                    #GRandomV14 .discover-text  {width: 100% !important}
                } .clr-white {color: white}
            .bg-black {background-color: #2b4267
             #GFaqV6 .container{
              margin-left: auto;
                margin-right: auto;
                max-width: 1150px;
                padding-left: 20px;
                padding-right: 20px;
            }
            @media (min-width: 1024px) {
                #GFaqV6 .container {
                    padding-left: 30px;
                    padding-right: 30px;
                }
            }
            #GFaqV6 {
                clip-path: polygon(0 0, calc(50% - 180px) 0, calc(50% - 150px) 50px, calc(50% + 150px) 50px, calc(50% + 180px) 0, 100% 0, 100%
              100%
               100%, calc(50% + 180px) 100%, calc(50% + 150px) calc(100% - 50px), calc(50% - 150px) calc(100% - 50px), calc(50% - 180px) 100%, 0 100%);
                  position: relative;
              }

              /* Detail styling */
              #GFaqV6 .details{
                --padding: 16px;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
                border-top: 1px solid #45f882;
                border-bottom: 1px solid #45f882;
              }

              #GFaqV6 .details + .details{
                margin-top: 15px;
              }

              #GFaqV6 .details__title{
                --width: 20px;
                --height: 3px;
                --radius: 1px;
                --color: currentColor;
                font-size: larger;
                font-weight: 500;
                margin:0;
                padding: var(--padding) calc(var(--width) * 2) var(--padding) var(--padding);
                cursor: pointer;
                transition: all .2s ease-in-out;
                position: relative;
              }
              #GFaqV6 .details__title:hover {
              color: #45f882;
              }

              #GFaqV6 .details__title:before,
              #GFaqV6 .details__title:after{
                content:'';
                display: block;
                width: var(--width);
                height: var(--height);
                background-color: var(--color);
                position: absolute;
                border-radius: var(--radius);
                top: calc(50% - (var(--height) / 2));
                right: calc(var(--width) / 2);
                transition: all .2s ease-in-out;
              }

              #GFaqV6 .details__title:after{
                rotate: 90deg;
              }

              #GFaqV6 .details__container[open] .details__title:before{
                rotate: 45deg;
                /* rotate: 135deg; */
              }

              #GFaqV6 .details__container[open] .details__title:after{
                rotate: 135deg;
                /* rotate: 225deg; */
              }


              #GFaqV6 .details__summary::marker{
                content:'';
              }

              #GFaqV6 .details__desc{
                visibility: hidden;
                display: grid;
                grid-template-rows: 0fr;
                transition: all .2s ease-in-out;
                overflow: hidden;
                padding-inline: var(--padding);
                pointer-events: none;
              }

              #GFaqV6 .details__container[open] + .details__desc{
                visibility: visible;
                grid-template-rows: 1fr;
                padding-block: var(--padding);
              }

              #GFaqV6 .details__desc-inner{
                min-height: 0;
              }
             #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: #746c6c;
			}
			#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;
			   }
			}


    #GFooterV26 .container {
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1240px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
				    #GFooterV26 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GFooterV26 .age-icon {width: 130px;}

				#GFooterV26 {
				    background-color: var(--footer-background-color);
				}
				#GFooterV26 .footer-content {
				    flex: 0 1 971px;
				}

				#GFooterV26 .nav__item a:hover{
				    color:goldenrod;
				    transition: 0.3s;
				    cursor: pointer;
				    
				}

				@media screen and (max-width: 900px){
				   #GFooterV26 .flex-column-md{
				    flex-direction: column;
				   }
				   #GFooterV26 .w-100-md{
				    width: 100% !important;
				   }
				   #GFooterV26 .footer-content {
				    flex: none;
				   }
				  
				}
				@media screen and (max-width: 450px){
				    #GFooterV26 .footer-link{
				       flex-direction: column;
				    }
				}

.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;
    }
}  #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(116 112 112);
					    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;
					}
.clr-black {color: black;}
#gContact-v1 button {
			    background-color: var(--button-background-color);
			    border-radius: 5px;
			    color: var(--button-text-color) !important;
			    font-size: 1rem;
			    font-weight: 700;
			    line-height: 1;
			    padding: 1rem 3rem;
			    position: relative;
			    text-decoration: none;
			    text-transform: capitalize;
			    transition: all .2s ease-in-out;
			    white-space: nowrap;
			    z-index: 4;
			    border: none;
			    box-shadow: 0px 0px 10px -5px black;
			}

#gContact-v1 .formEntry {
	display: block;
    margin: 30px auto;
    width: 500px;
    padding: 14px;
    font-size: 1rem;
    background: #f2f2f2;
    color: #495057;
    border-radius: 20px;
    border: none;
}

#gContact-v1 .submit {
  width: 500px;
  height: 2.7rem;
  color: white;
  border-radius: 20px;
  border:none;
  padding: 10px;
  font-size: 1rem;
  margin-bottom: 2%;
}


@media only screen and (max-width: 800px) {
    #gContact-v1 .formEntry,.submit {
    	width: 260px !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: #a3144a;
					    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}
					.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;
						}
					}