:root {
    --brown: rgb(90, 76, 73);
    --pink: pink;
    --light-pink: rgb(245, 211, 230);
    --gray: rgb(56, 56, 56);
}

@font-face {
    font-family: 'chomsky';
    src: url(/assets/fonts/Chomsky.otf);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    min-width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    background-color: black;
    color: pink;

    cursor: url(/assets/images/mini-hana-pointer2.png), auto;
    scroll-behavior: smooth;
}
a {
    cursor: url(/assets/images/mini-hana-cursor1.png), auto;
}
.scrolling-background {
    background-image: url(/assets/images/ribbons1.jpg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    animation: scrollBackground 20s linear infinite;
}

@keyframes scrollBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -100% 0;
    }
}

/* UTILS START */

.row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* UTILS END */

.main {
    height: 85vh;
    width: 70vh;

    overflow: hidden;

    background-color: white;
    border-radius: 15px;
    border: 2px solid pink;

    transition: all 0.3s ease-out;
}

.bar {
    height: 7%;
    width: 100%;

    background-color: var(--brown);

    padding: 6px 0 6px 0;
    justify-content: space-evenly;

    flex-shrink: 0;
}

.bar .dots {
    height: 100%;
    gap: 2px;
}
.bar .dots .dot {
    border-radius: 50%;
    height: 6px;
    width: 6px;
    background-color: var(--pink);

    justify-content: space-evenly;
}
.bar .search {
    color: black;
    background-color: var(--pink);
    border-radius: 10px;
    font-size: .55rem;
    width: 70%;
    height: 100%;

    display: flex;
    justify-content: left;
    align-items: center;

    padding: 0 20px 0 20px;
}
.bar .time {
    font-size: .6rem;
    color: white;
}

.nav {
    width: 100%;
    height: 5%;
    background-color: var(--light-pink);

    justify-content: space-between;
    padding: 0 6px 0 6px;
    flex-shrink: 0;

}

.links {
    gap: 6px;
}

.hearts {
    color: black;
    font-size: 0.75rem;
    gap: 3px;
}
.hartu:hover {
    color: var(--brown);
    scale: 1.15;
}
.nav-links {
    font-size: 0.6rem;
    color: var(--brown);
}
.nav-links:hover {
    color: black;
}


.page {
    height: 88%;
    width: 100%;
    background-image: url(/assets/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.upper {
    width: 105%;
    height: 40%;
    /* background-color: aqua; */

    padding: 10px;
    position: relative;
}
.pfp {
    position: absolute;
    top: 20%;
    left: 8%;
    border-radius: 50%;
    height: 38%;
    width: auto;
    overflow: hidden;
    background-image: url(/assets/images/pfp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid var(--light-pink);
    object-fit: contain;
    aspect-ratio: 1/1;
    z-index: 9;
    pointer-events: none;
}
.pfp-sticker {
    position: absolute;
    top: 40%;
    left: 18%;
    transform: rotate(-10deg);
    pointer-events: none;
}
.pfp-sticker img {
    height: 6vh;
    width: auto;
}

.banner {
    overflow: hidden;
    height: 50%;
    width: 95%;
    border-radius: 6px;
    margin: 0 10px;
}
.banner video {
    width: 100%;
    height: auto;
    margin-top: 2.5rem;
}

.below-banner {
    height: 44%;
    margin: 1.2rem 0;

    padding: 1rem ;
}

.name {
    color: white;
    font-family: 'chomsky';
    font-size: 2rem;
    position: absolute;
    top: 28%;
    left: 25%;
   text-shadow: 0 0 10px black;
}

.gifs img{
    width: 100%;
    height: auto;
}

.gifs img:hover {
    scale: 1.1;
}
.title-box:hover {
    scale: 1.05;
}

.image:hover {
    scale: 1.05;
}

.lower {
    width: 100%;
    height: 60%;
    padding: 10px;
}
.lower-box {
    background-image: url(/assets/images/circles.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    height: 100%;
    width: 100%;   
    border-radius: 6px;
}

.gif-row {
    gap: 4px;
}

.left-box, .right-box {
    width: 50%;
    height: 100%;

    justify-content: flex-start;
    align-items: flex-start;

    padding: 6px;

    gap: 10px;
    overflow-y: scroll;
    padding-bottom: 1rem;
}
.title-box {
    font-size: 0.7rem;
    color: black;
    background-color: var(--pink);
    padding: 4px 8px;
    border-radius: 10px;
    height: fit-content;
    width: fit-content;
    scroll-snap-align: start;
}

.textbox {
    color: black;
    font-size: 0.6rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

    padding: 0 9px;
}

.image-holder {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: auto;

    padding: 8px; 

    background-image: url(/assets/images/frame.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* INTERESTS.HTML */


.left-pane {
    height: 100%;
    width: 25%;
    background-color: var(--light-pink);
    padding: 8px;
    justify-content: flex-start;
    gap: 10px;
    overflow-y: scroll;
}
.right-pane {
    height: 100%;
    width: 75%;
    padding: 8px;
    justify-content: flex-start;
    overflow-y: scroll;
    overflow-x: hidden;
    gap: 10px;
    scroll-snap-type: proximity;
}

.music-player {
    width: 100%;
    height: fit-content;
    background-color: white;
    border-radius: 6px;
    padding: 6px;
}

.music-player img {
    width: 100%;
    height: auto;
}
.music-player p {
    color: black;
    font-size: 0.45rem;
    text-align: center;
}

.music-icon {
    font-size: 1.5rem;
}
.row-box {
    align-items: flex-start;
    gap: 6px;
    width: 100%;
}

.col-box {
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
}
.row-box img {
    height: auto;
    width: 100%;
}

.img-card {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-page.right-pane .title-box {

    margin-top: 1rem;
}
.sub-page.right-pane .title-box:first-child {
    margin-top: 4px;
}

/* img fullscreen stuff */

.image.active {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 10;
    aspect-ratio: auto;
    object-fit: contain;
}

.close-btn {
    font-size:1.52rem;
    border-radius: 8px;
    padding: 3px 12px;
    border: 2px solid white;
    color: white;
    background-color: rgba(0, 0, 0, 0.25);

    position: fixed;
    top: 6px;
    right: 6px;

    display: none;
    z-index: 11;
}

.close-btn.active {
    display: flex;
}

.left-box {
    overflow-x: hidden;
}

.skills {
    flex-wrap: wrap;
    gap: 4px;
}
.skills .title-box {
    background-color: pink;
    font-size: 0.5rem;
    border: 1px solid purple;
    color: black;
    padding: 2px 6px;
}

.scale-hover:hover {
    scale: 1.05;
}

.img-holder {
    border-radius: 10px;
    overflow: hidden;
}
.img-holder img {
    width: 100%;
    height: auto;
}

/* MEDIAS  */

@media screen and (orientation: portrait) {
    .main {
        height: 120vw;
        width: 90vw;
    }
}