#GHeaderV8 .header-item:hover {
				    animation-name: header-up;
				    animation-duration: 0.75s;
				    animation-timing-function: ease-out;
				}
				#GHeaderV8 .logo {width:50px}

				#GHeaderV8 {background-color: var(--header-background-color);}
				#GheaderV8 .logo-text {
					color: var(--logo-text-color);
				}
				#GheaderV8 .header-item a {
					color:var(--header-navigation-color);
				}

				@keyframes header-up {
				    0% {
				        transform: translateY(0);
				    }
				    25% {
				        transform: translateY(-6px);
				    }
				    50% {
				        transform: translateY(0);
				    }
				    75% {
				        transform: translateY(-6px);
				    }
				    100% {
				        transform: translateY(0);
				    }
				}

				#GHeaderV8 .phone {
				  color: black;
				  border-radius: 5px;
				  padding:8px;
				  display: none;
				    transition: 0.3s linear;

				}
				#GHeaderV8 .desktop {
				  display: flex !important;
				    transition: 0.3s linear;

				}

				@media only screen and (max-width: 750px) {
				  #GHeaderV8 .flex-column-md {flex-direction: column !important;}
				  #GHeaderV8 .phone {display: flex !important;
				    transition: 0.3s linear;
				  }
				  #GHeaderV8 .desktop {display: none !important;}
				  #GHeaderV8 .desktop.show {
				    display: flex !important;
				    flex-direction: column !important;
				    transition: 0.3s linear;
				    padding-top: 3%;
				    padding-bottom: 3%;
				  }
				}

				
				#GHeroV8 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GHeroV8 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}
				 #GHeroV8 {
				    background-color: #7d8089;
				    position: relative;
				    width: 100%;
				    overflow: hidden;
				    z-index: 0;
				    
				}
				#GHeroV8 .title-txt {
				color:var(--heading-text-color) !important;
			}
				#GHeroV8 .hero-bg {
				    transform: rotate(4deg);
				    opacity: 0.3;
				    transition: 0.3s;
				    position: absolute;
				    z-index: -1;
				    top: 0%;
				    left: -10%;
				    width: 115%;
				    z-index: -1;
				    filter: drop-shadow(10px 10px 40px #fff);
				}
				#GHeroV8 .title-block {
				   
				    padding-top: 200px;
				    padding-bottom: 80px;
				}

				#GHeroV8 .title-img img {
				    max-height: 400px;
				    object-fit: contain;
				}

				@media (max-width: 750px) {
				    #GHeroV8 .title-block {
				        flex-direction: column;
				        gap: 20px;
				    }
				    #GHeroV8 .width-mm{
				        width: 100% !important;
				    }
				}

					

			#gGames-v4 .max-100 {max-width: 100%;}
			#gGames-v4 .margin-start {margin-block-start:0rem;}
			#gGames-v4 .margin-end {margin-block-end:0rem;}
			#gGames-v4 .clr-white {color: white}
			#gGames-v4 .clr-lite {color: #e9eaec;}
			#gGames-v4 .bg-red {background-color: #F44336;}
			#gGames-v4 .text-decoration-none {text-decoration: none;}
			#gGames-v4 .bg-black {background-color: #151515}
			#gGames-v4 .bg-dark {background-color: #F44336;}
			#gGames-v4 .text-uppercase {text-transform: uppercase;}
			#gGames-v4 .btn {
				box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, 
				rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
				rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
				border-radius: 5px;
				padding:8px 18px;
				border:none;
				background:var(--button-background-color) !important;
			    color: var(--button-text-color) !important;
			}
			#gGames-v4 .btn:hover {
				opacity: 0.8;
			}
			#gGames-v4 .games-main {
			width:30%;
		}
			#gGames-v4 .game-wrapper img {
				border-radius: 5px 5px 0px 0px;
				height: 250px;
				width:100%;
			}
			#gGames-v4 .game-wrapper {
			    transition: transform 0.3s ease-in;
			    width:28%;
			}
			#gGames-v4 .game-wrapper:hover {
			    transform: scale(1.05);
			    transition: transform 0.3s ease 0s
			}
			#gGames-v4 .game-content {
				border-radius: 0px 0px 5px 5px;
			}

			#gGames-v4 .container {
			    margin-left: auto;
			    margin-right: auto;
			    max-width: 1170px;
			    padding-left: 20px;
			    padding-right: 20px;
			}

			@media (min-width: 1024px) {
				#gGames-v4 .container {
				    padding-left: 30px;
				    padding-right: 30px;
				}
			}


			@media only screen and (max-width: 850px) {
				#gGames-v4 .flex-column-md {
					flex-direction: column !important;
				}
				#gGames-v4 .w-100-md {
					width: 100% !important;
				}
				#gGames-v4 .games-main {
					width:45% !important;
				}
			}

			@media only screen and (max-width: 600px) {

				#gGames-v4 .games-main {
					width:90% !important;
				}
			}

        #GRandomV5 {
                  background-image: url(../images/random.jpg);
                  background-size: cover;
                  background-position: center;
                }
                #GRandomV5 .overlay {
                  position: absolute;
                  top: 0;
                  width: 100%;
                  height: 100%;
                  opacity: 0.6;
                  background-color: black;
                }

                #GRandomV5 .random-content {
                  width: 22%;
                }

                #GRandomV5 .img-wrapper {
                  width:60px;
                  height:60px;
                      z-index: 1;
                    color: #fff;
                    border-radius: 50%;
                    padding: 20px;
                }
                #GRandomV5 .img-wrapper:after {
                  position: absolute;
                    content: '';
                    inset: 0;
                    padding: 0;
                    box-shadow: 0 0 0 3px #fff;
                    border-radius: 50%;
                    transition: all 300ms linear;
                }
                #GRandomV5 .img-wrapper:hover:after {
                  scale: 0.85;
                    opacity: 0.5;
                }
                #GRandomV5 .img-wrapper:hover {
                  box-shadow: 0 0 0 6px #fff;
                }

                @media only screen and (max-width: 920px) {
                  #GRandomV5 .random-content {width: 45% !important;}
                }

                @media only screen and (max-width: 720px) {
                  #GRandomV5 .random-content {width: 100% !important;}
                }#Gfaqv3 {
                position: relative;
                padding: 76px 0 80px 0;
                background-color: #37536e;
            }
            #Gfaqv3 .container {
                margin-left: auto;
                margin-right: auto;
                max-width: 1170px;
                padding-left: 20px;
                padding-right: 20px;
            }

            @media (min-width: 1024px) {
                #Gfaqv3 .container {
                    padding-left: 30px;
                    padding-right: 30px;
                }
            }



            #Gfaqv3 .accordion button {
              position: relative;
              display: block;
              text-align: left;
              width: 98%;
              padding: 20px;
              color: #fff;
              font-size: 1.15rem;
              font-weight: 400;
               border-radius: 10px;
              border: none;
              background: #ada5ae;
              outline: none;
            }

            #Gfaqv3 .accordion button:hover,
            #Gfaqv3 .accordion button:focus {
              cursor: pointer;
            }

            #Gfaqv3 .accordion button:hover::after,
            #Gfaqv3 .accordion button:focus::after {
              cursor: pointer;
              color: #03b5d2;
              border: 1px solid #03b5d2;
            }

            #Gfaqv3 .accordion button .accordion-title {
              padding: 1em 1.5em 1em 0;
            }

            #Gfaqv3 .accordion button .icon {
              display: inline-block;
              position: absolute;
              top: 18px;
              right: 13px;
              width: 22px;
              height: 22px;
              font-size: x-large;
            }

            #Gfaqv3 .accordion button .icon::before {
              display: inline-block;
              position: absolute;
              content: '078';
              font-family: 'Font Awesome 5 Free';
              font-weight: 900;
              top: 10px;
              left: 4px;
              font-size: 16px;
              color: currentColor;
            }



            #Gfaqv3 .accordion button[aria-expanded='true'] .icon::after {
              width: 0;
            }
            #Gfaqv3 .accordion button[aria-expanded='true'] + .accordion-content {
              opacity: 1;
              max-height: 9em;
              transition: all 200ms linear;
              will-change: opacity, max-height;
            }
            #Gfaqv3 .accordion .accordion-content {
              opacity: 0;
              max-height: 0;
              padding-left: 20px;
              padding-right: 24px;
              overflow: hidden;
              transition: opacity 200ms linear, max-height 200ms linear;
              will-change: opacity, max-height;
            }
            #Gfaqv3 .accordion .accordion-content p {
              font-size: 1rem;
              font-weight: 300;
              color: white;
              margin: 2em 0;
            }

              #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: #556d81}

			#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;}
			}#GFooterV14 .disclaimer {
				  background-image: url(../images/aboutv13_bg.png);
				  background-size: cover;
				  background-attachment: fixed;
				  background-position: center;
				  border-top: 5px solid blue;
				  border-bottom: 5px solid blue;
				}
				#GFooterV14 .age-icon {width: 40px;}
				#GFooterV14 .disclaimer-content {
				  background: linear-gradient(45deg, #8f8fad, #c96666, #508650, #00f);
				    padding: 40px 20px;
				    border-radius: 18px;
				    border: 5px solid blue;
				    animation: gradientAnimation 10s infinite;
				    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
				    text-align: center;
				    background-size: 400% 400%;
				}

				#GFooterV14 .logo img {
					width:50px;
				}
				#GFooterV14 .footer {
					background-color: var(--footer-background-color);
				}

				@keyframes gradientAnimation {
				  0% {
				    background-position: 0% 50%;
				  }
				  50% {
				      background-position: 100% 50%;
				  }
				  100% {
				      background-position: 0% 50%;
				  }
				}
.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;
						}
					}#GContactV12 .contact-form {
				    border: 1px solid #242424;
				    background-color: #191919;
				    border-radius: 10px;
				}
				#GContactV12 {background-color:#5f4444;}
				#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;
				}

				  }

#GContactV12 .contact-form {
				    border: 1px solid #242424;
				    background-color: #cd7474;
				    border-radius: 10px;
				}
				#GContactV12 {background-color:#5f4444;}
				#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: 14px;
				    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;
	}
}
			#GGamesV16 {background-color: #5b5a5d}
			#GGamesV16 .about-heading h2 {
			  border-bottom: 4px solid white;
			  padding-bottom: 1%;
			  margin: auto;
			  width: fit-content;
			}
			#GGamesV16 .about-heading .right-svg {
			      position: absolute;
			    content: '';
			    width: 60px;
			    height: 60px;
			    opacity: 0.7;
			    top: -2%;
			    animation: rotatePropeller 4s linear infinite;
			}

			#GGamesV16 .about-heading .left-svg {
			      position: absolute;
			    content: '';
			    width: 60px;
			    right: 0;
			    height: 60px;
			    opacity: 0.7;
			    top: -2%;
			    animation: rotatePropeller 4s linear infinite;
			}

			@keyframes rotatePropeller {
			  0% {
			    transform: rotate(0deg);
			  }
			  100% {
			      transform: rotate(360deg);
			  }
			}

			#GGamesV16 .games-wrapper {
			  width: 30%;
			  position: relative;
			}
			#GGamesV16 .games-wrapper img {
			  height: 400px;
			  object-fit: cover;
			}

			#GGamesV16 .games-wrapper .overlay {
			  position: absolute;
			  width: 100%;
			  height: 100%;
			  background-color: #434448e0;
			  opacity: 0.7;
			}

			#GGamesV16 .games-wrapper:hover .games-hover-content {
			  opacity: 1;
			  transition: all .5s cubic-bezier(.3,1,.35,1) 0s;
			}

			#GGamesV16 .games-hover-content {
			  opacity: 0;
			  position: absolute;
			  background-image: linear-gradient(180deg, #82839e 0%, #53615b 100%);
			  top: 0;
			  height: -webkit-fill-available;
			  transition: all .5s cubic-bezier(.3,1,.35,1) 0s;
			  padding:20px;
			}
			#GGamesV16 .games-hover-content h2 {
			    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
			}

			#GGamesV16 .games-name {
			  text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
			  color: white;
			  font-size: x-large;
			      position: absolute;
			    bottom: 5%;
			    left: 10%;
			    right: 2%;
			}

			@media only screen and (max-width: 900px) {
			  #GGamesV16 .games-wrapper {
			    width: 45% !important;
			  }
			}

			@media only screen and (max-width: 650px) {
			  #GGamesV16 .games-wrapper {
			    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: #5d5d55;
    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;
    }
}