* {
    outline: none;
}

.page {
    width: 100%;
    height: 6vh;
}

header {
    position: fixed;
    width: 100%;
    height: 8vh;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: rgba(176, 150, 125, 0);
    text-align: center;
    justify-content: center;
    align-items: center;
}

#nav-container {
    position: fixed;
    height: 100vh;
    width: 100%;
    pointer-events: none;
}

#nav-container .bg {
    position: absolute;
    top: 6vh;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    background: transparent;
}

#nav-container:focus-within .bg {
    visibility: visible;
    opacity: .6;
}

#nav-container * {
    visibility: visible;
    padding: 5px 0p 5px 0px;
}

.button_navbar {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    width: 3vh;
    cursor: pointer;
    pointer-events: auto;
    margin-left: 1.5vw;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 1.2vh;
    height: 6vh !important;
    align-items: center;
    font-weight: 400;
}

.icon-bar {
    display: block;
    width: 100%;
    height: 1px !important;
    background: #d8ccbe !important;
    transition: .3s;
}

.icon-bar + .icon-bar {
    margin-top: 5px;
}

#nav-container:focus-within .button_navbar {
    pointer-events: none;
}

#nav-container:focus-within .icon-bar:nth-of-type(1) {
    transform: translate3d(0,6px,0) rotate(45deg);
}

#nav-container:focus-within .icon-bar:nth-of-type(2) {
    opacity: 0;
}

#nav-container:focus-within .icon-bar:nth-of-type(3) {
    transform: translate3d(0,-6px,0) rotate(-45deg);
}

#nav-content {
    padding: 2vh 20px 20px 1.5vw;
    width: 30vw;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(-100%);
    transition: transform .3s;
    will-change: transform;
    contain: paint;
    max-height: 100vh;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 94vh;
    margin-top: 6vh;
}

@media (max-width:800px) {
    #nav-content {
        padding-top: 0px;
        overflow-y: scroll;
        width: 90vw;
    }
}

#nav-content ul {
    display: flex;
    flex-direction: column;
}

#nav-content li a {
    display: block;
    transition: color .1s;
    padding: 10px 5px;
}

#nav-content li a:hover {
    color: #d8ccbe !important;
}

#nav-content li:not(.small) + .small {
    margin-top: auto;
}

.small {
    display: flex;
    align-self: left;
}

.small a {
    font-size: 25px;
    color: #ffffff;
}

.small a + a {
    margin-left: 15px;
}

#nav-container:focus-within #nav-content {
    transform: none;
}

* {
    box-sizing: border-box;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

/* html,
body {
    height: 100%;
} */
a,
a:visited,
a:focus,
a:active,
a:link {
    text-decoration: none!important;
    outline: 0;
    text-align: left;
}

a {
    color: white;
    transition: .2s ease-in-out;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

ul {
    padding: 0;
    list-style: none;
}

img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

.navbar_bottom {
    border-bottom: 1px solid #ffffff;
}

.logo_navbar {
    width: auto;
    height: 6vh;
    padding: 14px;
}

.logo_navbar :hover {
    background-image: url('../image/HYT-LogoTag-Fluo-RGB.png');
}

.logo_navbar {
    width: auto;
    height: 6vh;
    padding: 14px;
}

.logo_navbar :hover {
    background-image: url('../image/HYT-LogoTag-Fluo-RGB.png');
}

.navbar_right {
    display: flex;
    right: 2vw;
    position: absolute;
    height: 6vh;
    flex-direction: row;
}

.navbar_language {
    outline: none!important;
    font-size: 1.2vh !important;
    font-weight: 400!important;
    border: 1px solid rgba(0, 0, 0, 0)!important;
}

.navbar_language:hover {
    color: #ffffff !important;
}

.logo_hyt_navbar {
    background-image: url('../image/HYT-Logo-W_01.png');
    height: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 25%;
}

.logo_hyt_navbar a {
    display: block;
    width: 100%;
    height: 100%;
}

.logo_hyt_navbar:hover {
    background-image: url('../image/HYT-LogoSolo-Fluo-RGB_01.png');
}

.navbar-center {
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-80px);
}

@media (max-width:770px) {
    .navbar-center {
        margin-left: 0;
        margin-right: 0;
        transform: translateX(0px);
    }
}

.search-navbar {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #535353;
    color: #ffffff;
    padding-left: 5px;
    max-width: 15vw;
    border-radius: 5px;
    margin-right: 2vw;
    height: 4vh;
}

.search-wrapper {
    position: relative;
}

.search-wrapper .search {
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    width: 25px;
    height: 25px;
    transition: all 0.3s ease;
    transform-origin: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.search-wrapper .search input {
    font-size: 1.5vh;
    width: 100%;
    height: auto;
    height: 1.6vh;
    padding-bottom: 2px;
    padding-left: 5px;
    transition: all 0.3s ease;
    opacity: 0;
    color: inherit;
    border: 0;
    outline: 0;
    background-color: transparent;
}

.search-wrapper .search:after {
    position: absolute;
    top: 20.6px;
    right: -3.6px;
    display: block;
    width: 1px;
    height: 15px;
    content: "";
    transition: all 0.3s ease;
    transform: rotate(-45deg);
    background-color: #ffffff;
}

.search-wrapper .search:hover,
.search-wrapper .search:focus {
    width: 10vw;
    border-radius: 0;
}

.search-wrapper .search:hover:after,
.search-wrapper .search:focus:after {
    height: 0;
}

.search-wrapper .search:hover input,
.search-wrapper .search:focus input {
    opacity: 1;
}

.active {
    /* color: #d8ccbe */
}

