@font-face {
  font-family: 'Jesco3';
  src: url('../fonts/Jesco3Handwriting.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

.about_me {
  height: auto;
}

.description_content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3.75rem;
}

.img_about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: black;
}

.img_about img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.img_about .tablet-img {
  display: none;
}

.img_about .mobile-img {
  display: none;
}

.personal-tastes {
  background-color: #ffffff;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom: 2px solid #f4f4f4;
}

.Project_Text a {
  padding-top: 1.875rem;
}

.personal-texts {
  width: 100%;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5rem 0;
  transition: padding 0.4s ease;
}

.personal-texts.open {
  padding-bottom: 2.5rem;
}

.open-texts.orange h3 {
  color: #ff6f00 !important;
}

.open-texts.orange #arrow-img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(100%) saturate(749%)
    hue-rotate(0deg) brightness(100%) contrast(101%);
}

.open-texts {
  display: flex;
  align-items: center;
  gap: 5px;
}

#title-toggle {
  font-family: inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

#arrow-img {
  width: 12px;
  transition: transform 0.3s ease;
}

.hidden-text {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  transition: all 0.4s ease;
}

.hidden-text.active {
  opacity: 1;
  max-height: 100px;
  margin-top: 20px;
}

.hidden-text ul {
  display: flex;
  gap: 10px;
  padding-left: 0;
  margin: 0;
}

.hidden-text ul li {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: var(--pl-bg);
  color: var(--og-bg);
  font-weight: 700;
  padding: 0.375rem 0.75rem;
  border-radius: 18px;
  list-style: none;
  font-family: inter, sans-serif;
  font-size: 16px;
  width: auto;
  height: 1.9375rem;
  text-align: center;
}

.open-texts h3 {
  color: #5c5c5c;
  font-family: inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1%;
}

.hidden-text ul li:hover {
  background-color: var(--og-bg);
  color: white;
  transition: 0.3s;
}

.Skill_section {
  background-color: #ffffff;
  gap: 3.75rem;
  display: flex;
  flex-direction: column;
  padding: 3.75rem 0 2.5rem 0;
  box-sizing: border-box;
  margin: 0 auto;
}

.Skill_Resume {
  max-width: 100%;
  width: 66.5rem;
  height: 20.9375rem;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.Skill_Title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--subtitle-font-family);
  font-size: var(--subtitle-font-size);
  font-weight: 700;
  color: #2e2e2e;
}

.Skill_Texts {
  display: flex;
  justify-content: center;
  gap: 65.5px;
}

.Skill_Board {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  max-width: 19.4375rem;
  width: 100%;
  box-sizing: border-box;
  height: 15.4375rem;
  padding: 1.25rem;
  border-radius: 10px;

  box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.05),
    0px 4px 4px -1px rgba(12, 12, 13, 0.1);
}

.Skill_Board h3 {
  font-family: var(--subtitle-font-family);
  font-size: 24px;
  color: #2e2e2e;
  font-weight: 600;
}

.Visual h3 {
  font-family: var(--hw-font-family);
  font-size: 32px;
  font-weight: 400;
  color: #2e2e2e;
}

.Skill_Board p {
  font-family: var(--description-font-family);
  font-size: 14px;
  font-weight: 400;
  color: var(--gr-text);
  line-height: 1.4;
}

.Skill_Icon {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.8125rem;
}

.Skill_Board h3 {
  margin: 0;
  line-height: 1.2;
}

.icon-group {
  display: flex;
  gap: 0.25rem;
}
.Curio {
  display: flex;
  width: 100%;
  max-width: 67.5rem;
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: white;
  margin: 0 auto;
}

.img_Curio img {
  width: 100%;
  max-width: 29.25rem;
  border-radius: 12px;
}

.Curio_Texts {
  width: 100%;
  max-width: 25.6rem;
  height: auto;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 0.625rem;
}

.Curio_Title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.Curio_Title {
  font-family: var(--hw-font-family);
  font-size: var(--hw-font-size);
  font-weight: 400;
  color: var(--gr-text);
}

.Curio_Title span {
  display: flex;
  gap: 0.25rem;
}

.Curio_Texts p {
  font-family: var(--description-font-family);
  font-size: var(--description-font-size);
  font-weight: var(--description-font-weight);
  color: var(--gr-text);
  line-height: 1.25rem;
}

.Project_Section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--dk-bg);
  height: auto;
  padding: 7.5rem 1rem 5rem 1rem;
}

.Project_Title {
  font-family: var(--title-font-family);
  font-size: var(--title-font-size);
  font-weight: var(--title-font-weight);
  line-height: 100%;
  text-align: center;
  color: var(--dk-text);
  padding: 50px 0 0 0;
}

.Project_Board {
  width: 100%;
  max-width: 61.25rem;
  height: 20rem;
  background-color: #ffffff;
  border-radius: 20px;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  margin-top: 7.5rem;
  box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.05),
    0px 4px 4px -1px rgba(12, 12, 13, 0.1);
  flex-wrap: wrap;
  overflow: hidden;
}

.IMG_Board {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 18rem;
  padding: 1rem;
}

.IMG_Board_tablet,
.IMG_Board_mobile {
  display: none;
}

.Project_Text {
  flex: 1;
  min-width: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  padding: 2.5rem 3.75rem 2.5rem 3.75rem;
  box-sizing: border-box;
}

.Project_Text h3 {
  font-family: var(--title-font-family);
  font-size: 2.25rem;
  font-weight: var(--title-font-weight);
  color: var(--dk-text);
  margin: 0;
}

.Project_Text p {
  font-family: var(--description-font-family);
  font-size: var(--description-font-size);
  font-weight: var(--description-font-weight);
  color: var(--gr-text);
  line-height: 1.25rem;
  letter-spacing: 1%;
  margin: 0;
}

.IMG_Board img,
.IMG_Board_tablet img,
.IMG_Board_mobile img {
  width: 100%;
  max-width: 22.4375rem;
}

.Project_Text button {
  background-color: var(--og-bg);
  color: #ffffff;
  width: 100%;
  max-width: 28.125rem;
  height: 3rem;
  border-radius: 8px;
  padding: 0.625rem 1.25rem;
  border: none;
  font-family: var(--description-font-family);
  font-size: var(--description-font-size);
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 1%;
  cursor: pointer;
  box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.05),
    0px 4px 4px -1px rgba(12, 12, 13, 0.1);
}
.Project_Text button:hover {
  background-color: #ff8628;
  transition: all 0.3s ease-in-out;
}

.Contact_Section {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 0 40px 3rem 40px;
}

.Contact_Options {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.8125rem;
  padding-top: 3.75rem;
  margin: 0 auto;
}

.Contat_Title h3 {
  display: flex;
  padding-top: 3.75rem;
  justify-content: center;
  font-family: var(--title-font-family);
  font-size: var(--subtitle-font-size);
  font-weight: var(--title-font-weight);
  color: var(--dk-text);
  margin: 0;
}

.Contact_Texts {
  width: 100%;
  cursor: pointer;
  max-width: 14.375rem;
  height: auto;
  border-radius: 12px;
  gap: 0.5rem;
  background-color: var(--dk-bg);
  padding: 1.5rem 1rem 1.5rem 1rem;
  box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.05),
    0px 4px 4px -1px rgba(12, 12, 13, 0.1);
}

.Contact_Texts img {
  width: 3rem;
  height: 3rem;
}

.Contact_Texts p {
  font-family: var(--description-font-family);
  font-size: var(--description-font-size);
  font-weight: 300;
  color: var(--gr-text);
  margin: 0;
}

.Text_collumn {
  width: 100%;
  max-width: 12rem;
  height: 9.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.Copy_Info {
  padding-top: 2.875rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

.Copy_Text {
  display: flex;
  width: 100%;
  max-width: 73.125rem;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.Copy_Text h3 {
  font-family: var(--description-font-family);
  font-size: var(--description-font-size);
  font-weight: var(--description-font-weight);
  color: var(--gr-text);
  line-height: 1.25rem;
  letter-spacing: 1%;
  margin: 0;
}

.tr_end {
  display: flex;
}

.tr_end img {
  width: 54.62px;
  height: 27.1px;
}
html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 938px) {
  .img_about .desktop-img {
    display: none;
  }

  .img_about .tablet-img {
    display: block;
  }

  .IMG_Board_tablet {
    display: none;
  }
  .Contact_Texts p {
    font-size: 12px;
    width: 100%;
  }

  .Contact_Texts {
    width: 100%;
    height: auto;
    max-width: 200px;
  }

  .Text_collumn {
    width: 100%;
    height: 117.65px;
  }

  .Text_collumn img {
    width: 40px;
    height: 40px;
  }
}
/* Mostre ele apenas na versão mobile/tablet */

@media screen and (max-width: 1440px) {
  .personal-texts {
    width: 100%;
    margin-left: 12rem;
  }
}

@media screen and (max-width: 1024px) {
  .personal-texts {
    width: 100%;
    margin-left: 8rem;
  }
}

@media screen and (max-width: 807px) {
  .IMG_Board {
    display: none;
  }

  .IMG_Board_tablet {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 18rem;
    padding: 1rem;
  }

  .IMG_Board_tablet img {
    display: block;
    width: 100%;
    max-width: 22.4rem;
    height: 15rem;
  }

  .text-about {
    width: 19.66875rem;
  }

  .Skill_Board {
    width: 20.75rem;
    height: auto;
  }

  .Skill_Board h3 {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .img_Curio img {
    width: 100%;
    max-width: 274px;
  }
  .Curio_Texts {
    width: 100%;
    max-width: 20.625rem;
  }

  .Project_Title {
    font-size: 3.125rem;
    padding: 0;
  }

  .Skill_Board h3 {
    font-size: 24px;
    font-weight: 600;
  }

  .Visual h3 {
    font-size: 32px;
    font-weight: 400;
  }

  .Project_Board {
    width: 100%;
    max-width: 41.5rem;
    height: 16.5625rem;
  }

  .IMG_Board {
    display: none;
  }
  .IMG_Board_tablet {
    display: flex;
  }

  .IMG_Board_tablet {
  }

  .IMG_Board_tablet img {
    width: 100%;
    max-width: 275px;
    height: 206px;
  }

  .Project_Text {
    padding: 1.5625rem 1.5rem 2.5rem 1.5rem;
    gap: 0.625rem;
  }

  .Project_Text h3 {
    font-size: 1.625rem;
  }

  .Project_Title {
    padding: 0px;
  }

  .Contat_Title h3 {
    font-size: 1.875rem;
  }

  .personal-texts {
    align-items: start;
  }
  .hidden-text ul {
    margin: 0;
  }
}

@media (max-width: 942px) {
  .Skill_section {
    padding: 3.75rem 40px 2.5rem 40px;
  }

  .Curio_Title span {
    display: block;
  }

  .Curio_Title span img {
    width: 90%;
  }

  .personal-texts {
    margin-left: 0;
  }

  .Skill_Texts {
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    padding-bottom: 60px;
    gap: 80px;
    height: 255px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
  }

  .Skill_Texts::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  .Skill_Board {
    flex: 0 0 auto;

    scroll-snap-align: center;
    min-width: 255px;
    width: 100%;
    max-width: 322px;
    height: auto;
  }

  .Skill_Resume {
    height: auto;
    width: 60rem;
    max-width: 100%;
  }

  .Skill_Title {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .Skill_Board {
    max-width: 19.4375rem;
    width: 100%;
  }

  .Copy_Text h3 {
    font-size: 12px;
  }

  .tr_end img {
    width: 30.44px;
    height: 15.1px;
  }

  .Curio {
    display: flex;
    width: 100%;
    max-width: 66.5rem;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: white;
    margin: 0 auto;
  }

  .Curio_Texts {
    margin-top: 30px;
  }

  .Skill_Resume {
    height: auto;
  }

  .Project_Board {
    width: 100%;
    max-width: 664px;
    height: auto;
  }

  .IMG_Board img {
    width: 100%;
    max-width: 328px;
    height: 244px;
  }

  #title-toggle {
    font-size: 14px;
  }

  .hidden-text ul li {
    font-size: 12px;
  }

  .Skill_Title {
    font-size: 26px;
  }

  .Curio_Title {
    font-size: 20px;
  }

  .Curio_Texts p {
    font-size: 14px;
  }

  .Curio {
    flex-wrap: wrap;
  }

  .Project_Title {
    font-size: 32px;
  }

  .Project_Text h3 {
    font-size: 26px;
  }

  .Project_Text p {
    font-size: 14px;
  }

  .Project_Text button {
    font-size: 14px;
  }

  .Contact_Options {
    gap: 1rem;
  }
}

@media screen and (max-width: 680px) {
  .img_about .tablet-img {
    display: none;
  }

  .Curio {
    justify-content: center;
  }

  .Contact_Options {
    flex-wrap: wrap;
  }

  .Contact_Texts {
    max-width: 200.73px;
  }

  .img_about .mobile-img {
    display: block;
  }

  .IMG_Board,
  .IMG_Board_tablet {
    display: none;
  }

  .IMG_Board_mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 18rem;
    padding: 1rem;
  }

  .IMG_Board_mobile img {
    display: block;
  }

  .text-about {
    width: 250px;
  }
}

@media screen and (max-width: 550px) {
  .hidden-text ul {
    display: flex;
  }

  .Skill_Board h3 {
    font-size: 16px;
  }

  .Visual h3 {
    font-size: 20px;
  }

  .personal-texts {
    padding: 1rem;
  }

  .personal-texts.open {
    padding-bottom: 1rem;
  }

  #title-toggle {
    font-size: 12px;
  }

  .hidden-text ul li {
    font-size: 10px;
  }

  .Skill_Title {
    font-size: 20px;
  }

  .Skill_Board p {
    font-size: 12px;
  }

  .Curio_Title {
    font-size: 16px;
  }

  .Curio_Texts p {
    font-size: 12px;
  }

  .Project_Title {
    font-size: 24px;
  }

  .Project_Text h3 {
    font-size: 20px;
  }

  .Project_Text p {
    font-size: 12px;
  }

  .Project_Text button {
    font-size: 12px;
  }

  .Contat_Title h3 {
    font-size: 24px;
  }

  .Contact_Section {
    padding: 0 24px 3rem 24px;
  }

  .description_content {
    padding-top: 3rem;
  }

  .Skill_section {
    padding: 3.75rem 16px 2.5rem 16px;
    gap: 1rem;
  }

  .tr_end img {
    width: 30.62px;
    height: 15.19;
  }

  .Copy_Text h3 {
    font-size: 10px;
  }

  .Project_Section {
    padding: 4rem 1rem 5rem 1rem;
  }

  .Project_Board {
    margin-top: 5rem;
  }
}
