
		 	#GHeaderV11 .container{
				margin-left: auto;
			    margin-right: auto;
			    max-width: 1204px;
			    padding-left: 20px;
			    padding-right: 20px;
			}
			@media (min-width: 1024px) {
			    #GHeaderV11 .container {
			        padding-left: 30px;
			        padding-right: 30px;
			    }
			}
			#GHeaderV11 .logo-main {
				color: var(--logo-text-color) !important;
			}
			#GHeaderV11 .nav-link:hover {
			        background: rgba(66, 220, 255, 0.1);
			    transform: translateX(5px);
			}
			#GHeaderV11 .nav-link {
			    color: var(--header-navigation-color);
			    text-decoration: none;
			    padding: 10px;
			    border-radius: 8px;
			    transition: all 0.3s ease;
			    background:rgb(199 199 199 / 70%);
			}
			#GHeaderV11 .nav-link a {
			    color: var(--header-navigation-color);
			}

			#GHeaderV11 {
			 background-color:  var(--header-background-color)  !important;
			}

			#GHeaderV11 .logo {width:90px;}

			#GHeaderV11 .phone {
			    display: none;
			}
			#GHeaderV11 .desktop {
			    display: flex;
			}

			@media only screen and (max-width: 850px) {
			    #GHeaderV11 .phone {
			        display: flex !important;
			    }
			    #GHeaderV11 .desktop {
			        display: none !important;
			    }
			    #GHeaderV11 .phone-nav.show {
			        display: flex !important;
			    }

			}
			#GHeaderV11 .phone-nav {
			    position: absolute;
			    background: black;
			    left: 0;
			    flex-direction: column;
			    top: 84%;
			    z-index:111;
			    display: none;
			    width: -webkit-fill-available;
			    padding-top: 5%;
			    padding-bottom: 5%;
			}
			#GHeroV17 {
				    background-image: url(../images/hero.jpg);
				    background-size: cover;
				    background-position: center;
				    height: 100vh;
				}
				#GHeroV17 .overlay {
				    position: absolute;
				    width: 100%;
				    height: 100%;
				    background-color: black;
				    opacity: 0.7;

				}
				#GHeroV17 .hero-content {
				    position: absolute;
				    top: 0;
				    bottom: 0;
				    background: var(--hero-background-color) !important;
				    width: 60%;
				    height: min-content;
				    left: 3%;
				    padding:20px;
				    color:var(--heading-text-color) !important;
				    border-radius: 20px;
				    margin: auto;
				}

				@media only screen and (max-width: 800px) {
				    #GHeroV17 .hero-content {
				        width: fit-content !important;
				        left:0 !important;
				        bottom: 0;
				        top: unset !important;
				    }
				}

				#GHeroV17 .btn {
				    border: none;
				    padding: 12px 35px;
				    border-radius: 5px;
				    font-size: 1rem;
				    background-color:var(--button-background-color);
				    color: var(--button-text-color);
				    transition: 0.3s linear;
				}
				#GHeroV17 .btn:hover {
				    transition: 0.3s linear;
				    opacity: 0.7;
				}
				#GGamesV6 {background-color: #171930}
				#GGamesV6 .container {
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1170px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
				  #GGamesV6 .container {
				      padding-left: 30px;
				      padding-right: 30px;
				  }
				}

				#GGamesV6 .games-wrapper img {
					height:300px;
					object-fit:cover;
				}

				#GGamesV6 .btn {
				  background: var(--button-background-color) !important;
				  border:0px;
				  font-size: 1rem;
				  border-radius: 30px;
				  color:var(--button-text-color) !important;
				  padding:15px 35px 15px 35px;
				}
				#GGamesV6 .mb-3 {width:30%;}
				@media only screen and (max-width: 950px) {
					#GGamesV6 .mb-3 {width:45%;}
				}
				@media only screen and (max-width: 650px) {
					#GGamesV6 .mb-3 {width:100% !important;}
				}

				#GGamesV6 .games-content {
					background-color: #23274a;
				}#GRandomV7 {
                    background-color: #8d8d8d;
                }
                #GRandomV7 .content {
                    
                    border-radius: 10px;
                }
                #GRandomV7 .content p,#GRandomV7 .content-wrapper p{
                    padding: 20px;
                }
                #GRandomV7 .content-wrapper {
                    border: 1px solid #242424;
                    border-radius: 10px;
                    
                }


                @media only screen and (max-width:950px){
                    
                    #GRandomV7 .w-100-md{
                        width: 100% !important;
                    }
                    #GRandomV7 .flex-column-md{
                        flex-direction: column;
                    }
                    
                    
                }
                @media only screen and (max-width:760px){
                    
                    #GRandomV7 .w-50-mm{
                        width: 50% !important;
                    }
                }

#GFaqV4 .container {
                margin-left: auto;
                margin-right: auto;
                max-width: 1270px;
                padding-left: 20px;
                padding-right: 20px;
            }

            @media (min-width: 1024px) {
               #GFaqV4 .container {
                  padding-left: 30px;
                  padding-right: 30px;
              }
            }

            #GFaqV4 {
              background-color: #596a75;
              color: white;
            }

            #GFaqV4 .faq-content {
                  border: 1px solid blue;
                padding: 14px;
                display: flex;
                margin-top: 2%;
                flex-direction: column;
                gap:10px;
                box-shadow: 2px 2px 10px #00fff7;
                transition: 0.3s ease-out;
            }

            #GFaqV4 .faq-content:hover {
              box-shadow: 3px 3px 20px #00fff7;
                transition: 0.3s ease-out;
            }

            #GFaqV4 .faq-content:hover .question-icon {
                animation-name: header-up;
                animation-duration: 0.75s;
                animation-timing-function: ease-out;
            }

            @keyframes header-up {
                0% {
                    transform: translateY(0);
                }
                25% {
                    transform: translateY(-6px);
                }
                50% {
                    transform: translateY(0);
                }
                75% {
                    transform: translateY(-6px);
                }
                100% {
                    transform: translateY(0);
                }
            }



            #GFaqV4 .answer-icon {
              transform: rotate(270deg);
            }

            @media only screen and (max-width: 800px) {
              #GFaqV4 .answer-icon {display: none !important;}
            }

            


#gAbout-v1 .bg-main {background-color: #01204E}
#gAbout-v1 .overflow-hidden {overflow: hidden;}

#gAbout-v1 .text-decoration-none {text-decoration: none;}
#gAbout-v1 .line-height-1 {line-height: 1.5}

#gAbout-v1 .max-100 {max-width: 100%;}
#gAbout-v1 .clr-white {color: white}


@media only screen and (max-width: 990px) {
	#gAbout-v1 .flex-column-lg {
		flex-direction: column !important;
	}
	#gAbout-v1 .w-100-lg {
		width: 100% !important;
	}
}

#gAbout-v1 .abt-img {
	width: 70%;
	margin: auto;
	display: flex;
}

#gAbout-v1 .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	#gAbout-v1 .container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}


        #GFooterV20 .container {
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1270px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
					 #GFooterV20 .container {
					    padding-left: 30px;
					    padding-right: 30px;
					}
				}


				#GFooterV20 .footer-items {
				  background-color: hsl(202.7deg 86.7% 41.98%);
				}

				#GFooterV20 {
					background-color: var(--footer-background-color);
				}

				#GFooterV20 .logo {width:80px;}

				#GFooterV20 .disclaimer {
				  background: hsl(202.7deg 86.7% 41.98%);
				    color: white;
				    padding: 10px;
				}

				@media only screen and (max-width: 850px) {
				  #GFooterV20 .flex-column-md {flex-direction: column !important;}
				  #GFooterV20 .w-100-md {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;
						}
					}.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: 13px;
    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;
  padding: 10px;
  font-size: 1rem;
  margin-bottom: 2%;
}


@media only screen and (max-width: 800px) {
    #gContact-v1 .formEntry,.submit {
    	width: 260px !important;
    }
}	#GContactV9 {
					    background-image: url(../images/aboutv16-bg.png);
					    background-size: cover;
					    background-position: center;
					}
					#GContactV9 .overlay {
					    position: absolute;
					    width: 100%;
					    height: 100%;
					    opacity: 0.8;
					    background-color: black;
					    top: 0;
					}
					#GContactV9 .input-fields {
					    border:none;
					    outline:none;
					    font-size: 0.89rem;
					    padding: 12px;
					    border-radius: 3px;
					    box-sizing: border-box;
					    background: #ffffff2b;
					    border-bottom: 3px solid #b635a9;
					    color: white;
					}
					#GContactV9 ::placeholder {
					  color: white;
					  opacity: 1; /* Firefox */
					}

					#GContactV9 ::-ms-input-placeholder { /* Edge 12 -18 */
					  color: white;
					}

					#GContactV9 .btn {
					    padding:15px 35px 15px 35px;
					    background-color: var(--button-background-color);
					    width: fit-content;
					    font-size: 0.89rem;
					    color: var(--button-text-color);
					    border:none;
					    border-radius: 5px;
					    cursor: pointer;
					    transition: 0.3s linear;
					}
					#GContactV9 .btn:hover {
					    opacity: 0.7;
					    transition: 0.3s linear;
					}

					#GContactV9 .envelope {
					    width: 50px;
					    fill: #b635a9;
					}

					@media only screen and (max-width: 950px) {
					    #GContactV9 .flex-column-reverse-md {flex-direction: column-reverse !important;}
					    #GContactV9 .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;
	}
}
			#GGamesV20 .wrapper-game:hover img {
			    transform: scale(1.06);
			}

			#GGamesV20 {
			    background-image: url(../images/game.jpg);
			    background-size: cover;
			    background-repeat: no-repeat;
			    position: relative;
			}
			#GGamesV20 .overlay {
			    content: '';
			    background-color: rgb(43 35 60 / 95%);
			    opacity: 0.5;
			    height: 100%;
			    width: 100%;
			    position: absolute;
			    top: 0;
			    bottom: 0;
			    left: 0;
			    right: 0;
			}

			#GGamesV20 .content {
			     top: 0;
			    bottom: 0;
			    left: 0;
			    right: 0px;
			    display: flex;
			    background-color: #000000b3;
			    flex-direction: column;
			    align-items: center;
			    justify-content: center;
			    opacity: 0;
			}

			#GGamesV20 .wrapper-game:hover .content{
			    opacity: 1 !important;
			    transition: 0.5s;
			    cursor: pointer;
			    transform: scale(1.06);

			}

			#GGamesV20 .list-btn {
			    font-size: 17px;
			    display: inline-block;
			    padding: 10px 15px;
			    text-decoration: none;
			    color: var(--button-text-color);
			    background: var(--button-background-color);
			    font-weight: bold;
			    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
			    cursor: pointer;
			    border-radius: 5px;
			    outline: none;
			    border: none;
			}
			#GGamesV20 .list-btn:hover{
				opacity:0.7;
				transition:0.3s linear;

			}
			#GGamesV20 .wrapper-game {
				width:30%;
			}
			#GGamesV20 .wrapper-game img{
			    transition: all .3s ease-in;
			    height:350px;
			    object-fit:cover;
			}
			#GGamesV20 .wrapper-game img:hover{
			    transition: all .3s ease-in;
			}
			@media only screen and (max-width: 1050px) {
			    #GGamesV20 .flex-column-md {
			       flex-direction: column;
			    }
			    #GGamesV20 .flex-wrap-w {
			       flex-wrap: wrap;
			    }
			    
			    #GGamesV20 .w-40-w{
			        width: 40% !important;
			    }
			     
			    
			}
			@media only screen and (max-width: 760px) {
			    #GGamesV20 .flex-column-mm{
			        flex-direction: column;
			    }
			    #GGamesV20 .wrapper-game{
			        width: 100% !important;
			    }
			    
			    
			}

				.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: #56564f;
    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;
    }
}