
body {
    margin: 0;
  } 
  .center-div {
    background-image: url('../images/parc-casa-de-cultura-centru-buhusi.jpg');
    background-color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    justify-content: center;
    /* color: #fff;
    text-shadow:
    -2px -2px 0 #333,
    2px -2px 0 #333,
    -2px 2px 0 #333,
    2px 2px 0 #333; */
    padding-top: 50px;
  }
  .bg-light-blue {
    background: #ddf1ff;
  }
  .bg-dark-blue {
    background: #309;
    background-color: #309!important;
  }
  .bg-pink {
    background: #f7ccd9;
  }
  .bg-shadow {
    background: rgba(51,0,153, 0.5);
    width: 100%;
    height: 100%;
    text-align: center;
  }
  @media (min-width: 768px) {
    .center-div {
      display: flex;
      align-items: center;
    }
    .bg-shadow {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }
  .navbar {
    position: fixed;
    width: 100%;
    z-index: 100;
    border-bottom: 2px solid #333;
  }
  .scroll-down {
    padding-top: 2em;
    cursor: pointer;
    color: #fff;
    font-size: 3em;

    position:absolute;
    left: 0;
    right: 0;
    bottom: 5em;
  }
  @media (min-width: 768px) {
    .scroll-down {
      position:relative;
      left: unset;
      right: unset;
      bottom: unset;
    }
  }

  .search-box {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 90vw;
    padding-top: 3em;
}
@media (min-width: 768px) {
  .search-box {
    position: relative;
    text-align: center;
    margin: 0 auto; 
    padding-top: 0;
}
}
.search-box input {
    border-radius: 25px;
    padding-right: 40px;
    width: 90vw;
    height: 50px;
}

@media (min-width: 768px) {
  .search-box, .search-box input {
      width: 350px;
  }
}

@media (min-width: 768px) {
  .search-box, .search-box input {
      width: 450px;
  }
}
.search-box .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 3em;
}
@media (min-width: 768px) {
  .search-box .icon {
    padding-top: 0;
  }
}
.search-box i {
  font-size: 22px;
    padding-right: 5px;
}
.promovare img {
  max-width: 100%;
}

.card {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.card img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.descopera-cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


@media (min-width: 600px) {
  .card img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
}
