@font-face {
  font-family: integralCF;
  src: url('../assets/fonts/IntegralCF-Bold.otf');
}
@font-face {
  font-family: integralCF-regular;
  src: url('../assets/fonts/IntegralCF-Regular.otf');
}
@font-face {
  font-family: integralCF-bold;
  src: url('../assets/fonts/IntegralCF-ExtraBold.otf');
}

* {
  margin: 0;
  padding: 0;
  transition: all 0.5s ease-out;
  text-decoration: none;
  list-style: none;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

h1,
h2,
h3,
h4,
p,
label,
strong,
span,
a,
li {
  font-weight: 400;
  font-family: integralCF;
  color: #fff;
}

.size-GG {
  font-size: 102px;
  line-height: 128px;
  letter-spacing: 0.2em;
}

.size-G {
  font-size: 50px;
  line-height: 64px;
  letter-spacing: 0.05em;
}

.size-G-medio {
  font-size: 44px;
  letter-spacing: 0.05em;
}

.size-GG-grande {
  font-size: 98px;
  letter-spacing: 0.1em;
}

.size-normal-pp {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
}

.size-normal-p {
  font-size: 22px;
}

.size-normal {
  font-family: integralCF-regular;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: left;
}

.size-normal-g {
  font-size: 26px;
}

.size-normal-gg {
  font-size: 28px;
  letter-spacing: 0.08em;
}

.size-normal-ggg {
  font-size: 30;
  letter-spacing: 0.05em;
}

.label-bg {
  color: #06f421;
}

.label-no-bg {
  text-shadow: #000 1px 1px;
}

#home {
  height: 100vh;
  background-image: url(../assets/imgs/fundo\ home.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

#about {
  background-image: url(../assets/imgs/FUNDO\ PERFIL.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

#projects {
  background-image: url(../assets/imgs/FUNDO\ PROJETOS.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

#contacts {
  background-image: url(../assets/imgs/fundo\ contatos.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 45%;
  gap: 2rem;

  padding: 5rem 10rem 5rem 10rem;
}

.home-info .logo {
  width: 20rem;
  margin-bottom: 5rem;
}

.button-home {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #06f421;
  background-color: #06f421;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 24px;
  width: 17rem;
  height: 3.3rem;
  gap: 0.5rem;
  margin-top: 2rem;
  transition: all 0.3s ease-in-out;
}

.button-home:hover {
  background-color: #000;
  color: #06f421;
  border: 3px solid #06f421;
}

.button-home:hover svg path {
  fill: #06f421;
}

.menu-btn {
  position: fixed;
  width: 1rem;
  right: 10rem;
  top: 5rem;
  z-index: 9999;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.active {
  width: 25rem;
}

.menu-btn .img {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  rotate: 45deg;
  background: none;
}

.menu-btn .active {
  rotate: 90deg;
  margin-left: 2rem;
}

.menu-btn .menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 5rem;
  z-index: 9998;
  overflow: hidden;
  cursor: auto;
}

.menu-btn .menu img {
  width: 3rem;
  height: 3rem;
}

/* <!-- ///////////////////////////////// ABOUT /////////////////////////////////// --> */
.about-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 10rem 10rem 10rem;
}

.profile-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}

.profile-right .listinha {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.profile-right .listinha li {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
}

.profile-right .ficha-personagem {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  width: 90%;
  height: 20rem;
  border: 3px solid #06f421;
  border-radius: 30px;
}

.profile-right .ficha-personagem ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.1em;
}

.profile-right .ficha-personagem .header {
  border-bottom: 3px solid #06f421;
  width: 100%;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}

.profile-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}

.profile-left .img-perfil {
  display: flex;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  background: radial-gradient(#009611, #000);
  background-size: 400% 400%;
  animation: colors 15s ease infinite;
  margin-bottom: 3rem;
}

.profile-left .img-perfil img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.profile-left .titulo-desc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.profile-left .titulo-desc .espaço {
  background-color: #fff;
  width: 63%;
  height: 5px;
  border-radius: 0 0 5px 0;
}

.profile-left .titulo-desc .ponto {
  background-color: #06f421;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.profile-left .desc {
  margin-top: 2rem;
}

/* <!-- //////////////////////////////// PROJECTS ////////////////////////////////// --> */
.projects-info {
  display: flex;
  flex-direction: column;
  padding: 5rem 10rem 0 10rem;
}

.projects-info .meus {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

.projects-info .meus .espaço {
  background-color: #fff;
  width: 100%;
  height: 1rem;
  border-radius: 0 0 30px 0;
}

.projects-info .header {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.projects-info .header-left {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.projects-info .header-right {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding-top: 1.8rem;
  gap: 0.5rem;
}

.projects-info .size-normal-ggg {
  margin-top: 3rem;
}

.projects-info .size-normal-ggg .ponto {
  background-color: #06f421;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
}

.main {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 15%;
  left: 32%;
  z-index: 99999;
  transition: all 0.5s ease-in-out;
  -webkit-animation: scale-in 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scale-in 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #06f421;
  background-color: #06f421;
  color: #000;
  border-radius: 10px;
  font-size: 24px;
  width: 17rem;
  height: 3.3rem;
  margin-top: 2rem;
  margin-bottom: -2rem;
  font-family: integralCF-bold;
  padding-bottom: 0.3rem;
}

.main img {
  width: 40rem;
  height: 40rem;
  object-fit: contain;
  background: none;
  border-radius: 30px;
  border-radius: 30px;
  border: 3px solid #06f421;
  background: #000;
  box-shadow: 0 0 5rem 0 #06f421;
}

.owl-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 5rem;
  border-radius: 30px;
}

.owl-carousel .card {
  height: 20rem;
  width: 20rem;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 30px;
  margin: 0;
}

.owl-carousel .card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

/* <!-- //////////////////////////////// CONTACTS ////////////////////////////////// --> */
.contacts-info {
  padding: 5rem 10rem 5rem 10rem;
}

.contacts-info .meus {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

.contacts-info .meus .espaco {
  background-color: #fff;
  width: 15%;
  height: 1rem;
  margin-top: 1rem;
  border-radius: 0 0 30px 0;
  margin-bottom: 0;
}

.contacts-info .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5rem;
}

.contacts-info .content .content-left {
  display: flex;
  flex-direction: column;
  width: 40%;
  gap: 2rem;
}

.contacts-info .content .content-left ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contacts-info .content .content-left ul li {
  display: flex;
  flex-direction: row;
}

.contacts-info .content .content-left ul li img {
  margin-right: 1rem;
  margin-top: 4px;
}

.contacts-info .content .content-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  margin-bottom: 2.5rem;
}

.contacts-info .content .content-right .espaco {
  background-color: #06f421;
  width: 100%;
  height: 0.4rem;
  border-radius: 0 0 30px 0;
  margin-bottom: 0;
}

.contacts-info .espaco {
  background-color: #06f421;
  width: 100%;
  height: 0.4rem;
  border-radius: 0 0 30px 0;
  margin-bottom: 5rem;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer a img {
  height: 1.5rem;
}

.footer .logo {
  height: 5rem;
}

.button-contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #06f421;
  background-color: #06f421;
  color: #000;
  border-radius: 10px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  width: 17rem;
  height: 3.3rem;
  gap: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.button-contacts:hover {
  background-color: #000;
  color: #06f421;
  border: 3px solid #06f421;
}

.button-contacts:hover svg path {
  fill: #06f421;
}

.content-dialog {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  -webkit-animation: scale-in 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scale-in 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.dialog {
  display: none;
  flex-direction: column;
  position: fixed;
  bottom: 6rem;
  width: 45%;
  background: rgba(217, 217, 217, 0.2);
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(25px);
  border-radius: 20px;
  text-align: center;
  padding: 3rem 8rem 6rem 8rem;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
  -webkit-animation: scale-in 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scale-in 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes scale-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.dialog .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  float: left;
  margin-bottom: 3rem;
  width: 100%;
}

.dialog .header h1 {
  width: 100%;
}

.dialog .header .espaco {
  width: 50%;
  margin: 10px 0 0 0;
  background: #fff;
}

.dialog .form {
  display: flex;
  flex-direction: column;
}

.dialog input,
.dialog textarea {
  background: #06f421;
  border-radius: 10px;
  height: 2rem;
  padding: 1rem 0 1rem 1rem;
  margin-bottom: 3rem;
  border: none;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 600;
  font-family: integralCF-bold;
}

.dialog textarea {
  height: 5rem;
  resize: none;
}

.dialog input::placeholder,
.dialog textarea::placeholder {
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-family: integralCF-bold;
}

.dialog input:focus,
.dialog textarea:focus {
  border: none;
  box-shadow: 0 0 5rem 0 #06f421;
  outline: 0;
}

.dialog .form button {
  width: 40%;
  height: 4rem;
  padding: 1rem;
  display: flex;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  border: 3px solid #06f421;
  background-color: #06f421;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  font-family: integralCF-bold;
  gap: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.dialog .form .buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.dialog .form button img {
  width: 0.9rem;
  height: 100%;
}

@keyframes colors {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
