 #GHeaderV7 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1404px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

.age-icon {
	width: 60px;
}
				@media (min-width: 1024px) {
				    #GHeaderV7 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GHeaderV7 {
				  position: absolute;
				  z-index: 111;
				  top: 3%;
				  width: -webkit-fill-available;
				  left: 5%;
				}
				#GHeaderV7 .nav-color {
				color: var(--header-navigation-color);
			}

				#GHeaderV7 .desktop {
				  display: flex;
				}
				#GHeaderV7 .phone {
				  display: none !important;
				}
				  #GHeaderV7 .phone-nav {
				    display: none;
				  }
				@media only screen and (max-width: 900px) {
				  #GHeaderV7 .justify-between-md {justify-content: space-between !important;}
				  #GHeaderV7 .desktop {
				    display: none !important;
				  }
				  #GHeaderV7 .phone {
				    display: flex !important;
				        background: #b1ff64;
				    padding: 10px;
				    border-radius: 4px;
				  }

				  #GHeaderV7 .phone-nav.show {
				    display: flex !important;
				    position: absolute;
				    background: black;
				    width: -webkit-fill-available;
				    top: 100%;
				    padding-top: 5%;
				    padding-bottom: 5%;
				    left: 3%;
				    right: 3%;
				  }
				}
				#GHeaderV7 .logo img {
				  width: 80px;
				}

				#GHeroV16 {
				    background-image: url('../images/hero.jpg');
				    background-size: cover;
				    background-position: center;
				    height: 100vh;
				    border-bottom: 2px solid white;
				}
				#GHeroV16 .overlay {
				    position: absolute;
				    width: 100%;
				    height: 100%;
				    top: 0;
				    background-color: black;
				    opacity: 0.6;
				}
				#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;}
				}#GGamesV22 .bg-main {background-color: hsl(242deg 22.93% 32.72%)}
			#GGamesV22 .bg-dark {background-color: hsl(340.54deg 43.67% 42.37%);}

			#GGamesV22 {
			    /*background-image: url(https://placehold.co/400x400);*/
			    background-size: cover;
			    background-position: center;
			    background-color: hsl(242deg 45.15% 23.13%);
			}
			#GGamesV22 .overlay {
			    position: absolute;
			    width: 100%;
			    height: 100%;
			    opacity: 0.7;
			    background-color: black;
			    top: 0;
			}

			#GGamesV22 .btn {
			    border: none;
			    padding: 10px 25px;
			    border-radius: 5px;
			    background-color: var(--button-background-color) !important;
			    color: var(--button-text-color) !important;
			    transition: 0.3s linear;
			}
			#GGamesV22 .btn:hover {
			    transition: 0.3s linear;
			    opacity: 0.7;
			}

			#GGamesV22 .games-content {
			    background-color: hsl(242deg 22.93% 32.72% / 91%);
			    padding:10px;
			    text-align: center;
			        position: absolute;
			    bottom: -14%;
			    width: 80%;
			    justify-content: center;
			    margin: auto;
			    left: 0;
			    right: 0;
			}
			#GGamesV22 .games-wrapper {
			    width: 30%;
			    margin-bottom: 10rem;
			}

			#GGamesV22 .games-wrapper img {
				height:400px;
				object-fit:cover;
			}

			@media only screen and (max-width: 980px) {
			    #GGamesV22 .games-wrapper {
			        width: 45% !important;
			    }
			}

			@media only screen and (max-width: 750px) {
			    #GGamesV22 .games-wrapper {
			        width: 100% !important;
			    }
			}

        #GRandomV5 {
                  background-image: url(../images/random.jpg);
                  background-size: cover;
                  background-position: center;
                  background-attachment: fixed;
                }
                #GRandomV5 .overlay {
                  position: absolute;
                  top: 0;
                  width: 100%;
                  height: 100%;
                  opacity: 0.8;
                  background-color: black;
                }

                #GRandomV5 .random-content {
                  width: 22%;
                }

                #GRandomV5 .img-wrapper {
                  width:60px;
                  height:60px;
                      z-index: 1;
                    color: #fff;
                    border-radius: 50%;
                    padding: 20px;
                }
                #GRandomV5 .img-wrapper:after {
                  position: absolute;
                    content: '';
                    inset: 0;
                    padding: 0;
                    box-shadow: 0 0 0 3px #fff;
                    border-radius: 50%;
                    transition: all 300ms linear;
                }
                #GRandomV5 .img-wrapper:hover:after {
                  scale: 0.85;
                    opacity: 0.5;
                }
                #GRandomV5 .img-wrapper:hover {
                  box-shadow: 0 0 0 6px #fff;
                }

                @media only screen and (max-width: 920px) {
                  #GRandomV5 .random-content {width: 45% !important;}
                }

                @media only screen and (max-width: 720px) {
                  #GRandomV5 .random-content {width: 100% !important;}
                }#GAboutV19 {
			    background-image: url(../images/about.jpg);
			   background-position: center center;
			    background-repeat: no-repeat;
			    background-size: cover;
			    height: 100vh;
			    border-top:2px solid white;
			    border-bottom:2px solid white;
			}

			#GAboutV19 .overlay {
			    position: absolute;
			    width: 100%;
			    height: 100%;
			    top: 0;
			    background-color: black;
			    opacity: 0.6;
			}
			#GAboutV19 .about-content {
			    position: absolute;
			    top: 0;
			    bottom: 0;
			    left: 0;
			    right: 0;
			    width: 80%;
			    margin: auto;
			    line-height: 1.3;
			}

			@media only screen and (max-width: 800px) {
			    #GAboutV19 {height: 80vh !important;}
			    #GAboutV19 .about-content {width: 95% !important}
			    #GAboutV19 .about-content h2 {font-size: xx-large !important;}
			    #GAboutV19 .about-content p {font-size: large !important;}
			} #GFooterV19 {
				    background-image: url(../images/footerV19_bg.png);
				    background-size: cover;
				    background-position: center;
				    background-color: #434343;
				}

				#GFooterV19 .logo {width:80px;}
.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;
						}
					}#GContactV11 .form-wrapper {
				    border-radius: 20px;
				}

				#GContactV11 .form-content {
				    padding: 20px;
				}

				#GContactV11 .bg-main {background-color: hsl(0deg 0% 43.2%)}

				#GContactV11 .icon {
				        background: #423131;
				    padding: 20px;
				    border-radius: 50%;
				}

				#GContactV11 .form-main {
				    background-image: url(../images/contact.jpg);
				    background-size: cover;
				    background-position: center;
				    padding:20px;
				    border-radius: 20px;
				}
				#GContactV11 .overlay {
				    position: absolute;
				    width: 100%;
				    height: 100%;
				    opacity: 0.7;
				    background-color: black;
				    top: 0;
				    left: 0;
				    border-radius: 20px;
				}

				#GContactV11 .input-fields {
				    padding: 12px;
				    border:none;
				    outline: none;
				    border-radius: 5px;
				    box-sizing: border-box;
				}
				#GContactV11 .btn {
				    padding:12px;
				    border-radius: 5px;
				    border:none;
				    background: var(--button-background-color);
				    color: var(--button-text-color);
				    transition: 0.3s linear;
				}
				#GContactV11 .btn:hover {
				    transition: 0.3s linear;
				    opacity: 0.7;
				}

				@media only screen and (max-width: 900px) {
				    #GContactV11 .flex-column-md {flex-direction: column !important;}
				    #GContactV11 .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: #699acb;
					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;
	}
}#GGamesV22 .bg-main {background-color: hsl(242deg 22.93% 32.72%)}
			#GGamesV22 .bg-dark {background-color: hsl(340.54deg 43.67% 42.37%);}

			#GGamesV22 {
			    /*background-image: url(https://placehold.co/400x400);*/
			    background-size: cover;
			    background-position: center;
			    background-color: hsl(242deg 100% 97.74%);
			}
			#GGamesV22 .overlay {
			    position: absolute;
			    width: 100%;
			    height: 100%;
			    opacity: 0.7;
			    background-color: black;
			    top: 0;
			}

			#GGamesV22 .btn {
			    border: none;
			    padding: 10px 25px;
			    border-radius: 5px;
			    background-color: var(--button-background-color) !important;
			    color: var(--button-text-color) !important;
			    transition: 0.3s linear;
			}
			#GGamesV22 .btn:hover {
			    transition: 0.3s linear;
			    opacity: 0.7;
			}

			#GGamesV22 .games-content {
			    background-color: hsl(242deg 19.73% 47.48% / 91%);
			    padding:10px;
			    text-align: center;
			        position: absolute;
			    bottom: -14%;
			    width: 80%;
			    justify-content: center;
			    margin: auto;
			    left: 0;
			    right: 0;
			}
			#GGamesV22 .games-wrapper {
			    width: 50%;
			    margin-bottom: 10rem;
			}

			#GGamesV22 .games-wrapper img {
				height:400px;
				object-fit:cover;
			}

			@media only screen and (max-width: 980px) {
			    #GGamesV22 .games-wrapper {
			        width: 75% !important;
			    }
			}

			@media only screen and (max-width: 750px) {
			    #GGamesV22 .games-wrapper {
			        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;
						}
					}