:root {
    --green: #bcf304;
    --greybg: #111411;
    --shadow: 0px 0px 40px 20px #000000;
    --navfont: "Chakra Petch", sans-serif;    
}

/* -------- navigation -------- */ 
.gaming_nav {
    display: flex;
    width: 100vw;
    height: 5em;
    background-color: #101010;
    box-shadow: var(--shadow);
    position:sticky;
    top: 0;
    z-index: 99;
}
.gaming_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    font-weight: 700;
    font-size: 14px;
    font-family: var(--navfont);
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #111411;
}
.gaming_nav ul li {
    display: flex;
    height: 100%;
    align-items: center;
}
.gaming_nav ul li a {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: calc(3em / 2);
    padding-right: calc(3em / 2);
    color: #fff;
    text-decoration: none;
}
.gaming_nav,
.gaming_nav * {
  transition: 500ms;
}
.gaming_nav.sticking {
    background-color:var(--green);
}
.gaming_nav.sticking .gaminglogo {
    background-image: url(img/gaming/gaming_logo_black.png);
}
.gaming_nav.sticking a  {
    color: #111411;
}
.gaminglogo {
    position: absolute;
    height: 54px;
    width: 310px;
    left: 18px;
    top: 24px;
    background-image: url(img/gaming/gaming_logo_green.png);
    background-repeat: no-repeat;
    background-size: 50%;
}
.gamingnavcontainer {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 47px;
}
.gamningnavicon {
    position: absolute;
    height: 54px;
    width: 310px;
    right: 10px;
    top: 10px;
    background-color: #bcf304;
}
.gamingslidecontent-1 {
    display: flex;
    flex-direction: column;
    background-image: url(img/gaming/gaming_logo_white.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    height: 400px;
    width: 500px;
    margin-left: 10em;
    margin-top: 40vh;
}
.gamingslidecontent-1 p {
    font-family: var(--navfont);
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    padding-top: 150px;
    padding-bottom: 50px;
    padding-left: 10px;
}
.gamingslidecontent-2 {
    display: grid;
    grid-template-rows: 80vh;
    grid-template-columns: 45vw 45vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gamingslidecontent-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40vw;
    height: 40vh;  
}
.gamersplitcontentright {
    display: flex;
    flex-direction: column;
    padding: 4em;
}
.gamersplitcontentleft {
    display: flex;
    flex-direction: column;
    padding: 4em;
}
.gamercentercontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gamerheader-1 {
    font-size: 28px;
    font-family: var(--navfont);
    font-weight: 900;
    color: #fff;
}
.gamerheader-2 {
    font-size: 3em;
    font-family: var(--navfont);
    font-weight: 900;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    line-height: 0.8em;
}
.gamingslidecontent-2 p {
    font-family: var(--navfont);
    font-size: 1em;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
}
.gamingslidecontent-3 p {
    font-family: var(--navfont);
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
}
.gamingbutton {
    display: flex;
    font-family: var(--navfont);
    font-size: 14px;
    font-weight: 800;
    text-align: justify;
    color:var(--greybg);
    background-color: var(--green);
    border-style: none;
    padding: 20px;
    justify-content: center;
    align-items: center;
    width: 200px;
    cursor: pointer;
}
.gaming_footer {
    display: grid;
    justify-content: center;
    grid-template-rows: 20vh 10vh 40vh 10vh;
    grid-template-columns: 100%;
    width: 70vw;
    height: 80vh;
}
.gaming_footer_c {
    font-size: 0.8em;
    font-family: var(--navfont);
    font-weight: 900;
    color: #fff;
}
.gaming_appbuttons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gamingfootercontent {
    display: grid;
    justify-content: center;
    grid-template-rows: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em;
    font-family: var(--navfont);
    font-size: 14px;
    text-align: justify;
    word-break: break-all;
    color: #fff;
}
.gamingfootercontent_left {
    border-right: 4px solid #fff;
    height: 100%;
    padding: 2em;
}
.gamingfootercontent_center {
    height: 100%;
    padding: 2em;
}
.gamingfootercontent_right {
    border-left: 4px solid #fff;
    height: 100%;
    padding: 2em;
}
.gamingfootercontentwrapper {
    display: flex;
    justify-content: center;
    align-items: center;   
}
/* -------- main layout -------- */ 
.gaming-grid {
    display: grid;
    width:100%;
    justify-content: center;
    grid-template-rows: repeat(9, 100vh);
    grid-template-columns: 100%;
}
.gaming-1 {
    display: flex;
    background-image: url(img/gaming/bg_01.jpg);
    background-size: 120% auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: var(--shadow);
    z-index: 2;
}
.gaming-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/gaming/bg_02.jpg);
    background-size: 120% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.gaming-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/gaming/bg_03.jpg);
    background-size: 120% auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: var(--shadow);
    z-index: 2;
}
.gaming-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/gaming/bg_04.jpg);
    background-size: 120% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.gaming-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/gaming/bg_05.jpg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: var(--shadow);
    z-index: 2;
}
.gaming-6 {
    background-color: var(--greybg);
    z-index: 1;
}
.gaming-7 {
    background-image: url(img/gaming/bg_05.jpg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: var(--shadow);
    z-index: 2;
}
.gaming-8 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/gaming/bg_09.jpg);
    background-size: 120% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.gaming-9 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--greybg);
    box-shadow: var(--shadow);
    z-index: 2;
}
/* -------- video play button -------- */ 
.gaming-playbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--green);
    color: var(--greybg);
    font-size: 50px;
    width: 100px;
    height: 100px;
    z-index: 4;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
}
.gaming-playbtn:before {
    content: '';
    position: absolute;
    border: 15px solid var(--greybg);
    border-radius: 50%;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    animation: bloom1 1.5s linear infinite;
    opacity: 0;
    z-index: 3;
}
.gaming-playbtn:after {
    content: '';
    position: absolute;
    border: 15px solid var(--greybg);
    border-radius: 50%;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    animation: bloom2 1.5s linear infinite;
    opacity: 0;
    z-index: 3;
    animation-delay: .4s;
}
@keyframes bloom1
{
    0%
    {
        transform: scale(.5);
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.5);
    }
}
@keyframes bloom2
{
    0%
    {
        transform: scale(.5);
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.5);
    }
}

