/*CSS Stylesheet written and managed by Kasey Randall*/

html {
    width: 100%;
    height: 100%;
}

html,
body {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 20px;
    color: #313335;
    text-align: left;
    letter-spacing: 0;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    height: 100%;
    background-size: 190%;
    background-position: center top;
    background-color: #ffffff;
}

*:before,
*:after {
    box-sizing: inherit;
}


::selection {
    background: rgba(0, 0, 0, 0.25);
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: rgba(0, 118, 255, 0.24);
    /* Gecko Browsers */
}

h1 {
    font-size: 2em;
    line-height: 1.2em;
}

h2 {
    font-size: 1.8em;
    line-height: 1.3em;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 1.5em;
    line-height: initial;
    margin: .5em 0;
}

h4 {
    font-size: 1.4em;
    line-height: initial;
    margin: 8px 0;

}

h5 {
    font-size: 1.2em;
    line-height: initial;
    margin: 0;
}

h6 {
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 12px 0 12px 0;
}

p {
    font-weight: 400;
    font-size: 1em;
    letter-spacing: .01em;
    line-height: 1.8;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    cursor: pointer;
}

main {
    height: 100%
}

header {
    max-width: 652px;
    margin: 0 auto;
}

img, video {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

ul.list-group {
    margin: 0;
    padding: 0;
}

ul.list-group.bullet-list {}

ul.list-group.bullet-list li.bullet-item {
    font-family: inherit;
    font-weight: 700;
    margin-bottom: 8px;
}

ul.list-group.bullet-list li.bullet-item:before {
    content: "•";
    margin-right: 4px;
}

section.blue {
    color: #fff;
    background: #0076ff !important;
}

summary {
    margin: 12px 0;
    margin-bottom: 32px;
}


/*fp-section overrides*/


.fp-section {
    height: auto !important;
    background-color: transparent !important;
}

.fp-section .tableCell {
    height: auto !important;
}


/*end*/

.material-icons {
    vertical-align: middle;
    margin-right: 8px;
}

h1 i.material-icons {
    vertical-align: text-top;
    font-size: 32px;
}

i.ion {
    font-size: 24px;
    padding-left: 8px;
}

details {
    display: block;
    overflow: visible;
}

details summary {
    cursor: pointer;
}

.show-xs {
    display: none;
}

.lock-scroll {
    overflow: hidden !important;
}

.mt-140 {
    margin-top: 140px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-56 {
    margin-top: 56px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.w100 {
    width: 100% !important;
    min-width: 100% !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-56 {
    margin-bottom: 56px !important;
}

.m-auto {
    margin: auto;
}

.px-16 {
    padding: 0 16px;
    box-sizing: border-box;
}

.px-24 {
    padding: 0 24px;
    box-sizing: border-box;
}

.px-32 {
    padding: 0 32px;
    box-sizing: border-box;
}

.w90 {
    width: 90% !important;
}

.w80 {
    width: 80% !important;
}

.w70 {
    width: 70% !important;
}

.w60 {
    width: 60% !important;
}

.w50 {
    width: 50% !important;
}

.w40 {
    width: 40% !important;
}

.w30 {
    width: 30% !important;
}

.w20 {
    width: 20% !important;
}

.w10 {
    width: 10% !important;
}

.flex {
    display: flex !important;
}

.flex.column {
    flex-direction: column;
}

.flex.row {
    flex-direction: row !Important;
}

.flex.align-center {
    align-items: center;
}

.flex.align-baseline {
    align-items: baseline;
}

.flex.between {
    justify-content: space-between !important;
}

.flex.around {
    justify-content: space-around;
}

.flex.evenly {
    justify-content: space-evenly;
}

.flex.center {
    justify-content: center;
}

.flex.wrap {
    flex-wrap: wrap;
}

.flex.start {
    justify-content: flex-start;
}

.flex.end {
    justify-content: flex-end;
}

.center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.shadow {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    /* Same syntax as box-shadow */
}

.no-shadow {
    box-shadow: none !imporamt;
    -webkit-box-shadow: none !important;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .5;
}

.btn {
    display: flex;
    font-size: 18px !important;
    font-weight: 400;
    letter-spacing: .01em;
    background-color: #f4f5f7;
    border: 1px solid #f4f5f7;
    padding: 12px 20px;
    cursor: pointer;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-align: center;
    transform: translateZ(0);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.btn:hover {
    background-color: #eeeeee;
    border: 1px solid #f4f5f7;
    color: #313335;
    letter-spacing: 1px;
    transform: scale(10px);
    transform: translateY(-2px);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    /*
    box-shadow: rgba(19, 170, 228, 0.1) 0px 2px 2px,
    rgba(19, 170, 228, 0.1) 0px 4px 4px,
    rgba(19, 170, 228, 0.1) 0px 8px 8px,
    rgba(19, 170, 228, 0.1) 0px 16px 16px;
    -webkit-box-shadow: rgba(19, 170, 228, 0.1) 0px 2px 2px,
    rgba(19, 170, 228, 0.1) 0px 4px 4px,
    rgba(19, 170, 228, 0.1) 0px 8px 8px,
    rgba(19, 170, 228, 0.1) 0px 16px 16px;
*/
}

.btn i {
    vertical-align: sub;
    transition: transform .2s ease;
}

.btn:hover i {
    transform: translate(4px, 0px);
    transition: transform .2s ease;
}

.btn img {
    width: 24px;
    margin-left: 8px;
    vertical-align: middle;
}

.btn:active {
    transform: translateY(-2px);
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
}


.bmc-button {
    line-height: 42px;
    height: 42px;
    text-decoration: none;
    display: inline-flex;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 0px 8px;
    padding-right: 16px;
    font-size: 16px !important;
    letter-spacing: -0.08px;
    box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.2);
    -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.bmc-button:hover,
.bmc-button:active,
.bmc-button:focus {
    -webkit-box-shadow: 0px 4px 12px 0px rgba(190, 190, 190, 0.3);
    box-shadow: 0px 4px 12px 0px rgba(190, 190, 190, 0.3);
    text-decoration: none;
    color: #000000;
}

.bmc-button img {
    width: 20px;
    height: 20px;
    margin-left: 0;
    margin-bottom: 1px;
    box-shadow: none;
    border: none;
    vertical-align: middle;
}

1 .link {
    font-size: 16px;
}

.link:hover,
.link.hover {
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline;
    transition: .3s ease-in-out;
}

.link.hover:hover {
    text-decoration-color: #0076ff;
    transition: .3s ease-in-out;

}

/*futurist styling*/
.link-hover:after {
    content: "";
    display: block;
    height: 2px;
    background: #0076ff;
    transform: scaleX(0);
    transition: transform .25s ease-in;
    transform-origin: right center;
}

.link-hover:hover:after {
    transform: scale(1);
    transform-origin: left center;
}

.link-hover.white:after {
    background: #fff;
}

a.link-hover {
    display: inline-block;
}

/**/
.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #f4f5f7 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s;
}

.ripple:active:after {
    transform: scale(0, 0);
    opacity: .5;
    transition: 0s;
}

section,
.k-col {
    position: relative;
    align-items: center;
    padding: 18vh 0vw;
    overflow: hidden;
}

.back-to-top .btn {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 1;
    padding: 12px 16px;
    border-radius: 100px;
    margin: auto;
    background-color: #fff;
    color: #0076ff;
}

.back-to-top .btn i {
    padding: 0;
}

.k-col .card {
    display: flex;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    position: relative;
}


.k-col .card-content {
    text-align: left;
    position: relative;
    z-index: 0;
    -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
    -o-transition: .8s cubic-bezier(.2, 1, .2, 1);
    transition: .8s cubic-bezier(.2, 1, .2, 1);
}


.k-col .card-content .skill-list,
.k-col .card-content .work-list {
    width: 100%;
}

.k-col.hover:hover .image {
    opacity: .10;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -webkit-transform: scale(1.05) translateY(-5px);
    -ms-transform: scale(1.05) translateY(-5px);
    transform: scale(1.05) translateY(-5px);
}

.k-col.hover:hover .card-content {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.k-col .card-content h1 {
    font-size: 12vh;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1em;
    margin: .5em 0;
}

.k-col .card-content h2 {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 700;
    margin: .5em 0;
}

.k-col .card-content h2.intro-text {
    font-size: 3em;
    line-height: normal;
    letter-spacing: 0em;
}

.k-col .card-content h5 {
    margin: 10px 0;
}

.k-col .card-content p {
    font-size: 20px;
    line-height: 1.5em;
}

.k-col .card-content a {
    font-size: inherit;
}


.k-col .card-content .btn {
    margin-right: 8px;
}

.k-col.toolbar {
    margin: 0 auto;
    background-color: #313335;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.k-col.toolbar a {
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.k-col .card .grid,
section .container .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-auto-flow: dense;
}


.k-col .card .grid .grid-item {
    overflow: hidden;
    width: 100%;
    display: flex;
    border-radius: 24px;
    height: auto;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .08);
}

.k-col .card .grid .grid-item.featured {
    grid-column: span 2;
    grid-row: span 2;
}

.k-col .card .grid .grid-item.featured.single {
    grid-column: none;
    grid-row: span 2;
}

.k-col .btn-group {
    padding-top: 20px;
}

section.fixed {
    position: fixed;
}

section .container {
    position: relative;
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}



section .container .inner-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

section .container .inner-block h1 {
    font-size: 14vh;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin: 0;
}



section .container .inner-block h2 {
    font-size: 24vh;
    font-weight: 800;
    margin: 0;
}

section .container .inner-block h1.long-header {
    font-size: 14vw;
}


section .overlay {
    position: absolute;
    top: 0;
    width: 120%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255 255 255 / 80%) 0%, rgb(255 255 255 / 20%) 35%, rgba(255, 255, 255, 0) 100%);
}

.page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.slide-drawer {
    position: fixed;
    right: -110%;
    width: 400px;
    height: 100%;
    transition: right 1s ease;
    -webkit-transition: right 1s ease;
    z-index: 100;
    top: 0;
    background-color: #0076ff;
    box-shadow: -4px 0px 20px 0 rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: -4px 0px 20px 0 rgba(0, 0, 0, 0.17);
}

.slide-drawer.open {
    right: 0;
    transition: right .5s ease;
    -webkit-transition: right .5s ease;
}

.slide-drawer .card {
    display: flex;
    width: 100% !important;
    height: 100%;
    margin: 0;
    padding-bottom: 80px;
    overflow: scroll;
}

.slide-drawer .card .card-content {
    display: block;
    width: 100%;
    text-align: left;
    padding: 24px;
    margin: auto;
}

.slide-drawer h3 {
    margin: 0;
    margin-bottom: 8px;
}

.slide-drawer .work-list {
    flex-direction: column;
    margin: 0;
    margin-bottom: 48px;
}

.slide-drawer .work-list span {
    width: fit-content;
}

.slide-drawer .work-list {
    text-align: center;
}

.slide-drawer .work-list .list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 16px;
    text-align: left;
    transition: all .3s ease-in-out;
}

.slide-drawer .work-list .list-item h1 {
    letter-spacing: normal !important;
    padding: 0;
    text-transform: capitalize;
}

.slide-drawer .work-list .list-item h2 {
    letter-spacing: normal;
    margin: 8px 0;
}

.slide-drawer .work-list .list-item h3 {
    line-height: 32px;
    letter-spacing: normal;
}

.slide-drawer .work-list .list-item p {
    margin-top: 8px;
}


.slide-drawer .work-list .list-item a {
    font-weight: 700;
    border-bottom: 1px solid rgba(49, 51, 53, 0);
    transition: all .3s ease;
}

.slide-drawer .work-list .list-item a:hover {
    border-bottom: 1px solid #313335;
    transition: all .3s ease;
}

.slide-drawer .work-list .list-item .item {
    display: block;
    position: relative;
    width: 100%;
}

.slide-drawer .toolbar {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 8px;
    background-color: #0076ff;
    z-index: 100
}

.slide-drawer .btn.close {
    color: #fff;
}


/*NAVIGATION*/

.nav-wrapper {
    position: fixed;
    display: flex;
    opacity: 0;
    z-index: -1;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    padding: 56px 0;
    background-color: black;
    transition: all .5s cubic-bezier(.2, 1, .2, 1);
    -webkit-transition: all .5s cubic-bezier(.2, 1, .2, 1);
}

.nav-wrapper.nav-active {
    z-index: 101;
    opacity: 1;
    left: 0;
    right: 0;
    transition: all .5s cubic-bezier(.2, 1, .2, 1);
    -webkit-transition: all .5s cubic-bezier(.2, 1, .2, 1);
}

.nav-wrapper .nav-menu {
    box-sizing: border-box;
    width: 60%;
    padding-left: 56px;
}

.nav-wrapper .nav-menu ul {
    flex-direction: column;
}

.nav-wrapper .nav-menu ul li {
    position: relative;
}

.nav-wrapper .nav-menu ul li span {
    position: absolute;
    right: 0;
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    margin-right: 32px;
    color: #000;
}

.nav-wrapper .nav-menu ul li a {
    font-size: 16vh;
    font-weight: 800;
    color: #E8EDFF;
    padding: 0;
    height: 100%;
    line-height: initial;
    padding: 16px 0;
    padding-left: 16px;
    align-items: center;
    justify-content: flex-start;
    opacity: .7;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.nav-wrapper .nav-menu a:hover {
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.nav-menu {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.nav-wrapper.active .nav-menu {
    top: 4px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.nav-wrapper .info {
    color: #E8EDFF;
    box-sizing: border-box;
    margin: auto;
    margin-left: 56px;
    padding: 24px;
    max-width: 450px;
}

.nav-wrapper .info .avatar {
    border-radius: 24px;
    overflow: hidden;
    width: 200px;
    height: 200px;
    min-height: 200px;
    /*    box-shadow: 0 20px 20px rgba(0, 0, 0, .08);*/
    /*    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .08);*/
    box-shadow: 32px 56px 118px -36px rgba(255, 255, 255, 0.46);
    -webkit-box-shadow: 32px 56px 118px -36px rgba(255, 255, 255, 0.46);
    -moz-box-shadow: 32px 56px 118px -36px rgba(255, 255, 255, 0.46);
    transition: all .3s ease;
}

.nav-wrapper .info h1 {
    font-size: 4vh;
}

.nav-wrapper .info .social {}


.nav-wrapper .info .pill-group a {
    display: flex;
    align-items: center;
    padding: 8px;
    margin-right: 8px;
    background-color: #101010;
    border: 1px solid #101010;
}

.nav-wrapper .info .bmc-button {
    margin-bottom: 12px;
}

.nav-menu ul {
    justify-content: center;
}

.main-nav-btn {
    position: fixed;
    left: 12px;
    top: 11px;
    z-index: 1000;
    padding: 8px;
    margin: auto;
    background-color: #fff;
    color: #fff;
    border: 1px solid transparent !Important;
    border-color: transparent;
}

.main-nav-btn img {
    margin: 0;
    width: 24px;
    height: 24px;
}

.lock-scroll .main-nav-btn .icon-menu,
.main-nav-btn .icon-close {
    display: none;
}

.lock-scroll .main-nav-btn .icon-close {
    display: flex;
}


.menu-wrapper {
    position: relative;
    z-index: 1001;
}

.menu-wrapper.main {
    opacity: 0;
    position: fixed;
    top: 40%;
    left: 1%;
    font-size: 13px;
    z-index: 1;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}

.menu-wrapper.main.show {
    opacity: 1;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.menu-wrapper.main ul li {
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.menu-wrapper.main ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.8;
    opacity: 0;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    padding: 6px 12px;
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.menu-wrapper.main ul li.active a {
    opacity: 0;
}

.menu-wrapper.main ul li a:hover {
    opacity: 1;
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.menu-wrapper.main ul li:hover span {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.menu-wrapper.main ul li.active {
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

.menu-wrapper.main ul li span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #313335;
    left: 0;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.menu-wrapper.main ul li.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}

.menu-wrapper.main .nav-menu {
    position: fixed;
    top: 0;
    display: flex;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all .3s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    font-size: 16px;
}

.menu-wrapper.main .nav-menu {
    position: fixed;
    width: 100%;
    top: -100%;
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
    transition: all .3s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.17);
}

.menu-wrapper.main .nav-menu.show {
    top: 0;
    right: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.menu-wrapper.mobile nav {
    position: fixed;
    bottom: -100%;
    left: 0;
    height: auto;
    width: 100%;
    box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.33);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    z-index: 3;
}

.menu-wrapper.mobile nav.active {
    position: fixed;
    bottom: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.navBtn {
    position: fixed;
    background-color: #0076ff;
    border: none;
    border-radius: 100%;
    padding: 24px 24px;
    cursor: pointer;
    z-index: 10;
    box-shadow: rgba(19, 170, 228, 0.16) 0px 2px 2px, rgba(19, 170, 228, 0.16) 0px 4px 4px, rgba(19, 170, 228, 0.16) 0px 8px 8px;
    -webkit-box-shadow: rgba(19, 170, 228, 0.16) 0px 2px 2px, rgba(19, 170, 228, 0.16) 0px 4px 4px, rgba(19, 170, 228, 0.16) 0px 8px 8px;
    transition: all .3s ease;
    outline: none;
}

.navBtn:hover {
    box-shadow: rgba(19, 170, 228, 0.1) 0px 2px 2px, rgba(19, 170, 228, 0.1) 0px 4px 4px, rgba(19, 170, 228, 0.1) 0px 8px 8px, rgba(19, 170, 228, 0.1) 0px 16px 16px;
    -webkit-box-shadow: rgba(19, 170, 228, 0.1) 0px 2px 2px, rgba(19, 170, 228, 0.1) 0px 4px 4px, rgba(19, 170, 228, 0.1) 0px 8px 8px, rgba(19, 170, 228, 0.1) 0px 16px 16px;
    transition: all .3s ease;
}

.navBtn:focus {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
}

.navBtn i {
    color: #fff;
    padding: 0;
    transform: rotate(90deg);
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    padding-left: 56px;
    padding-right: 1%;
    overflow: hidden;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.sticky-header div {
    position: relative;
    display: flex;
    align-items: center;
}


.sticky-header a {
    font-size: 18px;
    font-weight: 700;
    background-color: transparent;
    padding: 12px;
    opacity: .7;
}

.sticky-header a:hover {
    opacity: 1;
    color: inherit;
    background: none;
    text-decoration: none;
}

.sticky-header a.is-active {
    opacity: 1;
}

.sticky-header ul {
    justify-content: center;
}

/**/

.hero {
    width: 100%;
    height: 100vh;
    padding: 0;
}



.hero .main-nav-btn {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 52px;
    height: 52px;
    margin: auto;
    color: #fff;
    border: 1px solid transparent !Important;
    border-color: transparent;
}

.hero .main-nav-btn img {
    margin: 0;
    width: 32px;
    height: 32px;
}

.hero .image {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    transition: all .5s cubic-bezier(.2, 1, .2, 1);
    -webkit-transition: all .5s cubic-bezier(.2, 1, .2, 1);
}

.hero .image.blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    transition: all .5s cubic-bezier(.2, 1, .2, 1);
    -webkit-transition: all .5s cubic-bezier(.2, 1, .2, 1);
    transform: translateY(40px) translateX(0px) scale(1);
    opacity: .13;
}

.hero .nav-active.image {
    top: 10%;
    left: 4%;
    right: 4%;
    width: 92%;
    height: 80%;
    box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 24px 24px;
    -webkit-box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 0px 0px, rgba(35, 35, 35, 0.05) 0px 0px 0px;
    transition: all .5s cubic-bezier(.2, 1, .2, 1);
    -webkit-transition: all .5s cubic-bezier(.2, 1, .2, 1);
}

.hero .nav-button {
    position: absolute;
    top: 20px;
    z-index: 10;
    background: transparent;
    transition: all .3s cubic-bezier(.2, 1, .2, 1);
    -webkit-transition: all .3s cubic-bezier(.2, 1, .2, 1);
}

.hero .nav-button:hover {
    background: #0076ff;
    transition: all .3s cubic-bezier(.2, 1, .2, 1);
    -webkit-transition: all .3s cubic-bezier(.2, 1, .2, 1);
}

.hero .card {}

.hero .card .card-content {}

.hero .card .card-content .btn-group {
    justify-content: left;
}

.hero .card .card-content h1 {
    margin: 0;
    line-height: 1.2em;
    font-size: 12vh;
}

.hero .container {
    max-width: 1600px;
    height: 100%;
}

.hero .scroll_prompt {
    position: absolute;
    bottom: 0;
    left: 8vw;
}

.hero .scroll_prompt .label {
    text-transform: uppercase;
}

.hero .scroll_prompt .line {
    height: 100px;
    border-left: 1px solid #fff;
}


.podcast-subscribe {
    position: relative;
    flex-direction: column;
}


.podcast-subscribe:hover .btn,
.podcast-subscribe:focus .btn,
.podcast-subscribe:hover h6,
.podcast-subscribe:focus h6,
    {
    opacity: 0;
}


.podcast-subscribe .sub-group {
    display: flex;
    /*    justify-content: center;*/
    font-family: 'Roboto';
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    z-index: -1;

}

.podcast-subscribe:hover .sub-group,
.podcast-subscribe:focus .sub-group {
    z-index: 100;
    width: auto;
    overflow: visible;
    overflow: visible;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.podcast-subscribe .sub-group li {
    position: relative;
    margin-right: 8px;
}

.podcast-subscribe .sub-group li .tooltip {
    position: absolute;
    left: calc(0% - 12px);
    font-size: 14px;
    color: #fff;
    padding: 4px 12px;
    border-radius: 100px;
    background-color: #0076ff;
    opacity: 0;
    transition: .5s all ease-out;
}

.podcast-subscribe .sub-group li:hover .tooltip,
.podcast-subscribe .sub-group li:focus .tooltip {
    opacity: 1;
    transition: .5s all ease-out;
}

.podcast-subscribe .sub-group li a {
    display: block;
    margin: 0px 8px;

}

.podcast-subscribe .sub-group li a .icon {
    height: 32px;
    width: 32px;
    padding: 0;
    font-size: 32px;
    text-align: center;
}

.hero .alert {
    position: absolute;
    top: 1%;
    right: 2%;
}

.hero .container .avatar {
    position: absolute;
    top: 10%;
    right: 0;
    max-width: 40%;
    z-index: -1;
}

/*
.hero .card:hover .avatar,
.hero .card:focus .avatar {
    z-index: 1;
    transform: scale(1.2);
    transition: .3s;
    -webkit-transition: .3s;
}
*/


.hero .card .gradient-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 85%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .8) 80%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    transition: .3s;
    -webkit-transition: .3s;
}

.hero .grid {
    grid-template-columns: repeat(5, 1fr) !important;
}

.hero .grid.list-group .list-item .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    overflow: hidden;
    width: 100%;
    height: 150px;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.hero .grid.list-group .list-item:hover .item {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}


.hero .grid.list-group .list-item:nth-child(1) .item {
    background-image: url(../images/drinking-with-designers.png);
    background-size: 60%;
    background-position: 50% 100%;
    background-color: #0076ff;
}

.hero .grid.list-group .list-item:nth-child(2) .item {
    background-image: url(../images/district-creatives/dc-podcast-staying-creative-episode.jpg);
    background-position: 0%;
    background-size: 160%;
    background-color: #0076ff;
}

.hero .grid.list-group .list-item .item .overlay {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(0deg, rgba(49, 51, 53, 1) 0%, rgba(49, 51, 53, 0.5032387955182073) 50%, rgba(49, 51, 53, 0) 100%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.hero .grid.list-group .list-item:hover .item .overlay {
    opacity: 1;
}

.hero .grid.list-group .list-item .item .item-details {
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 24px;
}

.hero .floating-arrow {
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}



.info-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.skill-list {
    display: flex;
    flex-wrap: wrap;
}

.skill-list .list-item {
    display: flex;
    width: 100%;
    padding: 4px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.skill-list .list-item:before {
    content: "•";
    margin-right: 8px;
}

.card.toolbar:hover a {
    background-color: #313335;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}


.card.toolbar a i {
    margin: 0;
    margin-bottom: 4px;
    margin-left: 8px;
}

.about p {
    text-align: left;
}

.body-content {
    line-height: 1.5;
    margin: 0 auto;
}

.logo {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 2%;
    top: 24px;
    margin: 0 auto;
    border: none;
    background-image: url(/images/yes-thats-me.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .5;
}

.intro {
    position: absolute;
    /* padding: 1%; */
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: linear-gradient(168deg, rgba(0, 97, 140, 0.72) 10%, #21a9e5bf 54%, #21a9e5 74%);
    z-index: 1000;
}

.video.playing .image {
    display: none;
    opacity: 0;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}

.intro-header {
    width: 50%;
    margin: auto;
    line-height: initial;
    text-align: center;
}

.intro-header .btn-group {
    width: auto;
}

.intro-header .btn-group .btn {
    margin: 0;
    margin-right: 8px;
    margin-bottom: 4px;
}

.intro-header .btn:hover {
    background-color: #313335;
}

.header-name {
    display: flex;
    flex-wrap: wrap;
    font-size: 140px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -4px;
    margin: 2% 0;
}

.header-name > span {
    margin: 8px 0;
    line-height: 100px;
}

.header-name svg {
    visibility: visible;
    width: 100%;
    height: 100%;
}


.intro-title {
    font-size: 21px;
    font-weight: 100;
}

.intro-image {
    position: absolute;
    right: 4%;
    bottom: -2px;
    width: 25%;
}

.header-subtitle {
    margin-top: 8px;
    margin-bottom: 8%;
}

.scroll-arrow-wrapper,
.stop-btn-wrapper {
    position: absolute;
    bottom: 10px;
    right: 40px;
    width: 100%;
    text-align: center;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background: #0076ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    display: none;
}

.scroll-arrow-wrapper:hover {
    box-shadow: rgba(19, 170, 228, 0.16) 0px 2px 2px, rgba(19, 170, 228, 0.16) 0px 4px 4px, rgba(19, 170, 228, 0.16) 0px 8px 8px;
    -webkit-box-shadow: rgba(19, 170, 228, 0.16) 0px 2px 2px, rgba(19, 170, 228, 0.16) 0px 4px 4px, rgba(19, 170, 228, 0.16) 0px 8px 8px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;

}

.scroll-arrow-wrapper .scroll-arrow {}

.scroll-arrow-wrapper .scroll-arrow:hover {}

.scroll-arrow i {
    font-size: 32px;
    margin: 0;
    padding: 0;
}

.page-scroll-indicator {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    transition: all .3s ease;
    z-index: 1;
}

.page-scroll-indicator a {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.page-scroll-indicator-text {
    display: none;
}

.page-scroll-indicator-line {
    position: absolute;
    bottom: -40px;
    height: 80px;
    border-radius: 50px;
    background-color: #313335;
    width: 2px;
    transition: all .3s ease;
}

.page-scroll-indicator:hover .page-scroll-indicator-line {
    height: 50px;
    width: 4px;
    transition: all .3s ease;
}


.header {
    background-color: #0076ff;
    height: 64px;
}

.avatar img {
    display: block;
    width: 100%;
    border-radius: 24px;
}

.header .info {
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 65px;
    margin-left: 94px;
}

.card {
    padding: 16px;
    display: block;
    margin: 16px auto;
    background-color: #fff;
}

.card .avatar {
    width: 25vw;
    height: auto;
    border-radius: 24px;
    margin: auto;
    margin-right: 0;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .08);
}

.card .avatar span {
    position: absolute;
    bottom: -32px;
    font-size: 14px;
    opacity: .5;

}

.card-actions {
    display: flex;
    justify-content: center;
    margin-top: 56px;
}

.card-actions .btn {
    margin: 4px;
}

.card-actions .btn i {
    padding-right: 16px;
}

.pill {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    background-color: #f4f5f7;
    padding: 8px 16px;
    margin-top: 12px;
    border-radius: 100px;
    width: max-content;
}

.pill-group {
    margin-bottom: 24px;
}

.pill-group .pill {
    margin-right: 8px;
    border-radius: 100px;
}

.pill-group .link-hover {}

.pill-group .ion.icon {
    padding: 4px;
    margin: 4px 8px;
    font-size: 32px;
}

.pill.no-style {
    background-color: transparent !important;
}

.blue .pill {
    background-color: transparent;
    padding-left: 0;
}

/*chips*/

button.chip {
    height: 32px;
    width: auto;
    padding: 0 12px;
    border-radius: 24px;
    border: 1px solid #eee;
    background-color: #f4f5f7;
    font-size: 14px;
    font-family: inherit;
    color: #313335;
}

button.chip.selected {
    border: 1px solid #0076ff;
    background-color: #0076ff;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.navbar {
    float: right;
}

.preview {
    width: 98%;
    max-height: 240px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    text-align: right;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.preview:hover {
    transform: scale(1.01);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.34);
}


.black {
    background-color: #313335;
}

.text-blue {
    color: #0076ff;
}

.text-green {
    color: #0bc64c;
}

.text-bold {
    font-weight: 700;
}

.grey {
    background: #313335;
    color: #fff;
}

.projects-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0;
}

.projects-wrapper a {
    border: none;
    width: 100%;
}

.footer {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    line-height: 1;
    padding: 16px;
    margin-top: 80px;
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    margin: 12px;
    z-index: 1;
}

.footer a {
    opacity: 1;
    margin: 0 8px;
    transition: opacity .3s ease;
}

.footer a:hover {
    opacity: .8;
    transition: opacity .4s ease;
}

.footer i {
    padding: 8px;
}

.footer p {
    margin-right: 16px;
    margin: 0;
}

.social-wrapper {
    display: flex;
}

.social-icon {
    opacity: .7;
    transform: translateY(0px);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.social-icon i {
    padding: 8px 12px;
}

.social-icon:hover {
    opacity: 1;
    transform: translateY(-4px);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.homepage .navBtn {
    opacity: 0;
    bottom: 0;
    right: 16px;
    background-image: url(../images/icons/ic_more_vert_white_24px.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    z-index: 2;
}

.homepage .navBtn.show {
    bottom: 16px;
    opacity: 1 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.homepage .navBtn.is-active {
    background-image: url(/images/icons/ic_close_white_24px.svg);
    transition: all .3s ease;
}

.hide {
    opacity: 0 !important;
    transition: opacity .3s ease;
}

.nav-wrapper .nav-menu {
    text-align: left;
}

.nav-wrapper .nav-menu a {
    padding: 16px 24px;
    padding-left: 16px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    border: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}


.nav-wrapper .nav-menu a:active,
.nav-wrapper .nav-menu a:hover {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.nav-wrapper .nav-menu a {
    padding: 12px 16px;
    line-height: 24px;
    font-size: 12px;
    background-color: transparent;
}

.nav-wrapper .nav-menu a.blue:hover {
    color: rgba(19, 170, 229, 0.78);
    background: transparent;
}

.nav-wrapper .nav-menu .menu-item i {
    display: none;
    padding-right: 12px;
    vertical-align: sub;
}

.nav-wrapper .nav-menu .list-group .list-item .sub-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    display: none;

}

.nav-wrapper .nav-menu .list-group .list-item .sub-list li {
    display: flex;
    align-content: center;
    font-size: .5em;
}

.nav-wrapper .nav-menu .list-group .list-item .sub-list li a {
    padding-right: 24px;
}



.full-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 1000;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.full-menu-wrapper.active {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.portfolio {
    padding-top: 36vw;
}

.portfolio .card .avatar .item {
    position: relative;
    display: flex;
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}


.portfolio .card .avatar .item img {
    height: 600px;
    width: auto;
    margin: auto;
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.portfolio .card .avatar .item:first-child img {
    height: 640px;
}

.portfolio .card .avatar .item:hover img {
    transform: scale(1.1);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}


.portfolio .card .avatar .item .item-details {
    position: absolute;
    top: 0px;
    left: 10%;
    background-color: #fff;
    color: #000;
    padding: 16px;
    padding-right: 32px;
    border-radius: 8px;
    max-width: 280px;
    opacity: 0;
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}


.portfolio .card .avatar .item:hover .item-details {
    opacity: 1;
    transform: translateY(48px);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.portfolio .card .avatar .item .item-details p {
    font-size: 14px;
    font-weight: 400;
    margin: 4px 0;
}

.portfolio .gradient-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    height: 120%;
    width: 100%;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 90%) 30%, rgb(255 255 255) 40%);
    z-index: -1;
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.portfolio .image-container {
    position: absolute;
    bottom: 20vh;
    left: 0;
    max-width: 100%;
    z-index: -1;
}

.portfolio .image-container img {
    width: 100%;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}


.carousel-container {
    display: inline-flex;
    padding-left: 0;
    transform: translateX(0px);
    transition: all 300ms cubic-bezier(0.6, 0.07, 0.59, 1.03);
}

/*
.carousel-container:hover {
    transform: translateX(calc(100% - 1000px));
}
*/

.carousel-container:hover {
    transform: translateX(-400px);
    transition: all 300ms cubic-bezier(0.6, 0.07, 0.59, 1.03);
}

.carousel-container.shift-left .gradient-overlay {
    left: -150px;
    transition: .3s;
    -webkit-transition: .3s;
}

.carousel-control {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    top: 40%;
    width: 4vw;
    height: 56px;
    background-color: #313335;
    border-radius: 1000px 0px 0px 1000px;
}

.carousel-control i.ion {
    font-size: 32px;
    padding: 16px;
    color: #fff;
}

.carousel-control:hover {
    width: 5vw;
}

.carousel-right {
    cursor: e-resize;
    z-index: 101;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.carousel-left {
    cursor: w-resize;
    z-index: 101;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.carousel-cursor-disabled {
    display: none;
}

.hover-details .btn {
    border: 1px solid #fff;
}

.gallery .intro-image {
    position: absolute;
}

.gallery .navBtn {
    bottom: 16px;
    right: 16px;
}

.gallery .grid {
    display: grid;
    grid-template-columns: 1fr;
}


.gallery .grid .details {
    margin-right: 8px;
}

.gallery .grid .details .pill {
    font-size: 1em;
}


.gallery .gallery-wrapper {
    position: relative;
    margin-top: 64px;
    padding: 0;
}

.gallery .gallery-wrapper .portfolio-list {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.gallery .gallery-wrapper .portfolio-list .list-item {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    max-height: 100%;
    margin: auto;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.gallery .gallery-wrapper .portfolio-list .list-item img {
    border-radius: 20px;
    overflow: hidden;
}

.gallery .gallery-wrapper .portfolio-list .list-item span {
    margin: 8px 0;
    line-height: 24px;
}

.gallery .gallery-wrapper .portfolio-list .list-item .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-auto-flow: dense;
}

.gallery .gallery-wrapper .portfolio-list .list-item .grid .featured {
    grid-column: span 2;
    grid-row: span 2;
}


.gallery .gallery-wrapper .portfolio-list .list-item .scroll-list {
    position: relative;
    overflow: scroll;
    display: flex;
}

.gallery .gallery-wrapper .portfolio-list .list-item .scroll-list li img {
    width: auto;
    max-width: 900px;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.gallery .gallery-wrapper .portfolio-list .list-item .details > h4 {
    font-weight: bold;
}

.gallery .gallery-wrapper .portfolio-list .list-item .hover-details {
    top: 10%;
    left: 5%;
    width: auto;
    max-width: 360px;
    height: auto;
    bottom: inherit;
}

.gallery .gallery-wrapper .portfolio-list .list-item .tooltip {
    position: absolute;
    top: 0vh;
    right: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 100px;
    background-color: #0076ff;
    color: #fff;
}

.gallery .gallery-wrapper .portfolio-list .list-item .tooltip:after {
    content: 'Scroll ->';
}

.gallery .gallery-wrapper .alert {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    width: fit-content;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #f4f5f7;
    margin: 8px auto;
    padding: 8px 16px;
    border-radius: 8px;
    box-sizing: border-box;
    z-index: 1;
}

.gallery .panel-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}


.gallery .panel-container .panel-group {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.gallery .panel-container .panel-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.gallery .panel-container .panel-item .panel-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.gallery .read-more-state ~ .read-more-wrap .panel-header .panel-header-content {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    width: 30%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.gallery .panel-container .panel-item .panel-header .panel-header-content h1 {
    font-size: 2em;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.gallery .panel-container .panel-body {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gallery .panel-container .panel-body h6:not(:first-child) {
    margin-top: 56px;
}

.gallery .panel-container .panel-body p {
    margin-top: 24px;
}


.gallery .read-more-wrap .panel-image {
    max-width: 50%;
}

.gallery .read-more-trigger {
    position: absolute;
    right: 0;
    height: 48px;
    width: 12%;
    display: flex;
    border-radius: 100px;
    margin-top: 15%;
}

.gallery .read-more-state:checked ~ .read-more-wrap .panel-header .panel-header-content {
    position: absolute;
    margin-left: 0px;
    width: 40%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.gallery .read-more-state:checked ~ .read-more-wrap .panel-header .panel-header-content h1 {
    font-size: 4em;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.gallery .read-more-state:checked ~ .read-more-wrap .panel-header .panel-image {
    visibility: hidden;
}

.gallery .read-more-state:checked ~ .read-more-wrap .panel-body img {
    margin-top: 24px;
}


.card-group {
    /*    max-width: 960px;*/
    margin: auto;
}

.card-group ul li {
    position: relative;
    text-align: left;
    border-radius: 24px;
    height: fit-content;
    overflow: hidden;
    background-color: #fff;
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.card-group ul li:hover {
    z-index: 1;
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
}

.card-group ul li .content {
    padding: 16px;
}

.card-group ul li .content .title {
    font-size: 18px;
    font-weight: 700;
}

.card-group ul li .content .subtitle {
    color: rgba(49, 51, 53, 0.8);
    margin-top: 4px;
    margin-bottom: 8px;
}

.card-group ul li .content .body {
    margin: 0;
    margin-bottom: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.card-group ul li .content .body a {
    font-weight: 700;
}

.people .card-group ul li {
    width: 100% !important;
    height: auto;
}

.people .card-group ul.list-group.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 24px;
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.people .quotes.list-group {
    justify-content: space-between;
}

.people .quotes .thumbnail {
    width: 6vw !important;
    max-width: 72px !important;
    height: auto;
    margin: 16px 16px 16px 0;
    border-radius: 20px;
    overflow: hidden;
}

.people .quotes .details {
    margin-top: 24px;
}

.people .quotes.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4em;
}

.people .quotes.grid .featured {
    grid-column: span 2;
    grid-row: span 2;
}

.people .quotes h2 {
    font-size: 1.5em;
}


.white {
    color: #fff;
}

.item h3 {
    text-align: center;
    position: absolute;
    line-height: 114px;
    width: 100%;
}

svg {
    visibility: hidden;
}

/*
.active svg {
    visibility: visible;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
*/

/*
.circle_animation {
    stroke-dasharray: 440;  this value is the pixel circumference of the circle
    stroke-dashoffset: 440;
}
*/

.active .circle_animation {
    stroke-dasharray: 440;
    /* this value is the pixel circumference of the circle */
    stroke-dashoffset: 440;
}

.active .html .circle_animation {
    -webkit-animation: html 1s ease-out forwards;
    animation: html 1s ease-out forwards;
}

.active .css .circle_animation {
    -webkit-animation: css 1s ease-out forwards;
    animation: css 1s ease-out forwards;
}

.active .design .circle_animation {
    -webkit-animation: design 1s ease-out forwards;
    animation: design 1s ease-out forwards;
}

@-webkit-keyframes design {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes design {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes html {
    to {
        stroke-dashoffset: 80;
    }
}

@keyframes html {
    to {
        stroke-dashoffset: 80;
    }
}

@-webkit-keyframes css {
    to {
        stroke-dashoffset: 50;
    }
}

@keyframes css {
    to {
        stroke-dashoffset: 50;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    -o-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.fadeUp {
    -webkit-animation: fadeUp ease-in 1;
    -moz-animation: fadeUp ease-in 1;
    -o-animation: fadeUp ease-in 1;
    animation: fadeUp ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.fadeIn-halfSec {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
}

.fadeIn-1s {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}


.fadeIn-1-1s {
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    animation-duration: 1.1s;
}

.fadeIn-1-2s {
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.fadeIn-1-3s {
    -webkit-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    -o-animation-duration: 1.3s;
    animation-duration: 1.3s;
}



.fadeIn-2s {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.fadeIn-3s {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

.fadeIn-5s {
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
}

.fadeIn-Delay-5s {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.fadeIn-Delay-1s {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeUp {
    from {
        transform: translateY(88px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

.blink_me {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: .5;
    }
}

/*ANIMATION*/

#drop-L {
    animation: move .5s ease infinite;
}

#drop-C {
    animation: move .6s linear infinite;
}

#drop-R {
    animation: move .4s ease infinite;
}

#sun {
    animation: spin 5s linear infinite;
    width: 24px;
    height: 24px;
    transform-origin: 50% 50%;
}


.grow {
    animation-name: grow_animation;
    animation-duration: 2s;
    transform-origin: bottom;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes grow_animation {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(.9);
    }

    30% {
        transform: scale(.8);
    }

    40% {
        transform: scale(.7);
    }

    50% {
        transform: scale(.5);
    }

    60% {
        transform: scale(.7);
    }

    70% {
        transform: scale(.8);
    }

    80% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes move {
    from {
        transform: translate(0, -3px);
        opacity: 1;
    }

    to {
        transform: translate(0px, 4px);
        opacity: 0;
    }
}

@keyframes move-up {
    from {
        transform: translate(0, 0);
        opacity: 1;
    }

    to {
        transform: translate(0px, -4px);
        opacity: 0;
    }
}


/*Tabs & Chips*/

button {
    background: transparent center center no-repeat;
    border: 0;
    padding: 8px;
    text-transform: none;
    cursor: pointer;
}

button:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.gallery-wrapper .main {
    width: 72%;
    max-width: 1200px;
    min-height: 100dvh;
    margin: 0 auto;
    margin-bottom: 24px;
}

.tab-container {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 64px;
    margin: 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.tab-container.sticky {
    position: fixed;
    top: 0;
    overflow: scroll;
    z-index: 1001;
    background-color: #fff;
    transition: translate 1s ease-in-out;
    -webkit-transition: translate 1s ease-in-out;
}

.tab-bar,
.chip-bar {
    display: flex;
    justify-content: center;
    width: 100%;
}

.tab,
.chip {
    text-wrap: nowrap;
    padding: 8px 16px;
    margin: 8px 2px;
    border-right: none;
    border-left: none;
    border-radius: 40px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.tab.is-active {
    background-color: rgba(0, 118, 255, 0.1);
}

.tab.is-active:after {
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3f51b5;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}


.tab .tab-label,
.chip .chip-label {
    display: flex;
    align-items: center;
    color: #313335;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    opacity: .8;
    opacity: .7;
    transition: opacity .3s linear;
    -webkit-transition: all .3s linear;
}

.tab .tab-label .badge {
    display: block;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 100px;
    margin-left: 8px;
}

.tab:hover .tab-label,
.chip:hover .chip-label {
    color: #0076ff;
    opacity: 1;
    transition: opacity .1s linear;
    -webkit-transition: all .1s linear;
}

.tab.is-active .tab-label {
    color: #0076ff;
    opacity: 1;
    transition: all .3s linear;
}

.tab-content {
    padding-top: 72px;
    display: none;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.tab-content.is-active,
.chip-content.is-active {
    display: block;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.chip-content {
    display: none;
    padding-top: 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.chip.is-active {
    background-color: rgba(114, 114, 114, 0.2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.chip.is-active .chip-label {
    opacity: 1;
}

/**/

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Bounce */

.bounce {
    -webkit-animation: bounce 1s infinite;
    -moz-animation: bounce 1s infinite;
}

@-webkit-keyframes bounce {
    0% {
        bottom: 5px;
    }

    25%,
    75% {
        bottom: 15px;
    }

    50% {
        bottom: 20px;
    }

    100% {
        bottom: 0;
    }
}

/*IMAGES*/

.image {
    background-repeat: no-repeat;
    background-size: cover;
    background: #313335;
    position: absolute;
    top: 0;
    right: 0;
    left: -10vw;
    width: 175vw;
    height: 100%;
    z-index: -1;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -webkit-transition: all .3s ease;
    -webkit-transition: all .8s cubic-bezier(.2, 1, .2, 1);
    -o-transition: all .8s cubic-bezier(.2, 1, .2, 1);
    transition: all .8s cubic-bezier(.2, 1, .2, 1);
}


.thumbnail-container {
    position: relative;
    margin: 0 auto;
}

.thumbnail-container .thumbnail {
    display: flex;
    margin: 8px;
    border-radius: 24px;
    overflow: hidden;
}

.thumbnail-container .thumbnail-logo {
    position: absolute;
    bottom: 8px;
    left: 16px;
    height: 30%;
    width: auto;
    background-color: transparent;
    border-radius: 24px;
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.thumbnail-container .thumbnail-logo.white {
    background-color: #fff;
}


.thumbnail-container:hover .thumbnail-logo {
    height: 50%;
    width: auto;
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

/*
.thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
*/

.thumbnail iframe {
    width: 100%;
    height: 736px;
}

/*RESOURCES page*/

.resources .k-col {
    padding: 0 !important;
}

.resources .card-group {
    margin-top: 56px;
    width: 90%;
}

.resources .card-group .content {
    padding: 0;
}

.resources .card-group .content .title {
    font-size: 18px;
}

.resources .card-group .content .title span {
    opacity: .5;
}

.resources .card-group .content .title span:before {
    content: " • ";
}

.resources .card-group .content .body {
    margin-bottom: 0;
}

.resources .card-group .content .body p {
    margin: 0;
}

.resources .list-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.resources .list-group .list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    padding: 12px;
    padding-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

.resources .list-group .list-item a {
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    padding: 8px;
    box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, .9);
}

.resources .list-group .list-item:hover a {
    opacity: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.resources .list-group .list-item .thumbnail-container {
    background: transparent;
    padding: 24px 32px;
    overflow: visible;
}

.resources .list-group .list-item .thumbnail-container .thumbnail {
    width: 36px;
}

.modal-wrapper-one,
.modal-wrapper-two {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    opacity: 0;
    z-index: -100;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.modal-wrapper-one.show,
.modal-wrapper-two.show {
    opacity: 1;
    z-index: 1001;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.modal-wrapper-one .overlay,
.modal-wrapper-two .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .8);
    z-index: -1;
}


.modal {
    width: 95%;
    max-width: 756px;
    height: 95%;
    max-height: 756px;
    margin: auto;
    padding: 32px;
    padding-top: 24px;
    border-radius: 24px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
}

.modal .modal-title {
    margin-bottom: 16px;

}

.modal .modal-title h1 {
    margin: 0;
    margin-bottom: 54px;
    font-size: 8vh;
    line-height: 1;
}

.modal-wrapper-one .modal {
    background-color: #000;
}


.modal-wrapper-one .modal .card,
.modal-wrapper-two .modal .card {
    position: relative;
    width: 100% !important;
    height: 100%;
    overflow: scroll;
    align-items: baseline;
    box-sizing: border-box;
}

.modal .card .card-content {
    padding-bottom: 80px;

}

.modal .card .btn {
    width: fit-content;
    justify-content: center;
}

.modal.blue {
    background-color: #0076ff;
}

.modal-btn {
    opacity: .7;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}


.modal-btn:hover {
    opacity: 1;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}

.modal-btn:hover span {
    opacity: 1;
}


.read-more-state {
    display: none;
}

.read-more-target {
    visibility: hidden;
    max-height: 0;
    font-size: inherit;
    transition: all .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    visibility: visible;
    font-size: inherit;
    max-height: 999em;
    transition: all .4s ease;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .8em;
    font-weight: 700;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
}



/*Hustle Section*/

#hustle .grid,

#hustle .grid .featured {
    grid-column: 1 / 3;
    grid-row: 1;

}

/*Community Section*/



/*Engagement Page*/


#engage .list-group .list-item {
    margin: 0 4px;
}

#engage .list-group .list-item .content {
    display: flex;
    flex-direction: column;
    margin: auto;
    height: 100%;
}

#engage .list-group .list-item .content h4 {
    font-weight: 400;
}

#engage .grid {}



.hero-top-side {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

}

.featured-container {}

.featured-container .featured-list {
    display: flex;
    flex-direction: column;
}


.featured-container .featured-list .list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 16px 0;
}

.featured-container .featured-list .list-item p {
    line-height: initial;
}

.featured-container .featured-list .list-item p:first-child {
    font-weight: 700;
}

.timeline-wrapper {
    position: relative;
    width: 80%;
    height: 24px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

.timeline-wrapper .timeline {
    width: 100%;
    height: 4px;
    border-radius: 20px;
    position: relative;
    background: rgb(0, 118, 255);
    background: linear-gradient(90deg, rgba(0, 118, 255, 0.05) 0%, rgb(0 118 255 / 28%) 35%, rgb(0 118 255 / 74%) 100%);
}

.timeline-wrapper .timeline-dot {
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100px;
    background-color: #0076ff;
}

/*
.timeline-wrapper .timeline-dot.one {
    left: 0;
    background-color: #b6d8ff;
}

.timeline-wrapper .timeline-dot.two {
    left: 35%;
    background-color: #8bc0fd;
}

.timeline-wrapper .timeline-dot.three {
    left: 66%;
    background-color: #52a2ff;
}

.timeline-wrapper .timeline-dot.four {
    left: 77%;
}
*/

.timeline-wrapper .timeline-dot.five {
    left: 100%;
}

.timeline-wrapper .timeline-dot .ripple-effect {
    position: absolute;
    left: 6px;
    top: 6px;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    border-radius: 50%;
    animation: ripple-effect .8s linear infinite;
}

@keyframes ripple-effect {
    from {
        border: 4px solid #0076ff;
        background: #0076ff;
    }

    to {
        border: 4px solid #0076ff;
        background: #0076ff;
        width: 24px;
        height: 24px;
        opacity: 0;
    }
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
    z-index: 10000;
}

.icon-scroll {
    width: 32px;
    height: 56px;
    margin-left: -20px;
    top: auto;
    bottom: 12px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #000;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    margin-left: -3px;
    bottom: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

@keyframes scroll {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateY(-38px);
    }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Map Styling */

/*
.map-wrapper img {
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
}

.map-wrapper:hover img {
    transform: scale(1.3);
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
}
*/

/*
#resume .card .card-content {
    background: #e7ebee;
}
*/

#resume .card .card-content .image {
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: 100% 50%;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 460px;
    border-radius: 16px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#resume .card .card-content .image-one {
    background-image: url(../images/gallery/sxm-sports/kasey-randall_siriusxm-sports_UX-ixd-design-1.jpg);
    background-position: center;
}

#resume .card .card-content:hover .image {
    background-size: 120%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#bio .featured-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

#bio .featured-list ul li {
    display: flex;
    flex-direction: column;
    align-items: left;
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 16px;
}

#bio .featured-list ul li.featured {
    position: relative;
    overflow: hidden;
    background-color: transparent !important;
}

#bio .featured-list ul li.featured .blob {
    position: absolute;
    width: 240px;
    height: 240px;
    right: -56px;
    bottom: -100px;
    background: #ff00d9;
    background: radial-gradient(circle, rgba(255, 0, 217, 1) 0%, rgba(30, 0, 255, 1) 80%);
    filter: blur(64px);
    opacity: .4;
    z-index: -1;
    border-radius: 200px;

}


.dark-mode-active #bio .featured-list ul li {
    background-color: #000;
    border: 1px solid #000;
    color: #E8EDFF;
}

.work-list .work-item {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 24px;
    margin-right: 8px;
    border-radius: 24px;
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.work-list .work-item * {
    margin: 8px 0;
}

.work-list .header-img {
    width: 50%;
    margin: auto;
    padding: 24px;
}

.work-list.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !Important;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.work-list .company-logo img {
    width: auto;
    max-width: 150px;
    max-height: 34px;
    margin: 0px 8px 8px 0px;
}

.work-list .featured .company-logo img {
    max-width: 300px;
    max-height: 100%;
    margin-bottom: 8px;
}


.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}


.iframe-container.story iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/*Image Zoom Container*/

.img-zoom-container {
    position: relative;
    overflow: hidden;
}

.img-zoom-container img {
    transition: transform .5s ease;
}

.img-zoom-container:hover img {
    transform: scale(1.5);
}

.banner {
    background-color: #DADDE0;
    color: #000;
    padding: 24px 32px;
    border-radius: 16px;
}

.banner .btn {
    background-color: #000 !important;
    color: #fff;
}


/*Dark mode*/


.mode-toggle-btn {
    padding: 8px;
    margin-right: 16px;
    background-color: #fff;
    color: #fff;
    border: 1px solid transparent !Important;
    border-color: transparent;
}

.mode-toggle-btn img {
    margin: 0;
}


body.dark-mode-active {
    background-color: #030712;
    color: #E8EDFF !important;
}

.dark-mode-active img.icon-light-mode {
    display: none;
}

img.icon-dark-mode {
    display: none;
}


.dark-mode-active img.icon-light-mode {
    display: none;
}

.dark-mode-active img.icon-dark-mode {
    display: flex;
}


.dark-mode-active section .overlay {
    background: linear-gradient(0deg, rgb(3 7 18) 0%, rgb(3 7 18 / 54%) 35%, rgb(3 7 18 / 0%) 100%);
}

.dark-mode-active .sticky-header {
    background: rgba(2, 7, 18, 0.5);
    backdrop-filter: blur(20px);
}

.dark-mode-active .btn,
.dark-mode-active .pill {
    background-color: #000;
    border: 1px solid #000;
    color: #E8EDFF;
}

.dark-mode-active .text-blue {
    color: #3894ff;
}

.dark-mode-active .gradient-overlay {
    background: linear-gradient(180deg, rgb(3 7 18 / 0%) 0%, rgb(3 7 18 / 64%) 24%, rgb(3 7 18) 46%);
    background-image: linear-gradient(180deg, rgb(3 7 18 / 0%) 0%, rgb(3 7 18 / 64%) 24%, rgb(3 7 18) 46%);
}

.dark-mode-active .card-group ul li {
    background-color: #000;
}

.dark-mode-active .card-group ul li .content .subtitle {
    color: inherit;
}


.dark-mode-active .menu-wrapper.main ul li a {
    background-color: #000
}

.dark-mode-active .menu-wrapper.main ul li span {
    background: #fff;
}

.dark-mode-active .icon-menu,
.dark-mode-active .icon-close {
    filter: invert(100%) sepia(100%) saturate(6481%) hue-rotate(176deg) brightness(100%) contrast(200%);
}

.dark-mode-active .work-list .work-item {
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}


.dark-mode-active .work-list .company-logo {}

.dark-mode-active .gallery .alert {
    background-color: #000;
}

.dark-mode-active .tab-container.sticky {
    background-color: rgba(2, 7, 18, 0.88);
    filter: blur(20px; )
}

.dark-mode-active .tab .tab-label,
.dark-mode-active .chip .chip-label {
    color: #e8ecff;
}

.dark-mode-active .tab.is-active .tab-label {
    color: #050911;
}

.dark-mode-active .tab.is-active {
    background-color: #e8ecff;
}

.dark-mode-active .banner {
    background-color: #000;
    color: inherit;
}

.dark-mode-active .modal {
    background-color: #000;
}


.dark-mode-active .work-list .company-logo.logo-dark {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.dark-mode-active .work-list .company-logo {
    display: none !important;
}

.avatar.back-drop {
    position: absolute;
    z-index: -1;
    right: 4vw;
    width: 48vw;
    max-width: 860px;
}

/*Engagements section*/

.k-col.engagements {
    position: fixed;
    right: 0;
    max-width: 350px;
    max-height: 100vh;
    overflow: scroll;
    padding-top: 64px;
    border-left: 1px solid #E8EDFF;
}

#box {
    transform: translateY(0);
    transition: transform 500ms ease;
}

#box.in-view {
    transform: translateY(-40px);
    /* move up, tweak as needed */
}

/* be kind to motion-sensitive users */
@media (prefers-reduced-motion: reduce) {

    #box,
    #box.in-view {
        transition: none;
        transform: none;
    }
}


/*General Overrides*/

.BackgroundColorContainer_backgroundColorContainer__YZSQ7 {
    background-color: #030712 !important;
}





/* Responsive */

@media screen and (min-width: 1600px) {
    .k-col .card {
        max-width: 1600px;
    }

    .k-col .card .image {
        left: 0;
        width: 120vw;
    }

    .k-col .card-content {
        display: block;
    }



    .carousel-control.carousel-left,
    .carousel-control.carousel-right {
        display: none;
    }

    */ .k-col .card-content h2.intro-text {
        font-size: 4vw;
    }



}


@media screen and (min-width: 1440px) {


    .carousel-container.shift-left {
        transform: translateX(-300px) !important;
    }

}

@media screen and (max-width: 1440px) {}

@media screen and (min-width: 1024px) {
    .body-content {
        width: 60%;
    }

    .card-actions {
        display: flex;
        flex-wrap: nowrap;
    }

    .card-actions .btn {
        width: 24%;
        margin: 0 16px;
    }

    .projects-wrapper {
        flex-wrap: nowrap;
    }

    .body-content {
        width: 80%;
    }

    .menu-wrapper.mobile {
        display: none;
    }

    .k-col.toolbar a {
        width: 33%;
    }


    .hero .card .avatar {
        position: absolute;
        right: 4%;
        top: 0;
        z-index: -2;
    }



    .carousel-container.shift-left {
        transform: translateX(-500px);
    }
}



@media screen and (max-width: 1024px) {

    .w90,
    .w80,
    .w70,
    .w60,
    .w50,
    .w40,
    .w30,
    .w20,
    .w10 {
        width: 90% !important;
    }

    .mt-140 {
        margin-top: 40px !important;
    }



    .body-content {
        width: calc(100% - 16px);
    }

    #hustle .grid {
        display: flex;
        flex-direction: column;
    }


    .projects-wrapper {
        flex-wrap: wrap;
    }

    .portfolio-list .list-item .hover-details {
        opacity: 1;
    }

    .portfolio .card .avatar:hover {
        transform: none;
    }

    .menu-wrapper.main {
        display: none;
    }

    .hero {
        display: block !important;
    }

    .hero .card {
        padding-top: 88px;
    }


    .hero .card .card-content h1 {
        width: auto !important;
        font-size: 12vw;
    }

    .hero .card .avatar {
        position: relative;
        margin: auto;
        margin-top: 40px;
    }

    .hero .podcast-subscribe .sub-group {
        position: relative;
        opacity: 1;
        width: auto;
        overflow: visible;
        top: 10px;
        left: 0;
        right: 0;
        background: transparent;
    }

    .card {
        flex-direction: column;
    }

    .card .avatar,
    .card .app-sample {
        position: relative;
        right: auto;
        overflow: hidden;
        width: 60vw;
        margin: 0 auto;
        margin-bottom: 32px;
    }

    .fp-section .tableCell {
        display: flex;
        flex-direction: column;
        height: auto !important;
    }

    .column-md {
        flex-direction: column !important;
    }



    .column-reverse-md {
        flex-direction: column-reverse;
    }

    .grid.column-md {
        grid-template-columns: inherit !important;
    }

    .hide-md {
        display: none !important;
    }

    .timeline-wrapper {
        position: absolute;
        left: -10%;
        height: 20%;
        width: 24px;
        flex-direction: column;
        display: none;
    }

    .timeline-wrapper .timeline {
        height: 96%;
        width: 4px;
    }

    .timeline-wrapper .timeline-dot.left {
        left: auto;
        bottom: 0;
        opacity: .7;
    }

    .timeline-wrapper .timeline-dot.center {
        left: auto;
        bottom: 50%;
    }

    .timeline-wrapper .timeline-dot.right {
        left: auto;
        bottom: 100%;
    }

    .nav-wrapper {
        flex-direction: column;
        justify-content: space-between;
        overflow: scroll;
    }

    .nav-wrapper .nav-menu {
        width: 100%;
    }

    .portfolio .card .avatar.carousel-container {
        position: relative;
        width: 100% !important;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .icon-scroll {
        border-radius: 4px;
        box-shadow: none;
    }

    .people .card-group ul {}




    section .container .inner-block h1 {
        font-size: 20vw;
        letter-spacing: -.07em;
    }

    .work-list .work-item {
        padding: 0;
        margin: 24px 0;
        background-color: transparent !important;
    }

    .people .quotes .details .thumbnail {
        width: 24% !important;
    }

    .people .quotes.grid {
        display: flex;
        flex-direction: column;
    }

    .avatar.back-drop {
        position: relative;
        width: 100%;
        right: 0;
    }

    .portfolio .image-container {
        top: -20vh;
    }

    .gallery .grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 0 16px;
    }

    .gallery .gallery-wrapper .portfolio-list {
        width: 100%;
        padding: 0;
    }

    .gallery-wrapper .main {
        width: 100%;
    }

    .gallery-wrapper .tab-container,
    .gallery-wrapper .chip-container {
        overflow: scroll;
    }



}

@media screen and (min-width: 769px) {
    .show-md {
        display: none;
    }


}

@media screen and (max-width: 768px) {

    h2 {
        letter-spacing: 0;
    }


    .k-col.hover .image {
        opacity: .13;
        filter: blur(1px);
        -webkit-filter: blur(1px);
        -webkit-transform: scale(1.05) translateY(-5px);
        -ms-transform: scale(1.05) translateY(-5px);
        transform: scale(1.05) translateY(-5px);
    }

    .k-col .card-content {
        width: 100% !important;
    }

    .k-col.hover .card-content {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .k-col .card-content h1 {
        font-size: 12vw;
    }

    .k-col .card-content h2.intro-text {
        font-size: 2em;
    }

    .hide-sm {
        display: none !important;
    }


    .intro {
        width: auto;
    }

    .intro .btn {
        border: 1px solid #fff;
    }

    .scroll-arrow-wrapper {
        bottom: 20px;
    }

    .text-center-sm {
        text-align: center !important;
    }

    .text-left-sm {
        text-align: left !important;
    }


    .hidden-sm {
        display: none !important;
    }

    .show-md {
        display: block !important;
    }

    .column-reverse-sm {
        flex-direction: column-reverse;
    }

    .column-sm {
        flex-direction: column !important;
    }

    .grid.column-sm {
        grid-template-columns: inherit !important;
    }

    .hero {
        height: 90vh;

    }


    .hero .nav-active.image {
        left: 0;
        width: 100%;
    }

    .hero .alert {
        top: auto;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .hero .alert .alert-content {
        justify-content: center;
    }

    .hero .card .card-content .btn-group {
        text-align: left;
    }

    .hero .podcast-subscribe:hover .sub-group {
        left: 0;
    }

    .hero .podcast-subscribe .sub-group li a .icon {
        width: 24px;
        height: 24px;
        font-size: 24px;
    }

    .gallery-wrapper .tab-container .tab-bar .tab {
        width: auto;
    }

    .work-list {
        flex-wrap: wrap;
    }

    .skill-list .list-item {
        width: 100%;
        justify-content: flex-start;
    }

    .portfolio .card .avatar:hover,
    .portfolio .card .avatar:focus {
        transform: translateY(0);
    }

    .portfolio-list .list-item {
        width: 100% !important;
    }

    .gallery .gallery-wrapper .portfolio-list .list-item {
        margin-bottom: 8px;
    }

    .gallery .gallery-wrapper .portfolio-list .list-item img {
        border-radius: 8px;
    }

    .gallery .gallery-wrapper .portfolio-list .list-item .w70,
    .gallery .gallery-wrapper .portfolio-list .list-item .w50,
    .gallery .gallery-wrapper .portfolio-list .list-item .w30 {
        width: 100% !important;
    }


    .portfolio .w50 {
        width: 100% !important;
    }


    .intro-header {
        width: 90%;
        margin: auto;
        margin-top: 8vh;
    }

    .intro-header .btn-group {
        margin-top: 10vh;
    }

    .social-wrapper {
        justify-content: space-between !important;
    }

    .toolbar .btn {
        border: 1px solid #fff;
    }

    .card-group ul li {
        width: 100% !important;
        margin-bottom: 12px;
    }

    .card .image img {
        width: 100%;
    }

    .slide-drawer {
        width: 100%;
        display: flex;
    }

    .slide-drawer .card-content {
        padding: 0 !important;
        padding-left: 8px !important;
    }

    .slide-drawer .card-content .work-list h4 {
        font-size: 1.2em;
    }


    .footer {
        padding: 24px 8px;
        text-align: left;
        flex-direction: column-reverse;
    }

    .footer span {
        margin-top: 24px;
        margin-left: 12px;
    }


    .main-nav-btn img {
        width: 24px;
        height: 24px;
    }


    .nav-wrapper .nav-menu {
        width: 100%;
        padding: 0;
        margin-bottom: 32px;
        overflow: visible;
    }

    .nav-wrapper .nav-menu ul li a {
        font-size: 8vh;
    }

    .nav-wrapper .info {
        margin: 0;
    }


    .nav-wrapper .info .social {
        display: flex;
        flex-wrap: wrap;
    }

    .nav-wrapper .info .social a:not(:last-child) span {
        display: none;
    }



    .modal-wrapper .k-col {
        width: 90%;
        padding: 0 !important;
    }

    .page-scroll-indicator {
        bottom: -2vh;
    }

    #engage .list-group .list-item .content {
        margin-top: 48px;
    }

    .gallery .gallery-wrapper .alert {
        width: 95%;
        position: relative;
    }


    .portfolio .card .avatar .item img {
        height: 420px !important;
    }

    .banner {}

    .people .quotes .details {
        align-items: baseline;
    }

    .people .quotes .details .thumbnail {
        width: 50% !important;
    }

    .sticky-header {
        justify-content: flex-end !important;
    }

    .hero .container .avatar img {
        border-radius: 24px !important;
    }

    #bio .featured-list ul {
        grid-template-columns: repeat(1, 1fr);
    }

    #about ul.list-group.grid {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }

    #about ul.list-group.grid li {
        border-radius: 12px;
    }

    .people .card-group ul.list-group.grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (min-width: 480px) {
    .navbar {
        display: none;
    }
}

@media screen and (max-width: 480px) {


    p {
        text-align: left;
    }

    i.ion {
        font-size: 28px;
    }

    .k-col.toolbar a {
        width: auto;
    }

    .k-col .card {
        width: 90% !Important;
    }

    .k-col .card-content .btn {
        display: flex;
        justify-content: flex-start;
        margin-left: 0;
        margin-bottom: 8px;
        width: auto !Important;
    }


    .k-col.contact {
        padding-bottom: 24vh !important;
    }

    .card-actions {
        flex-direction: column;
    }

    .navbar {
        display: none;
    }

    .header-name {
        font-size: 82px;
    }

    .header-hello,
    .header-subtitle {
        font-size: 24px;
    }

    .card-actions .btn {
        margin: 12px auto;
    }

    .scroll-arrow {
        opacity: 1;
    }

    .scroll-arrow-wrapper {
        display: none;
    }

    .gallery .gallery-wrapper .portfolio-list .list-item .hover-details {
        opacity: 1;
        padding: 4px 16px;
    }

    .gallery .gallery-wrapper .portfolio-list .list-item .hover-details h3 {
        margin: 4px 0;
    }

    .gallery .gallery-wrapper .portfolio-list .list-item .hover-details p {
        margin: 8px 0;
    }

    .gallery .gallery-wrapper .portfolio-list .list-item .scroll-list li img {
        height: 90vw;
    }

    .logo {
        width: 20%;
        left: 8px;
        top: 0;
        height: 96px;
        display: block;
        background-position: 50%;
        opacity: .07;
    }

    .work-list .list-item {}

    .work-list .list-item a {
        border-bottom: 1px solid #313335;
    }


    .portfolio .card-content .toolbar {
        padding: 56px;
    }

    .gallery-wrapper .portfolio-list .list-item .hover-details {
        max-width: 65%
    }

    .gallery .gallery-wrapper .portfolio-list .list-item.row {
        flex-direction: column !important;
    }

    .show-xs {
        display: block;
    }

    .hide-xs {
        display: none !important;
    }

    .skill-list .list-item {
        justify-content: flex-start;
        text-align: left;
    }

    .gallery-wrapper .tab-container .tab-bar .tab {
        width: auto;
        padding: 8px 12px;
    }

    .image.hero-1 {
        background-position: 20% 0%;
    }


    .modal-wrapper .k-col {
        padding-bottom: 0 !important;
    }

    .modal-wrapper .k-col .card {
        margin: 0;

    }

    .nav-wrapper .nav-menu ul li a {
        font-size: 4em;
    }

    .gallery-wrapper .chip-container .chip-bar {
        justify-content: flex-start;
        margin: 0 8px;
    }

}

@media screen and (max-width: 375px) {
    .hide-xxs {
        display: none !Important;
    }


    .sticky-header a {
        display: none !important;
    }


    .grid.column-xs {
        grid-template-columns: inherit !important;
    }

    .tab-bar {
        justify-content: flex-start;
    }

    .people .card-group ul.list-group.grid {
        grid-template-columns: repeat(1, 1fr);
    }

}
/* ============================================================
   @styles: Logo Carousel Component — Modern 2026 Style
   ============================================================ */
.logo-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 32px 0;
  animation: fadeInCarousel 0.8s ease-out;
}

/* Градиентные маски по краям — плавное затухание */
.logo-carousel-wrapper::before,
.logo-carousel-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.logo-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg-color) 0%, var(--bg-color) 15%, transparent 100%);
}

.logo-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg-color) 0%, var(--bg-color) 15%, transparent 100%);
}

.logo-carousel {
  width: 100%;
}

.logo-track {
  display: flex;
  width: fit-content;
  align-items: center;
  will-change: transform;
  animation: scroll 30s linear infinite;
}

/* Пауза при наведении */
.logo-carousel:hover .logo-track {
  animation-play-state: paused;
}

.logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 64px;
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(100%) brightness(0.95);
  padding: 12px 20px;
}

.logo-item:hover {
  opacity: 1;
  filter: grayscale(0%) brightness(1);
  transform: scale(1.08);
}

.logo-item img {
  max-height: 64px;
  max-width: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

/* Бесшовная бесконечная прокрутка */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Адаптив для планшетов */
@media (max-width: 900px) {
  .logo-track {
    gap: 56px;
    animation-duration: 25s;
  }

  .logo-item {
    width: 160px;
    height: 56px;
  }

  .logo-item img {
    max-height: 56px;
    max-width: 160px;
  }

  .logo-carousel-wrapper::before,
  .logo-carousel-wrapper::after {
    width: 80px;
  }
}

/* Адаптив для мобильных */
@media (max-width: 600px) {
  .logo-track {
    gap: 48px;
    animation-duration: 22s;
  }

  .logo-item {
    width: 140px;
    height: 48px;
    padding: 8px 16px;
  }

  .logo-item img {
    max-height: 48px;
    max-width: 140px;
  }

  .logo-carousel-wrapper::before,
  .logo-carousel-wrapper::after {
    width: 60px;
  }

  .logo-carousel-wrapper {
    padding: 24px 0;
  }
}

/* Поддержка темной темы */
body.dark-mode-active .logo-item {
  opacity: 0.4;
  filter: grayscale(100%) brightness(0) invert(1);
}

body.dark-mode-active .logo-item:hover {
  opacity: 0.9;
  filter: grayscale(0%) brightness(0) invert(1);
}

/* Плавный fade-in при загрузке страницы */
@keyframes fadeInCarousel {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Основной контейнер */
.logo-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 32px 0;
}

/* Градиент по краям */
.logo-carousel-wrapper::before,
.logo-carousel-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.logo-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg-color) 0%, var(--bg-color) 15%, transparent 100%);
}
.logo-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg-color) 0%, var(--bg-color) 15%, transparent 100%);
}

.logo-carousel {
  width: 100%;
}

.logo-track {
  display: flex;
  gap: 64px;
  width: fit-content;
  align-items: center;
  will-change: transform;
  animation: scroll 30s linear infinite;
}

.logo-carousel:hover .logo-track {
  animation-play-state: paused;
}

/* Логотипы */
.logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 64px;
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(100%) brightness(0.95);
  padding: 12px 20px;
  position: relative;
}

.logo-item:hover {
  opacity: 1;
  filter: grayscale(0%) brightness(1);
  transform: scale(1.08);
}

.logo-item img {
  max-height: 64px;
  max-width: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Бесшовная анимация */
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}