body.opened-nav nav .layer.fore {
    background-color: rgba(255, 255, 255, 0.7);
}
nav .layer.fore .half .main-menu .menu-item .t-nav-pri,
nav
    .layer.fore
    .half
    .main-menu
    .menu-item
    .menu-submenu
    .menu-subitem
    .t-nav-sec,
nav .layer.fore .half .main-menu .opened .t-nav-pri,
nav
    .layer.fore
    .half
    .main-menu
    .menu-item
    .menu-submenu
    .menu-subitem
    .t-nav-sec {
    color: #282c37;
}
.personel p {
    margin-top: 4px;
}
nav .layer.fore {
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
}
.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.slick-dots li button {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: none;
    box-shadow: 0px 0px 5px #fff;
    margin: 0 6px;
    cursor: pointer;
    color: transparent;
    border-radius: 100%;
}
.slick-dots .slick-active button {
    background-color: rgba(255, 255, 255, 0.8);
    color: transparent;
    box-shadow: 0px 0px 5px #000;
    font-weight: bold;
}
#section-sites .layer.back .half {
    background-image: url("proxo-company.jpg") !important;
    opacity: 0;
}
.email-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 101;
}
.email-btn button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.email-btn .button-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.email-btn .button-image .background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
}
.sticky-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    z-index: 101;
    cursor: pointer;
    transition: 1s;
    filter: drop-shadow(0px 0px 1px rgba(155, 155, 155, 0.4));
}
.sticky-button .outer-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.sticky-button .wrapper .tk-blob svg {
    transition: 0.5s;
}
.sticky-button:hover .wrapper .tk-blob svg {
    filter: drop-shadow(0px 0px 14px rgba(155, 155, 155, 0.6));
    transition: 0.5s;
}
.sticky-button .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.sticky-button .wrapper .proxo-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
    width: 30px;
    height: 30px;
}
.sticky-button .outer-wrapper .message-box {
    position: absolute;
    top: 55%;
    overflow: hidden;
    right: 60px;
    transform: translate(30px, -50%);
    width: 0px;
    padding: 0px;
    font-size: 22px;
    background-color: #282c37;
    color: #fff;
    border-radius: 10px;
    white-space: nowrap;
    transition: 0.5s;
}
.left-panel .panel-btn-menu path {
    fill: #fff;
}
.left-panel {
    background-color: #282c37;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    overflow: hidden;
    transition: width 1s cubic-bezier(0.32, 0.94, 0.6, 1);
}
.left-panel-closed {
    width: 0% !important;
}
.left-panel .panel-btn-menu {
    display: none;
    position: fixed;
    opacity: 0;
    z-index: 102;
    top: 2em;
    left: 2em;
    width: 2.1em;
    height: 2.1em;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    transition: opacity 0.8s;
}
.left-panel .content h1 {
    color: #fff;
}
.left-panel .content {
    position: relative;
    display: flex;
    height: 100vh;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.left-panel .content .ss {
    position: relative;
    font-family: "Baloo";
    letter-spacing: -8px;
    color: #d29ffb;
}
.left-panel .content .ss .ss-block {
    display: block;
    margin-right: 20px;
}
.left-panel .content .ss .animate-letter {
    animation: 1s appearLetter forwards cubic-bezier(0.05, 0.69, 0.14, 1);
}
.header__panel-form {
    width: 80%;
    margin-top: 30px;
    opacity: 0;
    transition: opacity 1s;
}
.header__panel-input {
    border: 0.2rem solid #fff;
    padding: 1.9rem 0 1.9rem 0;
    border-radius: 4.5rem;
    background-color: transparent;
    color: #fff;
    width: 100%;
    outline: 0;
    text-indent: 20px;
}
.header__panel-input::placeholder {
    color: #fff;
}
.header__panel-button {
    position: absolute;
    right: 5px;
    top: calc(50% - 2.25rem);
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    background-color: #999999;
    cursor: pointer;
    border-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__panel-button:hover svg {
    -webkit-animation: arrowAnimate 0.6s cubic-bezier(0.48, 0.04, 0.52, 0.96);
    animation: arrowAnimate 0.6s cubic-bezier(0.48, 0.04, 0.52, 0.96);
}
.header__panel-button svg {
    width: 1.5rem;
    height: 1.3rem;
    stroke: #fff;
    stroke-dasharray: 18;
}
@media screen and (min-width: 768px) {
    .left-panel .content .ss {
        font-size: 3.5em;
    }
    .left-panel .content .ss .ss-block {
        display: inline-block;
    }
}
.left-panel .content .letter {
    font-size: 6rem;
    position: relative;
    display: inline-block;
    will-change: transform;
    opacity: 0;
    transform: scale(0.25) translateX(-200%);
    color: #fff;
    transform-origin: left;
}
.left-panel .content .appear-letter {
    animation: 1s appearLetter forwards cubic-bezier(0.05, 0.69, 0.14, 1);
}
.left-panel .content .ss .letter-0 {
    animation-delay: 0ms;
}
.left-panel .content .ss .letter-1 {
    animation-delay: 50ms;
}
.left-panel .content .ss .letter-2 {
    animation-delay: 100ms;
}
.left-panel .content .ss .letter-3 {
    animation-delay: 150ms;
}
.left-panel .content .ss .letter-4 {
    animation-delay: 200ms;
}
.left-panel .content .ss .letter-5 {
    animation-delay: 250ms;
}
.left-panel .content .ss .letter-6 {
    animation-delay: 300ms;
}
.left-panel .content .ss .letter-7 {
    animation-delay: 350ms;
}
.left-panel .content .ss .letter-8 {
    animation-delay: 400ms;
}
.left-panel .content .ss .letter-9 {
    animation-delay: 450ms;
}
.left-panel .content .ss .letter-10 {
    animation-delay: 500ms;
}
.left-panel .content .ss .letter-11 {
    animation-delay: 550ms;
}
.left-panel .content .ss .letter-12 {
    animation-delay: 600ms;
}
.left-panel .content .ss .letter-13 {
    animation-delay: 650ms;
}
.left-panel .content .ss .letter-14 {
    animation-delay: 700ms;
}
.left-panel .content .ss .letter-15 {
    animation-delay: 750ms;
}
.left-panel .content .ss .letter-16 {
    animation-delay: 800ms;
}
body .opened-popup .left-panel .panel-btn-menu {
    display: none;
}
#section-intro {
    position: sticky;
    top: 0;
    left: 0;
}
#section-intro .slogan {
    width: 500px;
    position: absolute;
    top: 50%;
    right: 150px;
    transform: translate(100px, -50%);
    text-align: center;
}
#section-intro .slogan h2 {
    color: #fff;
    line-height: 2;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
#section-intro .letter {
    transition: 1s;
}
#section-intro .line-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-73%, -50%);
}
#section-intro .line-container svg {
    width: 173%;
    height: auto;
}
#section-personals {
    background-color: #fff;
    height: 100vh;
    position: relative;
}
#section-personals .layer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#section-personals .personal {
    width: 100%;
    height: 100%;
    perspective: 1200px;
}
#section-personals .personal .card {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    transition: all 1s ease;
    transform-style: preserve-3d;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
    position: relative;
}
#section-personals .personal .rotated {
    transform: rotateY(-180deg);
}
#section-personals .personal .card .card-contents {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#section-personals .personal .card .card-contents .card-depth {
    width: 100%;
    height: 100%;
    transform: translateZ(50px) scale(0.98);
    perspective: inherit;
    position: relative;
}
#section-personals .personal .card .card-front {
    background: linear-gradient(0deg, #999999, #033747);
    transform-style: preserve-3d;
}
#section-personals .personal .card .card-front .card-depth img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
#section-personals .personal .card .card-back {
    transform: rotateY(180deg);
    background: linear-gradient(0deg, #033747, #999999);
    transform-style: preserve-3d;
}
#section-personals .personal .card .card-back .card-depth {
    opacity: 0;
    transition: opacity 0.5s;
}
#section-personals .personal .card .card-contents .card-depth {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#section-personals .personal .card .card-contents .card-depth h3 {
    margin-top: 9px;
    text-align: center;
}
#section-personals .personal .card .card-contents .card-depth p {
    margin: 9px auto 0 auto;
    width: 80%;
    text-justify: justify;
}
#section-personals .personal .card .card-contents .card-depth .status {
    font-size: medium;
    color: cyan;
}
#section-personals .slick-list {
    padding: 30px 0px;
}
.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #323232;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
#section-projects .back video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#section-projects .slick-track {
    margin: 30px 0;
}
#section-projects .tile .glass-card {
    width: 80%;
    cursor: pointer;
    min-height: 90%;
    height: auto;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    transform-style: preserve-3d;
    transform: perspective(800px);
    padding: 25px 20px;
    position: relative;
    text-align: center;
}
#section-projects .tile .glass-card .description {
    width: 100%;
    height: 100%;
    text-align: start;
}
#section-projects .tile .glass-card .description h2 {
    color: #f5f5f5;
    font-family: "Acme", sans-serif;
}
#section-projects .tile .glass-card .description p {
    color: #ccc;
    font-family: "Fira Code", monospace;
    margin-top: 30px;
    text-align: justify;
}
#section-projects .tile .glass-card .description a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
#section-offices .back video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#section-offices .tile {
    padding: 15px;
}
#section-offices .tile .office {
    width: 100%;
    height: 100%;
    position: relative;
}
#section-offices .tile .office .background {
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 24px;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    transform-origin: center;
    transform: scale(1) translateZ(0);
    transition: filter 200ms linear, transform 200ms linear;
    position: absolute;
    top: 0;
    left: 0;
}
#section-offices .tile .office:hover .background {
    transform: scale(1.05) translateZ(0);
}
#section-offices .tiles:hover .office:not(:hover) .background {
    filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}
#section-offices .tile .office .content {
    width: 100%;
    height: 100%;
    padding: 24px;
    position: relative;
}
#section-offices .tile .office .content p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}
#section-offices .tile .office .content h3 {
    font-size: 1.9rem;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    word-spacing: 100vw;
}
#section-offices .tile .office .content .infos {
    position: absolute;
    bottom: 24px;
    left: 24px;
}
#section-offices .tile .office .content .infos p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    margin-bottom: 8px;
}
#section-offices .tile .office .content .infos p span {
    margin-right: 10px;
}
#section-subsidiary-company .tiles-container .tiles {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#section-subsidiary-company .tiles-container .tiles .tile {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
#section-subsidiary-company .neon-block .block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto;
    width: 250px;
    height: 250px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: monospace;
    background: url("./netadim.png"),
        linear-gradient(45deg, #272325 40%, #020104);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#section-subsidiary-company .neon-block .block:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    z-index: -1;
    background: linear-gradient(45deg, #ff005e, #fbff00);
    animation: neon-block 1.5s linear infinite;
}
#section-subsidiary-company .neon-block .block .rainbow {
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    filter: blur(15px);
    z-index: -2;
}
#section-subsidiary-company .neon-block .block .rainbow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(315deg, #ff005e, #fbff00);
}
#section-subsidiary-company .neon-block .block .rainbow:after {
    animation: neon-block 1.5s linear infinite;
}
#section-engagements .fore .layer .middle-holder .middle .tiles .tile p {
    text-justify: justify;
}
footer .facebook,
footer .linkedin,
footer .youtube {
    transition: 0.3s linear;
}
footer .facebook::before,
footer .facebook::after,
footer .linkedin::before,
footer .linkedin::after,
footer .youtube::before,
footer .youtube::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
}

footer .facebook:hover,
footer .linkedin:hover,
footer .youtube:hover {
    transform: scale(1.4);
    transition: 0.3s linear;
}
@media (min-width: 1024px) {
    .left-panel {
        width: 45rem;
    }
}
@media (min-width: 1240px) {
    .left-panel {
        width: 29.73958vw;
    }
}
@-webkit-keyframes appearLetter {
    0% {
        opacity: 0;
        transform: scale(0.25) translateX(-200%);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(0);
    }
}
@keyframes appearLetter {
    0% {
        opacity: 0;
        transform: scale(0.25) translateX(-200%);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(0);
    }
}
@-webkit-keyframes arrowAnimate {
    0% {
        stroke-dashoffset: 18;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes arrowAnimate {
    0% {
        stroke-dashoffset: 18;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes neon-block {
    from {
        filter: hue-rotate(0deg);
    }
    to {
        filter: hue-rotate(360deg);
    }
}
@keyframes neon-block {
    from {
        filter: hue-rotate(0deg);
    }
    to {
        filter: hue-rotate(360deg);
    }
}
