
:root {
  --gold: #c58f40;
  --gold2: #e8c975;
  --gold3: #fdf8c9;
  --gold4: #c58f40bf;
  --green: #132617;
  --wine: #530122;
  --qtClients: 4;
  --linear-border: -webkit-linear-gradient(
    109.57deg,
    #fefff5 0%,
    #d2cb80 8.48%,
    #625837 23.13%,
    #5b4d23 72.81%,
    #ffcd36 95.75%
  );
}




* {
  user-select: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: black;
  overflow-y: overlay;
}

::-webkit-scrollbar {
  width: 12px;
  height: 20px;
}

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

::-webkit-scrollbar-thumb {
  height: 12px;
  background: linear-gradient(30deg, var(--gold2), var(--gold4));
  border-radius: 6px;
  border: 3px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.bg-fixed {
  background-image: url(../img/bg-dark.jpeg);
  background-repeat: repeat;
  position: fixed;
  height: 100%;
  width: 100%;
}

/* .author-about-2-2 .component-bg {
  background-color: rgb(245, 247, 250);
} */

.columns .general-button.success {
  display: inline-flex;
  place-items: center;
  /* background: transparent; */
  animation: glow-green 0.5s ease-in-out infinite alternate;
}

.banner {
  position: fixed;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  display: flex;
  transition: all 0.3s ease;
  opacity: 0;
}
.banner.open {
  visibility: visible;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.banner > div {
  padding: 50px 60px;
  background: rgb(143, 143, 143);
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  transition: all 0.3s ease;

  max-width: 80vw;
  max-height: 90vh;
  position: relative;

  background: linear-gradient(30deg, rgb(68 47 0), rgb(154 93 0), rgb(68 47 0));
  text-align: center;
}

.banner.big > div {
  overflow-y: scroll;
}
.banner.l div {
  max-width: 50%;
}

.banner p {
  margin-bottom: 15px;
  font-size: 20px;
}
.banner p:last-child {
  margin-bottom: 0;
}

.banner button {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 1.5em;
  transform: scaleX(1.3);
  font-weight: bold;
}
.banner button:hover {
  opacity: 0.8;
}

.banner.big .body h1,
.banner.big .body h2,
.banner.big .body h3,
.banner.big .body h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.banner.big .body h1 {
  font-size: 20px;
}
.banner.big .body h2 {
  margin-left: 20px;
}
.banner.big .body h3 {
  margin-left: 40px;
}
.banner.big .body h4 {
  margin-left: 60px;
}
.banner.big .body p {
  font-size: 20px;
}

.component-bg {
  background-color: whitesmoke;
}

.component-bg.p {
  /* background-color: var(--gold4); */
  background: linear-gradient(
    to right,
    rgb(122 93 50 / 20%),
    rgb(122 93 50 / 49%),
    rgb(122 93 50 / 20%)
  );
}

.component-bg.lg {
  background: linear-gradient(
    to right,
    #7068202f,
    #fdf8c900,
    #7068202f,
    #fdf8c900,
    #7068202f
      /* #6b684e23,
    #fdf8c900,
    #6b684e23,
    #fdf8c900,
    #6b684e23  */
  );
  background-size: 200%;
  animation: circle-gradient 5s cubic-bezier(1, 1.5, 0.2, 1) infinite;
  animation: circle-gradient 5s linear infinite;
}

.component-bg.t {
  /* background-color: rgb(122 93 50 / 49%); */
  background: linear-gradient(
    to right,
    rgb(122 93 50 / 20%),
    rgb(122 93 50 / 49%),
    rgb(122 93 50 / 20%)
  );
}

footer .component-bg {
  background-color: rgb(33, 35, 36);
}

.component-bg.img {
  background: url(../img/sparkle.gif) no-repeat;
  background-size: 100% 100%;
  opacity: 0.5;
}
.conttt {
  position: relative;
  margin-top: 50px;
}
.carousel {
  overflow: unset;
  margin-top: 40px;
}
.carousel .track {
  /* animation: scroll 60s linear infinite; */
  display: flex;
  height: 222px;
  justify-content: center;
  opacity: 1;
  transition: opacity 1s ease-in;
}

.carousel .track.fade {
  opacity: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-222px * 21));
  }
}

section.construcao {
  position: relative;

  padding: 25vh 0;
  color: rgb(24, 24, 24);
  background-color: rgb(230, 230, 230);

  font-size: 60px;
  text-align: center;
  font-family: sans-serif;
}

.razoes {
  padding: 50px 0;
}

.razoes .title {
  font-size: 30px;
  color: var(--gold2);
  /* text-align: center; */
  margin-bottom: 20px;
  width: fit-content;
}

.razoes .r .scroll {
  overflow-y: scroll;
  height: calc(30vw);
  background: url(../img/tech-background.gif) no-repeat;
  background-size: cover;
  background-position: center;
}

.razoes .r ul {
  list-style: none;
  padding: 0;
  /* margin-left: 30px; */
  /* margin-right: 30px; */
  margin-bottom: 0;
}

.razoes ul li t {
  cursor: pointer;
  width: fit-content;
  font-size: 24px;
}

.razoes ul li p {
  font-size: large;
  line-height: 1.5em;
  text-align: justify;
  text-align-last: center;
  max-width: 50vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.15s ease-out, opacity 0.15s ease-out,
    margin-top 0.15s ease-out;
  overflow: hidden;
}

.razoes ul li.active {
  background-color: #000000cc;
}

.razoes ul li.active p {
  max-height: 700px;
  opacity: 1;
  margin-top: 10px;
  transition: max-height 0.5s ease-in, opacity 0.4s ease-out,
    margin-top 0.2s ease-in;
}

.razoes li {
  color: cyan;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  cursor: pointer;
  border-radius: 2px;
  font-family: system-ui, monospace;
  transition: background-color 0.25s ease-in;
  /* background: linear-gradient(15deg, #97760099, #130c0087); */
  border-bottom: 1px solid #100b0d;
  background-color: #0000004d;
  background: linear-gradient(
    to right,
    #000000ed,
    #000000cc,
    #000000a8,
    transparent
  );
}

.razoes li:not(.active) t {
  transition: all 0.2s ease-in;
  opacity: 0;
}
.razoes li:not(.active):hover {
  background-color: #000000cc;
}
.razoes li:not(.active):hover t {
  opacity: 1;
}

.golden-gradient {
  background: -webkit-linear-gradient(30deg, #c28228, #c7b190bf, #c28228);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.golden-gradient.b {
  background: -webkit-linear-gradient(30deg, #6f4101, #b59d16bf, #6f4101);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.golden-gradient.l {
  background: -webkit-linear-gradient(330deg, #ffbe63, #ffffffbf, #ffbe63);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: var(--gold2);

  /* -webkit-text-fill-color: transparent; */
  /* -webkit-text-fill-color: #ffffffbf;  */
}
@media (max-width: 1050px) {
  .razoes .r .cont {
    /* height: 60vw; */
    padding: 125px 65px;
  }
}
@media (max-width: 900px) {
  .razoes .r {
    width: unset;
  }

  /* .razoes .r .cont { */
  /* height: 70vw; */
  /* } */
  .razoes .r .scroll {
    height: calc(70vw - 250px);
  }
}

@media (max-width: 600px) {
  .razoes .r .cont {
    height: 115vw;
    width: -webkit-fill-available;
    padding: 62px 35px;
    background: url(../img/pergaminho3.png) no-repeat;
    background-size: contain;
  }

  .razoes .r .scroll {
    height: calc(100vw - 125px);
  }

  .razoes .r ul {
    margin: 0;
  }

  .razoes ul li t {
    font-size: 14px;
    display: flex;
    width: inherit;
    justify-content: center;
  }

  .razoes ul li p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  section.construcao {
    padding: 18vh 0;
    font-size: 35px;
  }
}

@keyframes glow {
  from {
    filter: drop-shadow(1px 1px 1px rgba(232, 201, 117, 0.3))
      drop-shadow(-1px -1px 1px rgba(232, 201, 117, 0.3));
  }
  to {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5))
      drop-shadow(-1px -1px 1px rgba(0, 0, 0, 0.5));
  }
}

@keyframes glow-green {
  from {
    filter: drop-shadow(2px 2px 5px #009824) drop-shadow(-2px -2px 5px #009824);
  }
  to {
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5))
      drop-shadow(-2px -2px 5px rgba(0, 0, 0, 0.5));
  }
}

@keyframes glow-gold {
  from {
    filter: drop-shadow(2px 2px 5px var(--gold))
      drop-shadow(-2px -2px 5px var(--gold));
  }
  to {
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0))
      drop-shadow(-2px -2px 5px rgba(0, 0, 0, 0));
  }
}

/* The laptop with borders */
.razoes .r {
  position: relative;
  margin-bottom: 50px;
  border-radius: 6px;
  border-style: solid;
  border-color: #100b0d;
  border-width: 24px 24px 70px;
  box-shadow: 0 0 1px gold;
}

/* The top of the keyboard */
.razoes .r:before {
  content: "";
  display: block;
  position: absolute;
  width: 25%;

  height: 18px;
  bottom: -92px;
  left: 50%;
  transform: translate(-50%);
  background: #f1f1f180;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
}

/* The keyboard of the laptop */
.razoes .r:after {
  content: "";
  display: block;
  position: absolute;
  width: 124%;
  height: 50px;
  margin: 73px 0 0 -12%;
  background: #100b0d;
  border-radius: 6px;
  box-shadow: 0 0 1px gold;
}

.typewriter {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  letter-spacing: 0.15em; /* Adjust as needed */
  animation: typing 6s steps(50) infinite, blink-caret 0.75s step-end infinite;
}

.typewriter.center {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* The typing effect */
@keyframes typing {
  0% {
    width: 0;
  }
  40% {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}

@media (max-width: 1025px) and (min-width: 600px) {
  .razoes .r {
    margin-left: 10%;
    margin-right: 10%;
  }
  .typewriter {
    font-size: 22px;
  }
}
@media (max-width: 763px) {
  .razoes ul li p {
    max-width: unset;
  }

  .razoes .r {
    border-width: 10px 10px 30px;
  }

  .razoes .r:before {
    width: 30%;
    height: 12px;
    bottom: -45px;
  }

  .razoes .r:after {
    width: 98vw;
    height: 32px;
    margin: 33px 0 0 -8%;
  }

  .razoes li:not(.active) t {
    opacity: 0.8;
  }

  .typewriter {
    animation: none;
    white-space: unset;
  }
}

body.loading {
  overflow: hidden;
}

body.loading .bg-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

body.loading .bg-fixed .icon {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;

  /* border-width: 18px; */
  /* border-color: var(--gold4); */
  /* border-style: dashed; */
  animation: rotate 3s linear infinite;
  background: url(../img/favicon.png);
  background-size: cover;
}

body.block {
  overflow-y: hidden;
}

@keyframes rotate {
  from {
    transform: none;
  }

  to {
    transform: rotateY(360deg);
  }
}

@keyframes circle-gradient {
  0% {
    background-position-x: 100%;
  }
  100% {
    background-position: 0%;
  }
}

.flying-container {
  position: fixed;
  bottom: 25px;
  left: 50px;
  color: var(--gold2);
  z-index: 999;
  align-items: center;
  width: 190px;
}

.flying-container a {
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #111111ad;
  border-radius: 50px;
  transition: all 0.3s ease;
  margin: 5px;
  padding: 0 5px;
}

.flying-container a.p {
  padding: 5px;
  --darker: #111111ad;
  --ligther-gold: #3d3a1f55;
  background: linear-gradient(
    to right,
    var(--darker),
    var(--ligther-gold),
    var(--darker),
    var(--ligther-gold),
    var(--darker)
  );
  background-size: 200%;
  animation: circle-gradient 4s ease-in-out infinite,
    waggle 3s 5s infinite ease-out;
}
.flying-container.open a.p {
  animation: circle-gradient 4s ease-in-out infinite;
}
.flying-container a:not(.p) {
  max-height: 0;
  overflow: hidden;
  /* max-width: 0; */
}
.flying-container.open a:not(.p) {
  max-height: 100px;
  max-width: 200px;
  margin: 5px;
  padding: 5px;
}

.flying-container .button {
  background: var(--gold4);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.flying-container.open .button.m {
  transform: rotate(-135deg);
}
.flying-container a.icon svg {
  width: 20px;
  height: 20px;
  fill: white;
  color: white;
  transition: all 0.3s ease;
}

.flying-container a.icon.p svg {
  width: 25px;
  height: 25px;
}

.flying-container a p {
  margin: 0 5px;
  transition: all 0.3s ease;
}
.flying-container a:hover {
  background: #33333355;
}
.flying-container a:hover .button {
  background: var(--gold3);
}
.flying-container a:hover .button svg {
  fill: var(--gold);

  color: var(--gold);
}
.flying-container a:hover p {
  color: white;
  font-size: 1.1em;
}
a:focus {
  color: var(--gold2);
}

@media (max-width: 768px) {
  .flying-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
  }

  .banner.l.c > div, .banner.big > div {
    padding: 50px 30px;
    max-width: 80vw;
  }
}

@keyframes waggle {
  0% {
    transform: none;
  }
  10% {
    transform: rotateZ(-20deg) scale(1.2);
  }
  12% {
    transform: rotateZ(25deg) scale(1.2);
  }
  13.5% {
    transform: rotateZ(-15deg) scale(1.2);
  }
  15% {
    transform: rotateZ(15deg) scale(1.2);
  }
  16.5% {
    transform: rotateZ(-12deg) scale(1.2);
  }
  17% {
    transform: rotateZ(0) scale(1.2);
  }
  20% {
    transform: rotateZ(0) scale(1);
  }
}
