@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../assets/fonts/inter-latin-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../assets/fonts/inter-latin-500-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../assets/fonts/inter-latin-600-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../assets/fonts/inter-latin-700-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../assets/fonts/fontawesome/fa-regular-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../assets/fonts/fontawesome/fa-solid-900.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../assets/fonts/fontawesome/fa-brands-400.woff2') format('woff2');
}

:root {
    --primary-color: #FFA030;
    --secondary-color: #FFC37D;
    --really-black-orange: #ff951a;
    --extreme-black-orange: #ff8a00;
    --tooltip-background: #535353;
    --background-color: #ecf0f1;
    --primary-gray: #2F2F2F;
    --secondary-gray: #252525;
    --really-black-gray: #202020;
    --third-gray: #3A3A3A;
    --gray-button: #8b8b8b;
    --name-color: #ffffff;
    --nav-color: #252525;
    --nav-buttons-color: #414141;
    --nav-border-color: #414141;
    --third-gray: #3A3A3A;
    --searchbar-background: #2f2f2f;
    --searchbar-button-color: white;
    --searchbar-button-hover: #505050;
    --body-color: #2F2F2F;
    --title-background: #292929;
    --gbtn-red: #f46560;
    --gbtn-yellow: #febc36;
    --gbtn-green: #35c349;
    --shadow: #00000059;
    --shadow-nav-buttons: #0000002f;
    --shadow-cards: #00000059;
    --sm-background-color: #ffffff;
    --window-color-1: #252525;
    --window-color-2: #3a3a3a;
    --window-color-3: #2f2f2f;
    --window-color-4: #252525;
    --window-color-5: #2f2f2f;
    --window-color-6: #323232;
    --card-text: #2f2f2f;
    --window-button-color: #3a3a3a;
    --text-color: #ffffff;
    --bender-eyes: #FFF7DE;
    --bender-teeth: #FFDDAB;
    --bender-light: gold;
    --bender-opacity: 1;
    --bender-fill-r: url(#r-eye-gradient);
    --bender-fill-l: url(#r-eye-gradient);
    --gap-size: 16px;
}

:root.light-theme {
    --primary-color: #FFA030;
    --secondary-color: #FFC37D;
    --really-black-orange: #ff951a;
    --extreme-black-orange: #ff8a00;
    --tooltip-background: #535353;
    --background-color: #ecf0f1;
    --primary-gray: #2F2F2F;
    --secondary-gray: #252525;
    --really-black-gray: #202020;
    --third-gray: #3A3A3A;
    --gray-button: #8b8b8b;
    --name-color: #ffffff;
    --nav-color: #252525;
    --nav-buttons-color: #414141;
    --nav-border-color: #414141;
    --nav-border-color: #252525;
    --searchbar-background: #ececec;
    --searchbar-button-color: #b9b9b9;
    --searchbar-button-hover: #f2f2f2;
    --body-color: #2f2f2f;
    --title-background: #292929;
    --gbtn-red: #f46560;
    --gbtn-yellow: #febc36;
    --gbtn-green: #35c349;
    --shadow: #00000059;
    --shadow-nav-buttons: #00000036;
    --shadow-cards: #0000001c;
    --sm-background-color: gold;
    --window-color-1: #f3f3f3;
    --window-color-2: #ffffff;
    --window-color-3: #ececec;
    --window-color-4: #ffffff;
    --window-color-5: #ffffff;
    --window-color-6: #f4f4f4;
    --card-text: #2f2f2f;
    --window-button-color: #f3f3f3;
    --text-color: #252525;
    --bender-eyes: #FFECB3;
    --bender-teeth: #FFCC80;
    --bender-light: gold;
    --bender-opacity: 0;
    --bender-fill-r: url(#r-eye-gradient);
    --bender-fill-l: url(#l-eye-gradient);
    --gap-size: 16px;
}

html {
    scroll-behavior: smooth;
    box-sizing: border-box;

}

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

body {
    box-sizing: border-box;
    background: var(--body-color);
    font-family: "Inter", sans-serif;
    letter-spacing: .5px;
    color: white;
    font-weight: bold;
    margin: 0;
    overflow: overlay;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
a:hover {
    color: var(--secondary-color);
}

.no-scroll {
    overflow: clip;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all .5s;
}

.download-button.disabled {
    opacity: 1;
    cursor: not-allowed;
    background-color: var(--gray-button);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
    font-size: 1em;
}

.lc-1 {
    fill: #fee7cb;
}

.lc-2 {
    fill: #fbc688;
}

.lc-3 {
    fill: #f8af59;
}

.lc-4 {
    fill: #f18818;
}

.lc-5 {
    fill: #f7a545;
}

.lc-6 {
    fill: var(--name-color);
}

.lc-7 {
    fill: #f8d9b5;
}

::-webkit-scrollbar {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: 40px;
}

::-webkit-scrollbar-track {
    background: var(--really-black-gray);
}

[hidden] {
    display: none !important;
}

.hidden {
    display: none !important;
    opacity: 0;
}

.allow-select,
.allow-select * {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    user-select: text !important;
}

img {
    -webkit-user-drag: none;
}

#nome {
    width: 550px;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    color: #fff;
    background-color: var(--nav-color);
    padding: 20px;
    transition: all .5s cubic-bezier(0.77, 0, 0.32, 1);
    justify-content: center;
    gap: 20px;
    box-shadow: 0px 10px 0 0 var(--shadow);
    align-items: center;
}

.nabvar-configurators {
    display: flex;
    gap: 20px;
}

.navbar.active {
    transform: translateY(-115%);

}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
}

.navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
}

.navbar-nav a {
    text-decoration: none;
    color: var(--nav-text-color);
    font-size: 1rem;
    transition: color 0.5s;
    font-size: 20px;
}

.navbar-nav a:hover {
    color: #ddd;
}

.menubutton {
    display: none;
}

.language-selector {
    position: relative;
    display: inline-block;
    z-index: 33;
}

#language-button {
    background-color: var(--nav-buttons-color);
    color: var(--nav-text-color);
    padding: 8px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    width: 80px;
    border-radius: 5px;
    position: relative;
    display: flex;
    font-weight: 600;
    align-items: center;
    font-size: 14px;
}

#lang-arrow {
    position: absolute;
    right: 8px;
    font-size: 12px;
    transition: all .5s;
}

#language-button.active {
    border-radius: 5px 5px 5px 0px;
}

.language-options {
    position: absolute;
    top: 99%;
    left: 0;
    background-color: #333;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    transition: all .3s cubic-bezier(0.77, 0, 0.32, 1);
    width: max-content;
    transform: scaleY(0);
    height: 70px;
    transform-origin: top;
}

.active #lang-arrow {
    transform: rotate(180deg);
}

.language-options button {
    background: none;
    border: none;
    color: #fff;
    padding: 8px;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    display: flex;
}

.language-options.active {
    transform: scaleY(1);
}

.language-options button:hover {
    background-color: #555;

}

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

.language-options .flag,
#language-button .flag {
    margin-right: 8px;
}

.theme-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
}

.theme-icon {
    width: 22px;
    height: 22px;
    font-size: 22px;
    color: var(--sm-text-color);
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'Font Awesome 6 Free';
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--nav-buttons-color);
    transition: 0.5s;
    border-radius: 20px;
    height: 25px;
    display: flex;
    align-items: center;
    width: 50px;
}

.slider:before {
    position: absolute;
    content: '';
    height: 17px;
    width: 17px;
    left: 5px;
    background-color: transparent;
    transition: all .5s cubic-bezier(0.77, 0, 0.32, 1);
    border-radius: 50%;
    box-shadow: inset 6px -5px 0px 0px var(--sm-background-color);
}

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

}

input:checked+.slider:before {
    transform: translateX(23px);
    box-shadow: none;
    background-color: var(--sm-background-color);
}

.section-template {
    height: 100%;
    padding: 0 5em;
    min-height: 500px;
    max-width: 1980px;
    margin: 0px auto;
    transition: all .5s;
    margin-top: -1px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none !important;
    box-sizing: content-box;
    flex-direction: column;
}

.curved-text {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    z-index: 4;
}

.section-header {
    width: 100vw;
    position: relative;
}

.section-header svg {
    width: 100%;
    height: auto;
}

.section-template:nth-child(1) {
    background-color: var(--body-color) !important;
}

.section-template:nth-child(2) {
    background-color: var(--body-color) !important;
}

.section-template:nth-child(1) .section-background {
    border-radius: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--body-color) !important;
    z-index: -1;
}

.section-template:nth-child(1) .section-background::before {
    display: none;
}

.section-template:nth-child(even),
.section-template:nth-child(odd) .section-background,
.section-template:nth-child(odd) .section-background::before {
    background-color: #2f2f2f;
    border-top: 50px solid var(--third-gray)
}

.section-template:nth-child(odd),
.section-template:nth-child(even) .section-background {
    border-top: 50px solid #ffac4c;
    background-color: var(--primary-color);
}

.section-template:nth-child(even) .section-header::before {
    border: 40px solid var(--extreme-black-orange) !important;
}

.section-template:nth-child(odd) .section-header::before {
    background-color: var(--title-background);
    right: -159px !important;
    left: auto !important;
    border: 40px solid var(--really-black-gray) !important;
}

.section-template:nth-child(odd) .section-header h2 {
    top: 20px;
    right: 40px;
}

.section-template:nth-child(even) .section-header h2 {
    top: 20px;
    left: 40px;
}

.title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.curved-font {
    font-size: clamp(35px, 11vw, 63px);
    fill: #fff;
    z-index: 2;
}

.curved-font.small {
    font-size: clamp(50px, 13vw, 70px);
}

.curved-font.medium {
    font-size: clamp(40px, 13vw, 65px);
}

.section-content.about {
    max-width: 1032px;
    display: flex;
    justify-content: space-between;
}

.fname-color {
    fill: var(--primary-color)
}

.lname-color {
    fill: var(--name-color)
}

#fname path,
#fname-shadow path,
#lname path,
#lname-shadow path {
    opacity: 0;
    animation: letters-wave 2s ease-in-out forwards;
    animation-delay: calc(var(--order) * 100ms);
}

@keyframes letters-wave {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    10% {
        opacity: 0;
    }

    50%,
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes component-show {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    50%,
    100% {
        opacity: 1;
    }
}

.cls-1 {
    fill: #cfd8dc;
}

.cls-2 {
    fill: #b0bec5;
}

.cls-3 {
    fill: var(--bender-teeth);
}

.cls-4 {
    fill: var(--bender-fill-r);
    transition: all .5s;
    opacity: var(--bender-opacity);
}

.cls-5 {
    fill: #212121;
}

.cls-6 {
    fill: var(--bender-fill-l);
    transition: all .5s;
    opacity: var(--bender-opacity);
}

.cls-7 {
    opacity: 0;
}

.cls-8 {
    fill: var(--bender-eyes);
    transition: all .5s;
}

.cls-9 {
    fill: #90a4ae;
}

.bender-eyes {
    position: relative;
}

.bender-eyes::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #000;
}

.section-bender svg {
    transform: rotate(10deg);
    margin-right: clamp(-100px, 100vw, -200px);
    width: clamp(280px, 50vw, 800px);
    transition: all .5s;
}

.section-bender {
    display: flex;
    position: absolute;
    right: 0px;
    bottom: -300px;
    z-index: 2;
    overflow: hidden;
    transition: all .5s;
}

.eye {
    fill: transparent;
}

.pupil {
    fill: #212121;
}

#home .section-content {
    flex-direction: column !important;
    gap: 0px;
    overflow: visible;
    margin-top: 130px;
}

.home-logo {
    margin-bottom: 65px;
}

#home {
    overflow: visible !important;
}

.section-background {
    width: clamp(550px, 110vw, 2500px);
    height: clamp(250px, 50vw, 400px);
    background: var(--primary-color);
    border-radius: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    margin-top: 90px;
}

.section-background::before {
    position: absolute;
    content: '';
    width: 2500px;
    height: 500%;
    top: 200px;
    background: var(--primary-color);
    border: none !important;
}

.section-header::before {
    position: absolute;
    content: ' ';
    background: var(--really-black-orange);
    width: clamp(480px, 80vw, 600px);
    height: 300px;
    top: 1px;
    z-index: 1;
    border-radius: 100%;
    left: -159px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: all .5s;
}

.section-content {
    width: 100%;
    border-radius: 20px;
    position: relative;
    max-width: 1300px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 70px;
    margin-top: 40px;

}

.input-section {
    margin: 0px 0px 15px 0px;
    display: flex;
    text-align: left;
    flex-direction: column;
    width: 100%;

}

.input-double {
    display: flex;
    gap: 15px;
}

#submit-review {
    margin-bottom: 10px;
}

.field {
    border-radius: 10px;
    border: none;
    padding: 10px;
}

.field:focus {
    outline: var(--primary-color);
}

textarea {
    resize: vertical;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    max-height: 150px;
    height: 100px;
}

textarea::-webkit-scrollbar {
    width: 7px;
}

textarea::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: 40px;

}

textarea::-webkit-scrollbar-track {
    background: transparent;
}

.about,
.projects,
.skills,
.certifications,
.reviews,
.contact {
    margin-top: 200px;
}

.contact {
    margin-bottom: 6;
}

.about-ball {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    box-shadow: #0000000f 0px 0px 20px 0px;

}

.about-balls {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.about-ball:nth-child(1) {
    left: -40px;
    background: #ffaf54;
    animation-delay: 0s;
    animation: ball-animation-1 10s cubic-bezier(0.77, 0, 0.32, 1) infinite;
    z-index: 2;

}

.about-ball:nth-child(2) {
    right: -40px;
    background: #fbd8af;
    animation-delay: 5s;
    animation: ball-animation-2 10s cubic-bezier(0.77, 0, 0.32, 1) infinite;
    z-index: 3;


}

@keyframes ball-animation-1 {
  0%   { transform: translate(0, 0)}
  25%  { transform: translate(0, 130px); background: #ffaf54;}
  75%  { transform: translate(0, -160px); background: #fbd8af; }
  100% { transform: translate(0, 0)}
}

@keyframes ball-animation-2 {
  0%   { transform: translate(0, 0)}
  25%  { transform: translate(0, -130px); background: #fbd8af; }
  75%  { transform: translate(0, 160px);  background: #ffaf54; }
  100% { transform: translate(0, 0)}
}

.about-picture {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    position: relative;
    opacity: 0;
    animation: component-show 2s ease-in-out forwards;
}

footer {
    width: 100%;
    border-top: 50px solid var(--secondary-color);
    background-color: var(--primary-color);
}

.about-frame {
    display: flex;
    justify-content: center;
    z-index: 3;
    overflow: hidden;
    border-radius: 50%;
    width: 372px;
}

.about-background {
    width: 350px;
    height: 350px;
    background: var(--secondary-color);
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    bottom: 0px;
}
.about-ball.is-outside {
  z-index: 3;
}
.about-picture img {
    height: auto;
    transition: all .5s;
}

.projects-Frame {
    min-width: 500px;
}

.projects-Content {
    padding-top: 16px;
    overflow: hidden;
    font-weight: normal;
    position: relative;
    width: 100%;
}

button {
    -webkit-tap-highlight-color: transparent;
}

.social-button-download {
    position: relative;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 1.625rem;
}

.social-button-download {
    width: 2.813rem;
    height: auto;
    transition: all 1s cubic-bezier(0.65, 0, 0.076, 1);
}

.social-button-download .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    border-radius: 1.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-button-download:active .circle {
    background-color: var(--extreme-black-orange);
}

.social-button-download:active .circle-top {
    background-color: var(--primary-color);
}

.circle-top {
    position: absolute;
    margin: 0;
    left: 0px;
    width: 45.05px;
    height: 45.05px;
    background: var(--extreme-black-orange);
    border-radius: 1.625rem;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.social-button-download .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    margin: 0 0 0 45px;
    color: transparent;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    width: 131px;
    font-size: 16px;
}

.social-button-download:hover .circle {
    width: 100%;
}

.social-button-download:hover {
    width: 11rem;
}

.social-button-download-icon {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 6px;
}

.social-button-download:hover .button-text {
    color: #fff;
}

.social-button {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    position: relative;
    border-radius: 7px;
    cursor: pointer;
    transition: all .5s;
    padding: 0;
    opacity: 0.99;
}

.svgContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    backdrop-filter: blur(0px);
    letter-spacing: 0.8px;
    border-radius: 50%;
    transition: all .5s;
}

.linkedin {
    background-color: #0a66c2 !important;
}

.workana {
    background-color: #002D72 !important;
}

.share {
    background-color: var(--primary-color) !important;
}

.BG {
    top: 0px;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--really-black-gray);
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
    transition: all .5s;
}

.social-button:nth-child(2) .BG {
    background: #0077b5 !important;
}

.social-button:hover .BG {
    transform: rotate(35deg);
    transform-origin: bottom;
}

.social-button:hover .svgContainer {
    background-color: rgba(156, 156, 156, 0.466);
    backdrop-filter: blur(4px);
}

.social-button.disabled {
    cursor: not-allowed;
}

.social-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 1.5em;
    z-index: 10;
    opacity: 0;
    animation: component-show 2s ease-in-out forwards;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip .tooltip-text {
    visibility: hidden;
    background-color: var(--tooltip-background);
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 15;
    font-size: 15px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    padding: 5px 10px;
    width: max-content;
    max-width: 120px;
}

.tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6.5px;
    border-style: solid;
    border-color: var(--tooltip-background) transparent transparent transparent;
}

.progress-bar .tooltip-text {
    min-width: 50px !important;
    font-weight: bold;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-clone {
    position: fixed;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    pointer-events: none;
}

.finished {
    color: var(--gbtn-green);
    font-weight: bold;
}

.in-progress {
    color: var(--gbtn-yellow);
    font-weight: bold;
}

.section-double .window {
    width: auto;
    flex: 1;
    height: 100%;

}

.section-double {
    display: flex;
    gap: 20px;
    width: 1032px;
    justify-content: space-between;
    transition: all .5s;
}

.section-double .section-content {
    margin-top: 0;
    margin-bottom: 0;
}

.footer-message p {
    text-align: center;
    padding: 16px;
    margin: 0;
}

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

    .about,
    .projects,
    .skills,
    .certifications,
    .contact {
        margin-top: 230px;
    }

    #home .section-content {
        margin-top: 70px;
    }

    .section-template:nth-child(odd) .section-header h2 {
        top: 0px;
        right: 20px;
    }

    .section-template:nth-child(even) .section-header h2 {
        top: 0px;
        left: 20px;
    }

    #language-button.active {
        border-radius: 0px 5px 5px 5px;
    }


    .section-template {
        padding: 0 !important;

    }

    #nome {
        width: 100%;
    }

    .section-template:nth-child(even) .section-header h1 {
        top: 0px;
        left: 10px;

    }

    .section-template:nth-child(odd) .section-header h1 {
        top: 0px;
        right: 10px;

    }

    .curved-font.small {
        font-size: clamp(20px, 13vw, 45px);
    }

    .curved-font.medium {
        font-size: clamp(20px, 13vw, 45px);
    }

    .section-background::before {
        top: 150px !important;
    }

    .section-template:nth-child(even) .section-header::before {
        border: 25px solid var(--extreme-black-orange) !important
    }

    .section-template:nth-child(odd) .section-header::before {
        border: 25px solid var(--really-black-gray) !important;
    }

    .section-header::before {
        border: 30px solid var(--extreme-black-orange) !important;
    }

    .about-frame {
        border-radius: 0px !important;
        transform: translateY(-1px) !important;
    }

    .window-about {
        margin-top: -2px;
    }

    .about-picture {
        margin-bottom: -1px;
        align-items: flex-end !important;
        width: clamp(300px, 50vw, 400px) !important;
        height: clamp(300px, 50vw, 400px) !important;
    }

    .about-picture img {
        width: clamp(280px, 50vw, 400px) !important;
    }

    .about {
        margin-top: 269px;
        flex-direction: column-reverse !important;
        gap: 0px !important;
    }

    .projects {
        width: 100% !important;
    }

    .window .projects {
        width: 100% !important;
    }

    .window {
        width: calc(100vw - 5em) !important;
    }

    #home .window,
    .contact .window {
        max-width: 500px !important;
    }

    .home-logo {
        width: 80% !important;
        margin: 0px;
        margin-bottom: 40px;
    }

    .navbar-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 20px 20px 0px 20px;
    }

    .section-bender {
        bottom: -166px !important;
    }

    .section-bender svg {
        margin-right: -65px !important;
    }
}

@media screen and (min-width: 751px) {
    main {
        margin-top: 78px;
    }

    #swipe-hint {
        display: none;
    }
}

@media screen and (max-width: 1326px) {
    .menubutton:hover {
        background: var(--primary-color);
    }

    .language-options {
        top: -70px;
        border-radius: 5px 5px 0px 0px;
        transform: scaleY(0);
        transform-origin: bottom;
        box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
    }

    .nabvar-configurators {
        display: flex;
        gap: 20px;
        width: 100%;
        justify-content: center;
        padding: 10px 20px;
        background: var(--primary-gray);
        border-top: 4px solid var(--nav-buttons-color);
        margin-top: auto;
    }

    .menubutton {
        font-family: 'FontAwesome';
        position: fixed;
        right: 10px;
        top: 10px;
        font-size: 25px;
        display: flex !important;
        justify-content: center;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        align-items: center;
        border: none;
        z-index: 5;
        background: #676767;
        color: white;
        box-shadow: var(--shadow) 0px 0px 20px 3px;
        cursor: pointer;
        transition: all .3s;
    }


    .menubutton.hide {
        opacity: 0;
        transform: translateY(-20px);
        pointer-events: none;
    }

    .menubutton.show {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .navbar {
        position: fixed;
        z-index: 5;
        background: var(--nav-color);
        width: 250px;
        flex-direction: column;
        justify-content: flex-start !important;
        transition: all 1s cubic-bezier(0.77, 0, 0.32, 1);
        height: 100% !important;
        padding: 0;
        transform: translateX(-110%);

    }

    .navbar-nav {
        flex-direction: column;
        margin: 0 !important;
        padding: 20px;
        width: 100%;
        align-items: flex-start;

    }

    .navbar.active {
        transform: translateX(0%) !important;
        box-shadow: 10px 0px 0 0 var(--shadow);
    }
}

@media screen and (max-width: 417px) {
    .projects-Content {
        height: 100% !important;
    }
}


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

    #home .window,
    .contact .window {
        width: 500px !important;
    }

    .window {
        width: calc(100vw - 5em) !important;
    }


    .navbar-nav a {
        font-size: clamp(14.8px, 1.9vw, 20px);
    }

    .nabvar-configurators {
        gap: 10px;
    }

    .navbar {
        gap: 10px;
    }

    .navbar-nav {
        gap: 10px;
        margin: 0 auto;
    }

    .section-template {
        padding: 0 1em !important;
    }

    .section-bender {
        bottom: -210px !important;
    }

    .section-bender svg {
        margin-right: -100px !important;
    }

    .section-background {
        margin-top: 90px !important;
    }

    .about {
        margin-top: 240px;
    }
}

@media screen and (min-width: 1981px) {
    .section-template {
        padding: 0 !important;

    }
}

@media (max-width: 768px) {
    #swipe-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        pointer-events: none;
    }

    #conteudo {
        overflow-x: auto;
        scroll-behavior: smooth;
        position: relative;
    }

    .project-item.highlight {
        background: #fff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
    }

    #swipe-hint {
        position: absolute;
        bottom: 20px;
        right: 20px;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease-in-out;
    }

    #swipe-hint.show {
        opacity: 1;
        pointer-events: auto;
    }

    #swipe-hint i {
        font-size: 2rem;
        color: #515151;
        position: relative;
        animation: fingerDrag 1s infinite ease-in;
    }

    @keyframes fingerDrag {
        0% {
            left: -0px;
            opacity: 1;
            transform: rotate(0deg)
        }

        80% {
            opacity: 1
        }

        80% {
            left: -120px;
            opacity: 0;
            transform: rotate(-90deg)
        }

        100% {
            left: -0px;
            opacity: 0;
            transform: rotate(0deg)
        }
    }
