@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    background-color: #060608;
    -webkit-tap-highlight-color: transparent;
}

*:focus {
    outline: none;
}

/* Background Container - Start */

#bg_cont {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: inset 0 50px 50px 100px rgba(6, 6, 8, 1);
    -moz-box-shadow: inset 0 50px 50px 100px rgba(6, 6, 8, 1);
    box-shadow: inset 0 50px 50px 100px rgba(6, 6, 8, 1);
    background-image: url(../img/rsc/body_bg1.png);
    background-position: center;
    background-size: 200px;
    image-rendering: pixelated;
}

/* Background Container - End */

/* Lamp - Start */

#lamp_cont {
    border: solid 1px #060608;
    border-image-source: url(../img/rsc/lamp_blink.png);
    border-image-outset: 0;
    border-image-repeat: repeat;
    border-image-slice: 25%;
    border-image-width: 100px;
    height: 100%;
    width: 100%;
    position: relative;
    top: -1px;
    left: -1px;
    animation-name: lamp_flicker;
    animation-duration: .06s;
    animation-iteration-count: infinite;
}

/* Lamp - End */

/* Lights - Start */

/* #lights_cont {} */

.light {
    image-rendering: pixelated;
    background-size: contain;
}

.l_left {
    z-index: 2;
    position: fixed;
    height: 32px;
    width: 32px;
    left: 122px;
    bottom: 14px;
    background-image: url(../img/rsc/light_left.png);
    animation-name: light_left_flick;
    animation-duration: 4s;
    animation-delay: .2s;
    animation-iteration-count: infinite;
}

.l_right {
    z-index: 2;
    position: fixed;
    height: 32px;
    width: 32px;
    left: 168px;
    bottom: 6px;
    background-image: url(../img/rsc/light_right.png);
    animation-name: light_right_flick;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

/* Lights - End */

/* Mask - Start */

#mask_cont {
    z-index: 1;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    pointer-events: none;
    image-rendering: pixelated;
}

.mask_side {
    max-width: 198px;
    flex-grow: 1;
    border: solid 1px #060608;
    border-image-outset: 0;
    border-image-repeat: repeat;
    border-image-slice: 25%;
    border-image-width: 100px;
}

.m_left {
    order: 1;
    border-image-source: url(../img/rsc/main_mask_left.png);
}

.m_right {
    order: 3;
    border-image-source: url(../img/rsc/main_mask_right.png);
}

#mask_middle {
    order: 2;
    flex-grow: 1;
    background-image: url(../img/rsc/scanlines.png);
    -webkit-box-shadow: inset 0 0 15px 100px rgba(6, 6, 8, 1);
    -moz-box-shadow: inset 0 0 15px 100px rgba(6, 6, 8, 1);
    box-shadow: inset 0 0 15px 100px rgba(6, 6, 8, 1);
    border: solid 1px #060608;
    border-image-source: url(../img/rsc/main_mask.png);
    border-image-outset: 0;
    border-image-repeat: repeat;
    border-image-slice: 25%;
    border-image-width: 100px;
}

/* Mask - End */

/* Header Mobile - Start*/

#mobile_header {
    display: none;
}

#light_header_cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    height: 60px;
    width: 100%;
    image-rendering: pixelated;
    animation-name: lamp_flicker;
    animation-duration: .07s;
    animation-iteration-count: infinite;
}

#side_light_left {
    height: 60px;
    width: 60px;
    background-image: url(../img/rsc/light_mobile_side.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
}

#side_light_right {
    height: 60px;
    width: 60px;
    transform: scaleX(-1);
    background-image: url(../img/rsc/light_mobile_side.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
}

#middle_light {
    flex-grow: 1;
    height: 60px;
    background-image: url(../img/rsc/light_mobile_center.png);
    background-repeat: repeat-x;
    background-size: contain;
}

#panel_header_cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 60px;
    width: 100%;
    image-rendering: pixelated;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(6, 6, 8, 1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(6, 6, 8, 1);
    box-shadow: 0px 10px 20px 0px rgba(6, 6, 8, 1);
}

#side_panel_left {
    height: 60px;
    width: 60px;
    background-image: url(../img/rsc/panel_mobile_side.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
}

#side_panel_right {
    height: 60px;
    width: 60px;
    transform: scaleX(-1);
    background-image: url(../img/rsc/panel_mobile_side.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
}

#middle_panel {
    flex-grow: 1;
    height: 60px;
    background-image: url(../img/rsc/panel_mobile_center.png);
    background-repeat: repeat-x;
    background-size: contain;
}

/* Header Mobile - End*/

/* Menu - Start */

#menu_cont {
    z-index: 2;
    position: fixed;
    bottom: 0;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    image-rendering: pixelated;
}

#menu_left {
    background-image: url(../img/rsc/menu_side_left.png);
    background-size: cover;
    height: 100px;
    width: 60px;
    animation-name: menu_left;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}

#menu_right {
    background-image: url(../img/rsc/menu_side_right.png);
    background-size: cover;
    height: 100px;
    width: 60px;
    animation-name: menu_right;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}

.nav_menu_overlay {
    height: 98px;
    width: 548px;
    position: fixed;
    bottom: 0;
    pointer-events: none;
    border: solid 1px #060608;
    background-image: url(../img/rsc/menu_mid_bg.png);
    background-position: center;
    background-size: 40px;
    border-image-source: url(../img/rsc/menu_mid_border.png);
    border-image-outset: 0;
    border-image-repeat: repeat;
    border-image-slice: 25%;
    border-image-width: 20px;
    animation-name: mid_menu_rise;
    animation-duration: 4s;
    animation-delay: 6s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}

.menu_blink {
    animation-name: mid_menu_blink;
    animation-duration: 4s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.nav_menu {
    background-image: url(../img/rsc/menu_mid_bg_light.png);
    background-position: center;
    background-size: 40px;
    border: solid 1px #060608;
    border-image-source: url(../img/rsc/menu_mid_border_light.png);
    border-image-outset: 0;
    border-image-repeat: repeat;
    border-image-slice: 25%;
    border-image-width: 20px;
    height: 98px;
    width: 548px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}

.nav_menu_hide {
    opacity: 0;
}

.nav_menu a {
    text-decoration: none;
}

.nav_button {
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #dba463;
    border: solid 2px transparent;
    border-radius: 5px;
    text-shadow: 0 0 10px #dba463;
    font-size: 24px;
    padding: 10px 20px;
    margin: 0 10px;
    -moz-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
}

.nav_button:hover {
    color: #ffffff;
    border-color: #ffffff;
    border: solid 2px #ffffff;
    text-shadow: 0 0 5px #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 1), 0 0 5px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 1), 0 0 5px 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 1), 0 0 5px 0 rgba(255, 255, 255, 1);
}

.active {
    color: #fef3c0;
    text-shadow:
        0 0 5px #fef3c0,
        0 0 10px #ffffff;
    border-color: #fef3c0;
    border: solid 2px #fef3c0;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(254, 243, 192, 1), 0 0 5px 0 rgba(254, 243, 192, 1);
    -moz-box-shadow: inset 0 0 5px 0 rgba(254, 243, 192, 1), 0 0 5px 0 rgba(254, 243, 192, 1);
    box-shadow: inset 0 0 5px 0 rgba(254, 243, 192, 1), 0 0 5px 0 rgba(254, 243, 192, 1);
    -webkit-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
}

.anim_b_01 {
    animation-name: flick_start, button_flicker;
    animation-duration: 3s, .07s;
    animation-delay: 2s, 4s;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: backwards, none;
}

.anim_b_02 {
    animation-name: flick_start, button_flicker;
    animation-duration: 3s, .07s;
    animation-delay: 2.4s, 4.4s;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: backwards, none;
}

.anim_b_03 {
    animation-name: flick_start, button_flicker;
    animation-duration: 3s, .07s;
    animation-delay: 2.2s, 4.2s;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: backwards, none;
}

.anim_b_04 {
    animation-name: flick_start, button_flicker;
    animation-duration: 3s, .07s;
    animation-delay: 3s, 5s;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: backwards, none;
}

/* Menu - End */

/* Main Container - Start */

#main_cont {
    /* background-color: rgba(6, 6, 8, 0.25); */
    background-position: center;
    width: auto;
    height: auto;
    margin: 100px 250px;
    animation-name: flick_start;
    animation-duration: 4s;
    animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    image-rendering: pixelated;
}

.hide {
    display: none;
}

/* Main Container - End */

/* Intro Screen - Start */

#intro_cont {
    height: calc(100vh - 222px);
    padding: 10px 50px;
}

#intro {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: solid #4a5461 2px;
    border-radius: 6px;
    color: #dae0ea;
    font-family: 'Orbitron', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    background-image: url(../img/rsc/main_bg.png);
    background-position: center;
    background-color: rgba(6, 6, 8, 0.33);
}

#intro p {
    margin: 0 0 10px 0;
}

#txt_intro_cont {
    background-color: rgba(6, 6, 8, 0.5);
    border: solid 2px #4a5461;
    border-radius: 11px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    letter-spacing: .5px;
    padding: 3px;
}

.txt_intro01 {
    order: 1;
    font-size: 12px;
    line-height: 10px;
    color: #060608;
    background-color: #6d758d;
    text-align: left;
    padding: 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    animation-name: flick_start;
    animation-duration: 3s;
    animation-delay: 3.2s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}

.txt_intro02 {
    order: 2;
    font-size: 75px;
    line-height: 75px;
    border-left: solid #6d758d 2px;
    border-right: solid #6d758d 2px;
    padding: 0 10px 4px 10px;
    animation-name: flick_start;
    animation-duration: 3s;
    animation-delay: 3.6s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}

.txt_intro03 {
    order: 3;
    font-size: 12px;
    line-height: 10px;
    color: #060608;
    background-color: #6d758d;
    text-align: right;
    padding: 5px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    animation-name: flick_start;
    animation-duration: 3s;
    animation-delay: 3.4s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}

.txt_intro04 {
    background-color: #6d758d;
    order: 5;
    font-size: 18px;
    line-height: 16px;
    padding: 5px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #060608;
    animation-name: flick_start;
    animation-duration: 3s;
    animation-delay: 3.8s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}

.txt_intro05 {
    background-color: #6d758d;
    order: 6;
    font-size: 18px;
    line-height: 16px;
    padding: 5px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #060608;
    animation-name: flick_start;
    animation-duration: 3s;
    animation-delay: 4s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}

.line_intro {
    order: 4;
    background-color: #4a5461;
    height: 2px;
    margin: 3px 0;
    border-radius: 2px;
    animation-name: flick_start;
    animation-duration: 3s;
    animation-delay: 3s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}

.l2 {
    order: 6;
}

.ran_char {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    color: #060608;
    font-family: 'Orbitron', sans-serif;
    font-size: 18px;
}

#intro_button_cont {
    order: 7;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid #6d758d 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
    padding: 10px;
    animation-name: flick_start;
    animation-duration: 3s;
    animation-delay: 5s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}

.text_flick {
    animation-name: flick_start;
    animation-duration: 3s;
    animation-delay: 6s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}

#hide_intro {
    font-family: 'Orbitron', sans-serif;
    font-size: 16px;
    border: solid 2px #fa6a0a;
    border-radius: 7px;
    color: #fa6a0a;
    padding: 5px 40px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -moz-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    -o-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    animation-name: slow_blink;
    animation-duration: 3s;
    animation-delay: 8s;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
}

/* Intro Screen - End */

/* Sections - Start */

#int_cont {
    padding: 10px 50px;
}

.section {
    background-color: rgba(6, 6, 8, 0.5);
    border-radius: 7px;
    border: solid #4a5462 2px;
    height: auto;
    width: auto;
    margin: 0 0 10px 0;
}

.s03 {
    margin: 0;
}

#sect_cont {
    height: auto;
    width: auto;
    margin: 3px
}

#sect_title {
    border-radius: 2px;
    background-color: #6d758d;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #060608;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 5px;
}

.txt_title {
    font-size: 22px;
    margin: 0;
}

.txt_title small {
    font-size: 16px;
}

.line {
    background-color: #4a5461;
    height: 2px;
    margin: 3px 0;
    border-radius: 2px;
}

/* About - Start */

.about_cont {
    border-radius: 2px;
    border: solid #6d758d 2px;
    padding: 15px;
    color: #dae0ea;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
}

.about_cont small {
    font-size: 8px;
}

.about_cont p {
    margin: 0;
}

.about_cont ul {
    list-style-type: square;
    text-align: left;
}

.about_cont li {
    margin: 0 0 15px 0;
}

.about_cont strong {
    font-size: 24px;
    font-weight: normal;
}

/* About - End */

/* Image Gallery - Start */

.gallery_cont {
    border: solid #6d758d 2px;
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
}

.gal_img {
    /* background-color: rgba(6, 6, 8, 0.33); */
    width: 40%;
    padding: 10px;
    margin: 5px;
    color: #dae0ea;
    font-family: 'Poppins', sans-serif;
    flex-grow: 1;
    border: solid #4a5462 2px;
    border-radius: 7px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.gal_thumb {
    max-width: 140px;
    max-height: 140px;
    min-width: 140px;
    min-height: 140px;
    width: 100%;
    height: auto;
    image-rendering: pixelated;
    border-top-left-radius: 4px;
}

.gal_title {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px 0;
}

.gal_desc {
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    margin: 0;
}

span {
    color: #6d758d;
}

.gal_legal {
    font-weight: 200;
    font-size: 10px;
    margin: 0;
}

.line_gal_ver {
    min-width: 2px;
    min-height: 140px;
    background-color: #6d758d;
    margin: 0 10px;
    border-radius: 2px;
}

.line_gal_hor {
    height: 2px;
    width: 100%;
    background-color: #6d758d;
    margin: 10px 0;
    border-radius: 2px;
}

.gal_txt_cont {
    flex-grow: 2;
}

.galicon_link {
    image-rendering: pixelated;
}

.gal_small_txt {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
}

figcaption {
    display: none;
}

/* Image Gallery - End */

.contact_cont {
    border-radius: 2px;
    border: solid #6d758d 2px;
    padding: 15px;
}

.contact_title {
    color: #dae0ea;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.contact_txt {
    color: #b3b9d1;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 200;
    margin: 0 0 10px 0;
}

.cont_button {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fa6a0a;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: solid 1px #8b93af;
    width: 100%;
    cursor: pointer;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.cont_button a {
    text-decoration: none;
    color: #fa6a0a;
}

.cont_link {
    display: flex;
    align-items: center;
}

.cont_img {
    height: 20px;
    margin: 0 10px 0 0;
    image-rendering: pixelated;
}

.cont_status_active {
    margin: 0;
    font-size: 16px;
    font-weight: 200;
    color: #b3b9d1;
}

.cont_status_inactive {
    margin: 0;
    font-size: 16px;
    font-weight: 200;
    color: #b4202a;
    animation-name: slow_blink;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

#footer {
    background-color: #6d758d;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #060608;
    padding: 5px;
    border-radius: 2px;
}

/* Sections - End */

/* Modal - Start */
.modal {
    display: none;
    justify-content: center;
    position: fixed;
    z-index: 3;
    padding: 50px 0;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - 100px);
    overflow: auto;
    background-image: url(../img/rsc/modal_bg.png);
    background-position: center;
}

.int_btn {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    color: #fa6a0a;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 3px 0;
    text-decoration: none;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.66);
    margin: 0 50px;
    padding: 3px;
    border-radius: 7px;
    border: solid #4a5461 2px;
    width: auto;
    max-width: 1280px;
    height: fit-content;
    display: inline-block;
}

.modal-title {
    background-color: #6d758d;
    font-family: 'Poppins', sans-serif;
    color: #060608;
    border-radius: 2px;
    font-weight: 600;
    font-size: 22px;
    padding: 0 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.modal-title p {
    margin: 0;
}

.modal_img {
    width: 100%;
    display: block;
}

/* Modal - End */

/* Animation - Start */

@keyframes lamp_flicker {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes light_left_flick {

    0%,
    19.999%,
    22%,
    62.999%,
    64%,
    64.999%,
    70%,
    100% {
        opacity: 1;
    }

    20%,
    21.999%,
    63%,
    63.999%,
    65%,
    69.999% {
        opacity: 0;
    }
}

@keyframes light_right_flick {

    0%,
    19.999%,
    22%,
    62.999%,
    64%,
    64.999%,
    70%,
    100% {
        opacity: 0;
    }

    20%,
    21.999%,
    63%,
    63.999%,
    65%,
    69.999% {
        opacity: 1;
    }
}

@keyframes slow_blink {

    0%,
    100% {
        opacity: 0;
    }

    25%,
    75% {
        opacity: 1;
    }
}

@keyframes flick_start {

    0% {
        opacity: 0;
    }

    2%,
    4% {
        opacity: 0;
    }

    1%,
    3%,
    100% {
        opacity: 1;
    }
}

@keyframes button_flicker {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .75;
    }
}

@keyframes mid_menu_rise {

    0% {
        transform: translate(0, 120px);
    }

    90% {
        transform: translate(0, -2px);
    }

    95% {
        transform: translate(0, 2px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes mid_menu_blink {

    0% {
        opacity: 1;
    }

    2%,
    4% {
        opacity: 1;
    }

    1%,
    3%,
    100% {
        opacity: 0;
    }
}

@keyframes menu_left {

    0% {
        transform: translate(-30px, 120px);
    }

    40% {
        transform: translate(-30px, 0);
    }

    60% {
        transform: translate(-30px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes menu_right {

    0% {
        transform: translate(30px, 120px);
    }

    40% {
        transform: translate(30px, 0);
    }

    60% {
        transform: translate(30px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* Animation - End */