/* url font online */
@import url(https://db.onlinewebfonts.com/c/bdffeaca019f2dc4e584d651948d86a0?family=jsMath-cmti10);

@font-face {
  font-family: "jsmath";
  src: url("https://db.onlinewebfonts.com/t/bdffeaca019f2dc4e584d651948d86a0.eot");
  src: url("https://db.onlinewebfonts.com/t/bdffeaca019f2dc4e584d651948d86a0.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/bdffeaca019f2dc4e584d651948d86a0.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/bdffeaca019f2dc4e584d651948d86a0.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/bdffeaca019f2dc4e584d651948d86a0.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/bdffeaca019f2dc4e584d651948d86a0.svg#jsMath-cmti10")
      format("svg");
}
section.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

section .hero-img {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  background: url("https://res.cloudinary.com/dzgi97vi2/image/upload/v1747840278/portfolio_a8qqnp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: brightness(0.5);
  text-align: center;
  background-attachment: fixed;
  z-index: -1;
}

section.hero h1 {
  font-size: 3.5rem;
  color: white;
  line-height: 4rem;
  font-family: "jsmath";
  text-shadow: 0 5px 10px #0004;
}

p.title-desc {
  color: white;
  font-size: 1rem;
  margin-bottom: 2rem;
  text-shadow: 0 10px 5px 10px #0004;
}

.btn-primary {
  background-color: var(--primary);
  color: #fff;
}

.btn-primary:hover {
  background-color: var(--primaryHover);
  color: #fff;
}

.btn-secondary {
  background-color: #fff;
  color: var(--primary);
}

.btn-secondary:hover {
  background-color: var(--primary);
  color: #fff;
}

iframe {
  width: 100%;
  height: 13rem;
  background: #727272;
  border-radius: 1rem;
}

.desc-info {
  display: flex;
  gap: 0.8rem;
  color: #727272;
  margin-bottom: 0.5rem;
}

.card-travel {
  margin-bottom: 1.5rem;
}

.card-desc {
  width: 100%;
}

.card-travel .img-container {
  height: 15rem;
  object-fit: cover;
  object-position: center;
  border-radius: 2rem !important;
}

.card-travel .img-container img {
  border-radius: 1.5rem !important;
}

.card-travel-second {
  background-color: #4545451f;
}

@media screen and (min-width: 768px) {
  section.hero h1 {
    font-size: 5rem;
  }
  p.title-desc {
    font-size: 1.2rem;
  }
  .card.card-travel {
    display: flex;
    flex-direction: column !important;
  }
  .card-travel .img-container {
    height: 22rem;
  }
  .card-left-p {
    padding-left: 0.6rem;
  }

  iframe {
    height: 17rem;
  }

  .btn {
    padding: 0.8rem 1.5rem;
    gap: 1rem;
    font-size: 1rem;
  }

  .btn-primary,
  .btn-secondary {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  section.hero h1 {
    font-size: 10rem;
    line-height: 8rem;
  }
  p.title-desc {
    font-size: 1.4rem;
  }

  .card-desc {
    width: 50%;
  }
  .card-travel .img-container {
    width: 50% !important;
    padding: 1rem;
  }
  iframe {
    height: 27rem;
  }
}
