:root {
    --primary: #262447;
    --mussic: #2E2C56;
    --secondary: #161531;

    --text-secondary: #FFC4AE;
    --text-primary: #FFFFFF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--primary);
    color: var(--text-primary);
    line-height: 1.6;
}

.container {
    width: 100%;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: var(--primary);
    backdrop-filter: blur(10px);
}

.navbar .items {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.navbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
}

.navbar a {
    text-decoration: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 400;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 10px 20px;
    color: white;
    width: 250px;
    outline: none;
}

.navbar input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.navbar img {
    width: 24px;
    height: 24px;
}

.headers {
    padding-top: 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative
}

.headers .items {
    width: 85%;
    margin: 0 auto;
}

.header-main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 60px;
    padding: 80px 0;
}

.text1 {
    position: relative;
    z-index: 3;
    max-width: 450px;
    transform: translate(13%, 5%);
}

.text1 h1 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
    z-index: 3
}

.text1 p {
    font-size: 16px;
    color: var(--text-primary);
    max-width: 300px;
}

.header-main img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.text2 {
    position: relative;
    z-index: 3;
    text-align: right;
    transform: translate(125%, -70%);
}

.text2 p {
    text-align: start;
    position: relative;
    z-index: 3;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.text2 span {
    position: relative;
    z-index: 3;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-top: 10px;
    max-width: 250px;
    margin-left: auto;
}

.text2 .show {
    color: var(--text-secondary);
    font-size: 14px;
    margin-top: 15px;
}

.music {
    background-color: var(--mussic);
    height: 80px;
    width: 85%;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
    margin: -100px auto 0 auto;
    position: relative;
    z-index: 10;
}

.music img {
    height: 20px;
    opacity: 0.7;
}

audio {
    outline: none;
    border-radius: 30px;
    background: #26244700;
}
.about {
    background-color: var(--secondary);
    padding: 140px 0 80px 0;
    margin-top: -40px;
}

.about .items {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 80px;
    align-items: flex-start;
}

.text-about {
    flex: 1;
    max-width: 450px;
}

.text-about h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.3;
}

.text-about .desc {
    font-size: 16px;
    color: var(--text-primary);
    margin-bottom: 50px;
    line-height: 1.6;
}

.number ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
}

.number .big {
    color: var(--text-secondary);
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: -0.01em;
}

.number .small {
    font-size: 16px;
    color: var(--text-primary);
    font-weight: 400;
    letter-spacing: 0.01em;
}

.projects {
    margin-left:120px ;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.project-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 15px;
}

.project-card iframe {
    width: 290px;
    height: 180px;
    background: #4a4a4a;
    border-radius: 10px;
}

.project-card .info {
    flex: 1;
}

.project-card .info p {
    margin: 0 0 5px 0;
    font-weight: 500;
    font-size: 16px;
}

.project-card .info span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.project-card a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.video {
    text-align: center;
    padding: 120px 0;
    background-color: var(--primary);
}

.video h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

.video iframe {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.preview {
    padding: 80px 0;
    background: var(--secondary);
}

.preview .items {
    width: 85%;
    margin: 0 auto;
}

.preview h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
}

.preview p {
    font-size: 16px;
    color: var(--text-primary);
    max-width: 500px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.pdf {
    margin-bottom: 40px;
}

.pdf ul {
    list-style: none;
    display: flex;
    gap: 30px;
}

.pdf li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pdf embed {
    border-radius: 10px;
    margin-bottom: 10px;
}

.pdf li {
    font-size: 14px;
    color: var(--text-primary);
}

.icon-sosmed {
    display: flex;
    gap: 20px;
}

.icon-sosmed img {
    width: 40px;
    height: 40px;
    opacity: 0.8;
}

.quets {
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 80px 0 0 0;
    gap: 60px;
    position: relative;
}

.quets img {
    align-self: flex-end;
    margin-bottom: 0;
}

.quets .quets-text {
    max-width: 500px;
    margin-bottom: 150px;
}

.quets h3 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.2;
}

.quets p {
    font-size: 16px;
    color: var(--text-primary);
    margin-bottom: 40px;
    max-width: 500px;
    line-height: 1.6;
}

.quets button {
    background-color: var(--text-secondary);
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    color: var(--primary);
    font-weight: 600;
    margin-right: 15px;
    cursor: pointer;
    font-size: 14px;
}


footer {
    background-color: var(--secondary);
    padding: 60px 0;
}

footer .items {
    width: 85%;
    margin: 0 auto;
}

footer h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

footer p {
    font-size: 16px;
    color: var(--text-primary);
    margin-bottom: 30px;
    line-height: 1.8;
}

footer .icon-sosmed {
    display: flex;
    gap: 20px;
}

footer .icon-sosmed img {
    width: 40px;
    height: 40px;
    opacity: 0.8;
}