@import url('https://fonts.googleapis.com/css2?family=Delius&family=Oldenburg&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&display=swap');

:root {
    --backgroundcolor: #FFEFC8;
    --backgroundcolor2: #fceaba;
    --textcolor: #D70654;
    --primarycolor: #FFD95F;
    --secondarycolor: #B8D576;
    --terciarycolor: #F72C5B;
    --contrastcolor: #FF748B;
    --activelinkcolor: #E4F1AC;
    --bubblegumpinkcolor: #fa9ba9;
    --petroleumgreencolor: #006566;

    --primaryfont: "Playwrite GB S", cursive;
    --secondaryfont: "Delius", cursive;
    --terciaryfont: "Oldenburg", serif;
}

body {
    background: repeating-linear-gradient(90deg, var(--backgroundcolor), var(--backgroundcolor) 15px, var(--backgroundcolor2) 15px, var(--backgroundcolor2) 30px);
    min-height: 100vh;
    position: relative;
    font-family: var(--terciaryfont);
    color: var(--textcolor);
}

body::before {
    content: "";
    background-image: url('../assets/images/cherry.png');
    background-size: 50px 50px; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15; 
    z-index: -1;
    pointer-events: none;
}

/* HEADER */
header {
    background-color: var(--secondarycolor);
    border-radius: 10px;
    margin: 0.5rem;
    padding: 0.5rem;
    box-shadow: 8px 8px 0px var(--textcolor);
    border: 3px solid var(--textcolor);
}

.header_nav {
    padding: 0.5rem;
    margin: 0.5rem;
    font-family: var(--terciaryfont);
    color: var(--textcolor);
    font-size: 1rem;
    font-style: normal;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
}

.header_nav > a {
    color: var(--textcolor);
    background-color: var(--primarycolor);
    border-radius: 10px;
    text-decoration: none;
    padding: 0.5rem 1rem;
    align-content: center;
    box-shadow: 5px 5px 0px var(--textcolor);
    border: 2px solid var(--textcolor);
    margin: 0 5px 5px 0; 
    transition: all 0.1s ease-in-out;
    display: inline-block;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

a {
    text-decoration: none;
}

.btn-sticker:hover, .header_nav > a:hover {
    background-color: var(--contrastcolor);
    transform: translateY(-3px) scale(1.02) rotate(1deg);
    box-shadow: 10px 10px 0px var(--textcolor);
}

.btn-sticker:active,.header_nav > a:active {
    background-color: var(--activelinkcolor);
    transform: translateY(2px) scale(0.95) rotate(0deg);
    box-shadow: 2px 2px 0px var(--textcolor);
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0px); }
}

.watermelon-icon {
    animation: float 3s ease-in-out infinite;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 1rem;
    vertical-align: middle;
}

.watermelon-icon:hover {
    transform: scale(1.2) rotate(5deg);
    filter: drop-shadow(0px 0px 8px var(--activelinkcolor));
}

/* MAIN */
main, 
.main_about-me, 
.main_music-taste, 
.main_favdrinks, 
.main_cats {
    margin: 4rem 12rem;
    padding: 1rem;
    background-color: var(--secondarycolor);
    border-radius: 10px;
    border: 3px solid var(--textcolor);
    box-shadow: 12px 12px 0px var(--textcolor);
}

main,
.main_music-taste,
.main_cats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main_about-me {
    display: flex;
    flex-direction: column;
}

.main_favdrinks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

/* HOME PAGE */
section {
    margin: 0;
    padding: 0;
}

article p, 
article li {
    line-height: 1.3;
    margin-bottom: 1rem;
}

article li strong {
    background: linear-gradient(45deg, var(--bubblegumpinkcolor), var(--petroleumgreencolor));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block; 
    font-weight: 900;
}

article ul {
    list-style-position: inside;
    padding-left: 0;
}

article p:last-child, 
article li:last-child {
    margin-bottom: 0;
}

.section_h1 {
    margin: 1.5rem 0 0 0;
    padding: 0.5rem;
    background-color: var(--activelinkcolor);
    color: var(--textcolor);
    font-family: var(--terciaryfont);
    font-size: 2rem;
    border-radius: 10px 10px 0px 0px;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 3px solid var(--textcolor);
    box-shadow: 6px 6px 0px var(--textcolor);
}

.section_h2 {
    margin: 0 0 1.5rem 0;
    padding: 0.5rem;
    background-color: var(--activelinkcolor);
    border-radius: 0px 0px 10px 10px;
    font-family: var(--terciaryfont);
    color: var(--textcolor);
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 3px solid var(--textcolor);
    box-shadow: 6px 6px 0px var(--textcolor);
}

.section_p {
    margin: 1.5rem 0;
    padding: 0.5rem;
    font-family: var(--terciaryfont);
    font-size: 1.15rem;
    background-color: var(--activelinkcolor);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 3px solid var(--textcolor);
    box-shadow: 6px 6px 0px var(--textcolor);
}

.section_img {
    margin: 1.5rem 0;
    padding: 1.5rem;
    background-color: var(--contrastcolor);
    border: 5px solid var(--primarycolor);
    outline: 5px solid var(--contrastcolor);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.social-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px; 
    margin-top: 2rem;
    margin-bottom: 1.3rem;
    flex-wrap: wrap; 
    width: 100%;
}

.social-links .btn-sticker {
    min-width: 220px; 
    height: 65px;
    justify-content: center;
    box-sizing: border-box;
}

.icon-linkedin {
    height: 32px;
    width: auto;  
    object-fit: contain;
}

.icon-github {
    height: 32px;
    width: auto;  
    object-fit: contain;
}

/* GIFS HOME (Scrapbook) */
.scrapbook-item {
    position: absolute;
    z-index: 5;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.scrapbook-item:hover {
    transform: scale(1.2) rotate(10deg);
    filter: drop-shadow(4px 4px 0px var(--textcolor));
}

/* Coordinates and sizes */
.deco-whitecat  { width: 50px;  top: 7.45rem;  left: 13rem; }
.deco-popsicle  { width: 60px;  top: 30rem;   left: 26rem; transform: rotate(320deg);}
.deco-strawberry{ width: 75px;  top: 26rem;   left: 35rem; }
.deco-wow       { width: 80px;  top: 45rem;   left: 28rem; }
.deco-dino      { width: 100px; top: 49rem;   left: 30rem; }
.deco-coffeegif { width: 80px;  top: 65.5rem;   left: 2.5rem; }
.deco-planet    { width: 100px; top: 26rem;   left: 64.0625rem; }
.deco-icecream  { width: 80px;  top: 38rem;   left: 61rem; transform: rotate(20deg); }
.deco-coffee    { width: 65px;  top: 50rem;   left: 65rem; }
.deco-catgif    { width: 100px; top: 64.7rem;   left: 87.4rem; }

@media (max-width: 768px) {
    .scrapbook-item {
        transform: scale(0.6); 
    }
    .scrapbook-item:hover {
        transform: scale(0.8);
    }
}

/* FOOTER */
footer {
    font-family: var(--terciaryfont);
    font-weight: bold;
    color: var(--textcolor);
    margin: 0.5rem;
    padding: 0.5rem;
    background-color: var(--secondarycolor);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    box-shadow: 8px 8px 0px var(--textcolor);
    border: 3px solid var(--textcolor);
}

.footer-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.footer-section-link>a {
    font-size: 1.2rem;
    text-decoration: none;
}

.footer-section-link>a:hover {
    padding: 0.2em;
    background-color: var(--contrastcolor);
    border-radius: 10px;
}

/* ABOUT ME PAGE */

.section_1_about-me {
    margin: 0;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: row;
}

.article_1_about-me {
    margin: 0;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
}

.section_1_h1_about-me {
    margin: 1.5rem 0 0 0;
    padding: 0.5rem;
    background-color: var(--backgroundcolor2);
    font-family: var(--terciaryfont);
    color: var(--textcolor);
    font-size: 2rem;
    font-weight: bold;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    border: 3px solid var(--textcolor);
    box-shadow: 6px 6px 0px var(--textcolor);
}

.section_1_p_about-me {
    margin: 1.5rem 0 0 0;
    padding: 0.5rem;
    font-family: var(--terciaryfont);
    font-size: 1.15rem;
    background-color: var(--activelinkcolor);
    border-radius: 10px;
    border: 3px solid var(--textcolor);
    box-shadow: 6px 6px 0px var(--textcolor);
}

.aside_1_about-me {
    margin: 0;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
}

.aside_1_h2_about-me {
    margin: 1.5rem 0 0 0;
    padding: 0.5rem;
    background-color: var(--backgroundcolor2);
    font-family: var(--terciaryfont);
    color: var(--textcolor);
    font-size: 2rem;
    font-weight: bold;
    font-style: normal;
    border-radius: 10px;
    display: flex;
    flex-direction: row-reverse;
    border: 3px solid var(--textcolor);
    box-shadow: 6px 6px 0px var(--textcolor);
}

.img_aside_1_about-me {
    margin: 1.5rem 0 0.5rem 0.3rem;
    padding: 0.5rem;
    background-color: var(--contrastcolor);
    border: 5px solid var(--primarycolor);
    outline: 5px solid var(--contrastcolor);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.section_2_about-me {
    margin: 0;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: row-reverse;
}

.article_2_about-me {
    margin: 0; 
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
}

.section_2_h1_about-me {
    margin: 1.5rem 0 0 0;
    padding: 0.5rem;
    background-color: var(--backgroundcolor2);
    font-family: var(--terciaryfont);
    color: var(--textcolor);
    font-size: 2rem;
    font-weight: bold;
    font-style: normal;
    border-radius: 10px;
    display: flex;
    flex-direction: row-reverse;
    border: 3px solid var(--textcolor);
    box-shadow: 6px 6px 0px var(--textcolor);
}

.section_2_p_about-me {
    margin: 1.5rem 0 1.5rem 0;
    padding: 0.5rem;
    background-color: var(--activelinkcolor);
    font-family: var(--terciaryfont);
    font-size: 1.15rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 0.5rem;
    border: 3px solid var(--textcolor);
    box-shadow: 6px 6px 0px var(--textcolor);
}

.section_2_p_about-me li {
    list-style: none;
    line-height: 1.5;
}

.aside_2_about-me {
    margin: 0;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
}

.aside_2_h2_about-me {
    margin: 1.5rem 0 0 0;
    padding: 0.5rem;
    background-color: var(--backgroundcolor2);
    font-family: var(--terciaryfont);
    color: var(--textcolor);
    font-size: 2rem;
    font-weight: bold;
    font-style: normal;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    border: 3px solid var(--textcolor);
    box-shadow: 6px 6px 0px var(--textcolor);
}

.img_aside_2_about-me {
    margin: 1.5rem 0 0 0.5rem;
    padding: 0.5rem;
    background-color: var(--contrastcolor);
    border: 5px solid var(--primarycolor);
    outline: 5px solid var(--contrastcolor);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

/* MUSIC TASTE PAGE */

.section_music-taste {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section_h1_music-taste {
    margin: 1.5rem 0 0 0;
    padding: 0.5rem;
    background-color: var(--activelinkcolor);
    color: var(--textcolor);
    font-family: var(--terciaryfont);
    font-style: normal;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 3px solid var(--textcolor);
    box-shadow: 6px 6px 0px var(--textcolor);
    width: calc(580px + 1.6rem);
    box-sizing: border-box;
}

.section_spotify_music-taste {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0 0 0;
    padding: 0;
}

.btn-sticker {
    color: var(--textcolor);
    background-color: var(--primarycolor);
    border-radius: 12px;
    text-decoration: none;
    font-family: var(--terciaryfont);
    font-size: 1.5rem;
    font-weight: 900;
    padding: 15px 35px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border: 3px solid var(--textcolor);
    box-shadow: 8px 8px 0px var(--textcolor);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.section_video_frame_music-taste {
    margin: 1.5rem 0 1.5rem 0;
    padding: 0.8rem;
    background-color: var(--contrastcolor);
    border: 5px solid var(--primarycolor);
    outline: 5px solid var(--contrastcolor);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.video-cover {
    position: relative;
    width: 560px;
    height: 315px;
    background-color: #000;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: 0.3s;
}

.video-cover:hover img {
    opacity: 1;
}

.play-button {
    position: absolute;
    width: 60px;
    height: 40px;
    background-color: red;
    border-radius: 10px;
    z-index: 10;
    transition: 0.2s;
}

.play-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid white;
}

.video-cover:hover .play-button {
    background-color: #cc0000;
    transform: scale(1.1);
}

.video-cover iframe {
    width: 100%;
    height: 100%;
}

/* FAV DRINKS PAGE */

.section_1_favdrinks {
    display: flex;
    flex-direction: column;
    width: 100%; 
    align-items: center;
    margin: 0;
    padding: 0;
}

.section_1_h1_favdrinks {
    background-color: var(--backgroundcolor2);
    color: var(--textcolor);
    font-family: var(--terciaryfont);
    font-size: 2rem;
    margin: 1.5rem 0 0 0;
    padding: 0.5rem;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    border: 3px solid var(--textcolor);
    box-shadow: 6px 6px 0px var(--textcolor);
    width: 80%;
    box-sizing: border-box;
}

.section_1_p_favdrinks {
    margin: 1.5rem 0 0 0;
    padding: 0.5rem 1.5rem;
    font-family: var(--terciaryfont);
    font-size: 1.2rem;
    background-color: var(--activelinkcolor);
    border-radius: 10px;
    text-align: center;
    width: 80%;
    border: 3px solid var(--textcolor);
    box-shadow: 6px 6px 0px var(--textcolor);
    box-sizing: border-box;
}

.section_2_favdrinks {
    display: flex;
    flex-direction: column; 
    align-items: center;
    width: 45%;
    margin: 0;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    box-sizing: border-box;
    border: 3px solid var(--textcolor);
    box-shadow: 8px 8px 0px var(--textcolor);
}

.article_2_favdrinks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--primarycolor);
    padding: 0.5rem;
    border-radius: 12px;
    box-shadow: 6px 6px 0px var(--textcolor);
    border: 3px solid var(--textcolor);
    margin: 0 0 1.5rem 0; 
    width: 100%;
    box-sizing: border-box;
}

.section_2_h2_favdrinks {
    color: var(--textcolor);
    font-family: var(--terciaryfont);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.section_2_p_favdrinks {
    font-family: var(--terciaryfont);
    font-size: 1.1rem;
    text-align: center;
    margin: 0.4rem 0 0 0;
    color: var(--textcolor);
    font-style: italic;
}

.aside_2_favdrinks {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.img_aside_2_favdrinks {
    margin: 0;
    padding: 0.5rem;
    background-color: var(--contrastcolor);
    border: 5px solid var(--primarycolor);
    outline: 5px solid var(--contrastcolor);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_aside_2_favdrinks img {
    border-radius: 5px;
    width: 100%;
    max-width: 300px;
    height: auto;
}

/* MY CATS PAGE */

.section_1_cats {
    display: flex;
    flex-direction: column;
    width: 100%; 
    align-items: center;
    text-align: center;
    margin: 0; padding: 0;
}

.section_1_h1_cats {
    background-color: var(--backgroundcolor2);
    color: var(--textcolor);
    font-family: var(--terciaryfont);
    font-size: 2rem;
    margin: 1.5rem 0 0 0;
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 6px 6px 0px var(--textcolor);
    border: 3px solid var(--textcolor);
    width: 90%; 
    max-width: 700px;
    box-sizing: border-box;
}

.section_1_p_cats {
    margin: 1.5rem 0 0 0;
    padding: 0.5rem 1.5rem;
    font-family: var(--terciaryfont);
    font-size: 1.2rem;
    background-color: var(--activelinkcolor);
    border-radius: 10px;
    border: 3px solid var(--textcolor);
    box-shadow: 6px 6px 0px var(--textcolor);
    width: 90%; 
    max-width: 700px;
    box-sizing: border-box;
}

.carousel_container {
    position: relative;
    width: 90%;
    max-width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem 0;
}

.carousel_track_container {
    overflow: hidden;
    width: 100%;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    border: 3px solid var(--textcolor);
    box-shadow: 8px 8px 0px var(--textcolor);
    box-sizing: border-box;
}

.carousel_track {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.carousel_slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
}

.cat_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
}

.cat_card img {
    width: 80%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
    border: 5px solid var(--primarycolor);
    outline: 5px solid var(--contrastcolor);
    background-color: var(--contrastcolor);
    box-sizing: border-box;
}

.cat_info {
    background-color: var(--primarycolor);
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 6px 6px 0px var(--textcolor);
    margin: 1.5rem 0 0 0;
    width: 80%;
    text-align: center;
    border: 3px solid var(--textcolor);
    box-sizing: border-box;
}

.cat_info h3 {
    font-family: var(--terciaryfont);
    color: var(--textcolor);
    font-size: 1.5rem;
    margin: 0;
}

.cat_info p {
    font-family: var(--secondaryfont);
    color: var(--textcolor);
    font-size: 1.1rem;
    margin: 0.5rem 0 0 0;
}

.carousel_btn {
    background-color: var(--primarycolor);
    color: var(--textcolor);
    border: 3px solid var(--textcolor);
    border-radius: 10px; 
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: 5px 5px 0px var(--textcolor);
    position: absolute;
    z-index: 10;
    transition: all 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.carousel_btn svg {
    width: 32px;
    height: 32px;
    stroke: var(--textcolor);
}

.carousel_btn:hover {
    background-color: var(--contrastcolor);
    transform: scale(1.1);
}

.carousel_btn:active {
    box-shadow: 2px 2px 0px var(--textcolor);
    transform: translateY(2px);
}

.right-arrow::after {
  content: none;
}

.right-arrow {
  width: 20px; 
  height: 20px; 
  background-color: var(--bubblegumpinkcolor); 
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%); 
  display: inline-block;
}

.prev { left: 25px; } 
.next { right: 25px; }

@media (max-width: 1024px) {
    .main_cats { margin: 2rem 2rem; }
    .prev { left: 10px; }
    .next { right: 10px; }
}