@supports (-ms-ime-align: auto) {
    .landing-clipped {
        display: none !important;
    }
    .landing-clipped-3 {
        display: none !important;
    }
    .centerLogo {
        position: absolute !important;
        top: 32% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        max-width: 80rem;
    }
    .cube {
        margin: 0 auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .footer-grid {
        grid-template-columns: 2fr !important;
        grid-template-rows: 0.3fr 0.1fr 0.1fr 0.1fr !important;
    }
    .open-left {
        writing-mode: initial !important;
        -webkit-writing-mode: initial !important;
        -ms-writing-mode: initial !important;
        -o-writing-mode: initial !important;
        padding-left: 1.5rem !important;
    }
    .open-right {
        writing-mode: initial !important;
        -webkit-writing-mode: initial !important;
        -ms-writing-mode: initial !important;
        -o-writing-mode: initial !important;
    }
    .open-right-txt {
        padding: 1.8rem 1.4rem 1.5rem 0.1rem !important;
    }
    .nav-list {
        height: 5rem !important;
        width: 98.9rem !important;
    }
    .logo {
        height: 5rem !important;
        width: 16rem !important;
    }
    .edge-text {
        display: block !important;
        margin: 0 auto !important;
        text-align: center !important;
        top: 33%;
    }
    .main-heading {
        font-size: 5rem;
        font-weight: 900;
        letter-spacing: 0.6rem;
        padding: 4rem;
        text-align: center;
        margin: 0 auto !important;
        text-align: center !important;
    }
    .sub-heading {
        font-size: 2rem;
        font-weight: 400;
        letter-spacing: 0.4rem;
        padding: 2rem;
        padding-right: 9rem;
        padding-left: 6rem;
        margin: 0 auto;
        text-align: center;
    }
}
@media screen and (-ms-high-contrast: none) {
    body {
        background: #000 !important;
    }
    .ie-text {
        display: block !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        font-size: 4rem;
    }
}
#land-edge {
    display: none !important;
}
.ie-text {
    display: none;
}
.edge-text {
    display: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #acacac #000;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #000;
}
::-webkit-scrollbar-thumb {
    background-color: #acacac;
    border: 1px solid #000;
}
html {
    font-size: 10px;
    scroll-behavior: smooth;
    overflow-x: hidden;
    height: 100%;
}
body {
    overflow-x: hidden;
    margin: 0;
    background: url(/img/bg/bg.webp) no-repeat center center fixed;
    background-color:#bfc1c2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #161616;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1500;
}
.liquid-circ {
    width: 0;
}
.piece0 {
    filter: url(#liquid-circ);
}
.stopp1 {
    stop-color: #f9d342;
}
.stopp2 {
    stop-color: #ff8000;
}
.liquid-circ-pieces {
    animation: liquify 10s infinite linear;
    stroke-dasharray: 180 800;
    fill: none;
    stroke: url(#gradient);
    stroke-width: 23;
    stroke-linecap: round;
}
.piece2 {
    animation: liquify 3s infinite linear;
    stroke-dasharray: 26 54;
    fill: none;
    stroke: url(#gradient);
    stroke-width: 23;
    stroke-linecap: round;
}
.piece1 {
    filter: blur(5px);
    opacity: 0.3;
    position: absolute;
    transform: translate(3px, 3px);
}
.align-items {
    display: flex;
    justify-content: center;
    align-items: center;
}
.rotate-mobile {
    display: none;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
#landing {
    min-height: 100vh;
    width: 100%;
    display: flex;
}
#about {
    height: 90vh;
    width: 100%;
}
#technologies {
    min-height: 60vh;
    width: 100%;
    display: grid;
    padding-bottom: 15%;
}
#lifecycle {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
#values {
    min-height: 100vh;
}
#projects {
    display: flex;
    min-height: 60vh;
    width: 100%;
    justify-content: center;
    align-items: center;
}

footer {
    width: 100%;
    min-height: 40vh;
    background-color: #000;
}
.main-nav {
    width: 100%;
    height: 10rem;
    display: flex;
    z-index: 1000;
    align-items: center;
    justify-content: space-between;
}
.bottom-navigation {
    display: none;
}
.logo {
    height: 8rem;
    width: 15rem;
    display: flex;
    list-style: none;
    background-color: #fff;
    border-top: 0;
    border-bottom: 0;
    transform: translateX(-11rem);
    transition: transform 0.5s;
}
.nav-list {
    display: flex;
    list-style: none;
    background-color: #fff;
    height: 8rem;
    width: 97rem;
    transform: translateX(92.6rem);
    transition: transform 0.5s;
}
.nav-item {
    margin: auto 2.2rem;
    font-weight: 500;
}
.nav-link {
    font-size: 2rem;
    text-decoration: none;
    letter-spacing: 1px;
    color: #000;
    cursor: pointer;
}
.nav-item a {
    text-decoration: none;
    display: inline-block;
    padding: 1px;
    position: relative;
}
.nav-item a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.nav-item a:hover:after {
    width: 100%;
    left: 0;
}
.open-left {
    display: flex;
    align-items: center;
    background-color: #f9d342;
    padding-right: 1.6rem;
    cursor: pointer;
    padding-left: 1.6rem;
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
    text-orientation: upright;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
}
.open-left-txt {
    margin: auto auto;
    font-size: 1.2rem;
    font-weight: 700;
}
.open-right-txt {
    padding: 2.4rem 1.4rem 2.1rem 0.1rem;
    margin: auto auto;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    text-decoration: none;
    color: #000;
}
.open-right {
    display: flex;
    align-items: center;
    background-color: #f9d342;
    cursor: pointer;
    border-top: 0;
    border-bottom: 0;
    text-orientation: upright;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    padding-left: 1.7rem;
}
.ro-lang {
    display: none;
}
.en-lang {
    display: none;
}
.open .nav-list {
    transform: translateX(0);
}
.open .logo {
    transform: translateX(0);
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.container-img {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}
.container-img img {
    width: 85%;
}
.container-img-small {
    display: none;
}
.about-yellow {
    background-color: #292929;
    min-height: 40%;
}
.about-title {
    color: #fff;
    margin-top: 10rem;
    margin-bottom: 5rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 3.5rem;
}
.centerLogo {
    position: absolute;
    top: 32%;
    left: 7%;
    transform: translate(-50%, -50%);
    max-width: 80rem;
}
#logo {
    animation: fill-black 1.5s ease forwards 2s;
}
#logo path:nth-child(1) {
    stroke-dasharray: 381.988px;
    stroke-dashoffset: 381.988px;
    animation: line-anim 2s ease forwards;
}
#logo path:nth-child(6) {
    stroke-dasharray: 263.896px;
    stroke-dashoffset: 263.896px;
    animation: line-anim 2s ease forwards;
}
#logo path:nth-child(2) {
    stroke-dasharray: 429.326px;
    stroke-dashoffset: 429.326px;
    animation: line-anim 2s ease forwards 0.2s;
}
#logo path:nth-child(7) {
    stroke-dasharray: 284.6693px;
    stroke-dashoffset: 284.6693px;
    animation: line-anim 2s ease forwards 0.4s;
}
#logo path:nth-child(5) {
    stroke-dasharray: 697.3179px;
    stroke-dashoffset: 697.3179px;
    animation: line-anim 2s ease forwards 0.8s;
}
#logo path:nth-child(3) {
    stroke-dasharray: 219.339px;
    stroke-dashoffset: 219.339px;
    animation: line-anim 2s ease forwards 1s;
}
#logo path:nth-child(11) {
    stroke-dasharray: 120.976px;
    stroke-dashoffset: 120.976px;
    animation: line-anim 2s ease forwards 1.2s;
}
#logo path:nth-child(4) {
    stroke-dasharray: 325.973px;
    stroke-dashoffset: 325.973px;
    animation: line-anim 2s ease forwards 1.4s;
}
#arrow {
    stroke-dasharray: 1511.959px;
    stroke-dashoffset: 1511.959px;
    animation: line-anim 2s ease forwards 1.6s;
}
#yellow {
    animation: fill-yellow 1.5s ease forwards 2s;
}
#gray {
    animation: fill-gray 1.5s ease forwards 2s !important;
}
#circ3 {
    stroke-dasharray: 364.935px;
    stroke-dashoffset: 364.935px;
    animation: line-anim 2s ease forwards 2.1s;
}
#circ2 {
    stroke-dasharray: 41.552px;
    stroke-dashoffset: 41.552px;
    animation: line-anim 2s ease forwards 2.1s;
}
#circ1 {
    stroke-dasharray: 20.4337px;
    stroke-dashoffset: 20.4337px;
    animation: line-anim 2s ease forwards 2.1s;
}
#big-circ {
    stroke-dasharray: 4985.7539px;
    stroke-dashoffset: 4985.7539px;
    animation: line-anim 2s ease forwards 2.1s;
}
.landing-clipped-small {
    display: none;
}
.try-overflow {
    overflow: hidden;
}
.landing-clipped {
    display: block;
    width: 60%;
    min-height: 200%;
    background-color: #f9d342;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 100% 100%, 20% 25%);
    -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 100% 100%, 20% 25%);
    z-index: 100;
}
.landing-clipped-3 {
    display: flex;
    align-self: center;
    width: 40%;
    min-height: 50%;
    background-color: #f9d342;
    position: absolute;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 85% 50%);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 85% 50%);
}
.landing-textbox {
    width: 90%;
    position: absolute;
    top: 25%;
    left: 65%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000;
    z-index: 20;
}
.landing-textbox a {
    text-decoration: none;
}
.landing-textbox a:visited {
    color: #000;
}
.main-heading,
.main-heading-small {
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: 0.6rem;
    padding: 4rem;
    margin: 1rem;
    margin-right: 7rem;
    text-align: center;
}
.sub-heading,
.sub-heading-small {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.4rem;
    padding: 2rem;
    padding-right: 9rem;
    padding-left: 6rem;
    margin: 0 auto;
    text-align: center;
}
.mini-heading {
    color: #000;
}
.separator {
    display: flex;
    align-items: center;
    justify-content: center;
}
.line {
    width: 100%;
    max-width: 25rem;
    height: 0.25rem;
    background-color: #000;
    position: relative;
    opacity: 0;
    margin-bottom: 5rem;
    animation: grow 2s forwards;
    animation-delay: 0.9s;
}
.line-left::before,
.line-right::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0.6rem solid transparent;
    opacity: 0;
    animation: grow 0.5s forwards;
    animation-delay: 1s;
}
.line-right::before {
    border-right-color: #000;
    right: 0;
}
.line-left::before {
    border-left-color: #000;
    left: 0;
}
.asterisk {
    font-size: 1.2rem;
    color: #000;
    margin: 0 1.6rem;
    opacity: 0;
    margin-bottom: 5rem;
    animation: spin 0.5s forwards;
    animation-delay: 0.7s;
}
.asterisk img {
    width: 2.5rem;
}
#anim {
    width: 100%;
    min-width: 20rem;
    max-width: 100rem;
    display: flex;
    align-items: center;
}
.animation {
    justify-content: center;
}
.c-scroll-icon {
    width: 2rem;
    height: 10rem;
    transform: translate3d(-50%, 0, 0);
    position: absolute;
    left: 50%;
    bottom: 5rem;
    backface-visibility: hidden;
}
.c-scroll-icon .c-scroll-icon-line-mask {
    position: relative;
    overflow: hidden;
    width: 2rem;
    height: 10rem;
    margin: 0 auto;
}
.c-scroll-icon .c-scroll-icon-line {
    position: absolute;
    display: inline-block;
    width: 0.1rem;
    height: 15rem;
    border-left: 0.2rem solid #000;
    top: -15rem;
    left: 1rem;
    animation: scroll-line 3s infinite;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-scroll-icon-triangle {
    position: relative;
    width: 2rem;
    height: 3rem;
    margin: -1rem auto 0;
    animation: triangle-bounce 3s infinite;
}
.c-scroll-icon-triangle-mask {
    position: absolute;
}
.c-scroll-icon-triangle-mask.first {
    width: 4rem;
    height: 0.5rem;
    right: 0;
    overflow: hidden;
}
.c-scroll-icon-triangle-mask.right {
    width: 1rem;
    height: 3rem;
    overflow: hidden;
    right: 0;
}
.c-scroll-icon-triangle-mask.left {
    width: 1rem;
    height: 3rem;
    overflow: hidden;
    left: 1;
}
.c-scroll-icon-triangle-mask.last {
    width: 4rem;
    height: 0.5rem;
    overflow: hidden;
}
.c-scroll-icon-triangle-line {
    position: absolute;
}
.c-scroll-icon-triangle-line.first {
    border-bottom: 0.2rem solid #000;
    width: 3rem;
    right: 0;
    animation: triangle-first 3s infinite;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-scroll-icon-triangle-line.right {
    border-left: 0.2rem solid #000;
    height: 4.4rem;
    transform: rotate(-163deg);
    right: 0.5rem;
    top: -0.6rem;
    animation: triangle-right 3s infinite;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-scroll-icon-triangle-line.left {
    border-left: 0.2rem solid #000;
    height: 4rem;
    transform: rotate(163deg);
    left: 0.5rem;
    top: -0.3rem;
    animation: triangle-left 3s infinite;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.c-scroll-icon-triangle-line.last {
    border-bottom: 0.2rem solid #000;
    width: 12rem;
    left: 0;
    animation: triangle-last 3s infinite;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
}
.calltoaction {
    padding: 3rem;
}
.cta-contact {
    padding: 1.5rem;
    width: 18rem;
    border: transparent;
    background-color: #000;
    color: #f8de76;
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
    text-decoration: none;
    box-shadow: 0 20px 20px rgb(0, 0, 0, 0.2);
    cursor: pointer;
}
#wrapper {
    padding-top: 17%;
}
.viewport {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 400px;
    -moz-perspective-origin: 50% 400px;
    -ms-perspective-origin: 50% 400px;
    -o-perspective-origin: 50% 400px;
    perspective-origin: 50% 400px;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    color: #171717;
}
.cube {
    position: relative;
    margin: 0 auto;
    height: 40rem;
    width: 45%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(1122deg);
    -moz-transform: rotateY(1122deg);
    -ms-transform: rotateY(1122deg);
    -o-transform: rotateY(1122deg);
    transform: rotateY(1122deg);
}
.cube > div {
    overflow: hidden;
    position: absolute;
    opacity: 1;
    height: 40rem;
    width: 100%;
    background-color: #f9d342;
    border: 1px solid #000;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -ms-touch-callout: none;
    -o-touch-callout: none;
    -touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.cube > div > div.cube-image {
    width: 100%;
    height: 40rem;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    line-height: 50px;
    font-size: 2.5rem;
    padding: 3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #171717;
    -webkit-transition: color 0.6s;
    -moz-transition: color 0.6s;
    -ms-transition: color 0.6s;
    -o-transition: color 0.6s;
    transition: color 0.6s;
}
.cube > div:hover {
    cursor: pointer;
}
.cube > div:active {
    cursor: pointer;
}
.cube > div:first-child {
    -webkit-transform: rotateX(90deg) translateZ(200px);
    -moz-transform: rotateX(90deg) translateZ(200px);
    -ms-transform: rotateX(90deg) translateZ(200px);
    -o-transform: rotateX(90deg) translateZ(200px);
    transform: rotateX(90deg) translateZ(200px);
    outline: 1px solid transparent;
}
.cube > div:nth-child(2) {
    -webkit-transform: translateZ(200px);
    -moz-transform: translateZ(200px);
    -ms-transform: translateZ(200px);
    -o-transform: translateZ(200px);
    transform: translateZ(200px);
    outline: 1px solid transparent;
}
.cube > div:nth-child(3) {
    -webkit-transform: rotateY(90deg) translateZ(100px);
    -moz-transform: rotateY(90deg) translateZ(100px);
    -ms-transform: rotateY(90deg) translateZ(100px);
    -o-transform: rotateY(90deg) translateZ(100px);
    transform: rotateY(90deg) translateZ(100px);
    outline: 1px solid transparent;
    display: none;
}
.cube > div:nth-child(4) {
    -webkit-transform: rotateY(180deg) translateZ(200px);
    -moz-transform: rotateY(180deg) translateZ(200px);
    -ms-transform: rotateY(180deg) translateZ(200px);
    -o-transform: rotateY(180deg) translateZ(200px);
    transform: rotateY(180deg) translateZ(200px);
    outline: 1px solid transparent;
}
.cube > div:nth-child(5) {
    display: none;
    -webkit-transform: rotateY(-90deg) translateZ(200px);
    -moz-transform: rotateY(-90deg) translateZ(200px);
    -ms-transform: rotateY(-90deg) translateZ(200px);
    -o-transform: rotateY(-90deg) translateZ(200px);
    transform: rotateY(-90deg) translateZ(200px);
    outline: 1px solid transparent;
}
.cube > div:nth-child(6) {
    -webkit-transform: rotateX(-90deg) rotate(180deg) translateZ(200px);
    -moz-transform: rotateX(-90deg) rotate(180deg) translateZ(200px);
    -ms-transform: rotateX(-90deg) rotate(180deg) translateZ(200px);
    -o-transform: rotateX(-90deg) rotate(180deg) translateZ(200px);
    transform: rotateX(-90deg) rotate(180deg) translateZ(200px);
    outline: 1px solid transparent;
}
#mouse-drag {
    display: block;
    margin: 0 auto;
}
#mouse-drag {
    position: fixed;
    margin: 0 auto;
    bottom: 2rem;
    z-index: 999;
    content: url(/img/icons/drag.png);
    animation: drag 1.5s ease-in 0.4s infinite reverse;
    width: 2rem;
}
@media (max-width: 640px) {
    .viewport {
        -webkit-transform: scale(0.6, 0.6);
        -moz-transform: scale(0.6, 0.6);
        -ms-transform: scale(0.6, 0.6);
        -o-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
    }
    .cube {
        width: 100%;
    }
}
.cube-page3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cube-page3 a {
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 0.3rem;
    display: inline-block;
    padding: 1px;
    position: relative;
    color: #000;
}
.cube-page3 a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.cube-page3 a:hover:after {
    width: 100%;
    left: 0;
}
.about-small {
    display: none;
}
.slide {
    -webkit-animation: circle 2s;
    -moz-animation: circle 2s ease-in;
    -o-animation: circle 2s ease-in;
    animation: circle 2s ease-in;
    transform-origin: center;
    animation-fill-mode: forwards;
}
.title-heading {
    text-align: center;
    margin-bottom: 5rem;
    color: #000;
}
.title-heading h1 {
    font-size: 5rem;
    padding-top: 4rem;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(25rem, 1fr));
    grid-gap: 2.5rem;
    align-items: center;
}
.values-grid-item {
    height: 40rem;
    padding: 5rem;
    color: #000;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    align-items: center;
}
.values-grid-item h2 {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin: 2rem 0;
    text-align: center;
}
.values-grid-item p {
    font-size: 2.2rem;
    text-align: center;
}
.values-grid-item .description {
    max-width: 70rem;
    min-width: 40rem;
    padding: 0 3rem;
    min-height: 20rem;
}
.values-grid-item hr {
    border: 1.5px solid #f9d342;
    width: 25rem;
    margin: 0 auto 6rem auto;
}
.bold {
    font-weight: 900;
    font-size: 1.5rem !important;
    color: #171717 !important;
}
.cards-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(25rem, 1fr));
    max-width: 100%;
    padding-top: 10%;
    margin: 0 auto;
}
.cards-grid-item {
    z-index: 1;
    width: 35rem;
    max-width: 100%;
    text-align: center;
    list-style: none;
    display: grid;
    justify-content: center;
}
.sprice {
    width: 30rem;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border-radius: 6px;
    min-height: 20rem;
    margin: 0 4px;
    font-family: "PT Sans Caption";
}
.sprice-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    color: #000;
    font-size: 26px;
    font-family: "PT Sans Caption";
}
.sprice-circle {
    font-size: 60px;
    height: 108px;
    margin: 20px 0;
    border: 1px solid;
    display: inline-block;
    border-radius: 50%;
    padding: 35px 30px 5px 35px;
    transition: all 0.4s;
    padding-bottom: 15rem;
    padding-top: 8rem;
}
.sprice-seo {
    font-size: 40px;
    height: 50px;
    margin: 20px 0;
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    transition: all 0.4s;
    padding-bottom: 15rem;
    padding-top: 8rem;
}
.sprice2 {
    font-size: 60px;
    height: 108px;
    margin: 20px 0;
    border: 1px solid;
    display: inline-block;
    border-radius: 50%;
    padding: 35px 10px 5px 10px;
    transition: all 0.4s;
    padding-bottom: 15rem;
    padding-top: 8rem;
}
.sprice-circle span,
.sprice2 span {
    vertical-align: top;
    font-size: 28px;
    position: relative;
    top: 1rem;
}
.sprice-cat {
    border-top: 1px solid #dedede;
    font-size: 13px;
    color: #999a95;
    background-color: #f9f9f9;
    padding: 10px 0;
}
.sprice-cat:nth-child(2n) {
    background-color: #f3f3f3;
}
.end {
    border-bottom: 1px solid #dedede;
}
.g-blue {
    background: #5d9cec;
}
.s-blue {
    color: #5f9ced;
}
.g-orange {
    background: #ff8e24;
}
.s-orange {
    color: #ff8e24;
}
.g-yellow {
    background: #f9d342;
}
.s-yellow {
    color: #f9d342;
}
.g-red {
    background: #b93030;
}
.s-red {
    color: #b93030;
}
.more-info {
    display: inline;
    justify-content: center;
    text-align: center;
    padding: 4rem 2rem 1rem 2rem;
    font-size: 1.4rem;
}
.more-info a {
    color: #000;
}
.slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 60rem;
    overflow: hidden;
    max-width: 100%;
    background-color: #f9d442f6;
}
.slide-grid {
    display: grid;
    grid-template-columns: 1.5fr 3fr;
    grid-template-rows: 6fr;
    grid-template-areas: "svg-slider text-slider right-left";
}
.slide-text {
    max-width: 90rem;
    min-width: 50rem;
    font-size: 2rem;
    padding: 1rem;
}
.icon-slide-left {
    grid-area: svg-slider;
}
.text-slide-left {
    grid-area: text-slider;
}
.icon-slide-left img {
    width: 10rem;
}
.mob {
    width: 5.8rem !important;
}
.slider-circle {
    width: 15rem;
    height: 15rem;
    border: 0.5rem solid #596a72;
    border-radius: 100%;
    background-image: linear-gradient(to top, #000 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: background-position 0.5s ease-in-out;
    color: #000;
}
.icon-slide-left:hover > .slider-circle {
    background-position: bottom;
    animation: 1.5s fillBg forwards;
}
.info-text {
    padding: 3rem;
    font-size: 2.1rem;
    text-align: center;
    letter-spacing: 0.2rem;
    line-height: 3.5rem;
    min-height: 30rem;
}
#slides {
    width: 100%;
    min-height: 15rem;
}
#slides ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
#slides li {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    font-family: lato, sans-serif;
}
.left-right {
    padding-top: 5rem;
}
.btn-bar {
    max-width: 346px;
    margin: 0 auto;
    display: block;
}
#buttons {
    padding: 0 0 5px 0;
    float: right;
}
#buttons a {
    text-align: center;
    display: block;
    font-size: 50px;
    float: left;
    outline: 0;
    margin: 0 3rem;
    color: #171717;
    text-decoration: none;
    display: block;
}
a#next:hover,
a#prev:hover {
    color: #fff;
    text-shadow: 0.5px 0 #171717;
}
.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(25rem, 0.1fr));
    grid-gap: 8rem;
}
.projects-grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cols {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.col {
    width: 25rem;
    margin: 1rem;
    cursor: pointer;
}
.container-proj {
    transform-style: preserve-3d;
    perspective: 1000px;
}
.front1 {
    background-image: url(/img/bg/web.webp);
}
.front2 {
    background-image: url(/img/bg/graphic.webp);
}
.front3 {
    background-image: url(/img/bg/mobile.webp);
}
.back,
.front {
    background-size: cover;
    background-position: center;
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    backface-visibility: hidden;
    text-align: center;
    min-height: 25rem;
    height: auto;
    border-radius: 4px;
    color: #fff;
    font-size: 1.7rem;
}
.back {
    background: #f9d342;
    background: linear-gradient(45deg, #f9d342 0, #596a72 100%);
}
.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: 0.6;
    background-color: #000;
    backface-visibility: hidden;
    border-radius: 4px;
}
.container-proj:hover .back,
.container-proj:hover .front {
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.inner {
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
    outline: 1px solid transparent;
    perspective: inherit;
    z-index: 2;
}
.container-proj .back {
    transform: rotateY(180deg);
    transform-style: preserve-3d;
}
.container-proj .front {
    transform: rotateY(0);
    transform-style: preserve-3d;
}
.container-proj:hover .back {
    transform: rotateY(0);
    transform-style: preserve-3d;
}
.container-proj:hover .front {
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
}
.front .inner p {
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
    top: 10rem;
    margin: 0 auto;
}
.back .inner p {
    font-size: 2rem;
    font-weight: 700;
}
.front .inner p:after {
    content: "";
    width: 6rem;
    height: 2px;
    position: absolute;
    background: #c6d4df;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.75rem;
}
.front .inner span {
    color: rgba(255, 255, 255, 0.7);
    font-family: Montserrat;
    font-weight: 300;
}
@media screen and (max-width: 64rem) {
    .col {
        width: 25rem;
    }
}
@media screen and (max-width: 48rem) {
    .col {
        width: 25rem;
    }
}
@media screen and (max-width: 32rem) {
    .col {
        width: 25rem;
    }
}
#line {
    stroke-dasharray: 10px;
}
.display-web {
    display: block;
}
.display-mobile {
    display: none;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr;
    grid-template-rows: 5fr 0.1fr 0.5fr 0.5fr;
    grid-template-areas: "form               info" 
                            "header3            header3" 
                            "socials            socials" 
                            "footer             footer";
    min-height: 80vh;
}
.form-part {
    grid-area: form;
}
.info-part {
    grid-area: info;
}
.header-follow {
    grid-area: header3;
}
.socials {
    grid-area: socials;
}
.footer-part {
    grid-area: footer;
}
.footer-part h1 {
    font-size: 1.5rem;
    color: #fff;
}
.footer-grid h2 {
    font-size: 2.3rem;
    color: #fff;
    padding: 2rem;
}
.paragraph {
    padding: 2rem;
    font-size: 2rem;
    color: #fff;
}
.paragraph i {
    color: #c5c5c5;
    padding: 1rem;
    font-size: 3rem;
    padding: 2rem;
}
.paragraph a {
    text-decoration: none;
    color: #fff;
}
.rights p {
    margin-bottom: 2rem;
}
.box {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60rem;
    min-height: 40rem;
}
.box input,
textarea {
    padding: 0.5rem 0;
    margin-bottom: 2rem;
    background-color: transparent;
    color: #fff;
}
.box input,
.box textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    outline: 0;
    border: none;
    border-bottom: 2px solid #fff;
}
.box button {
    cursor: pointer;
    background: #f9d342;
    background: linear-gradient(to bottom, #f9d342 5%, #ffab23 100%);
    color: #fff;
    text-transform: uppercase;
    width: 60rem;
    height: 3rem;
    border: none;
}
.box button:hover {
    background: linear-gradient(to bottom, #ffab23 5%, #f9d342 100%);
    background-color: #ffab23;
}
.box form div {
    position: relative;
}
.box form div label {
    position: absolute;
    text-align: center;
    left: 0;
    color: #fff;
    transition: 0.5s;
    bottom: 3.5rem;
    pointer-events: none;
    font-size: 1.5rem;
}
.box form .bottom-half label {
    bottom: 5.8rem;
}
.box input:focus ~ label,
.box input:valid ~ label,
.box textarea:focus ~ label,
.box textarea:valid ~ label {
    top: -1.4rem;
    left: 0;
    color: #f9d342;
    font-size: 1.3rem;
    font-weight: 700;
}
.box input:focus,
.box input:valid,
.box textarea:focus,
.box textarea:valid {
    border-bottom: 2px solid #f9d342;
}
.form-error {
    border-color: red !important;
}
.shake {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.half {
    float: left;
    width: 48%;
    margin-bottom: 3rem;
}
.right {
    width: 48%;
}
.left {
    margin-right: 4%;
}
.bottom-half {
    float: left;
    width: 100%;
    margin-bottom: 3rem;
}
.input {
    padding: 1rem 0;
}
.shake {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.social-container {
    display: flex;
    justify-content: center;
}
.btn-container {
    display: grid;
    position: relative;
    margin: 2rem;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    background: #c5c5c5;
    text-align: center;
    align-content: center;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}
.btn-container:hover {
    transition-duration: 0.5s;
    background: #333;
    color: #fff;
}
.btn-container:hover .disc1 {
    animation: spin-anim 1s linear 0.5s infinite reverse;
    width: 5rem;
    height: 5rem;
    border: 3px solid transparent;
    border-left: 3px solid #f9d342;
    transition-duration: 0.5s;
}
.btn-container:hover .disc2 {
    animation: spin-anim 1.5s linear 0.5s infinite;
    width: 6.5rem;
    height: 6.5rem;
    border: 3px solid transparent;
    border-right: 3px solid #f9d342;
    transition-duration: 0.45s;
}
.btn-container .discs {
    width: 0;
    height: 0;
    position: absolute;
    margin: auto;
    border-radius: 100%;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 0;
    border: 3px solid transparent;
    z-index: 9;
}
.btn-container .disc1 {
    left: -3px;
    z-index: 10;
}
.btn-container .disc2 {
    left: -8px;
    z-index: 10;
}
.btn-container a {
    list-style: none;
    z-index: 100;
    text-decoration: none;
    color: #000;
}
.btn-container a:hover {
    color: #fff;
    transition: 1s ease-in-out;
}
.backHome {
    font-size: 1.5rem;
    width: 100%;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
    text-decoration: none;
    color: #000;
}
.backHomeBg {
    display: flex;
    background-color: #fff;
    width: 12rem;
    height: 7rem;
}
.backHomeYellow {
    background-color: #f9d342;
    width: 6rem;
    height: 100%;
}
.projTitle {
    font-size: 4rem;
    padding-top: 10rem;
}
/* .portofolio-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(20rem, 1fr));
    grid-gap: 5rem;
    padding: 5% 0 5% 0;
    margin: 0 15% 0 15%;
    justify-content: center;
}
.portofolio-item {
    z-index: 1;
    max-width: 100%;
    text-align: center;
    list-style: none;
    display: flex;
    justify-content: center;
}
.portofolio-project {
    background-size: cover;
    background-position: center;
    opacity: 1;
    min-height: 30rem;
    width: 30rem;
    cursor: pointer;
}
.portofolio-img {
    background-color: #000;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    width: 100%;
}
.web-img1 {
    background-image: url(/img/bg/blunex.webp);
}
.web-img2 {
    background-image: url(/img/bg/knowit.webp);
}
.web-img3 {
    background-image: url(/img/bg/fsc.webp);
} */
.msg {
    bottom: 7.5rem !important;
}
.container-gallery {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 2rem 2rem;
    padding-bottom: 10rem;
}
.heading {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding: 3.5rem 0;
    color: #1a1a1a;
}
.heading span {
    display: block;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem -1rem;
}
.gallery-item {
    flex: 1 0 24rem;
    margin: 1rem;
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-out;
}
.gallery-image:hover {
    transform: scale(1.15);
}
@supports (display: grid) {
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
        grid-gap: 2rem;
    }
    .gallery,
    .gallery-item {
        margin: 0;
    }
}
.backHomeYellow p {
    text-orientation: upright;
    writing-mode: vertical-rl;
    padding: 0.7rem 0 0 0.5rem;
    margin: auto auto;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    padding-left: 12px;
    padding-top: 10px;
}


/* ===========FAQ============= */

#faq{
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-faq {
    justify-content: center;
    margin: 0 auto;
    padding: 4rem;
    width: 100rem;
}
.accordion .accordion-item {
    border-bottom: 2px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #f9d342;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 2rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #f9d342;
}
.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #f9d342;
    border: 1px solid #f9d342;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.accordion button[aria-expanded='true'] {
    color: #f9d342;
}
.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 15em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 2rem;
    font-weight: 300;
    margin: 2em 0;
    line-height: normal;
}

.jumpTo{
    color: #f9d342;
}






@media screen and (max-width: 1600px) {
    .cube {
        width: 60%;
        margin-left: 20rem;
    }
    .centerLogo {
        left: 7%;
        width: 40%;
    }
    .landing-textbox {
        width: 90%;
        position: absolute;
        top: 25%;
        left: 65%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #000;
        z-index: 20;
    }
    .main-heading {
        font-size: 4rem;
        font-weight: 900;
        letter-spacing: 0.6rem;
        text-align: center;
    }
    .sub-heading {
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: 0.4rem;
        margin: 0 auto;
        text-align: center;
    }
}
@media screen and (max-width: 1400px) {
    .cube {
        width: 60%;
        margin-left: 15rem;
    }
    .centerLogo {
        left: 7%;
        width: 40%;
    }
    .button-about {
        margin: 2rem;
        padding: 1rem;
        box-shadow: 2px 3px 6px #000;
        background-color: transparent;
        color: #000;
        transition: background-color 0.3s ease-out 0.3s;
        transition-property: transform, background-color, border, color;
        font-size: 1.5rem;
    }
    .nav-list {
        display: flex;
        list-style: none;
        background-color: #fff;
        height: 8rem;
        width: 95.9rem;
        border-top: 0;
        border-bottom: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        transform: translateX(92rem);
        transition: transform 0.5s;
    }
    .landing-textbox {
        width: 90%;
        position: absolute;
        top: 25%;
        left: 65%;
        transform: translate(-52%, -50%);
        text-align: center;
        color: #000;
        z-index: 20;
    }
    .main-heading {
        font-size: 4rem;
        font-weight: 900;
        letter-spacing: 0.6rem;
        text-align: center;
    }
    .sub-heading {
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: 0.4rem;
        padding-right: 6rem;
        margin: 0 auto;
        text-align: center;
    }
}
@media screen and (max-width: 1300px) {
    .cards-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(25rem, 1fr));
        max-width: 100%;
        padding-top: 10%;
        margin: 0 auto;
    }
    .cards-grid-item {
        z-index: 1;
        width: 35rem;
        max-width: 100%;
        text-align: center;
        list-style: none;
        display: grid;
        justify-content: center;
        padding-bottom: 2rem;
    }
    .cube {
        width: 65%;
        margin-left: 9rem;
    }
    .centerLogo {
        left: 7%;
        width: 40%;
    }
    .btn-container {
        display: grid;
        position: relative;
        margin: 1rem;
        width: 5rem;
        height: 5rem;
        border-radius: 100%;
        background: #c5c5c5;
        text-align: center;
        align-content: center;
        text-transform: uppercase;
        font-weight: 700;
        cursor: pointer;
    }
    .landing-textbox {
        width: 85%;
        position: absolute;
        top: 25%;
        left: 65%;
        transform: translate(-52%, -50%);
        text-align: center;
        color: #000;
        z-index: 20;
    }
    .main-heading {
        font-size: 4rem;
        font-weight: 900;
        letter-spacing: 0.6rem;
        padding: 2rem;
        margin: 1rem;
        text-align: center;
    }
    .sub-heading {
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: 0.4rem;
        padding: 2rem;
        padding-right: 4rem;
        margin: 0 auto;
        text-align: center;
    }
    .switch-button {
        width: 10rem;
        height: 3rem;
        text-align: center;
        position: absolute;
        top: 70%;
        right: 10%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate3D(-50%, -50%);
        will-change: transform;
        z-index: 1197 !important;
        cursor: pointer;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
        border: 1px solid #000;
    }
    .portofolio-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
        grid-gap: 10px;
        padding: 5% 0 5% 0;
        margin: 0 15% 0 15%;
    }
}
@media screen and (max-width: 1200px) {
    .cube {
        width: 65%;
        margin-left: 8rem;
    }
    .centerLogo {
        left: 7%;
        width: 40%;
    }
    .cards-grid-item {
        z-index: 1;
        width: 35rem;
        max-width: 100%;
        text-align: center;
        list-style: none;
        display: grid;
        justify-content: center;
        padding-bottom: 2rem;
    }
    .btn-container i {
        font-size: 2rem;
    }
    .btn-container {
        display: grid;
        position: relative;
        margin: 1rem;
        width: 4rem;
        height: 4rem;
        border-radius: 100%;
        background: #c5c5c5;
        text-align: center;
        align-content: center;
        text-transform: uppercase;
        font-weight: 700;
        cursor: pointer;
    }
    .btn-container:hover {
        transition-duration: 0.5s;
        background: #333;
        color: #fff;
    }
    .btn-container:hover .disc1 {
        animation: spin-anim 1s linear 0.5s infinite reverse;
        width: 4rem;
        height: 4rem;
        border: 3px solid transparent;
        border-left: 3px solid #f9d342;
        transition-duration: 0.5s;
    }
    .btn-container:hover .disc2 {
        animation: spin-anim 1.5s linear 0.5s infinite;
        width: 5.5rem;
        height: 5.5rem;
        border: 3px solid transparent;
        border-right: 3px solid #f9d342;
        transition-duration: 0.45s;
    }
    .switch-button {
        width: 10rem;
        height: 3rem;
        text-align: center;
        position: absolute;
        top: 70%;
        right: 9%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate3D(-50%, -50%);
        will-change: transform;
        z-index: 1197 !important;
        cursor: pointer;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
        border: 1px solid #000;
    }
    .grafic-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(20rem, 1fr));
        height: 100%;
        width: 100%;
        padding-top: 10%;
        padding-right: 20%;
    }
    #all {
        width: 100%;
        height: 100%;
        position: relative;
    }
    #allcontent {
        margin: 0 auto;
        width: 80%;
        max-width: 1140px;
        height: 40rem;
        position: relative;
        -webkit-animation: comeinfront 1.5s ease-in-out;
        -moz-animation: comeinfront 1.5s ease-in-out;
        animation: comeinfront 1.5s ease-in-out;
    }
}
@media screen and (max-width: 1100px) {
    .cube {
        width: 65%;
        margin-left: 8rem;
    }
    .nav-list {
        display: flex;
        list-style: none;
        background-color: #fff;
        height: 8rem;
        width: 95.5rem;
        border-top: 0;
        border-bottom: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        transform: translateX(92rem);
        transition: transform 0.5s;
    }
    .container-img img {
        display: none;
    }
    .logo {
        height: 8rem;
        width: 3.7rem;
        display: flex;
        list-style: none;
        background-color: #fff;
        border-top: 0;
        border-bottom: 0;
        transform: translateX(0);
        transition: transform 0.5s;
    }
    .open-right {
        display: flex;
        align-items: center;
        background-color: #f9d342;
        cursor: pointer;
        border-top: 0;
        border-bottom: 0;
        margin-right: -1px;
        text-orientation: upright;
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
    }
    .open .logo {
        transform: translateX(0);
    }
    .projects-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(25rem, 1fr));
        grid-gap: 2.5rem;
    }
    .portofolio-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
        grid-gap: 10px;
        padding: 5% 0 5% 0;
        margin: 0 15% 0 15%;
    }
    .btn-container i {
        font-size: 2rem;
    }
    .btn-container {
        display: grid;
        position: relative;
        margin: 1rem;
        width: 4rem;
        height: 4rem;
        border-radius: 100%;
        background: #c5c5c5;
        text-align: center;
        align-content: center;
        text-transform: uppercase;
        font-weight: 700;
        cursor: pointer;
    }
    .btn-container:hover .disc1 {
        animation: spin-anim 1s linear 0.5s infinite reverse;
        width: 4rem;
        height: 4rem;
        border: 3px solid transparent;
        border-left: 3px solid #f9d342;
        transition-duration: 0.5s;
    }
    .btn-container:hover .disc2 {
        animation: spin-anim 1.5s linear 0.5s infinite;
        width: 5.5rem;
        height: 5.5rem;
        border: 3px solid transparent;
        border-right: 3px solid #f9d342;
        transition-duration: 0.45s;
    }
    .switch-button {
        width: 10rem;
        height: 3rem;
        text-align: center;
        position: absolute;
        top: 70%;
        right: 7%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate3D(-50%, -50%);
        will-change: transform;
        z-index: 1197 !important;
        cursor: pointer;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
        border: 1px solid #000;
    }
    .sub-heading {
        padding-left: 3rem;
    }
}
@media screen and (max-width: 1000px) {
    .container {
        display: none;
    }
    .about-small {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 40vh;
    }
    .about-fas {
        color: #f9d342;
    }
    #about {
        height: auto;
    }
    #lifecycle {
        min-height: 60vh;
    }
    #svg {
        width: 100%;
    }
    .about-small-textbox {
        width: 100%;
        text-align: center;
        z-index: 20;
        color: #000;
        font-size: 2rem;
        line-height: 3.3rem;
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .about-small-textbox img {
        padding: 3rem;
    }
    .slider {
        position: relative;
        width: 100%;
        height: 90vh;
        overflow: hidden;
        max-width: 100%;
        max-height: 180rem;
        background-color: #f9d342;
    }
    .slide-text {
        min-width: auto;
    }
    .slide-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 3fr;
        grid-template-areas: "svg-slider" "text-slider";
    }
    .left-right {
        padding-top: 2rem;
        margin: 0 auto;
    }
    #buttons {
        margin: 0 auto;
        float: none;
    }
    .icon-slide-left {
        grid-area: svg-slider;
        padding-top: 5rem;
    }
    .text-slide-left {
        grid-area: text-slider;
    }
    .icon-slide-left img {
        width: 10rem;
    }
    .info-text {
        height: auto;
        padding: 1rem;
    }
    .c-scroll-icon {
        display: none;
    }
    .logo {
        display: none;
    }
    .main-nav {
        width: 100%;
        height: 10rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .bottom-navigation {
        display: block;
        background-color: #eee;
        height: 5.5rem;
        width: 100%;
        position: fixed;
        bottom: 0;
        align-items: center;
        justify-content: center;
        z-index: 200;
    }
    .navigation-tab-item {
        transition: 0.3s;
        z-index: 10;
    }
    .navigation-tab-overlay {
        background-color: #f9d342;
        height: 100%;
        width: 33.3%;
        position: absolute;
        right: 0;
        top: 0;
        transition: 0.3s;
    }
    .navigation-tab__icon {
        display: block;
        color: #f9d342;
        transition-duration: 0.3s;
        line-height: 1;
    }
    .bottom-nav {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .bottom-nav a {
        text-decoration: none;
    }
    .bottom-nav-txt {
        color: #000;
        font-size: 2rem;
        cursor: pointer;
    }
    .bottom-nav-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 9rem;
    }
    .hamburger-menu {
        height: 5rem;
        width: 9rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
        border-radius: 5rem;
    }
    .bar {
        width: 3rem;
        height: 2px;
        background-color: #333;
        display: inline-block;
        position: relative;
        transition: all 0.5s;
    }
    .bar::after,
    .bar::before {
        content: "";
        position: absolute;
        width: inherit;
        height: inherit;
        background-color: #333;
        transition: all 0.7s;
    }
    .bar::before {
        top: 0.8rem;
    }
    .bar::after {
        top: -0.8rem;
    }
    .open .bar {
        background-color: transparent;
    }
    .open .bar::before {
        top: 0;
        transform: rotate(135deg);
    }
    .open .bar::after {
        top: 0;
        transform: rotate(-135deg);
    }
    .nav-list {
        width: 20rem;
        height: 95vh;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #eee;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        box-shadow: -0.5rem 0 1rem rgba(0, 0, 0, 0.1);
        z-index: 150;
        padding-bottom: 5rem;
    }
    .nav-item {
        margin: auto 1rem;
    }
    .ro {
        display: inline-block;
        cursor: pointer;
        margin: auto auto;
        font-size: 1.4rem !important;
        font-weight: 700;
        letter-spacing: 0.3rem;
        text-decoration: none;
        color: #000;
    }
    .en {
        display: inline-block;
        cursor: pointer;
        margin: auto auto;
        font-size: 1.4rem !important;
        font-weight: 700;
        letter-spacing: 0.3rem;
        text-decoration: none;
        color: #000;
    }
    .divider {
        display: inline-block;
        width: 1rem;
    }
    .open-left,
    .open-left-txt,
    .open-right {
        display: none;
    }
    .centerLogo {
        display: none;
    }
    .centerLogo-small {
        display: flex;
        position: relative;
        max-width: 45rem;
    }
    .container-img-small {
        width: 20rem;
        height: 5rem;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 0.8rem 0;
        background-color: #f9d342;
        border-top-left-radius: 5px;
    }
    .container-img-small img {
        width: 85%;
    }
    .landing-clipped {
        display: none;
    }
    .landing-clipped-back {
        display: none;
    }
    .landing-clipped-small {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(5, auto);
        justify-content: center;
        clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 85%, 0 65%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 85%, 0 65%);
        width: 100%;
        height: inherit;
        background-color: #f9d342;
    }
    .landing-textbox {
        margin: 0 auto;
        grid-column: 1/4;
        grid-row: 2/3;
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: center;
        color: #fff;
        z-index: 20;
        color: #000;
        top: 0;
        left: 0;
        transform: none;
    }
    .main-heading-small {
        display: flex;
        position: relative;
        justify-content: center;
        font-size: 3rem;
        font-weight: 900;
        letter-spacing: 0.7rem;
        padding-bottom: 1.5rem;
        padding-top: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        animation: scale 0.5s forwards;
        animation-delay: 1.1s;
    }
    .sub-heading-small {
        display: flex;
        position: relative;
        justify-content: center;
        grid-row: 3;
        grid-column: 2/3;
        font-size: 1.5rem;
        font-weight: 400;
        padding: 1.5rem;
        letter-spacing: 0.4rem;
        z-index: 1000;
        text-align: center;
        opacity: 0;
        animation: fadeDown 0.5s forwards;
        animation-delay: 2s;
    }
    .mini-heading {
        font-size: 1rem;
    }
    #anim {
        display: none;
    }
    .logo-small {
        grid-column: 1/4;
        grid-row: 1;
        display: flex;
        justify-content: center;
        z-index: 100;
        max-width: 70%;
        margin: 0 auto;
    }
    .cards-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(25rem, 1fr));
        max-width: 100%;
        padding-top: 15%;
        margin: 0 auto;
    }
    .cards-grid-item {
        padding-bottom: 2rem;
    }
    .btn-container i {
        font-size: 3em;
    }
    .btn-container {
        display: grid;
        position: relative;
        margin: 1rem;
        width: 5rem;
        height: 5rem;
        border-radius: 100%;
        background: #c5c5c5;
        text-align: center;
        align-content: center;
        text-transform: uppercase;
        font-weight: 700;
        cursor: pointer;
    }
    .btn-container:hover .disc1 {
        animation: spin-anim 1s linear 0.5s infinite reverse;
        width: 5rem;
        height: 5rem;
        border: 3px solid transparent;
        border-left: 3px solid #f9d342;
        transition-duration: 0.5s;
    }
    .btn-container:hover .disc2 {
        animation: spin-anim 1.5s linear 0.5s infinite;
        width: 6.5rem;
        height: 6.5rem;
        border: 3px solid transparent;
        border-right: 3px solid #f9d342;
        transition-duration: 0.45s;
    }
    .switch-button {
        width: 10rem;
        height: 3rem;
        text-align: center;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate3D(-50%, -50%);
        will-change: transform;
        z-index: 1197 !important;
        cursor: pointer;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
        border: 1px solid #000;
    }
    .switch-button-case {
        display: inline-block;
        background: 0 0;
        width: 40%;
        height: 100%;
        color: #fff;
        position: relative;
        border: none;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
        text-transform: uppercase;
        letter-spacing: 3px;
        padding-bottom: 1px;
        padding-left: 16px;
        font-weight: 800;
    }
    .switch-button-case:hover {
        color: grey;
        cursor: pointer;
    }
    .switch-button-case:focus {
        outline: 0;
    }
    .switch-button .active {
        color: #f9d342;
        background-color: #000;
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        left: 0;
        z-index: -1;
        -webkit-transition: 0.3s ease-out all;
        transition: 0.3s ease-out all;
    }
    .switch-button .active-case {
        color: #f9d342;
    }
    .signature {
        position: fixed;
        font-family: sans-serif;
        font-weight: 100;
        bottom: 10px;
        left: 0;
        letter-spacing: 4px;
        font-size: 10px;
        width: 100vw;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
    }
    .footer-grid {
        display: grid;
        grid-template-columns: 1.5fr;
        grid-template-rows: 5fr 3fr 1fr 1.5fr 1fr;
        grid-template-areas: "form" "info" "header3" "socials" "footer";
        min-height: 80vh !important;
        padding: 2rem;
    }
    .box button {
        cursor: pointer;
        background: #f9d342;
        background: linear-gradient(to bottom, #f9d342 5%, #ffab23 100%);
        color: #fff;
        text-transform: uppercase;
        width: 100%;
        height: 3rem;
        border: none;
    }
    .form-part {
        grid-area: form;
    }
    .info-part {
        grid-area: info;
    }
    .header-follow {
        grid-area: header3;
    }
    .socials {
        grid-area: socials;
    }
    .footer-part {
        grid-area: footer;
    }
    .footer-part h1 {
        font-size: 1.5rem;
        color: #fff;
        padding: 2rem;
    }
    .footer-grid h2 {
        font-size: 1.5rem;
        color: #fff;
        padding: 2rem;
    }
    .icon-slider-left {
        width: 100%;
        transform: none;
    }
    .text-slide-left {
        font-size: 1rem;
    }
    .info-text {
        font-size: 1.7rem;
    }
    .svg-mobile {
        width: 80%;
        height: auto;
        display: flex;
        margin: 0 auto;
    }
    .title-heading {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .title-heading h1 {
        font-size: 4rem;
    }
    .description {
        min-height: 0;
    }
    .description p {
        font-size: 1.9rem;
    }
}
@media screen and (max-width: 800px) {
    .slider {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        max-width: 100%;
        max-height: 180rem;
        background-color: #f9d342;
    }
    .icon-slider-left {
        width: 100%;
        transform: none;
    }
    .icon-slide-left img {
        width: 6rem;
    }
    .mob {
        width: 3.8rem !important;
    }
    .slider-circle {
        width: 10rem;
        height: 10rem;
        border: 0.5rem solid #596a72;
        border-radius: 100%;
        background-image: linear-gradient(to top, #000 50%, transparent 50%);
        background-size: 100% 200%;
        background-position: top;
        transition: background-position 0.5s ease-in-out;
        color: #000;
    }
    .display-web {
        display: none;
    }
    .display-mobile {
        display: block;
    }
}
@media screen and (max-width: 760px) {
    .values-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(25rem, 1fr));
        grid-gap: 2.5rem;
        align-items: center;
    }
    .footer-part h1 {
        font-size: 1.2rem;
        color: #fff;
    }
    .accordion button[aria-expanded='true'] + .accordion-content {
        opacity: 1;
        max-height: 18em;
        transition: all 200ms linear;
        will-change: opacity, max-height;
    }
}
@media screen and (max-width: 600px) {
    .projects-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(25rem, 1fr));
        grid-gap: 2.5rem;
    }
    .portofolio-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
        grid-gap: 10px;
        padding: 5% 0 5% 0;
        margin: 0 15% 0 15%;
    }
    .cards-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(25rem, 1fr));
        max-width: 100%;
    }
    .icon-slide-left {
        grid-area: svg-slider;
    }
    .text-slide-left {
        grid-area: text-slider;
    }
}
@media screen and (max-height: 600px) {
    .centerLogo-small {
        display: flex;
        position: relative;
        max-width: 30rem;
        padding-bottom: 1rem;
    }
    .main-heading-small {
        font-size: 3rem;
        font-weight: 900;
        letter-spacing: 0.6rem;
        padding: 1rem;
        margin-right: 7rem;
        text-align: center;
    }
    .sub-heading-small {
        padding: 0;
    }
}
@media screen and (max-width: 500px) {
    .box button {
        cursor: pointer;
        background: #f9d342;
        background: linear-gradient(to bottom, #f9d342 5%, #ffab23 100%);
        color: #fff;
        text-transform: uppercase;
        width: 100%;
        height: 3rem;
        border: none;
    }
    .paragraph {
        padding: 1.5rem;
        font-size: 1.3rem;
        color: #fff;
    }
    .paragraph i {
        color: #c5c5c5;
        padding: 1rem;
        font-size: 2.2rem;
        padding: 1.5rem;
    }
    .btn-container {
        display: grid;
        position: relative;
        margin: 2rem;
        width: 4rem;
        height: 4rem;
        border-radius: 100%;
        background: #c5c5c5;
        text-align: center;
        align-content: center;
        text-transform: uppercase;
        font-weight: 700;
        cursor: pointer;
    }
    .btn-container i {
        font-size: 2rem;
    }
    .btn-container:hover .disc1 {
        animation: none;
        width: initial;
        height: initial;
        border: initial;
        border-left: initial;
        transition-duration: initial;
    }
    .btn-container:hover .disc2 {
        animation: none;
        width: initial;
        height: initial;
        border: initial;
        border-left: initial;
        transition-duration: initial;
    }

    .accordion button[aria-expanded='true'] + .accordion-content {
        opacity: 1;
        max-height: 20em;
        transition: all 200ms linear;
        will-change: opacity, max-height;
    }
}
@keyframes opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 100%;
    }
}
@keyframes rotate {
    0% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(90deg);
    }
}
@keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}
@keyframes grow {
    0% {
        width: 0;
    }
    100% {
        opacity: 1;
        width: 100%;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        opacity: 1;
        transform: rotate(-360deg);
    }
}
@keyframes spin-anim {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes drop {
    0% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(500vh);
    }
    100% {
        transform: translateY(650vh);
    }
}
@keyframes drag {
    0% {
        margin-bottom: 20px;
    }
    100% {
        margin-top: 5px;
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 1;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes line-anim {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes fill-black {
    from {
        fill: transparent;
    }
    to {
        fill: #161616;
    }
}
@keyframes fill-yellow {
    from {
        fill: transparent;
    }
    to {
        fill: #f9d342;
    }
}
@keyframes triangle-bounce {
    0% {
        transform: translate3d(0, -5px, 0);
    }
    50% {
        transform: translate3d(0, 5px, 0);
    }
    100% {
        transform: translate3d(0, -5px, 0);
    }
}
@keyframes triangle-first {
    0%,
    20% {
        transform: translate3d(-40px, 0, 0);
    }
    30%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
    100%,
    85% {
        transform: translate3d(30px, 0, 0);
    }
}
@keyframes triangle-right {
    0%,
    25% {
        transform: rotate(-163deg) translate3d(0, 40px, 0);
    }
    40%,
    84% {
        transform: rotate(-163deg) translate3d(0, 0, 0);
    }
    100%,
    90% {
        transform: rotate(-163deg) translate3d(0, -37px, 0);
    }
}
@keyframes triangle-left {
    0%,
    33% {
        transform: rotate(163deg) translate3d(0, -34px, 0);
    }
    50%,
    88% {
        transform: rotate(163deg) translate3d(0, 0, 0);
    }
    100%,
    95% {
        transform: rotate(163deg) translate3d(0, 38px, 0);
    }
}
@keyframes triangle-last {
    0%,
    87.5% {
        transform: translate3d(-120px, 0, 0);
    }
    91% {
        transform: translate3d(-80px, 0, 0);
    }
    100% {
        transform: translate3d(45px, 0, 0);
    }
}
@keyframes scroll-line {
    0% {
        transform: translate3d(0, 0, 0);
    }
    40% {
        transform: translate3d(0, 185px, 0);
    }
    75% {
        transform: translate3d(0, 175px, 0);
    }
    100% {
        transform: translate3d(0, 280px, 0);
    }
}
@keyframes scale {
    0% {
        transform: scale(2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes fadeDown {
    0% {
        transform: translateY(-1rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fillBg {
    from {
        border: 0.5rem solid transparent;
    }
    to {
        border: 0.5rem solid #000;
    }
}
@keyframes liquify {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -403px;
    }
}
@-webkit-keyframes comeinfront {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-3000px);
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(40px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes comeinfront {
    0% {
        opacity: 0;
        -moz-transform: translateY(-3000px);
    }
    80% {
        opacity: 1;
        -moz-transform: translateY(40px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}
@keyframes comeinfront {
    0% {
        opacity: 0;
        transform: translateY(-3000px);
    }
    80% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}








