#GHeaderV9 .desktop {
				  display: flex;
				}
				#GHeaderV9 .phone {display: none !important;}

				#GHeaderV9 .logo {width:75px;}
				#GHeaderV9 {background-color: var(--header-background-color);}
				#GheaderV9 .logo-text {
					color: var(--logo-text-color);
				}
				#GheaderV9 .header-item a {
					color:var(--header-navigation-color);
				}

				@media only screen and (max-width: 900px) {
				  #GHeaderV9 .desktop {
				    display: none !important;
				  }
				  #GHeaderV9 .phone {display: flex !important;}
				  #GHeaderV9 .phone-nav {
				      position: absolute;
				      background: black;
				      flex-direction: column;
				      right: 0;
				      top: -15px;
				      width: 50%;
				      height: 100%;
				      padding-top: 11%;
				      display: none;
				      z-index:1111;
				  }
				  #GHeaderV9 .phone-nav.show {display: flex !important;}
				  #GHeaderV9 .check {
				        position: absolute;
				      top: 2%;
				      left: 7%;
				      font-size: x-large;
				  }

				}
				#GHeaderV9 .phone-nav {display: none;}


				@media only screen and (max-width: 600px) {
				  #GHeaderV9 .phone-nav {
				    width: 100% !important;
				  }
				}
				#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;
					}
				   
				}


 
			 #GGamesV26 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}

				@media (min-width: 1024px) {
				    #GGamesV26 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}



				#GGamesV26 {
				   
				   background-color:red;
				   position: relative;
				   background-position: center;
				   background-repeat: no-repeat;
				   background-size: cover;
				}
				#GGamesV26 .overlay{
				    content: '';
				    position: absolute;
				    top: 0;
				    left: 0;
				    height: 100%;
				    width: 100%;
				    transition: all 0.8s;
				    opacity: 0.7;
				    background: #b8a278;
				    background-size: 100% 100%;
				}
				#GGamesV26 .game-wrapper{
				    background-color: black;
				    border-radius: 20px;
				    overflow: hidden;

				}
				#GGamesV26 .game-wrapper img{
				    border-top-right-radius: 20px;
				    border-top-left-radius: 20px;
				    height: 290px;
				    object-fit: cover;
				  transition: transform 0.3s ease-in-out;
				}
				#GGamesV26 .game{
				    padding:30px;
				}
				#GGamesV26 .game h2:hover{
				    color: gold;
				    transition: 0.3s ease-in-out;
				    
				}

				#GGamesV26 .game-wrapper :hover img {
				  transform: scale(1.1);
				}
				@media only screen and (max-width: 950px) {
				    #GGamesV26 .flex-wrap-w {
				       flex-wrap: wrap;
				    }
				    #GGamesV26 .game-wrapper{
				        width: 45% !important;
				    }
				    #GGamesV26 .w-100-md{
				        width: 100% !important;
				    }
				     
				    
				}
				@media only screen and (max-width: 750px){
				    #GGamesV26 .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: #222434;
                }
                #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;}
                    
                }


#GFaqV2 {
              background-image: url(../images/aboutv13_bg.png);
              background-size: cover;
              background-attachment: fixed;
            }

            #GFaqV2 .faq-content {
                  border: 1px solid blue;
                border-radius: 10px;
                padding: 14px;
            }


            #GFaqV2 .faq-content:hover .question-icon {
                animation-name: header-up;
                animation-duration: 0.75s;
                animation-timing-function: ease-out;
            }

            @keyframes header-up {
                0% {
                    transform: translateY(0);
                }
                25% {
                    transform: translateY(-6px);
                }
                50% {
                    transform: translateY(0);
                }
                75% {
                    transform: translateY(-6px);
                }
                100% {
                    transform: translateY(0);
                }
            }



            #GFaqV2 .answer-icon {
              transform: rotate(270deg);
            }

              #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: #4682A9}

			#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;}
			}#GFooterV28 {
				    background-image: url(../images/footerV28_footer_bg.png);
				    background-position: 50%;
				    background-size: cover;
				    overflow: clip;
				    padding: 1rem 0 2rem;
				    position: relative;
				    text-align: center;
				}

				 #GFooterV28 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1150px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GFooterV28 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}


				#GFooterV28:before {
				  background-color: #0f5785;
				    clip-path: polygon(0 0, calc(50% - 180px) 0, calc(50% - 150px) 50px, calc(50% + 150px) 50px, calc(50% + 180px) 0, 100% 0, 100% 100%, calc(50% + 180px) 100%, calc(50% + 150px) calc(100% - 50px), calc(50% - 150px) calc(100% - 50px), calc(50% - 180px) 100%, 0 100%);
				    content: '';
				    height: calc(100% - 3rem);
				    left: 0;
				    margin-bottom: 2rem;
				    position: absolute;
				    top: 0;
				    width: 100%;
				}

				#GFooterV28 .age {
				  width: 80px;
				}
				#GFooterV28 .gamble {
				  width: 190px;
				}

.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;
						}
					} #GContactV16 .container{
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GContactV16 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				 #GContactV16 {
				    background-color: #504634;
				 }

				 #GContactV16 .form {width:70%;}

				#GContactV16 .input-fields {
				   	width: 100%;
				    padding: 16px;
				    box-sizing: border-box;
				    outline: none;
				    border-radius: 4px;
				    border: none;
				}
				#GContactV16 .btn{
				     padding: 15px 30px;
				     border-radius: 10px;
				    outline: none;
				    cursor: pointer;
				    background: var(--button-background-color);
				    color: var(--button-text-color);
				    border: none;
				    transition: 0.3s linear;
				}
				 #GContactV16 .btn:hover{
				    transition: 0.3s linear;
				    opacity: 0.7;
				}
				@media only screen and (max-width:1100px){
				    #GContactV16 .w-90-md{
				        width: 90% !important;
				    }
				}
				@media only screen and (max-width:750px){
				    #GContactV16 .form {
				        width: 100% !important;
				    }
				}
 #GContactV16 .container{
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GContactV16 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				 #GContactV16 {
				    background-color: #4682A9;
				 }

				 #GContactV16 .form {width:70%;}

				#GContactV16 .input-fields {
				   	width: 100%;
				    padding: 16px;
				    box-sizing: border-box;
				    outline: none;
				    border-radius: 4px;
				    border: none;
				}
				#GContactV16 .btn{
				     padding: 15px 30px;
				     border-radius: 10px;
				    outline: none;
				    cursor: pointer;
				    background: var(--button-background-color);
				    color: var(--button-text-color);
				    border: none;
				    transition: 0.3s linear;
				}
				 #GContactV16 .btn:hover{
				    transition: 0.3s linear;
				    opacity: 0.7;
				}
				@media only screen and (max-width:1100px){
				    #GContactV16 .w-90-md{
				        width: 90% !important;
				    }
				}
				@media only screen and (max-width:750px){
				    #GContactV16 .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;
	}
}
			  #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(../images/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: #4682A9;
			    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;
			    }
			}

				.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: #4682A9;
    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;
    }
}