@import url("/font/Y_spotlight/Y_spotlight.css");
@import url("/animation.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Y_spotlight', sans-serif;
    font-weight: normal !important;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
}

body {
    width: 100%;
    height: fit-content;
    background-color: #0a192f;
}

#loader_wrap {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 30%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#side_menu_wrap {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    pointer-events: all;
    z-index: 10000000000;
    background-color: rgba(0, 0, 0, 30%);
    transition-duration: 300ms;
    transition-timing-function: ease;
}

#side_menu {
    width: 70vw;
    height: 100%;
    background-color: #0A192F;
    box-shadow: 0 0 40px rgba(0, 0, 0, 50%);
    position: absolute;
    top: 0;
    right: 0;
    transition-duration: 300ms;
    transition-timing-function: ease;
}

#side_menu_header {
    width: 100%;
    height: 55px;
    background-color: #0A192F;
    border-bottom: solid 2px #364355;
}

#close_side_menu_btn {
    width: 28px;
    height: 28px;
    margin-top: 15px;
    margin-right: 15px;
    float: right;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

#close_side_menu_btn:focus {
    outline: none;
}

#close_side_menu_btn > svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#side_menu_box {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    color: #FFFFFF;
    font-size: 20px;
    border-bottom: solid 1px #364355;
    cursor: pointer;
    user-select: none;
    display: block;
    text-decoration: none;
}

header {
    width: 100%;
    height: 55px;
    border-bottom: solid 2px #364355;
    position: fixed;
    top: 0;
    z-index: 1000000000;
    background-color: #0A192F;
}

#logo {
    width: 110px;
    height: 30px;
    float: left;
    margin-top: 14px;
    margin-left: 20px;
    display: block;
}

#logo > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#menu_btn {
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 12px;
    margin-right: 16px;
}

#menu_btn > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#welcome_page {
    width: 100%;
    height: calc(100vh - 55px);
    height: calc(100svh - 55px);
    margin-top: 55px;
}

#welcome_page_top {
    width: 100%;
    height: calc(100% - 75px);
    overflow: hidden;
    position: relative;
}

#welcome_text_wrap {
    width: 330px;
    height: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);;
}

#welcome_text_wrap > h5 {
    display: block;
    font-size: 20px;
    width: 160px;
    color: #64FFDA;
    margin-left: 4px;
    /* animation-name: slide_from_left; */
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform: translateX(-10vw);
    opacity: 0;
}

#welcome_text_wrap > h1 {
    display: block;
    font-size: 60px;
    width: 100%;
    color: #FFFFFF;
    /* animation-name: slide_from_left; */
    animation-duration: 1000ms;
    animation-delay: 100ms;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform: translateX(-10vw);
    opacity: 0;
}

#welcome_text_wrap > h2 {
    display: block;
    font-size: 30px;
    width: 100%;
    color: #CCD6F6;
    /* animation-name: slide_from_left; */
    animation-duration: 1000ms;
    animation-delay: 200ms;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform: translateX(-10vw);
    opacity: 0;
}

#welcome_text_wrap > h3 {
    display: block;
    font-size: 17px;
    width: 100%;
    color: #8892B0;
    margin-top: 80px;
    /* animation-name: slide_from_left; */
    animation-duration: 1000ms;
    animation-delay: 300ms;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform: translateX(-10vw);
    opacity: 0;
}

#scroll_guide {
    width: 340px;
    height: 60px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);;
    /* animation-name: fadein; */
    animation-duration: 1000ms;
    /* animation-delay: 1000ms; */
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    opacity: 0;
}

#scroll_guide_text {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #8892B0;
}

#scroll_guide_arrow {
    width: 30px;
    height: fit-content;
    margin: 0 auto;
    margin-top: 19px;
    animation-name: float;
    animation-duration: 3000ms;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

#scroll_guide_arrow > svg {
    display: block;
    width: 100%;
}

#about_us {
    width: 100%;
    height: fit-content;
    margin-top: 200px;
}

#section_title {
    width: 100%;
    font-size: 35px;
    color: #FFFFFF;
    text-align: center;
}

#about_us_content {
    width: calc(100% - 90px);
    margin: 0 auto;
    margin-top: 75px;
    font-size: 15px;
    color: #CCD6F6;
    text-align: center;
    word-break: keep-all;
}

#what_we_do {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    margin-top: 300px;
}

#what_we_do_content_1 {
    width: 100%;
    text-align: center;
    word-break: keep-all;
    font-size: 15px;
    color: #CCD6F6;
    display: block;
    margin-top: 75px;
}

#what_we_do_content_2 {
    width: 100%;
    text-align: center;
    word-break: keep-all;
    font-size: 15px;
    color: #CCD6F6;
    display: block;
    margin-top: 30px;
}

#what_we_do_content_2_sub {
    width: 100%;
    text-align: center;
    word-break: keep-all;
    font-size: 10px;
    color: #CCD6F6;
    display: block;
    margin-top: 10px;
}

#what_we_do_box_wrap {
    width: calc(100% - 60px);
    height: fit-content;
    margin: 0 auto;
    margin-top: 45px;
    overflow: hidden;
}

#what_we_do_box {
    width: 100%;
    height: 120px;
    background-color: #364355;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
}

#what_we_do_box_title {
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

#what_we_do_box_content {
    width: calc(100% - 30px);
    color: #CCD6F6;
    font-size: 12px;
    word-break: keep-all;
    text-align: center;
    margin: 0 auto;
    margin-top: 13px;
}

#what_we_do_box_content_sub {
    width: calc(100% - 30px);
    color: #CCD6F6;
    font-size: 10px;
    text-align: center;
    margin: 0 auto;
    margin-top: 11px;
}

#project_type {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    margin-top: 300px;
}

#project_type_content {
    width: calc(100% - 90px);
    text-align: center;
    word-break: keep-all;
    font-size: 15px;
    color: #CCD6F6;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}

#project_type_list_box {
    width: calc(100% - 60px);
    height: 425px;
    margin: 0 auto;
    margin-top: 45px;
    border-radius: 10px;
    background-color: #364355;
    overflow: hidden;
}

#project_type_list_box_header {
    width: calc(100% - 30px);
    height: 20px;
    margin: 0 auto;
    margin-top: 15px;
}

#project_type_list_box_header > h3 {
    width: calc(100% / 5);
    height: 20px;
    display: block;
    font-size: 15px;
    float: left;
    text-align: center;
    color: #8892B0;
    cursor: pointer;
    transition-duration: 300ms;
}

#project_type_list_box_header > h3[data-selected="true"] {
    color: #FFFFFF;
    text-shadow: 0 0 40px rgba(255, 255, 255, 100%);
}

#project_type_list_box_header_move_bar_wrap {
    width: calc(100% - 30px);
    height: 2px;
    margin: 0 auto;
    margin-top: 3px;
}

#project_type_list_box_header_move_bar_box {
    width: calc(100% / 5);
    height: 100%;
    transition-duration: 300ms;
}

#project_type_list_box_header_move_bar {
    width: calc(100% - 10px);
    height: 2px;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
}

#project_type_list_box_content {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-top: 5px;
}

#project_type_list_box_content_list_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#project_type_list_box_content_list_box {
    width: calc(100% - 40px);
    height: 29px;
    margin: 0 auto;
    margin-top: 21px;
}

#project_type_list_box_content_list_box_dot_wrap {
    width: 20px;
    height: 100%;
    float: left;
}

#project_type_list_box_content_list_box_dot {
    width: 10px;
    height: 10px;
    margin-top: 9px;
    background-color: #FFFFFF;
    border-radius: 100%;
}

#project_type_list_box_content_list_box_text {
    width: calc(100% - 20px);
    height: 100%;
    font-size: 20px;
    color: #FFFFFF;
    float: left;
    transition-duration: 200ms;
    transform: translateX(200px);
    opacity: 0;
}

#project_type_list_box_content_list_box_text[data-animation="true"] {
    transform: translateX(0px);
    opacity: 1;
}

#join_us {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    margin-top: 300px;
}

#join_us_content {
    width: calc(100% - 90px);
    word-break: keep-all;
    text-align: center;
    font-size: 15px;
    color: #CCD6F6;
    display: block;
    margin: 0 auto;
    margin-top: 75px;
}

#join_us_now_text {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    display: block;
    margin-top: 20px;
    text-shadow: 0 0 30px rgba(255, 255, 255, 20%);
}

#join_us_button {
    width: 200px;
    height: 70px;
    background-color: #364355;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 175px;
    display: block;
    font-size: 23px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 50px rgba(255, 255, 255, 18%);
    transition-duration: 300ms;
}

#join_us_button:focus {
    outline: none;
}

#join_us_button:hover {
    box-shadow: 0 0 50px rgba(255, 255, 255, 30%);
}

#qna_list {
    width: 100%;
    height: fit-content;
    margin-top: 300px;
}

#qna_box_wrap {
    width: 100%;
    height: fit-content;
    margin-top: 75px;
}

#qna_box {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: fit-content;
    border-radius: 10px;
    background-color: #233044;
    margin-top: 15px;
    cursor: pointer;
}

#qna_box_question_wrap {
    width: 100%;
    height: fit-content;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 14px;
    background-color: #364355;
}

#qna_box_question_text {
    width: calc(100% - 60px);
    margin-left: 20px;
    font-size: 17px;
    color: #FFFFFF;
    user-select: none;
    word-break: keep-all;
    float: left;
}

#qna_box_open_icon_wrap {
    width: 12px;
    height: 12px;
    margin-right: 20px;
    margin-top: 3px;
    float: right;
    cursor: pointer;
    transition-duration: 300ms;
    transition-timing-function: ease;
}

#qna_box_open_icon_wrap > svg {
    display: block;
    width: 12px;
    margin: 0 auto;
    margin-top: 2px;
}

#qna_box_open_icon_wrap[data-expand="true"] {
    transform: rotate(180deg);
}

#qna_box_answer_animation_wrap {
    width: 100%;
    overflow: hidden;
    height: 0px;
    transition-duration: 300ms;
    transition-timing-function: ease;
}

#qna_box_answer_animation_wrap[data-expand="true"] {
    height: fit-content;
}

#qna_box_answer {
    width: 100%;
    height: fit-content;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    word-break: keep-all;
}

#question {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    margin-top: 250px;
    margin-bottom: 400px;
}

#question_content {
    width: calc(100% - 90px);
    margin: 0 auto;
    word-break: keep-all;
    text-align: center;
    font-size: 15px;
    color: #CCD6F6;
    display: block;
    margin-top: 75px;
}

#contact_us_button {
    width: 200px;
    height: 70px;
    background-color: #364355;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 175px;
    display: block;
    font-size: 23px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 50px rgba(255, 255, 255, 18%);
    transition-duration: 300ms;
}

#contact_us_button:focus {
    outline: none;
}

#contact_us_button:hover {
    box-shadow: 0 0 50px rgba(255, 255, 255, 30%);
}

#question_content_phone_number {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #CCD6F6;
    display: block;
    margin-top: 75px;
}

footer {
    width: 100%;
    height: fit-content;
    border-top: solid 2px #364355;
}

#footer_content {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
}

#service_provided_by {
    width: 100%;
    font-size: 12px;
    color: #CCD6F6;
    text-align: center;
    margin-top: 10px;
}

#devkdy_link {
    width: 100%;
    margin-top: 5px;
}

#devkdy_link * {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #CCD6F6;
    text-align: center;
}

#copyright {
    width: 100%;
    margin-top: 30px;
    font-size: 12px;
    color: #CCD6F6;
    text-align: center;
    margin-bottom: 10px;
}