#game_part {
    background: #000033;
    position: relative;
    padding: 179px 0 100px 0;
}

.game_flow {
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 96%);
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 96%);
    position: absolute;
    top: -304px;
    left: 0;
    width: 100%;
}

.flow_sha {
    filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.8));
}

.border_shadow {
    -webkit-box-shadow: inset 10px 0px 50px 0px rgba(31, 7, 67, 0.5);
    -moz-box-shadow: inset 10px 0px 50px 0px rgba(31, 7, 67, 0.5);
    box-shadow: inset 10px 0px 50px 0px rgba(31, 7, 67, 0.5);
    background: #9e4efc;
    background: -moz-linear-gradient(left, #9e4efc 0%, #570dc8 100%);
    background: -webkit-linear-gradient(left, #9e4efc 0%, #570dc8 100%);
    background: linear-gradient(to right, #121aa0 0%, #0048a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=1);
    padding: 45px 20px;
    filter: drop-shadow(30px 10px 4px #4444dd);
}

.game_text h2 {
    color: #fcb100;
    background: -webkit-linear-gradient(top, #fdb125 45%, #e07e1e 48%, #fcb100 85%);

    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    margin-bottom: 18px;
}

.game_text h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    margin-bottom: 10px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
}

.game_text p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;

}

.game_head {
    margin-top: 27px;
}

.game_head span {
    font-size: 48px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    background: -webkit-linear-gradient(bottom, #fdb125 0%, #e07e1e 51%, #fcb100 54%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 25px #4d0148);
    margin: 160px 0 60px 0;
}

.game_img {
    position: relative;
    margin-top: 46px;
}

.game_overly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}



.game_img .game_overly h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    padding-bottom: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.game_img .game_overly a {
    padding: 14px 30px;
    background: #9e4efc;
    background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
    background: linear-gradient(to bottom, #0039a5 0%, #000484 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
    box-shadow: 0px 6px 0px 0px rgb(0, 0, 0);
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
}

.game_img .game_overly a:hover {
    background: #ff39dc;
    background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
    background: linear-gradient(to bottom, #0058ff 0%, #0d2fa9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
    -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    box-shadow: 0px 6px 0px 0px rgb(0, 36, 97);
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
}


.game_img:hover .game_overly {
    opacity: 1;
}

.game_img .game_overly gamea:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #fb36d7 0%, #aa0288 65%);
    background: -webkit-linear-gradient(top, #1e5799 0%, #fb36d7 0%, #aa0288 65%);
    background: linear-gradient(to bottom, #1e5799 0%, #fb36d7 0%, #aa0288 65%);
    -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
    box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
}

#claim_part {
    background: url(https://veldrive.com/Ne5eDfXD/allbudgetlandscaping/background-natal-2026.png) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: center;
    }

.claim_text {
    padding-top: 60px;
}

.claim_text h2 {
    font-size: 48px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    background: -webkit-linear-gradient(bottom, #fdb125 0%, #e07e1e 51%, #fcb100 54%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}

.claim_text h3 {
    font-size: 40px;
    font-weight: 350;
    font-family: 'Anton', sans-serif;
    background: -webkit-linear-gradient(bottom, #fdb125 0%, #e07e1e 51%, #fcb100 54%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.claim_text p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    padding-top: 10px;
}

.claim_text p span {
    display: block;
    padding-top: 20px;
}

.claim_text a {
    border-radius: 5px;
    color: #001fff;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    display: inline-block;
}

.claim_text a:hover {
    color: goldenrod;
}

.gamer-action-panel {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
padding: 20px;
width: 100%;
max-width: 800px;
margin: 0 auto;
box-sizing: border-box;
}

.gamer-btn {
position: relative;
display: block;
text-decoration: none;
padding: 15px 10px;
transform: skew(-20deg); 
background: linear-gradient(to right, #970000, #cdaa00); 
border: 1px solid rgba(255, 127, 50, 0.3);
transition: all 0.3s ease;
overflow: hidden;
cursor: pointer;
}

.gamer-btn-content {
transform: skew(20deg); 
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
width: 100%;
height: 100%;
}

.gamer-icon {
width: 28px;
height: 28px;
fill: #fff;
transition: 0.3s;
}

.gamer-text-group {
display: flex;
flex-direction: column;
line-height: 1.1;
}

.gamer-main-text {
font-family: 'Nunito', sans-serif;
font-size: 20px;
font-weight: 800;
color: #fff;
text-transform: uppercase;
text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.gamer-sub-text {
font-family: 'Nunito', sans-serif;
font-size: 10px;
font-weight: 600;
color: #00ffea;
letter-spacing: 1px;
}

.btn-login:hover {
background: linear-gradient(45deg, #ffcc00, #ff7f32);
box-shadow: 0 0 20px rgba(255, 204, 0, 0.4);
border-color: #fff;
transform: skew(-20deg) translateY(-3px);
}

.btn-register:hover {
background: linear-gradient(45deg, #9db900, #ffffff);
box-shadow: 0 0 20px rgba(255, 0, 0, 0.6);
border-color: #fff;
transform: skew(-20deg) translateY(-3px);
}

.gamer-btn:hover .gamer-icon {
fill: #fff;
transform: scale(1.1);
}
.gamer-btn:hover .gamer-main-text {
color: #000;
}
.gamer-btn:hover .gamer-sub-text {
color: #333;
}

@media (max-width: 480px) {
.gamer-action-panel {
    grid-template-columns: 1fr;
    gap: 15px;
}

.gamer-btn {
    transform: skew(0deg);
    border-radius: 5px;
}

.gamer-btn-content {
    transform: skew(0deg);
}
}
.gamer-img-frame {
position: relative;
padding: 5px;
background: linear-gradient(45deg, #ff0000, #ffbc00);
border-radius: 10px;
box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
transition: transform 0.3s;
}

.gamer-img-frame img {
border-radius: 8px;
display: block;
width: 100%;
}

.gamer-img-frame:hover {
transform: scale(1.02);
box-shadow: 0 0 25px rgba(255, 0, 0, 0.8);
}

.banner_gif a img {
transition: all 0.3s ease;
filter: drop-shadow(0 5px 5px rgba(0,0,0,0.5));
}

.banner_gif a img:hover {
transform: translateY(-5px) scale(1.05);
filter: drop-shadow(0 0 10px #ffcc00); /* Glow Emas */
}