#GContactV12 {
	margin-top: 135px;
}

 #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 #A53860 ;
				}
				50% {
				    box-shadow: 0 0 20px #A53860;
				}
				100% {
				    box-shadow: 0 0 10px #A53860;
				}
				}
				#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;
				    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: #A53860;
				    color: #2C3E50;
				    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: #A53860 ;
				    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/hero.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;
				    margin-top: 100px;
				}
				#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}
				}
 #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: #254D70}
				#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;
				}
#GRandomV14 .container{
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 1204px;
                    padding-left: 20px;
                    padding-right: 20px;
                }
                @media (min-width: 1024px) {
                    #GRandomV14 .container {
                        padding-left: 30px;
                        padding-right: 30px;
                    }
                }

                #GRandomV14 .discover-box {
                    
                    margin: 30px 0;
                    padding: 30px;
                    background: linear-gradient(145deg, #3A5A40, #8D6E63);
                    border-radius: 15px;
                    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
                    overflow: hidden;
                    position: relative;
                    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
                }
                #GRandomV14 .discover-box img{
                    width: 400px;
                    height: 270px;
                    border-radius: 5px;
                }

                #GRandomV14 .discover-btn{
                    background-color: #57788b;
                    color: white;
                    cursor: pointer;
                    outline: none;
                    border-radius: 5px;
                    transition: 0.3s;
                    padding: 15px 20px;
                    border: none;
                }
                #GRandomV14 .discover-btn:hover{
                    opacity: 0.7;
                    transition: 0.3s;
                }
                #GRandomV14 .discover-box:hover {
                    animation: glow 2s infinite;
                }
                #GRandomV14 .discover-box:hover {
                    transform: scale(1.03);
                    box-shadow: 0 12px 25px rgba(255, 215, 0, 0.6);
                }
                @media only screen and (max-width: 850px){
                   
                    #GRandomV14 .discover-content{flex-direction: column;}
                    
                }
                @media only screen and (max-width: 700px){
                    #GRandomV14 .discover-box img {width: 500px !important}
                    #GRandomV14 .discover-text  {width: 75% !important}
                }
                @media only screen and (max-width: 500px){
                    #GRandomV14 .discover-box img {width: 300px !important}
                    #GRandomV14 .discover-text  {width: 100% !important}
                } .clr-white {color: white}
            .bg-black {background-color: #525252}
             #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 #FFF;
                border-bottom: 1px solid #FFF;
              }

              #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: #FFF;
              }

              #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;
              }
             #GAboutv30 .container{
			    margin-left: auto;
			    margin-right: auto;
			    max-width: 1204px;
			    padding-left: 20px;
			    padding-right: 20px;
			}
			@media (min-width: 1024px) {
			    #GAboutv30 .container {
			        padding-left: 30px;
			        padding-right: 30px;
			    }
			}

			#GAboutv30 {
			    background: linear-gradient(135deg, #72666a, #366e96);
			    padding: 80px 10%;
			    text-align: center;
			    color: #E8D7A7;
			}
			#GAboutv30 .about-main {
			    animation: fadeIn 1.5s ease-in-out;
			}
			#GAboutv30 .about-main {
			    max-width: 800px;
			   
			    margin: 0 auto;
			    background: rgba(165, 56, 96, 0.52);
			    border-radius: 15px;
			    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
			    border: 3px solid #57788b;
			}
			#GAboutv30 .about-content{padding: 40px}
			#GAboutv30 .about-title{
			    font-size: 42px;
			    color: white;
			    text-shadow: 0 0 15px rgba(255, 215, 0, 0.9);
			    transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
			}
			#GAboutv30 .about-title:hover {
			    color: white;
			    text-shadow: 0 0 20px rgba(242, 166, 90, 1);
			}
			#GAboutv30 .about-text{
			    font-size: 18px;
			    line-height: 1.8;
			    color: #EDEDED;
			    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
			    margin-bottom: 15px;
			    transition: transform 0.3s ease-in-out;
			}
			#GAboutv30 .about-text:hover {
			    transform: scale(1.02);
			    text-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
			}
			#GAboutv30 .sub-title {
			    font-size: 28px;
			    color: #A7C957;
			    margin-top: 30px;
			    text-shadow: 0 0 10px rgba(167, 201, 87, 0.9);
			    transition: transform 0.3s ease-in-out;
			}
			#GAboutv30 .sub-title:hover {
			    transform: scale(1.05);
			    text-shadow: 0 0 20px rgba(167, 201, 87, 1);
			}
			#GAboutv30 .aboutpage-list {
			    text-align: left;
			    margin-top: 20px;
			    padding-left: 20px;
			}
			#GAboutv30 .aboutpage-list li {
			    font-size: 18px;
			    color: white;
			    margin-bottom: 10px;
			    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
			    transition: transform 0.3s ease-in-out;
			}
			@media only screen and (max-width:650px){
			    #GAboutv30 .about-title{font-size: 30px !important}
			    #GAboutv30 .about-main{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;
				    background-color:#3A0519 ;
				}

				 #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: #425a74;
				    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 !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;
    }
}  #GContactV20 .container{
					    margin-left: auto;
					    margin-right: auto;
					    max-width: 1204px;
					    padding-left: 20px;
					    padding-right: 20px;
					}
					@media (min-width: 1024px) {
					    #GContactV20 .container {
					        padding-left: 30px;
					        padding-right: 30px;
					    }
					}

					#GContactV20 .contact-main{
					    margin: 0 auto;
					    padding: 40px;
					    background: rgba(165, 56, 96, 1);
					    border-radius: 15px;
					    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
					    border: 3px solid #A53860;
					}
					#GContactV20 .form-group label {
					    font-size: 16px;
					    font-weight: bold;
					    color: white;
					    display: block;
					    margin-bottom: 5px;
					}
					#GContactV20 .form-group input, #GContactV20 .form-group textarea {
					    width: 100%;
					    padding: 12px;
					    border-radius: 8px;
					    border: none;
					    font-size: 16px;
/*					    background: rgba(255, 215, 0, 0.1);*/
					    color: #EDEDED;
					    transition: all 0.3s ease-in-out;
					}
					#GContactV20 .form-group input:hover, #GContactV20 .form-group textarea:hover {
/*					    background: rgba(255, 215, 0, 0.2);*/
					}
					#GContactV20 .contact-btn {
					    padding: 12px 30px;
					    font-weight: bold;
					    text-transform: uppercase;
					    background-color: var(--button-background-color);
					    color: var(--button-text-color);
					    border-radius: 8px;
					    border: none;
					    cursor: pointer;
					    box-shadow: 0 0 15px rgba(242, 166, 90, 0.8);
					    transition: all 0.3s ease-in-out;
					}
					#GContactV20 .contact-btn:hover {
					    background: #A53860 ;
/*					    box-shadow: 0 0 20px rgba(167, 201, 87, 0.9);*/
					    transition: 0.3s;
					}
#GContactV12 .contact-form {
				    border: 1px solid #242424;
				    background-color: #A53860;
				    border-radius: 10px;
				}
				#GContactV12 {background-color:#fbc6e0;}
				#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;
				   }
				   #GContactV12 {
						margin-top: 185px;
					}

				   
				}


				  @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;
	}
} #GGamesV30 .container {
					    margin-left: auto;
					    margin-right: auto;
					    max-width: 1240px;
					    padding-left: 20px;
					    padding-right: 20px;
					}

					@media (min-width: 1024px) {
					    #GGamesV30 .container {
					        padding-left: 30px;
					        padding-right: 30px;
					    }
					}

					#GGamesV30 {
					    background-color: #245767;
					    background-position: center;
					    background-repeat: no-repeat;
					    background-size: cover;
					}


					@media screen and (max-width: 900px){
					   #GGamesV30 .flex-column-md{
					    flex-direction: column;
					   }
					   #GGamesV30 .w-100-md{
					    width: 100% !important;
					   }
					   #GGamesV30 .footer-content {
					    flex: none;
					   }
					  
					}
					@media screen and (max-width: 450px){
					    #GGamesV30 .footer-link{
					       flex-direction: column;
					    }
					}
					#GGamesV30 .game-wrapper{
					    border: 2px solid white;
					    cursor: pointer;
					}
					#GGamesV30 .game-wrapper img{
					    border-radius: 10px;
					    height:250px;
					    object-fit:cover;
					}
					#GGamesV30 .game{
					    padding:30px;
					}
					#GGamesV30 .game-wrapper h2{
					    font-weight: 700;
					    font-size: large;
					}
					#GGamesV30 .list-btn{
					     padding: 16px 30px;
					    font-size: 13px;
					    font-weight: 600;
					    background-color: var(--button-background-color);
					    outline: none;
					    border-radius: 50px;
					    border: none;
					    color:var(--button-text-color);
					    cursor: pointer;

					}

					#GGamesV30 .game-wrapper:hover #GGamesV30 .list-btn{
					    background-color: #eea70f;
					    color: white;
					    transition: 0.5s;
					}
					@media only screen and (max-width: 950px) {
					   
					    #GGamesV30 .flex-wrap-w {
					       flex-wrap: wrap;
					    }
					    #GGamesV30 .game-wrapper{
					        width: 45% !important;
					    }
					    #GGamesV30 .w-100-md{
					        width: 100% !important;
					    }
					     
					    
					}
					@media only screen and (max-width: 750px){
					    #GGamesV30 .game-wrapper , #GGamesV30 .listing-img{
					        width: 70% !important;
					    }
					}
					@media only screen and (max-width: 550px){
					    #GGamesV30 .game-wrapper , #GGamesV30 .listing-img{
					        width: 100% !important;
					    }
					}
.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;
						}
					}