 #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;
				    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, #3a7fc4, #b7b7b7);
				    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: #fff;
				    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: #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/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;
				}
				


				#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{
				    opacity: 0.7;
				    transition: all 0.3s ease-in-out;

				}
				@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;*/
				    border-radius: 5px;
				    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;}
				}
 #GRandomV12 .container{
                    margin-left: auto;
                      margin-right: auto;
                      max-width: 1204px;
                      padding-left: 20px;
                      padding-right: 20px;
                  }
                  @media (min-width: 1024px) {
                      #GRandomV12 .container {
                          padding-left: 30px;
                          padding-right: 30px;
                      }
                  }

                  #GRandomV12 .random-card {
                      background: rgba(255, 255, 255, 0.05);
                      padding: 25px;
                      border-radius: 15px;
                      border: 1px solid rgba(0, 255, 255, 0.1);
                      transform-origin: left;
                      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                      cursor: pointer;
                      color: white;
                      text-align: center;
                      position: relative;
                      overflow: hidden;
                  }
                  #GRandomV12 {
                    background-color: #4682A9;
                  }
                  #GRandomV12 .random-card:hover {
                      background: rgba(255, 255, 255, 0.1);
                      border-color: rgba(0, 255, 255, 0.3);
                  }
                  #GRandomV12 .random-card::before {
                      content: '';
                      position: absolute;
                      top: 0;
                      left: 0;
                      width: 100%;
                      height: 100%;
                      background: linear-gradient(45deg, transparent, rgba(0, 255, 255, 0.1), transparent);
                      transform: translateX(-100%);
                      transition: transform 0.6s;
                  }
                  #GRandomV12 .random-card:hover::before {
                      transform: translateX(100%);
                  }
                  #GRandomV12 .random-wrapper {
                      width: 22%;
                  }

                  @media only screen and (max-width: 1100px) {
                      #GRandomV12 .random-wrapper {
                          width: 30%;
                      }
                  }

                  @media only screen and (max-width: 900px) {
                      #GRandomV12 .random-wrapper {
                          width: 45%;
                      }
                  }

                  @media only screen and (max-width: 700px) {
                      #GRandomV12 .random-wrapper {
                          width: 100%;
                      }
                  } #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: #51516b}

              #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;}
              }

             #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, #6e7570, #0e4985);
			    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: rgb(38 73 109 / 85%);
			    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}
			}

    #GFooterV27 .container{
				    margin-left: auto;
				    margin-right: auto;
				    max-width: 1204px;
				    padding-left: 20px;
				    padding-right: 20px;
				}
				@media (min-width: 1024px) {
				    #GFooterV27 .container {
				        padding-left: 30px;
				        padding-right: 30px;
				    }
				}

				#GFooterV27 {
				    background-color: var(--footer-background-color);
				}
				#GFooterV27 .footer-logo img {
				    width: 180px;
				    height: auto;
				    border-radius: 10px;
				    box-shadow: 0px 0px 15px rgba(255, 215, 0, 0.6);
				    animation: floatGlow 3s infinite alternate ease-in-out;
				}
				@keyframes floatGlow {
				  0% {
				      transform: translateY(0px);
				      box-shadow: 0px 0px 15px rgba(255, 215, 0, 0.6);
				  }
				  50% {
				      transform: translateY(-25px);
				      box-shadow: 0px 0px 25px rgba(255, 215, 0, 0.8);
				  }
				  100% {
				      transform: translateY(0px);
				      box-shadow: 0px 0px 15px rgba(255, 215, 0, 0.6);
				  }
				}
				#GFooterV27 .desclaimer{
				   
				    padding: 15px;
				    background: rgb(5 149 172);
				    border-radius: 10px;
				    color: white;
				    font-weight: bold;
				    text-shadow: 0 0 10px rgba(255, 0, 0, 1);
				    font-size: 16px;
				    display: flex;
				    align-items: center;
				    gap: 10px;
				    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
				    cursor: pointer;
				    
				}
				#GFooterV27 .desclaimer:hover {
				    transform: scale(1.05);
				    box-shadow: 0 0 20px rgb(82 97 168);
				    background: rgb(82 97 168);
				}
				#GFooterV27 .footer-text{
				    padding: 5px;
				}
				#GFooterV27 .footer-btn{
				    background-color: var(--button-background-color);
				    color: var(--button-text-color);
				    cursor: pointer;
				    outline: none;
				    border-radius: 5px;
				    transition: 0.3s;
				    padding: 15px 20px;
				    border: none;
				}
				#GFooterV27 .footer-btn:hover{
				    opacity: 0.7;
				    transition: 0.3s;
				}
				@media only screen and (max-width: 900px) {
				   #GFooterV27 .footer-main{flex-direction: column;}
				   
				   #GFooterV27 .footer-content{width: 100% !important}
				   #GFooterV27 .footer-logo{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;
    }
}  #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: 20px;
					    cursor: pointer;
					    border-radius: 5px;
					    outline: none;
					    color:var(--button-text-color);
					    border: none;
					    transition: 0.3s;
					}
					#GContactV19 .send-btn:hover{
					    opacity: 0.6;
					    transition: 0.3s;
					    
					}
					button {cursor: pointer;}
					#GContactV19 .input-text{
					    outline: none;
					    border-bottom: 1px solid black;
					    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;
					    }
					}


		.w-45 {width: 45%;}
		#Gcontactv4 {
			position: relative;
		    background-image: url('../images/opt.jpg');
		    background-repeat: no-repeat;
		    background-size: cover;
		    padding: 76px 0 80px 0;
		    overflow: hidden;
		}
		#Gcontactv4 .hero-overlay {
			position: absolute;
			top: 0;
		    width: 100%;
		    height: 100%;
		    background-color: rgba(0, 0, 0, 0.7);
		}
		#Gcontactv4 .container {
		    margin-left: auto;
		    margin-right: auto;
		    max-width: 1170px;
		    padding-left: 20px;
		    padding-right: 20px;
		}

		@media (min-width: 1024px) {
			#Gcontactv4 .container {
			    padding-left: 30px;
			    padding-right: 30px;
			}
		}

		#Gcontactv4 .form-content {
			background-color: rgb(0 0 0 / 60%);
			padding:20px;
			border-radius: 8px;
			box-shadow: 0px 0px 9px -1px #ac9696;
		}

		#Gcontactv4 .input-fields {
			padding: 13px;
		    border-radius: 5px;
		    border: 1px solid white;
		    box-sizing: border-box;
		    font-family: 'Roboto', sans-serif;
		    outline: none;
		    font-size: 0.89rem;
		}
		#Gcontactv4 .contact-info {
			box-shadow: 0px 0px 9px -1px #ac9696;
		}
		#Gcontactv4 .btn {
			    padding: 10px 20px 10px 20px;
		    border-radius: 5px;
		    border: 1px solid white;
		    background: transparent;
		    color: var(--button-text-color);;
		     /*font-family: 'Roboto', sans-serif;*/
		    /*font-weight: bold;*/
		    font-size: 1rem;
		    transition: 0.3s linear;
		}
		#Gcontactv4 .btn:hover {
			transition: 0.3s linear;
			background-color: var(--button-background-color);
			color: black;
		}
		@media only screen and (max-width: 980px) {
			#Gcontactv4 .flex-column-md {flex-direction:column !important;}
			#Gcontactv4 .w-100-md {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;
	}
} #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: #E8988A;
					    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: 5px;
					    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;
						}
					}