:root {
  --cursiveFont: "Ephesis", cursive;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #f2f8fc;
  margin: 0;
  padding: 0;
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("assets/italy/hero-bg-image.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px 0;
  font-weight: 100;
}

.hero h3 {
  font-family: "Ephesis", cursive;
}

.hero button {
  margin-top: 100px;
  cursor: pointer;
  transition: 1s ease-in-out;
  background-color: #102e33;
  opacity: 0.5;
  padding: 10px 12px;
  border-radius: 100%;
}

.hero button:hover {
  opacity: 0.9;
}

.description p {
  line-height: 1.8;
}

/*
.bg-image {
  background-image: url(https://plus.unsplash.com/premium_photo-1675865394988-465077cbdde4?q=80&w=725&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}*/

.menu-item.active {
  color: black;
  font-weight: bold;
  border-bottom: 2px solid black;
}
