* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow: hidden;
    user-select: none;
}
.bird1 {
    animation: anim3 6s linear infinite;
    /* animation-play-state: paused, running; */
    top: 30%;
    left: -10%;
    background: url(img/1.gif);
    background-size: 273px 136px;
    background-position: -55px -8px;
    height: 120px;
    transition: .5s;
}
.bird2 {
    animation: anim3 8s .8s linear infinite;
    /* animation-play-state: paused, running; */
    top: 20%;
    left: -15%;
    background: url(img/2.gif);
    background-size: 228px 136px;
    background-position: -18px -1px;
    height: 136px;
    width: 187px !important;
    transition: .5s;
}
.bird3 {
    animation: anim3 20s linear infinite;
    bottom: 5%;
    left: -10%;
    background: url(img/3.gif);
    background-size: 244px;
    background-position: -67px -52px;
    height: 72px;
    width: 119px !important;
    transition: .5s;
}
.game {
    background: url(img/fon2.jpg);
    height: 100vh;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 80px;
    cursor: none;
    
    
}
.game img {
    height: 100px;
    pointer-events: none;
    transition: .5s;
}
@keyframes anim2 {
    100% {
        top: 80%;
        transform: rotate(180deg); 
    }
}
@keyframes anim3 {
    100% {
        left: 110%;
    }
    
}
@keyframes anim4 {
    80% {
        transform: rotate(-50deg); 
    }
    100% {
        transform: rotate(-180deg); 
    }
}
.game p {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}
.game .item {
    display: grid;
    justify-items: center;
    width: 150px;
    position: absolute;
}

.game .pricel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 2;
}
.game .pricel img {
    transform: scale(1.5);
    transition: 0.3s;
}
.game h2, .game h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) ;
    font: bold 90px sans-serif;
    color: beige;
    transition: 1s;
    -webkit-text-stroke: 2px #000;
    display: none;
    z-index: 10;
}
.game .nextlevel {
    background: url(zenq/arrow.png);
    background-size: contain;
    width: 260px;
    height: 200px;
    position: absolute;
    transform: translate(-70%, -50%);
    top: 67%;
    left: 50%;
    background-repeat: no-repeat;
    filter: drop-shadow(3px 5px 2px #fff);
    animation: nextlevel .8s infinite;
    display: none;
    z-index: 9;
}
.game .nextlevel:hover ~ .info {
    display: block;
}
.game .info {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 78%;
    left: 50%;
    font-size: 40px;
    display: none;
    
}
.game .replay {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 67%;
    left: 50%;
    font-size: 30px;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: bold;
    color: green;
    display: none;
    z-index: 10;
}
@keyframes nextlevel {
    50%{
        transform: translate(-40%, -50%);
    }
}
@keyframes ancum {
    100%{
        left: 150%;
    }
}
.zenqblok {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    column-gap: 40px;
    padding-left: 20px;
    z-index: 5;

}
.zenqblok .zenq {
    display: flex;
    column-gap: 15px;
    align-items: center;
    opacity: .5;
    transition: .4s;
}
.zenqblok .zenq.makarov {
    opacity: 1;
}
.zenqblok .tesak img {
    height: 70px;
}
.zenqblok .makarov .pampusht img {
    height: 28px;
}
.zenqblok .ak74 .pampusht img {
    height: 45px;
    width: 22px;
}
.zenqblok .svd .pampusht img {
    height: 45px;
    width: 18px;
}

.ak74 .tesak {
    transform: scaleX(-1);
    
}
.svd .tesak img {
    height: 122px;
    transform: translateY(-20px);
}
.svd .tesak {
    height: 85px;
}
.zenqblok span {
    font-size: 38px;
    font-family: cursive;
    width: 48px;
    display: inline-block;
}
.cucanish {
    position: absolute;
    top: 16px;
    right: 35px;
    display: flex;
    column-gap: 70px;
    z-index: 5
}
.cucanish .jamanak,
.cucanish .qanak {
    font-size: 38px;
    font-family: cursive;
    display: flex;
    align-items: center;
    column-gap: 15px;
} 
.cucanish .qanak {
    width: 95px;
}
.cucanish .jamanak img {
    height: 38px;
    transform: translateY(2px);
}
.cucanish .jamanak span {
    width: 45px;
}
.game .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8; 
    box-shadow: inset 0 0 77px 0px #3778ff;
    background: #6868ff3b;
    display: none; 
}
.menu {
    height: 100vh;
    background: url(img/hunter.jpg) no-repeat center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu a img {
    width: 300px;
    cursor: pointer;
}