#GHeaderV6 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				#GHeaderV6 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GHeaderV6 {
				     background:linear-gradient(45deg, #cfb3c5, #283a7e);
				}

				#GHeaderV6 .logo {
				        border: 5px solid #6A1E55;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(200 178 193), rgb(209 199 56));
    padding: 15px;
    width: 70px;
    transition: all 0.6s ease, box-shadow 0.4s ease;
				}
				#GHeaderV6 .logo:hover {
				    transform: scale(1.3) rotate(360deg);
				    box-shadow: 0 0 30px rgb(233 2 158);
				}
				#GHeaderV6 .logo-main:hover {
				        color: #FFD700;
				    text-shadow: 0px 0px 10px rgba(255, 215, 0, 0.9);
				    transform: scale(1.15) rotate(-5deg);
				}
				#GHeaderV6 .logo-main::before, .logo-main::after {
				    content: '';
				    position: absolute;
				    bottom: -14px;
				    left: 50%;
				    width: 0;
				    height: 3px;
				    background: linear-gradient(90deg, #671950, #FF5722, #be0b84);
				    transition: width 0.5s ease;
				    transform: translateX(-50%);
				}
				#GHeaderV6 .logo-main:hover::before, .logo-main:hover::after {
				    width: 100%;
				}

				#GHeaderV6 .nav-item:hover {
				    color: #FFD700;
				    text-shadow: 0px 0px 10px rgba(255, 215, 0, 0.9);
				    transform: scale(1.15) rotate(-5deg);
				}
				#GHeaderV6 .nav-item:hover::before, .nav-item:hover::after {
				    width: 100%;
				}

				#GHeaderV6 .nav-item::before, .nav-item::after {
				    content: '';
				    position: absolute;
				    bottom: -5px;
				    left: 50%;
				    width: 0;
				    height: 3px;
				    background: linear-gradient(90deg, #FFD700, #FF5722, #FFD700);
				    transition: width 0.5s ease;
				    transform: translateX(-50%);
				}

				#GHeaderV6 .header-btn {
				    background: #b5c122;
				    padding: 12px 20px;
				    border-radius: 17px;
				    color: #000;
				    letter-spacing: 3px;
				    text-decoration: none;
				    text-shadow: 0px 0px 8px rgba(255, 215, 0, 0.9);
				    border: 3px solid #6a1e55;
    box-shadow: 0 0 15px rgb(222 8 154), 0 0 25px rgb(161 3 99);
				    position: relative;
				    transition: all 0.4s ease;
				}

				#GHeaderV6 .header-btn:hover {
				    color: white;
    transform: scale(1.15) rotate(-5deg);
    background: radial-gradient(circle at top right, #6A1E55, #e20d5b);
    box-shadow: 0 0 20px rgb(90 36 71), 0 0 30px rgba(255, 87, 34, 0.9);
    border-color: #d20f5a;
				}


				#GHeaderV6 .header-btn:hover::before, .header-btn:hover::after {
				    width: 100%;
				}
				#GHeaderV6 .header-btn::before, .header-btn::after {
				    content: '';
				    position: absolute;
				    bottom: -5px;
				    left: 50%;
				    width: 0;
				    height: 3px;
				    background: linear-gradient(90deg, #8f1d6b, #FF5722, #95226b);
				    transition: width 0.5s ease;
				    transform: translateX(-50%);
				}

				@media only screen and (max-width: 600px) {
				    #GHeaderV6 .header-content {
				        flex-direction: column;
				        align-items: center;
				        gap:30px;
				    }
				    #GHeaderV6 .nav {
				        flex-direction: column;
				    }
				}#GHeroV18{
				    background-image: url(../images/g1.jpg);
				    background-position: center;
				    background-repeat: no-repeat;
				    position: relative;
				    height:90vh;
				    background-size: cover;
				    
				}
				#GHeroV18 .overlay{
				    content: '';
				    background-color: #120a06;
				    position: absolute;
				    width: 100%;
				    height: 100%;
				    opacity: 0.7;
				    top: 0;
				    bottom: 0;
				    left: 0;
				    right: 0;
				}
				#GHeroV18 .main {
					position:absolute;
					top:0;
					bottom:0;
					left:0;
					width:70%;
					right:0;
					display:flex;
					flex-direction:column;
					align-items:center;
				}
				#GHeroV18 .btn{
				    padding: 13px 28px;
				    color: var(--button-text-color) !important;
				    background-color: var(--button-background-color) !important;
				    border:none;
				    outline: none;
				    cursor: pointer;
				    border-radius: 10px;
				}
				#GHeroV18 .btn:hover{
				   transition:0.3s linear;
				   opacity:0.7;
				}


				@media (max-width: 750px) {
				   #GHeroV18 .flex-column-md{
				    flex-direction: column;
				   }
				   #GHeroV18 .w-100-w{
				    width: 100% !important;
				   }
				   #GHeroV18 {
				   		height:70vh !important;
					}
				   #GHeroV18 .main {
				   		width:95% !important;

					}
					#GHeroV18 .main h2 {
						font-size:xx-large !important;
					}
				   
				}


   #GGamesV11 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1504px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
				    #GGamesV11 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GGamesV11 .title h3{
				    font-size: 43px;
				    line-height: 57px;
				    font-weight: 700;
				}
				#GGamesV11 .list-btn{
				    padding:16px 90px;
				    color: var(--button-text-color);
				    background-color: var(--button-background-color);
				    border: 2px solid #FFC827;
				    cursor: pointer;
				}
				#GGamesV11 img {
				height:300px;
				object-fit:cover;
			}
				#GGamesV11 .list-wrapper h6 a{
				    font-size: 25px;
				    font-weight: 700;
				    text-transform: uppercase;
				}
				#GGamesV11 .list-wrapper h6 a{
				/*    color: #FFC827;*/
				color: white;
				}
				#GGamesV11 .list-wrapper h6 a:hover{
				    color: #FFC827;
				    transition: 0.7;

				}
				#GGamesV11 .w-33 {
				width:25% !important;
			}
				#GGamesV11 .list-btn:hover{
					opacity:0.7;
				    transition: 0.3s linear;
				}
				#GGamesV11 .list-wrapper{
				    top: 0;
				    bottom: 0;
				    left: 0;
				    right: 0px;
				    display: flex;
				    background-color: #000000b3;
				    flex-direction: column;
				    align-items: center;
				    justify-content: center;
				    opacity: 0;
				}
				#GGamesV11 .list:hover .list-wrapper{
				    opacity: 1 !important;
				    transition: 0.5s;

				}


				@media only screen and (max-width: 1050px) {
				    #GGamesV11 .flex-column-md {
				       flex-direction: column;
				    }
				    #GGamesV11 .flex-wrap-md {
				       flex-wrap: wrap;
				    }
				    
				    #GGamesV11 .w-40-w{
				        width: 40% !important;
				    }
				     
				    
				}
				@media only screen and (max-width: 760px) {
				    #GGamesV11 .flex-column-mm{
				        flex-direction: column;
				    }
				    #GGamesV11 .w-100-w{
				        width: 100% !important;
				    }
				    
				    
				}

#Grandomv1 {background-color: hsl(231.32deg 24.66% 47.71%);}

                #Grandomv1 .container{
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 1204px;
                    padding-left: 20px;
                    padding-right: 20px;
                }
                @media (min-width: 1024px) {
                #Grandomv1 .container {
                        padding-left: 30px;
                        padding-right: 30px;
                    }
                }

                #Grandomv1 .random-heading {
                    border-bottom: 7px solid #e07250;
                    width: max-content;
                    margin: auto;
                    padding-bottom: 12px;
                    border-radius: 4px;
                }
                #Grandomv1 .random-img {
                        border-radius: 30px;
                    border: 3px solid #e07250;
                    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21), inset 0px 3px 9px 0px rgba(0, 0, 0, 0.92);
                    width: 150px;
                    height: 150px;
                    object-fit: cover;
                }
                #Grandomv1 .random-sub-img {
                    width: 70px;
                }
                #Grandomv1 .random-text {color: #e07250;}
                #Grandomv1 .random-wrapper {
                        border: 2px solid white;
                    border-radius: 11px;
                    padding: 35px 55px 35px 55px;
                    transition: 0.2s linear;
                }
                #Grandomv1 .random-content {
                    background: #452c2c;
                    padding-top: 5%;
                    padding-bottom: 5%;
                    width: 90%;
                    margin: auto;
                }
                #Grandomv1 .random-wrapper:hover {
                    box-shadow: 0 0 10px #e07250;
                    transition: 0.2s linear;
                }
    		#GAboutV17 {
			    background-image: url(../images/g5.jpg);
			    background-size: cover;
			    background-repeat: no-repeat;
			    position: relative;
			}
			#GAboutV17 .overlay {
			    content: '';
			    background-color: #140811eb;
			    opacity: 0.7;
			    height: 100%;
			    width: 100%;
			    position: absolute;
			    top: 0;
			    bottom: 0;
			    left: 0;
			    right: 0;
			}

			#GAboutV17 .content-wrapper img{
			        width: 78px;
			    height: auto;
			    object-fit: contain;
			}
			#GAboutV17 .content-img img{
			    height: 350px;
			    object-fit: contain;
			}
			@media only screen and (max-width: 1000px) {
			    #GAboutV17 .flex-column-md {
			       flex-direction: column;
			    }
			    #GAboutV17 .main {
			    	text-align:center !important;
				}
			    #GAboutV17 .flex-wrap-w {
			       flex-wrap: wrap;
			    }
			    
			    #GAboutV17 .w-100-md{
			        width: 100% !important;
			    }
			     
			    
			}




        #GFooterV17 {
				    background-image: url(../images/g6.jpg);
				    background-size: cover;
				    background-repeat: no-repeat;
				    position: relative;
				    background-color: var(--footer-background-color) !important;
				}
				#GFooterV17 .overlay {
				    content: '';
				    background-color: rgb(72 33 61);
				    opacity: 0.7;
				    height: 100%;
				    width: 100%;
				    position: absolute;
				    top: 0;
				    bottom: 0;
				    left: 0;
				    right: 0;
				}

				#GFooterV17 .main ul li a:hover{
				    cursor: pointer;
				    color: gold;
				    transition: 0.5s;
				}
				#GFooterV17 .disclaimer {
				    background: #456366;
				    border: 2px solid #456366;
				    border-radius: 10px;
				    padding: 5px 10px;
				    color: white;

				}
				#GFooterV17 .logo img{
				    width: 100px;
				}
				@media only screen and (max-width: 1000px) {
				    #GFooterV17 .flex-column-md {
				       flex-direction: column;
				    }
				    #GFooterV17 .flex-wrap-w {
				       flex-wrap: wrap;
				    }
				    
				    #GFooterV17 .w-100-md{
				        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;
    }
}

				#GContactV10 {background-color: black;}

				#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(316.58deg 8.36% 44.71%);
				    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;}
				}

.clr-black {color: black;}
#gContact-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;
			}

#gContact-v1 .formEntry {
	display: block;
    margin: 30px auto;
    width: 500px;
    padding: 14px;
    font-size: 1rem;
    background: #f2f2f2;
    color: #495057;
    border-radius: 10px;
    border: none;
}

#gContact-v1 .submit {
  width: 500px;
  height: 2.7rem;
  color: white;
  border-radius: 10px;
  border:none;
  padding: 10px;
  font-size: 1rem;
  margin-bottom: 2%;
}


@media only screen and (max-width: 800px) {
    #gContact-v1 .formEntry,.submit {
    	width: 260px !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;
	}
}#GGamesV17{
				    background-color: #a2a2a2;
				    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: #bebebe;
				    --background-overlay: '';
				    background-image: linear-gradient(215deg, #2B233880 0%
0%
, #714eaa 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 .game{
				        width: 100% !important;
				    }
				    
				    
				}
				@media only screen and (max-width:850px){
				    
				    #GGamesV17 .sec-game{
				    	flex-direction: column !important;
				    }
				   #GGamesV17 .game-img , .game-content{width: 100% !important}
				}
				@media only screen and (max-width:760px){
				    
				    #GGamesV17 .w-100-mm{
				        width: 100% !important;
				    }sec-game
				}

				.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;
						}
					}

					@media only screen and (max-width:900px){
						.disclaimer img{width: 20% !important}
					}
					.disclaimer{align-items: center;}