@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

/*------------------------------HEADER------------------------------*/
header {
  width: 100%;
}

header .container {
  display: grid;
  align-items: center;
  grid-template: auto / 25% 75%;
}

.logo {
  display: grid;
  color: #e85186;
  align-items: center;
  justify-content: center;
}

.logo h1 {
  font-size: 6vw;
  font-weight: lighter;
  font-family: "Satisfy", cursive;
}

.navbar {
  display: grid;
  align-items: center;
  justify-content: flex-end;
  grid-template: auto auto / 100%;
}

.nav-menu {
  display: flex;
  list-style: none;
  justify-content: flex-end;
}

.nav-item {
  font-size: 1.7vw;
  padding: 1vh 1.7vw;
}

.nav-link {
  color: black;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
  text-decoration-color: #e85186;
}

.hamburger {
  display: none;
}

.bar {
  width: 30px;
  height: 3px;
  display: block;
  margin: 3px auto;
  background-color: #e85186;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/*------------------------------BANNER------------------------------*/
.banner img {
  width: 100%;
}

/*------------------------------PROJETO------------------------------*/
.projeto {
  width: 100%;
}

.projeto .container {
  display: grid;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  grid-template: auto / 50% 50%;
}

.projeto .container .image {
  width: 100%;
  height: 100%;
  display: flex;
}

.projeto .container .image .image-text {
  margin: 50px 0 0 25px;
}

.projeto .container .image img {
  width: 100%;
}

.projeto .container .text {
  width: 90%;
  margin: auto;
}

.projeto .container .text p {
  padding: 2vh 0vw;
  font-size: 1.45vw;
  text-align: justify;
}

/*------------------------------INSTAGRAM------------------------------*/
.instagram {
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
}

.instagram h1 {
  font-weight: 400;
  font-size: 2.5vw;
  padding: 1.5vw 0;
}

.instagram h1 span {
  font-size: 3vw;
  color: #e85186;
  font-weight: lighter;
  font-family: "Satisfy", cursive;
}

.instagram h1 img {
  width: 3vw;
}

.instagram a {
  color: black;
  text-decoration: none;
}

.instagram a:hover {
  text-decoration: underline;
  text-decoration-color: #e85186;
}

/*------------------------------MAKING------------------------------*/
.making {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-image: url("../assets/header3.jpg");
}

.making .container {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template: auto / 50% 50%;
}

.making .container .text {
  width: 90%;
  margin: auto;
}

.making .container .text h1 {
  color: white;
  font-size: 4vw;
  text-align: center;
  font-weight: lighter;
  font-family: "Satisfy", cursive;
}

.making .container .text p {
  color: white;
  margin-top: 3vh;
  font-size: 1.8vw;
  text-align: justify;
}

.making .container .text p a {
  width: 50%;
  margin: auto;
  display: block;
  font-size: 1.5vw;
  color: #e85186;
  text-align: center;
  padding: 1.5vh 3vw;
  border-radius: 10px;
  text-decoration: none;
  background-color: white;
}

.making .container .text p a:hover {
  text-decoration: underline;
}

.making .container .video {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.making .container .video iframe {
  width: 80%;
  height: 60%;
}

/*------------------------------EXPO------------------------------*/
.expo {
  width: 100%;
  text-align: center;
}

.expo .container h1 {
  margin: 2vh 0;
  font-size: 5vw;
  color: #e85186;
  font-weight: lighter;
  font-family: "Satisfy", cursive;
}

.expo .container .content {
  width: 100%;
  height: 100%;
  display: grid;
  padding-bottom: 5vh;
  align-items: center;
  justify-content: center;
  grid-template: auto auto / 100%;
}

.expo .container .content .image {
  width: 80%;
  margin: auto;
}

.expo .container .content .image img {
  width: 100%;
  height: 100%;
}

.expo .container .content .text {
  width: 80%;
  height: 100%;
  margin: auto;
  display: grid;
  padding-top: 2vh;
  align-items: center;
  text-align: justify;
}

.expo .container .content .text p {
  font-size: 1.5vw;
}

.expo .container .content .text p a {
  width: 50%;
  color: white;
  display: block;
  margin: 2vh auto;
  font-size: 1.5vw;
  text-align: center;
  padding: 1.5vh 3vw;
  border-radius: 10px;
  text-decoration: none;
  background-color: #e85186;
}

.expo .container .content .text a:hover {
  text-decoration: underline;
}

/*------------------------------SOFA------------------------------*/
.sofa {
  width: 100%;
}

.sofa .container {
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template: auto auto / 100%;
}

.sofa .container h1 {
  margin: 2vh 0;
  font-size: 5vw;
  color: #e85186;
  text-align: center;
  font-weight: lighter;
  font-family: "Satisfy", cursive;
}

.sofa .container .content {
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template: auto / 60% 40%;
}

.sofa .container .content .board {
  width: 95%;
  height: 100%;
  display: grid;
  margin: 3vh 0;
  align-items: center;
  background-color: #e85186;
  border-radius: 0 25px 25px 0;
}

.sofa .container .content .board .text {
  width: 90%;
  margin: auto;
}

.sofa .container .content .board .text p {
  color: white;
  font-size: 1.8vw;
  padding: 1.5vh 4vw;
  text-align: justify;
}

.sofa .container .content .board .subscribe {
  display: grid;
  justify-content: center;
}

.sofa .container .content .board .subscribe a {
  display: block;
  font-size: 1.5vw;
  color: #e85186;
  text-align: center;
  padding: 1.5vh 3vw;
  border-radius: 10px;
  text-decoration: none;
  background-color: white;
}

.sofa .container .content .board .subscribe a:hover {
  text-decoration: underline;
}

.sofa .container .content .sofa {
  display: flex;
  justify-content: flex-end;
}

.sofa .container .content .sofa img {
  width: 100%;
}

/*------------------------------FOOTER------------------------------*/
footer {
  width: 100%;
}

footer .container {
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template: auto auto / 100%;
}

footer .container .regua {
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
}

footer .container .regua img {
  width: 99%;
  margin: auto;
  margin-bottom: 1vh;
}

footer .container .termos {
  display: grid;
  padding: 2vh 0;
  justify-content: center;
}

footer .container .termos ul {
  display: flex;
  list-style: none;
}

footer .container .termos ul li {
  font-size: 1.4vw;
  padding: 1vh 15vw;
}

footer .container .termos ul li a {
  color: lightgray;
  text-decoration: none;
}

footer .container .termos ul li a:hover {
  text-decoration: underline;
  text-decoration-color: #e85186;
}

/*------------------------------RESPONSIVIDADE------------------------------*/
@media screen and (max-width: 768px) {
  /*------------------------------HEADER------------------------------*/
  header .container {
    grid-template: auto / 50% 50%;
  }

  .logo h1 {
    font-size: 10vw;
  }

  .nav-menu {
    top: 15vh;
    width: 100%;
    left: -100%;
    transition: 0.3s;
    text-align: center;
    position: absolute;
    flex-direction: column;
    background-color: #fff;
    /* box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05); */
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-item {
    margin: 2vh 0;
  }

  .nav-item {
    font-size: 3vw;
  }

  .hamburger {
    display: grid;
    margin: 2vh 2vw;
    cursor: pointer;
    align-items: center;
    justify-content: flex-end;
    grid-template: auto auto auto / auto;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  /*------------------------------PROJETO------------------------------*/
  .projeto .container {
    grid-template: auto auto / auto;
  }

  .projeto .container .image {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: auto / auto auto;
  }

  .projeto .container .image .image-woman {
    display: grid;
    justify-items: center;
    align-items: flex-start;
  }

  .projeto .container .image .image-text {
    display: grid;
    justify-items: center;
  }

  .projeto .container .image img {
    width: 70%;
  }

  .projeto .container .text p {
    font-size: 2.5vw;
    padding: 5vh 0vw;
  }

  /*------------------------------INSTAGRAM------------------------------*/
  .instagram h1 {
    font-size: 3vw;
  }

  .instagram h1 span {
    font-size: 4vw;
  }

  .instagram h1 img {
    width: 4vw;
  }

  /*------------------------------MAKING------------------------------*/
  .making {
    height: 100%;
  }

  .making .container {
    display: block;
    padding: 5vh 0;
  }

  .making .container .text {
    width: 80%;
  }

  .making .container .text h1 {
    font-size: 6vw;
  }

  .making .container .text p {
    font-size: 2.5vw;
  }

  .making .container .text p a {
    font-size: 2.5vw;
  }

  .making .container .video {
    width: 70%;
    height: 50vh;
    margin: auto;
    display: block;
    padding-top: 3vh;
    text-align: center;
  }

  .making .container .video iframe {
    width: 100%;
    height: 100%;
  }

  /*------------------------------EXPO------------------------------*/
  .expo .container h1 {
    font-size: 7vw;
  }

  .expo .container .content .text p {
    font-size: 2.5vw;
  }

  .expo .container .content .text p a {
    width: 70%;
    font-size: 2vw;
  }

  /*------------------------------SOFA------------------------------*/
  .sofa .container h1 {
    font-size: 7vw;
  }

  /*------------------------------FOOTER------------------------------*/
  footer .container .termos ul li {
    font-size: 2vw;
  }
}

@media screen and (max-width: 425px) {
  /*------------------------------HEADER------------------------------*/
  .nav-menu {
    top: 10vh;
  }

  .bar {
    width: 20px;
    margin: 2px auto;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /*------------------------------PROJETO------------------------------*/
  .projeto .container .text p {
    font-size: 3vw;
  }

  /*------------------------------MAKING------------------------------*/
  .making .container .text p {
    font-size: 3vw;
  }

  .making .container .text p a {
    font-size: 3vw;
  }

  .making .container .video {
    width: 80%;
    height: 35vh;
  }

  /*------------------------------EXPO------------------------------*/
  .expo .container h1 {
    font-size: 7vw;
  }

  .expo .container .content .text p {
    font-size: 3vw;
  }

  .expo .container .content .text p a {
    font-size: 3vw;
  }

  /*------------------------------SOFA------------------------------*/
  .sofa .container .content .board .text p {
    font-size: 3vw;
    padding: 1vh 2vw;
  }

  .sofa .container .content .board .subscribe a {
    margin: 1vh 0;
    font-size: 2.5vw;
  }

  /*------------------------------FOOTER------------------------------*/
  footer .container-footer .termos ul li {
    padding: 1vh 10vw;
    font-size: 2.5vw;
  }
}
