
.hero{height:80vh;background:url('https://picsum.photos/1600/900') center/cover;position:relative}
.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.6)}
.hero-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}

ul li a {
  color: #faf7f7; /* tamaro je color hovu joiye */
  text-decoration: none; /* underline hataavi de */
}

ul li a:hover {
  color: #eccd1a; /* hover karva par color badlase */
  text-decoration: underline; /* hover par underline aavse */
}
.btn-rm-line {
  color: black;
  text-decoration: none; /* underline hataavi de */
}

.card-btn-rm-line {
  color: #faf7f7;
  text-decoration: none; /* underline hataavi de */
}
.container ul li a {
  font-family: 'Poppins', serif;
}
.container a {
  font-family: 'Poppins', serif;
}
