.mini_game--background,
.mini_game--effect {
    background-repeat: no-repeat;
    background-size: cover;
}
.mini_game,
.mini_game .header {
    flex-direction: column;
    display: flex;
}
@keyframes example {
    from {
        width: 100%;
        height: 100%;
        background-position: bottom 35% right 50%;
    }
    to {
        width: 104%;
        height: 104%;
        background-position: bottom 36% right 50%;
    }
}
.mini_game--background {
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-image: url("../img/mini_game/background.jpg");
    background-position: 50% 50%;
}
.mini_game--effect {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../img/mini_game/background_effect.png");
    background-position: center center;
    background-size: 80% auto;
    animation-name: *;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.mini_game {
    outline: 0;
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
}
.mini_game .header {
    width: 80%;
    height: 124px;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}
.mini_game .header .section_title {
    font-size: 50px;
    letter-spacing: 2px;
    padding: 0;
    margin: 0 0 18px;
    color: #e6e3e1;
    font-weight: 400;
    width: auto;
}
.mini_game .footer {
    width: 100%;
    height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.mini_game .dropdown,
.mini_game .karma {
    width: 243px;
    height: 60px;
    z-index: 3;
    outline: 0;
    border: none;
}
.mini_game .footer button {
    font-weight: 700;
    color: #867157;
    font-size: 20px;
    line-height: normal;
    font-style: normal;
    padding-top: 3px;
    margin-top: 28px;
}
.mini_game .karma {
    background: url("../img/mini_game/puzzle_btn_n_bg.png") center center no-repeat;
    background-size: 100% 100%;
}
.mini_game .karma:hover {
    cursor: pointer;
    background-image: url("../img/mini_game/puzzle_btn_h_bg.png");
    color: #f3e2ab;
}
.mini_game .karma:active {
    background-image: url("../img/mini_game/puzzle_btn_a_bg.png");
    padding-top: 5px;
    color: #856d49;
}
.mini_game .dropdown {
    display: none;
    background: url("../img/mini_game/puzzle_btn_cross_n_bg.png") center center no-repeat;
    background-size: 100% 100%;
}
.mini_game .dropdown:hover {
    cursor: pointer;
    background-image: url("../img/mini_game/puzzle_btn_cross_h_bg.png");
    color: #f3e2ab;
}
.mini_game .dropdown:active {
    background-image: url("../img/mini_game/puzzle_btn_cross_a_bg.png");
    padding-top: 5px;
    color: #856d49;
}
.mini_game .triangle {
    outline: 0;
    border: none;
    padding: 16px 0;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 600px;
    height: 600px;
    background-image: url("../img/mini_game/hexagon/hexagon_ui_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.mini_game .triangle .triangle-overlay {
    width: 100%;
    height: 100%;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}
.center,
.mini_game .triangle > .left,
.right {
    outline: 0;
    border: none;
    padding: 0;
    margin: 0;
    width: 91px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.mini_game .triangle button {
    outline: 0;
    border: none;
    background: url("../img/mini_game/runes/0.png") center center/contain no-repeat;
    font-size: 0;
    cursor: pointer;
    width: 91px;
    height: 91px;
    z-index: 6;
}
.mini_game .triangle .button1:hover,
.mini_game .triangle .button2:hover,
.mini_game .triangle .button6:hover {
    width: 101px;
    height: 101px;
    margin-top: -5px;
    margin-bottom: 5px;
}
.mini_game .triangle .button3:hover,
.mini_game .triangle .button4:hover,
.mini_game .triangle .button5:hover {
    width: 101px;
    height: 101px;
    margin-top: 5px;
    margin-bottom: -5px;
}
.mini_game .triangle .left {
    height: 362px;
    margin-left: 20px;
}
.mini_game .triangle .center {
    height: 632px;
}
.mini_game .triangle .right {
    height: 362px;
    margin-right: 20px;
}
.mini_game .triangle .crown {
    outline: 0;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.mini_game .triangle .crown .button_succes {
    outline: 0;
    border: none;
    padding: 0;
    margin: 0;
    width: 257px;
    height: 257px;
    background: url("../img/mini_game/crown_rusty.png") center center/contain no-repeat;
    position: relative;
}
.mini_game .triangle > .succes1,
.succes2,
.succes3,
.succes4,
.succes5,
.succes6 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}
.frame,
.frame .bottom,
.frame .top,
.frame .top .top_center {
    position: absolute;
    display: flex;
}
.succes1 {
    background-image: url("../img/mini_game/hexagon/hexagon_a.png");
}
.succes2 {
    background-image: url("../img/mini_game/hexagon/hexagon_b.png");
}
.succes3 {
    background-image: url("../img/mini_game/hexagon/hexagon_c.png");
}
.succes4 {
    background-image: url("../img/mini_game/hexagon/hexagon_d.png");
}
.succes5 {
    background-image: url("../img/mini_game/hexagon/hexagon_e.png");
}
.succes6 {
    background-image: url("../img/mini_game/hexagon/hexagon_f.png");
}
.frame {
    width: 100%;
    height: 100%;
    align-items: center;
}
.frame .top {
    top: 0;
    left: 0;
    width: 100%;
    height: 128px;
    justify-content: center;
}
.frame .top .top_left {
    position: absolute;
    width: 128px;
    height: 128px;
    background-image: url("../img/mini_game/frame/frame_l_corner_top.png");
    background-repeat: no-repeat;
    left: 0;
}
.frame .top .top_right {
    position: absolute;
    width: 128px;
    height: 128px;
    background-image: url("../img/mini_game/frame/frame_r_corner_top.png");
    background-repeat: no-repeat;
    right: 0;
}
.frame .top .top_center {
    width: calc(100% - 128px - 128px);
    height: 128px;
    background-image: url("../img/mini_game/frame/frame_c_top.png");
    background-repeat: no-repeat;
    background-position: center;
    justify-content: space-around;
    align-items: center;
}
.frame .bottom .bottom_left,
.frame .bottom .bottom_right,
.frame .top .top_center .triangle {
    width: 128px;
    background-repeat: no-repeat;
    height: 128px;
}
.frame .top .top_center .triangle {
    position: absolute;
    background-image: url("../img/mini_game/frame/frame_c_top_triangle.png");
}
.frame .bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 128px;
    justify-content: center;
}
.frame .left,
.frame .right {
    height: calc(100% - 128px - 128px);
}
.frame .bottom .bottom_center,
.frame .left {
    justify-content: space-around;
    position: absolute;
    display: flex;
}
.frame .bottom .bottom_left {
    position: absolute;
    background-image: url("../img/mini_game/frame/frame_l_corner_bottom.png");
    left: 0;
}
.frame .bottom .bottom_right {
    position: absolute;
    background-image: url("../img/mini_game/frame/frame_r_corner_bottom.png");
    right: 0;
}
.frame .bottom .bottom_center {
    width: calc(100% - 128px - 128px);
    height: 128px;
    background-image: url("../img/mini_game/frame/frame_c_bottom.png");
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
}
.frame .left .triangle,
.frame .right .triangle {
    width: 128px;
    height: 335px;
    background-repeat: no-repeat;
    background-position: center;
}
.frame .bottom .bottom_center .triangle {
    position: absolute;
    width: 128px;
    height: 128px;
    background-image: url("../img/mini_game/frame/frame_c_bottom_triangle.png");
    background-repeat: no-repeat;
}
.frame .left {
    left: 0;
    width: 128px;
    background-image: url("../img/mini_game/frame/frame_l_corner_center.png");
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
}
.frame .left .triangle {
    background-image: url("../img/mini_game/frame/frame_l_corner_center_triangle.png");
}
.frame .right {
    position: absolute;
    right: 0;
    width: 128px;
    background-image: url("../img/mini_game/frame/frame_r_corner_center.png");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.frame .right .triangle {
    background-image: url("../img/mini_game/frame/frame_r_corner_center_triangle.png");
}
@media only screen and (max-width: 1430px) {
  .mini_game .header .section_title {
      font-size: calc(40px - 2px);
  }
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1130px) {
  .mini_game .header .section_title {
      font-size: calc(40px - 8px);
  }
}
@media only screen and (max-width: 960px) {
  .mini_game .header .section_title {
      font-size: calc(40px - 14px);
  }
}
@media only screen and (max-width: 840px) {
    .mini_game .header .section_title {
        font-size: 28px;
        letter-spacing: 2px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 680px) {
    .mini_game .header .section_title {
        font-size:28px;
        letter-spacing: 2px;
        margin-bottom: 0;
    }
    .mini_game .dropdown,
    .mini_game .karma {
        width: calc(243px - 18%);
        height: calc(60px - 10%);
        z-index: 3;
        outline: 0;
        border: none;
        background-size: 100% 100%;
    }
}
@media only screen and (max-width: 600px) {
    .mini_game .triangle {
        width: 500px;
        height: 500px;
    }
    .center,
    .mini_game .triangle > .left,
    .right {
        width: 76px;
    }
    .mini_game .triangle button {
        width: 76px;
        height: 76px;
    }
    .mini_game .triangle .button1:hover,
    .mini_game .triangle .button2:hover,
    .mini_game .triangle .button6:hover {
        width: 86px;
        height: 86px;
        margin-top: -5px;
        margin-bottom: 5px;
    }
    .mini_game .triangle .button3:hover,
    .mini_game .triangle .button4:hover,
    .mini_game .triangle .button5:hover {
        width: 86px;
        height: 86px;
        margin-top: 5px;
        margin-bottom: -5px;
    }
    .mini_game .triangle .left {
        height: 303px;
        margin-left: 16px;
    }
    .mini_game .triangle .center {
        height: 527px;
    }
    .mini_game .triangle .right {
        height: 303px;
        margin-right: 16px;
    }
    .mini_game .triangle .crown .button_succes {
        width: 214px;
        height: 214px;
    }
}
@media only screen and (max-width: 500px) {
    .mini_game .triangle {
        width: 400px;
        height: 400px;
    }
    .center,
    .mini_game .triangle > .left,
    .right {
        width: 66px;
    }
    .mini_game .triangle button {
        width: 66px;
        height: 66px;
    }
    .mini_game .triangle .button1:hover,
    .mini_game .triangle .button2:hover,
    .mini_game .triangle .button6:hover {
        width: 76px;
        height: 76px;
        margin-top: -5px;
        margin-bottom: 5px;
    }
    .mini_game .triangle .button3:hover,
    .mini_game .triangle .button4:hover,
    .mini_game .triangle .button5:hover {
        width: 76px;
        height: 76px;
        margin-top: 5px;
        margin-bottom: -5px;
    }
    .mini_game .triangle .left {
        height: 243px;
        margin-left: 10px;
    }
    .mini_game .triangle .center {
        height: 421px;
    }
    .mini_game .triangle .right {
        height: 243px;
        margin-right: 10px;
    }
    .mini_game .triangle .crown .button_succes {
        width: 171px;
        height: 171px;
    }
}
@media only screen and (max-width: 440px) {
  .mini_game .header .section_title {
      font-size:22px;
      letter-spacing: 2px;
      margin-bottom: 0;
  }
}
@media only screen and (max-width: 400px) {
    .mini_game .triangle {
        width: 300px;
        height: 300px;
    }
    .center,
    .mini_game .triangle > .left,
    .right {
        width: 56px;
    }
    .mini_game .triangle button {
        width: 56px;
        height: 56px;
    }
    .mini_game .triangle .button1:hover,
    .mini_game .triangle .button2:hover,
    .mini_game .triangle .button6:hover {
        width: 66px;
        height: 66px;
        margin-top: -5px;
        margin-bottom: 5px;
    }
    .mini_game .triangle .button3:hover,
    .mini_game .triangle .button4:hover,
    .mini_game .triangle .button5:hover {
        width: 66px;
        height: 66px;
        margin-top: 5px;
        margin-bottom: -5px;
    }
    .mini_game .triangle .left {
        height: 183px;
        margin-left: 5px;
    }
    .mini_game .triangle .center {
        height: 315px;
    }
    .mini_game .triangle .right {
        height: 183px;
        margin-right: 5px;
    }
    .mini_game .triangle .crown .button_succes {
        width: 128px;
        height: 128px;
    }
}
@media only screen and (max-width: 300px) {
    .center,
    .mini_game .triangle button,
    .mini_game .triangle > .left,
    .right {
        width: calc(var(--bWH) * 1px - 20px);
    }
    .mini_game .header .section_title {
        font-size: 25px;
        letter-spacing: 2px;
        margin-bottom: 0;
    }
    :root {
        --tWH: 200;
        --bWH: 56;
        --tC: 315;
        --tLR: 183;
    }
    .mini_game .triangle {
        width: calc(var(--tWH) * 1px);
        height: calc(var(--tWH) * 1px);
    }
    .mini_game .triangle button {
        height: calc(var(--bWH) * 1px - 20px);
    }
    .mini_game .triangle .button1:hover,
    .mini_game .triangle .button2:hover,
    .mini_game .triangle .button6:hover {
        width: calc(var(--bWH) * 1px - 10px);
        height: calc(var(--bWH) * 1px - 10px);
        margin-top: -5px;
        margin-bottom: 5px;
    }
    .mini_game .triangle .button3:hover,
    .mini_game .triangle .button4:hover,
    .mini_game .triangle .button5:hover {
        width: calc(var(--bWH) * 1px - 10px);
        height: calc(var(--bWH) * 1px - 10px);
        margin-top: 5px;
        margin-bottom: -5px;
    }
    .mini_game .triangle .left {
        height: calc(var(--tLR) * 1px - 60px);
        margin-left: 3px;
    }
    .mini_game .triangle .center {
        height: calc(var(--tC) * 1px - 106px);
    }
    .mini_game .triangle .right {
        height: calc(var(--tLR) * 1px - 60px);
        margin-right: 3px;
    }
    .mini_game .triangle .crown .button_succes {
        width: 85px;
        height: 85px;
    }
}
