* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo_5.2.8_latin-400-normal.woff2');
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald_5.2.7_latin-400-normal.woff2');
}

@keyframes parallax {
    from {
        margin-bottom: 0px;
    }
    to {
        margin-bottom: -200px;
        filter: grayscale(100%) brightness(0.5);
    }
}

@keyframes parallax2 {
    from {
        transform: translateY(100px);
        /* opacity: .8; */
    }
    to {
        transform: translateY(1px);
        /* opacity: 1; */
    }
}

@keyframes parallax3 {
    0% {
        transform: rotateX(15deg) translateY(-100px);
        filter: brightness(.5) grayscale(100) drop-shadow(0px -10px 10px rgba(51, 51, 51, 0.7));
    }
    50% {
        transform: rotateX(0deg);
        filter: brightness(1) grayscale(0) drop-shadow(0px 0px 0px rgba(51, 51, 51, 0));
    }
    100% {
        transform: rotateX(-15deg) translateY(100px);
        filter: drop-shadow(0px 10px 10px rgba(51, 51, 51, 0.7));
    }
}
@keyframes slide {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

::-webkit-scrollbar {
    width: 10px;
    background-color: var(--scrollbar-background);
}
  
::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar);
    border-radius: 0 !important;
    border: none !important;
}
  
::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-hover);
}
  
::-webkit-scrollbar-button {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    background: transparent !important;
}

html {
    background-color: var(--main);
    font-family: 'Archivo', sans-serif;
}

body {
    color: var(--text);
}

header {
    background-color: var(--accent);
    text-transform: uppercase;   
    font-size: 13px; 
    line-height: 25.6px;

    padding-top: 1rem;
    padding-bottom: 2rem;
    
    display: flex;
    gap: 1rem;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
}

footer {
    position: relative;
    
    background-color: var(--accent);
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 70px;
    /* padding-left: 510px;
    padding-right: 510px; */


    display: flex;
    gap: 10vw;
    flex-direction: row;
    justify-content:center;
    align-items: flex-start;
    flex-wrap: wrap;

    z-index: 2;
}

footer div {
    text-align: left;
}

footer h4 {
    margin-bottom: 20px;
}

footer li {
    display: inherit;
    margin-left: 0;
    margin-top: 4px;
    margin-bottom: 4px;
}

footer a {
    font-size: 13.6px;
    line-height: 21.76px;
}

footer p {
    position: absolute;
    bottom: 30px;
    
    font-size: 12px;
    line-height: 19.2px;
    width: 100%;
    text-align: center;

    opacity: .7;
}

article {
    width: 86%;
    background-color: var(--main);
    gap: 5vw;
    display: flex;
    /* gap: 10vw; */
    flex-direction: row;
    justify-content:center;
    align-items: flex-start;
    flex-wrap: wrap;

    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 100px;
}

article section {
    width: 50%;
    max-width: 800px;

    z-index: 1;
}

article p {
    margin-bottom: 20px;
    margin-left: 1rem;
}

article a {
    color: var(--color-highlight);
}

article #img {
    width: 30%;
    max-width: 440px;
    aspect-ratio: 3 / 4;
    /* overflow-y: hidden; */
    overflow-y: clip;

    background-color: #dedede;
}

article img {
    display: block;
    width: 100%;
    animation-name: parallax2;
    animation-timing-function: ease-out;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: entry 20% cover 70%;
}

p {
    font-size: 16px;
    line-height: 25.6px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}

h1 {
    font-size: 80px;
    font-weight: normal;
    text-transform: uppercase;  
}

h2 {
    font-size: 26.35px;
    line-height: 34.255px;
    font-weight: normal;
    text-transform: uppercase;  

    padding-top: 50px;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

h2::after {
    content: "";
    display: inline-block;

    background-image: url(../icons/noun-flower-line-embellishment-181247.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: .5;

    width: 320px;
    height: 320px;
    margin-top: -115px;
    margin-bottom: -195px;
}
h3 {
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}
h4 {
    font-size: 12px;
    line-height: 15.6px;
    font-weight: normal;
    text-transform: uppercase;  
}

a {
    text-decoration: none;
    color: var(--text);
}

i {
    opacity: .5;
}

li {
    position: relative;
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
}

main li {
    font-size: 16px;
    line-height: 25.6px;
    margin-bottom: 2rem;
}

nav > ul > li:hover {
    border-bottom: solid 1px var(--text);
    margin-bottom: -1px;
}

.soon::after {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: none;
    color: var(--color-highlight);

    content: "[SOON!]";
    /* opacity: .7; */
    margin-left: 10px;
}

.dropdown {
    display:  none;
    position: absolute;
    padding-top: 1rem;
    padding-bottom: .5rem;
    top: 26.6px;
    left: 0;
    width: max-content;

    z-index: 1;
    background-color: var(--accent);
}

.dropdown li {
    display: block;
    line-height: 40px;
}

.nomargin {
    margin-left: 0;
}

.vert {
    gap: 3rem;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.vh {
    position: relative;
    
    height: 100vh;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    flex-wrap: nowrap;
}
.vh h2{
    position: absolute;
    top: 0;
}

footer .fa {
    width: 20px;
}

li:hover > .dropdown
{
    display: inherit;
}

#banner {
    position: relative;

    animation-name: parallax;
    animation-timing-function: linear;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: cover 50% cover 100%;
    z-index: -1;
}

#banner img {
    width: 100%;
}

#overlay {
    position: absolute;

    text-shadow: 3px 3px 4px rgba(0,0,0,0.6);
    color: var(--main);
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

#overlay p {
    font-size: 20.8px;
    line-height: 33.28px;
    font-weight: bold;
    text-shadow: none;
}

#cat {
    height: 42vh;
    width: auto;

    animation: none;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

#inf {
    position:fixed;
    bottom: 0;
    right: 0;

    background-color: var(--accent);
    padding: 1rem;
    padding-bottom: 0.4rem;

    z-index: 2;
}

#phone {
    position: relative;
    width: 100%;
    max-width: 1002px;
    aspect-ratio: 21/10;

    display: flex;
    justify-content: center;
    align-items: center;

    perspective: 1500px;
    /* overflow: clip; */

    view-timeline-name: --phone;
    view-timeline-axis: block;
}

#phone img {
    position: absolute;
    width: 100%;
    animation: none;
    z-index: 1;

    animation-name: parallax3;
    animation-timing-function: ease-out;
    /* animation-timeline: view(); */
    animation-timeline: --phone;
    animation-fill-mode: both;
    animation-range: cover 20% cover 80%;
}

#phone video {
    position: absolute;
    width: 95.81%;
    z-index: 0;
    
    animation-name: parallax3;
    animation-timing-function: ease-out;
    /* animation-timeline: view(); */
    animation-timeline: --phone;
    animation-fill-mode: both;
    animation-range: cover 20% cover 80%;
}

#google {
    position: absolute;
    bottom: -10px;
    right: -10px;
    
    max-width: 200px;
    /* animation: none !important; */

    animation-name: slide !important;
    animation-timing-function: ease-in !important;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: cover 10% cover 30% !important;
}

#gallery {
    background-color: var(--accent);
    padding-top: 100px;

    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;

    animation-name: slide !important;
    animation-timing-function: ease-in !important;
    animation-timeline: view();
    animation-fill-mode: both;
    animation-range: cover 10% cover 30% !important;
}

#gallery img {
    max-width: 86%;
    max-width: 1200px;
    animation: none !important;
}