@import "main.css";

main.upsell-downl {
  padding-top: 0;
}

.upsell-downl .downl-top {
  padding-bottom: 0;
}

.upsell-downl .bordered-text::after,
.upsell-downl .bordered-text::before {
  background: linear-gradient(270deg, rgba(223,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0));
  content: '';
  display: block;
  height: 1px;
  margin: 20px auto;
  width: 250px;
}

.upsell-downl .golden-text {
  color: rgba(223,190,106,0.9);
}

.upsell-downl .container-list {
  background-image: url("../images/reasons-bk.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  padding: 42px 0;
}

.upsell-downl .downl-item img {
  max-width: 100%;
}

.upsell-downl .downl-item.smaller-item img {
  max-width: 300px;
}

.upsell-downl .downl-item .downl-link {
  color: #007bff;
  display: inline-block;
  font-size: 30px;
  font-style: italic;
}

.upsell-downl .downl-item .downl-link:hover {
  cursor: pointer;
}

.upsell-downl .downl-items {
  background-image: url("../images/glitter-bk-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* --- Footer --- */

.navbar-menu ul {
  display: flex;
  font-size: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.7s ease-out;
}

.navbar-menu ul li {
  margin-right: 15px;
}

.navbar-menu ul li:last-child {
  margin: 0;
}

.navbar-menu ul a {
  color: #000;
}

.navbar-menu ul a:hover {
  border: none;
  text-decoration: none;
}
