body{
    background-color: #FFEEA6 !important;
}
header, footer {
    background-color: rgba(255, 255, 255, 0.0) !important;

    color: black !important;
    z-index: 1 !important;
}
.header__language{
    position: relative !important;
}
.main__monster-hero{
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../boom-monsters/images/bg-1.png);
    background-position: top;
    background-repeat: repeat-y;
    background-size: cover;
    animation-name: bg-flow;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 60s;
    z-index: 3 !important;
    padding-bottom: 100px;
}

@keyframes bg-flow {
    from{
        background-position: 0px -500%;
    }    
    to{
        background-position: 0px 500%;
    }
} 

.hero-text{
    font-size: 157px;
    font-weight: 900;
    font-family: "Montserrat";
    z-index: 1;
}
.blue {
    color: #48ACA1;
}
.purple {
    color: #CF4B96;
}
.blueBlock {
    background-color: #48ACA1;
}
.purpleBlock {
    background-color: #CF4B96;
}
.main__monster {
    width: 100%;
    height: 900px;
    background-image: url(../boom-monsters/images/Без\ назви-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #48ACA1;
}
.snake-text-wrapper{
    width: 900px;
    overflow: hidden;
}
.snake-text {
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    animation-name: running;
    animation-timing-function: linear;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    
}
@keyframes running {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.main__boxes {
    width: 100%;
    height: 1200px;
    background-color: #CF4B96;
    background-image: url(../styles/pictures/Бокс\ мокап\ 1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 100px;
}
.box-text{
    position: absolute;
    width: 700px;
    right: 40%;
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    z-index: 2;
}
.monster-1 {
    width: 700px;
    height: 700px;
    background-image: url(../boom-monsters/images/monster-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    animation-name: monster-1;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.monster-2 {
    width: 550px;
    height: 550px;
    background-image: url(../boom-monsters/images/monster-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    animation-name: monster-2;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

}
@keyframes monster-2 {
    0%{
        top: 0;
        left: 0;
    }
    10%{
        top: 10px;
        left: 5px;
        scale: rotate(0deg);
    }
    20%{
        top: 5px;
        left: 10px;
        scale: rotate(5deg);

    }
    30%{
        top: 0px;
        left: 5px;
        scale: rotate(0deg);
    }
    40%{
        top: -5px;
        left: -5px;
        scale: rotate(-5deg);
    }
    50%{
        top: 0px;
        left: -10px;
        scale: rotate(0deg);
    }
    60%{
        top: -5px;
        left: -5px;
        scale: rotate(5deg);
    }
    70%{
        top: -5px;
        left: -10px;
        scale: rotate(0deg);
    }
    80%{
        top: -10px;
        left: -5px;
        scale: rotate(-5deg);
    }
    90%{
        top: -5px;
        left: 2px;
        scale: rotate(0deg);
    }
    100%{
        top: 0px;
        left: 0px;
        scale: rotate(0deg);
    }
}
@keyframes monster-1 {
    0%{
        top: 0;
        left: 0;
    }
    10%{
        top: 5px;
        left: 2px;
        scale: rotate(0deg);
    }
    20%{
        top: 15px;
        left: 5px;
        scale: rotate(5deg);

    }
    30%{
        top: 0px;
        left: 15px;
        scale: rotate(0deg);
    }
    40%{
        top: -15px;
        left: -5px;
        scale: rotate(-5deg);
    }
    50%{
        top: 0px;
        left: -10px;
        scale: rotate(0deg);
    }
    60%{
        top: 5px;
        left: 0px;
        scale: rotate(5deg);
    }
    70%{
        top: 10px;
        left: 5px;
        scale: rotate(0deg);
    }
    80%{
        top: 15px;
        left: 10px;
        scale: rotate(-5deg);
    }
    90%{
        top: 10px;
        left: 5px;
        scale: rotate(0deg);
    }
    100%{
        top: 0px;
        left: 0px;
        scale: rotate(0deg);
    }
}

.main__wheel-block {
    width: 100%;
    height: 1000px;
    background-color: #48ACA1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.moster-3{
    width: 700px;
    height: 700px;
    background-image: url(../boom-monsters/images/monster-8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wheel{
    width: 850px;
    height: 850px;
    background-color: #CF4B96;
    border: 5px #ffffff solid;
    border-radius: 100%;
}
.inner-wheel{
    width: 750px;
    height: 750px;
    background-color: #CF4B96;
    border: 5px #ffffff solid;
    border-radius: 100%;
    animation-name: wheel-spinning;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes wheel-spinning {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    
}
.center{
    position: absolute;
    z-index: 2;
    background-image: url(/boom-monsters/images/Group.png);
    background-position: center;
    background-size: cover;
    width: 130px;
    height: 180px;
}
.block-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.block{
    width: 370px;
    height: 370px;
    font-family: "Montserrat";
    font-weight: 900;
    font-size: 40px;
}
#block-1{
    border-top-left-radius: 100%;
    padding-left: 100px;
    padding-top: 100px;

}
#block-2{
    border-top-right-radius: 100%;
    padding-right: 100px;
    padding-top: 100px;
}
#block-3{
    border-bottom-left-radius: 100%;
    padding-left: 100px;
    padding-bottom: 100px;
}
#block-4{
    border-bottom-right-radius: 100%;
    padding-right: 100px;
    padding-bottom: 100px;
}
#text-1{
    transform: rotate(45deg);
}
#text-2{
    transform: rotate(135deg);
}
#text-3{
    transform: rotate(315deg);
}
#text-4{
    transform: rotate(225deg);
}
.particle{
    width: 140px;
    height: 123px;
    background-image: url(../boom-monsters/images/piece.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
}
#par-1{
    right: 10%;
    top: 30%;

}
/* <div class="particle" id="par-1"></div>
      <div class="particle" id="par-2"></div>
      <div class="particle" id="par-3"></div>
      <div class="particle" id="par-4"></div>
      <div class="particle" id="par-5"></div>
      <div class="particle" id="par-6"></div>
      <div class="particle" id="par-7"></div>
      <div class="particle" id="par-8"></div>
      <div class="particle" id="par-9"></div> */






@media screen and (max-width: 1600px) {
    .main__monster-hero{
        width: 100%;
        height: 450px;
        padding-bottom: 100px;
    }
    .hero-text{
        font-size: 100px;
    }
    .main__monster {
        height: 600px;
    }
    .monster-1 {
        width: 650px;
        height: 650px;
    }
    .monster-2 {
        width: 500px;
        height: 500px;
    }
    .moster-3{
        width: 700px;
        height: 700px;
    }
    .wheel{
        width: 650px;
        height: 650px;
        background-color: #CF4B96;
        border: 5px #ffffff solid;
        border-radius: 100%;
    }
    .inner-wheel{
        width: 600px;
        height: 600px;
    }
    .block{
        width: 295px;
        height: 295px;
        font-size: 28px;
    }
    .center{
        width: 100px;
        height: 138px;
    }
    .main__wheel-block {
        width: 100%;
        height: 1000px;
    }
}
@media screen and (max-width: 1400px) {
    .main__wheel-block {
        height: 1300px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .moster-3{
        width: 500px;
        height: 500px;
        margin-bottom: 50px;
    }
    footer {
        padding-top: 25px;
    }
}
@media screen and (max-width: 1200px) {
    .monster-1 {
        width: 550px;
        height: 550px;
    }
    .monster-2 {
        width: 400px;
        height: 400px;
    }
    .main__boxes {
        width: 100%;
        height: 800px;
    }
    .box-text{
        position: absolute;
        width: 500px;
        right: 0;
        left: 30%;
        font-family: "Montserrat";
        font-size: 24px;
        font-weight: 700;
        color: #ffffff;
        z-index: 2;
    }
}
@media screen and (max-width: 1000px) {
    .main__monster-hero{
        width: 100%;
        height: 400px;
    }
    .main__monster {
        height: 400px;
    }
    .hero-text{
        font-size: 60px;
    }
    .snake-text-wrapper{
        width: 500px;
    }
    .snake-text{
        font-size: 22px;
    }
    .main__monster{
        height: 100vh;
    }
    .monster-1 {
        width: 450px;
        height: 450px;
    }
    .monster-2 {
        width: 300px;
        height: 300px;
    }
}
@media screen and (max-width: 750px) {
    .main__boxes{
        height: 600px;
    }
    .monster-1 {
        width: 250px;
        height: 250px;
    }
    .main__monster {
        height: 300px;
    }
    .monster-2 {
        width: 100px;
        height: 100px;
    }
    .moster-3{
        width: 350px;
        height: 350px;
    }
    .wheel{
        width: 350px;
        height: 350px;
    }
    .inner-wheel{
        width: 300px;
        height: 300px;
    }
    .block{
        width: 145px;
        height: 145px;
        font-size: 14px;
    }
    .center{
        width: 40px;
        height: 55px;
    }
    .main__wheel-block {
        width: 100%;
        height: 900px;
    }
    #block-1{
        padding-left: 50px;
        padding-top: 50px;
    
    }
    #block-2{
        padding-right: 50px;
        padding-top: 50px;
    }
    #block-3{
        padding-left: 50px;
        padding-bottom: 50px;
    }
    #block-4{
        padding-right: 50px;
        padding-bottom: 50px;
    }
    .box-text{
        position: absolute;
        width: 350px;
        right: 0;
        left: 20%;
        font-family: "Montserrat";
        font-size: 24px;
        font-weight: 700;
        color: #ffffff;
        z-index: 2;
    }
}
@media screen and (max-width: 550px) {
    .main__boxes{
        height: 500px;
    }
    .snake-text{
        font-size: 16px;
    }
    .hero-text{
        font-size: 48px;
    }
    .box-text{
        position: absolute;
        width: 350px;
        right: 0;
        left: 5%;
        font-family: "Montserrat";
        font-size: 20px;
        font-weight: 700;
        color: #ffffff;
        z-index: 2;
    }
    .main__monster-hero {
        width: 100%;
        height: 300px;
    }
}