

			#gheader-v1 {
				background: var(--header-background-color) !important;
			}
			#gheader-v1 nav {
				margin: auto;
				width: 83%;
			}

			#gheader-v1 nav .logo-main {
				display: flex;
			    align-items: center;
			    gap: 15px;
			}


			#gheader-v1 nav .logo-main img {
			    width: 50px;
			}


			#gheader-v1 nav img {
			    display: block;
			    height: auto;
			    max-width: 100%;
			}

			#gheader-v1 .site-nav {
			    position: absolute;
			    top: 100%;
			    right: 0%;
			    background: black;
			    height: 0px;
			    width: 100%;
			    overflow: hidden;
			    text-align: center;
			    transition: all ease-in-out 200ms;
			}

			#gheader-v1  .site-nav a {
			    font-size: 15px;
			}

			#gheader-v1 .menu-toggle {
			    right: 1em;
			}
			 #gheader-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;
			}
			#gheader-v1 a {
			color: var(--header-navigation-color);
		}
			#gheader-v1 h3 {
				color: var(--logo-text-color) !important;
			}
			 #gheader-v1 h1, #gheader-v1 h2, #gheader-v1 strong {
				color: var(--heading-text-color) !important;
			}
			#gheader-v1 button a {
				color: var(--button-text-color) !important;
			}
			
			button:hover {
				opacity: .8;
			}
			#gheader-v1 .site-nav-open {
			    background: var(--header-background-color) !important;
			    left: 50%;
			    height: auto;
			    position: absolute;
			    top: calc(100% + 1rem);
			    transform: translateX(-50%);
			    width: 100vw;
			    z-index: 9999;
			}

			#gheader-v1 .site-nav-open {
			    z-index: 999999;
			}

			#gheader-v1 .hamburger, #gheader-v1 .hamburger::before, #gheader-v1 .hamburger::after {
			    content: '';
			    display: block;
			    color: white;
			    background: #5d63a4;
			    height: 3px;
			    width: 1.75em;
			    border-radius: 2px;
			    transition: all ease-in-out 200ms;
			}
			#gheader-v1 .hamburger::before {
			    transform: translateY(-7px);
			}

			#gheader-v1 .hamburger::after {
			    transform: translateY(4px);
			}

			@media (min-width: 1024px) {
			  #gheader-v1  .site-nav {
			        height: auto;
			        position: relative;
			        background: transparent;
			        float: right;
			        font-weight: 300;
			    }
			    #gheader-v1 .site-nav li {
			        display: inline-block;
			        border: none;
			    }
			    #gheader-v1 .menu-toggle {
			        display: none;
			    }
			    #gheader-v1 .button-login {
			        margin-left: auto;
			    }
			}#GHeroV18{
				    background-image: url(../images/g1.webp);
				    background-position: center;
				    background-repeat: no-repeat;
				    position: relative;
				    height:90vh;
				    background-size: cover;
				    
				}
				#GHeroV18 .overlay{
				    content: '';
				    background-color: #120a06;
				    position: absolute;
				    width: 100%;
				    height: 100%;
				    opacity: 0.7;
				    top: 0;
				    bottom: 0;
				    left: 0;
				    right: 0;
				}
				#GHeroV18 .main {
					position:absolute;
					top:0;
					bottom:0;
					left:0;
					width:70%;
					right:0;
					display:flex;
					flex-direction:column;
					align-items:center;
				}
				#GHeroV18 .btn{
				    padding: 13px 28px;
				    color: var(--button-text-color) !important;
				    background-color: var(--button-background-color) !important;
				    border:none;
				    outline: none;
				    cursor: pointer;
				    border-radius: 10px;
				}
				#GHeroV18 .btn:hover{
				   transition:0.3s linear;
				   opacity:0.7;
				}


				@media (max-width: 750px) {
				   #GHeroV18 .flex-column-md{
				    flex-direction: column;
				   }
				   #GHeroV18 .w-100-w{
				    width: 100% !important;
				   }
				   #GHeroV18 {
				   		height:70vh !important;
					}
				   #GHeroV18 .main {
				   		width:95% !important;

					}
					#GHeroV18 .main h2 {
						font-size:xx-large !important;
					}
				   
				}


 #GGamesV21 {
    			background-color:red;
			}

			#GGamesV21 .overlay {
			    position: absolute;
			    top: 0;
			    width: 100%;
			    height: 100%;
			    background-color: black;
			    opacity: 0.8;
			}

			#GGamesV21 .games-wrapper img {
			    border-radius: 20px;
			    height:300px;
			    object-fit:cover;
			}
			#GGamesV21 .btn {
			    padding: 10px;
			    border-radius: 5px;
			    border: none;
			    font-size: 1rem;
			    font-weight: 500;
			    background-color:var(--button-background-color) !important;
			    color:var(--button-text-color) !important;
			    transition: 0.3s linear;
			}
			#GGamesV21 .btn:hover {
			    transition: 0.3s linear;
			    opacity: 0.7;
			}

			#GGamesV21 .games-wrapper {width: 30%;}


			@media only screen and (max-width: 900px) {
			    #GGamesV21 .games-wrapper {width: 45% !important;}
			}

			@media only screen and (max-width: 650px) {
			    #GGamesV21 .games-wrapper {width: 100% !important;}
			}

         #GBannerV6 {
                    background-image: url(../images/g4.jpg); 
                    background-size:cover;
                    background-position:center;
                    background-attachment:fixed;
                    position: relative;
                }

                @media (max-width: 970px) {
                   #GBannerV6 .flex-column-md{
                    flex-direction: column;
                   }
                   #GBannerV6 .w-100-w{
                    width: 100% !important;
                   }
                   
                }

                @media (max-width: 700px) {
                    #GBannerV6 .banner-wrapper h2 {font-size:xx-large !important;}
                   
                }


                #GAboutV21{
			    background-color: #03072c;
			}

			#GAboutV21 .about-img{
			     padding: 20px;
			}
			#GAboutV21 .about-wrapper img{
			    border-radius: 10px 10px 10px 10px;
			}


			@media only screen and (max-width:950px){
			    
			    #GAboutV21 .w-100-md{
			        width: 100% !important;
			    }
			    #GAboutV21 .flex-column-md{
			        flex-direction: column;
			    }
			    #GAboutV21 .flex-column-reverse-md{
			        flex-direction: column-reverse;
			    }
			    
			}
			@media only screen and (max-width:760px){
			    
			    #GAboutV21 .w-50-mm{
			        width: 50% !important;
			    }
			}

        #GFooterV19 {
				    background-image: url(../images/footerV19_bg.png);
				    background-size: cover;
				    background-position: center;
				    background-color: #000957;
				}

				#GFooterV19 .logo {width:80px;}
.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;
    }
}#GContactV12 .contact-form {
				    border: 1px solid #242424;
				    background-color: #191919;
				    border-radius: 10px;
				}
				#GContactV12 {background-color:#010224;}
				#GContactV12 .input-fields{
				        padding: 10px 26px 10px 14px;
				    box-sizing: border-box;
				    font-size: medium;
				    font-weight: 500;
				    outline: none;
				    border: none;
				    border-radius: 10px;
				}
				#GContactV12 .btn{
				    padding: 13px 21px;
				    color:  var(--button-text-color);
				    background-color:  var(--button-background-color);
				    font-size: 10px;
				    border: none;
				    outline: none;
				    cursor: pointer;
				    border-radius: 10px;
				}
				#GContactV12 .btn:hover{
					transition:0.3s linear;
					opacity:0.7;
				}
				#GContactV12 .contact-icon i{
				    font-size: 30px;
				    color: white;
				    background: #000957;
				    border-radius: 67px;
				    padding: 10px;
				}

				@media (max-width: 950px) {
				   #GContactV12 .flex-column-md{
				    flex-direction: column;
				   }
				   #GContactV12 .m-100-m{
				    width: 100% !important;
				   }
				   #GContactV12 .m-90-m{
				    width: 90% !important;
				   }
				   #GContactV12 .m-40-m{
				    width: 40% !important;
				   } 
				   #GContactV12 .contact-main{
				    text-align: center !important;
				    align-items: center !important;
				   }
				   #GContactV12 .contact-wrapper {
				    align-items: center !important;
				   }
				   
				}


				  @media (max-width: 600px) {
				#GContactV12 .contact-title{
				    font-size: 26px;
				    font-weight: 700;
				    line-height: normal;
				}
				#GContactV12 .contact-btn {
				    padding: 13px 28px;
				    font-size: 10px;
				    font-weight: 700;
				}
				#GContactV12 .contact-icon {
				    flex-direction: column !important;
				}

				  }


		.w-45 {width: 45%;}
		#Gcontactv4 {
			position: relative;
		    background-image: url('../images/g4.jpg');
		    background-repeat: no-repeat;
		    background-size: cover;
		    padding: 76px 0 80px 0;
		    overflow: hidden;
		}
		#Gcontactv4 .hero-overlay {
			position: absolute;
			top: 0;
		    width: 100%;
		    height: 100%;
		    background-color: rgba(0, 0, 0, 0.7);
		}
		.overlay {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
		    width: 100%;
		    height: 100%;
		    background-color: rgba(0, 0, 0, 0.7);
		}
		#Gcontactv4 .container {
		    margin-left: auto;
		    margin-right: auto;
		    max-width: 1170px;
		    padding-left: 20px;
		    padding-right: 20px;
		}

		@media (min-width: 1024px) {
			#Gcontactv4 .container {
			    padding-left: 30px;
			    padding-right: 30px;
			}
		}

		#Gcontactv4 .form-content {
			background-color: rgb(0 0 0 / 60%);
			padding:20px;
			border-radius: 8px;
			box-shadow: 0px 0px 9px -1px #ac9696;
		}

		#Gcontactv4 .input-fields {
			padding: 13px;
		    border-radius: 5px;
		    border: 1px solid white;
		    box-sizing: border-box;
		    font-family: 'Roboto', sans-serif;
		    outline: none;
		    font-size: 0.89rem;
		}
		#Gcontactv4 .contact-info {
			box-shadow: 0px 0px 9px -1px #ac9696;
		}
		#Gcontactv4 .btn {
			    padding: 10px 20px 10px 20px;
		    border-radius: 6px;
		    border: 1px solid white;
		    background: transparent;
		    color: var(--button-text-color);;
		     font-family: 'Roboto', sans-serif;
		    font-weight: bold;
		    font-size: 1rem;
		    transition: 0.3s linear;
		}
		#Gcontactv4 .btn:hover {
			transition: 0.3s linear;
			background-color: var(--button-background-color);
			color: white;
		}
		@media only screen and (max-width: 980px) {
			#Gcontactv4 .flex-column-md {flex-direction:column !important;}
			#Gcontactv4 .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;
	}
}#GGamesV23 {
				   background-color: #000957;
				}
				#GGamesV23 .main {
				    background-color:#03072c;
				    border-radius: 10px;
				}
				#GGamesV23 .list-wrapper{
				    padding: 30px;
				}
				#GGamesV23 .game-wrapper{
				    background-color: black;
				    border-radius: 10px;
				    padding: 20px;

				}

				#GGamesV23 .game{
				    padding:30px;
				}
				#GGamesV23 .game img {
					height:300px;
					object-fit:cover;
				}
				#GGamesV23 .list-btn{
				    padding: 15px 30px;
				    font-size: 16px;
				    font-weight: 600;
				    color: var(--button-text-color) !important;
				    background-color: var(--button-background-color) !important;
				    outline: none;
				    border-radius: 50px;
				    border: none;
				    cursor: pointer;

				}

				#GGamesV23 .list-btn:hover {
				   transition:0.3s linear;
					opacity:0.7;
				}
				@media only screen and (max-width: 950px) {
				    #GGamesV23 .flex-wrap-w {
				       flex-wrap: wrap;
				    }
				    #GGamesV23 .game-wrapper{
				        width: 100% !important;
				    }
				    #GGamesV23 .w-100-md{
				        width: 100% !important;
				    }
				    #GGamesV23 .game-wrapper{
				    	flex-direction: column !important;
				    }
				    #GGamesV23 .game-img , .game-content{
						width: 80% !important;
					}
				     
				    
				}
				@media only screen and (max-width: 850px) {
					#GGamesV23 .game-img , .game-content{
						width: 80% !important;
					}
				}
				@media only screen and (max-width: 650px) {
					#GGamesV23 .game-img , .game-content{
						width: 100% !important;
					}
				}
				@media only screen and (max-width: 750px){
				    #GGamesV23 .game-wrapper{
				        width: 100% !important;
				    }
				    #GGamesV23 .list-wrapper {
				    	padding:10px !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;
						}
					}
					@media only screen and (max-width: 850px){
						.flex-column-md{
							flex-direction: column;
						}
						#GFooterV19 ul{
							flex-direction: column !important;
						}
						.desclaimer-text img{
							width: 30% !important;
						}
					}