:root {
	--gullys-main-blue: #0B2E50;
	--gullys-main-neonblue: #1F80E0;
	--gullys-main-orange: #FFAD24;
	--gullys-main-gray: #E5ECF7;

	--gullys-gray-0: #BFC3CD;
	--gullys-gray-1: #7F8289;
	--gullys-gray-2: #606267;

	--gullys-orange-0: #D4911E;
	--gullys-orange-1: #916314;

	--gullys-mid-blue: #1968B6;
	--gullys-blue: #104172;

	--gullys-neon-pink: #FF24CF;
	--gullys-neon-green: #57FF2E;
}

@font-face {
	font-display: swap;
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 400;
	src: url('../asset/font/bebas-neue-v14-latin-regular.woff2') format('woff2');
}

a.button {
    background-color: var(--gullys-main-blue);
    border: var(--gullys-gray-0) 1px solid;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Bebas Neue';
    font-style: italic;
    color: var(--gullys-main-gray);
    transition: background-color 0.2s linear, color 0.2s linear;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

a.button:hover {
    background-color: var(--gullys-main-orange);
    color: var(--gullys-main-blue);
    cursor: pointer;
}

a.large-button {
    font-size: 24px;
    padding: 24px;
}

body {
	font-family: 'Bebas Neue';
    background-color: var(--gullys-main-blue);
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: var(--gullys-main-gray);
    transition: color 0.5s;

    &:hover {
        color: var(--gullys-main-orange);
    }
}

h1 {
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0;
    color: var(--gullys-main-orange);
    font-style: italic;
    font-size: 58px;
}

h2 {
    display: block;
    font-style: normal;
    font-weight: normal;
    color: var(--gullys-main-gray);
    font-size: 52px;
    margin: 0;
    margin-bottom: 16px;
    margin-top: 32px;
}

p {
    color: var(--gullys-main-gray);
    font-size: 32px;
    margin: 0;
}

p span.highlight {
    color: var(--gullys-main-orange);
}

div.content-max-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
} 

div.gullys-96 {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-size: 68px;
}

div.gullys-96 .gullys-edition {
    color: transparent;
    -webkit-text-stroke: 1px var(--gullys-main-orange);
}

div.gullys-96 span {
    background: linear-gradient(135deg, var(--gullys-main-blue) 50%, var(--gullys-main-orange) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div.gullys-96 .gullys-number {
    color: transparent;
    -webkit-text-stroke: 1px var(--gullys-main-orange);
}

div.gullys-color {
    font-size: 68px;
}

div.gullys-color .gullys-color-incolor {
    color: transparent;
    -webkit-text-stroke: 1px var(--gullys-neon-green);
    text-underline-offset: 8px;
    text-decoration: underline;
}

div.gullys-color .gullys-color-colorful {
    background-color: var(--gullys-main-gray);
    border-top: var(--gullys-main-orange) 10px dashed;
    border-bottom: var(--gullys-main-neonblue) 7px dashed;
    color: var(--gullys-main-blue);
}

div.gullys-color .gullys-color-and {
    color: var(--gullys-neon-pink);
}

div.gullys-color .gullys-color-second-u {
    color: var(--gullys-main-gray);
}

div.gullys-color .gullys-color-third-u {
    color: var(--gullys-main-neonblue);
}

div.gullys-color .gullys-color-end {
    color: var(--gullys-main-orange);
}

div.gullys-noble {
    font-size: 68px;
}

div.gullys-noble .gullys-noble-1 {
    background: linear-gradient(135deg, color(srgb 0.5254 0.8174 0.9135) 50%, var(--gullys-main-orange) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px color(srgb 0.116 0.1017 0.0887);
}
            
div.gullys-noble .gullys-noble-2 {
    background: linear-gradient(135deg, color(srgb 0.116 0.1017 0.0887) 50%, var(--gullys-main-orange) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--gullys-main-orange);
}

div.gullys-gallier {
    font-size: 68px;
}

div.gullys-gallier .gullys-gallier-1 {
    background: linear-gradient(135deg, red 50%, gold 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px red;
}

div.gullys-gallier .gullys-gallier-2 {
    background: linear-gradient(135deg, red 50%, var(--gullys-main-gray) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--gullys-main-gray);
}

div.content-wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
}

div.gullys-logo img {
    width: 64px;
}

div.gullys-copyright {
    display: block;
    color: var(--gullys-gray-0);
    font-size: 16px;
    letter-spacing: 1px;
    padding: 32px;
}

div.gullys-lettering {
    clip-path: polygon(0% 0%, 100% 0%, 96.5% 100%, 0% 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

div.gullys-lettering-v1 {
    background: linear-gradient(105deg, var(--gullys-main-blue) 81.5%, var(--gullys-main-orange) 81.5%);
}

div.gullys-lettering-v2 {
    background: linear-gradient(105deg, var(--gullys-main-blue) 52%, var(--gullys-main-orange) 52%);
}

div.gullys-lettering-v3 {
    background: linear-gradient(105deg, var(--gullys-main-blue) 34.5%, var(--gullys-main-orange) 34.5%);
}

div.gullys-lettering-v1 h1 {
    background: linear-gradient(105deg, var(--gullys-main-orange) 81.5%, var(--gullys-main-blue) 81.5%);
}

div.gullys-lettering-v2 h1 {
    background: linear-gradient(105deg, var(--gullys-main-orange) 52%, var(--gullys-main-blue) 52%);
}

div.gullys-lettering-v3 h1 {
    background: linear-gradient(105deg, var(--gullys-main-orange) 34.5%, var(--gullys-main-blue) 34.5%);
}

div.gullys-lettering h1 {
    display: inline-block;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
}

div.content-diag-head {
    display: flex;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

div.content-diag-head-column {
    flex-direction: column !important;
}

div.content-diag-head div.diag-left {
    flex: 1;
    background: var(--gullys-main-orange);
    display: flex;
    align-items: start;
    justify-content: start;
    clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
    color: var(--gullys-main-blue);
    padding-left: 16px;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

div.content-diag-head div.diag-left.animated {
    transform: translateX(0);
    opacity: 1;
}

div.content-diag-head div.diag-left span {
    font-size: 42px;
    font-style: italic;
}

div.content-diag-head div.diag-center {
    background: var(--gullys-main-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gullys-main-orange);
    opacity: 0;
    transform: translateY(10%);
    transition: opacity 2s ease-out, transform 1s ease-out;
}

div.content-diag-head div.diag-center.animated {
    opacity: 1;
    transform: translateY(0);
}

div.content-diag-head div.diag-center span {
    font-size: 56px;
}

div.content-diag-head div.diag-right {
    flex: 1;
    background: var(--gullys-main-gray);
    display: flex;
    align-items: end;
    justify-content: end;
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%);
    color: var(--gullys-main-blue);
    padding-right: 16px;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

div.content-diag-head div.diag-right.animated {
    transform: translateX(0);
    opacity: 1;
}

div.content-diag-head div.diag-right span {
    font-size: 42px;
    font-style: italic;
}

div.content-diag-head div.diag-top {
    flex: 0.8;
    background: var(--gullys-main-orange);
    display: flex;
    align-items: start;
    justify-content: start;
    clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
    color: var(--gullys-main-blue);
    padding-left: 16px;
    font-size: 32px;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

div.content-diag-head div.diag-top.animated {
    opacity: 1;
    transform: translateX(0);
} 

div.content-diag-head div.diag-top span {
    font-size: 38px;
    font-style: italic;
}

div.content-diag-head div.diag-bottom {
    flex: 0.2;
    background: var(--gullys-main-blue);
    display: flex;
    align-items: end;
    justify-content: end;
    color: var(--gullys-main-orange);
    padding-right: 16px;
    font-size: 32px;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
    border-bottom: var(--gullys-main-orange) 1px solid;
}

div.content-diag-head div.diag-bottom.animated {
    opacity: 1;
    transform: translateX(0);
} 

div.content-diag-head div.diag-bottom span {
    font-size: 38px;
    font-style: italic;
}

div.content-sep-bar {
    width: 100%;
    height: 1px;
    max-width: 1024px;
    margin: 0 auto;
    background-color: var(--gullys-main-gray);
}

div.content-sep-bar-small {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    height: 48px;
}

div.content-sep-bar-medium {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    height: 120px;
}

div.content-sep-bar-large {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    height: 300px;
}

div.content-centering {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
}

div.content-subtile {
    width: 100%;
    color: var(--gullys-main-gray);
    letter-spacing: 2px;
    text-align: center;
    font-size: 22px;
}

div.content-active {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

div.content-inactive {
    transform: translateY(20%);
    opacity: 0;
    transition: transform ease-out 1s, opacity ease-out 1s;
}

div.gullys-partner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
}

div.gullys-partner div.gullys-partner-logo {
    width: 20%;
}

div.gullys-partner div.gullys-partner-bar {
    background-color: var(--gullys-main-gray);
    width: 2px;
    height: 200px;
    margin: 8%;
}

.scroll-target-anim {
    transform: translateY(10%);
    opacity: 0;
    transition: 1s linear transform, 1s linear opacity;
}

.scroll-target-anim.animated {
    transform: translateY(0%);
    opacity: 1;
}

.scroll-left {
    transform: translateX(-100vw);
    transition: 1s linear transform, 1s linear opacity;
}

.scroll-left.animated {
    transform: translateX(0);
    opacity: 1;
}

.scroll-fade-in {
    opacity: 0;
    scale: 0.2;
    transition: 1.5s scale ease-out, 1.5s opacity ease-out;
}

.scroll-fade-in.animated {
    opacity: 1;
    scale: 1;
}

div.content-link-section {
    display: flex;
    justify-content: center;
}

.gullys-glossy {
    background-color: var(--gullys-orange-0);
    color: var(--gullys-main-blue);
    position: relative;
    overflow: hidden;
}

.gullys-glossy::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.45),
      rgba(255, 255, 255, 0.15) 40%,
      rgba(255, 255, 255, 0.05) 60%
    );
    pointer-events: none;
    mix-blend-mode: overlay;
}

@media (max-width: 1600px) {
    div.content-diag-head-v1 {
        flex-direction: column;
        height: 200px;
    }

    div.content-diag-head-v2 {
        flex-direction: column;
    }
}

@media (max-width: 900px) {
    h1 {
        font-size: 28px;
    }

    p {
        font-size: 24px;
    }

    div.gullys-96 {
        font-size: 58px;
    }

    div.gullys-color {
        font-size: 48px;
    }

    div.content-diag-head div.diag-top span {
        font-size: 24px;
    }

    div.content-diag-head div.diag-bottom span {
        font-size: 28px;
    }

    div.content-diag-head div.diag-left span {
        font-size: 28px;
    }

    div.content-diag-head div.diag-right span {
        font-size: 28px;
    }

    a.large-button {
        font-size: 16px;
    }
}

@keyframes slide_left {
    0% { transform: translateX(-100%); opacity: 0; }
    50% { transform: translateX(0); opacity: 1; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes slide_up {
    0% { transform: translateY(100vh); opacity: 0; }
    50% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(0); opacity: 1; }
}

@keyframes slide_right {
    0% { transform: translateX(100%); opacity: 0; }
    50% { transform: translateX(0); opacity: 1; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes fade_in {
    0% { opacity: 0; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}