@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@1,600&family=Slabo+27px&family=Zilla+Slab:ital,wght@0,500;0,700;1,600&display=swap");

/* UPDATED HEADER / NAVIGATION */
nav {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #000 !important;
  padding: 1em;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}

nav ul li {
  list-style-type: none;
  flex: 0;
}

nav ul li a {
  color: #c9a96e !important;
  background: transparent !important;
  font-family: "Zilla Slab", serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 5px;
  display: inline-block;
  letter-spacing: 1.3px;
}

nav ul li a:hover {
  background: #c9a96e !important;
  color: #fff !important;
  border-radius: 5px;
}

@media all and (max-width: 1000px) {
  .navigation ul {
    flex-wrap: wrap;
  }

  .navigation li {
    flex: 1 1 50%;
  }

  .navigation .user {
    flex: 1 1 33.33%;
  }
}

@media all and (max-width: 480px) {
  .navigation li {
    flex-basis: 100%;
  }

  .navigation .user {
    flex-basis: 50%;
  }
}

/* section stuff */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

#featured {
  background: #fff;
  margin-top: 20px;
  min-height: 400px;
}

#featured .section-title {
  text-align: center;
  padding: 0 1em;
  line-height: 0.9;
  font-size: 20px;
  letter-spacing: 1.3px;
  font-weight: 500;
  color: #4a4e69;
  font-family: "Slabo 27px", serif;
  cursor: pointer;
  transition: 0.9s cubic-bezier(0.13, 0.38, 0.45, 0.94);
  margin: 40px 0;
}

#featured .section-title:hover {
  letter-spacing: 1.8px;
  filter: blur(1px);
}

#featured .container__card-wrapper {
  width: 93%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#featured .container__card-wrapper .card {
  background-color: #fff;
  height: 480px;
  width: 100%;
  border-radius: 2px;
  max-width: 20em;
  margin: 2em 0.7em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
  text-align: center;
  position: relative;
}

#featured .container__card-wrapper .card:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

#featured .container__card-wrapper .card .img {
  height: 370px;
  background-repeat: no-repeat;
  background-position: center center;
}

#featured .container__card-wrapper .card .info {
  top: 0;
  left: 0;
  text-align: center;
  margin: 100px 0 0 0;
  width: 100%;
  z-index: 10;
}

#featured .container__card-wrapper .card .info h3 {
  line-height: 0.9;
  font-size: 50px;
  letter-spacing: 1.3px;
  font-weight: 500;
  color: #c4c4c4 !important;
  font-family: "Slabo 27px", serif;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 10px;
  left: 15px;
}

#featured .container__card-wrapper .card .info small {
  line-height: 0.9;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.3px;
  font-weight: 500;
  color: #f0efeb;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 60px;
  left: 17px;
}

#featured .container__card-wrapper .card .info p {
  line-height: 1;
  font-size: 16px;
  letter-spacing: 1.3px;
  font-weight: 500;
  color: #555b6e;
  font-family: "Zilla Slab", serif;
  font-weight: bold;
  position: absolute;
  bottom: 42px;
  left: 17px;
  padding: 0 1em;
  z-index: 20;
}

#featured .container__card-wrapper .card .info .count-green {
  line-height: 0.9;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: #555b6e;
  position: absolute;
  top: 450px;
  left: 51px;
  z-index: 77;
}

#featured .container__card-wrapper .card .info .count {
  color: #EF476F;
  line-height: 0.9;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.8px;
  font-weight: 500;
  position: absolute;
  top: 450px;
  left: 51px;
  z-index: 77;
}

#featured .container__card-wrapper .card .info .btn {
  line-height: 0.9;
  letter-spacing: 0.1em;
  font-family: "Zilla Slab", serif;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  color:#c9a96e;
  position: absolute;
  margin: 0;
  bottom: 20px;
  background-size: 200% auto;
  right: 17px;
  z-index: 90;
  padding: 0.6em 2em;
  border-radius: 16px;
  transition: 0.9s cubic-bezier(0.13, 0.38, 0.45, 0.94);
  background-image: linear-gradient(#444, #333);
  text-align: center;
  color: #c9a96e;
  margin: 0 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.175s ease;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
  pointer-events: all;
}

#featured .container__card-wrapper .card .info .btn:hover {
  background-position: right center;
  color: #b3b3b3;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
}

#featured .container__card-wrapper .card .info .heart-02 {
  position: absolute;
  height: 10px;
  width: 10px;
  top: calc(94% - 12px);
  left: calc(16% - 12px);
  transform: rotate(45deg);
  background-color: #A2D9CE;
  animation-name: heart-02;
  animation-duration: 6.2s;
  cursor: pointer;
  animation-iteration-count: infinite;
  z-index: 77;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
}

#featured .container__card-wrapper .card .info .heart-02::before, 
#featured .container__card-wrapper .card .info .heart-02::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #A2D9CE;
}

#featured .container__card-wrapper .card .info .heart-02::before {
  left: -7px;
}

#featured .container__card-wrapper .card .info .heart-02::after {
  top: -7px;
}

#featured .container__card-wrapper .card .info .heart {
  position: absolute;
  height: 10px;
  width: 10px;
  top: calc(94% - 12px);
  left: calc(16% - 12px);
  transform: rotate(45deg);
  background-color: #EF476F;
  animation-name: heart;
  cursor: pointer;
  animation-duration: 6.2s;
  animation-iteration-count: infinite;
  z-index: 77;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
}

#featured .container__card-wrapper .card .info .heart::before, 
#featured .container__card-wrapper .card .info .heart::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #EF476F;
}

#featured .container__card-wrapper .card .info .heart::before {
  left: -7px;
}

#featured .container__card-wrapper .card .info .heart::after {
  top: -7px;
}

@keyframes heart {
  0% {
    transform: rotate(48deg) scale(1);
  }
  35% {
    transform: rotate(50deg) scale(1.1);
  }
  50% {
    transform: rotate(48deg) scale(1);
  }
  60% {
    transform: rotate(46deg) scale(1.25);
  }
  100% {
    transform: rotate(45deg) scale(1);
  }
}

@keyframes heart-02 {
  0% {
    transform: rotate(28deg) scale(1);
  }
  35% {
    transform: rotate(30deg) scale(1.1);
  }
  50% {
    transform: rotate(28deg) scale(1);
  }
  60% {
    transform: rotate(26deg) scale(1.25);
  }
  100% {
    transform: rotate(25deg) scale(1);
  }
}

#featured .container__card-wrapper .card .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(121, 209, 202, 0.329);
  background: linear-gradient(to bottom, rgba(254, 252, 234, 0.03) 40%, rgba(252, 250, 235, 0.03) 9%, #efefef 100%);
  width: 100%;
  height: 100%;
  z-index: 9;
}

#featured .container__card-wrapper .card .cardlayer-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e0f5e3;
  background: linear-gradient(180deg, #FFFFFF 0%, #D3E0FF 100%);
  background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
  background-image: linear-gradient(top, #f4f1ee, #fff);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3), inset 0px 2px 1px 1px white, inset 0px -1px 1px 1px rgba(204, 198, 197, 0.5);
  opacity: 0;
  visibility: hidden;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 80;
  transition: 0.9s cubic-bezier(0.13, 0.38, 0.45, 0.94);
  overflow: hidden;
  pointer-events: none;
}

#featured .container__card-wrapper .card .cardlayer-overlay__content {
  padding: 2em;
  width: 100%;
  height: 100%;
  position: relative;
}

#featured .container__card-wrapper .card .cardlayer-overlay__content h3 {
  line-height: 1.1;
  font-size: 28px;
  letter-spacing: 1.3px;
  font-weight: 500;
  color: #4a4e69;
  font-family: "Slabo 27px", serif;
  position: absolute;
  padding: 0 15px;
  margin: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 30px;
  text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#featured .container__card-wrapper .card .cardlayer-overlay__content hr {
  width: 70px;
  height: 3px;
  margin: 3px auto;
  border: 0;
  background: #f0efeb;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 150px;
}

#featured .container__card-wrapper .card .cardlayer-overlay__content p {
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: #555b6e;
  font-family: "Zilla Slab", serif;
  position: absolute;
  padding: 0 20px;
  margin: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 100px;
  max-height: 180px;
  overflow-y: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#featured .container__card-wrapper .card .cardlayer-overlay__content p:last-child {
  top: 320px;
  font-size: 13px;
  max-height: 80px;
}

#featured .container__card-wrapper .card-overlay {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

#featured .container__card-wrapper .card-overlay:hover .cardlayer-overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: 0.9s cubic-bezier(0.13, 0.38, 0.45, 0.94);
}

img {
  max-width: 100%;
  display: block;
}

.hero {
  text-align: center;
  padding: 10em 1em;
  background: #222;
}

@supports (background-blend-mode: multiply) {
  .hero {
    background: url(https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/56613797-3ba9-471e-be14-141949d3ec5e/de5n3nn-57e9b404-945a-4ac2-8c4b-6e683e9e7db6.jpg/v1/fill/w_1024,h_320,q_75,strp/sunflower_by_toash_de5n3nn-fullview.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOiIsImlzcyI6InVybjphcHA6Iiwib2JqIjpbW3siaGVpZ2h0IjoiPD0zMjAiLCJwYXRoIjoiXC9mXC81NjYxMzc5Ny0zYmE5LTQ3MWUtYmUxNC0xNDE5NDlkM2VjNWVcL2RlNW4zbm4tNTdlOWI0MDQtOTQ1YS00YWMyLThjNGItNmU2ODNlOWU3ZGI2LmpwZyIsIndpZHRoIjoiPD0xMDI0In1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmltYWdlLm9wZXJhdGlvbnMiXX0.liQjyUmZEITMVWxuwNEaZdkDNa8blbWzDlfq_uInuN0), linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
    background-blend-mode: overlay;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .hero__wrapper h1 {
    line-height: 0.8;
    font-size: 4rem;
    font-size: clamp(3rem, calc(5w + 1rem), 4.5);
    letter-spacing: 1.3px;
    font-weight: 500;
    color: #fff;
    font-family: "Slabo 27px", serif;
    padding: 0;
    filter: blur(1px);
  }

  .hero__wrapper h3 {
    line-height: 0.9;
    font-size: 50px;
    letter-spacing: 1.3px;
    font-weight: 500;
    color: #4a4e69;
    font-family: "Slabo 27px", serif;
    margin-top: -40px;
  }
}

.filter-section {
  text-align: center;
  padding: 30px 0;
  background: #fff;
}

.filter-btn {
  display: inline-block;
  padding: 12px 25px;
  margin: 5px;
  background: #f0efeb;
  color: #4a4e69;
  text-decoration: none;
  border-radius: 8px;
  font-family: "Zilla Slab", serif;
  font-weight: 600;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.filter-btn:hover,
.filter-btn.active {
  background: #4a4e69;
  color: #fff;
  border-color: #4a4e69;
}

/* FOOTER STYLES */
footer {
  background: #222;
  color: #fff;
  padding: 50px 0 20px;
  margin-top: 60px;
  font-family: "Zilla Slab", serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-section h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Slabo 27px", serif;
  letter-spacing: 1.2px;
}

.footer-section p,
.footer-section ul {
  color: #ccc;
  line-height: 1.8;
  font-size: 14px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #A2D9CE;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.footer-social a {
  color: #fff;
  background: #333;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 18px;
}

.footer-social a:hover {
  background: #A2D9CE;
  color: #222;
  transform: translateY(-3px);
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #444;
  color: #999;
  font-size: 13px;
}

.footer-bottom a {
  color: #A2D9CE;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}