@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap"); /*============================================ 
	# Template Name: matias
	# Version: 1.0
	# Date: 29/10/2023
	# Author: matias
	# Author URI: https://themeforest.net/user/theme_ocean
	# Description: Matias - Personal Portfolio Templates
============================================*/
/*======== Scss Compiles =========
# mixin
# variables
# Typography
# button 
# animation
# banner
# blog
# header
# section
# footer
============================================*/
/*CSS Table Of Content Ends Here*/
@import "animate.css";
@import "magnific-popup.css";
@import "swiper-bundle.min.css";
@import "bootstrap-icons.min.css";
@import "nice-select.css";
@import "odometer.css";
:root {
  --body: #141410;
  --white: #ffffff;
  --title: #181818;
  --mtitle: #000D27;
  --pra: #999999;
  --subtitle: #121212;
  --base: #ffcc02;
  --hover: #c2ec1d9e;
  --bg1: #E9F0FF;
  --ftext: #818181;
  --footer: #181818;
  --cusborder: rgb(38, 37, 37);
  --border1: #414141;
  --ratting: #ffa311;
  --bgsection: #000D27;
  --success: #3FCA90;
  --danger: #ED5050;
  --boxes1: rgba(26, 77, 190, 0.05);
  --cborder: #D9D9D9;
  --color-dark-light: #1D1D1D;
  --color-dark-medium: url(../img/about/about-bg.png) no-repeat center center;
}

body {
  color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: var(--body);
  font-family: "Poppins", sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--white);
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 80%;
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: 5vh;
  line-height: 120%;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 575px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 575px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

h5 {
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

h6 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  margin: 0;
  color: var(--title);
  font-family: "Poppins", sans-serif;
  transition: all 0.3s;
}

span {
  font-family: "Poppins", sans-serif;
}

a:hover {
  text-decoration: none;
  color: var(--title);
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--pra);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #a1abb6;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  z-index: 9999;
  display: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 4;
  box-sizing: content-box;
  transition: all 200ms linear;
}

.video__80 {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--white);
}
.video__80 i {
  font-size: 42px;
  color: var(--white);
}
@media (max-width: 1399px) {
  .video__80 {
    width: 60px;
    height: 60px;
  }
  .video__80 i {
    font-size: 32px;
  }
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .fz-16 {
    font-size: 14px;
  }
}

.fz-18 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .fz-18 {
    font-size: 16px;
  }
}

.fz-20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .fz-20 {
    font-size: 18px;
  }
}

.fz-24 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .fz-24 {
    font-size: 20px;
  }
}

.fz-26 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .fz-26 {
    font-size: 22px;
  }
}

.fz-30 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .fz-30 {
    font-size: 26px;
  }
}

.fz-32 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .fz-32 {
    font-size: 28px;
  }
}

.fz-38 {
  font-size: 38px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.d1 {
  font-size: 80px;
  line-height: 150%;
  font-weight: 600;
  display: block;
}

.d2 {
  font-size: 72px;
  line-height: 150%;
  font-weight: 600;
  display: block;
}

.d3 {
  font-size: 64px;
  line-height: 150%;
  font-weight: 600;
  display: block;
}

.d4 {
  font-size: 56px;
  line-height: 150%;
  font-weight: 600;
  display: block;
}

.pt-150 {
  padding-top: 150px;
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .pt-40 {
    padding-top: 30px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .pb-40 {
    padding-bottom: 30px;
  }
}

.mt-50 {
  padding-top: 52px;
}
@media (max-width: 991px) {
  .mt-50 {
    margin-top: 40px;
  }
}

.mb-50 {
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mt-30 {
    margin-top: 20px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 15px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.nbg {
  background: #212020 !important;
}

.nice-select {
  background: rgba(54, 58, 237, 0.03);
  border-radius: 100px;
  border: 1px solid var(--border);
  color: var(--title);
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  width: unset;
  outline: none;
  padding: 13px 24px 13px;
}

.nice-select:hover {
  border-color: var(--border);
}

.nice-select option {
  color: var(--white);
}

.nice-select .current {
  margin-right: 18px;
}

.nice-select:after {
  right: 23px;
  border-bottom: 1px solid var(--title);
  border-right: 1px solid var(--title);
  width: 10px;
  height: 10px;
}

.nice-select.open .list {
  background: #0e0e0e;
  margin-top: 16px;
  width: unset;
}

.nice-select .option.selected.focus {
  background: #0e0e0e;
  outline: none;
}

.nice-select .option {
  border: 1px solid var(--border);
}

.nice-select .option:hover {
  border: 1px solid var(--base);
  background-color: transparent;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pagination a {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--base);
  transition: all 0.4s;
}

.pagination a:hover {
  background: var(--base);
  color: var(--white);
  border-color: var(--base);
}

.pagination a:hover i {
  color: var(--white);
}

.pagination a span {
  margin-top: -4px;
}

.pagination a span i {
  font-size: 22px;
  color: var(--text);
}

.pagination .border-added {
  border: none;
  width: 26px;
  height: 44px;
}

.pagination .border-added i {
  font-size: 36px;
}

.pagination .border-added:hover {
  background: transparent;
}

.pagination .border-added:hover i {
  color: var(--base);
}

.social li a {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(0, 13, 39, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.social li a i {
  transition: all 0.3s;
  font-size: 16px;
}
.social li:hover a {
  background: var(--base);
  border-color: var(--base);
}
.social li:hover a i {
  color: var(--white) !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1350px;
    margin: 0 auto;
  }
}

.base {
  color: var(--base) !important;
}

.title {
  color: var(--subtitle);
}

.subtitle {
  color: #343E56;
}

.white {
  color: var(--white) !important;
}

.ptext {
  color: var(--pra) !important;
}

.transition {
  transition: all 0.4s;
}

.bord {
  border: 1px solid var(--base);
}

.aw {
  color: #818181 !important;
}

.tw {
  color: #fff !important;
}

@media (min-width: 992px) {
    .vt-service-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vt-service-row.is-invert {
        direction: ltr;
    }

    .vt-service-content {
        max-width: 100%;
    }

    .img__ending {
        justify-content: flex-end;
    }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.overhid {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--base);
  border-radius: 10px;
}

@keyframes upd {
  50% {
    transform: translateY(-10px);
  }
}

.hover__circle {
  width: 208px;
  height: 208px;
  background: var(--base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.hover__circle .box {
  position: relative;
  z-index: 1;
}
.hover__circle .box i {
  margin-bottom: 1px;
  font-size: 28px;
  display: block;
  color: var(--title);
  transition: all 0.4s;
}
.hover__circle .box .textmore {
  color: #282828;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  transition: all 0.4s;
}
.hover__circle::before {
  width: 208px;
  height: 208px;
  border-radius: 50%;
  border: 1px solid var(--base);
  content: "";
  position: absolute;
  top: 10px;
  left: -7px;
  transition: all 0.4s;
}
.hover__circle::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: 38px;
  left: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--base);
  height: 10px;
  opacity: 0;
}
.hover__circle:hover .textmore {
  color: var(--title);
}
.hover__circle:hover i {
  color: var(--title);
}
.hover__circle:hover::before {
  top: -10px;
}
.hover__circle:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  bottom: 0;
}
@media (max-width: 767px) {
  .hover__circle {
    width: 120px;
    height: 120px;
  }
  .hover__circle::before {
    width: 120px;
    height: 120px;
  }
  .hover__circle .box .textmore {
    font-size: 12px;
  }
  .hover__circle .box i {
    margin-bottom: 0px;
    font-size: 26px;
  }
}

.cmn__bg {
  background: var(--color-dark-medium);
  background-size: cover;
}

@media (min-width: 1200px) {
  .header-section .container {
    max-width: 1805px;
    margin: 0 auto;
  }
}

@media (max-width: 1600px) {
  .header-section::after {
    right: calc(20% - 30px);
  }
}
@media (max-width: 1399px) {
  .header-section::after, .header-section::before {
    display: none;
  }
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
}

.header-wrapper .menu__components {
  gap: 16px;
}
.header-wrapper .menu__components .cmn--btn {
  padding: 14px 34px;
}
@media (max-width: 1199px) {
  .header-wrapper .menu__components .cmn--btn {
    font-size: 14px;
    font-weight: 600;
    padding: 9px 16px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .menu__components .cmn--btn {
    padding: 7px 11px;
  }
}
@media (max-width: 500px) {
  .header-wrapper .menu__components .cmn--btn {
    padding: 6px 8px;
  }
}
@media screen and (max-width: 500px) and (max-width: 374px) {
  .header-wrapper .menu__components .cmn--btn {
    display: none !important;
  }
}
.header-wrapper .main__logo .logo {
  display: block;
  width: 150px;
}
.header-wrapper .main__logo .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .header-wrapper .main__logo .logo {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .header-wrapper .main__logo .logo {
    width: 100px;
  }
}
.header-wrapper .main-menu {
  display: flex;
  align-items: center;
}
.header-wrapper .main-menu li {
  transition: all 0.4s;
  position: relative;
}
.header-wrapper .main-menu li a {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 120%;
  padding: 15px 29px;
}
.header-wrapper .main-menu li a:hover {
  color: var(--base);
}
.header-wrapper .main-menu li a i {
  margin-left: 2px;
  font-size: 16px !important;
  color: var(--title);
}
.header-wrapper .main-menu li .sub-menu {
  position: relative;
  padding: 5px 5px 5px 5px;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu .sub-menutwo ul {
    position: absolute;
    top: -31px;
    left: 100%;
    width: 250px;
    z-index: 999;
    transition: all 0.3s;
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.15) 0px -1px 34px 0px;
    justify-content: center;
    opacity: 0;
    gap: 5px;
    transform: translateY(55px);
    visibility: hidden;
    display: block !important;
  }
  .header-wrapper .main-menu li .sub-menu .sub-menutwo ul li a {
    color: var(--title);
  }
  .header-wrapper .main-menu li .sub-menu .sub-menutwo ul li:hover a {
    color: var(--base);
    padding-left: 10px;
  }
  .header-wrapper .main-menu li .sub-menu .sub-menutwo:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(25px);
  }
  .header-wrapper .main-menu li .sub-menu .sub-menutwo:hover ul li a::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    z-index: 999;
    transition: all 0.3s;
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.15) 0px -1px 34px 0px;
    justify-content: center;
    opacity: 0;
    gap: 5px;
    transform: translateY(55px);
    visibility: hidden;
    display: block !important;
  }
  .header-wrapper .main-menu li .sub-menu ul {
    display: block !important;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  transition: all 0.4s !important;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: var(--title);
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 5px 8px;
  margin: 1px;
  border-radius: 8px;
  transition: all 0.4s;
}
.header-wrapper .main-menu li .sub-menu li a i {
  font-size: 14px !important;
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .sub-menu li a {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--changeborder);
  }
  .header-wrapper .main-menu li .sub-menu li a {
    padding: 10px 10px;
  }
}
.header-wrapper .main-menu li .sub-menu li:hover a {
  color: var(--base);
  padding-left: 20px;
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(25px);
  }
  .header-wrapper .main-menu li:hover .sub-menu::before {
    position: absolute;
    content: "";
    top: -18px;
    left: 26px;
    width: 28px;
    height: 20px;
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  }
}
@media (max-width: 1600px) {
  .header-wrapper .main-menu {
    gap: 0 14px;
  }
  .header-wrapper .main-menu li a {
    font-size: 16px;
    padding: 16px 16px;
  }
}
@media (max-width: 1399px) {
  .header-wrapper .main-menu {
    gap: 0 14px;
  }
  .header-wrapper .main-menu li a {
    font-size: 14px;
    padding: 16px 10px;
  }
}
@media (max-width: 1199px) {
  .header-wrapper .main-menu {
    gap: 0 14px;
  }
  .header-wrapper .main-menu li a {
    font-size: 14px;
    padding: 16px 4px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .main-menu {
    gap: 0 14px;
  }
  .header-wrapper .main-menu li a {
    font-size: 14px;
    padding: 16px 2px;
  }
}
.header-wrapper .menu__right__components {
  gap: 15px;
}
@media (max-width: 500px) {
  .header-wrapper .menu__right__components {
    gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  .main-menu {
    position: fixed;
    top: 54px;
    width: 100%;
    left: 0;
    display: block !important;
    margin-top: 20px;
    z-index: 999;
    padding: 15px 15px;
    transition: all 0.4s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    background: var(--subtitle);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
  }
  .main-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .main-menu:not(.active) {
    position: fixed;
    opacity: 0;
    visibility: hidden;
  }
  .main-menu li {
    width: 100%;
    border-radius: 2px;
    border-bottom: 1px solid rgba(170, 181, 200, 0.5);
  }
  .main-menu li a {
    display: block;
    padding: 8px 10px 6px;
  }
  .main-menu li .sub-menu {
    display: none;
  }
  .main-menu li .sub-menu li {
    border-bottom: unset;
  }
  .main-menu .active a {
    color: var(--white);
  } 
}

.banner__section {
   position: relative;
   width: 101%;
   min-height: 10vh;
   background-image: url('/assets/img/banner/background.png');
   background-size: cover;
   background-position: 26%;
   background-repeat: no-repeat;
   z-index: 1;
}

.banner__section::before {
   content: "";
   position: absolute;
   inset: 0;
   background: rgba(0,0,0,0.70);
   backdrop-filter: blur(6px); 
   -webkit-backdrop-filter: blur(6px); 
   z-index: -1;
}
.banner__content {
    min-height: 50vh; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    padding: 20vh 0 20vh;
}

.banner__content .bn__currently {
  font-size: 24px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  display: inline-block;
  padding-bottom: 16px;
}
.banner__content .bn__currently:hover {
  color: var(--base);
  border-color: var(--base);
}
.banner__content h1 {
  font-size: 100px;
  margin-bottom: 50px;
}
.banner__content .video__area {
  gap: 24px;
  align-items: center;
  display: flex;
}
.banner__content .video__area .proces {
  font-size: 20px;
  color: var(--white);
  width: 67px;
}
@media (max-width: 1600px) and (min-width: 1200px) {
  .banner__content {
    padding-left: 40px;
  }
}
@media (max-width: 1399px) {
  .banner__content .bn__currently {
    font-size: 24px;
    margin-bottom: 50px;
    padding-bottom: 16px;
  }
  .banner__content h1 {
    font-size: 86px;
    margin-bottom: 50px;
  }
  .banner__content .video__area {
    gap: 24px;
  }
  .banner__content .video__area .proces {
    font-size: 20px;
    width: 67px;
  }
}
@media (max-width: 1199px) {
  .banner__content {
    padding: 120px 0 150px;
  }
}
@media (max-width: 991px) {
  .banner__content {
    padding: 90px 0 100px;
  }
  .banner__content .bn__currently {
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
  .banner__content h1 {
    font-size: 68px;
    margin-bottom: 50px;
  }
  .banner__content .video__area {
    gap: 24px;
  }
  .banner__content .video__area .proces {
    font-size: 20px;
    width: 67px;
  }
}
@media (max-width: 767px) {
  .banner__content {
    padding: 80px 0 85px;
  }
  .banner__content .bn__currently {
    font-size: 20px;
    margin-bottom: 35px;
    padding-bottom: 10px;
  }
  .banner__content h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .banner__content .video__area {
    gap: 24px;
  }
  .banner__content .video__area .proces {
    font-size: 20px;
    width: 67px;
  }
}
@media (max-width: 575px) {
  .banner__content {
    padding: 60px 0 65px;
  }
  .banner__content .bn__currently {
    font-size: 20px;
    margin-bottom: 35px;
    padding-bottom: 10px;
  }
  .banner__content h1 {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .banner__content .video__area {
    gap: 24px;
  }
  .banner__content .video__area .proces {
    font-size: 20px;
    width: 67px;
  }
}
@media (max-width: 575px) {
  .banner__content {
    padding: 60px 0 60px;
  }
  .banner__content .bn__currently {
    margin-bottom: 28px;
  }
  .banner__content h1 {
    font-size: 70px;
    margin-bottom: 30px;
  }
  .banner__content .video__area {
    gap: 24px;
  }
  .banner__content .video__area .video__80 {
    width: 50px;
    height: 50px;
  }
  .banner__content .video__area .proces {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .banner__content {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .banner__content {
    padding-bottom: 80px;
  }
}

.banner__rightinfo {
  right: 60px;
  top: 60%;
  position: absolute;
  transform: translateY(-50%);
  display: grid;
}

.banner__rightinfo .banner__xlsocial .banner__soci {
  gap: 14px;
}

.banner__rightinfo .banner__xlsocial .banner__soci li {
  position: relative;
  width: 46px;
  height: 46px;
}

.banner__rightinfo .banner__xlsocial .banner__soci li a {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 14px;
  background: rgba(18,18,18,0.85);
  border-radius: 50px;
  overflow: hidden;
  transition: width .35s ease, background .35s ease;
  transform-origin: right center;
}

.banner__rightinfo .banner__xlsocial .banner__soci li a i {
  position: absolute;
  right: 12px;
  z-index: 2;
  font-size: 18px;
  color: #fff;
  transition: color .25s ease;
}

.banner__rightinfo .banner__xlsocial .banner__soci li a:hover i {
  color: #fff;
}

.banner__rightinfo .banner__xlsocial .banner__soci li a .label {
  position: absolute;
  right: 46px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(15px);
  font-size: 15px;
  color: #fff;
  z-index: 1;
  transition: opacity .25s ease, transform .25s ease;
}

.banner__rightinfo .banner__xlsocial .banner__soci li a:hover {
  width: 150px;
}

.banner__rightinfo .banner__xlsocial .banner__soci li a:hover .label {
  opacity: 1;
  transform: translateX(0);
}

.banner__soci li a.facebook:hover {
  background: linear-gradient(90deg, #1877f2, #0e5dc2);
}

.banner__soci li a.instagram:hover {
  background: linear-gradient(90deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.banner__soci li a.youtube:hover {
  background: linear-gradient(90deg, #ff0000, #cc0000);
}

.banner__soci li a.linkedin:hover {
  background: linear-gradient(90deg, #0a66c2, #004182);
}

@media (max-width: 1399px) {
  .banner__rightinfo {
    margin-right: -30px;
  }
  .banner__rightinfo .banner__xlsocial .banner__soci {
    gap: 10px;
  }
  .banner__rightinfo .banner__xlsocial .banner__soci li a {
    width: 38px;
    height: 38px;
  }
  .banner__rightinfo .banner__xlsocial .banner__soci li a i {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .banner__rightinfo {
    display: none;
  }
}

.vid__arrow {
  animation: cir5 2s linear infinite;
}

.designers {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  color: transparent;
  transition: all 0.5s;
  position: relative;
}
.designers::before {
  content: attr(data-text);
  position: absolute;
  color: var(--base);
  width: 0px;
  overflow: hidden;
  animation: pulse-width 3s ease-in infinite;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--base);
}

@keyframes pulse-width {
  50% {
    width: 100%;
  }
}
.breadcrumnd__wrap h1 {
  font-size: 60px;
  color: var(--white);
  margin-bottom: 40px;
}
.breadcrumnd__wrap .breakcrumnd__cont {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumnd__wrap .breakcrumnd__cont li {
  font-size: 50px;
}
.breadcrumnd__wrap .breakcrumnd__cont li a {
  color: var(--white);
}
@media (max-width: 500px) {
  .breadcrumnd__wrap .breakcrumnd__cont {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 14px;
  }
}
@media (max-width: 991px) {
  .breadcrumnd__wrap h1 {
    font-size: 50px;
    color: var(--white);
    margin-bottom: 34px;
  }
}
@media (max-width: 575px) {
  .breadcrumnd__wrap h1 {
    font-size: 70px;
    color: var(--white);
    margin-bottom: 22px;
  }
}

.about__section .singletab .tablinks {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 100px;
}

.about__section .singletab .tablinks li button {
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  font-size: 18px;
  font-weight: 600;
  padding: 16px 30px;
  color: var(--white);
  text-align: center;
}

.about__section .singletab .tablinks li.active button {
  background: var(--base);
  color: var(--title);
}

@media (max-width: 991px) {
  .about__section .singletab .tablinks {
    margin-bottom: 70px;
    gap: 14px;
    justify-content: center;
  }

  .about__section .singletab .tablinks li {
    display: flex;
    justify-content: center;
  }

  .about__section .singletab .tablinks li button {
    border-radius: 40px;
    background-color: var(--color-dark-light);
    font-size: 14px;
    font-weight: 500;
    border: unset;
    padding: 12px 26px;
    color: var(--white);
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .about__section .singletab .tablinks {
    flex-wrap: wrap;
    margin-bottom: 50px;
    gap: 12px;
  }

  .about__section .singletab .tablinks li {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .about__section .singletab .tablinks li button {
    width: fit-content;
    min-width: 220px;
  }
}

.personal__head {
  margin: 0 auto 60px;
}
.personal__head p {
  font-size: 42px;
  font-weight: 500;
  color: var(--white);
}
.personal__head img {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}

@media (max-width: 1199px) {
  .personal__head {
    margin: 0 auto 50px;
  }
}
@media (max-width: 991px) {
  .personal__head p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .personal__head {
    margin: 0 auto 30px;
  }
  .personal__head img {
    width: 30px;
  }
  .personal__head p {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .personal__head img {
    width: 30px;
  }
  .personal__head p {
    font-size: 16px;
  }
}

.about__v1wrap {
    border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03);
    backdrop-filter:blur(10px);box-shadow:0 20px 60px rgba(0,0,0,.25);
    padding: 60px;
    border-radius: 30px;
    overflow: hidden;
}
@media (max-width: 575px) {
  .about__v1wrap {
    padding: 40px 20px;
    text-align: justify;
  }
  .about__onecontent h2 {
      text-align: center;
  }
  .about__onecontent p {
      font-size: 16px;
  }
  .main-menu, .menu__components {
      text-align: center;
      
  }
}
@media (max-width: 500px) {
  .about__v1wrap {
    padding: 30px 10px;
  }
}

.about__onethumb {
  width: 100%;
}
.about__onethumb img {
  width: 100%;
  border-radius: 30px;
}

.about__onecontent {
  padding-left: 40px;
}
.about__onecontent h2 {
  margin-bottom: 20px;
}
.about__onecontent .about__contactwrap {
  flex-wrap: wrap;
  display: flex;
  margin-top: 40px;
}
.about__onecontent .about__contactwrap .abox {
  border-radius: 10px;
  background: var(--color-dark-light);
  padding: 35px 35px;
  border: 1px solid var(--color-dark-light);
  transition: all 0.4s;
}
.about__onecontent .about__contactwrap .abox a {
  font-size: 20px;
  color: var(--white);
}
.about__onecontent .about__contactwrap .abox ul li a i {
  transition: all 0.4s;
}
.about__onecontent .about__contactwrap .abox ul li a i:hover {
  color: var(--base);
}
.about__onecontent .about__contactwrap .abox:hover {
  border-color: var(--base);
}
@media (max-width: 1600px) {
  .about__onecontent .about__contactwrap .abox {
    padding: 28px 24px;
  }
}
@media (max-width: 1399px) {
  .about__onecontent {
    padding-left: 0;
  }
}

.tabcontents {
  position: relative;
}

.tabitem {
  transform: translateY(100px);
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s all;
}

.tabitem.active {
  position: initial;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}

.awoard__section {
  position: relative;
  overflow: hidden;
}

.awoard__section::before{
  content:"";
  position:absolute;
  inset:-40px;
  background:
    radial-gradient(900px 520px at 20% 20%, rgba(255,255,255,.10), transparent 60%),
    radial-gradient(800px 520px at 80% 30%, rgba(255,255,255,.07), transparent 65%);
  pointer-events:none;
  z-index:0;
}

.awoard__section > *{
  position: relative;
  z-index: 1;
}

@media (max-width: 1399px) {
  .awoard__section {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .awoard__section {
    padding: 60px 0 80px;
  }
}

.award__wraper .table tbody tr td {
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  padding: 30px 0;
  border-bottom: 1px solid #2c3030;
}
.award__wraper .table tbody tr td .table__view {
  font-size: 18px;
  margin-top: 28px !important;
}
.award__wraper .table tbody tr td .table__title {
  font-size: 42px;
}
@media (max-width: 991px) {
  .award__wraper .table tbody tr td {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .award__wraper .table tbody tr td {
    font-size: 16px;
  }
  .award__wraper .table tbody tr td .table__view {
    font-size: 16px;
    margin-top: 28px !important;
  }
  .award__wraper .table tbody tr td .table__title {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .award__wraper .table tbody tr td {
    font-size: 14px;
  }
  .award__wraper .table tbody tr td .table__view {
    font-size: 14px;
    margin-top: 0px !important;
  }
  .award__wraper .table tbody tr td .table__title {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .award__wraper .table tbody tr .cusnoe {
    display: none;
  }
}

.exri__item {
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--cusborder);
  padding-top: 24px;
  padding-bottom: 24px;
  transition: all 0.4s;
}
.exri__item:last-child {
  border-bottom: 1px solid var(--cusborder);
}
.exri__item:hover {
  border-color: var(--base);
}
@media (max-width: 500px) {
  .exri__item .expri__cont h4 {
    font-size: 18px;
  }
}

.myskill__item {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Wrapper */
.logo-strip {
   overflow: hidden;
   width: 100%;
   position: relative;
   padding: 20px 0;
   background: transparent;
}

/* A pista que se move */
.logo-track {
   display: flex;
   width: max-content;
   gap: 0.5rem;
   animation: scroll 18s linear infinite;
}

/* Cada item */
.logo-item {
   font-size: 2rem;
   font-weight: 600;
   white-space: nowrap;
   opacity: 0.4; /* <-- ajuste aqui (0 = invisível | 1 = opaco) */
}

@keyframes scroll {
   0% { transform: translateX(0); }
   100% { transform: translateX(-50%); }
}

.project__wrapone {
  padding-right: 18px;
}
@media (max-width: 1199px) {
  .project__wrapone {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .project__wrapone {
    padding-right: 6px;
  }
}
@media (max-width: 991px) {
  .project__wrapone {
    padding-right: 2px;
  }
}

.project__wraptwo {
  padding-left: 18px;
}
@media (max-width: 1199px) {
  .project__wraptwo {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .project__wraptwo {
    padding-left: 6px;
  }
}
@media (max-width: 991px) {
  .project__wraptwo {
    padding-left: 2px;
  }
}

.project__head {
  max-width: 920px;
  margin: 0 auto 60px;
}
@media (max-width: 991px) {
  .project__head h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .project__head {
    margin: 0 auto 50px;
  }
  .project__head h2 {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  .project__head {
    margin: 0 auto 45px;
  }
}

.project__item .thumb {
  overflow: hidden;
  display: block;
  width: 100%;
}
.project__item .thumb img {
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 30px;
}
.project__item .content .left__cont span {
  font-size: 18px;
  display: block;
}
.project__item .content .left__cont h3 {
  font-size: 30px;
}
.project__item:hover .thumb img {
  transform: scale(1.025);
}
.project__item:hover .content .common__icon {
  background: var(--base);
}
.project__item:hover .content .common__icon i {
  color: var(--title);
}
@media (max-width: 1399px) {
  .project__item .content .left__cont span {
    font-size: 16px;
  }
  .project__item .content .left__cont h3 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .project__item .content .left__cont span {
    font-size: 16px;
  }
  .project__item .content .left__cont h3 {
    font-size: 20px;
  }
  .project__item .content .common__icon {
    min-width: 45px;
    height: 45px;
  }
  .project__item .content .common__icon i {
    font-size: 18px;
  }
}

.common__icon {
  border-radius: 30px;
  background-color: var(--color-dark-light);
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.common__icon i {
  color: var(--white);
  transition: all 0.4s;
  font-size: 20px;
}
.common__icon:hover {
  background: var(--base);
}
.common__icon:hover i {
  color: var(--title);
}

.service__unique__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(38, 37, 37);
  gap: 14px;
  transition: all 0.4s;
}
.service__unique__item .left__service {
  width: 1062px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.service__unique__item .left__service .serial__adjust {
  display: flex;
  gap: 60px;
}
.service__unique__item .left__service .serial__adjust span {
  font-size: 20px;
}
.service__unique__item .left__service .serial__adjust .cont h2 a {
  color: var(--white);
  transition: all 0.4s;
}
.service__unique__item .left__service p {
  font-size: 16px;
  width: 400px;
}
.service__unique__item:first-child {
  border-top: 1px solid rgb(38, 37, 37);
}
.service__unique__item:hover {
  border-color: var(--base);
}
.service__unique__item:hover .left__service .serial__adjust .cont h2 a {
  color: var(--base);
}
.service__unique__item:hover .common__icon {
  background: var(--base);
}
.service__unique__item:hover .common__icon i {
  color: var(--title);
}
@media (max-width: 991px) {
  .service__unique__item .left__service .serial__adjust {
    gap: 16px;
  }
  .service__unique__item .left__service .serial__adjust h5 {
    font-size: 16px;
    font-weight: 500;
  }
  .service__unique__item .left__service .serial__adjust h2 {
    font-size: 26px;
  }
  .service__unique__item .left__service p {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .service__unique__item .left__service {
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (max-width: 500px) {
  .service__unique__item {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.man1 {
  position: absolute;
  top: 50px;
  height: 93px;
}

.mb__cus60 {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .mb__cus60 {
    margin-bottom: 40px;
  }
}

.mb__cus50 {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .mb__cus50 {
    margin-bottom: 30px;
  }
}

.details__small {
  display: flex;
  align-items: center;
  gap: 30px;
}
.details__small .thumb {
  width: 100%;
}
.details__small .thumb img {
  border-radius: 8px;
  width: 100%;
}
@media (max-width: 1199px) {
  .details__small {
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .details__small {
    gap: 14px;
    flex-wrap: wrap;
  }
}

@keyframes cir90 {
  50% {
    transform: rotate(90deg);
  }
}
@keyframes cir360 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes cir5 {
  50% {
    transform: rotate(10deg);
  }
}
@keyframes updown {
  50% {
    transform: translateY(-15px);
  }
}
@keyframes leftx {
  50% {
    transform: translateX(-25px);
  }
}
@keyframes leftx2 {
  50% {
    transform: translateX(25px);
  }
}
@keyframes zomin {
  50% {
    transform: scale(1.1);
  }
}
.blog__section {
  background: var(--color-dark-medium);
  background-size: cover;
  overflow: hidden;
}
.blog__section .project__head .common__sub {
  margin: 0 0 0;
}
.blog__section .project__head .common__sub::after {
  display: none;
}
@media (max-width: 1199px) {
  .blog__section .project__head .common__sub {
    width: 274px;
  }
}
@media (max-width: 1199px) {
  .blog__section .project__head h2 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .blog__section .project__head {
    justify-content: center;
    text-align: center;
  }
  .blog__section .project__head .common__sub {
    margin-left: auto;
  }
  .blog__section .project__head .blog__hoverbox .hover__circle {
    margin: 0 auto;
  }
}

.blog__hoverbox {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .blog__hoverbox {
    margin-top: 40px;
  }
  .blog__hoverbox .hover__circle {
    width: 150px;
    height: 150px;
  }
  .blog__hoverbox .hover__circle .textmore {
    font-size: 14px;
  }
  .blog__hoverbox .hover__circle::before {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .blog__hoverbox {
    margin-top: 30px;
  }
}

.blog__rightwrap .left__service {
  width: 720px;
}
.blog__rightwrap .left__service .serial__adjust {
  width: 340px;
}
.blog__rightwrap .left__service .serial__adjust .cont .dates {
  color: var(--pra);
  font-size: 16px;
  border: 1px solid var(--cusborder);
  border-radius: 100px;
  padding: 7px 15px;
  margin-bottom: 26px;
  display: inline-block;
}
.blog__rightwrap .left__service .serial__adjust .cont h3 {
  font-size: 30px;
  color: var(--white);
  line-height: 44px;
}
.blog__rightwrap .left__service .serial__adjust .cont h3 a {
  color: var(--white);
}
.blog__rightwrap .left__service .opa__thumb {
  opacity: 0;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .blog__rightwrap .left__service .opa__thumb {
    opacity: 1;
  }
}
.blog__rightwrap .common__icon {
  background: none;
  border-radius: 50%;
  border: 1px solid var(--white);
}
.blog__rightwrap .common__icon i {
  color: var(--white);
}
.blog__rightwrap .service__unique__item:hover .left__service .serial__adjust .cont h3 a {
  color: var(--base);
}
.blog__rightwrap .service__unique__item:hover .left__service .opa__thumb {
  opacity: 1;
}
.blog__rightwrap .service__unique__item:hover .common__icon {
  background: transparent;
  border-color: var(--base);
}
.blog__rightwrap .service__unique__item:hover .common__icon i {
  color: var(--base);
}
@media (max-width: 1199px) {
  .blog__rightwrap .left__service {
    width: 720px;
  }
  .blog__rightwrap .left__service .serial__adjust .cont h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .blog__rightwrap .left__service .serial__adjust {
    width: 340px;
  }
  .blog__rightwrap .left__service .serial__adjust .cont .dates {
    margin-bottom: 18px;
  }
  .blog__rightwrap .left__service .serial__adjust .cont h3 {
    font-size: 20px;
    color: var(--white);
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .blog__rightwrap {
    justify-content: center;
    text-align: center;
  }
  .blog__rightwrap .left__service {
    justify-content: center;
    margin: 0 auto;
  }
  .blog__rightwrap .left__service .serial__adjust {
    width: unset;
  }
  .blog__rightwrap .common__icon {
    margin: 0 auto;
  }
}

.blog__bleft__wrapper {
  padding-right: 26px;
}
@media (max-width: 1600px) {
  .blog__bleft__wrapper {
    padding-right: 0;
  }
}

.blog__bitem .thumb {
  overflow: hidden;
  display: block;
}
.blog__bitem .thumb img {
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
.blog__bitem .content {
  width: 90%;
  background: var(--body);
  border-top-right-radius: 8px;
  padding: 30px 14px 30px 20px;
  transform: translateY(-70px);
  margin-bottom: -70px;
}
.blog__bitem .content .bdate {
  margin-bottom: 30px;
}
.blog__bitem .content h3 {
  border-bottom: 1px solid var(--cusborder);
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 36px;
}
.blog__bitem .content h3 a {
  color: var(--white);
  transition: all 0.4s;
}
.blog__bitem .content p {
  margin-bottom: 30px;
}
.blog__bitem .content .cmn--btn {
  width: 200px;
  justify-content: center;
}
.blog__bitem:hover .thumb img {
  transform: scale(1.025);
}
.blog__bitem:hover .content h3 a {
  color: var(--base);
}
@media (max-width: 1199px) {
  .blog__bitem .content {
    width: 90%;
    padding: 20px 10px 20px 0px;
  }
  .blog__bitem .content .bdate {
    margin-bottom: 18px;
  }
  .blog__bitem .content h3 {
    padding-bottom: 24px;
    margin-bottom: 22px;
    font-size: 29px;
  }
  .blog__bitem .content p {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .blog__bitem .content {
    transform: translateY(0px);
    margin-bottom: 0px;
    width: 100%;
    padding: 20px 10px 20px 0px;
  }
  .blog__bitem .content .bdate {
    margin-bottom: 18px;
  }
  .blog__bitem .content h3 {
    padding-bottom: 20px;
    margin-bottom: 18px;
    line-height: 36px;
    font-size: 24px;
  }
  .blog__bitem .content p {
    margin-bottom: 24px;
  }
}

.pagination__box {
  border-radius: 8px;
  padding: 30px 30px;
}
.pagination__box .pagi {
  display: flex;
  gap: 14px;
  align-items: center;
}
.pagination__box .pagi li a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--base);
  color: var(--title);
  transition: all 0.4s;
  font-size: 18px;
}
.pagination__box .pagi li a i {
  transition: all 0.4s;
}
.pagination__box .pagi li a:hover {
  background: var(--white);
  color: var(--title);
}
.pagination__box .pagi li a:hover i {
  color: var(--title);
}
@media (max-width: 1199px) {
  .pagination__box .pagi li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .pagination__box {
    padding: 20px 16px;
  }
}

.blog__bright__bar {
  border: 1px solid var(--cusborder);
  padding: 30px 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .blog__bright__bar {
    padding: 20px 18px;
  }
}

.scope__item .scope__title {
  color: var(--white);
  border-bottom: 1px solid var(--cusborder);
  padding-bottom: 14px;
  margin-bottom: 30px;
}
.scope__item form {
  border: 1px solid var(--cusborder);
  border-radius: 8px;
}
.scope__item form input {
  width: 100%;
  background: none;
  padding: 10px 10px 10px 20px;
  height: 60px;
  border: unset;
}
.scope__item form button {
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: unset;
}
.scope__item form button i {
  color: var(--title);
  font-size: 18px;
}
.scope__item .category li {
  transition: all 0.4s;
}
.scope__item .category li a {
  transition: all 0.4s;
}
.scope__item .category li a .arrow {
  transition: all 0.4s;
  width: 24px;
  height: 24px;
  background: var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.scope__item .category li a .arrow i {
  font-size: 11px;
}
.scope__item .category li:hover a {
  color: var(--white);
}
.scope__item .category li:hover a .arrow {
  background: var(--white);
}
.scope__item .category li:hover a .arrow i {
  color: var(--title);
}
.scope__item .category li:not(:last-child) {
  margin-bottom: 24px;
}
.scope__item .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.scope__item .tags li a {
  border: 1px solid var(--cusborder);
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  color: var(--pra);
  display: inline-block;
  transition: all 0.4s;
}
.scope__item .tags li:hover a {
  background: var(--base);
  color: var(--title);
}
.scope__item .recent__post li a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.scope__item .recent__post li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .scope__item .recent__post li a {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.scope__item .retitle {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
  display: block;
}

.blog__bright__bar {
  position: sticky;
  top: 120px;
}

.content__two {
  padding: 30px 0;
}
.content__two .text__de {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  border-bottom: 1px solid var(--cusborder);
  padding-bottom: 30px;
  margin-bottom: 28px;
  display: block;
}
.content__two .quite__box {
  background: var(--base);
  border-radius: 8px;
  padding: 30px 30px;
}
.content__two .quite__box img {
  margin-bottom: 30px;
}
.content__two .quite__box p {
  font-size: 20px;
  color: var(--title);
  margin-bottom: 35px;
}
.content__two .quite__box a {
  font-weight: 500;
  font-size: 20px;
  text-decoration: underline;
  color: var(--title);
}
@media (max-width: 991px) {
  .content__two .quite__box {
    padding: 20px 20px;
  }
}
@media (max-width: 1199px) {
  .content__two .text__de {
    padding-bottom: 20px;
    margin-bottom: 19px;
  }
}

.post__in {
  border-radius: 8px;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post__in .post__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.post__in .post__left a {
  border-radius: 10px;
  background-color: #151B3D;
  padding: 12px 20px;
  color: var(--pra);
}
.post__in .post__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.post__in .post__right .social-cus {
  border-radius: 10px;
  background-color: #151B3D;
  padding: 10px 20px;
  gap: 20px;
}
.post__in .post__right .social-cus li a i {
  color: var(--white);
  transition: all 0.4s;
}
.post__in .post__right .social-cus li:hover a i {
  color: var(--base);
}
@media (max-width: 1199px) {
  .post__in {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px 20px;
  }
}
@media (max-width: 500px) {
  .post__in {
    padding: 20px 14px;
  }
  .post__in .post__left {
    gap: 10px;
  }
  .post__in .post__left a {
    padding: 8px 10px;
    font-size: 12px;
  }
}

.replay__box {
  padding: 30px 30px;
  border-radius: 8px;
}
.replay__box h3 {
  margin-bottom: 20px;
}
.replay__box p {
  font-size: 16px;
  color: var(--pra);
  margin-bottom: 30px;
}
/*.replay__box form textarea,*/
/*.replay__box form input {*/
/*  width: 100%;*/
/*  padding: 18px 20px;*/
/*  border-radius: 10px;*/
/*  background-color: var(--color-dark-light);*/
/*  border: unset;*/
/*  outline: none;*/
/*  color: var(--white);*/
/*}*/
.replay__box form .cmn--btn {
  width: 250px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .replay__box {
    padding: 20px 20px;
  }
}

.contact__box .replay__box {
  padding: 60px 60px;
}
.contact__box .replay__box h3 {
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 1199px) {
  .contact__box .replay__box {
    padding: 30px 20px;
  }
}

.contact__rightside {
  padding: 60px 30px;
}
@media (max-width: 1199px) {
  .contact__rightside {
    padding: 30px 20px;
  }
}
@media (max-width: 500px) {
  .contact__rightside {
    padding: 30px 16px;
  }
}

.contact__item {
  border-radius: 10px;
  background-color: var(--color-dark-light);
  padding: 30px 30px;
}
.contact__item .he1 {
  margin-bottom: 14px;
  display: block;
  font-size: 16px;
  color: var(--pra);
}
.contact__item a {
  color: var(--white);
  font-size: 20px;
  display: block;
}
.contact__item .address {
  font-size: 20px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .contact__item {
    padding: 20px 16px;
  }
  .contact__item a {
    font-size: 17px;
  }
  .contact__item .address {
    font-size: 17px;
  }
}

.footer__top .fl {
  font-size: 10.5vw;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  margin-bottom: 60px;
  border: 1px solid var(--cusborder);
  border-radius: 8px;
  text-align: center;
  padding: 10px 10px;
}
.footer__top .fl img {
  width: 100%;
}
.footer__top .get__content p {
  margin-bottom: 60px;
  font-size: 24px;
  color: var(--white);
  max-width: 512px;
}
.footer__top .get__content a {
  color: var(--white);
  font-size: 36px;
  text-decoration: underline;
}
.footer__top .get__rightcontetn .social__footer {
  padding: 26px 28px;
  border-radius: 50px;
  border: 1px solid var(--cusborder);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  font-size: 24px;
  transition: all 0.4s;
}
.footer__top .get__rightcontetn .social__footer i {
  color: var(--white);
  font-size: 22px;
  transition: all 0.4s;
}
.footer__top .get__rightcontetn .social__footer:hover {
  background: var(--base);
  border-color: var(--base);
  color: var(--title);
}
.footer__top .get__rightcontetn .social__footer:hover i {
  color: var(--title);
}
@media (max-width: 1399px) {
  .footer__top .fl {
    margin-bottom: 40px;
  }
  .footer__top .get__content p {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .footer__top .get__content p {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .footer__top .get__content a {
    font-size: 28px;
  }
  .footer__top .get__rightcontetn .social__footer {
    padding: 14px 16px;
    border-radius: 30px;
    font-size: 20px;
  }
  .footer__top .get__rightcontetn .social__footer i {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .footer__top .get__content p {
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
  }
  .footer__top .get__content a {
    font-size: 18px;
  }
  .footer__top .fl {
    margin-bottom: 20px;
  }
}

.copyright {
    padding: 20px 0;
    background: #000;
}
.copyright p {
  font-size: 18px;
}
.copyright .terms {
  display: flex;
  gap: 38px;
}
.copyright .terms li a {
  font-size: 18px;
  color: var(--white);
  transition: all 0.4s;
}
.copyright .terms li:hover a {
  color: var(--base);
}
.copyright .toparrow {
  width: 40px;
  height: 50px;
  background: var(--base);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright .toparrow i {
  font-size: 28px;
}
@media (max-width: 991px) {
  .copyright {
    flex-wrap: wrap;
    display: grid;
    gap: 16px;
    justify-content: center;
    text-align: center;
  }
  .copyright .terms {
    justify-content: center;
    gap: 24px;
  }
  .copyright .toparrow {
    margin: 0 auto;
  }
}

.cmn--btn {
  padding: 15px 30px;
  font-weight: 600;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  border: 1px solid var(--base) !important; 
  background: transparent;
  border-radius: 50px !important;
  color: #000;
  overflow: hidden;
  cursor: pointer;
  transition: background .45s ease, border-color .45s ease, color .45s ease;
}

.cmn--btn span {
  position: relative;
  z-index: 3;
  transition: color .45s ease;
}

.cmn--btn::before {
  content: "";
  position: absolute;
  inset: 3px !important;
  background: var(--base);
  border-radius: 50px;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .45s ease, transform .45s ease;
}

.cmn--btn:hover {
  border-color: var(--base) !important;   
  background: transparent !important;
}

.cmn--btn:hover::before {
  opacity: 0;
  transform: translateY(100%);
}

.cmn--btn:hover span {
  color: var(--base);
}


.hov-white:hover {
  color: var(--white);
}
.hov-white:hover span {
  color: var(--white);
}

.video-btn {
  position: relative;
}
.video-btn::before {
  position: absolute;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  content: "";
  animation: scales 2s linear infinite;
  border-radius: 50%;
}

@keyframes scales {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.copyright {
  background-color: var(--color-full-dark);
  padding: 10px 0;
}

.copyright-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.made-by {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    flex-wrap: wrap;
}

.made-by img {
    height: 15px;
}

.right-side {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.right-side a {
    color: #fff;
    text-decoration: none;
}

.copyright-box .left-side,
.copyright-box .right-side {
  display: flex;
  align-items: center;
}

.copyright-box .right-side a {
  color: white;
  text-decoration: none;
}

.heart {
    background: var(--base);
    position: relative;
    height: 10px;
    width: 10px;
    transform: rotate(-45deg);
    transform-origin: center;
    animation: heartbeat 1.3s ease-in-out infinite;
    margin: 0 8px;
}

.heart::before,
.heart::after {
    content: "";
    position: absolute;
    background: var(--base);
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.heart::before {
    top: -5px;
    left: 0;
}

.heart::after {
    left: 5px;
    top: 0;
}

@keyframes heartbeat {
    0%   { transform: rotate(-45deg) scale(1); }
    15%  { transform: rotate(-45deg) scale(1.3); } 
    30%  { transform: rotate(-45deg) scale(1); }   
    45%  { transform: rotate(-45deg) scale(1.2); } 
    60%  { transform: rotate(-45deg) scale(1); }  
    100% { transform: rotate(-45deg) scale(1); }
}

.hero-parallax {
    position: relative;
    height: 480px;
    width: 100%;
    background-image: url("/assets/img/banner/background-bg.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    transform: translateZ(0);
    will-change: background-position;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.hero-parallax::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}


/* escurecimento suave */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 1;
}

/* conteúdo central */
.hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

/* ícone */
.hero-icon {
    display: block;
    font-size: 32px;
    color: #ff004c;
    margin-bottom: 12px;
}

/* título */
.hero-content h1 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 24px;
}

/* botão */
.hero-btn {
    background: var(--base);
    padding: 14px 26px;
    color: #000;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: 0.3s ease;
}

.hero-btn:hover {
    transform: translateY(-2px) scale(1.03);
}

.icon-wrap {
  color: var(--base)
}

.abox.myskill__item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 20px;
}

.icon-wrap {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255,255,255,0.07);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.icon-wrap i {
    font-size: 32px;
    color: var(--base); 
}

.mys span,
.mys p {
    text-align: center;
}

.award-table tr.award-row td {
   border: none !important;
}

.award-row {
   border-bottom: 1px solid rgb(38, 37, 37);
   transition: border-color .25s ease;
   cursor: pointer;
}

.award-title {
   font-size: 26px;
   font-weight: 600;
   color: #fff;
   margin: 0;
   line-height: 1.3;
   transition: color .25s ease;
}

.award-row:hover .award-title {
   color: var(--base);
}

.award-row:hover {
   border-top-color: var(--base);
   border-bottom-color: var(--base);
}

.award-sub {
   margin: 4px 0 0;
   color: #aaa;
}

.logo-strip img {
    filter: brightness(0) invert(1);
    padding-right: 30px;
    transition: filter .35s ease, opacity .35s ease;
}

.logo-strip img:hover {
    filter: none;
    opacity: 1;
}

#preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: #000;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 999999;
}

.typing-box {
   font-size: 32px;
   font-weight: 600;
   color: #fff;
   font-family: 'Poppins', sans-serif;
   display: flex;
   align-items: center;
}

.cursor {
   width: 3px;
   height: 34px;
   background: var(--base);  
   margin-left: 8px;
   animation: blink 0.7s infinite;
}

@keyframes blink {
   0%, 50% { opacity: 1; }
   51%,100% { opacity: 0; }
}

#preloader.fade-out {
   opacity: 0;
   pointer-events: none;
   transition: opacity .7s ease;
}

.select-job {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border-radius: 6px;
    background: var(--color-dark-light);
    color: rgb(124, 124, 124);
    cursor: pointer;
}

.select-job option[disabled] {
    color: #777;
}

.vazada {
    color: transparent;
    -webkit-text-stroke: 1px var(--base); 
    font-weight: 600;
}

.custom-select {
    position: relative;
    width: 100%;
    font-size: 16px;
}

.select-selected {
    background: rgba(255,255,255,0.05);
    border: 1px solid #f3c623;
    color: #fff;
    padding: 16px 18px;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
}

.select-selected::after {
    content: "▾";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #f3c623;
    font-size: 16px;
    transition: .25s;
}

.select-selected.active::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Dropdown */
.select-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #111;
    border: 1px solid #333;
    border-radius: 8px;
    z-index: 99;
    overflow: hidden;
}

.select-items div {
    padding: 14px 18px;
    color: #fff;
    cursor: pointer;
    transition: background .25s;
}

.select-items div:hover {
    background: #222;
}

.project__section {
    position: relative;
    overflow: hidden; 
    z-index: 0;
}

.flash-container {
    position: absolute;
    inset: 0;
    z-index: 0; 
    pointer-events: none;
}

.flash {
    position: absolute;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle,
      rgba(255,255,255,0.95) 0%,
      rgba(255,255,255,0.5) 40%,
      rgba(255,255,255,0) 70%
    );
    border-radius: 50%;
    opacity: 0;
    filter: blur(20px);
    pointer-events: none;
}

body.vt-wrap{position:relative;}
.vt-wrap{position:relative;overflow:visible}

.vt-hero{position:relative;padding:120px 0 70px;overflow:hidden}
.vt-hero::before{
    content:"";position:absolute;inset:-40px;
    background:
        radial-gradient(900px 520px at 20% 20%, rgba(255,255,255,.10), transparent 60%),
        radial-gradient(800px 520px at 80% 30%, rgba(255,255,255,.07), transparent 65%);
    pointer-events:none
}

.vt-hero__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:36px;align-items:center;position:relative;z-index:1}
@media (max-width:991px){.vt-hero{padding:100px 0 50px}.vt-hero__grid{grid-template-columns:1fr}}

.vt-hero__h1{font-size:clamp(70px,4.4vw,66px);line-height:1.02;margin:0 0 16px;text-transform:lowercase;letter-spacing:-0.02em}
.vt-hero__h1 .muted{opacity:.92}
.vt-hero__p{max-width:62ch;opacity:.92;margin:0 0 18px;font-size:18px}

.vt-hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 22px}
.vt-badge{
    border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:8px 12px;font-size:13px;
    opacity:.92;background:rgba(255,255,255,.03);backdrop-filter:blur(6px)
}

.vt-hero__ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}
.vt-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:999px;font-weight:600;text-transform:lowercase}
.vt-btn--primary{background:#fff;color:#000}
.vt-btn--ghost{border:1px solid rgba(255,255,255,.18);color:#fff;background:transparent}

.vt-hero__logos{display:flex;flex-wrap:wrap;gap:18px;margin-top:26px;opacity:.85}
.vt-hero__logos img{height:22px;width:auto;filter:grayscale(100%);opacity:.9}

.vt-floatstack{position:relative;min-height:340px}
.vt-floatcard{
    position:absolute;width:min(340px,92%);padding:18px;border-radius:18px;
    border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03);
    backdrop-filter:blur(10px);box-shadow:0 20px 60px rgba(0,0,0,.25)
}
.vt-floatcard h3{margin:0 0 6px;font-size:18px;text-transform:lowercase}
.vt-floatcard p{margin:0;opacity:.9}

.vt-floatcard--1{top:0;right:0}
.vt-floatcard--2{top:120px;left:10%}
.vt-floatcard--3{top:230px;right:12%}

@media (max-width:991px){
    .vt-floatstack{min-height:auto}
    .vt-floatcard{position:relative;inset:auto;margin:12px 0;width:100%}
}

.vt-social{
    position:fixed;right:16px;top:50%;transform:translateY(-50%);
    z-index:50;display:grid;gap:10px
}
@media (max-width:991px){.vt-social{display:none}}
.vt-social a{
    width:42px;height:42px;display:grid;place-items:center;border-radius:999px;
    border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.12);backdrop-filter:blur(10px)
}
.vt-social a:hover{transform:translateY(-1px)}

.vt-section{padding:100px 0;position:relative;z-index:1}
.vt-title{text-transform:lowercase;letter-spacing:-0.02em;margin:0 0 10px}
.vt-sub{max-width:84ch;margin:0 auto;opacity:.92}

.vt-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}
@media (max-width:991px){.vt-services__grid{grid-template-columns:1fr}}

.vt-service{
    border-radius:22px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.02);
    padding:22px;min-height:520px;display:flex;flex-direction:column
}
.vt-service__img{
    width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:16px;margin-bottom:16px;
    background:rgba(255,255,255,.04);display:block
}
.vt-service__title{margin:0 0 14px;font-size:32px;line-height:1.02;text-transform:lowercase}
.vt-service__title span{opacity:.92}

.vt-service__list{list-style:none;padding:0;margin:0;display:grid;gap:10px;opacity:.92}
.vt-service__list li{position:relative;padding-left:16px}
.vt-service__list li::before{content:"•";position:absolute;left:0}

.vt-service__btn{
    margin-top:auto;display:inline-flex;align-items:center;gap:10px;padding:12px 14px;border-radius:999px;
    border:1px solid rgba(255,255,255,.16);text-transform:lowercase;font-weight:600
}

.vt-process {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 700px; 
    margin: 60px auto 0;
}

.vt-step {
    text-align: center;
}

@media (max-width:991px){
  .vt-process{grid-template-columns:1fr}
}

.vt-step{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.02);
  padding:18px
}
.vt-step h3{margin:0 0 6px;font-size:16px;text-transform:lowercase}
.vt-step p{margin:0;opacity:.92}

.vt-cta{
  border-radius:26px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  padding:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:28px;
}

@media (max-width:991px){
  .vt-cta{flex-direction:column;align-items:flex-start}
}



.vt-faq {
  display: grid;
  gap: 14px;
  margin-top: 26px;
  position: relative;
  z-index: 5;
}

.vt-faq__item {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
  overflow: hidden;
}

.vt-faq__question {
  width: 100%;
  list-style: none;
  background: transparent;
  border: 0;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  text-align: left;
}

.vt-faq__question::-webkit-details-marker {
  display: none;
}

.vt-faq__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.vt-faq__icon {
  font-size: 18px;
  transition: transform .25s ease;
  color: #fff;
}

.vt-faq__answer {
  padding: 0 18px 18px;
}

.vt-faq__answer p {
  margin: 0;
  opacity: .92;
}

.vt-faq__item[open] .vt-faq__icon {
  transform: rotate(180deg);
}


.vt-cta h2 {
  margin: 0;
  text-transform: lowercase;
  line-height: 1.05;
}

.vt-cta p {
  margin: 6px 0 0;
  opacity: .92;
  max-width: 70ch;
}

.vt-faq__item h3 {
  margin: 0 0 8px;
  font-size: 18px;
  text-transform: lowercase;
}

.vt-faq__item p {
  margin: 0;
  opacity: .92;
}

.main-menu a {
  position: relative;
  display: inline-block;
  transition: color .25s ease, transform .25s ease;
  will-change: transform;
}

.main-menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;             
  width:100%;
  height:2px;
  background: var(--base);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
  opacity:.95;
}

.main-menu a:hover{
  color: var(--base);
  transform: translateY(-1px);
}

.main-menu a:hover::after{
  transform: scaleX(1);
}

.main-menu a.active,
.main-menu li.active > a,
.main-menu li.active-parent > a{
  color: var(--base);
  transform: translateY(-1px);
}

.main-menu a.active::after,
.main-menu li.active > a::after,
.main-menu li.active-parent > a::after{
  transform: scaleX(1);
}

.breadcrumnd__section{
  position: relative;
  overflow: hidden;
}

.breadcrumnd__section::before{
  content:"";
  position:absolute;
  inset:-40px;
  background:
    radial-gradient(900px 520px at 20% 20%, rgba(255,255,255,.10), transparent 60%),
    radial-gradient(800px 520px at 80% 30%, rgba(255,255,255,.07), transparent 65%);
  pointer-events:none;
  z-index:0;
}

.breadcrumnd__section > *{
  position: relative;
  z-index: 1;
}

.banner__section{
  position: relative;
  overflow: hidden;
}

.vt-icon {
    font-size: 34px;
    color: #ffffff;
    opacity: 0.9;
}

.vt-step:hover .vt-icon {
    color: var(--base); 
}

.vt-form {
    max-width: 820px;
    margin: 0 auto;
}

.vt-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.vt-form-group {
    display: flex;
    flex-direction: column;
}

.vt-form-group label {
    margin-bottom: 8px;
    font-size: 14px;
    opacity: 0.9;
}

.vt-input {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 12px 14px;
    color: #fff;
    font-size: 15px;
    outline: none;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.vt-input:focus {
    border-color: #ffd166;
    background: rgba(255,255,255,0.08);
}

.vt-form-file input {
    padding: 10px;
}

.vt-btn {
    background: var(--base);
    color: #0e0e0e;
    border: none;
    padding: 14px 34px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vt-btn:hover {
    transform: translateY(-3px);
    background: #ffcc4d;
}

.vt-form-file-full {
    grid-column: 1 / -1; /* ocupa toda a linha */
}

.vt-upload-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    border: 2px dashed rgba(255,255,255,0.35);
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.02);
}

.vt-upload-box:hover {
    border-color: #ffd166;
    background: rgba(255,255,255,0.05);
}

.vt-upload-box input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.vt-upload-content {
    text-align: center;
    color: #ffffff;
    opacity: 0.9;
}

.vt-upload-content i {
    font-size: 42px;
    display: block;
    margin-bottom: 10px;
    color: var(--base);
}

.vt-upload-content span {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .copyright-box {
        flex-direction: column;
        text-align: center;
    }

    .right-side {
        justify-content: center;
    }
    .lgpd-box {
        flex-direction: column;
        text-align: center;
    }

    .lgpd-btn {
        width: 100%;
    }
    
    .menu-fixed {
        padding:0;
    }
    
     .award-table,
    .award-table tbody {
        display: block;
        width: 100%;
    }

    .award-table tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    /* Oculta colunas vazias */
    .award-table td:empty,
    .award-table .cusnoe {
        display: none !important;
    }

    /* Centraliza header */
    .award-table .table-header td:first-child {
        text-align: center;
    }

    .award-table .table-header h2 {
        text-align: center;
    }

    /* Joga o "ver todos" para o final */
    .award-table .table-header td:last-child {
        margin-top: 15px;
        order: 999;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .award-table .table__view {
        justify-content: center !important;
    }

    /* Centraliza linhas */
    .award-row td {
        text-align: center;
    }
    .vt-process {
        grid-template-columns: 1fr;
    }
}

    .copyright-box .left-side a {
        justify-content: center;
        flex-wrap: wrap;
    }

    .copyright-box .right-side {
        text-align: center;
    }

.vt-floatcard {
    will-change: transform, opacity;
}

.vt-lgpd-item {
gap: 12px;
}

/* ===============================
   SERVICES – LAYOUT ALTERNADO
================================ */
.vt-services {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vt-service-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
    margin: 8vh;
    overflow: hidden;
}

.vt-service-row.is-invert {
    direction: rtl;
}

.vt-service-row.is-invert > * {
    direction: ltr;
}

/* IMAGEM */
.vt-service-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 60px;
}

/* TEXTO */
.vt-service-content {
    max-width: 520px;
}

.vt-service__title {
    margin-bottom: 24px;
}

.vt-service__list {
    margin-bottom: 32px;
}

.vt-service__list li {
    margin-bottom: 10px;
    opacity: 0.9;
}

.pagina-contato .vt-form-grid {
    grid-template-columns: 1fr;
}

.vt-contact-card {
    padding: 32px;
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
}

.vt-contact-title {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    text-transform: lowercase;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: 12px;
}

.vt-contact-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.vt-contact-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vt-contact-label {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
}

.vt-contact-item a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.vt-contact-item a:hover {
    color: #f5c400; 
}

.vt-contact-address {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
}

.blur-overlay {
  position: absolute;
  inset: -40px;
  pointer-events: none !important;
  z-index: 2;

  background:
    radial-gradient(900px 520px at 20% 20%, rgba(255,255,255,.10), transparent 60%),
    radial-gradient(800px 520px at 80% 30%, rgba(255,255,255,.07), transparent 65%);

  filter: blur(50px);
}
.header-section {
    background: transparent !important; 
    top: 0;
    left: 0;
    width: 100%;
    transition: all .3s ease;
    z-index: 10000; /* garante clique no hamburger */
}
.header-fixed {
    background: rgba(0,0,0,0.85) !important;
    backdrop-filter: blur(6px);
    position: fixed !important;
    z-index: 10000;
}
.process-card { background:#181818; border-radius:15px; transition:.3s; }
.process-card:hover { background:#1f1f1f; transform:translateY(-5px); }
.manifesto-section p { line-height:1.7; }
.sobre-hero-section h1 { letter-spacing:-1px; }
.cta-final h2 { letter-spacing:-1px; }

.footer__section {
    background-color: #000;
}

/* ==============================
   CASES GRID
================================ */
.cases__section {
  padding: 100px 0;
}

.cases__title {
  margin-bottom: 50px;
}

.cases__title span {
  color: #fff;
  font-size: 20px;
  display: block;
  text-transform: lowercase;
}

.cases__title h2 {
  font-size: 66px;
  font-weight: 800;
  line-height: 1;
}

/* GRID */
.cases__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    align-content: end;
    justify-content: start;
    align-items: start;
}

/* ITEM */
.case__item {
  position: relative;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}

.case__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease, filter .4s ease;
}

/* OVERLAY */
.case__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  background: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,.05));
  opacity: 0;
  transition: opacity .4s ease;
}

.case__categoria {
  color: #ccc;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.case__titulo {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-top: 5px;
}

/* HOVER */
.case__item:hover img {
  transform: scale(1.08);
  filter: brightness(0.75);
}

.case__item:hover .case__overlay {
  opacity: 1;
}

/* RESPONSIVO */
@media (max-width: 991px) {
  .cases__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cases__title h2 {
    font-size: 48px;
  }
}

@media (max-width: 576px) {
  .cases__grid {
    grid-template-columns: 1fr;
    margin: 25px;
  }

  .cases__title h2 {
    font-size: 36px;
  }
}

.vt-lgpd-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.vt-lgpd-left input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-top: 4px;
}

.vt-lgpd-right p {
  margin: 0;
  line-height: 1.6;
  color: #ddd;
}

.vt-text-box p {
  color: #ddd;
  font-size: 16px;
  line-height: 1.7;
}

.vt-lgpd-form {
  margin-top: 40px;
}

.vt-privacy-text {
  color: #ddd;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}

.vt-privacy-text strong {
  color: #fff;
  font-weight: 600;
}

.vt-privacy-box {
  margin-top: 40px;
}

@keyframes pulse-whatsapp {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.btn-lgpd {
    padding: 10px 26px;
    margin: 4px 0 5px 16%;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;

    background: #ffffff;
    color: #000000;

    border: 2px solid #000000;
    border-radius: 999px; 

    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

.btn-lgpd::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #f7c600; 
    transition: all 0.3s ease;
    z-index: 0;
}

.btn-lgpd span,
.btn-lgpd {
    position: relative;
    z-index: 1;
}

.btn-lgpd:hover {
    color: #000;
    border-color: #f7c600;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.btn-lgpd:hover::before {
    left: 0;
}

.btn-lgpd:active {
    transform: scale(0.97);
}

/* ===== LGPD BAR (premium simples) ===== */
.vb-lgpd-wrap{
  position:fixed;
  left:0;
  right:0;
  bottom:18px;
  z-index:10000;
  padding:0 14px;
  pointer-events: auto;
}
.vb-lgpd{
  max-width:1120px;
  margin:0 auto;
  background:#fff;
  border-radius:22px;
  box-shadow:0 12px 32px rgba(0,0,0,.18);
  overflow:hidden;
}
.vb-lgpd__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px 18px;
  flex-wrap:wrap;
}
.vb-lgpd__text{
  margin:0;
  color:#111;
  font-size:14px;
  line-height:1.45;
  flex:1 1 520px;
}
.vb-lgpd__text a{
  color:#111;
  text-decoration:underline;
}
.vb-lgpd__actions{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:flex-end;
  flex:0 0 auto;
}
.vb-btn{
  border:none;
  border-radius:999px;
  padding:10px 16px;
  font-weight:600;
  font-size:14px;
  cursor:pointer;
  transition:transform .06s ease, opacity .2s ease;
}
.vb-btn:active{ transform:scale(.98); }
.vb-btn--ghost{
  background:#111;
  color:#fff;
}
.vb-btn--warn{
  background: var(--base);
  color:#111;
}
.vb-btn--light{
  background:#f2f2f2;
  color:#111;
}
.vb-lgpd__panel{
  display:none;
  border-top:1px solid rgba(0,0,0,.08);
  padding:14px 18px 16px;
}
.vb-lgpd__panel h4{
  margin:0 0 10px;
  font-size:14px;
  color:#111;
}
.vb-lgpd__checks{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:12px;
}
.vb-check{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  color:#111;
}
.vb-check input{ transform:scale(1.05); }
@media (max-width:576px){
  .vb-lgpd__actions{ width:100%; justify-content:space-between; }
  .vb-btn{ width:100%; }
}

/* Botão hamburger */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 10001; /* MAIS ALTO que menu e overlay */
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #fff;
    display: block;
}

/* Mobile menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 320px;
    height: 100%;
    background: #0b0b0b;
    padding: 20px;
    transition: left 0.3s ease;
    z-index: 10000;
}

.mobile-menu.open {
    transform: 0;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.mobile-menu ul li a {
    display: block;
    padding: 12px 0;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

/* Overlay */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9998;
    pointer-events: auto;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.close-menu {
    background: none;
    border: none;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 991px) {
    .main-menu,
    .menu__components {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }
    
  .banner,
  .banner__section,
  .banner-area,
  .hero,
  .hero-section {
    min-height: auto !important;
    height: auto !important;
  }
}

.question__section {
    background: var(--color-dark-medium);
    background-size: cover;
    padding: 95px 0px 95px;
    overflow: hidden;
    position: relative;
}

.recent__post img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    object-fit: cover;
    border-radius: 6px; /* opcional */
}

.blog__bsection .row > [class*="col-"] {
    flex: 0 0 auto;
}

.opa__thumb {
    width: 100%;
    max-width: 290px;
    aspect-ratio: 290 / 157;
    overflow: hidden;
    display: block;
}

.opa__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lgpd-container {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 15px;
    z-index: 2147483647;
}

.lgpd-box {
    max-width: 1100px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.lgpd-text {
    flex: 1;
    font-size: 14px;
    margin: 0;
    color: #000;
}

.lgpd-btn {
    padding: 10px 22px;
    background: var(--base);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

#typing-text::after {
    content: "|";
    margin-left: 5px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}

/* ===== RESET MOBILE ===== */
@media (max-width: 992px) {

  /* HERO */
  .vt-hero__grid {
    margin: 0 !important;
    padding: 40px 16px 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .vt-hero__left {
    text-align: center;
  }

  .vt-hero__h1 {
    font-size: 50px;
    line-height: 1;
  }

  .vt-hero__p {
    font-size: 16px;
  }

  .vt-hero__ctas {
    justify-content: center;
  }

  /* Cards flutuantes */
  .vt-floatstack {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vt-floatcard {
    position: relative !important;
    transform: none !important;
    width: 100%;
  }

  /* SOLUÇÕES */
  .vt-service-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 10px;
  }

  .vt-service-row.is-invert {
    flex-direction: column;
  }

  .vt-service-media img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

  .vt-service-content {
    text-align: center;
  }

  .vt-service-content h2 {
    font-size: clamp(26px, 7vw, 36px);
  }

  .vt-service__list {
    padding-left: 0;
  }

  .vt-service__list li {
    list-style: none;
  }

  /* CTA */
  .vt-cta {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }

  .vt-cta .d-flex {
    justify-content: center;
  }

  /* FAQ */
  .vt-faq__question {
    text-align: left;
    font-size: 15px;
  }

  .vt-hero__grid {
    margin: 80px 0;
  }
  .vt-hero__h1 {
      
  }
    .sobre-hero-section {
    background-size: cover !important;
    background-position: center !important;
    min-height: 60vh !important;
  }

  .sobre-hero-section h1 {
    font-size: clamp(42px, 10vw, 64px) !important;
    -webkit-text-stroke: 1px #fff !important;
    line-height: 1 !important;
    text-align: center;
    margin-bottom: 0 !important;
  }

  .sobre-hero-section .row {
    justify-content: center;
  }

  .sobre-hero-section .col-12 {
    text-align: center !important;
  }

  /* SOBRE TEXTO */
  .sobre-texto-justify {
    text-align: left !important;
    padding: 0 6px;
  }

  /* ESPAÇAMENTOS GERAIS */
  .pt-120 { padding-top: 60px !important; }
  .pb-120 { padding-bottom: 60px !important; }

  .awoard__section {
    padding: 70px 0 !important;
  }

  /* VIDEO */
  .video-wrapper {
    margin-top: 30px !important;
  }

  /* TABS */
  .tablinks {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    border-radius: 18px;
    padding: 10px;
  }

  .tablinks li {
    flex: 1 1 auto;
  }

  .tablinks button {
    width: 100%;
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 12px;
  }

  .tablinks::after {
    display: none;
  }

  /* CONTEÚDO DAS ABAS */
  .tabcontents {
    padding: 25px 20px;
  }

  .about__v1wrap .row {
    flex-direction: column;
    text-align: center;
  }

  .about__onethumb img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .about__onecontent h2 {
    font-size: clamp(26px, 7vw, 34px);
  }

  .exprience__box {
    text-align: left;
  }

  /* CULTURA */
  .myskill__item {
    padding: 20px;
  }

  /* HERO FINAL */
  .hero-parallax {
    padding: 90px 20px;
  }

  .hero-content h1 {
    font-size: clamp(28px, 7vw, 38px);
    line-height: 1.2;
    text-align: center;
  }

  .hero-content {
    text-align: center;
  }
}

@media (max-width: 480px) {

  .sobre-hero-section h1 {
    font-size: 42px !important;
  }

  .hero-content h1 {
    font-size: 26px;
  }

}
/* ===== ERROR PAGE ===== */
.error-page {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--body);
  text-align: center;
  padding: 40px 20px;
  overflow: hidden; /* necessário pras bolinhas */
}

.error-box {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.error-code {
  font-size: 140px;
  font-weight: 800;
  line-height: 1;
  color: var(--base);
  margin-bottom: 20px;
  animation: float 3s ease-in-out infinite;
}

.error-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.error-text {
  font-size: 18px;
  color: var(--pra);
  margin-bottom: 30px;
}

/* ===== BOTÃO ARREDONDADO ===== */
.error-btn {
  display: inline-block;
  padding: 14px 34px;
  border: 1px solid var(--base);
  color: var(--base);
  font-weight: 600;
  border-radius: 100px; /* aqui resolve */
  transition: 0.3s;
}

.error-btn:hover {
  background: var(--base);
  color: var(--body);
}

/* ===== ANIMAÇÃO DO TEXTO ===== */
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ===== FUNDO COM BOLINHAS ===== */
.error-page::before,
.error-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* camada de bolinhas */
.error-page::before {
  background-image:
    radial-gradient(circle, rgba(255, 204, 2, 0.25) 2px, transparent 2px),
    radial-gradient(circle, rgba(255, 204, 2, 0.15) 3px, transparent 3px),
    radial-gradient(circle, rgba(255, 204, 2, 0.2) 1.5px, transparent 1.5px);
    
  background-size: 120px 120px, 180px 180px, 90px 90px;
  animation: moveParticles 20s linear infinite;
  filter: blur(2px);
}

/* camada mais desfocada (profundidade) */
.error-page::after {
  background-image:
    radial-gradient(circle, rgba(255, 204, 2, 0.15) 4px, transparent 4px);
    
  background-size: 250px 250px;
  animation: moveParticlesSlow 30s linear infinite;
  filter: blur(6px);
  opacity: 0.6;
}

/* movimento */
@keyframes moveParticles {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200px);
  }
}

@keyframes moveParticlesSlow {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-300px);
  }
}

/* ===== RESPONSIVO ===== */
@media (max-width: 575px) {
  .error-code {
    font-size: 90px;
  }

  .error-title {
    font-size: 26px;
  }
}

.lgpd-hidden,
#lgpd-container.lgpd-hidden,
.lgpd-container.lgpd-hidden,
.vb-lgpd-wrap.lgpd-hidden {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.blog-post-content p {
    margin-bottom: 16px;
}

.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4 {
    margin-top: 36px;
    margin-bottom: 20px;
    color: #fff;
}

.blog-post-content ul,
.blog-post-content ol{
    padding-left: 32px;
    margin-bottom: 12px;
    list-style: disc;
}

.blog-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 28px 0;
}

.blog-post-content a {
    color: #f4c400;
}

.blog-post-content blockquote {
    border-left: 4px solid #f4c400;
    padding-left: 20px;
    margin: 28px 0;
    color: #ccc;
}

.logo-strip {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.logo-track {
    display: flex;
    width: max-content;
    animation: parceiros-scroll 60s linear infinite;
    will-change: transform;
}

.logo-group {
    display: flex;
    align-items: center;
    gap: 48px;
    flex-shrink: 0;
    padding-right: 48px;
}

.logo-item {
    flex: 0 0 auto;
}

.logo-item img {
    display: block;
    max-height: 120px;
    width: auto;
    object-fit: contain;
}

@keyframes parceiros-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.vt-form-alert {
    display: none;
    margin-bottom: 22px;
    padding: 14px 16px;
    border-radius: 10px;
    background: rgba(239, 68, 68, .12);
    border: 1px solid rgba(239, 68, 68, .45);
    color: #fff;
    font-size: 15px;
    text-align: left;
}

.vt-form-alert.is-visible {
    display: block;
}

.vt-error-message {
    display: none;
    color: #ff6b6b;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 8px;
    text-align: left;
}

.vt-form-group.vt-has-error .vt-error-message {
    display: block;
}

.vt-form-group.vt-has-error .vt-input {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, .18);
}

.vt-form-group.vt-has-error .vt-upload-box {
    border-color: #ef4444 !important;
    background: rgba(239, 68, 68, .06) !important;
}
/* =========================
   CUSTOM CASE MODAL
========================= */

.case-card-open{
    cursor:pointer;
    transition:.4s ease;
}

.case-card-open:hover{
    transform:translateY(-5px);
}

/* OVERLAY */

.case-modal-custom{
    position:fixed;
    inset:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.82);

    z-index:999999999;

    display:none;

    overflow-y:auto;

    padding:60px 15px;

    backdrop-filter:blur(4px);
}

/* ACTIVE */

.case-modal-custom.active{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding: 142px;
    z-index: 999999;
}

/* MODAL BOX */

.case-modal-box{
    width:100%;
    max-width:720px;

    max-height:calc(100vh - 120px);

    background:#111;

    border-radius:24px;

    overflow:hidden;

    display:flex;
    flex-direction:column;

    position:relative;

    margin:auto 0;

    animation:caseModalShow .35s ease;

    box-shadow:0 20px 80px rgba(0,0,0,.45);
}

/* ANIMATION */

@keyframes caseModalShow{

    from{
        opacity:0;
        transform:translateY(25px) scale(.98);
    }

    to{
        opacity:1;
        transform:translateY(0) scale(1);
    }
}

/* CLOSE BUTTON */

.case-close-btn{
    position:absolute;

    top:16px;
    right:16px;

    width:44px;
    height:44px;

    border:none;

    border-radius:50%;

    background:rgba(0,0,0,.65);

    color:#fff;

    z-index:9999;

    cursor:pointer;

    transition:.3s ease;

    font-size:15px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.case-close-btn:hover{
    background:var(--base);
    color:#111;
}

/* IMAGE */

.case-modal-image{
    width:100%;
    height:180px;

    object-fit:cover;

    display:block;

    flex-shrink:0;
}

/* CONTENT */

.case-modal-content{
    padding:28px;

    overflow-y:auto;
}

/* CATEGORY */

.case-modal-category{
    display:inline-flex;

    padding:8px 16px;

    border-radius:100px;

    background:rgba(255,255,255,.05);

    color:var(--base);

    font-size:12px;

    font-weight:700;

    text-transform:uppercase;

    margin-bottom:18px;
}

/* TITLE */

.case-modal-title{
    font-size:30px;

    line-height:120%;

    color:#fff;

    margin-bottom:18px;
}

/* DESCRIPTION */

.case-description h2{
    color:#fff;
    margin-bottom:18px;
}

.case-description p{
    color:#bcbcbc;

    font-size:15px;

    line-height:1.65;

    margin-bottom:14px;
}

/* SCROLL */

.case-modal-content::-webkit-scrollbar{
    width:6px;
}

.case-modal-content::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,.12);
    border-radius:20px;
}

/* RESPONSIVE */

@media(max-width:767px){

    .case-modal-custom{
        padding:30px 10px;
    }

    .case-modal-box{
        border-radius:18px;

        max-height:calc(100vh - 60px);
    }

    .case-modal-image{
        height:140px;
    }

    .case-modal-content{
        padding:22px 18px;
    }

    .case-modal-title{
        font-size:24px;
    }

    .case-description p{
        font-size:14px;
        line-height:1.6;
    }

    .case-close-btn{
        width:40px;
        height:40px;

        top:12px;
        right:12px;
    }
}
/* =========================
   CASES - IMAGENS PADRONIZADAS
========================= */

.project__item .thumb{
    width:100%;
    height:320px;
    overflow:hidden;
    border-radius:20px;
}

.project__item .thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
/* =========================
   CASES GRID
========================= */

.cases__grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:24px;
    margin-top:60px;
    padding-bottom:120px;
}

/* CARD */

.case__item{
    background:#111;
    border-radius:24px;
    overflow:hidden;
    transition:.4s ease;
    position:relative;
    height:100%;
    display:flex;
    flex-direction:column;
}

.case__item:hover{
    transform:translateY(-8px);
}

/* THUMB */

.case__thumb{
    width:100%;
    height:260px;
    overflow:hidden;
    flex-shrink:0;
}

.case__thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.5s ease;
}

.case__item:hover .case__thumb img{
    transform:scale(1.05);
}

/* CONTENT */

.case__content{
    padding:24px;
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}

/* CATEGORY */

.case__categoria{
    display:inline-flex;
    align-self:flex-start;
    padding:8px 14px;
    border-radius:100px;
    background:rgba(255,255,255,.06);
    color:var(--base);
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:16px;
    letter-spacing:.5px;
}

/* TITLE */

.case__titulo{
    color:#fff;
    font-size:24px;
    line-height:125%;
    margin:0;
}

/* HERO */

.cases-hero-content{
    padding-top:20px;
}

/* =========================
   RESPONSIVE
========================= */

/* NOTEBOOK */

@media(max-width:1399px){

    .cases__grid{
        grid-template-columns:repeat(3, 1fr);
    }
}

/* TABLET */

@media(max-width:991px){

    .cases__grid{
        grid-template-columns:repeat(2, 1fr);
        gap:22px;
        margin-top:50px;
    }

    .case__thumb{
        height:230px;
    }

    .case__content{
        padding:22px;
    }

    .case__titulo{
        font-size:22px;
    }
}

/* MOBILE */

@media(max-width:767px){

    .cases__grid{
        grid-template-columns:1fr;
        gap:20px;
        margin-top:40px;
        padding-bottom:80px;
    }

    .case__item{
        border-radius:20px;
    }

    .case__thumb{
        height:220px;
    }

    .case__content{
        padding:20px;
    }

    .case__titulo{
        font-size:20px;
        line-height:135%;
    }

    .case__categoria{
        font-size:10px;
        padding:7px 12px;
    }

    .cases-hero-content{
        padding-top:10px;
    }
}

/* SMALL MOBILE */

@media(max-width:480px){

    .case__thumb{
        height:200px;
    }

    .case__content{
        padding:18px;
    }

    .case__titulo{
        font-size:18px;
    }
}
.cases-hero-content{
    padding-top:5px;
}
/* =========================
   HERO
========================= */

.cases-hero-content{
    padding-top:40px;
    padding-bottom:20px;
}

/* =========================
   GRID
========================= */

.cases__grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:24px;
    margin-top:50px;
    padding-bottom:120px;
    position:relative;
    z-index:1;
}

/* =========================
   CARD
========================= */

.case__item{
    background:#111;
    border-radius:24px;
    overflow:hidden;
    transition:.35s ease;
    cursor:pointer;
    position:relative;
    display:flex;
    flex-direction:column;
    height:100%;
    min-width:0;
}

.case__item:hover{
    transform:translateY(-6px);
}

/* =========================
   IMAGE
========================= */

.case__thumb{
    width:100%;
    height:240px;
    overflow:hidden;
    flex-shrink:0;
}

.case__thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.45s ease;
}

.case__item:hover .case__thumb img{
    transform:scale(1.04);
}

/* =========================
   CONTENT
========================= */

.case__content{
    padding:24px;
    display:flex;
    flex-direction:column;
    flex:1;
}

/* CATEGORY */

.case__categoria{
    display:inline-flex;
    align-self:flex-start;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.06);
    color:var(--base);
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:16px;
    letter-spacing:.4px;
}

/* TITLE */

.case__titulo{
    color:#fff;
    font-size:24px;
    line-height:130%;
    margin:0;
}

/* =========================
   MODAL
========================= */

.case-modal{
    position:fixed;
    inset:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.82);
    z-index:999999;

    opacity:0;
    visibility:hidden;
    pointer-events:none;

    transition:.25s ease;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:40px 20px;
    overflow-y:auto;

    backdrop-filter:blur(4px);
}

/* ACTIVE */

.case-modal.active{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

/* BOX */

.case-modal__box{
    width:100%;
    max-width:760px;
    background:#111;
    border-radius:24px;
    overflow:hidden;
    position:relative;

    transform:translateY(20px);
    transition:.3s ease;

    margin:auto;

    box-shadow:0 25px 80px rgba(0,0,0,.45);
}

/* ACTIVE ANIMATION */

.case-modal.active .case-modal__box{
    transform:translateY(0);
}
/* =========================
   CASES
========================= */

.case__item{
    position: relative;
    cursor: pointer;
    z-index: 2;
    overflow: hidden;
    border-radius: 24px;
    transition: transform .3s ease;
}

.case__item:hover{
    transform: translateY(-6px);
}

.case__thumb img{
    width: 100%;
    display: block;
    border-radius: 24px;
}

.case__content{
    padding: 20px 10px;
}

.case__modal{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 999999;
}

.case__modal.active{
    opacity: 1;
    visibility: visible;
}

.case__modal-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.75);
    backdrop-filter: blur(8px);
}

.case__modal-box{
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #111;
    border-radius: 24px;
    padding: 30px;
    z-index: 2;
    overflow-y: auto;
    max-height: 90vh;
}

.case__modal-box img{
    width: 100%;
    border-radius: 18px;
    margin-bottom: 20px;
}

.case__modal-close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 28px;
    cursor: pointer;
}

.case__modal-close:hover{
    opacity: .8;
}
/* =========================
   CASES
========================= */

.case__item{
    position: relative;
    cursor: pointer;
    z-index: 2;
    overflow: hidden;
    border-radius: 24px;
    transition: transform .3s ease;
}

.case__item:hover{
    transform: translateY(-6px);
}

.case__thumb img{
    width: 100%;
    display: block;
    border-radius: 24px;
}

.case__content{
    padding: 20px 10px;
}

.case__modal{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 999999;
}

.case__modal.active{
    opacity: 1;
    visibility: visible;
}

.case__modal-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.75);
    backdrop-filter: blur(8px);
}

.case__modal-box{
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #111;
    border-radius: 24px;
    padding: 30px;
    z-index: 2;
    overflow-y: auto;
    max-height: 90vh;
}

.case__modal-box img{
    width: 100%;
    border-radius: 18px;
    margin-bottom: 20px;
}

.case__modal-close{
    position: absolute;
    top: 15px;
    right: 15px; 
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 28px;
    cursor: pointer;
}

.case__modal-close:hover{
    opacity: .8;
}

.pagination__box .pagi li a.active,
.pagination__box .pagi li a[aria-current="page"] {
    background: var(--color-dark-medium);
    color: #ffcc00;
    border: 2px solid #ffcc00;
    font-weight: 700;
    pointer-events: none;
}

.blog-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 40px;
    color: var(--white);
    font-size: 16px;
}

.blog-filter-back {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--white);
    text-decoration: none;
    
    &:hover{
        color: var(--base);
    }
}

.blog-filter-center {
    display: flex;
    align-items: center;
}

.blog-filter-select {
    border: 0;
    background: transparent;
    color: var(--white);
    font-weight: 500;
    outline: none;
    cursor: pointer;
}

.blog-filter-right {
    color: var(--white);
}

.blog-filter-form {
    margin: 0;
}

.blog-copy-link-btn {
    border: 0;
    background: transparent;
    color: inherit;
    padding: 0;
    cursor: pointer;
}

.blog-copy-link-btn.copied {
    opacity: 0.6;
}

.blog-copy-link-btn {
    border: 0;
    background: transparent;
    color: inherit;
    padding: 0;
    cursor: pointer;
}

.blog-copy-link-btn.copied {
    opacity: 0.6;
}

.blog-filter-select-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.blog-filter-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 12px;
    padding-left: 12px;
    border: 0;
    background: transparent;
    color: var(--white);
    font-weight: 500;
    outline: none;
    cursor: pointer;
}

.blog-filter-select-wrap::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
    top: 35%;
    pointer-events: none;
}

.blog-filter-select option {
    color: var(--white);
}

.blog-filter-bar {
    justify-content: flex-start;
}

.blog-filter-left {
    margin-right: auto;
}

.blog-filter-center {
    margin-left: auto;
}

.blog-filter-right {
    white-space: nowrap;
}

@media (max-width: 575px) {
    .blog-filter-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}