#GHeaderV8 .header-item:hover {
				    animation-name: header-up;
				    animation-duration: 0.75s;
				    animation-timing-function: ease-out;
				}
				#GHeaderV8 .logo {width:80px}

				#GHeaderV8 {background-color: var(--header-background-color);}
				#GheaderV8 .logo-text {
					color: var(--logo-text-color);
					font-size: x-large !important;
				}
				#GheaderV8 .header-item a {
					color:var(--header-navigation-color);
					font-size: large;
				}

				@keyframes header-up {
				    0% {
				        transform: translateY(0);
				    }
				    25% {
				        transform: translateY(-6px);
				    }
				    50% {
				        transform: translateY(0);
				    }
				    75% {
				        transform: translateY(-6px);
				    }
				    100% {
				        transform: translateY(0);
				    }
				}

				.age-icon {width: 40px;}

				#GHeaderV8 .phone {
				  color: black;
				  border-radius: 5px;
				  padding:8px;
				  display: none;
				    transition: 0.3s linear;

				}
				#GHeaderV8 .desktop {
				  display: flex !important;
				    transition: 0.3s linear;

				}

				@media only screen and (max-width: 750px) {
				  #GHeaderV8 .flex-column-md {flex-direction: column !important;}
				  #GHeaderV8 .phone {display: flex !important;
				    transition: 0.3s linear;
				  }
				  #GHeaderV8 .desktop {display: none !important;}
				  #GHeaderV8 .desktop.show {
				    display: flex !important;
				    flex-direction: column !important;
				    transition: 0.3s linear;
				    padding-top: 3%;
				    padding-bottom: 3%;
				  }
				}

				 #GHeroV13 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1404px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
				    #GHeroV13 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GHeroV13 .w-fit {width: fit-content;}
				#GHeroV13 {
				  background-image: url(../images/hero.jpg);
				  background-size: cover;
				  background-position: center;
				  height: 100vh;
				}
				#GHeroV13 .overlay {
				  position: absolute;
				  width: 100% !important;
				  height: 100%;
				  opacity: 0.4;
				  background-color: black;
				}
				#GHeroV13 .hero-content {
				  position: absolute;
				    top: 0;
				    bottom: 0;
				    width: 70%;
				    margin: auto;
				    text-align: start;
				    display: flex;
				    flex-direction: column;
				    padding:0.5rem;
				    justify-content: center;
				    color:var(--heading-text-color) !important;
				}
				#GHeroV13 .device-heading span {
				  font-size: 4rem;
				}
				#GHeroV13 .banner-btn {
				  background: var(--button-background-color);
				    border: 1px solid transparent;
				    border-radius: 0;
				    -webkit-clip-path: polygon(0 0, 5% 50%, 0 100%, 100% 100%, 95% 50%, 100% 0);
				    clip-path: polygon(0 0, 5% 50%, 0 100%, 100% 100%, 95% 50%, 100% 0);
				    color: var(--button-text-color);
				    cursor: pointer;
				    display: inline-block;
				    font-size: 1rem;
				    font-weight: 600;
				    line-height: 1;
				    padding: .8rem 1.5rem;
				    text-decoration: none;
				    text-transform: uppercase;
				    white-space: nowrap;
				}
				#GHeroV13 .banner-btn:hover {
				  opacity: .7;
				}

				@media only screen and (max-width: 900px) {
				  #GHeroV13 .device-heading span {
				    font-size: 2rem !important;
				  }
				  #GHeroV13 .device-heading {
				    font-size: x-large !important;
				  }
				}
        #gGames-v2 {background-color: #003C43}
        #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: rgba(1, 17, 57, 0.7);
            content: '';
            transition: all 0.6s ease-in-out;
        }
     #GBannerV5 {
                        background-image: url(../images/random.jpg);
                        background-position: center center;
                        background-repeat: no-repeat;
                        background-size: cover;
                        position: relative;
                        background-attachment: fixed;
                    }
                    #GBannerV5 .overlay {
                        content: '';
                        background-image: linear-gradient(135deg, hsl(242deg 57.07% 34.97%) 0%, #000000 100%);
                        opacity: 0.7;
                        height: 100%;
                        width: 100%;
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                    }
                    @media only screen and (max-width: 950px) {
                        #GBannerV5 .flex-wrap-w {
                           flex-wrap: wrap;
                        }
                        #GBannerV5 .game-wrapper{
                            width: 45% !important;
                        }
                        #GBannerV5 .w-100-md{
                            width: 100% !important;
                        }
                         
                        
                    }
                    @media only screen and (max-width: 750px){
                        #GBannerV5 .game-wrapper{
                            width: 100% !important;
                        }
                    }

    	.bg-main {background-color: #393E46;}
    	.w-45 {width: 45%;}
    	#Gaboutv4 .container {
		    margin-left: auto;
		    margin-right: auto;
		    max-width: 1170px;
		    padding-left: 20px;
		    padding-right: 20px;
		}

		@media (min-width: 1024px) {
			#Gaboutv4 .container {
			    padding-left: 30px;
			    padding-right: 30px;
			}
		}
		#Gaboutv4 .w-70 {width: 70%}
		#Gaboutv4 .line-height-1 {line-height: 1.5;}
		#Gaboutv4 .about-img {
			position: absolute;
			left: 45%;
			bottom: -140px;
			width: 66%;
			box-shadow: 0px 0px 9px -1px #ac9696;
		}
		#Gaboutv4 .about-img1 {
			box-shadow: 0px 0px 9px -1px #ac9696;
		}
		@media only screen and (max-width: 980px) {
			#Gaboutv4 .d-flex-md {display: flex !important;}
			#Gaboutv4 .flex-column-md {flex-direction:column !important;}
			#Gaboutv4 .w-100-md {width: 100% !important;}
			#Gaboutv4 .w-65-md {width: 65% !important;}
			#Gaboutv4 .mb-9-md {margin-bottom: 9rem !important;}
		}


        #gFooter-v4 {
    background-color:var(--footer-background-color) !important; }
.clr-white {color: white}
.text-decoration-none {text-decoration: none;}

#gFooter-v4 .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1024px) {
    #gFooter-v4 .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}.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;
						}
					}.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;
			    -webkit-clip-path: polygon(0 0, 5% 50%, 0 100%, 100% 100%, 95% 50%, 100% 0);
				    clip-path: polygon(0 0, 5% 50%, 0 100%, 100% 100%, 95% 50%, 100% 0);
			    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: 12px;
    font-size: 1rem;
    background: #f2f2f2;
    color: #495057;
    border-radius: 10px;
    border: none;
}

#gContact-v1 .submit {
  width: 500px;
  height: 2.7rem;
  color: white;
  /*border-radius: 10px;*/
  border:none;
  -webkit-clip-path: polygon(0 0, 5% 50%, 0 100%, 100% 100%, 95% 50%, 100% 0);
				    clip-path: polygon(0 0, 5% 50%, 0 100%, 100% 100%, 95% 50%, 100% 0);
  padding: 10px;
  font-size: 1rem;
  margin-bottom: 2%;
}


@media only screen and (max-width: 800px) {
    #gContact-v1 .formEntry,.submit {
    	width: 260px !important;
    }
}.clr-white {color: white !important;}

#gContact-banner-v3.contact {
	background-color: #393E46;
	    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 65px 20px 65px 20px;
}

#gContact-banner-v3 .banner-heading {
	font-size: 60px;

}

#gContact-v3 .contact-img {
    border-radius: 0px 0px 20px 0px;
}

#gContact-v3 form {
	max-width: 900px;
	/*background-color: #096B68;*/
	padding: 35px 50px 50px 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#gContact-v3 textarea {
	padding-left: 20px;
	padding-top: 8px;
	margin-bottom: 16px;
    box-sizing: border-box;
    color: black !important;
}
#gContact-v3 input,#gContact-v3  textarea {
	border-radius: 10px;
	outline: none;
	border: 1px solid black;
	min-height: 49px;
	vertical-align: middle;
	flex-grow: 1;
	background:transparent;
}

#gContact-v3 input,
#gContact-v3 select {
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

#gContact-v3 .form-row {
  gap: 16px;
}

::placeholder {
  color: black;
  opacity: 1;
}

::-ms-input-placeholder {
  color: black;
}

#gContact-v3 .sendBtn {
	 background-color: var(--button-background-color);
	 color: var(--button-text-color) !important;
	font-size: 1rem;
	font-weight: 700;
	-webkit-clip-path: polygon(0 0, 5% 50%, 0 100%, 100% 100%, 95% 50%, 100% 0);
				    clip-path: polygon(0 0, 5% 50%, 0 100%, 100% 100%, 95% 50%, 100% 0);
	border: none;
    padding: 19px;
    border-radius: 0px 0px 0px 0px;
}
#gContact-v3 .sendBtn:hover {
     opacity: 0.8;
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2);
    }
}

#gContact-v3.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1142px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1024px) {
    #gContact-v3.container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 600px) {
	#gContact-v3 .banner-heading {
		font-size: 40px !important;
	}
	#gContact-v3 form {
		padding:20px !important;
	}
	#gContact-v3 form .w-97 {
		width: 92% !important;
	}
}

@media only screen and (max-width: 768px) {
    #gContact-v3 .form-row {
        flex-direction: column;
      }
}

@media only screen and (max-width: 1077px) {
    #gContact-v3 .w-100-m {
        width: 100% !important;
    }

    #gContact-v3.row-gap-15 {row-gap:15px !important;}

    #gContact-v3.flex-column-m {
        flex-direction: column !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;
	}
}

			#gGames-v3 .clr-white {color: white;}
			#gGames-v3 .clr-black {color: black;}
			#gGames-v3 .bg-black {background-color: #222831;}

			#gGames-v3 .margin-start {margin-block-start:0rem;}
			#gGames-v3 .margin-end {margin-block-end:0rem;}


			@media only screen and (max-width: 800px) {
			    #gGames-v3 .grid-template-m2 {
			        width: 80%;
			    margin: auto;
			    }
			}
			#gGames-v3 .gameBtn {
			    background:var(--button-background-color) !important;
			    color: var(--button-text-color) !important;
			    padding: 0.75rem 0;
			    cursor: pointer;
				transition:0.3s linear;
			    
			    border:none;
			}
			#gGames-v3 .gameBtn:hover {
				transition:0.3s linear;
				opacity:0.7;
			}
			#gGames-v3 .gameItems {
			    width: 60%;
			    margin: auto;
			    /*margin: 2rem 0 4rem;*/
			}
			#gGames-v3 img {
			    display: block;
			    height: auto;
			    max-width: 100%;
			    width: 100%;
			    height:300px;
			}
			@media only screen and (max-width: 600px) {
			    #gGames-v3 .grid-template-m2 {
			         width: 100%;
			    margin: auto;
			    }
			}

        .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;
						}
					}