/*
Theme Name: 	   My Game
Text Domain: 	   mygame
Version:            1.0.61
Tested up to:       6.2
Requires at least:  4.7
Requires PHP:       5.6
Author:             Rakesh Patel
Author URI:         https://spinwinnz.com/
Theme URI:          https://spinwinnz.com/
Description:        My Game theme create for design different game sites
Tags:               one-column, two-columns ,right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
 */

/* Hero Section Style */
/* Hero Section Styles */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* 
#content {
    background-color: #ffffff00;
}

.dt__navbar-nav .dt__navbar-mainmenu > li > a.nav-link {
    line-height: 5rem;
    background: #800059;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px !important;
    width: 145px;
    display: block;
    text-align: center;
}

.hamburger span{
    background-color: #ffffff;
}

.dt__mobilenav .dt__navbar-mainmenu li.active > a{
    color: #5d5d5d !important;
}

.menu__active-one .dt__navbar-nav .dt__navbar-mainmenu > li.active > a:before, .menu__active-one .dt__navbar-nav .dt__navbar-mainmenu > li.focus > a:before, .menu__active-one .dt__navbar-nav .dt__navbar-mainmenu > li:hover > a:before{
    display: none !important;
}

.container {
    flex-grow: 1;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    width: auto
}

@media(min-width: 640px) {
    .container {
        max-width:640px
    }
}

@media(min-width: 768px) {
    .container {
        max-width:768px
    }
}

@media(min-width: 1024px) {
    .container {
        max-width:1024px
    }
}

@media(min-width: 1280px) {
    .container {
        max-width:1280px
    }
}

.dt__footer--one .dt__footer-copyright > .dt-container > .dt-row, .dt__footer--one:before, .menu__active-one .dt__navbar-nav .dt__navbar-mainmenu > li > a:before{
    background-color: #000000;
}

.dt__footer--one .dt__footer-copyright > .dt-container > .dt-row {
    background-color: #800059;
}

a:hover, a:active, a:focus, .menu-wrap .dropdown-menu li a sup, .menu-wrap .dropdown-menu li a sub, .dt__mobilenav .dt__navbar-mainmenu li.active > a, .dt__mobilenav .dt__navbar-mainmenu li.focus > a, .dt__mobilenav .dt__navbar-mainmenu li:hover > a, .dt__navbar-nav .dt__navbar-mainmenu li.active > a, .dt__navbar-nav .dt__navbar-mainmenu > li.focus > a, .dt__navbar-nav .dt__navbar-mainmenu > li:hover > a{
    color: #ffffff;
}

.dt__footer--one{
    background-color: #00000000;
}

body h4.site-title, body p.site-description {
    color: #ffffff;
}

footer .dt-container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

footer{
    padding-bottom: 0px !important;
}

.dt__footer-copyright .widget li:not(.widget_payment):not(.widget_social) a:before{
    display: none;
}

.dt__header{
    background-color: #f0f8ff00;
}

body h4.site-title, body p.site-description {
    color: #ffffff;
}

header li {
    color: #fff;
}


.btn--effect-four .button:not(.submit-btn, .add_to_cart_button):before{
    display: none;
}

.form-wrapper,.game-wrapper {
    margin: 0 auto;
    max-width: 100%
}

.game-wrapper {
    width: 800px
}

.game-area {
    padding-top: 55.56%;
    position: relative
}

iframe.game-iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.games-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(5,1fr);
    text-align: center
}

.single-game-image-wrapper img {
    display: block;
    width: 100%
}

.game-name {
    margin-top: .5rem
}

.single-game:nth-child(1), .single-game:nth-child(5) {
    transform: scale(0.5);
}

.single-game:nth-child(2), .single-game:nth-child(4) {
    transform: scale(0.7);
}

.single-game:nth-child(3) {
    transform: scale(0.9);
}

.hero-section {
    padding: 6rem 0;
    position: relative;
    height: 550px;
    display: flex;
}

.hero-left-img{
    display: inline-block;
    float: right;
}

.hero-content.content {
    display: inline-block;
    width: 80%;
    margin-left:0px;
    background: #80005930;
    padding: 60px;
    border-radius: 10px;
    text-align: center;
}

.fa-angle-up:before {
    color: #800059;
}

.dt__pagetitle:before{
    background-color: #f391171f;
    background-image: unset !important;
}

.dt__pagetitle .dt__pagetitle-content:before{
    background-color: #800059;
    display: none;
}

.dt__pagetitle .dt__pagetitle-content h1{
    text-align: center;
}

.dt__pagetitle-breadcrumb{
    display: none;
}

.game-detail-section .image-section, .text-section {
    width: 50%;
    padding: 50px;
    box-sizing: border-box;
}

.game-detail-section .image-section{
    padding: 0px;
}

.game-detail-section img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: inline-block;
    width: 30%;
    padding: 30px;
    background: #800059a6;
    margin: 18px;
    color: white;
    border-radius: 50px;
    height: 300px;
    display: inline-grid;
}

.card h4 {
    text-align: center;
    color: white;
}

.card p{
    text-align: center;
}

.about-section h2, .benefit-section h2{
    text-align: center;
    font-size: 30px !important;
    padding: 20px 0px;
    background-size: 55% 100%;
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
    margin-top: 15px;
}



input.wpcf7-form-control.wpcf7-submit {
    background-color: #800059;
    border-color: #800059;
    border-radius: 50px;
}

@media(max-width: 600px) {
    .hero-content.content{
        padding: 10px;
    }
    .about-section, .disclaimer-section{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media(max-width: 1300px) {
    .about-section .about-img-div{
        margin-left: 0px !important;
        width: 100% !important;
        height: 100% !important;   
    }

    .hero-content.content{
        width: 75%;
    }

    .hero-section{
        height: auto;
    }
}

@media(max-width: 1024px) {
    .hero-content.content {
        margin-right: 0px;
        width: 70%;
    }

    .game-detail-section .image-section, .text-section{
        width: 100% !important;
    }

    .game-detail-section .content{  
        display: block !important;
    }

    footer center{
        margin-bottom: 40px;
    }

    .card{
        width: 100%;
        display: inline-table;
        height: 200px;
    }

}
@media(max-width: 768px) {
    .card{
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }
    header li {
        color: #313131;
    }
    .hero-left-img img {
        display: none;
    }
    .hero-content.content{
        width: 100%;
    }
    .about-section .container, .disclaimer-section .container{
        display: block !important;
    }
}

@media(max-width: 767px) {
    .about-section h2, .benefit-section h2{
        background-size: contain;
    }
    .slot-section {
        display: block !important;
    }
    .slot-content{
        padding: 20px 0px 0px 0px !important;
    }
    footer img {
        padding-bottom: 20px !important;
    }

    footer p{
        padding: 0px 30px 0px 30px !important;
    }

    .slot-image{
        width: 100% !important;
    }
}


.slot-section {
    display: flex;
    align-items: center;
    padding: 40px;
    background-color: #161c2d;
}

.slot-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    border: 3px solid white;
}

.slot-image{
    width: 30%;
}

.slot-content {
    flex: 1;
    padding-left: 40px;
    text-align: left;
}

h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    margin-bottom: 20px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #0056b3;
}

.animated-text-from-left {
    animation: slideIn 2s ease-in-out 1;
    animation-iteration-count:1;
}

.animated-text-from-down {
    animation: slideUp 2s ease-in-out 1;
    animation-iteration-count:1;
}

.animated-text-from-right {
    animation: slideRight 2s ease-in-out 1;
    animation-iteration-count:1;
}

.btn--effect-four .button:not(.submit-btn, .add_to_cart_button):before {
    background-color: white;
}

.hero-button a, .slot-section a{
    color: #ffffff;
}

.hero-button .button:hover, .slot-section a:hover {
    color: #ffffff !important;
}
@keyframes slideIn {
    0% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(0);
    }
  
}

@keyframes slideRight {
    0% {
        transform: translateX(100%);
    }
    50% {
        transform: translateX(0);
    }
  
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }
    50% {
        transform: translateY(0);
    }
    
}

form.wpcf7-form {
    display: grid;
    justify-content: center;
}

.dt-py-default {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.hero-section p{
    margin-bottom: 40px;
    color: white;
}

.hero-section h1{
    margin-bottom: 20px;
    color: white;
    font-size: 36px;
}



.dt__mobilenav-topbar{
    display: none !important;
}

.about-img{
    border: 10px solid #80005975;
    background: #80005945;
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-section, .disclaimer-section{
    padding-left: 50px;
    padding-right: 50px;
}

.about-section .container, .disclaimer-section .container{
    display: flex;
}

.left {
    flex: 1;
    padding-right: 20px;
}

.left img {
    max-width: 100%;
    height: auto;
}


.right {
    flex: 1;
    padding-left: 20px;
    text-align: center;
}

.right p, .left p{
    color: #ffffff;
    padding-bottom: 20px;
}

.site--logo img{
    height: 115px;
    padding-top: 20px;
}

.dt-col-lg-12.dt-col-md-12.dt-col-12 p, .dt-col-lg-12.dt-col-md-12.dt-col-12 h2, .dt-col-lg-12.dt-col-md-12.dt-col-12 li{
    color: white;
}

.dt-col-lg-12.dt-col-md-12.dt-col-12.wow.fadeInUp {
    padding: 50px;
    background: #8000593d;
    border-radius: 15px;
}

.hero-button a.button {
    padding: 0.8rem 5.4rem;
} */
