* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

a {
    text-decoration: none;
}

strong {
    color: var(--main-text);
}

ol,
ul {
    padding-left: 0 !important;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

ul li {
    font-weight: 400;
    list-style: none;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-corner {
    display: none;
}

::-webkit-scrollbar-thumb {
    background: var(--main-text);
    background-clip: content-box;
}

::-webkit-scrollbar-track {
    background-color: #0f141c;
}

.container {
    position: relative;
}

body {
    background: var(--primary-color);
}

:root {
    --primary-color: #edf0f4;
    --side-menu-color: #0b1218;
    --section-background: #ffffff;
    --card-background: #fff;
    --icons-background: rgb(25, 39, 52);
    --main-text: #0a1016;
    --sub-text: #8899ac;
    --btn-border: #0a1016;
    --icons-menu: #8899ac;
    --icons-menu-hover: #ffffff;
    --icons-colors: #ffffff;
    --icons-colors-hover: rgb(31, 14, 185);
}

.dark-mode {
    --primary-color: rgb(10, 16, 22);
    --side-menu-color: #192734;
    --section-background: #192734;
    --icons-background: #0a1016;
    --main-text: #ffffff;
    --sub-text: #8899ac;
    --btn-border: #ffffff;
    --btn-border-hover: #eb8303;
    --icons-menu: #8899ac;
    --icons-menu-hover: #ffffff;
    --icons-colors: #ffffff;
    --icons-colors-hover: #eb8303;
}

.stick-header {
    position: sticky;
    top: 30px;
    z-index: 9999;
}

header {
    background: #1b2734ad;
    padding: 10px 30px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 20px;
    backdrop-filter: blur(9px);
    border: 1px solid #eb83032e;
    overflow: hidden;
}

.menu-toggle-button {
    display: none;
}

.side-menu::-webkit-scrollbar {
    display: none;
}

.logo {
    fill: var(--icons-colors);
}

.aryaBtn svg path {
    stroke: var(--icons-colors);
}

.aryaBtn {
    color: var(--btn-border);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 20px;
    border-top: 2px solid var(--btn-border);
    border-right: 4px solid var(--btn-border);
    border-bottom: 4px solid var(--btn-border);
    border-left: 2px solid var(--btn-border);
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.aryaBtn:hover {
    color: var(--btn-border-hover);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 20px;
    border-top: 2px solid var(--btn-border-hover);
    border-right: 4px solid var(--btn-border-hover);
    border-bottom: 4px solid var(--btn-border-hover);
    border-left: 2px solid var(--btn-border-hover);
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.aryaBtn:hover svg path {
    stroke: var(--icons-colors-hover);
}

.aryaBtn-toggle-main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.aryaBtn svg .cert {
    fill: var(--icons-colors);
}

.aryaBtn:hover svg .cert {
    fill: var(--icons-colors-hover);
}

.side-menu-main {
    position: sticky;
    top: 140px;
    overflow: visible;
}

.list-menu {
    background: #1b2734ad;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 20px;
    backdrop-filter: blur(9px);
    border: 1px solid #eb83032e;
    overflow: hidden;
}

.side-menu-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu-ul li {
    position: relative;
    margin-bottom: 10px;
}

.side-menu-ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--3, #8899ac);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 15px;
    text-decoration: none;
}

.side-menu-ul li a:hover {
    background: #eb8303;
    border-radius: 16px;
    color: #fff;
}

.side-menu-ul li a.active {
    background: #EB8303;
    border-radius: 16px;
    color: #fff;
    stroke: var(--icons-colors);
}

.side-menu-ul li a.active svg path {
    stroke: #ffffff !important;
}

.side-menu-ul li a.active img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(5%) hue-rotate(214deg) brightness(98%) contrast(102%);
}

.side-menu-ul li a svg path {
    stroke: var(--icons-menu);
}

.side-menu-ul li a:hover svg path {
    stroke: var(--icons-menu-hover);
}

.side-menu-ul li a:hover svg path {
    stroke: var(--icons-menu-hover);
}

.side-menu-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu-ul li {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.side-menu-ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 15px;
    color: var(--3, #8899ac);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    border-radius: 16px;
}

.side-menu-ul li.has-submenu>a {
    width: 100%;
}

.side-menu-ul li a.active {
    background: #EB8303;
    color: #fff;
}

.submenu {
    display: none;
}

#submenu-portal .submenu {
    display: none;
    position: absolute;
    top: 50%;
    left: 120%;
    transform: translateY(-50%);
    background: #1b2734ad;
    padding: 20px;
    width: 200px;
    z-index: 9999;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 20px;
    backdrop-filter: blur(9px);
    border: 1px solid #eb83032e;
    overflow: hidden;
}

#submenu-portal .submenu.open {
    display: block;
}

#submenu-portal .submenu li {
    text-decoration: none;
    color: var(--btn-border-hover);
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#submenu-portal .submenu li a {
    font-size: 16px;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
    display: block;
}

#submenu-portal .submenu li:hover {
    border-radius: 8px;
    background-color: var(--btn-border-hover);
    color: #fff;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 490;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

#overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    pointer-events: auto;
}

.phone-text {
    color: var(--3, #8899ac);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.phone-num {
    color: var(--1, #fff);
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid transparent;
}

.media-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.media-icons {
    width: 36px;
    height: 36px;
    background: #22303c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.media-icons:hover {
    border-radius: 10px;
    background: #e38720;
    transition: all 0.3s ease-in-out;
}

.media-icons .svg-icon {
    width: 24px;
    height: 24px;
    fill: var(--icons-colors);
}

.media-icons:hover img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(1%) saturate(1367%) hue-rotate(161deg) brightness(98%) contrast(97%);
}

.section-five,
.section-four,
.section-nine,
.section-one,
.section-six,
.section-two {
    background: var(--section-background);
    padding: 60px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.hi-there {
    color: var(--main-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 10px;
}

.hi-there span {
    transform-origin: 70% 70%;
    display: inline-block;
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

@keyframes wave-animation {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(14deg);
    }

    20% {
        transform: rotate(-8deg);
    }

    30% {
        transform: rotate(14deg);
    }

    40% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.creative {
    color: var(--main-text);
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    padding-bottom: 20px;
}

.visionary {
    color: var(--sub-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.visionary span {
    color: var(--sub-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.visionary.fade_down .text-portfolio span {
    color: var(--sub-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.portfolio-girl-img-col {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}

.portfolio-girl-img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.download-btn {
    display: flex;
    align-items: start;
    margin-top: 30px;
}

.about-col {
    border-right: 2px solid var(--primary-color);
}

.arya-stack-about span {
    color: var(--sub-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.arya-stack-about {
    color: var(--main-text);
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    max-width: 200px;
}

.WebExperts {
    color: var(--sub-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 20px;
}

.yer-exp-box-main {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 150px;
}

.yer-exp-box {
    padding: 16px 18px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 240px;
}

.yer-exp-box .degit {
    color: var(--main-text);
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}

.yer-exp-box div p {
    color: var(--main-text);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.self-taught {
    margin-top: 15%;
    color: var(--sub-text);
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 20px;
}

.self-taught span {
    color: var(--main-text);
    font-weight: 700;
}

.self-taught-col {
    margin-top: auto;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 989px) {
    .self-taught {
        margin-top: 0;
    }
}

.brand span {
    font-weight: 400;
}

.vimeo-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(181deg) brightness(103%) contrast(103%);
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
}

.gallery-item {
    margin-bottom: 30px;
    cursor: pointer;
}

.gallery-item3 {
    margin-top: -60px;
}

.content-img {
    max-width: 100%;
    border-radius: 30px;
}

.gallery-main-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.text-gallery {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}

.gallery-main-card img {
    max-width: 100%;
}

.depoimento-p {
    display: flex;
    align-items: center;
    gap: 10px;
}

/**---------------------------Testimonial---------------------------*/

.testimonials {
    padding: 80px 20px;
    position: relative;
}

.testimonials__main {
    position: relative;
}

.testimonials__items {
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
}

.testimonials__item {
    grid-column: 1;
    grid-row: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.testimonials__item--active {
    opacity: 1;
    visibility: visible;
}

.testimonials__header {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.testimonials__image {
    aspect-ratio: 1;
    border: 2px solid var(--btn-border-hover);
    border-radius: 24px;
    width: 80px;
    overflow: hidden;
    position: relative;
    transform: translateY(-36%) rotate(45deg);
    transform-origin: 0 100%;
}

.testimonials__image--clip {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg) scale(1.5);
    width: 100%;
}

.testimonials__image--clip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials__quote {
    color: var(--main-text);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2rem;
    transform: translateX(-40px);
    opacity: 0;
}

.testimonials__author {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.testimonials__author--flair {
    background: var(--btn-border-hover);
    border-radius: 2px;
    display: block;
    height: 2px;
    width: 45px;
    transform: scaleX(0);
    transform-origin: 0 0;
}

.testimonials__author--name {
    color: var(--sub-text);
    font-size: 16px;
    margin-left: 24px;
    transform: translateX(-40px);
    opacity: 0;
}

.testimonials__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.testimonials__controls {
    position: relative;
    display: flex;
    gap: 2px;
    list-style: none;
    align-items: center;
}

.testimonials__control--button {
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: relative;
    background: none;
    border: none;
    padding: 0;
}

.testimonials__control--button:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px; 
    background-color: var(--primary-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.testimonials__control--button.testimonials__control--active:before {
    width: 24px;
    height: 8px;
    border-radius: 4px; 
    background-color: var(--btn-border-hover);
}
.testimonials__control--button.active {
    transform: scale(1.2);
}

@keyframes slideIn {
    from { transform: translateX(-10px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.testimonials__controls li {
    animation: slideIn 0.3s ease forwards;
}
.testimonials__control--active:before {
    background-color: var(--btn-border-hover);
    width: 16px;
}
.testimonials__slider-track {
    position: absolute;
    height: 3px;
    background-color: var(--btn-border-hover);
    bottom: -5px;
    transition: left 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), width 0.4s ease;
}

.testimonials__quotemark {
    justify-items: flex-end;
    position: absolute !important;
    top: 0 !important;
    width: 100%;
}

.testimonials__quotemark svg {
    margin-left: 0;
    max-width: max(2.5rem, min(2.589vw + 1.8932rem, 5rem));
    width: 100%;
}

.testimonials__quotemark svg * {
    fill: var(--btn-border-hover);
}

/*----------------------------Skils----------------------------*/
ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

ul.slick-dots button {
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 50%;
    border: none;
    margin: 0 3px;
    outline: 0;
    background: var(--primary-color);
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.line {
    flex-grow: 1;
    height: 2px;
    background-color: var(--main-text);
}

.title-box {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid var(--main-text);
    border-radius: 22px;
    color: var(--main-text);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.logos {
    margin-top: 30px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
}

.logos-slide {
    animation: 30s slide infinite linear;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.education::before {
    content: "";
    border-left: 2px solid var(--main-text);
    position: absolute;
    top: 0;
    left: 11px;
    bottom: 0;
    z-index: -1;
}

.education {
    display: flex;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.small_yellow_border {
    border: 2px solid var(--main-text);
    border-radius: 100%;
    padding: 5px;
    background-color: var(--section-background);
}

.small_yellow_circle {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--main-text);
}

.bachelor {
    color: var(--main-text);
    font-size: 16px;
    line-height: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 4px;
}

.university {
    padding-bottom: 4px;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.cursus {
    color: var(--sub-text);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    transition: all 0.3s;
}

.education:hover .cursus {
    color: var(--main-text);
}

.small_yellow_border_main {
    padding-left: 20px;
}

.coding-skill-section {
    padding-top: 60px;
}

.design-skills-img-main {
    border-radius: 40px;
    border: 2px solid var(--8, #00cc97);
    background: rgba(0, 204, 151, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    max-width: 179px;
    width: 100%;
    height: 80px;
}

.skill-counter-main p:first-of-type {
    color: var(--main-text);
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.skill-counter-main p:nth-of-type(2) {
    color: var(--8, #00cc97);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.box-item {
    position: relative;
}

.submit-btn-main {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 70px;
}

.submit-btn-main a {
    color: #000 !important;
    border-top: 2px solid #000;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
    border-left: 2px solid #000;
}

.submit-btn-main a:hover {
    background: #fff;
}

.submit-btn-main img {
    filter: brightness(0) saturate(100%) invert(0) sepia(100%) saturate(6%) hue-rotate(210deg) brightness(97%) contrast(101%);
}

.submit-btn-main .aryaBtn:hover img {
    filter: brightness(0) saturate(100%) invert(0) sepia(0) saturate(7500%) hue-rotate(127deg) brightness(100%) contrast(101%) !important;
}

.wrapper {
    width: 100%;
    cursor: pointer;
}

.contact-sec-box {
    padding: 15px 25px;
    border: 2px dashed var(--primary-color);
    border-radius: 15px;
}

.contact-sec-box:hover {
    border: 2px dashed var(--main-text);
    border-radius: 0;
}

.input-main {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    margin-top: 40px;
    width: 100%;
}

.input-main input {
    background: 0 0;
    border-radius: 20px;
    border: 2px dashed var(--primary-color);
    height: 64px;
    outline: 0;
    padding: 10px 20px;
    color: var(--main-text);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.input-main input:focus {
    border: 2px dashed var(--main-text);
    border-radius: 0;
}

footer {
    border-radius: 30px;
    background: var(--section-background);
    padding: 18px 30px;
    margin-bottom: 30px;
}

.rights-reserved {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rights-reserved a,
.rights-reserved h2 {
    color: var(--3, #8899ac);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.rights-reserved a:hover {
    color: var(--main-text);
}

.home-media-icon-main-head {
    display: flex;
    align-items: center;
    gap: 30px;
}

.bottom-top-button {
    border-bottom-color: #eb8303;
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 1;
    width: 50px;
    height: 50px;
    transition: ease-out 0.2s;
    background-color: var(--btn-border-hover);
    border-radius: 16px;
    border: none;
}

.bottom-top-button img {
    filter: var(--icons-filter);
}

.bottom-top-button:hover {
    animation: animate-pulse 3s linear infinite;
}

.skills-section {
    padding: 20px 20px 0 20px;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
}

.skills-columns {
    display: flex;
    justify-content: space-between;
    gap: 10%;
}

.skills-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.skill-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
}

.skill-name {
    font-weight: 700;
    font-size: 1rem;
}

.skill-dots {
    margin-left: auto;
    display: flex;
    gap: 0.4rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dot.full {
    background-color: #eb8303;
}

.dot.empty {
    background-color: rgba(255, 255, 255, 0.25);
}

.contact-1 {
    width: 100%;
    height: 100%;
    background-color: #22303c;
    border-radius: 16px;
    padding: 45px 220px 45px 45px;
    gap: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-text h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: var(--card-background);
    margin-bottom: 10px;
}

.contact-text p {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: var(--sub-text);
}

.contact-buttons {
    width: 410px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.linha {
    display: flex;
    gap: 10px;
}

.linha.line1 .button-wrapper {
    width: 200px;
    height: 50px;
    border-radius: 16px;
}

.linha.line2 .button-wrapper {
    width: 130px;
    height: 50px;
    border-radius: 16px;
}

.ctBtn {
    color: var(--btn-border);
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 20px;
    border-top: 2px solid var(--btn-border);
    border-right: 4px solid var(--btn-border);
    border-bottom: 4px solid var(--btn-border);
    border-left: 2px solid var(--btn-border);
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ctBtn:hover {
    color: var(--btn-border-hover);
    border-top: 2px solid var(--btn-border-hover);
    border-right: 4px solid var(--btn-border-hover);
    border-bottom: 4px solid var(--btn-border-hover);
    border-left: 2px solid var(--btn-border-hover);
}

.email-form-container {
    display: flex;
    width: 100%;
    max-width: 900px;
    gap: 2%;
    padding-top: 20px;
}

.form-col-left {
    flex: 0 0 78%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-col-right {
    flex: 0 0 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form {
    display: flex;
    gap: 16px;
}

.line1 input {
    flex: 1;
}

.line2 input {
    width: 100%;
}

.line3 textarea {
    width: 100%;
    height: 100px;
}

input,
textarea {
    border: none;
    border-radius: 10px;
    padding: 12px;
    background: #22303c;
    color: #ccc;
    font-size: 16px;
    font-family: inherit;
    resize: none;
}

::placeholder {
    color: var(--sub-text);
}

:focus::placeholder {
    color: var(--icons-colors-hover);
}

input:focus {
    border-color: var(--icons-colors-hover);
    outline: 1px solid var(--icons-colors-hover);
    outline-offset: 2px;
}

textarea:focus {
    border-color: var(--icons-colors-hover);
    outline: 1px solid var(--icons-colors-hover);
    outline-offset: 2px;
}

.send-btn {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
    background: var(--btn-border-hover);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.send-btn:hover {
    background: #22303c;
    color: #eb8303;
}

.svg-icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #8899ac;
}

/*---------------------------Portfolio Fixed Button---------------------------*/
/* Botão flutuante */
#portfolio-fixed .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Container do botão fixo */
#portfolio-fixed .submenu ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

/* Container do botão fixo */
#portfolio-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* Botão principal */
#animated-btn {
    position: relative;
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 35px;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.6s ease;
    background-color: var(--btn-border-hover) !important;

    color: #fff;
    /* ícone SVG usa currentColor */
}

/* Ícone dentro do botão */
#animated-btn .icon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
}

#animated-btn .icon-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#animated-btn .icon-wrapper svg path {
    stroke: currentColor !important;
}

/* Label escondida por padrão */
#animated-btn .label {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 24px;
    font-weight: 600;
    opacity: 0;
}

/* Submenu */
#portfolio-fixed .submenu {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    padding: 10px;
    width: 200px;
    display: none;
    background: #1b2734ad;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    backdrop-filter: blur(9px);
    box-shadow:
        0 3px 6px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(10px);
    transition: transform 0.3s ease;
}

#portfolio-fixed.open .submenu {
    display: block;
    transform: translateY(0);
}

#portfolio-fixed .submenu ul li a {
    display: block;
    padding: 10px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

#portfolio-fixed .submenu ul li a:hover {
    background-color: #eb8303;
    color: #192734;
}


/* -------------------Portfolio button Desktop---------------------------- */
#portfolio-button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 20px;
}

/* Botão desktop */
#desktop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30%;
    width: 100%;
    height: 70px;
    padding: 0 20px;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    background-color: var(--btn-border-hover) !important;
    color: #fff;
    position: relative;
}

/* Label e ícone já centralizados pelo flex */
#desktop-btn .label {
    font-size: 18px;
    font-weight: 600;
}

#desktop-btn .icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

/* submenu (permanece oculto; você decide se quer remover) */
#portfolio-button .submenu {
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    /* meio do botão */
    transform: translateY(-50%);
    /* puxa para cima metade da altura do submenu */
    padding: 10px;
    width: 200px;
    display: none;
    background: #1b2734ad;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    backdrop-filter: blur(9px);
    box-shadow:
        0 3px 6px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
    transition: opacity 0.3s ease;
    opacity: 0;
}

/* 3) Mostrar quando abrir */
#portfolio-button.open .submenu {
    display: block;
    opacity: 1;
}

#portfolio-button .submenu ul li a {
    display: block;
    padding: 10px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

#portfolio-button .submenu ul li a:hover {
    background-color: #eb8303;
    color: #192734;
}

/* -------------------UX container---------------------------- */
.ux {
    background-color: #fff;
    border-radius: 24px;
    padding: 20px;
}

.ux-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 60px 20px 60px;
}

.ux-box {
    width: 300px;
}

.ux-container-last {
    display: flex;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
}

/* -------------------Branding container---------------------------- */

.gif {
    border-radius: 24px;
    padding: 20px;
}

.gif-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    gap: 20px;
}

.gif-box {
    border-radius: 16px;
    overflow: hidden;
}

.gif-container-first {
    display: flex;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
}

.gif-player {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    /* importante pra vídeo preencher o espaço sem distorcer */
    overflow: hidden;
    display: block;
}

/* -------------------GSAP CA---------------------------- */

.cls-1 {
    fill: #f4b840;
}

.cls-1,
.cls-2,
.cls-3,
.cls-4,
.cls-5,
.cls-6,
.cls-7,
.cls-8,
.cls-9,
.cls-10,
.cls-11 {
    stroke-width: 0px;
}

.cls-2 {
    fill: #d3f1fd;
}

.cls-3 {
    fill: none;
}

.cls-4 {
    fill-rule: evenodd;
}

.cls-4,
.cls-10 {
    fill: #13208e;
}

.cls-5 {
    fill: #ffba1c;
}

.cls-6 {
    fill: #a28de4;
}

.cls-7 {
    fill: #b29df4;
}

.cls-8 {
    fill: #b2b7e7;
}

.cls-9 {
    fill: #00aff0;
}

.cls-11 {
    fill: #fff;
}

.cls-12 {
    fill: #f4b840;
}

.cls-13 {
    fill: #d3f1fd;
}

.cls-14 {
    fill: #8391e2;
}

.cls-15,
.cls-21 {
    fill-rule: evenodd;
}

.cls-15,
.cls-22 {
    fill: #13208e;
}

.cls-16 {
    fill: #ffba1c;
}

.cls-17 {
    fill: #a28de4;
}

.cls-18 {
    fill: #b29df4;
}

.cls-19 {
    fill: #b2b7e7;
}

.cls-20 {
    fill: #00aff0;
}

.cls-21,
.cls-23 {
    fill: #fff;
}

/*-------------------Responsive Buttons---------------------------- */
.container-desktop {
    display: flex;
}

.container-mobile {
    display: none;
}

/*-------------------Brands viewers---------------------------- */


.viewers-container {
    display: flex;
    gap: 20px;
    padding: 20px;
    width: 100%;
    max-width: 1400px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f0f0f0;
    margin-top: 20px;
}

/* Estilização da barra de rolagem */
.viewers-container::-webkit-scrollbar {
    height: 8px;
}

.viewers-container::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.viewers-container::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.viewer {
    border-radius: 10px;
    overflow: hidden;
    width: 180px;
    min-width: 180px;
    height: 50px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.viewer:hover {
    transform: scale(1.5);
    z-index: 10;
}

.svg-container {
    width: 100%;
    height: 100%;
    position: relative;
}

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

}

.svg-item svg {
    max-width: 80%;
    max-height: 80%;

}

.svg-container svg path {
    fill: var(--sub-text);
}

.viewer:hover svg path {
    fill: var(--btn-border-hover);
  }
  
/* Configuração inicial dos SVGs */
.svg-container .svg-item:nth-child(2) {
    opacity: 0;
    transform: translateY(-100%);
}

.svg-container .svg-item:nth-child(3) {
    opacity: 0;
    transform: translateY(100%);
}

/* Garante que os SVGs estejam posicionados corretamente */
.svg-container .svg-item {
    transform: translate(0, 0);
    /* Reset para as novas animações */
}

/* Configurações específicas para os viewers */
#viewer2-svg2,
#viewer2-svg3 {
    transform: translateX(100%) translateY(0);
}

#viewer1-svg1 {
    fill: #000 !important;
}

#viewer3-svg2 {
    transform: translateX(0) translateY(100%);
}

#viewer3-svg3 {
    transform: translateX(0) translateY(-100%);
}

#viewer4-svg2,
#viewer4-svg3 {
    transform: translateX(-100%) translateY(0);
}

