 #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;
						}
					}
#GHeroV16 {
				    background-image: url('../images/hero.png');
				    background-size: cover;
				    background-position: center;
				    height: 100vh;
				}
				#GHeroV16 .overlay {
				    position: absolute;
				    width: 100%;
				    height: 100%;
				    top: 0;
				    background-color: black;
				    opacity: 0.8;
				}
				#GHeroV16 .hero-content {
				    position: absolute;
				    top: 0;
				    bottom: 0;
				    left: 0;
				    right: 0;
				    text-align: center;
				    line-height: 1.7;
				    width: 80%;
				    margin: auto;
				}
				#GHeroV16 .hero-content h2,#GHeroV16 .hero-content p {
					color:var(--heading-text-color) !important;
				}

				@media only screen and (max-width: 800px) {
				    #GHeroV16 .hero-content {width: 95% !important;}
				}

				#GGamesV19 {
					background-color: #6295A2;
				}

				#GGamesV19 .btn {
				    padding:15px 35px 15px 35px;
				    background-color: var(--button-background-color);
				    color: var(--button-text-color);
				    width:fit-content;
				    border:none;
				    border-radius: 5px;
				    cursor: pointer;
				    transition: 0.3s linear;
				}
				#GGamesV19 .btn:hover {
				    opacity: 0.7;
				    transition: 0.3s linear;
				}

				#GGamesV19 .games-wrapper {
				        border: 1px solid #efbcbc;
				    padding: 20px;
				    width: 27%;
				}

				#GGamesV19 .games-wrapper img {
					height:250px;
					object-fit:cover;
				}

				@media only screen and (max-width: 980px) {
				 #GGamesV19 .games-wrapper {
				    width:40% !important;
				 }
				}

				@media only screen and (max-width: 700px) {
				 #GGamesV19 .games-wrapper {
				    width:100% !important;
				 }
				}
                #GRandomV3 .container{
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 1404px;
                    padding-left: 20px;
                    padding-right: 20px;
                }
                @media (min-width: 1024px) {
                    #GRandomV3 .container {
                        padding-left: 30px;
                        padding-right: 30px;
                    }
                }
                #GRandomV3 {
                    background-image: url(../images/random.jpg);
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    position: relative;
                }
                #GRandomV3 .overlay {
                	position: absolute;
                	width: 100%;
                	height: 100%;
                	opacity: 0.7;
                	background: black;
                	top: 0;
                }
                #GRandomV3 .top-heading{
                    text-align: center;
                    max-width: 720px;
                    margin: 0 auto 50px;
                }
                #GRandomV3 .top-heading p{
                    font-size: 16px;
                    line-height: 30px;
                    font-weight: 400;
                }
                #GRandomV3 .top-wrapper img{
                    width: 100px;
                    height: 100px;
                }
                #GRandomV3 .wrapper{
                    padding: 58px 40px;
                }



                @media (max-width: 1250px) {
                   #GRandomV3 .flex-column-md{
                    flex-direction: column;
                   }
                   #GRandomV3 .w-100-w{
                    width: 100% !important;
                   }
                   #GRandomV3 .w-40-w{
                    width: 40% !important;
                   }
                   #GRandomV3 .flex-wrap-ww{
                    flex-wrap: wrap;
                   }
                   
                }


                  @media (max-width: 990px) {
                    #GRandomV3 .w-100-ww{
                        width: 100% !important;
                    }

                  }

			#GCarouselV1 .container {
			    margin-left: auto;
			    margin-right: auto;
			    max-width: 1170px;
			    padding-left: 20px;
			    padding-right: 20px;
			}

			@media (min-width: 1024px) {
			  #GCarouselV1 .container {
			      padding-left: 30px;
			      padding-right: 30px;
			  }
			}

			#GCarouselV1 .owl-next {
			  position: absolute;
			  right: 0;
			  top: 0;
			  bottom: 0;
			}

			#GCarouselV1 .owl-prev {
			  position: absolute;
			  left: 0;
			  top: 0;
			  bottom: 0;
			}
		 #GAboutV25 .container{
				margin-left: auto;
			    margin-right: auto;
			    max-width: 1204px;
			    padding-left: 20px;
			    padding-right: 20px;
			}
			@media (min-width: 1024px) {
			    #GAboutV25 .container {
			        padding-left: 30px;
			        padding-right: 30px;
			    }
			}
			#GAboutV25{
			    background-color: #51648e;  
			}
			#GAboutV25 .about-content{
			    background-color: #5e8d8dc2;
			    border-radius: 30px;

			}
			#GAboutV25 .text{
			    padding: 20px;
			    text-align: center;
			}
			#GAboutV25 .text img{
			    height: 200px;
			    width: 100%;
			    object-fit: contain;
			}
			#GAboutV25 .img-wrapper img{
			    height: 350px;
			    object-fit: contain;
			}

			@media (max-width: 870px) {
			   #GAboutV25 .flex-column-md{
			    flex-direction: column;
			   }
			   #GAboutV25 .w-100-md{
			    width: 100% !important;
			   }
			   #GAboutV25 .w-40-md{
			    width: 40% !important;
			   }
			   
			   
			}


			  @media (max-width: 550px) {
			    
			#GAboutV25 .w-60-mm{
			    width: 60% !important;
			   }
			  }

        
    			#GfooterV7 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				#GfooterV7 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}
				#GfooterV7 .age-icon {width: 40px !important;}
				#GfooterV7 {
				    background-color: var(--footer-background-color) !important;
				    position: relative;
				    width: 100%;
				    overflow: hidden;
				    z-index: 0;
				}
				#GfooterV7 .bg-imag{
				    opacity: 0.3;
				    transition: 0.3s;
				    position: absolute;
				    z-index: -1;
				    bottom: -3%;
				    left: -10%;
				    width: 115%;
				    z-index: -1;
				    filter: drop-shadow(10px 10px 40px #fff);
				}
				#GfooterV7 .footer-links a:hover{
				    color: gold;
				    transition: 0.5s;
				    cursor: pointer;
				}

				@media only screen and (max-width: 900px) {
				  #GfooterV7 .flex-column-m {
				    flex-direction: column !important;
				  }
				  #GfooterV7 .footer{
				    gap: 30px;
				  }
				   #GfooterV7 .footer-links{
				    flex-direction: row;
				        flex-wrap: wrap;
				        justify-content: center;
				        align-items: center;
				  }
				}
				@media (max-width: 767px) {
				    #GfooterV7 .footer-heading {
				        font-size: 22px;
				    }
				}

				#GfooterV7 .img-width {
				    width: 60px;
				}




				#GfooterV7 .container{
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				#GfooterV7 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}
				 #GfooterV7 .disclm-faq-bg {
				    background: url(../images/footer.jpg);
				    background-position: center;
				    background-repeat: no-repeat;
				    background-size: cover;
				}
				#GfooterV7 .disclm-faq-gr {
				    padding-top: 30px;
				    padding-bottom: 30px;
				    background: linear-gradient(90deg, #16213e 35%, rgba(255, 255, 255, 0.19971988) 100%);
				}
				#GfooterV7 .r-df-disblock {
				    background-color: #56bce77d;
				    border-radius: 0px;
				    padding: 18px;
				    border:5px solid black;
				}
				#GfooterV7 .r-df-disblock img {
				    width: 15%;
				    max-height: 85px;
				    object-fit: contain;
				    float: left;
				    padding:10px;
				}
				#GfooterV7 .r-df-disblock{
				    box-sizing: border-box;
				}
				#GfooterV7 .r-df-distitle {
				    text-align: center;
				    font-size: 32px;
				    font-weight: 900;
				    color: #fff;
				    margin-bottom: 39px;
				}
				#GfooterV7 .r-df-distxt {
				       font-size: large;
				    font-weight: 500;
				    color: #fff;
				    text-transform: uppercase;
				}
				@media (max-width: 950px) {
				    #GfooterV7 .r-df-disblock {
				        width: 100%;
				    }
				}
.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;
    }
}.margin-start {margin-block-start:0rem;}
				.margin-end {margin-block-end:0rem;}
				.text-uppercase {text-transform: uppercase;}


				#gContact-v2 form {
					background-color: #7aade0;
					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;
					}
				}

				#GContactV8 {
					background-color: #6295A2;
				}

				#GContactV8 .form-img {border-radius: 15px;}

				#GContactV8 .input-fields {
				    border: none;
				    outline: none;
				    padding: 11px;
				    border-radius: 5px;
				    box-sizing: border-box;
				}

				#GContactV8 .btn {
				    padding:15px 35px 15px 35px;
				    background-color: var(--button-background-color);
				    color: var(--button-text-color);
				    border:none;
				    border-radius: 25px;
				    cursor: pointer;
				    transition: 0.3s linear;
				}
				#GContactV8 .btn:hover {
				    opacity: 0.7;
				    transition: 0.3s linear;
				}




				@media only screen and (max-width: 1000px) {
				    #GContactV8 .flex-column-md {flex-direction: column !important;}
				    #GContactV8 .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;
	}
}
        #gGames-v2 {background-color: #6d6d6d}
        #gGames-v2 .clr-white {color: white}
        #gGames-v2 .overflow-hidden {overflow: hidden;}
        #gGames-v2 .margin-start {margin-block-start: 0em;}
        #gGames-v2 .margin-end {margin-block-end: 0em;}
        #gGames-v2 .text-decoration-none {text-decoration: none;}
        #gGames-v2 .max-100 {max-width: 100%;}

        #gGames-v2 .container {
            margin-left: auto;
            margin-right: auto;
            max-width: 1300px;
            padding-left: 20px;
            padding-right: 20px;
        }

        @media (min-width: 1024px) {
            #gGames-v2 .container {
                padding-left: 30px;
                padding-right: 30px;
            }
        }
			#gGames-v2 .game-content img {
            	height:300px;
        	}
        #gGames-v2 .games-wrapper {
            width: 23%;
        }

        @media only screen and (max-width: 600px) {
            #gGames-v2 .games-heading {
                font-size: xx-large !important;
            }
            #gGames-v2 .games-wrapper {
            	width: 100% !important;
        	}

        }

        @media only screen and (max-width: 990px) {
            #gGames-v2 .games-wrapper {
                width: 45%;
            }
        }

        #gGames-v2 .default-btn {
            padding: 10px 22px;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            background-color: var(--button-background-color) !important;
            color: var(--button-text-color) !important;
            display: inline-block;
            border: 1px solid var(--button-background-color) !important;
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease-in-out;
            z-index: 1;
        }
        #gGames-v2 .default-btn:hover {
            opacity: 0.8;
            transition: all 0.4s ease-in-out;
        }

        #gGames-v2 .game-content:hover .game-overlay {
            inset: 0 0 0 0%;
        }

        #gGames-v2 .game-content .game-overlay {
            inset: 100% 0 0 100%;
            background: rgb(23 23 24 / 70%);
            content: '';
            transition: all 0.6s ease-in-out;
        }
    .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;
						}
					}