* {
    margin: 0;
    padding: 0;
}

body{
    background-color: #ceb784;
}

::-webkit-scrollbar,
.fullsample .Characters::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #b99b67; 
}

::-webkit-scrollbar-track,
.fullsample .Characters::-webkit-scrollbar-track {
    background-color: #b99b67;
    border-radius: 6px;
    box-shadow: inset 0 0 0 3px #b99b67; 
    background-clip: content-box;
}

::-webkit-scrollbar-thumb,
.fullsample .Characters::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.31);
    border-radius: 6px;
    border: 3px solid #b99b67;
}

::-webkit-scrollbar-thumb:hover,
.fullsample .Characters::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.45);
}

html, body {
    height: 100%;
    width: 100%;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 4%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ceb784;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /* border-right: 1px solid rgba(255, 255, 255, 0.4); */
    padding-left: 30px;
    transition: width 0.3s ease;
    overflow: hidden;
}

.sidebar:hover {
    width: 10%;
}

.sidebar h1 {
    font-family: "Fredoka", sans-serif;
    font-size: 40px;
    margin: 0;
    display: block;
    font-weight: 600;
    position: relative;
    color: transparent;
  }
  
.sidebar h1::before {
    content: "A.";
    color: black;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 2px;
    display: block;
  }  
  
.sidebar:hover h1::before {
    content: "Auro.";
  }  

.sidebar .Links {
    list-style: none;
    padding-left: 0px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}


.links li {
    width:100%;
    font-family: "Fredoka", sans-serif;
    font-size: 16px;
    color: black;
    display: flex;
    white-space: nowrap;
    align-items: center;
    padding: 0;
    margin-left: 0; 
    overflow: hidden;
    font-weight: 400;
}

.links li span{
    font-size: 18px;
}

.links li span.fa-solid.fa-fingerprint{
    font-size: 22px;
}

.links li span.fa-solid.fa-square-envelope {
    font-size: 22px; 
}

.links li span.fa-brands {
    font-size: 22px; 
}

.links li:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.links .footer {
    margin-top: auto; 
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px; 
}


.links .footer:hover {        
    background-color: rgba(255, 255, 255, 0);
    font-size: 16px;
}

.links .footer span{
    font-size:20px;
    padding: 5px 0px;
}

.links hr {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    border: none; 
    background-color: black; 
    height: 1.5px; 
    display: block; 
    border-radius: 1000px;
}

.links li span {
    color: black;
    padding: 12px 5px;
    flex-shrink: 0;
}

.links li a {
    color: black;
    text-decoration: none;
    align-items: center;
    padding: 0px 0px 0px 5px;
    display: none;
}

.sidebar:hover .Links li {
    width: 120px;
}

.sidebar:hover .Links li a {
    display: block;
}


.sidework {
    position: fixed;
    top: 0;
    right: 0;
    width: 25%; 
    height: 100vh; 
    overflow-y: scroll; 
    padding: 20px;
    background-color: #ceb784;
    display: flex;
    flex-direction: column;
    align-items: center;
    -ms-overflow-style: none; 
    scrollbar-width: none; 

}

.sidework::-webkit-scrollbar {
    display: none; 
}

.Trailer
{
    width: 320px;
    height: 180px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0px;
}

.Trailer iframe{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px
}

.Trailer h3{
    margin-top: 7.5px;
    text-align: center;
    font-family: "Fredoka", sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
}

.Trailer a h3{
    color: #8e2828;                   
    text-decoration: underline;  
    text-decoration-color: #8e2828;   
}

.Trailer a h3:hover{
    color: #602321;                   
    text-decoration: underline;  
    text-decoration-color: #602321;   
}

.Itch {
    width: 320px;
    height: 180px;
    padding-top: 5px;
    padding-bottom: 25px;
    margin-top: 0px;
    position: relative; 
}

.Itch img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 5px; 
}

.Itch .logo-link {
    position: absolute;
    top: 37.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: auto;
    display: block;
    cursor: pointer;
    outline: none;
    border: none;
    box-shadow: none;   
}

.Itch .logo-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: opacity 0.02s ease;
    display: block;
    pointer-events: auto; 
}


.Itch .logo-link .itch-hover {
    opacity: 0;
}


.Itch .logo-link:hover .itch-hover {
    opacity: 1;
}

.Itch .logo-link:hover .itch-normal {
    opacity: 0;
}

.Itch h3 {
    margin-top: 7.5px;
    text-align: center;
    font-family: "Fredoka", sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
}

.Itch a h3 {
    color: #114722;                   
    text-decoration: underline;  
    text-decoration-color: #114722;
}

.Itch a h3:hover {
    color: #1e3328;             
    text-decoration: underline;  
    text-decoration-color: #1e3328;
}

.contents {
    margin-left: 12.5%; 
    width:57.5%;
    overflow: visible;
    padding-bottom: 20%; 
}

.contents .Fullsample video {
    margin-top: 20px;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 1.5px;
    border: none;
    display: block;
    object-fit: cover; 
}

.contents .Fullsample p{
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    margin-bottom: 0px;
    font-weight: 400;
    border-radius: 1.5px;
}

.contents .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px; 
    padding-top: 20px;
}

.contents .logo img {
    max-height: 170px; 
    height: auto;      
    width: auto;        
}

.contents .H1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 175px; 
    padding-top: 10px;
}

.contents .H1 img {
    max-height: 175px;
    padding-bottom: 5px; 
    height: auto;      
    width: auto;        
}

.contents .Fullsample p a{
    font-weight:800;
    font-style: italic;
    text-decoration: underline;
    color: #8e2828;
}

.contents .Fullsample p a:hover{
    font-style: italic;
    text-decoration: underline;
    color: #602321;
}

.Contents .Fullsample .OneThirdSample {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px;
    padding-bottom: 0px;
}

.Contents .Fullsample .OneThirdSample img {
    width: 33%;
    height: auto;
    object-fit: cover;
}


.contents h2{
    color:black;
    font-size: 40px;
    text-align: left;
    font-weight: 600;
    font-family: "Fontdiner Swanky", serif;
    padding-bottom: 10px;
}

@font-face {
    font-family: "Typwrng";
    src: url("TheAdventurer/typwrng.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.H3 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: nowrap;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.H3 img {
    height: 50px;
    width: auto;
    flex-shrink: 0;
}

.H3 h3 {
    margin: 0;
    white-space: nowrap;
    font-size: 30px;
    font-family: "Typwrng";
    color: black;
    padding-top: 10px;
}

.contents p{
    text-align: left;
    font-family: "Fredoka", sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 10px;
}

.contents div {
    display: flex;
    flex-direction: column; 
}

em u {
  font-style: italic;
  text-decoration: underline;
  font-weight:600;
  transition: 0.2s ease;
  color: #114722;
}

em:hover u {
  color:#1e3328;
}

.Contents .Section{
    padding-bottom: 200px;
}

.Contents .SecondSection{
    padding-bottom: 75px;
}

.gallerysample {
    display: flex;
    flex-direction: column;
}

.gallerysample .HoverImage {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

.gallerysample .HoverImage img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    transition: opacity 0.25s ease;
}

.gallerysample .HoverImage .hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.gallerysample .HoverImage:hover .hover {
    opacity: 1;
}

.gallerysample .galleryitem {
    display: none;       
    max-height: 500px; 
    border-radius: 1.5px;
    overflow: auto;    
    position: relative;
    background-color: #b99b67;
}

.gallerysample .galleryitem img {
    width: 100%;         
    height: auto;  
    display: block;
    object-fit: contain;
}

.gallerysample .thumbnails {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 5px;
    margin-top: 10px;
    flex-wrap: wrap; 
    width: 100%;
    overflow: hidden;
}

.gallerysample .thumbnails .thumb {
    flex: 0 0 calc((100% - 4 * 5px) / 5); 
    cursor: pointer;
    border: 3px solid transparent;
    transition: border 0.3s;
    border-radius: 1.5px;
    box-sizing: border-box;
}

.gallerysample .thumbnails .thumb.active {
    border-color: black;
    position: relative;
}

.gallerysample .thumbnails .thumb.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    pointer-events: none;
}

.gallerysample .thumbnails .thumb img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.contents .gallerysample p{
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    margin-bottom: 0px;
    font-weight: 400;
}

.contents .gallerysample p a{
    font-weight:800;
    font-style: italic;
    text-decoration: underline;
    color: #8e2828;
}

.contents .gallerysample p a:hover{
    font-style: italic;
    text-decoration: underline;
    color: #602321;
}

.fullsample .Characters {
  display: inline-block;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  background-color: #b99b67; 
}

.fullsample .Characters img {
  height: 500px;
  width: auto;
  display: inline-block;
}

.fullsample .HoverImage {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.fullsample .HoverImage img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    transition: opacity 0.5s ease;
}

.fullsample .HoverImage .hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.fullsample .HoverImage:hover .hover {
    opacity: 1;
}





