/*GENERAL
--------------------------------------*/
:root {
    scroll-behavior: auto;
    --dark: #202322;
    --lightblue: #BAD0DB;
    --paleblue: #92B0BF;
    --brown: #605140;
    --beige: #D2D1C4;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
    overflow: auto;
}

.color-dark,
.hover-dark:hover {
    color: var(--dark) !important;
}

.bg-dark,
.bghover-dark:hover {
    background-color: var(--dark) !important;
}

.bd-dark,
.bdhover-dark:hover {
    border-color: var(--dark) !important;
}

.color-lightblue,
.hover-lightblue:hover {
    color: var(--lightblue) !important;
}

.bg-lightblue,
.bghover-lightblue:hover {
    background-color: var(--lightblue) !important;
}

.bd-lightblue,
.bdhover-lightblue:hover {
    border-color: var(--lightblue) !important;
}

.color-paleblue,
.hover-paleblue:hover {
    color: var(--paleblue) !important;
}

.bg-paleblue,
.bghover-paleblue:hover {
    background-color: var(--paleblue) !important;
}

.bd-paleblue,
.bdhover-paleblue:hover {
    border-color: var(--paleblue) !important;
}

.color-brown,
.hover-brown:hover {
    color: var(--brown) !important;
}

.bg-brown,
.bghover-brown:hover {
    background-color: var(--brown) !important;
}

.bd-brown,
.bdhover-brown:hover {
    border-color: var(--brown) !important;
}

.color-beige,
.hover-beige:hover {
    color: var(--beige) !important;
}

.bg-beige,
.bghover-beige:hover {
    background-color: var(--beige) !important;
}

.bd-beige,
.bdhover-beige:hover {
    border-color: var(--beige) !important;
}

.color-white,
.hover-white:hover {
    color: #fff !important;
}

.bg-white,
.bghover-white:hover {
    background-color: #fff !important;
}

.bd-white,
.bdhover-white:hover {
    border-color: #fff !important;
}

.color-black,
.hover-black:hover {
    color: #000 !important;
}

.bg-black,
.bghover-black:hover {
    background-color: #000 !important;
}

.bd-black,
.bdhover-black:hover {
    border-color: #000 !important;
}

body {
    font: normal normal 1.125rem/1.2 'DM Sans', 'arial', sans-serif;
    color: var(--dark);
    background: var(--dark);
}

body.pace-running:before {
    opacity: 1
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: currentColor;
}

a {
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

p {
    margin: 0;
    line-height: ;
}

:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pace-done #main-container {
    background: #fff;
    transition: opacity .3s;
    opacity: 1 !important
}

::placeholder {
    color: currentColor;
    opacity: .4;
    transition: opacity .3s;
}

:focus::placeholder {
    opacity: .3
}

/*Marquee*/
.marquee-container {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.marquee-img {
    width: 100%;
    max-width: 600px;
}

.marquee-container .marquee {
    display: flex;
    width: max-content;
    height: 150px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    font-family: 'Space Grotesk', 'Arial', sans-serif;
    font-weight: 300;
    color: #fff;
}

.marquee-inner-1,
.marquee-inner-2 {
    display: flex;
    align-items: center;
}

.marquee-container.straight .marquee-inner-1 {
    animation: slide-har 80s linear infinite;
}

.marquee-container.straight .marquee-inner-2 {
    animation: slide-har 80s linear infinite;
}

.marquee-container.reverse .marquee-inner-1 {
    animation: slide-hareverse 80s linear infinite;
}

.marquee-inner-2 {
    animation: slide-hareverse 80s linear infinite;
}

.marquee-text {
    padding: 0 5px;
}

@keyframes slide-har {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slide-hareverse {
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.font-space-grotesk {
    font-family: 'Space Grotesk', 'Arial', sans-serif;
}

.font-outfit {
    font-family: 'Outfit', 'Arial', sans-serif;
}

.fw-extralight {
    font-weight: 200;
}

.fw-extrabold {
    font-weight: 800;
}

.fw-black {
    font-weight: 900;
}

.text-justify {
    text-align: justify;
}

.motus-btn {
    width: fit-content;
    border-width: 1px;
    border-style: solid;
    border-radius: 500px;
    padding: 0 9px 0 22px;
    height: 49px;
    line-height: 49px;
    display: flex;
    gap: 17px;
    align-items: center;
    background: transparent;
    align-self: flex-start;
    transition: all .3s;
}

.motus-btn span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s, transform .3s .3s;
    will-change: transform;
}

.motus-btn:hover span {
    transform: rotate(-45deg);
}

.motus-btn path {
    transition: all .3s;
}

.motus-btn.white-black {
    border-color: #fff;
}

.motus-btn.white-black:hover {
    border-color: #000;
    background: #000;
    color: #fff;
}

.motus-btn.white-black span {
    background: #000;
}

.motus-btn.white-black:hover span {
    background: #fff;
}

.motus-btn.white-black path {
    will-change: fill;
    fill: #fff !important;
}

.motus-btn.white-black:hover path {
    fill: #000 !important;
}

.motus-btn.blue-blue {
    border-color: var(--paleblue);
}

.motus-btn.blue-blue:hover {
    background: var(--paleblue);
}

.motus-btn.blue-blue span {
    background: var(--paleblue);
}

.motus-btn.blue-blue:hover span {
    background: #fff;
}

.motus-btn.greer-green {
    border-color: #97f56b;
    color: #fff;
}

.motus-btn.greer-green:hover {
    border-color: #97f56b;
    background: #97f56b;
    color: var(--dark);
}

.motus-btn.greer-green span {
    background: #97f56b;
}

.motus-btn.greer-green:hover span {
    background: #fff;
}

.motus-title .ico {
    width: 1rem;
}

.motus-btn.black-black {
    background: var(--dark);
    color: #fff;
}

.motus-btn.black-black span {
    background: var(--lightblue);
}

.motus-btn.black-black:hover span {
    background: #fff;
}

.motus-mission {
    width: 270px;
}

/*LAYOUT
--------------------------------------*/
#main-home .pace-progress {
    display: none;
}

.pace .pace-progress {
    background: var(--lightblue);
}

#intro {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#intro.disabled {
    z-index: -10;
}

#intro .intro-section {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    background: var(--dark);
    transition: transform 1s 1.3s;
}

#intro-top {
    top: 0;
    align-items: end;
}

#intro-bottom {
    bottom: 0;
    align-items: start;
}

.pace-done #intro-top {
    transform: translateY(-100%);
}

.pace-done #intro-bottom {
    transform: translateY(100%);
}

#intro .logo-container {
    width: 466px;
    height: 205px;
    /*background: rgba(255, 255, 255, .5);*/
    /*mask-repeat: no-repeat;*/
    position: relative;
    opacity: 0;
    transition: opacity .5s;
    padding: 0 15px;
}
#intro .logo-container img{
    max-width: 100%;
}

/*#intro-top .logo-container {
    -webkit-mask-image: url(../img/logo-intro-01.png);
    mask-image: url(../img/logo-intro-01.png);
}
#intro-bottom .logo-container {
    -webkit-mask-image: url(../img/logo-intro-02.png);
    mask-image: url(../img/logo-intro-02.png);
}*/
/*#intro .logo-progress {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transition: opacity .3s;
    opacity: 0;
}*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 165px;
    z-index: 10;
    transition: transform .3s;
}

#header.headroom--unpinned {
    transform: translateY(-165px);
}

#header-container:before {
    display: block;
    content: '';
    width: calc(100% + 7.2rem);
    height: 110px;
    padding: 2rem 3.6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    transition: all .3s;
    opacity: 0;
}

#header.floated #header-container:before,
#header.headroom--not-top.headroom--pinned #header-container:before {
    opacity: 1;
}

#logo {
    position: relative;
    width: 85px;
}

#logo img {
    width: 100%;
}

#header.dark #logo path,
#header.headroom--not-top.headroom--pinned #logo path {
    fill: var(--dark) !important;
}

#nav {
    position: relative;
}

#nav ul {
    display: flex;
    column-gap: 3.125rem;
    align-items: center;
}

#nav li {}

#nav a {
    color: #fff;
    text-transform: uppercase;
}

#nav a:hover {
    color: var(--lightblue) !important;
}

#header.dark #nav a,
#header.headroom--not-top.headroom--pinned #nav a {
    color: var(--dark);
}

.slicknav_menu {
    position: absolute;
    right: 0;
    top: 18px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    width: 100%;
    display: none;
    z-index: 10;
}

.slicknav_nav {
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 15px 0 0;
    background: rgb(0 0 0 / 88%);
    font-size: .95rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 57px;
    left: 0;
}

.slicknav_nav ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.slicknav_nav li {
    margin-bottom: 30px;
}

.slicknav_nav li a.active,
.slicknav_nav li a.focus,
.slicknav_nav a:hover {
    color: var(--lightblue);
    background: unset;
}

.slicknav_btn {
    background: unset;
    margin: 10px 0 6px;
}

.slicknav_menu .slicknav_icon-bar {
    background: #fff;
    box-shadow: none;
}

#footer {}

#footer a:hover {
    color: var(--paleblue);
}

.footer-col {}

#footer-logo {}

#footer small {}

/*HOME
--------------------------------------*/
#home-main {
    height: 100vh;
    min-height: 800px;
    position: relative;
}

#home-main .slick-list, #home-main .slick-track{
    height: 100%;
}

#home-main:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(360deg, rgba(32, 35, 34, 1) 10%, rgba(32, 35, 34, 0) 70%);
}

#home-main:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: 0.2;
    background: #000
}

#home-portfolio-control {
    position: absolute;
    z-index: 5;
}

#home-portfolio-control .slick-prev {
    transform: scale(-1);
}

#home-portfolio-control path {
    transition: all .3s;
}

#home-portfolio-control button:hover path {
    fill: var(--lightblue) !important;
}

/*ABOUT
--------------------------------------*/
#about-main-img {
    aspect-ratio: 16/9;
}

#about-text-mask {
    overflow: hidden;
    position: relative;
}

#about-text-mask:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgba(32, 35, 34, 1) 0%, rgba(32, 35, 34, 0) 50%, rgba(32, 35, 34, 1) 85%);
    z-index: 1;
}

#about-text-inner {
    padding-top: 25%;
}

#about-text-inner:after {
    display: block;
    content: '';
    width: 100%;
    padding-top: 125%;
    position: absolute;
    left: 0;
    top: 0;
}


#about-team-01,
#about-team-02,
#about-team-03{
    cursor: pointer;
    position: relative;
}


#about-team-01:before,
#about-team-02:before,
#about-team-03:before{
    display:block;
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: .5;
    transition: all .3s;
}

#about-team-01:hover:before,
#about-team-02:hover:before,
#about-team-03:hover:before,
#about-team-01.active:before,
#about-team-02.active:before,
#about-team-03.active:before{
    opacity: 0;
}

/*DEV
--------------------------------------*/
.dev-item {
    position: relative;
}

.dev-item-img {
    width: 100%;
}

.dev-item-info {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(calc(-100% + 50px));
    margin: auto 0;
    border-radius: 0 10px 10px 0;
    width: 460px;
    padding: 4.1rem 3.125rem 4.1rem 6.875rem;
    background: var(--lightblue);
    transition: transform .3s;
}

.dev-item-info:hover,
.dev-item-info.active
 {
    transform: translateY(-50%) translateX(0);
}

.dev-item-info ul img {
    height: 2.2rem;
}

.dev-item .ico {
    position: absolute;
    top: 20px;
    right: 17px;
    width: 23px;
    transition: opacity .4s;
}

/*.dev-item-info:hover .ico {
    opacity: 0;
}*/

.dev-item .ico path {
    fill: var(--dark) !important;
}

.dev-item-tag {
    font-weight: 500;
    font-size: 1.25rem;
    text-transform: uppercase;
    padding: 0.625rem 1.25rem;
    background: #fff;
    position: absolute;
    top: 45px;
    right: 110px;
    z-index: 1;
}

.full-tag {
    background: #C82D2D;
    color: #fff;
}

#dev-main {
    display: flex;
}

#dev-main-img {
    width: 58%;
    position: relative;
}

#dev-main-info {
    width: 42%;
    padding-left: 8%;
    position: relative;
}

#dev-main-info:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #202322;
    opacity: .94;
    z-index: 1;
}

#dev-main-content {
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 410px;
}

#dev-main-content .ico {
    width: 2.125rem;
    height: 3.7rem;
}

#dev-main-content .ico path {
    fill: var(--lightblue) !important;
    width: 100% !important;
}

#dev-data-list {
    display: flex;
    gap: 2rem;
}

.dev-data-item {
    width: calc(20% - 2rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.625rem;
    text-align: center;
}

.dev-data-item img {
    height: 2.8rem;
}

.dev-slider-title {
    width: 400px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-family: var(--font-family);
    font-weight: 800;
    color: #fff;
    position: absolute;
    left: 35px;
    top: 35px;
    background: var(--dark);
    text-align: left;
}

.dev-slider-title img {
    width: 17px;
    margin-left: 24px;
}

.dev-slider .slick-dots {
    position: absolute;
    display: flex;
    bottom: 1.9rem;
    justify-content: center;
    width: 100%;
    column-gap: 10px;
}

.dev-slider button {
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    text-indent: -200vw;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: #fff;
    transition: all .3s;
    opacity: .3;
}

.dev-slider .slick-active button,
.dev-slider button:hover {
    opacity: 1;
}

#dev-tour .ico path {
    fill: var(--paleblue) !important;
}

#dev-feat {}

#dev-feat-title {
    color: #9D9D94;
    margin-bottom: 17vh;
}

#dev-feat-list {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

#dev-feat-list li {
    padding-left: 2rem;
    position: relative;
}

#dev-feat-list li:before {
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
    background: var(--dark);
}

.dev-banner {
    height: 30.625rem;
    display: flex;
    align-items: center;
    position: relative;
}

.dev-banner:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--dark);
    z-index: 1;
    opacity: .85;
}

#dev-contact .parsley-errors-list {
    display: none;
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    pointer-events: none;
    background: #ff5252;
    text-align: center;
    padding: 0 5px;
}

#dev-contact .parsley-errors-list.filled {
    display: block;
}

#dev-contact #contact-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--dark);
}

#dev-contact #contact-loader #loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    background: url(../img/loader.svg) no-repeat center;
}

#dev-contact #contact-msg-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--dark);
    opacity: 0;
}

#dev-contact #contact-msg-text h2 {
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    color: currentColor;
    line-height: 1.5;
}

#dev-contact #contact-msg-text p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

#dev-contact input,
#dev-contact textarea {
    width: 100%;
    border: 1px solid #fff;
    background: unset;
    color: #3e4342;
}

#dev-contact textarea {
    height: 9.375rem;
    padding: 1.375rem;
}

#dev-contact input {
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 1.375rem;
}

#dev-contact label {
    font-size: .95rem;
    display: block;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
}

#dev-contact button {
    border: unset;
    border-radius: 500px;
    padding: 0 1.1rem;
    height: 2.625rem;
    line-height: 2.625rem;
    font-size: 1.25rem;
}

/*PROJECT
--------------------------------------*/
#project-slider {
    position: relative;
    max-height: 100vh;
    overflow:hidden;
}

#project-slider:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #202322 0%, rgba(32, 35, 34, 0) 100%);
    mix-blend-mode: multiply;
    opacity: 0.9;
    z-index: 1;
}

#project-slider .slick-dots {
    position: absolute;
    display: flex;
    bottom: 1.9rem;
    justify-content: center;
    width: 100%;
    column-gap: 10px;
}

#project-slider button {
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    text-indent: -200vw;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: #fff;
    transition: all .3s;
    opacity: .3;
}

#project-slider .slick-active button,
#project-slider button:hover {
    opacity: 1;
}

#project .motus-title path {
    fill: var(--lightblue) !important;
}

/*HOME
--------------------------------------*/
#portfolio-main {
    height: 485px;
    position: relative;
}

#portfolio-main:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.8;
    background: var(--dark)
}

#portfolio-filters {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4.125rem;
    row-gap: 10px;
    align-items: center;
    justify-content: center;
}

#portfolio-filters button {
    opacity: .3;
    transition: all .3s;
    border: unset;
    background: unset;
    padding: 0;
    text-transform: uppercase;
}

#portfolio-filters button:hover {
    opacity: 1;
}

.portfolio-item {
    position: relative;
}

.portfolio-item-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(32 35 35 / 84%);
    display: flex;
    flex-direction: column;
    padding: 3rem;
    justify-content: end;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}

.portfolio-item:hover .portfolio-item-info {
    opacity: 1;
}

.b-slider {
    background-color: #f7f7f7;
    min-width: 100%;
    outline: 0;
    overflow: hidden;
}

.b-slider:hover .b-slider__img {
    filter: grayscale(1);
}

.b-slider__slide {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 .7rem;
}

.b-slider__ref {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-slider__ref:hover .b-slider__img {
    filter: unset;
}

.related-link {
    position: relative;
}

.related-txt {
    position: absolute;top:0;bottom:0;right:0;left:0;background:rgba(0, 0, 0, .8);color:#fff;z-index: 1;opacity: 0;
}
.related-img {
    position: relative;
    z-index: 0;
}




/*CONTACT
--------------------------------------*/
.grecaptcha-badge {
    visibility: hidden;
}

.iti {
    width: 100%;
}

.iti__flag-container {
    height: 3rem;
}

.iti__country-list,
.iti__selected-dial-code {
    color: #000;
}

#contact .parsley-errors-list {
    display: none;
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    pointer-events: none;
    background: #ff5252;
    text-align: center;
    padding: 0 5px;
}

#contact .parsley-errors-list.filled {
    display: block;
}

#contact label {
    font-size: .9rem;
}

#contact input,
#contact textarea {
    width: 100%;
    border: 1px solid var(--dark);
    color: #3e4342;
    background: unset;
}

#contact input {
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 1rem;
}

#contact textarea {
    height: 10rem;
    padding: 1rem;
}

#contact button {
    border: unset;
    border-radius: 500px;
    padding: 0 1.1rem;
    height: 2.625rem;
    line-height: 2.625rem;
    font-size: 1.25rem;
    background: var(--lightblue);
    color: #fff;
}

#contact #contact-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

#contact #contact-loader #loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    background: url(../img/loader.svg) no-repeat center;
}

#contact #contact-msg-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
}

#contact #contact-msg-text h2 {
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    color: currentColor;
    line-height: 1.5;
}

#contact #contact-msg-text p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

/*MQ
--------------------------------------*/
@media screen and (max-width: 991px) {
    :root {
        font-size: 13px;
    }

    #header {
        height: 75px;
    }

    #header.floated #header-container:before,
    #header.headroom--not-top.headroom--pinned #header-container:before {
        width: 100%;
        height: 100%;
        transform: unset;
        left: 0;
        top: 0;
    }

    #header.floated .slicknav_menu .slicknav_icon-bar,
    #header.headroom--not-top.headroom--pinned .slicknav_menu .slicknav_icon-bar {
        background: var(--dark);
    }

    #header.headroom--unpinned {
        transform: unset;
    }

    #logo {
        width: 50px;
        z-index: 11;
    }

    #logo svg {
        width: 100%;
    }

    .motus-btn {
        padding: 0 7px;
        height: 39px;
        line-height: 39px;
        gap: 7px;
    }

    .motus-btn span {
        width: 28px;
        height: 28px;
    }

    #nav {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    #home-dev-img {
        height: 400px;
    }

    #portfolio-main {
        height: 400px;
    }

    #dev-main-img,
    #dev-main-info {
        width: 50%;
    }

    #dev-main-info {
        padding: 3%;
    }

    .dev-slider-title {
        width: 200px;
        height: 50px;
        font-size: 1rem;
        left: 15px;
        top: 15px;
    }

    .dev-item {
        min-height: 600px;
    }

    .dev-item-img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        object-fit: cover;
    }

    .dev-item-info {
        width: 350px;
        padding-left: 4.875rem;
        transform: translateY(-50%) translateX(calc(-100% + 40px));
    }

    .dev-item .ico {
        top: 10px;
        right: 14px;
        width: 13px;
    }

    .dev-item-tag {
        right: 15px;
        top: 15px;
    }
}

@media screen and (max-width: 575px) {
    body {        
        text-align: center;
    }

    .title {
        font-size: 13vw;
    }

    #home-main {
        min-height: unset;
    }

    .home-dev-item {
        width: calc(50% - 1.5rem);
        text-align: left;
    }

    #home-main h1 {}

    #home-dev-img {
        height: auto;
        max-width: 100%;
    }

    #home-portfolio-control {
        position: relative;
        justify-content: center;
        padding-bottom: 15px;
    }

    #home-portfolio-slider img {
        max-width: 100%;
    }

    .motus-mission {
        width: fit-content;
        text-align: right;
        margin: 0 auto 30px;
        transform: translateY(70px);
        text-align: center;
    }

    #about-text-mask:before {
        background: linear-gradient(to top, rgba(32, 35, 34, 1) 0%, rgba(32, 35, 34, 0) 62%, rgba(32, 35, 34, 1) 92%)
    }

    #about-text-inner {
        padding-top: 30%;
    }

    #portfolio-main {
        height: 300px;
    }

    #portfolio-filters {
        column-gap: 2.125rem;
        row-gap: 10px;
    }

    #dev-main {
        flex-direction: column;
    }

    #dev-main-img,
    #dev-main-info {
        width: 100%;
    }

    #dev-main-info {
        padding: 30px 15px;
    }

    #dev-main-content {
        max-width: unset;
    }

    #dev-data-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .dev-data-item {
        width: calc(33.33333333333% - 2rem);
    }

    .dev-slider-title {
        width: 150px;
        height: 30px;
    }

    .dev-slider-title img {
        width: 8px;
        margin-left: 12px;
    }

    .dev-slider .slick-dots {
        bottom: 15px;
    }

    #dev-feat-list {
        text-align: left;
        max-width: 350px;
        margin: 0 auto;
    }

    .dev-item-info {
        width: 300px;
        padding-left: 4.875rem;
    }
}