@media (min-width: 768px) {
}

@media (min-width: 1024px) {
}

body,
html {
  font-family: "Exo 2", sans-serif;
  background-color: #141414;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

#hero-decor-circles {
  position: absolute;
  top: 30%;
  transform: translate(-50%);
}

#hero-decor-circles span {
  position: absolute;
  width: 280px;
  height: 120px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0.1;
}

#hero-decor-circles span:nth-child(1) {
  top: 0;
}
#hero-decor-circles span:nth-child(2) {
  top: 10px;
}
#hero-decor-circles span:nth-child(3) {
  top: 20px;
}
#hero-decor-circles span:nth-child(4) {
  top: 30px;
}
#hero-decor-circles span:nth-child(5) {
  top: 40px;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

nav {
  background-color: #1c1c1c;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}

h1 {
  /* background-color: #1a1a1a; */
  font-size: 1.8em;
  color: #f7f7f7;
  text-align: center;
  margin: 20px 0 10px;
}

.list-icons {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0 0 20px;
  padding-top: 20px;
  z-index: 1;
}

.list-icons a {
  color: #f7f7f7;
  text-decoration: none;
}

.list-icons i {
  font-size: 28px;
}

.icon-img {
  width: 28px;
  height: 28px;
}

li {
  color: #ffffff;
}

.container-img {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0 0 0;
}

.container-img img {
  margin: 30px 0;
  filter: grayscale(100%);
  position: relative;
  width: 80%;
}

#container-biograph {
  display: flex;
  flex-direction: column;
  text-align: center;
}

h3 {
  color: #ffffff;
}

#underline-biograph {
  border-bottom: 3px solid #5bd9a2;
}

p {
  color: #d6d6d6;
}

/* #container-biograph-contact {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
} */

#container-biograph-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#container-biograph-contact a {
  text-decoration: none;
  color: #f7f7f7;
}

#underline-contact-bibliograph {
  border-bottom: 1px solid;
  color: #5bd9a2;
  margin-top: 10px;
  width: fit-content;
  min-width: 20%;
}

hr {
  margin-top: 60px;
}

/* SEÇÃO EXPERIÊNCIA */

#section-experience {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.expererienceH3 {
  font-size: 2rem;
}

.experinceP {
  border-bottom: 1px solid #4f4f4f;
  opacity: 0.6;
}

/* SEÇÃO PROJETOS */
#section-projects {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

h2 {
  font-size: 2rem;
  color: #ffffff;
}

#container-projects {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-around;
  gap: 60px;
}

#container-projects-contact a {
  text-decoration: none;
  color: #ffffff;
}

#underline-projects-contact {
  border-bottom: 2px solid #5bd9a2;
  margin-top: 10px;
}

.img-project {
  width: 303px;
}

#images-description-projects {
  margin-top: 40px;
}

.container-view {
  display: flex;
  gap: 40px;
}

.container-view a {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.6;
  transition: color 0.3s ease;
}

.container-view a:hover {
  color: #ffffff;
  opacity: 1;
}

.underline-view {
  border-bottom: 2px solid #5bd9a2;
  margin-top: 10px;
  margin-bottom: 40px;
}

#decor-circles-experience {
  position: absolute;
  left: 10%;
  top: 150%;
  transform: translateY(-50%);
}

#decor-circles-experience span {
  position: absolute;
  width: 250px;
  height: 120px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0.1;
}

/* DESLOCAMENTO DOS CIRCULOS */
#decor-circles-experience span:nth-child(1) {
  top: 0;
}
#decor-circles-experience span:nth-child(2) {
  top: 10px;
}
#decor-circles-experience span:nth-child(3) {
  top: 20px;
}
#decor-circles-experience span:nth-child(4) {
  top: 30px;
}
#decor-circles-experience span:nth-child(5) {
  top: 40px;
}

/* SEÇÃO CONTATO FORM  */

#section-form-contact {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #242424;
}

#container-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

form {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.inputs-texts-contact {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #ffffff;
  height: 60px;
  padding-top: 10px;
  padding-left: 10px;
  color: #ffffff;
  font-size: 1rem;
}

textarea {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #ffffff;
  height: 60px;
  padding-top: 20px;
  padding-left: 10px;
  color: #ffffff;
  font-size: 1rem;
  resize: none;
}

#container-btn-form {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

#form-btn {
  position: relative;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  padding: 0;
}

#form-btn::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: -8px;
  width: 80%;
  height: 2px;
  background-color: #5bd9a2;
  transition: transform 0.3s ease;
}

#form-btn:hover::after {
  transform: scaleX(1.2);
}

#decor-circles-form {
  position: absolute;
  left: -120px;
  top: 100%;
  transform: translate(-50%);
}

#decor-circles-form span {
  position: absolute;
  width: 280px;
  height: 120px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0.1;
}

#decor-circles-form span:nth-child(1) {
  top: 0;
}
#decor-circles-form span:nth-child(2) {
  top: 10px;
}
#decor-circles-form span:nth-child(3) {
  top: 20px;
}
#decor-circles-form span:nth-child(4) {
  top: 30px;
}
#decor-circles-form span:nth-child(5) {
  top: 40px;
}

/* FOOTER  */

#hr-footer {
  border-bottom: 3px solid #ffff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

footer {
  background-color: #242424;
  padding: 60px 20px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.container-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.container-footer h3 {
  font-size: 1.5rem;
  font-weight: 400;
}

.icons-footer {
  width: 40px;
  padding: 0;
}

#container-list-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#list-footer-icons {
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
}

#list-footer-icons li {
  background-color: #242424;
}

/* FORM ERROR  */
#form-error {
    color: #ff6b6b;
    font-size: 0.9rem;
    margin-top: 10px;
    text-align: center;
    display: none;
}

.input-error {
    border-bottom: 1px solid #ff6b6b;
}

/* RESPONSIVIDADE  */
@media (min-width: 768px) {
  header {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    

    h1 {
      position: absolute;
      right: 55%;
    }

    #biograph-h3 {
      font-size: 2rem;
    }

    #biograph-paragraph {
      font-size: 1.2rem;
    }

    #container-biograph {
      text-align: start;
      padding-left: 10px;
    }

    #container-biograph-contact {
      display: flex;
      align-items: start;
      margin-top: 20px;
    }

    #container-biograph-contact a {
      font-size: 1.4rem;
    }

    #underline-contact-bibliograph {
      width: 28%;
    }
  }

  /* SEÇÃO EXPERIÊNCIA  */
  #section-experience {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    .experinceP {
      border-bottom: 0;
    }

  }


  /* SEÇÃO PROJETOS  */
    #container-projects h2 {
        font-size: 2.8rem;
        margin-right: 300px;

    }
    #container-projects-contact {
        font-size: 2.0rem;
    }
    
    #images-description-projects {
        display: grid;
        grid-template-columns: repeat(2, 4fr);
        gap: 40px;
    }

    /* SEÇÃO FORMULARIO  */
    #container-contact h2 {
       font-size: 2.8rem;
    }

    #container-contact p {
        font-size: 1.6rem;
    }

    #container-form form {
        width: 60%;
    }

    #form-btn {
        font-size: 1rem;
    }

    #form-btn::after {
        content: "";
        position: absolute;
        height: 2px;
        background-color: #5bd9a2;
        transition: transform 0.3s ease;
    }

    #form-btn:hover::after {
        transform: scaleX(1.2);
    }

    /* FOOTER  */
    .container-footer h3 {
        font-size: 2rem;
    }

    .icons-footer {
        width: 40px;
    }
    
}

/* DESKTOP  */
@media (min-width: 1024px) {

    #container-biograph {
        margin-left: 40px;
    }

    #underline-contact-bibliograph {
        width: 10px;
        max-width: fit-content; 
    }

    #section-experience {
        display: grid;
        grid-template-columns: repeat(3, 2fr);
    }

    #horizontal-rule-experience {
        margin-left: 40px;
        margin-right: 40px;
    }

    .container-changed {
        z-index: 1;
    }

    #images-description-projects {
        gap: 80px;
    }

    #container-projects-contact a {
        font-size: 1rem;
    }

    #container-form form {
        width: 40%;
        
    }

    #section-form-contact {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

    }

    #container-contact {
        text-align: start;
        padding-left: 40px;
    }

    #container-form {
        display: flex;
        
    }

    #container-form form {
        width: 80%;
        
    }

    #container-btn-form {
        align-items: end;
    }


    .container-footer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        padding-top: 24px;
        gap: 80px;
        margin-right: 0;
    }


    #container-list-icons {
        justify-self: end;
    }

    /* Lista de ícones */
    #list-footer-icons {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    }

    .icons-footer {
    width: 28px;
    height: 28px;
    }
  
}


