.game {
background-color: #2b2419;
overflow: hidden;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9ewGjMg9ythH0Iq3JSm-kraZxhXFa_3tUeINBRoeOg3o99T3vFMM9XqWDsNz7VRqMTbY7pLNkGBp5j7ho4hgPjMi4mnqMPxZPZlEn7UbS02xRbMzd3cUuszjXOFevhyphenhyphengeJgo4WmkCgdmmsOH1ZfuTOzW1dKV7ucvjFTp5Mi65WzNHZHTjgGq0vXxsL0o/s16000/2.png) top / cover no-repeat;
}
.game .systems {
text-align: center;
position: relative;
padding: 4vh 0vh 5vh 0vh;
border: 0.2vh solid rgba(255, 255, 255, 0.07);
margin-top: 20px;
}
.game .systems__title {
position: relative;
margin-bottom: 8vh;
}
.game .systems__title h1 {
color: #ede0cb;
text-shadow: 0vh 1vh 2vh rgba(0, 0, 0, 0.422);
font-size: 7vh;
}
.game .systems__box {
position: relative;
/* width: 35vh; */
margin: 0 auto;
display: flex
;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
}
.game .systems__box .swiper-scrollbar {
display: none;
bottom: -9vh;
background-color: rgba(255, 255, 255, 0.1) !important;
}
.game .systems__box .swiper-scrollbar-drag {
background-color: #a7885b;
}
.game .systems__box .swiper-slide1 {
padding: 0vh 1vh;
transition: 0.5s;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transform: scale(1);
}
.game .systems__box .swiper-slide1:hover {
transform: scale(1.05);
}
.game .systems__box .swiper-slide1:hover h1 {
color: white;
}
.game .systems__box .swiper-slide1:hover .img span {
border: 0.4vh solid #f1e2bd;
box-shadow: inset 0vh 0vh 2.5vh rgba(245, 222, 179, 0.733);
}
.game .systems__box .swiper-slide1:hover .btn span:nth-child(1) {
border: 0.2vh solid white;
box-shadow: inset 0vh 0vh 1.5vh wheat;
}
.game .systems__box .swiper-slide1:hover .btn span:nth-child(1) i {
transform: rotate(-180deg);
}
.game .systems__box .swiper-slide1:hover .btn span:nth-child(2) {
transform: rotate(180deg);
}
.game .systems__box .swiper-slide1 .img {
width: 18vh;
height: 18vh;
overflow: hidden;
border-radius: 100%;
margin: 0 auto;
margin-bottom: 2vh;
padding: 1.5vh;
box-shadow: 0vh 2vh 4vh rgba(0, 0, 0, 0.232);
background-color: rgba(0, 0, 0, 0);
border: 0.2vh solid #664e2d;
transition: 0.5s;
}
.game .systems__box .swiper-slide1 .img span {
width: 100%;
height: 100%;
border-radius: 100%;
display: flex;
border: 0.4vh solid #a18a50;
transition: 0.5s;
}
.game .systems__box .swiper-slide1 h1 {
color: #a2d0ea;
font-weight: bold;
font-size: 2.3vh;
transition: 0.5s;
width: 80%;
margin: 0 auto;
margin-bottom: 3vh;
            background: linear-gradient(to bottom, #fff 50%, #fad099 50%, #905507 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.game .systems__box .swiper-slide1 .btn {
position: relative !important;
display: flex;
width: 6vh;
height: 6vh;
border-radius: 10vh;
background-color: black;
justify-content: center;
align-items: center;
font-size: 2vh;
color: white;
border: 0.3vh solid #bbb4a2;
padding: 0.6vh;
}
.game .systems__box .swiper-slide1 .btn span:nth-child(1) {
background-color: rgba(137, 105, 60, 0.814);
    width: 100%;
    height: 100%;
    border-radius: 10vh;
    display: flex
;
    align-items: center;
    transition: 0.5s;
    justify-content: center;
    border: 0.2vh solid #c8b398;
}
.game .systems__box .swiper-slide1 .btn span:nth-child(1) i {
transition: 0.5s;
}
.game .systems__box .swiper-slide1 .btn span:nth-child(2) {
opacity: 0.6;
transition: 0.5s;
position: absolute;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: visible;
z-index: -1;
top: 0;
}
.game .systems__box .swiper-slide1 .btn span:nth-child(2) img {
position: absolute;
width: 6vh;
}
.game .systems__box .swiper-slide1 .btn span:nth-child(2) img:nth-child(1) {
left: -3.8vh;
}
.game .systems__box .swiper-slide1 .btn span:nth-child(2) img:nth-child(2) {
right: -3.8vh;
}