@font-face {
    font-family: 'Kanit-R';
    src: url('Kanit-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Kode Mono';
    src: url('KodeMono-VariableFont_wght.ttf') format('truetype');
}
@font-face {
    font-family: 'K T P';
    src: url('KdamThmorPro-Regular.ttf') format('truetype');
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    height: 100%; /* Ensure the body takes full height */
    margin: 0; /* Remove default margin */
    display: flex; /* Make the body a flex container */
    flex-direction: column; /* Arrange children vertically */
}

body::before {
    content: "LOS";
    width: 682.142px;
    height: 916.705px;
    transform:rotate(-26.701deg);
    flex-shrink: 0;
    position: fixed;
    font-family: 'K T P', sans-serif;
    font-size: 800px;
    color: rgba(146, 168, 161, 0.15);
    z-index: -1; 
    pointer-events: none;
text-align: center;
}
body {
    background: linear-gradient(135deg, #0d0d0d, #141414);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.portfolio h1 {
    color: #E6D9CB;
    font-family: 'Kanit-R';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo h1 {
    color: #E6D9CB;
text-align: center;
padding-left: 7.5px;
font-family: 'Kanit-R';
font-size: 40px;
font-style: normal;
font-weight: 100;
line-height: normal;
}

.branding img {
    width: 150px;
}

.intro {
    color: #E6D9CB;
text-align: left;
font-family: "Kode Mono";

    

}

.intro h2 {
    color: #E6D9CB;
text-align: right;
padding-right: 20px;
font-family: "Kode Mono";
font-size: 6vw;
font-style: normal;
font-weight: 300;
line-height: normal;
display:flex;
justify-content: end;
align-items: end;
height: 60vh;
}

.intro h2 span {
    color: #E6D9CB;
font-family: "Kode Mono";
font-size: 64px;
font-weight: 600;
margin-left: 30px;
}

.intro p {
    color: #E6D9CB;
    text-align: right;
    text-shadow: 0.8px 0.8px 0 #92A8A1;
    font-family: 'Kanit-R';
    font-size: 24px;
    font-weight: 400;
    padding-right: 12%;
    display:flex;
justify-content: end;
align-items: end;
height: 2vh;
    
}

.intro p a {
    text-decoration: none;
    color: #E6D9CB;
    font-weight: 300;
}

.intro p a:hover {
    color: #92A8A1;
    transform: scale(1.2);
};


.social-links {
    margin: 50px 0;
    vertical-align: bottom;
    align-items: center;
}

.social-links a {
    margin: 0 15px;
}

.social-links img {
    display: inline-flex;
    align-items: flex-start;
    gap: 48px;
    width: 40px;
    transition: transform 0.3s;
}

.social-links img:hover {
    transform: scale(1.2);
}

footer {
    background-color: transparent;
    margin-top: auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

footer p {
    color: var(--Foreground-04, #AFB5B6);
    font-family: 'Kanit-R';
    font-size: var(--16px, 16px);
    font-weight: 400;
    align-items: left;
    padding-left: 10px;
}

footer a {
    
    color: #E6D9CB;
    font-family: 'Kanit-R';
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding-right: 10px;
    align-items: right;
    
}

.resume{
    display:inline-flex;
    justify-content: end;
    align-items:flex-end;
    height: 20vh;
    
    
}
.resume a img{
    padding-right: 50px;
    transition: transform 0.3s;
    transform-origin:center;
}
.resume  :hover{
    transform: scale(1.2);
}
.gradient-rectangle {
    position: fixed;
    background: linear-gradient(55deg, rgba(202, 65, 83, 0.60) -12.96%, rgba(101, 32, 41, 0.40) 25.22%, rgba(0, 0, 0, 0.00) 69.83%); /* Gradient background */
    z-index: -1; /* Ensure it's behind other elements but above LOS */
    width: 100%;
height: 100%;
flex-shrink: 0;
}