
				#Gheaderv5 .container {
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1270px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
					#Gheaderv5 .container {
					    padding-left: 30px;
					    padding-right: 30px;
					}
				}

				#Gheaderv5 {
					position: sticky;
					background-color:var(--header-background-color);
					width: 100%;
					top: 0;
					z-index:1111;
				}
				#Gheaderv5 ul li a {
				color:var(--header-navigation-color);
			}
			#Gheaderv5 .logo-main {
			color:var(--logo-text-color) !important;
		}
				#Gheaderv5 .logo {
				width:50px;
			}

				#Gheaderv5 .phone {
					display: none;
				}

				#Gheaderv5 .desktop {display: flex;}
				@media only screen and (max-width: 900px) {
					#Gheaderv5 .desktop {display: none !important;}
					#Gheaderv5 .phone {
						display: flex !important;
						background-color: grey;
						color: white;
					    align-items: center;
					    height: fit-content;
					    padding: 12px;
					    transition: 0.3s;
					    border-radius: 8%;
					}

					#Gheaderv5 .phone-nav.show {
						display: flex !important;
						transition: 0.3s;
					}
				}

				#Gheaderv5 .phone-nav {
					position: absolute;
				    top: 81%;
				    transition: 0.3s;
				    z-index: 11111;
				    background: grey;
				    display: none;
				    left: 0;
				    width: -webkit-fill-available;
				    flex-direction: column;
				    padding-top: 5%;
				    padding-bottom: 5%;
				}

				 #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/5.jpeg);
				    background-size: cover;
				    background-position: center;
				    height: 100vh;
				    position: relative;
				}
				#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;
				    }
				}


 #GGamesV17{
				    background-color: #0F0520;
				    background-image: url(../images/gamesV17_bg.png);
				    background-repeat: no-repeat;
				    background-size: cover;
				    background-position: center;
				    position: relative;
				}
				#GGamesV17 .overlay{
				    background-color: transparent;
				    content: '';
				    background-image: linear-gradient(215deg, #2B233880 0%, #2B2338 65%);
				    width: 100%;
				    height: 100%;
				    opacity: 0.8;
				    position: absolute;
				}

				#GGamesV17 .game{
				    padding: 20px;
				    border-radius: 15px;
				    border: 1px solid #c6bec6;
				    background-color: #0000009e;
				    

				}
				#GGamesV17 .sec-game{
				    border-radius: 15px;
				    padding: 20px;
				    background-color: #2B2338;
				    --background-overlay: '';
				    background-image: linear-gradient(215deg, #2B233880 0%, #2B2338 65%);
				}
				#GGamesV17 .sec-game img{
				    height: 300px;
				    object-fit: cover;
				}
				#GGamesV17 .list-btn{
				    font-weight: 500;
				    font-size: small;
				    border-radius: 50px;
				    padding: 10px 25px;
				    cursor: pointer;
				    outline: none;
				    background-color: var(--button-background-color);;
				    border:none;
				    color: var(--button-text-color);
				    font-size: 14px;
				    font-weight: 300;
				    transition:0.3s linear;

				}

				#GGamesV17 .list-btn:hover{
				    opacity:0.7;
				    transition:0.3s linear;
				}

				@media only screen and (max-width:1050px){
				    
				    #GGamesV17 .w-100-md{
				        width: 100% !important;
				    }
				    #GGamesV17 .flex-column-md{
				        flex-direction: column;
				    }
				    #GGamesV17 .flex-wrap-w{
				        flex-wrap: wrap;
				    }
				    #GGamesV17 .w-40-md{
				        width: 40% !important;
				    }
				    
				    
				}
				@media only screen and (max-width:760px){
				    
				    #GGamesV17 .w-100-mm{
				        width: 100% !important;
				    }
				}

				
                #GRandomV3 .container{
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 1404px;
                    padding-left: 20px;
                    padding-right: 20px;
                }
                @media (min-width: 1024px) {
                    #GRandomV3 .container {
                        padding-left: 30px;
                        padding-right: 30px;
                    }
                }
                #GRandomV3 {
                    background-image: url(../images/6.jpg);
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    position: relative;
                }
                #GRandomV3 .top-heading{
                    text-align: center;
                    max-width: 720px;
                    margin: 0 auto 50px;
                }
                #GRandomV3 .top-heading p{
                    font-size: 16px;
                    line-height: 30px;
                    font-weight: 400;
                }
                #GRandomV3 .top-wrapper img{
                    width: 100px;
                    height: 100px;
                }
                #GRandomV3 .wrapper{
                    padding: 58px 40px;
                }



                @media (max-width: 1250px) {
                   #GRandomV3 .flex-column-md{
                    flex-direction: column;
                   }
                   #GRandomV3 .w-100-w{
                    width: 100% !important;
                   }
                   #GRandomV3 .w-40-w{
                    width: 40% !important;
                   }
                   #GRandomV3 .flex-wrap-ww{
                    flex-wrap: wrap;
                   }
                   
                }


                  @media (max-width: 990px) {
                    #GRandomV3 .w-100-ww{
                        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: #2a2a4c}

              #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;}
              }

            #GAboutV13 {
			  background-image: url(../images/aboutv13_bg.png);
			  background-size: cover;
			  background-attachment: fixed;
			}

			#GAboutV13 .about-wrapper {
			  display: flex;
			  justify-content: center;
			  gap:20px;
			  flex-wrap: wrap;
			}

			#GAboutV13 .about-img {
			  width: 23%;
			  position: relative;
			}

			#GAboutV13 .about-img:hover .about-content {
			  transform: translateY(0%) !important;
			  opacity: 1 !important;
			}

			#GAboutV13 .about-content {
			  position: absolute;
			    background-color: blue;
			    text-align: center;
			    padding: 10px;
			    bottom:4px;
			    right: -5px;
			    display: flex;
			    align-items: center;
			    justify-content: center;
			    width: -webkit-fill-available;
			    height: 70%;
			    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
			    transform: translateY(100%);
			    opacity: 0;
			}

			#GAboutV13 .about-img img {
			  height: 300px;
			  object-fit: cover;
			  border-radius: 5px;
			  border:5px solid blue;

			}

			@media only screen and (max-width: 900px) {
			  #GAboutV13 .about-img {
			    width: 45%;
			  }
			}

			@media only screen and (max-width: 650px) {
			  #GAboutV13 .about-img {
			    width: 100% !important;
			  }
			}
    			#Gfooterv6 {
			    	background-color: var(--footer-background-color) !important;
			    }
				#Gfooterv6 .container {
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1170px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
					#Gfooterv6 .container {
					    padding-left: 30px;
					    padding-right: 30px;
					}
				}
				#Gfooterv6 .age-icon {width: 40px;}

				#Gfooterv6 .footer-svg {
					    position: absolute;
				    top: 15%;
				    left: 71%;
				    width: 174px;
				    fill: transparent;
				    height: 126px;
				    transform: translate(-50%, -50%);
				    overflow: visible;
				}
				#Gfooterv6 .footer-svg path {
					stroke: #993de1;
				    stroke-width: 7px;
				    stroke-linecap: round;
				    stroke-linejoin: round;
				}

				@media only screen and (max-width: 460px) {
					#Gfooterv6 .footer-svg {
						top: 42% !important;
				    	left: 22% !important;
					}
				}
				#GfooterV6 .warning {
					border-top:2px dashed white;
					border-bottom:2px dashed white;
				}
.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;
						}
					}
				#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;}
				}
.clr-white {color: white !important;}

#gContact-banner-v3.contact {
	background-color: #C5D3E8;
	    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 65px 20px 65px 20px;
}

#gContact-banner-v3 .banner-heading {
	font-size: 60px;

}

#gContact-v3 .contact-img {
    border-radius: 0px 0px 20px 0px;
}

#gContact-v3 form {
	max-width: 900px;
	background-color: lightsteelblue;
	padding: 35px 50px 50px 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#gContact-v3 textarea {
	padding-left: 20px;
	padding-top: 8px;
	margin-bottom: 16px;
    box-sizing: border-box;
}
#gContact-v3 input,#gContact-v3  textarea {
	border-radius: 10px 10px 10px 10px;
	outline: none;
	border: 1px solid black;
	min-height: 59px;
	vertical-align: middle;
	flex-grow: 1;
	background:transparent;
}

#gContact-v3 input,
#gContact-v3 select {
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

#gContact-v3 .form-row {
  gap: 16px;
}

::placeholder {
  color: black;
  opacity: 1;
}

::-ms-input-placeholder {
  color: black;
}

#gContact-v3 .sendBtn {
	 background-color: var(--button-background-color);
	 color: var(--button-text-color) !important;
	font-size: 1rem;
	font-weight: 700;
	border: none;
    padding: 19px;
    border-radius: 0px 0px 0px 0px;
}
#gContact-v3 .sendBtn:hover {
     opacity: 0.8;
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2);
    }
}

#gContact-v3.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1142px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1024px) {
    #gContact-v3.container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 600px) {
	#gContact-v3 .banner-heading {
		font-size: 40px !important;
	}
	#gContact-v3 form {
		padding:20px !important;
	}
	#gContact-v3 form .w-97 {
		width: 92% !important;
	}
}

@media only screen and (max-width: 768px) {
    #gContact-v3 .form-row {
        flex-direction: column;
      }
}

@media only screen and (max-width: 1077px) {
    #gContact-v3 .w-100-m {
        width: 100% !important;
    }

    #gContact-v3.row-gap-15 {row-gap:15px !important;}

    #gContact-v3.flex-column-m {
        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;
	}
}
			
				#GGamesV24 {background-color: #212529}

				#GGamesV24 .container {
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1270px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
					 #GGamesV24 .container {
					    padding-left: 30px;
					    padding-right: 30px;
					}
				}

				#GGamesV24 .games-content {
					background: #ffffff;
				    padding: 10px;
				}

				#GGamesV24 .btn {
					background: var(--button-background-color);
				    color: var(--button-text-color);
				    border: none;
				    padding: 8px 25px;
				    transition: 0.3s linear;
				}
				#GGamesV24 .btn:hover {
					transition: 0.3s linear;
					opacity: 0.7;
				}

				#GGamesV24 .games-name {
					background: linear-gradient(0deg,  rgba(255,255,255,0.5) 0%, #351F39 100%);
					position: absolute;
					width: -webkit-fill-available;
				}

				#GGamesV24 .games-wrapper {width: 30%;}

				#GGamesV24 .games-wrapper img {
					height:300px;
					object-fit:cover;
				}


				@media only screen and (max-width: 900px) {
					#GGamesV24 .games-wrapper {width: 45% !important;}
				}

				@media only screen and (max-width: 650px) {
					#GGamesV24 .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: #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;
    }
}