

			#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;
			    }
			}
				#GHeroV9 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				#GHeroV9 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GHeroV9 {
				    padding: 150px 0;
				    overflow: hidden;
				    background-size: cover !important;
				    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%,
				     rgba(0, 0, 0, 0.5) 37%, rgba(0, 0, 0, 0.65) 100%),
				      url(../images/hero.jpg) no-repeat center center;
				    background-attachment: fixed;
				}
				#GHeroV9 .hero-content {
				    background-color: #3b6790a6;
				}
				#GHeroV9 .logo {width: 60px}
				#GHeroV9 .hero-heading {
				    color: #eee;
				    letter-spacing: 0.03em;
				    line-height: 1.3;
				    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
				}
				#GHeroV9 .btn {
				    padding: 15px 30px 15px 30px;
				    background-color:var(--button-background-color);
				    color: white;
				    font-size: 1rem;
				    border: none;
				    transition: 0.3s linear;
				}
				#GHeroV9 .btn:hover {
				    transition: 0.3S linear;
				    background-color: #6d5d5d;
				}
				#GHeroV9 .desktop {
				    display: flex;
				}
				#GHeroV9 .phone {
				    display: none !important;
				}

				@media only screen and (max-width: 900px) {
				    #GHeroV9 .desktop {
				        display: none !important;
				    }
				    #GHeroV9 .phone {display: flex !important;}
				    #GHeroV9 .phone-nav.show {
				        display: flex !important;
				        position: absolute;
				        width: 85%;
				        left: 0;
				        right: 0;
				        margin: auto;
				        top: 15%;
				    }
				    
				}
				#GHeroV9 .phone-nav {display: none;}

					#GGamesV12 {
				  background-image: url('../images/testimonial.jpg');
				  background-size: cover;
				  background-repeat: no-repeat;
				  background-position: center;
				}
				#GGamesV12 .overlay {
				  position: absolute;
				  width: 100%;
				  height: 100%;
				  top: 0;
				  opacity: 0.8;
				  background-color: #132712;
				}
				#GGamesV12 .games-wrapper img {
				  border-radius: 10px;
				  width: 100%;
				  height:300px;
				  object-fit:cover;
				}
				#GGamesV12 .games-wrapper {
				  width: 20%;
				      background: #227b9457;
				    padding: 10px;
				    border-radius: 14px;
				}
				@media only screen and (max-width: 900px) {
				  #GGamesV12 .games-wrapper {
				    width: 40% !important;
				  }
				}

				@media only screen and (max-width: 600px) {
				  #GGamesV12 .games-wrapper {
				    width: 100% !important;
				  }
				}

                #GRandomV2 .container{
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 1204px;
                    padding-left: 20px;
                    padding-right: 20px;
                }
                @media (min-width: 1024px) {
                #GRandomV2 .container {
                        padding-left: 30px;
                        padding-right: 30px;
                    }
                }

                #GRandomV2 {
                    background-image: url(../images/comment.jpg);
                    background-size: cover;
                    background-position: center;
                }
                #GRandomV2 .comments-heading {
                    padding-bottom: 12px;
                    border-bottom: 5px solid #e07250;
                    border-radius: 4px;
                    width: fit-content;
                }
                #GRandomV2 .overlay {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    opacity: 0.7;
                    top: 0;
                    background-color: black;
                }
                #GRandomV2 .comments-img {
                    width: 100px;
                    border: 2px solid #e07250;
                }
                #GRandomV2 .comments-wrapper {
                    background-color: #0000008f;
                    border:5px solid white;
                }
                #GRandomV2 .comments-content {
                    padding:30px;
                }
                #GRandomV2 .align-items-stretch {align-items: stretch;}

                @media only screen and (max-width: 800px) {
                    #GRandomV2 .flex-column-md {flex-direction: column !important;}
                    #GRandomV2 .w-100-md {width: 100% !important;}
                } #GFaqV5 .container{
                margin-left: auto;
                  margin-right: auto;
                  max-width: 1204px;
                  padding-left: 20px;
                  padding-right: 20px;
              }
              @media (min-width: 1024px) {
                  #GFaqV5 .container {
                      padding-left: 30px;
                      padding-right: 30px;
                  }
              }

              #GFaqV5 {background-color: #305c6b}

              #GFaqV5 .faq_container { 
                  border: 1px solid rgba(66, 220, 255, 0.1);
                  background: rgba(255, 255, 255, 0.05);
                  border-radius: 15px;
                  overflow: hidden;
                  transition: all 0.3s ease;
                  color: white; 
                  
              }

              #GFaqV5 .faq_question {
                font-size: 0.89rem;
                font-weight: 600;
                padding: 10px;
                position: relative;
                display: flex;
                align-items: center;
                justify-content: space-between;
                cursor: pointer;
              }
              #GFaqV5 .answercont {
                max-height: 0;
                overflow: hidden;
                transition: 0.3s;
              }
              #GFaqV5 .answer {
                padding: 0 10px 20px;
              }
              #GFaqV5 .fqa_headline_container h2 span { font-weight: 700; }

              #GFaqV5 .icon.active {
                background: transparent;
                border: 2px solid #fff;
              }
              #GFaqV5 .icon:hover { cursor: pointer; }
              #GFaqV5 .icon-shape { position: relative; width: 50px; height: 50px; }
              #GFaqV5 .icon .icon-shape::before {
                position: absolute;
                content: '';
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 30px;
                height: 4px;
                background: #fff;
                border-radius: 3px;
                transition: all 0.5s ease;
              }
              #GFaqV5 .icon .icon-shape::after {
                position: absolute;
                content: '';
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 4px;
                height: 30px;
                background: #fff;
                border-radius: 3px;
                transition: all 0.5s ease;
              }
              #GFaqV5 .icon .icon-shape.active::before {
                transform: translate(-50%, -50%) rotate(135deg);
                transition: all 0.5s ease;
              }
              #GFaqV5 .icon .icon-shape.active::after {
                transform: translate(-50%, -50%) rotate(325deg);
                transition: all 0.5s ease;
              }

              @media only screen and (max-width: 950px) {
                  #GFaqV5 .flex-column-md {flex-direction: column !important;}
                  #GFaqV5 .w-100-md {width: 100% !important;}
              }

            


#gAbout-v3 .bg-main {background-color: #01204E}
#gAbout-v3 .overflow-hidden {overflow: hidden;}

#gAbout-v3 .text-decoration-none {text-decoration: none;}
#gAbout-v3 .line-height-1 {line-height: 1.5}

#gAbout-v3 .max-100 {max-width: 100%;}
#gAbout-v3 .clr-white {color: white}


@media only screen and (max-width: 990px) {
	#gAbout-v3 .flex-column-lg {
		flex-direction: column !important;
	}
	#gAbout-v3 .w-100-lg {
		width: 100% !important;
	}
}

#gAbout-v3 .abt-img {
	width: 70%;
	margin: auto;
	display: flex;
}

#gAbout-v3 .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	#gAbout-v3 .container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}


        #GFooterV8 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				#GFooterV8 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GFooterV8 .disclaimer {
				    background-color: #a1547a;
				    border:5px solid white;
				}
				#GFooterV8 .disclaimer-heading {
				    text-shadow: 1px 4px 6px black, 0 0 15px red, 1px 4px 6px black;
				}
				#GFooterV8 .age-img {
				    width: 100px;
				    animation: pulse 1s infinite alternate;
				}

				@keyframes pulse {
				    0% {
				        transform: scale(1);
				    }

				    50% {
				        transform: scale(1.1);
				    }
				    100% {
				        transform: scale(1);
				    }
				}

				#GFooterV8 .arrow-disclai {
				    transform: rotate(1deg);
				    cursor: pointer;
				    display: flex;
				    flex-direction: column;
				    align-items: center;
				    justify-content: center;
				    padding-top: 40px;
				}
				#GFooterV8 .arrow-disclai span {
				    display: block;
				    width: 1.5vw;
				    height: 1.5vw;
				    border-bottom: 5px solid #fff;
				    border-right: 5px solid #fff;
				    transform: rotate(45deg);
				    margin: -10px;
				    animation: animate 2s infinite;
				}
				#GFooterV8 .arrow-disclai span:nth-child(2) {
				    animation-delay: -0.2s;
				}
				#GFooterV8 .age-icon {width: 40px;}
				#GFooterV8 .arrow-disclai span:nth-child(3) {
				    animation-delay: -0.4s;
				}

				@keyframes animate {
				    0% {
				        opacity: 0;
				        transform: rotate(45deg) translate(-20px, -20px);
				    }

				    50% {
				        opacity: 1;
				    }
				    100% {
				        opacity: 0;
				        transform: rotate(45deg) translate(20px, 20px);
				    }
				}

				#GFooterV8 {
				    background-color: var(--footer-background-color) !important;
				}
				#GFooterV8 .align-items-end {align-items: flex-end;}

				@media only screen and (max-width: 800px) {
				    #GFooterV8 .footer-content {
				        flex-direction: column !important;
				        align-items: center !important;
				        text-align: center !important;
				    }
				    #GFooterV8 .align-items-end {align-items: center !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: #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;
    }
}

				#GContactV10 {background-color: #561C24}

				#GContactV10 .input-fields {
				    padding:12px;
				    border-radius: 5px;
				    border:none;
				    outline: none;
				    box-sizing: border-box;
				}
				#GContactV10 .btn {
				    padding:12px;
				    /*border-radius: 5px;*/
				    border:none;
				    background-color: var(--button-background-color);
				    color: var(--button-text-color);
				    transition: 0.3s linear;
				}
				#GContactV10 .btn:hover {
				    transition: 0.3s linear;
				    opacity: 0.7;
				}
				#GContactV10 .form-content {
				        background: hsl(242deg 19.84% 34.69%);
				    padding: 35px;
				    border-radius: 20px;
				    width: 55%;
				    margin: auto;
				    transition: 0.3s ease-in-out;
				}
				#GContactV10 .form-content:hover {
				    box-shadow: 0px 0px 50px 0px rgba(61.000000000000014, 225, 107.61521739130433, 0.3);
				    transition: 0.3s ease-in-out;

				}

				@media only screen and (max-width: 750px) {
				    #GContactV10 .form-content {width: -webkit-fill-available !important;}
				}


				#GContactV15 {background-color: #434a51}

				#GContactV15 .container {
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1270px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
					 #GContactV15 .container {
					    padding-left: 30px;
					    padding-right: 30px;
					}
				}

				#GContactV15 .input-fields {
				    border: none;
				    outline: none;
				    padding: 12px;
				    box-sizing: border-box;
				    background: transparent;
				    color: white;
				    border: 1px solid white;
				}
				#GContactV15 ::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

#GContactV15 ::-ms-input-placeholder { /* Edge 12 -18 */
  color: white;
}

				#GContactV15 .btn {
				  background: var(--button-background-color);
				    color: var(--button-text-color);
				    border: none;
				    padding: 12px 25px;
				    transition: 0.3s linear;
				}
				#GContactV15 .btn:hover {
				  transition: 0.3s linear;
				  opacity: 0.7;
				}

				#GContactV15 .form {
				  width: 50%;
				  margin: auto;
				}


				@media only screen and (max-width: 750px) {
				  #GContactV15 .form {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;
	}
}

				#GGamesV18 {
					background-color: #154b79;
					color: white
				}

				#GGamesV18 .games-wrapper img {
					height:250px;
					object-fit:cover;
				}


				#GGamesV18 .games-wrapper {
				    background: #875e5e;
				    padding: 29px;
				    border:2px solid #875e5e;
				    width: 25%;
				    border-radius: 15px;
				    transition: 0.3s ease-in-out;
				}
				#GGamesV18 .games-wrapper:hover {
				    transition: 0.3s ease-in-out;
				    border:2px solid black;
				}
				#GGamesV18 .games-wrapper img {
				    border-radius: 15px;
				}
				#GGamesV18 .games-wrapper img:hover {
				        animation-duration: .3s, 1.5s;
				    animation-delay: 0s, .3s;
				    animation-timing-function: ease-out, ease-in-out;
				    animation-iteration-count: 1, infinite;
				    animation-fill-mode: forwards;
				    animation-direction: normal, alternate;
				        animation-name: elementor-animation-bob-float, elementor-animation-bob;
				}

				@keyframes elementor-animation-bob-float {
				    100% {
				        transform: translateY(-8px);
				    }
				}


				@keyframes elementor-animation-bob {

				    0% {
				        transform: translateY(-8px);
				    }
				    50% {
				        transform: translateY(-4px);
				    }
				    100% {
				        transform: translateY(-8px);
				    }
				}


				@media only screen and (max-width: 950px) {
				    #GGamesV18 .games-wrapper {
				        width: 38% !important; 
				    }
				}

				@media only screen and (max-width: 650px) {
				    #GGamesV18 .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;
						}
					}