﻿.mainBanner {
  background-size: cover;
  background-position: 50%;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
}

.mainBanner-mini {
  background-image: url("/img/BugetareParticipativa/bannerbugetareparticipativa.jpg");
  background-size: cover;
  background-position: 50%;
  height: 150px;
  padding-left: 0;
  padding-right: 0;
}

.page-header {
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 50%;
}

.page-header-mini {
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: left;
  background-size: cover;
  background-position: 50%;
}
.page-header-mini h3 {
  width: 515px;
}

.ripple-surface {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}

.btn-link {
  box-shadow: none;
  text-decoration: none;
}

.ct-div-block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

#div_block-20-26 {
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  text-align: left;
}

.ct-fancy-icon {
  display: inline-flex;
  border-radius: 50%;
}

.c-margin-bottom-m {
  margin-bottom: 3.5vmin;
}

.c-h4 {
  line-height: 1.3;
}

.c-heading-dark {
  color: rgba(0, 0, 0, 0.9);
}

.ct-text-block {
  font-weight: 800;
  font-size: 21px;
  color: #007bff;
}

.c-text-m {
  line-height: 1.7;
}

.c-margin-bottom-m {
  margin-bottom: 3.5vmin;
}

.ct-fancy-icon > svg {
  fill: currentColor;
}

.ct-headline {
  font-size: 35px;
  font-weight: 900;
  text-transform: none;
  margin-bottom: 15px;
}

.fancy_icon {
  border: 1px solid;
  padding: 20px;
  color: #007bff;
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  position: relative;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  /* background-image: linear-gradient(0deg, #000 0%, #444 100%); */
  color: rgba(0, 0, 0, 0.9);
  font-size: 26px;
  border-radius: 10px;
  margin: 0 4px;
  min-width: 13vw;
  min-height: 85px;
  box-shadow: 0px 0px 4px #a8a8a8;
  backdrop-filter: blur(5px);
  z-index: 2;
}

.countdown-item span:nth-child(1) {
  height: 33px;
}

.countdown-item span:nth-child(2) {
  font-size: 16px;
}

.pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  opacity: 1;
  background-color: #888;
  border-radius: 50%;
  z-index: 1;
  animation: pluseAnimation 1s ease infinite;
}

.header-box {
  backdrop-filter: blur(5px);
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 20px;
}

.header-box-about {
  backdrop-filter: blur(1em);
  padding: 140px;
  border: 1px solid #fff;
  border-radius: 0px;
  transform: rotate(45deg);
}

.header-box-mini {
  backdrop-filter: blur(5px);
  width: 530px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 10px;
}

.header-text-color {
  color: #fff;
}
.header-text-color :hover {
  color: #e5e5e5;
}

.countdown-box {
  /* background-color: #F4F6F9; */
  background-color: transparent;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  top: -70px;
  /* box-shadow: 7px 5px 0px 0px #007bff; */
}

.time-box {
  background-image: linear-gradient(#e5e5e5 75%, #f4f6f9 100%);
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 3.5rem !important;
}

.gradient-box {
  background-image: linear-gradient(#e5e5e5 30%, #f4f6f9 100%);
  /* box-shadow: 7px 5px 0px 0px #007bff; */
}

.text-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
}

.news-img {
  width: 100%;
  height: auto;
}

.bp-news-title {
  font-size: 18px;
  font-weight: 600;
  color: #007bff;
}

.bp-news-date {
  font-size: 16px;
  color: #888888;
}

.bp-news-preview {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-box {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.about-img-box {
  max-width: 30rem;
  display: flex;
  overflow: hidden;
  max-height: 20rem;
  justify-content: center;
}

@media (min-width: 540px) {
  .about-text-box {
    width: 30rem;
    max-height: 35rem;
  }
}
@media (max-width: 540px) {
  .about-text-box {
    max-height: 35rem;
  }
  .countdown-item {
    min-width: 20vw;
  }
}
.about-img {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.background-primary {
  background-color: #eee;
}

.city-button {
  color: #181D24;
  background-color: #E4E5E6;
  padding: 10px 10px 10px 10px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.city-button > a {
  font-size: 16px;
  color: #181d24;
  width: 100%;
}

.city-button:hover {
  background-color: #006CFA;
  color: white;
}

.city-button:hover > a {
  color: white;
}

.city-button:hover > a > i {
  color: white;
}

.city-button > a > i {
  color: #006CFA;
}

.gog-accordion button.collapsed .fa-stack .fa-minus {
  display: none;
}

.gog-accordion button.collapsed .fa-stack .fa-plus {
  display: inline-block;
}

.gog-accordion button .fa-stack .fa-minus {
  display: inline-block;
}

.gog-accordion button .fa-stack .fa-plus {
  display: none;
}

.line-slim {
  border-top-width: 1px;
  border-top: 2px solid #E0E0E0;
  flex-grow: 1;
  margin: 0 10px;
}

.popover {
  z-index: 2002;
}

@media (max-width: 800px) {
  #BannerProiect {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .custom-header {
    display: none;
  }
  .customHeaderExistent {
    display: flex;
    justify-content: center;
    margin-left: 0 !important;
  }
  .custom-margin-mobile-header {
    margin-top: -30px !important;
  }
  .illustration-img {
    margin-left: 0px !important;
  }
  .mainBanner {
    max-height: 220px !important;
  }
}
@media (min-width: 481px) {
  .mobile-custom-header-bugetare {
    display: none;
  }
}
