@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Bryndan Write";
  src: url(fontes/BryndanWrite.ttf);
}

* {
  font-family: "poppins", sans-serif;
  text-decoration: none;
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

.cakes {
  font-family: "Bryndan Write", "Bree Serif", sans-serif;
  font-size: 3rem;
  color: #e4d00a;
  margin-bottom: 20px;
}

.logo {
  width: 150px;
}

body {
  overflow-y: auto;
  padding: 0 100px;
  background-color: #f9f9f9;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
}

.link {
  cursor: pointer;
  color: black;
  font-family: "Bree Serif", sans-serif;
  font-size: 1.6rem;
}

.catalogo {
  opacity: 0.35;
}

.home {
  margin-right: 35px;
  position: relative;
}

.home::after {
  content: " ";
  width: 100%;
  height: 3px;
  background-color: #e4d00a;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-radius: 5px;
}

.left-main {
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main {
  display: flex;
  justify-content: space-around;
}

.imagem-ilustrativa {
  width: 320px;
  height: 300px;
}

.link-conteiner {
  margin-right: 100px;
}

.frase-efeito {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 40px;
}

p {
  font-size: 1.3rem;
  margin-bottom: 60px;
}
.catalogo-link {
  background-color: #fdda0d;
  font-size: 1.2rem;
  color: black;
  padding: 20px 30px;
  border-radius: 10px;
  margin-right: 30px;
  box-shadow: 3px 3px 30px 5px #e4d00a;
}

.whatsapp-link {
  background-color: #e8e8e8;
  font-size: 1.2rem;
  color: black;
  padding: 20px;
  border-radius: 10px;
  transition: background-color 0.5s ease;
}

.whatsapp-link > i {
  font-size: 1.5rem;
  margin-right: 3px;
}

@media (max-width: 1000px) {
  /* width: 320px;
    height: 300px; */
  .imagem-ilustrativa {
    display: none;
  }
  .left-main {
    width: 100vw;
  }
  body {
    padding: 0 50px;
  }
}

@media (max-width: 700px) {
  header {
    margin: 25px 0;
  }
  .frase-efeito {
    margin-bottom: 20px;
  }
  p {
    margin-bottom: 30px;
  }
  .cakes {
    font-size: 2.5rem;
  }
  .frase-efeito {
    font-size: 1.8rem;
  }
  p {
    font-size: 1rem;
  }
  .catalogo-link {
    font-size: 1rem;
    padding: 20px 20px;
  }
  .whatsapp-link {
    font-size: 1rem;
    padding: 20px;
  }
}

@media (max-width: 500px) {
  .whatsapp-link {
    padding: 30px 20px;
  }
  .catalogo-link {
    padding: 30px 20px;
    margin-right: 0;
    margin-bottom: 35px;
    box-shadow: 3px 3px 20px 3px #e4d00a;
  }
  body {
    padding: 0 50px;
  }
  .buttons {
    display: flex;
    flex-direction: column;
  }
}
