.game {overflow: hidden;}
.game .systems {text-align: center;position: relative;padding: 4vh 0vh 5vh 0vh; margin-top: 20px;border-top: 0.2vh solid rgba(255, 255, 255, 0.07);}
.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: 4vh;
    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 #414649;
    transition: 0.5s;
}
.game .systems__box .swiper-slide1 .img span {
width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex
;
    border: 0.4vh solid #636769;
    transition: 0.5s;
}
.game .systems__box .swiper-slide1 h1 {
      
    color: #ede0cb;
    font-size: 2.3vh;
    transition: 0.5s;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3vh;
    background: linear-gradient(to bottom, #fff 50%, #eaeaea 50%, #eaeaea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-family: &quot;Warhaven&quot; !important;
}
.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(40, 43, 46, 0.82);
    width: 100%;
    height: 100%;
    border-radius: 10vh;
    display: flex
;
    align-items: center;
    transition: 0.5s;
    justify-content: center;
    border: 0.2vh solid #ccc;
}
.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;
}