 #GHeaderV13 .container{
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GHeaderV13 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}
								@media only screen and (max-width: 1230px) {
				    #GHeaderV13 .desktop {
				        display: none !important;
				    }
				    #GHeaderV13 .phone {
				        display: flex !important;
				        background: #ffffff;
				        padding: 10px;
				        border-radius: 3px;
				    }
				    #GHeaderV13 .flex-column-md {flex-direction: column !important;}
				    #GHeaderV13 .w-100-md {width: 100% !important;}
				    #GHeaderV13 .align-start-md {align-items: flex-start !important;}
				    #GHeaderV13 .phone-nav.show {display: flex !important;}
				    #GHeaderV13 .benefits-items  {
				        width: 45% !important;
				    }
				}



				#GHeaderV13 .phone-nav {
				    position: absolute;
				    background:#4f5849;
				    left: 0;
				    width: -webkit-fill-available;
				    flex-direction: column;
				    top: 86%;
				    z-index: 111;
				    padding-top: 3%;
				    padding-bottom: 3%;
				    display: none;
				}
				@keyframes glow {


				0% {
				    box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
				}
				50% {
				    box-shadow: 0 0 20px rgba(255, 215, 0, 0.9);
				}
				100% {
				    box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
				}
				}
				#GHeaderV13 {
				   background: var(--header-background-color);
				}
				#GHeaderV13:hover {
				        width: 95%;
				    transition: 0.3s linear;
				    animation: glow 2s infinite;
				    transform:scale(1.05);
				}
				#GHeaderV13 .logo p {
				color: var(--logo-text-color) !important;
			}
				#GHeaderV13 ul li a {
				    font-size: 15px !important;
				    color: var(--header-navigation-color);
				}
				#GHeaderV13 .header-content {
				    padding-left: 2%;
				    padding-right: 2%;
				}

				#GHeaderV13 .logo img {width:80px;}
				#GHeaderV13 {
				        position: absolute;
				    z-index: 111;
				    transition: 0.3s linear;

				    width: 95%;
				    margin: auto;
				    margin-top: 2px;
				    margin-bottom: 2px;
				    left: 0;
				    right: 0;
				    top: 2%;
				    border-radius: 22px;
				}
				#GHeaderV13 .desktop li a {
				    text-decoration: none;
				    color: #fff;
				    padding: 10px 15px;
				    background: linear-gradient(145deg, #6C5B7B, #A7C957);
				    border-radius: 10px;
				    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
				    transition: all 0.3s ease-in-out;
				}
				#GHeaderV13 .desktop li a:hover {
				    background: #0e122a;
				    color: #fff;
				    box-shadow: 0 0 15px rgba(242, 166, 90, 0.8);
				    transform: translateY(-3px);
				}
				#GHeaderV13 .phone-nav li a {
				    text-decoration: none;
				    color: #fff;
				    padding: 10px 15px;
				    background: linear-gradient(145deg, #6C5B7B, #A7C957);
				    border-radius: 10px;
				    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
				    transition: all 0.3s ease-in-out;
				}
				#GHeaderV13 .phone-nav li a:hover {
				    background: #FFD700;
				    color: #2C3E50;
				    box-shadow: 0 0 15px rgba(242, 166, 90, 0.8);
				    transform: translateY(-3px);
				}

				#GHeaderV13 .phone {
				    display: none;
				}
				#GHeaderV13 .desktop {
				    display: flex;
				}


 #GHeroV24 .container{
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;

				}
				@media (min-width: 1024px) {
				    #GHeroV24 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GHeroV24 {
				    background-image: url(../images/b6.jpg);
				    background-size: cover;
				    background-position: center;
				    height: 90vh;
				    position: relative;
				    display: flex;
				    align-items: center;
				    justify-content: center;

				}
				#GHeroV24 .overlay {
				    position: absolute;
				    top: 0;
				    width: 100%;
				    height: 100%;
				    background-color: black;
				    opacity: 0.7;
				}
				#GHeroV24 .hero-content {
				    max-width: 600px;
				    position: relative;
				    top: 0;
				    bottom: 0;
				    left: 0;
				    right: 0;
				    display: flex;
				    flex-direction: column;
				    justify-content: center;
				    margin: auto;
				    height: min-content;
				}
				#GHeroV24 .hero-content h2 , p{
				    text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
				}


				#GHeroV24 .hero-btn{
				    padding: 14px 39px;
				    border: 1px solid gray;
				    outline: none;
				    border-radius: 5px;
				    cursor: pointer;
				    background-color: var(--button-background-color);
				    color: var(--button-text-color);
				    border-radius: 8px;
				    box-shadow: 0 0 15px rgba(242, 166, 90, 0.8);
				    transition: all 0.3s ease-in-out;
				}
				#GHeroV24 .hero-btn:hover{
				    background: #A7C957;
				    box-shadow: 0 0 20px rgba(167, 201, 87, 0.9);
				    transform: scale(1.1);
				}
				@media only screen and (max-width: 750px){
				    #GHeroV24 .hero-content h2{font-size: xx-large !important; margin-block-end: 0;}
				}
				@media only screen and (max-width: 600px){
				   #GHeroV24 .hero-content h1{font-size: xx-large !important; margin-block-start: 0;}
				   #GHeroV24 .hero-input{flex-direction: column;}
				   #GHeroV24 .hero-content{width: 100% !important}
				}
  #GGamesV32 .container{
					margin-left: auto;
				    margin-right: auto;
				    max-width: 1150px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GGamesV32 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}
				#GGamesV32 .games-wrapper {
				  width: 22%;
				}
				#GGamesV32 .games-wrapper img {
				  border-radius: 30px;
				  height:250px;
				  object-fit:cover;
				}

				#GGamesV32 .games-wrapper:hover .games-content {
				  opacity: 1 !important;
				  z-index: 1 !important;
				}

				#GGamesV32 .games-content {
				  align-content: center;
				    background-color: rgba(15, 28, 35, .859);
				    border: inherit;
				    font-weight: 600;
				    height: -webkit-fill-available;
				    left: 0;
				    border-radius: 30px;
				    opacity: 0;
				    padding: 1rem;
				    position: absolute;
				    text-align: center;
				    top: 0;
				    transition: all .2s ease-in-out;
				    width: -webkit-fill-available;
				    z-index: -1;
				}
				@media only screen and (max-width: 850px) {
				  #GGamesV32 .games-wrapper {
				    width: 44% !important;
				  }
				}
				#GGamesV32 .btn {
				  background-color: var(--button-background-color);
				  background-image: none;
				  border-color: #0f1c23;
				  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
				  color: var(--button-text-color);
				  padding: 15px 41px;
				    border: none;
				    color: white;
				    font-weight: 500;
				    font-size: 1rem;
				    transition: all .2s ease-in-out;
				}

				#GGamesV32 .btn:hover {
				    transition: all .2s ease-in-out;
				    background: white;
				    color: black;
				}

				@media only screen and (max-width: 620px) {
				  #GGamesV32 .games-wrapper {width: 100% !important;}
				}
.clr-white {color: white}
                .bg-black {background-color: #122549}
                 #GRandomV16 .container{
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 1150px;
                    padding-left: 20px;
                    padding-right: 20px;
                }
                @media (min-width: 1024px) {
                    #GRandomV16 .container {
                        padding-left: 30px;
                        padding-right: 30px;
                    }
                }
                #GRandomV16 .why-content {
                  padding:18px;
                  border:1px solid white;
                  border-radius: 20px;
                  transition: all .2s ease-in-out;
                }
                #GRandomV16 .why-content:hover {
                  border:1px solid #45f882;
                  transition: all .2s ease-in-out;
                }
                @media only screen and (max-width: 920px) {
                    #GRandomV16 .flex-column-md {flex-direction: column !important;}
                      #GRandomV16 .w-100-md {width: 100% !important}
                }
 .clr-white {color: white}
            .bg-black {background-color: #122549}
             #GFaqV6 .container{
              margin-left: auto;
                margin-right: auto;
                max-width: 1150px;
                padding-left: 20px;
                padding-right: 20px;
            }
            @media (min-width: 1024px) {
                #GFaqV6 .container {
                    padding-left: 30px;
                    padding-right: 30px;
                }
            }
            #GFaqV6 {
                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%
               100%, calc(50% + 180px) 100%, calc(50% + 150px) calc(100% - 50px), calc(50% - 150px) calc(100% - 50px), calc(50% - 180px) 100%, 0 100%);
                  position: relative;
              }

              /* Detail styling */
              #GFaqV6 .details{
                --padding: 16px;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
                border-top: 1px solid #45f882;
                border-bottom: 1px solid #45f882;
              }

              #GFaqV6 .details + .details{
                margin-top: 15px;
              }

              #GFaqV6 .details__title{
                --width: 20px;
                --height: 3px;
                --radius: 1px;
                --color: currentColor;
                font-size: larger;
                font-weight: 500;
                margin:0;
                padding: var(--padding) calc(var(--width) * 2) var(--padding) var(--padding);
                cursor: pointer;
                transition: all .2s ease-in-out;
                position: relative;
              }
              #GFaqV6 .details__title:hover {
              color: #45f882;
              }

              #GFaqV6 .details__title:before,
              #GFaqV6 .details__title:after{
                content:'';
                display: block;
                width: var(--width);
                height: var(--height);
                background-color: var(--color);
                position: absolute;
                border-radius: var(--radius);
                top: calc(50% - (var(--height) / 2));
                right: calc(var(--width) / 2);
                transition: all .2s ease-in-out;
              }

              #GFaqV6 .details__title:after{
                rotate: 90deg;
              }

              #GFaqV6 .details__container[open] .details__title:before{
                rotate: 45deg;
                /* rotate: 135deg; */
              }

              #GFaqV6 .details__container[open] .details__title:after{
                rotate: 135deg;
                /* rotate: 225deg; */
              }


              #GFaqV6 .details__summary::marker{
                content:'';
              }

              #GFaqV6 .details__desc{
                visibility: hidden;
                display: grid;
                grid-template-rows: 0fr;
                transition: all .2s ease-in-out;
                overflow: hidden;
                padding-inline: var(--padding);
                pointer-events: none;
              }

              #GFaqV6 .details__container[open] + .details__desc{
                visibility: visible;
                grid-template-rows: 1fr;
                padding-block: var(--padding);
              }

              #GFaqV6 .details__desc-inner{
                min-height: 0;
              }
             #GAboutv29 .container {
			    margin-left: auto;
			    margin-right: auto;
			    max-width: 1240px;
			    padding-left: 20px;
			    padding-right: 20px;
			}

			@media (min-width: 1024px) {
			    #GAboutv29 .container {
			        padding-left: 30px;
			        padding-right: 30px;
			    }
			}

			#GAboutv29 {
			    background-color: black;
			}
			#GAboutv29 .about-btn{
			    background-color: var(--button-background-color);
			    padding: 15px 30px;
			    font-size: 16px;
			    font-weight: 600;
			    color: var(--button-text-color);
			    cursor: pointer;
			    border-radius: 50px;
			    outline: none;
			    border: none;
			    transition: 0.3s;
			}
			#GAboutv29 .about-btn:hover{
			    color:black;
			    transition: 0.3s;
			    
			}
			#GAboutv29 .about-img img{
			    height: 270px;
			    object-fit: contain;
			    width: 350px;
			}


			@media screen and (max-width: 900px){
			   #GAboutv29 .flex-column-md{
			    flex-direction: column;
			   }
			   #GAboutv29 .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: #424769;
				    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;
						}
					}  #GContactV19 .container {
					    margin-left: auto;
					    margin-right: auto;
					    max-width: 1240px;
					    padding-left: 20px;
					    padding-right: 20px;
					}

					@media (min-width: 1024px) {
					    #GContactV19 .container {
					        padding-left: 30px;
					        padding-right: 30px;
					    }
					}

					#GContactV19 {
					    background-color: black;
					}
					#GContactV19 .main-contact{
					    
					    margin: 40px auto;
					    padding: 20px 30px;
					    box-sizing: border-box;
					    position: relative;
					}
					#GContactV19 .send-btn{
					    background-color: var(--button-background-color);
					    padding: 13px;
					    font-size: 22px;
					    cursor: pointer;
					    border-radius: 50px;
					    outline: none;
					    color:var(--button-text-color);
					    border: none;
					    transition: 0.3s;
					}
					#GContactV19 .send-btn:hover{
					    opacity: 0.6;
					    transition: 0.3s;
					    
					}
					#GContactV19 .input-text{
					    outline: none;
					    border-bottom: 1px solid white;
					    border-right: none;
					    border-left: none;
					    border-top: none;
					    padding: 20px 10px;
					    color: white;
					    background-color: transparent;

					}
					@media screen and (max-width: 1050px){
					   #GContactV19 .flex-column-md{
					    flex-direction: column;
					   }
					   #GContactV19 .w-100-md{
					    width: 100% !important;
					   }
					}
					@media screen and (max-width: 450px){
					    #GContactV19 .contact-img{
					        width: 100% !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 27.25% 18.89%);
				    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;}
				}




.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;
	}
} #GGamesV31 .container{
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GGamesV31 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GGamesV31 {background-color: #0e122a}
				#GGamesV31 .playeachgame-box {

				    width: 260px;
				    height: 370px;
				    background-size: cover;
				    background-position: center;
				    border-radius: 50%;
				    display: flex;
				    flex-direction: column;
				    justify-content: flex-end;
				    align-items: center;
				    padding: 20px;
				    position: relative;
				    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.6), inset 0px 0px 10px rgba(255, 215, 0, 0.3);
				    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
				    overflow: hidden;
				}
				#GGamesV31 .playeachgame-box h3 {
				    font-size: 22px;
				    font-family: 'Cinzel', serif;
				    color: #58c2ff;
				    text-shadow: 0 0 10px rgba(255, 215, 0, 0.9);
				    background: rgba(0, 0, 0, 0.6);
				    padding: 8px 12px;
				    border-radius: 10px;
				    margin-bottom: 15px;
				    width: 80%;
				    text-align: center;
				}
				#GGamesV31 .playeachgame-btn {
				    display: inline-block;
				    padding: 12px 25px;
				    font-size: 16px;
				    font-weight: bold;
				    text-transform: uppercase;
				    background-color:var(--button-background-color);
				    color: var(--button-text-color);
				    border-radius: 12px;
				    border: none;
				    cursor: pointer;
				    box-shadow: 0 0 15px rgba(242, 166, 90, 0.8);
				    transition: all 0.3s ease-in-out;
				}
				#GGamesV31 .playeachgame-box:hover {
				    animation: float 1.5s infinite ease-in-out;
				}
				#GGamesV31 .playeachgame-box:hover {
				    transform: scale(1.1);
				    box-shadow: 0px 12px 20px rgba(255, 215, 0, 0.5);
				}
				@keyframes float {
				    0% { transform: translateY(0px); }
				    50% { transform: translateY(-5px); }
				    100% { transform: translateY(0px); }
				}

				#GGamesV31 .playeachgame-box:hover {
				    animation: float 1.5s infinite ease-in-out;
				}
.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;
    }
}