 #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:#4f5849;
				    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, #123458);
				    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: #123458;
				    color: white;
				    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, #123458);
				    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: #123458;
				    color: white;
				    box-shadow: 0 0 15px rgba(242, 166, 90, 0.8);
				    transform: translateY(-3px);
				}

				#GHeaderV13 .phone {
				    display: none;
				}
				#GHeaderV13 .desktop {
				    display: flex;
				}


 #GHeroV20 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GHeroV20 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GHeroV20 {
				    background-image: url(../images/g1.avif);
				    background-size: cover;
				    background-position: center;
				    height: 100vh;
				    position: relative;
				    display: flex;
				    align-items: center;
				}
				#GHeroV20 .overlay {
				    position: absolute;
				    width: 100%;
				    height: 100%;
				    opacity: 0.7;
				    top: 0;
				    background-color: black;
				}
				#GHeroV20 .hero-content {
				    position:relative;
				    
				    display: flex;
				    flex-direction: column;
				    align-items: center;
				    justify-content: center;
				    text-align: center;
				}

				#GHeroV20 .btn {
				    background-color: var(--button-background-color) !important;
				    border: none;
				    padding: 12px 35px;
				    color: var(--button-text-color) !important;
				    border-radius: 5px;
				    font-size: 1rem;
				    transition: 0.3s linear;
				}
				#GHeroV20 .btn:hover {
				    transition: 0.3s linear;
				    opacity: 0.7;
				}

				@media only screen and (max-width: 850px) {
				    #GHeroV20 .hero-content h2 {
				        font-size: xx-large !important;
				    }
				    #GHeroV20 .hero-content p {
				        font-size: larger !important;
				    }
				    #GHeroV20 {
				        height: 70vh !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;
			    }
			}

				 #GRandomV13 .container{
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 1204px;
                    padding-left: 20px;
                    padding-right: 20px;
                }

                @media (min-width: 1024px) {
                    #GRandomV13 .container {
                        padding-left: 30px;
                        padding-right: 30px;
                    }
                }

                #GRandomV13 {
                    background-color: #123458;
                }
                #GRandomV13 .content{
                    counter-increment: az2-stps-block;
                    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 100.00% 100%, 0.00% 100%, 0% 60%, 10% 20%);
                    background: #303141;
                    transition: 0.5s;
                    
                    cursor: pointer;
                }
                #GRandomV13 .content:hover {
                  transform: rotate(-5deg);
                }
                #GRandomV13 .text{padding: 40px;}
                @media only screen and (max-width: 950px){
                    #GRandomV13 .w-100-md{width: 100% !important}
                    #GRandomV13 .flex-column-md{flex-direction: column;}
                    
                }



            #Gfaqv1 {
                position: relative;
                background-image: url('../images/g8.jpg');
                background-repeat: no-repeat;
                background-size: cover;
                padding: 76px 0 80px 0;
                overflow: hidden;
                background-attachment: fixed;
            }
            #Gfaqv1 .hero-overlay {
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.7);
            }
            #Gfaqv1 .container {
                margin-left: auto;
                margin-right: auto;
                max-width: 1170px;
                padding-left: 20px;
                padding-right: 20px;
            }

            @media (min-width: 1024px) {
                #Gfaqv1 .container {
                    padding-left: 30px;
                    padding-right: 30px;
                }
            }

            #Gfaqv1 .accordion .accordion-item {
              border-bottom: 1px solid #e5e5e5;
            }


            #Gfaqv1 .accordion button {
              position: relative;
              display: block;
              text-align: left;
              width: 98%;
              padding: 1em 0;
              color: #fff;
              font-size: 1.15rem;
              font-weight: 400;
              border: none;
              background: none;
              outline: none;
            }

            #Gfaqv1 .accordion button:hover,
            #Gfaqv1 .accordion button:focus {
              cursor: pointer;
            }

            #Gfaqv1 .accordion button:hover::after,
            #Gfaqv1 .accordion button:focus::after {
              cursor: pointer;
              color: #03b5d2;
              border: 1px solid #03b5d2;
            }

            #Gfaqv1 .accordion button .accordion-title {
              padding: 1em 1.5em 1em 0;
            }

            #Gfaqv1 .accordion button .icon {
              display: inline-block;
              position: absolute;
              top: 18px;
              right: 0;
              width: 22px;
              height: 22px;
              font-size: x-large;
            }

            #Gfaqv1 .accordion button .icon::before {
              display: block;
              position: absolute;
              content: '';
                top: 10px;
                left: 4px;
                width: 20px;
                height: 2px;
              background: currentColor;
            }
            #Gfaqv1 .accordion button .icon::after {
              display: block;
              position: absolute;
              content: '';
                top: 1px;
                left: 12px;
                width: 3px;
                height: 20px;
              background: currentColor;
            }

            #Gfaqv1 .accordion button[aria-expanded='true'] .icon::after {
              width: 0;
            }
            #Gfaqv1 .accordion button[aria-expanded='true'] + .accordion-content {
              opacity: 1;
              max-height: 9em;
              transition: all 200ms linear;
              will-change: opacity, max-height;
            }
            #Gfaqv1 .accordion .accordion-content {
              opacity: 0;
              max-height: 0;
              overflow: hidden;
              transition: opacity 200ms linear, max-height 200ms linear;
              will-change: opacity, max-height;
            }
            #Gfaqv1 .accordion .accordion-content p {
              font-size: 1rem;
              font-weight: 300;
              color: white;
              margin: 2em 0;
            }

            
			#GAboutV23 {background-color: #212529}

			#GAboutV23 .container {
			    margin-left: auto;
			    margin-right: auto;
			    max-width: 1270px;
			    padding-left: 20px;
			    padding-right: 20px;
			}

			@media (min-width: 1024px) {
				 #GAboutV23 .container {
				    padding-left: 30px;
				    padding-right: 30px;
				}
			}

			#GAboutV23 .about-img {
			    width: calc(100% / 3);
			    height: 130px;
			    margin: 50px 0;
			    filter: drop-shadow(0 0 0.25rem #00fff7);
			    transition: 0.3s ease-in-out;
			      position: relative;
			  z-index: 2;
			  overflow: hidden;
			}
			#GAboutV23 .about-img:before {
			  content: '';
			  position: absolute;
			  top: 0;
			  left: -100%;
			  width: 200%;
			  height: 130px;
			  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, #00fff7 50%, rgba(255, 255, 255, 0) 70%);
			  animation: shine 5s infinite;
			  z-index: 0;
			}
			@keyframes shine {
			  100% {
			    left: 100%;
			  }
			}

			@media only screen and (max-width: 650px) {
			    #GAboutV23 .about-img:before {
			      content: '';
			      position: absolute;
			      top: 0;
			      left: -100%;
			      width: 200%;
			      height: 0;
			      background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, #00fff7 50%, rgba(255, 255, 255, 0) 70%);
			      animation: shine 5s infinite;
			      z-index: -2;
			    }
			    #GAboutV23 .about-img {height: inherit !important;}
			}

         #GFooterV25 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
				    #GFooterV25 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GFooterV25 {
				    background-color: #123458;

				}
				#GFooterV25 .desclaimer {
				    background: #D4C9BE;
				    border-radius: 0px;
				    display: flex;
				    flex-direction: column;
				    gap: 20px;
				    transition: all 2s ease-in-out;
				    animation: glowEffect 2s ease-in-out infinite;
				}

				@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));
				      }
				    }

				#GFooterV25 .disclaimer-content{ padding: 40px;}
				#GFooterV25 .disclaimer-content img{
				    width: 85px;
				    height: 85px;
				    object-fit: contain;
				}
				#GFooterV25 .logo img{
				    width: 95px;
				    height: 95px;
				    object-fit: contain;
				}
				 #GFooterV25 .disclaimer-content h2 {
				    font-weight: 800;
				    font-size: clamp(22px, 5vw, 45px);
				    text-align: center;
				    margin-block-end: auto;
				    margin-block-start: auto;
				    text-transform: uppercase;

				 }
				 #GFooterV25 .link a { 
				 transition: 0.5s;
				    cursor: pointer;}

				    #GFooterV25 .link a:hover{
				        transition: 0.5s;
				        opacity: 0.7;
				    }
				#GFooterV25 .copyright{
				    margin-top: 25px;
				    padding: 20px;
				    background: #D4C9BE;
				    border-radius: 32px 32px 0px 0px;
				}

				.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;
    }
}
				#GContactV14 {background-color: #212529}

				#GContactV14 .container {
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1270px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
					 #GContactV14 .container {
					    padding-left: 30px;
					    padding-right: 30px;
					}
				}

				#GContactV14 .input-fields {
				    border: none;
				    outline: none;
				    padding-top: 12px;
				    padding-bottom: 12px;
				    box-sizing: border-box;
				    background: transparent;
				    color: white;
				    border-bottom: 2px solid white;
				}

				#GContactV14 .btn {
				  background: var(--button-background-color);
				    color: var(--button-text-color);
				    border: none;
				    padding: 12px 25px;
				    transition: 0.3s linear;
				}
				#GContactV14 .btn:hover {
				  transition: 0.3s linear;
				  opacity: 0.7;
				}


				@media only screen and (max-width: 850px) {
				  #GContactV14 .flex-column-md {flex-direction: column !important;}
				  #GContactV14 .w-100-md {width: 100% !important;}
				}

			#Gcontactv5 .container{
				margin-left: auto;
			    margin-right: auto;
			    max-width: 1204px;
			    padding-left: 20px;
			    padding-right: 20px;
			}
			@media (min-width: 1024px) {
			#Gcontactv5 .container {
			        padding-left: 30px;
			        padding-right: 30px;
			    }
			}
			 #Gcontactv5 {

			     background-color: #16213e;
			         position: relative;
			    width: 100%;
			    overflow: hidden;
			    z-index: 0;
			 }
			 #Gcontactv5 .suscr-form-body {
			    padding: 18px;
			    border-radius: 20px;
			    position: relative;
			    background-color: #1a1a1a;
			    color: #fff;
			    border: 1px solid #333;
			}
			 #Gcontactv5 .suscr-form-title {
			    margin-bottom: 30px;
			}
			 #Gcontactv5 .suscr-form-title img {
			    width: 100px;
			}

			 #Gcontactv5 .input-y47870213, .textarea-y47870213 {
			    background-color: #333;
			    color: #fff;
			    width: 100%;
			    font-family: 'Poppins', sans-serif;
			    padding: 13px 12px;
			    font-size: 0.89rem;
			    outline: 0;
			    border: 1px solid rgba(105, 105, 105, 0.397);
			    border-radius: 10px;
			    box-sizing: border-box;
			}
			#Gcontactv5 .waveImg {
			    opacity: 0.4;
			    transform: rotate(-15deg);
			    position: absolute;
			    bottom: -2%;
			    left: -10%;
			    width: 200%;
			    z-index: -1;
			    filter: drop-shadow(10px 10px 40px #fff);
			}
			#Gcontactv5 .button-4 {
			    border: 4px double #17223f;
			    border-radius: 60px;
			    font-size: 14px;
			    cursor: pointer;
			    padding: 10px 30px 10px 30px;
			    display: inline-block;
			    text-transform: uppercase;
			    letter-spacing: 1px;
			    font-weight: 700;
			    outline: none;
			    font-family: 'Poppins', sans-serif;
			    position: relative;
			    transition: all 0.3s;
			    color: #fff;
			    background: #17223f;
			}
			@media (max-width: 750px) {
			    #Gcontactv5 .suscr-form-body {
			        width: 100%;
			    }
			    #Gcontactv5 h4{
			        font-size: 20px !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;
						}
					}