/* DO YOU EVEN VANILLA? */
/* TODO SCSS / TAILWIND / BOOTSTRAP VERSION for LuLz? */

/* FONTS */
.google-sans{
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #486a6a
}
.barlow-condensed-medium span{
  text-transform: lowercase;
}
/* END FONTS */


body { 
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}
button {
  all: unset;
  cursor: pointer;
}
p { 
    margin: 0;
}
h1, h2 {
    margin: 0 0 1rem 0;
}
h2 {
    font-size: 2rem;
}
nav {
    text-align: center;
    padding: 8px;
    background: #cce5e5;
}

nav a{
    text-transform: uppercase;
    font-size: calc(1rem + 1vw);
    color: #669999;
    text-decoration: none;
}
nav a.active{
    color: #999999;
  
}

p {
    font-size: 1rem;
    line-height: 1.5rem;
}

ul {
    font-size: 1rem;
    line-height: 1.5rem;
}

.bold {
    font-weight: bold;
}
.bolder {
    font-weight: bold;
    text-transform: uppercase;
}
.by {
    color: #669999;;
}

.call-to-action {
    /* border: 1px solid orange; */
    width:72px;
    justify-content: flex-end;
    flex: 1;
    text-align: right;
    text-transform: uppercase;
    order: 2;
    position: sticky;
    top: 0;
    align-self: flex-start;
}
.call-to-action a{
    background: #cce5e5;
    padding: 12px;
    margin: 6px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #314b4b;
    text-decoration: none;
}
.call-to-action a:hover {
    background: #c6dede;
}
.call-to-action a.active {
    background: #99cccc;
}
.container-wrapper {
    /* border: 1px solid purple; */
    /* max-width: 1900px; */
    margin: 1rem auto;
    max-width: 100%;
    /* overflow-x: hidden; */
}
.container {
    /* border: 1px solid greenyellow; */
    max-width: 1200px;
    margin: 0 auto;
}
.content {
    /* border: 1px solid greenyellow; */
    display: flex;
    flex-direction: row;
    position: relative;
}

.dark {
    background-color: #000;
    color: #999999;
}
.dark .hero-banner-wrapper {
    background: #fff;
    position: relative;
}
.desktop-cta {
    display: none;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: calc(1rem + 1vw);
    color: #486a6a;
    line-height: 1;
    vertical-align: top;
    padding-left: .5rem;
}
.footer {
    display: flex;
    margin: 0 auto;
    padding: 1rem 1rem 0;
}
.footer span {
    flex: 1;
    color: #999999;
    font-size: 0.75rem;
}
.footer span:last-child {
    text-align: right;
}
.header {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    /* padding: 0 16px; */
}

.hero-banner-wrapper {
    /* border: 1px solid purple; */
    background: #000;
    position: relative;
}
.hero-banner {
    background-image: url("../img/hero-banner-screen.png");
    background-position: right;
    height: 473px;
    position: relative;
}
.hero-banner-kamon {
    background-image: url("../img/hero-banner-screen-kamon.png");
    background-position: left;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    
}

.hero-banner-personal {
    background-image: url("../img/hero-banner-personal.png");
    background-position: center;
    height: 473px;
    background-repeat: no-repeat;
    position: relative;
}

.hero-banner-passionate {
    background-image: url("../img/hero-banner-passionate.png");
    background-position: right;
    height: 473px;
    background-repeat: no-repeat;
    position: relative;
    background-position-x: left 80%;
}
.hidden {
    display: none; 
}
.light {
    color: #000;
}
.lighter {
    color: #8e8e8e;
}
.logo {
    /* border: 1px solid orange; */
    max-width: 100%;
    justify-content: flex-start;
    flex: 1;
    padding: 0 16px 16px;
}
.logo img {
    object-fit: cover;
    max-width: 100%;
    order: 2;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 20;
}
.material-symbols-outlined:hover {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.mike {
    position: absolute;
    right: 16px;
    bottom: 16px;
    text-transform: uppercase;
    font-size: calc(.75rem + 1vw);
    color: #999999;
    text-decoration: none;
}

.mobile-cta {
    font-size: calc(3rem + 1vw);
    vertical-align: text-top;
}

.resize-responsive {
    display: none;
}

.slider {
    display: flex;
    overflow: hidden;
    /* background-color: #999999; */

    --gap: 3rem;
    gap: var(--gap)
}

.slider ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap);
    flex-shrink: 0;
    animation: scroll 40s linear infinite;
    padding: 0;
}

.slider:hover ul {
    animation-play-state: paused;
}
.socials {
    max-width: 414px;
    width: 100%;
    border: 2px solid gray;
}
.socials:hover {
    border: 2px solid sandybrown;
}
.spacer {
    color: #99cccc;
    margin: 0 16px;
    font-size: calc(1.25rem + 1vw);
}
.subheader{
    font-size: 1.25rem;
}

.summary {
    padding: 1rem;
    max-width: 89%;
    width: 100%;
}

.summary ul {
    padding-inline-start: 20px;

}

.trusted a {
    text-decoration: none;
    color: #669999;
}
.utility {
    /* border: 1px solid orange; */
    max-width: 100%;
    justify-content: flex-end;
    flex: 1;
    text-align: right;
    order: 1;

    text-transform: uppercase;
    font-size: calc(.75rem + 1vw);
    color: #999999;
    text-decoration: none;
    padding: 0 16px;

}
.utility a {
    color: #999999;
    text-decoration: none;
    margin-right: .75rem;
}

@keyframes scroll {
    to {
        transform: translateX(calc(-100% - var(--gap)))
    }
}

@media screen and (min-width: 768px) {
    body {
        background-color: white;
    }
    nav {
        text-align: right;
        padding: 0 16px;
        background: none;
    }

    .call-to-action {
    /* border: 1px solid orange; */
    max-width: 25%;
    }
    .desktop-cta {
        display: inline-block;
    }
    .header {
        display: flex;
        flex-direction: row;
    }
    .hero-banner-personal {
        background-position: right;
    }
    .logo {
        max-width: 75%;
        order: 1;
        padding: 0 16px 0;
    }
    .mike {
        bottom: 0;
    }
    .mobile-cta {
        font-size: calc(1.5rem + 1vw);
        margin-right: 5px;
    }
    .resize-responsive {
        display: block;
        position: absolute;
        bottom: 1rem;
        right: 1rem;
    }
    .summary {
        max-width: 75%;
        justify-content: flex-start;
        flex: 1;
        order: 1;
    }
    .utility {
        max-width: 25%;
        justify-content: flex-end;
        flex: 1;
        text-align: right;
        order: 2;
    }
}
