*{
    box-sizing: border-box;
}

.oranienbaum-regular {
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  font-style: normal;
}

body{
    background-color: #F2F2EF;
    font-family: "Oranienbaum", serif;
}

/*NAVBAR*/

.Navbar {
    background: #bbb9ba;
    width: 100%;
    margin: auto;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: white;
    font-family: "Oranienbaum", serif;
    padding: 0.5rem 2rem;
    display: flex;
    align-items: center;
    min-height: 60px;
    max-width: auto;
    z-index: 9;
}

.Navbar-Content {
    width: auto;
    display: flex;
    flex: 1 0 0px;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.Navbar-Logo {
    font-size: 2rem;
    font-weight: 600px;
    font-family: "Oranienbaum", serif;
    letter-spacing: -1px;
}

.Navbar-Links {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex:  1 0;
    min-width: 0;
    flex-wrap: wrap;
}
.Navbar-Links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0 5%;
    border-radius: 6px;
    position: relative;
}

.Navbar-Links a:hover {
    color: #b9b9b9;
    background: #ffffff22;
}

.Navbar-Icons {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    flex-shrink: 0;
}

.Navbar-Icons .icon {
    color: #ffffff;
}

.Navbar-Icons .icon:hover {
    color: #636363;
}

/*HEADER*/

header{
    display: flex;
    padding: 2rem;
}

header h1 {
    font-family: "Oranienbaum", serif;
    font-weight: bold;
    font-size: 4rem;
    margin: auto;
    text-align: center;
    color: black;
}

.About-us{
    padding: 10px 40px;
}

.us {
    padding: 40px 96px 0px;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    display: grid;
    flex: 0 0 auto;
    gap: 32px;
    grid-auto-rows: min-content;
    grid-template-rows: repeat(1, min-content);
    height: min-content;
    justify-content: center;
    padding: 0px;
    position: relative;
    width: 100%;
}

.Card{
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
    border-radius: 12px;
    text-align: center;
    padding: 10px 0 0;
}

.icon-card {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 12px;
    gap: 0.5rem;
}

/*SHOP*/

.Store{
    grid-template-columns: repeat(2, auto);
    padding: 10px 40px;
    display: grid;
    gap:20px
}

.Store-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.product-card {
    color: white;
    background-color: #d8d5d5;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
    flex-direction: column;
    text-align: center;
}

.product-image img {
    width: 100%;
    height: auto;
}

.product-info {
    text-align: center;
    align-items: center;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bolder;
}

.price{
    font-size: 15px;
    text-align: center;
    align-items: center;
    font-weight: lighter;
    color: #ffffff;
}

.filters{
    background-color: white;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.filters h2{
    text-align: left;
    width: 80px;
    font-size: 35px;
    padding-left: 10px;
    margin: 0;
}

.Service-filter{
    text-align: left;
    padding-left: 10px;
    background-color: #ffffff;
}

.Service-filter h3{
    text-align: left;
    font-size: 20px;
    padding: 0 5px;
    margin: 10px 0;
}

.Price-filter{
    text-align: left;
    padding-left: 10px;
    background-color: #ffffff;
}

.Price-filter h3{
    text-align: left;
    font-size: 20px;
    padding: 0 5px;
    margin: 15px 0;
}

.Discounts{
    text-align: left;
    padding-left: 10px;
    background-color: #ffffff;
}

.Discounts h3{
    text-align: left;
    font-size: 20px;
    padding: 0 5px;
    margin: 15px 0;
}

/*Contact*/

.Contact {
    background-image: url(https://media.istockphoto.com/id/1154618066/es/foto/fondo-de-spa.jpg?s=612x612&w=0&k=20&c=8FDEVVtSY0haGyKqyrYCKo1O7ee4ucgDMh6Py2n4MFU=);
    background-size: cover;
    background-position: center;    
    background-repeat: no-repeat;
    background-color: #FCFCFC;
    text-align: center;
    padding: 100px 40px;
    margin: 30px 40px;
}

.Contact h2{
    color: rgb(0, 0, 0);
    align-items: center;
    font-size: 2.5rem;
    font-family: "Oranienbaum", serif;
    font-weight: bolder;
    margin-bottom: 1rem;
}

.Contact a{
    color: rgb(0, 0, 0);
    font-size: 1.5rem;
    text-decoration: none;
}

.Contact a:hover{
    text-decoration: underline;
}

/*FOOTER*/

footer {
    background: #000000;
    color: white;
    padding: 40px 0;
    text-align: center;
}

footer h3 {
    font-family: "Oranienbaum", serif;
    font-weight: bold;
    font-size: 2rem;
}

footer p {
    font-size: 1rem;
}

.social-media {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0;
  margin: 0;
}

.icon-img-social {
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease;
}

.icon-img-social:hover {
  transform: scale(1.1);
}