﻿@font-face {
    font-family: "mars";
    src: url('../font/mars.ttf') format('truetype');
}

@font-face {
    font-family: "digi";
    src: url('../font/digib.TTF') format('truetype');
}

@font-face {
    font-family: "Ford";
    src: url('../font/Ford.otf') format('opentype');
}



body {
    background-color: #000000;
    color: #ffffff;
    font-family: Ford, sans-serif;
    /*font-family: mars;*/
    overflow: hidden;
}

.menu-bg {
    /*backdrop-filter: blur(10px);*/
    background: linear-gradient(270deg, rgb(0 0 0 / 83%) 40%, rgba(0,0,0,0) 90%);
    /*background-color: #0000005e;*/
    /*width: 100vw;*/
    height: 100vh;
    position: fixed;
    z-index: 9999;
    padding: 15vh 7.5%;
    display: none;
    flex-direction: column;
    font-size: 2.5vh;
    align-items: flex-end;
    right: 0;
}

.menu-button {
    color: #a7a7a7;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: 0.8s;
    /*filter: blur(2px);*/
    /*width: 100%;*/
    text-align: center;
}


    .menu-button:hover {
        color: white;
        text-shadow: 2px 2px 20px rgb(255 255 255);
        /*filter:blur(0px);*/
        /*cursor: pointer;
        background-image: linear-gradient(90deg, #111, #fff, #111);
        background-repeat: no-repeat;
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        text-shadow: 0px 0px 3px #ffffffa8;
        animation: doshine 1.3s ease-in-out infinite;
        background-size: 70% 100%;*/
    }



.slide-left-s1 {
    animation: 1.2s slide-left 0s forwards;
    transform: translateX(90%);
    overflow: hidden;
}

.slide-left-s08 {
    animation: 0.9s slide-left 0s forwards;
    transform: translateX(90%);
    overflow: hidden;
}


.slide-left-s06 {
    animation: 0.6s slide-left 0s forwards;
    transform: translateX(90%);
    overflow: hidden;
}


.slide-left-s05 {
    animation: 0.5s slide-left 0s forwards;
    transform: translateX(90%);
    overflow: hidden;
}


.slide-left-s04 {
    animation: 0.4s slide-left 0s forwards;
    transform: translateX(90%);
    overflow: hidden;
}

.slide-left-s03 {
    animation: 0.3s slide-left 0s forwards;
    transform: translateX(90%);
    overflow: hidden;
}

@keyframes slide-left {
    to {
        transform: translateX(0);
    }
}



header {
    width: 100vw;
    height: 125px;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 9999;
}



.header-logo {
    height: 40px;
}

.link:hover {
    cursor: pointer;
}

.menu-ico {
    height: 20px;
    cursor: pointer;
}

.header-in {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding-top: 40px;*/
}

.header-in-left {
    width: 33.3%;
    display: flex;
    justify-content: left;
    align-items: center;
    font-family: digi;
    font-size: 20px;
}

.header-in-center {
    width: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-in-right {
    width: 33.3%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



.show {
    opacity: 1 !important;
}

#myVideo {
    height: 110vh;
    width: 110vw;
    object-fit: cover;
}

.section {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.5%;
    /*background: radial-gradient(circle, rgb(145 0 0 / 34%) 5%, rgba(0,0,0,1) 50%);*/
    /*background: radial-gradient(circle, rgb(48 0 145 / 34%) 5%, rgb(18 0 18) 50%);*/
    background: radial-gradient(circle, rgb(0 0 0 / 0%) 45%, rgb(0 20 41 / 14%) 65%, rgb(0 95 170 / 14%) 70%, rgba(0,0,0,1) 81%);
    /*background: radial-gradient(circle at 78% 82%, rgb(0 0 0 / 0%) 45%, rgb(0 0 0 / 57%) 65%, rgb(0 95 170 / 14%) 70%, rgba(0,0,0,1) 81%);*/
    position: absolute;
    z-index: 99;
    display: none;
    /*transition: 2s;
    opacity: 0;*/
}

.section-bg {
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 9;
    display: flex;
    justify-content: center;
    overflow: hidden;
    display: none;
    /*filter:brightness(1.5);*/
    /* transition:2s;
    opacity: 0;*/
}

.content-top {
    white-space: pre-line;
    text-align: center;
    width: 100%;
    font-size: 0px !important;
}

.content-bottom {
    width: 100%;
    transition: 2s;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.loading {
    width: 100vw;
    height: 100vh;
    background-color: black;
    position: fixed;
    z-index: 9999999;
}

.loading-in {
    width: 100vw;
    height: 100vh;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 9999999;
}

.section-bg {
    width: 100vw;
    height: 100vh;
    /* background-image: url(../img/electro3.gif); */
    background-repeat: no-repeat;
    background-position: 50% 35%;
    background-size: 50vh;
    /*filter: brightness(1.5);*/
    position: absolute;
}

    .section-bg.home {
        /*background-image: url(../img/electro3.gif);*/
    }

    .section-bg.software {
        background-image: url(../img/matrixcube.gif);
    }

    .section-bg.data {
        background-image: url(../img/data2.gif);
    }

    .section-bg.design {
        background-image: url(../img/design.gif);
    }

    .section-bg.electronic {
        background-image: url(../img/electro3.gif);
        filter: brightness(1.5);
    }

    .section-bg.contact {
        background-image: url(../img/contact.gif);
        filter: brightness(1.5);
    }


.section.home {
    /*background: transparent !important;*/
    background: linear-gradient(0deg, rgb(0 0 0 / 76%) 25%, rgba(0,0,0,0) 60%);
}

.section.software {
    background: radial-gradient(circle, rgb(0 0 0 / 0%) 45%, rgb(0 20 41 / 14%) 65%, rgb(5 170 0 / 14%) 70%, rgba(0,0,0,1) 81%);
}

.section.design {
    background: radial-gradient(circle, rgb(0 0 0 / 0%) 45%, rgb(0 20 41 / 14%) 65%, rgb(144 0 170 / 14%) 70%, rgba(0,0,0,1) 81%);
}

.section.data {
}

.section.electronic {
}


.content-header {
    font-size: 5vh;
    font-weight: 900;
    font-family: mars;
}

.content-detail {
    font-size: 20px;
    /*white-space: pre-line;*/
    /*text-shadow: -8px -4px 5px rgba(0, 0, 0, 1);*/
}

.what-we-do-button {
    transition: 1s;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
    /*background: white;
    color: #00000078;*/
    width: max-content;
    padding: 18px;
    margin: 18px;
    font-size: 14px;
    font-weight: bold;
    font-family: mars;
}

    .what-we-do-button:hover {
        cursor: pointer;
        background-image: linear-gradient(90deg, #111, #fff, #111);
        background-repeat: no-repeat;
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        text-shadow: 0px 0px 3px #ffffffa8;
        animation: doshine 1.5s ease-in-out infinite;
        background-size: 70% 100%;
    }

.what-we-do-detail {
    position: absolute;
    background: #00000078;
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    white-space: pre-line;
    font-size: 2vh;
    text-align: center;
    display: none;
    color: #ffffff;
    padding: 12%;
    /**/
}

.shine {
    background-image: linear-gradient(90deg, #111, #fff, #111);
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0px 0px 4px #ffffffa8;
    animation: doshine 4s ease-in-out infinite;
    background-size: 70% 100%;
}

@keyframes doshine {
    0% {
        background-position: -300% 0;
    }

    100% {
        background-position: 300% 0;
    }
}


@keyframes hueRotateAnimation {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

.hueRotate {
    /*animation: hueRotateAnimation 20s infinite;*/
}



@media (max-width: 900px ) {
    .menu-bg {
        backdrop-filter: blur(10px);
        background-color: #0000005e;
        width: 100vw;
    }

    .section {
        padding: 20% 10%;
    }

    .section-bg {
        background-size: 50vh;
    }

    .content-header {
        font-size: 3.5vh;
    }

    header {
        height: 125px;
    }

    .content-detail {
        font-size: 15px;
        line-height: 2;
    }
}
