@import url("https://fonts.googleapis.com/css?family=Lato|Poppins|Kaushan+Script");
.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

html {
  font-family: 'Poppins', Lato, Tahoma, sans-serif;
  width: 100%;
  min-height: 100%;
}

.header-wrapper {
  padding-bottom: 30px;
}

.hero {
  background: url('../images/POL10.jpg');
  background: linear-gradient(rgba(251,247,238, 0.45), rgba(251,247,238, 0.45)), rgba(0, 0, 0, 0.15) url("../images/POL10.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: white;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-family: 'Poppins', sans-serif;
}
#btnfacebook {
  position: absolute;
  top: 220px;
  right: 35px;
  border-radius: 15%;
  background-color:  rgba(0, 0, 255, 0.1);
  position: fixed;
}
#btnfacebooksmartphone{
  position: absolute;
  top:    12px;
  left: 10px;
  border-radius: 15%;
  background-color:  rgba(0, 0, 255, 0.1);
  position: fixed;
}
.hero .title {
  font-family: 'Kaushan Script', sans-serif;
  font-size: 5rem;
  color: blacksmoke;
}

.hero .subtitle {
  padding: 5px;
  color: blacksmoke;
}

.hero .profession {
  padding-top: 50px;
  font-size: 1.7rem;
  text-transform: uppercase;
}

.hero .hero-foot {
  height: 50px;
  background: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
}
.hero-foot
{
  display: flex;
  flex-direction: row;
}
#herosmartphone{
  font-family: 'Kaushan Script', sans-serif;
  font-size: 0.3em;
  color: blacksmoke;
}
#downloadbackround{
  background: url('../images/POL10.jpg');
  background: linear-gradient(rgba(251,247,238, 0.45), rgba(251,247,238, 0.45)), rgba(0, 0, 0, 0.15) url("../images/POL10.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#backcontact{
  background: url('../images/POL10.jpg');
  background: linear-gradient(rgba(251,247,238, 0.45), rgba(251,247,238, 0.45)), rgba(0, 0, 0, 0.15) url("../images/POL10.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media (max-width: 599px) {
  .hero .hero-foot {
    display: none;
  }
}

.hero .hero-foot .hero-foot--wrapper {
  margin: 7px auto;
  height: 50px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop {
  line-height: 38px;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 1rem;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li.is-active a {
  border-bottom: 2px solid #1f2c6c;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
  color: #1f2c6c;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
  color: #1f2c6c;
  transition: all .2s ease-in-out;
  border-bottom: 2px solid #1f2c6c;
}

.main-content {
  padding-top: 2rem;
  color: #3c4172;
  font-family: 'Poppins', sans-serif;
  border-bottom: 2px inset #1f2c6c ;
}
.main-content .section-facebook {
  background-color: honeydew;
}
#facebooktitle{
  margin-left: 5.5em;
}
#smartphonefacebooktitle{
  margin-left: 3.5em;
}
#smartphonepicturefacebook{

}
#smartphonetextfacebook{
  margin-left: 1.5em;
}
#facebook{
  display: flex;
}
.main-content .section-facebook.my-work .work-item {
  margin-bottom: 1rem;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

.main-content .section-dark {
  background-color: #f0f3f5;
  padding: 60px 0px;
}

.main-content .section-dark.resume {
  height: 5px;
  padding-top: 5px;
}

@media (max-width: 599px) {
  .main-content .section-dark.resume {
    padding-top: 75px;
  }
}

.main-content .section-dark.resume .title {
  padding: 20px;
}

.main-content .section-dark.resume button {
  border: 2px solid #43485c;
  background: white;
  color: #43485c;
  height: 35px;
  width: 250px;
  font-size: 1rem;
  text-transform: uppercase;

}

.main-content .section-dark.resume .fa-download {
  color: #1f2c6c;
  background: white;
}

.main-content .section-dark.my-work {
  padding: 120px;
}

@media (max-width: 599px) {
  .main-content .section-dark.my-work {
    padding: 75px 20px;
  }
}

.main-content .section-dark.my-work .work-item {
  margin-bottom: 1rem;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

.main-content .section-dark.my-work .work-item:hover {
  -webkit-transform: scale(1.055) translateY(-2px);
  transform: scale(1.055) translateY(-2px);
  -webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
  box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}

.main-content .section-light {
  padding: 30px;
}

.main-content .section-light.about-me {
  padding-bottom: 100px;
}

.main-content .section-light.about-me .is-larger {
  font-size: 1.2rem;
}

@media (max-width: 599px) {
  .main-content .section-light.about-me .about-links {
    text-align: center;
  }
}

.main-content .section-light.about-me .right-image img {
  border-radius: 11px;
  margin: 20px;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

@media (max-width: 599px) {
  .main-content .section-light.about-me .right-image img {
    margin: auto;
  }
}

.main-content .section-light.skills {
  padding: 100px;
}

@media (max-width: 599px) {
  .main-content .section-light.skills {
    padding: 50px 20px 40px 20px;
    padding-bottom: 20px;
  }
}

.main-content .section-light.skills h1 {
  padding: 10px;
}

.main-content .section-light.contact {
  padding: 100px;
}

.main-content .section-light.contact button {
  width: 100%;
  background-color: #43485c;
  color: white;
  height: 50px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 599px) {
  .main-content .section-light.contact {
    padding: 20px 20px;
  }
}

.main-content .section-color.services {
  padding: 100px;
  background-color: #CD853F;
  color: white;
}

.main-content .section-color.services .title,
.main-content .section-color.services .subtitle {
  color: white;
}

.main-content .section-color.services i {
  font-size: 3rem;
  padding: 20px;
}

.main-content .section-title {
  color: #43485c;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  bottom: 0;
  width: 100vw;
  padding: 0;
  height: 200px;
  line-height: 25px;
  text-align: center;
  background: #CD853F;
  color: whitesmoke;
  padding-top: 2rem;
}

.footer a {

  color: lightgrey;
}    


#footertag{
  display: flex;
  justify-content: center;
  margin-left: 2.5em;
  margin-bottom: 3em;
}

#buttonStatutFooter{
   margin-left: 1.2em;
}

#buttonDocumenteFooter{    
  margin-left: -12px;
}

#buttonCalendarFooter{
   margin-left: 6em;
}     

.itgilgal{
  font-family: 'Kaushan Script', sans-serif;
  font-size: 0.9rem;
  color: blacksmoke;
}

#footerFaceInstaTwit{
  display: flex;
  flex-direction: row;
  justify-content:center;
  color: lightgrey;
  margin-bottom: 3em;
}

.spacearound{
  padding: 1em;
}

.footer a i {
  font-size: 1.5rem;
  padding: 0px 5px;
}

.footer a .nav-item {
  color: whitesmoke;
}

.fa-download {
  color: #43485c;
}
.geolocalisation{
  border-radius: 10px;
}

#toTop {
  height: 50px;
  width: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(31, 44, 108, 0.65);
  color: white;
  cursor: pointer;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}


#toTop a {
  color: white;
}

#toTop:hover {
  background-color: #43485c;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(245, 245, 245, 0);
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #43485c;
}



.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #1f2c6c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}
#programtitlesmartphone2{
  font-size: 0.4em;
  text-align: center;
  font-family: 'Kaushan Script', sans-serif;
  color: rgb(220, 20, 60);
}

.white
{color:ghostwhite}

.select option
{
  color: red;
}
.is-rounded{
  border-radius: 50%;
}
.is-rounded-left{
  border-radius: 50%;       
}
.is-rounded-right{
  border-radius: 50%;
  float: right;
}
.title-1{
  text-align: center;
  font-family: 'Kaushan Script', sans-serif;
}
.title-2{
  text-align: center;
  font-family: 'Kaushan Script', sans-serif;
}
.title-3{
  text-align: center;
  font-family: 'Kaushan Script', sans-serif;
}
.title-4{
  text-align: center;
  font-family: 'Kaushan Script', sans-serif;
}
.title-5{
  text-align: center;
  font-family: 'Kaushan Script', sans-serif;
}
.title2-1{
  text-align: center;
  font-family: 'Kaushan Script', sans-serif;
  color: rgb(220, 20, 60);
}
.title2-2{
  text-align: center;
  font-family: 'Kaushan Script', sans-serif;
  color:rgb(220, 20, 60);
}
.title2-3{
  text-align: center;
  font-family: 'Kaushan Script', sans-serif;
  color:rgb(220, 20, 60);
}
.media{
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.tel {
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}

.mail{
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
.localisation{
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
.localisation-precision{
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
.modal-button{
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
.field{
  margin-top: 1em;
  margin-right: 1em;
}
#chooseversion{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#asociatiadetail{
    padding: 5px;
    border: 1px solid #ccc;
}

.articles {
  margin: 5rem 0;
  margin-top: -200px;
}
.articles .content p {
  line-height: 1.9;
  margin: 15px 0;
}
.author-image {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  border: 3px solid #ccc;
  border-radius: 50%;
}
.media-center {
  display: block;
  margin-bottom: 1rem;
}

#footertagsmartphone{   
  margin-left: 4.5em;
}

.article, .promo-block {
  margin-top: 6rem;
}

.article-title {
  font-size: 2rem;
  font-weight: lighter;
  line-height: 2;
}
.article-subtitle {
  color: olive;
  margin-bottom: 3rem;
}
.article-body {
  line-height: 1.4;
  margin: 0 6rem;
}
.promo-block .container {
  margin: 1rem 5rem;
}
#topteofan{
  background: linear-gradient(rgba(251,247,238, 0.45), rgba(251,247,238, 0.45)), rgba(0, 0, 0, 0.15) url("../images/POL10.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#teofan{
  color: rebeccapurple;
}
#doc2020{
  background-color: darkgoldenrod;
}
#doc2018{
  background-color: greenyellow;
}

#doc2016{
  background-color: mediumorchid;
}
#textactivitati{
  background-color: palegoldenrod;
}
#hertz{
  color: crimson;
}
#redfontdonate{
  color: crimson;
}

.donation-line {
  display: flex;
  align-items: center;
  gap: 0.75em;
  flex-wrap: wrap;
}

.donation-line .icon i.material-icons {
  font-size: 20px; /* aici se face diferența */
  color: red;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donation-line strong {
  color: white;
  line-height: 1.2;
}

.donation-line .button {
  white-space: nowrap;
}

@media screen and (max-width: 850px) {
  .donation-line {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em;
    text-align: left;
  }

  .donation-line .icon i.material-icons {
    font-size: 20px;
    
  }

  .donation-line strong {
    font-size: 0.85rem;
    
  }
} 

.button.is-small:hover {
  background-color: #ff3860;  /* roșu Bulma */
  border-color: #ff3860;      /* dacă ai bordură */
  cursor: pointer;
}

.button.is-small:hover a {
  color: white;  /* textul linkului să fie alb pe fundal roșu */
  text-decoration: none; /* opțional, să nu se sublinieze */
} 

.card-content {
  margin-top: 3.5em;
  background-color:palegoldenrod;
}

#modal-3dFlipHorizontal{
  position: absolute;
  width: 600px;
  max-width: 100%;
  top: 400px;
  border-radius: 15%;
  background-color:  rgba(0, 0, 255, 0.1);
  position: fixed;
  transform: translate(-50%, -50%)
}


#adjustleft-block{
  margin-left: -50px;
}
.ident{
  text-indent: 20px;
}

.custom_icon_bus {
  background-image: url('../images/GreenBus.png');
  background-size: contain;
  margin-left: -5px;
  background-repeat: no-repeat;
  width: 24px;       /* sau cât are imaginea ta */
  height: 24px;
  display: inline-block;
}

.custom_icon_metro {
  background-image: url('../images/GreenMetro.png');
  background-size: contain;
  margin-left: -5px;
  background-repeat: no-repeat;
  width: 24px;       /* sau cât are imaginea ta */
  height: 24px;
  display: inline-block;
}

@keyframes rotate3x {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1080deg); /* 3 rotații complete */
  }
}

.rotate-on-scroll {
  animation: rotate3x 2s ease-in-out 1 forwards;
}

/* cookie-banner  begin*/

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #222;
    color: #fff;
    z-index: 1000;
    padding: 1em;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.5);
    font-size: 0.95em;
}

.cookie-content {
    max-width: 960px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 1em;
}

.cookie-content p {
    margin: 0;
    flex: 1 1 60%;
}

.cookie-buttons {
    display: flex;
    gap: 0.5em;
    flex: 1 1 30%;
    justify-content: flex-end;
}

.cookie-buttons button {
    padding: 0.6em 1.2em;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

#accept-cookies {
    background-color: #4CAF50;
    color: white;
}

#reject-cookies {
    background-color: #f44336;
    color: white;
}

@media (max-width: 600px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-buttons {
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .cookie-buttons button {
        width: 100%;
    }
}

/* cookie-banner end  */








