 #GHeaderV13 .container{
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GHeaderV13 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}
								@media only screen and (max-width: 1230px) {
				    #GHeaderV13 .desktop {
				        display: none !important;
				    }
				    #GHeaderV13 .phone {
				        display: flex !important;
				        background: #ffffff;
				        padding: 10px;
				        border-radius: 3px;
				    }
				    #GHeaderV13 .flex-column-md {flex-direction: column !important;}
				    #GHeaderV13 .w-100-md {width: 100% !important;}
				    #GHeaderV13 .align-start-md {align-items: flex-start !important;}
				    #GHeaderV13 .phone-nav.show {display: flex !important;}
				    #GHeaderV13 .benefits-items  {
				        width: 45% !important;
				    }
				}



				#GHeaderV13 .phone-nav {
				    position: absolute;
				    background:#183B4E;
				    left: 0;
				    width: -webkit-fill-available;
				    flex-direction: column;
				    top: 86%;
				    z-index: 111;
				    padding-top: 3%;
				    padding-bottom: 3%;
				    display: none;
				}
				@keyframes glow {


				0% {
				    box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
				}
				50% {
				    box-shadow: 0 0 20px rgba(255, 215, 0, 0.9);
				}
				100% {
				    box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
				}
				}
				#GHeaderV13 {
				   background: var(--header-background-color);
				}
				#GHeaderV13:hover {
				        width: 95%;
				    transition: 0.3s linear;
				    animation: glow 2s infinite;
				    transform:scale(1.05);
				}
				#GHeaderV13 .logo p {
				color: var(--logo-text-color) !important;
			}
				#GHeaderV13 ul li a {
				    font-size: 15px !important;
				    color: var(--header-navigation-color);
				}
				#GHeaderV13 .header-content {
				    padding-left: 2%;
				    padding-right: 2%;
				}

				#GHeaderV13 .logo img {width:80px;}
				#GHeaderV13 {
				        position: absolute;
				    z-index: 111;
				    transition: 0.3s linear;

				    width: 95%;
				    margin: auto;
				    left: 0;
				    right: 0;
				    top: 2%;
				    border-radius: 22px;
				}
				#GHeaderV13 .desktop li a {
				    text-decoration: none;
				    color: #fff;
				    padding: 10px 15px;
				    background: linear-gradient(145deg, #6C5B7B, #27548a);
				    border-radius: 10px;
				    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
				    transition: all 0.3s ease-in-out;
				}
				#GHeaderV13 .desktop li a:hover {
				    background: #8da6ca;
				    color: #2C3E50;
				    box-shadow: 0 0 15px rgba(242, 166, 90, 0.8);
				    transform: translateY(-3px);
				}
				#GHeaderV13 .phone-nav li a {
				    text-decoration: none;
				    color: #fff;
				    padding: 10px 15px;
				   background: linear-gradient(145deg, #6C5B7B, #27548a);
				    border-radius: 10px;
				    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
				    transition: all 0.3s ease-in-out;
				}
				#GHeaderV13 .phone-nav li a:hover {
				    background: #8da6ca;
				    color: #2C3E50;
				    box-shadow: 0 0 15px rgba(242, 166, 90, 0.8);
				    transform: translateY(-3px);
				}

				#GHeaderV13 .phone {
				    display: none;
				}
				#GHeaderV13 .desktop {
				    display: flex;
				}


 #GHeroV22 .container{
						margin-left: auto;
					    margin-right: auto;
					    max-width: 1204px;
					    padding-left: 20px;
					    padding-right: 20px;
					}

					@media (min-width: 1024px) {
					    #GHeroV22 .container {
					        padding-left: 30px;
					        padding-right: 30px;
					    }
					}
					#GHeroV22 {
					    background-image: url(../images/hero.jpg);
					    background-position: center;
					    background-repeat: no-repeat;
					    background-size: cover;
					    position: relative;
					    display: flex;
					    align-items: center;
					    justify-content: center;

					}
					#GHeroV22 .overlay{
					    position: absolute;
					    content: '';
					    width: 100%;
					    height: 100%;
					    z-index: 0;
					    background: #222434;
					    opacity: .85;
					    top: 0;
					    bottom: 0;
					    left: 0;
					    right: 0;

					}
					#GHeroV22 .hero-img img {
					    transition: all 2s ease-in-out;
					    animation: glowEffect 2s ease-in-out infinite;
					    width: 100%;
					    height: 346px;
					    object-fit: contain;
					}
					@keyframes glowEffect {
					      0% {
					        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.4));
					      }
					      50% {
					        filter: drop-shadow(0 0 15px rgba(255, 255, 255, 1));
					      }
					      100% {
					        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.4));
					      }
					    }
					    
					#GHeroV22 .text-box span::before {
					    position: absolute;
					    content: '';
					    width: 6px;
					    height: 6px;
					    border-radius: 50%;
					    background: #0ef0ad;
					    right: -10px;
					    top: 0;
					}

					#GHeroV22 .btn{
					    color: var(--button-text-color);
					    font-size: 17px;
					    background-color: var(--button-background-color);
					    border:none;
					    border-radius: 5px;
					    cursor: pointer;
					    padding: 10px;
					    transition: 0.5s;
					}
					#GHeroV22 .btn:hover{
					    transition: 0.5s;
					    opacity: 0.7;
					}


					@media only screen and (max-width: 950px){
					    #GHeroV22 .w-100-md{width: 100% !important}
					    #GHeroV22 .flex-column-reverse{flex-direction: column-reverse;}
					    #GHeroV22 .w-80-md{width: 80% !important}
					    
					}


			  #GGamesV27 .container{
				margin-left: auto;
			    margin-right: auto;
			    max-width: 1204px;
			    padding-left: 20px;
			    padding-right: 20px;
			}

			@media (min-width: 1024px) {
			    #GGamesV27 .container {
			        padding-left: 30px;
			        padding-right: 30px;
			    }
			}



			#GGamesV27 {
			   
			   background-image: url(bg.jpg);
			   position: relative;
			   background-position: center;
			   background-repeat: no-repeat;
			   background-size: cover;
			}
			#GGamesV27 .overlay{
			    content: '';
			    position: absolute;
			    top: 0;
			    left: 0;
			    height: 100%;
			    width: 100%;
			    transition: all 0.8s;
			    opacity: 0.7;
			    background: black;
			    background-size: 100% 100%;
			}
			#GGamesV27 .game-wrapper{
			    background-color: rgb(17 65 32 / 69%);
			    border-radius: 20px;

			}
						    #GGamesV27 .game-img img{
			        height: 300px;
			    object-fit: cover;
			    max-width:100%;
			    }
			#GGamesV27 .game{
			    padding: 20px;
			}
			#GGamesV27 .btn{
			    background-color: var(--button-background-color);
			    color: var(--button-text-color);
			    transition: .3s linear;
			    padding: 8px 20px;
			    cursor: pointer;
			    border-radius: 30px;
			    border:none;
			}
			#GGamesV27 .btn:hover {
			    transition: 0.3s linear;
			    opacity: 0.7;
			}

			#GGamesV27 .game-wrapper{
			        width: 45% !important;
			    }

			@media only screen and (max-width: 1060px) {
			    
			    #GGamesV27 .w-100-md{
			        width: 100% !important;
			    }
			     
			    
			}
			@media only screen and (max-width: 950px){
			    #GGamesV27 .flex-column-md {
			       flex-direction: column;
			    }
			    #GGamesV27 .list-wrapper{
			        align-items: center !important;
			    }
			    #GGamesV27 .game-wrapper{
			        width: 80% !important;
			    }
			    #GGamesV27 .game{
			        flex-direction: column !important;
			    }
			    #GGamesV27 .game-img{width: 100% !important}

			}
			@media only screen and (max-width: 600px){
			    #GGamesV27 .game-wrapper{
			        width: 100% !important;
			    }
			}

				.clr-white {color: white}
                .bg-black {background-color: #27548A}
                 #GRandomV16 .container{
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 1150px;
                    padding-left: 20px;
                    padding-right: 20px;
                }
                @media (min-width: 1024px) {
                    #GRandomV16 .container {
                        padding-left: 30px;
                        padding-right: 30px;
                    }
                }
                #GRandomV16 {background-color: #183B4E}
                #GRandomV16 .why-content {
                  padding:18px;
                  border:1px solid white;
                  border-radius: 20px;
                  transition: all .2s ease-in-out;
                }
                #GRandomV16 .why-content:hover {
                  border:1px solid #45f882;
                  transition: all .2s ease-in-out;
                }
                @media only screen and (max-width: 920px) {
                    #GRandomV16 .flex-column-md {flex-direction: column !important;}
                      #GRandomV16 .w-100-md {width: 100% !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: #212529;
              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;}
            }

              #GAboutv26 .container{
				margin-left: auto;
			    margin-right: auto;
			    max-width: 1204px;
			    padding-left: 20px;
			    padding-right: 20px;
			}
			@media (min-width: 1024px) {
			    #GAboutv26 .container {
			        padding-left: 30px;
			        padding-right: 30px;
			    }
			}

			#GAboutv26 {background-color: #27548A}

			#GAboutv26 .title {
			    background:url(../images/ContactV17_title.png) repeat scroll #8b4513;
			    padding: 10px 22px;
			    display: block;
			    border-radius: 5px;
			    text-align: center;
			    font-size: 20px;
			    overflow: hidden;
			    color: #FDD835;
			    text-shadow: 0 0 10px rgba(255, 223, 59, 0.7);
			}
			#GAboutv26 .img-wrapper img {
			        width: 100%;
			    border-radius: 15px;
			    border: 2px solid white;
			}

			@media only screen and (max-width: 850px) {
			    #GAboutv26 .flex-column-md {flex-direction: column !important;}
			    #GAboutv26 .w-100-md {width: 100% !important;}
			}#GFooterV26 .container {
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1240px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
				    #GFooterV26 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GFooterV26 .age-icon {width: 130px;}

				#GFooterV26 {
				    background-color: var(--footer-background-color);
				}
				#GFooterV26 .footer-content {
				    flex: 0 1 971px;
				}

				#GFooterV26 .nav__item a:hover{
				    color:goldenrod;
				    transition: 0.3s;
				    cursor: pointer;
				    
				}

				@media screen and (max-width: 900px){
				   #GFooterV26 .flex-column-md{
				    flex-direction: column;
				   }
				   #GFooterV26 .w-100-md{
				    width: 100% !important;
				   }
				   #GFooterV26 .footer-content {
				    flex: none;
				   }
				  
				}
				@media screen and (max-width: 450px){
				    #GFooterV26 .footer-link{
				       flex-direction: column;
				    }
				}

.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;
    }
}  #GContactV18 .container{
						margin-left: auto;
					    margin-right: auto;
					    max-width: 1204px;
					    padding-left: 20px;
					    padding-right: 20px;
					}

					@media (min-width: 1024px) {
					    #GContactV18 .container {
					        padding-left: 30px;
					        padding-right: 30px;
					    }
					}
					#GContactV18 {background-color: #27548A}
					#GContactV18 .contact-content , #GContactV18 .contact-form{
					    background-color: #303141;
					}
					#GContactV18 .content-box {
					    border-top: 1px solid darkgrey;
					    border-bottom: 1px solid darkgray;
					    padding:20px;
					}
					#GContactV18 .text svg{
					    fill: #0ef0ad;
					    width: 35px;
					    height: 35px;
					}
					#GContactV18 .text p {
					    margin-block-end: auto;
					    margin-block-start: auto;
					    font-size: larger;
					    font-weight: 600;
					}
					#GContactV18 .login-form{
						width: -webkit-fill-available;
						padding:20px;
					}
					#GContactV18 .input-fields{
					    padding: 15px 20px;
					    color: white;
					    width: -webkit-fill-available;
					    outline-color: rgba(0, 0, 0, 0);
					    border-radius: 0px;
					    font-size: 16px;
					    background-color: inherit;
					    border: 1px solid #4c4d5a;
					}
					#GContactV18 .btn{
					    color:  var(--button-text-color);
					    font-size: 17px;
					    background-color:  var(--button-background-color);
					    border: none;
					    border-radius: 5px;
					    cursor: pointer;
					    padding: 12px;
					    transition: 0.5s;
					}
					#GContactV18 .btn:hover{
					    transition: 0.5s;
					    opacity: 0.7;
					}


					@media only screen and (max-width: 950px){
					    #GContactV18 .w-100-md{width: 100% !important}
					    #GContactV18 .flex-column-reverse{flex-direction: column-reverse;}
					    #GContactV18 .w-80-md{width: 80% !important}
					    
					}


#GContactV12 .contact-form {
				    border: 1px solid #242424;
				    background-color: #191919;
				    border-radius: 10px;
				}
				#GContactV12 {background-color:#27548A;}
				#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: black;
				    background: #93f677;
				    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;
				}

				  }




.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;
	}
}  #GGamesV32 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1150px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GGamesV32 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}
				#GGamesV32 .games-wrapper {
				  width: 22%;
				}
				#GGamesV32 .games-wrapper img {
				  border-radius: 30px;
				  height:250px;
				  object-fit:cover;
				}

				#GGamesV32 .games-wrapper:hover .games-content {
				  opacity: 1 !important;
				  z-index: 1 !important;
				}

				#GGamesV32 .games-content {
				  align-content: center;
				    background-color: rgba(15, 28, 35, .859);
				    border: inherit;
				    font-weight: 600;
				    height: -webkit-fill-available;
				    left: 0;
				    border-radius: 30px;
				    opacity: 0;
				    padding: 1rem;
				    position: absolute;
				    text-align: center;
				    top: 0;
				    transition: all .2s ease-in-out;
				    width: -webkit-fill-available;
				    z-index: -1;
				}
				@media only screen and (max-width: 850px) {
				  #GGamesV32 .games-wrapper {
				    width: 44% !important;
				  }
				}
				#GGamesV32 .btn {
				  background-color: var(--button-background-color);
				  background-image: none;
				  border-color: #0f1c23;
				  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
				  color: var(--button-text-color);
				  padding: 15px 41px;
				    border: none;
				    color: white;
				    font-weight: 500;
				    font-size: 1rem;
				    transition: all .2s ease-in-out;
				}

				#GGamesV32 .btn:hover {
				    transition: all .2s ease-in-out;
				    background: white;
				    color: black;
				}

				@media only screen and (max-width: 620px) {
				  #GGamesV32 .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;
						}
					}