/* ROBOTO (Variable: Width & Weight) */
@font-face {
    font-family: 'roboto';
    src: url('../font/Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-style: normal;
    font-display: swap;
}

/* ROBOTO CONDENSED (Variable: Weight) */
@font-face {
    font-family: 'roboto_condensed';
    src: url('../font/Roboto_Condensed/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* ROBOTO SLAB (Variable: Weight) */
@font-face {
    font-family: 'roboto_slab';
    src: url('../font/Roboto_Slab/RobotoSlab-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* MANROPE (Variable: Weight) */
@font-face {
    font-family: 'manrope';
    src: url('../font/Manrope/Manrope-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}

/* CORMORANT GARAMOND (Variable: Weight) */
@font-face {
    font-family: 'cormorant_garamond';
    src: url('../font/Cormorant_Garamond/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

/* CORMORANT UNICASE (Static: Regular) */
@font-face {
    font-family: 'cormorant_unicase';
    src: url('../font/Cormorant_Unicase/CormorantUnicase-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* PACIFICO (Static: Regular) */
@font-face {
    font-family: 'pacifico';
    src: url('../font/Pacifico-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* CAVEAT (Variable: Weight) */
@font-face {
    font-family: 'caveat';
    src: url('../font/Caveat-VariableFont_wght.ttf') format('truetype');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}
:root{
    --color-logotype: hsl(60,40%,40%);
    --color-primary: hsl(350, 30%, 50%);
    --color-primary-invert: hsl(0, 0%, 100%);
    --color-primary-hover: hsl(350, 30%,24%);
    --color-primary-light: hsl(350, 30%, 62%);
    --color-primary-dark: hsl(350, 30%, 12%);
    --color-success: hsl(158, 80%, 45%);
    --color-warning: hsl(35, 90%, 60%);
    --color-danger: hsl(0, 70%, 55%);
    --color-text : hsl(220 , 15% , 0%);
    --color-text-muted : hsl(220 , 15% , 20%);
    --color-surface : hsl(40, 5%, 95%);
    --color-background : hsl(30, 10%, 85%);
    --color-border : hsl(30, 24.1%, 81%);
    --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-size-xs : 14px;
    --font-size : 17.5px;
    --font-size-md : 19px;
    --font-size-lg : 21px;
    --font-size-xl : 28px;
    --font-size-2xl : 44px;
    --font-size-3xl : 61px;
    --space-0: 0px;
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 24px;
    --space-6: 32px;
    --space-7: 40px;
    --space-8: 64px;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-2xl: 32px;
    --breakpoint-xs: 350px;
    --breakpoint-sm: 640px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1280px;
    --breakpoint-2xl: 1536px;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --button-size : 40px;
}

html{font-size: 17px;font-family: roboto, system-ui , sans-serif; background:linear-gradient(35deg , var(--color-background), var(--color-surface));color: #FFFFFF;}
header > svg {transform: scale(1);}
h1{line-height: 1;margin-left: 12px;margin-right:13px;margin-bottom: 0.8rem;margin-top: 1.2rem;}
h2,h3{line-height: 1.1;margin-left: 8px;margin-right: 8px;margin-bottom: 0.8rem;margin-top: 1.1rem;}
h4,h5,h6{line-height: 1.2;margin-left: 8px;margin-right: 8px;margin-bottom: 0.8rem;margin-top: 1rem;}
p,b,i{line-height: 1.2; margin-left: 8px; margin-right: 8px; margin-bottom: 0.4rem; margin-top: 0.85rem;}
a:focus,button:focus,input:focus,textarea:focus {outline:1px solid #444444;z-index:+1;}
input::-webkit-input-placeholder,input::-moz-placeholder,input:-moz-placeholder,input:-ms-input-placeholder,textarea::-webkit-input-placeholder,textarea::-moz-placeholder,textarea:-moz-placeholder,textarea:-ms-input-placeholder{color:#777777;}
::-webkit-scrollbar {width: 8px;height: 6px;}::-webkit-scrollbar-track {background: #444444;}::-webkit-scrollbar-thumb {background: #787878; border-radius: 2px;}::-webkit-scrollbar-thumb:hover{background: #000000;border: 2px solid #ffffff;}

input,
textarea,
button{
    font-size: var(--font-size);
    color: var(--color-text);
    height: var(--button-size);
    padding-left: 8px;
    padding-right: 8px;
    border-radius: var(--radius-sm);
}
button{
    background: var(--color-primary);
    color: var(--color-text);
}
input,
textarea{
    background: #FFFFFF;
}
textarea{
    resize: vertical;
    max-height: 650px;
    min-height: 250px;
    padding-top: var(--space-2);
    font-size: var(--font-size);
}
form button{
    margin-top: var(--space-2);
    text-transform: uppercase;
    font-weight: 600;
}
form > .g{
    margin-top: calc(var(--space-2) + var(--font-size-xs)); 
    position: relative;
}
form > .g-l{
    position: relative;
    margin-top: calc(var(--space-2) + var(--font-size-xs));
}
form > .g-l textarea + label{
    position: absolute;
    left: 0;
    top: calc((var(--font-size-xs) + var(--space-1)) * -1);
    font-size: var(--font-size-xs);
    color: var(--color-primary-invert);
}
form > .g input + label {
    position: absolute;
    left: 0;
    top: calc((var(--font-size-xs) + var(--space-1)) * -1);
    font-size: var(--font-size-xs);
    color: var(--color-primary-invert);
}
button > span{
    color: var(--color-text);
}
section {
    align-items: center;
}
body.light-theme {
    color: var(--color-text);
}
body.dark-theme img.icon {
    filter: invert(1);
}
@media screen and (max-width:1536px) {
    :root{
        --breakpoint-2xl: 1280px;
    }
}
@media screen and (max-width:1280px) {
    :root{
        --breakpoint-xl: 1024px;
        --breakpoint-2xl: 1024px;
    }
}
@media screen and (max-width:1024px) {
    :root{
        --breakpoint-xl: 768px;
        --breakpoint-2xl: 768px;
        --breakpoint-lg: 768px;
    }
}
@media screen and (max-width:768px) {
    :root{
        --breakpoint-xl: 100%;
        --breakpoint-2xl: 100%;
        --breakpoint-lg: 100%;
        --breakpoint-md: 100%;
        --breakpoint-sm: 100%;
    }
}
@media screen and (max-width:650px) {
    :root{
        --breakpoint-xl: 100%;
        --breakpoint-2xl: 100%;
        --breakpoint-lg: 100%;
        --breakpoint-md: 100%;
        --breakpoint-sm: 100%;
        --breakpoint-xs: 100%;
    }
}

header img.logo{
    height: 3rem;
}

/* media fullscreen */
#media-fullscreen{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    transition: 1s;
    transform: translate(-100vw , 0);
    background: #ffffff;
    pointer-events: none;
    z-index: 992;
}
#media-fullscreen.active{
    transform: translate(0 , 0);
    pointer-events: all;
}
#popup-content > button,
#media-fullscreen > button{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: transparent;
}
#media-fullscreen > button > img,
#media-fullscreen > button > svg{
    width: 100%;
}
#media-fullscreen > img{
    width: 100vw;
    height: 100vh;
    object-fit: contain;
}

#hero > .content > img{
    transition: 0.5s;
    animation: 24s change-color infinite;
}
#hero .content > img.image-thin{
    aspect-ratio: 3/4;
    object-fit: cover;
}

@keyframes change-color {
    0%{
        filter: hue-rotate(0deg);
    }
    75%{
        filter: hue-rotate(-360deg);
    }
    100% {
        filter: hue-rotate(0deg);
    }
}