* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* TITLES */
.title-carduri {
  font-size: 36px;
  color: #008fac;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.title-carduri.outer {
  padding-top: 2rem;
  /* what this */
}

#alb {
  color: #ffffffd5;
}

/* END TITLES */

/* NAVBAR */
.container {
  width: 100%;
  z-index: 11;
}

.nav-container {
  width: 100%;
  height: 6rem;
  padding: 0 2rem;
  background: linear-gradient(
    90deg,
    rgba(4, 150, 157, 1) 0%,
    rgba(4, 145, 165, 1) 50%,
    rgba(4, 132, 157, 1) 100%
  );
}

.nav {
  max-width: 1450px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.logo-wrapper img {
  width: 150px;
  margin-top: 1rem;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 1.4rem;
}

.nav-link {
  margin-top: 3px;
  text-decoration: none;
  color: rgb(221, 221, 221);
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.3rem;
  font-size: 1.2rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.active {
  border-bottom: 3px solid rgb(221, 221, 221);
}

.nav-link.active:hover {
  border-color: white;
}

.nav .right .hamburger-menu {
  z-index: 4;
  display: none;
}

.nav-list .close-menu {
  display: none;
}

h4 {
  text-align: center;
  font: 18px;
}
@media screen and (max-width: 1110px) {
  .nav-list {
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: linear-gradient(
      90deg,
      rgba(4, 149, 157, 1) 0%,
      rgba(4, 146, 165, 1) 50%,
      rgba(4, 132, 157, 1) 100%
    );
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }

  .nav-list.active {
    left: 0;
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s ease;
    overflow: hidden;
  }

  .nav .right .hamburger-menu {
    display: block;
    font-size: 1.6rem;
    color: rgb(255, 255, 255);
    z-index: 5;
    cursor: pointer;
  }

  .nav-list .close-menu {
    display: none;
    opacity: 0;
    pointer-events: none;
  }

  .nav-list.active .close-menu {
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2rem;
    color: white;
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .nav-link {
    margin-top: 3px;
    color: white;
  }

  .scrollbar-hidden::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .logo {
    -webkit-filter: brightness(108.5%);
    filter: brightness(108.5%);
  }
}

@media only screen and (max-width: 600px) {
  .logo-header {
    width: 80%;
    position: relative;
    left: 13%;
    top: 16%;
  }

  .cat {
    position: relative;
    left: 115% !important;
  }
}

/* NAVBAR END */

.ghirlanda-container {
  display: flex;
  justify-content: space-around;
  margin-top: -0.4rem;
}
/* .flori {
  width:50vw;
  max-width: 50%;
  z-index: 10 ;
} */

.flori {
  position: absolute;
  width: 200vw;
  max-width: 100%;
  left: 0;
  margin-top: 0rem;
  z-index: -4;
  overflow: hidden;
}

@media only screen and (max-width: 1000px) {
  .logo-homepage {
    margin-top: 1rem;
  }
  .flori {
    position: absolute;
    width: 500vw;
    max-width: 100%;
    left: 0;
    margin-top: 0.3rem;
    z-index: -4;
    overflow: hidden;
  }
}
@media only screen and (max-width: 720px) {
  .logo-homepage {
    margin-top: 3rem;
  }
}
/* LOGO */

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24vh;
}

.logo-homepage {
  z-index: 4;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 40vw;
  margin-bottom: 5vh;
}

.logo-homepage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* LOGO END*/

/* SCROLLBAR */
::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: #ffbc80;
}

/* ::-webkit-scrollbar-thumb:hover {
  background-color: #ff0033ce;
} */

/* END SCROLLBAR */

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}

#modala {
  display: none;
  z-index: 11;
}

.modala-donatii {
  padding: 1vw;
  width: 40vw;
  height: 35vh;
  box-shadow: 0px 15px 20px rgba(4, 132, 157, 0.25);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #fff;
  z-index: 10;
}

#beneficiar:hover,
#iban-copy:hover,
#rev-tag:hover {
  cursor: pointer;
  background-color: white;
  color: #008cba;
  border-radius: 20px;
  padding: 0 5px;
}

.modal-top {
  display: flex;
  justify-content: space-between;
  margin: 0 1rem;
}

.invisible {
  visibility: hidden;
}

.modal-bot {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.close {
  color: #00b1b2;
  font-size: 2.5rem;
  display: flex;
  cursor: pointer;
}

.revolut-link {
  cursor: pointer;
  margin-top: 1%;
  text-decoration: none;
  border: none;
  padding: 2vh 2vw;
  font-size: 1.3rem;
  border-radius: 10px;
  color: white;
  background: linear-gradient(
    132deg,
    rgba(0, 177, 178, 1) 22%,
    rgba(0, 140, 186, 1) 75%
  );
  width: max-content;
}

.revolut-link:hover {
  box-shadow: 0px 15px 20px rgba(4, 132, 157, 0.25);
  transform: scale(1.1);
}

.iban {
  margin-top: 1%;
  padding: 2vh 1vw;
  font-size: 1.3rem;
  border-radius: 10px;
  color: white;
  background: linear-gradient(
    132deg,
    rgba(0, 177, 178, 1) 22%,
    rgba(0, 140, 186, 1) 75%
  );
  width: max-content;
}

/*FOOTER*/
/* footer {

  z-index: 5;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 144, 150, 1) 0%,
    rgba(0, 119, 138, 1) 49%,
    rgba(0, 86, 103, 1) 100%
  );
  position: relative;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  bottom: 0;
  width: 100%;
  margin-top: auto;
} */
 footer{
  margin-bottom: 0;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(
    90deg,
    rgba(0, 144, 150, 1) 0%,
    rgba(0, 119, 138, 1) 49%,
    rgba(0, 86, 103, 1) 100%
  );
  width: 100%;
  display: flex;
  gap: 5%;
  justify-content: center;
  align-items: center;
 }

.container-footer{
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
  
}

.logosisc {
  width: 5.5rem;
  height: auto;
}

.logoaca {
  display: flex;
  align-items: center;
  width: 9rem;
  height: auto;
}

.social {
  display: flex;
  gap: 0.5rem;
}

.fa-brands {
  font-size: 1.75rem;
  color: #ffffff;
}

.fa-brands:visited {
  color: #ffffff;
}

@media screen and (max-width: 800px) {
  .logo-container{
    margin-top: 7vh;
  }
  .revolut-link {
    cursor: pointer;
    margin-top: 15%;
    text-decoration: none;
    border: none;
    padding: 2vh 2vw;
    font-size: 1.3rem;
    border-radius: 10px;
    color: white;
    background: linear-gradient(
      132deg,
      rgba(0, 177, 178, 1) 22%,
      rgba(0, 140, 186, 1) 75%
    );
    width: max-content;
  }
  #modala {
    height: 60vw;
    display: none;
    z-index: 11;
  }
  .modala-donatii {
    gap: 0vw;
    padding: 1vw;
    width: 90vw;
    height: 35vh;
    box-shadow: 0px 15px 20px rgba(4, 132, 157, 0.25);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #fff;
    z-index: 10;

  }
  .iban {
    width: 40vw;
    margin-top: 1%;
    padding: 2vh 1vw;
    font-size: 0.9rem;
    border-radius: 10px;
    color: white;
    background: linear-gradient(
      132deg,
      rgba(0, 177, 178, 1) 22%,
      rgba(0, 140, 186, 1) 75%
    );
    width: max-content;
  }
  .logosisc {
    height: 4rem;
    width: auto;
  }

  .logoaca {
    height: 4rem;
    width: auto;
  }

  .instaaca,
  .fbaca {
    height: 3rem;
    width: auto;
  }

  .social {
    display: flex;
  }

  footer {
    display: flex;
    flex-direction: row;
    bottom: -100px;
    margin-bottom: 0;
    z-index: 1;
    margin-top: auto;
    width: 100%;
    position: relative;
  }
}

/* END FOOTER */

.cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0rem;
  flex-direction: column;
}

.buton,
.outlined-button {
  width: 250px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: none;
  padding: 1.25rem 0;
  margin-top: 10px;
  font-size: 1.3rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.buton {
  color: white;
  background: linear-gradient(
    132deg,
    rgba(0, 177, 178, 1) 22%,
    rgba(0, 140, 186, 1) 75%
  );
}

.outlined-button {
  border: 2px solid #008cba;
  background: transparent;
  color: #008cba;
}

.buton:hover {
  box-shadow: 0px 20px 80px rgba(10, 193, 230, 0.5);
  transform: scale(1.1);
}

.outlined-button:hover {
  background: rgba(0, 119, 138, 0.1);
}

.slider-img {
  margin: 5vh 0;
}

.container-testimonial {
  display: flex;
  width: 100%;
  padding: 20px;
}

.slide {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  border: 0.1em solid rgba(0, 177, 178, 1);
  background: linear-gradient(
    90deg,
    rgba(4, 150, 157, 1) 0%,
    rgba(4, 145, 165, 1) 50%,
    rgba(4, 132, 157, 1) 100%
  );
  border-radius: 3em;
  padding: 2rem;
}

.container-testimonial img {
  width: 250px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 16px 40px rgba(135, 105, 210, 0.4);
}

blockquote {
  text-align: justify;
  text-indent: 9%;
  font-size: 19px;
  line-height: 24px;
  color: rgba(192, 229, 232, 0.908) !important;
}

.author {
  margin-top: 2vh;
  text-align: left;
  font-size: 20px;
  margin-left: 4vw;
  margin-top: 4vh;
  color: snow;
  font-weight: bold;
}

@media screen and (min-width: 900px) {
  .slide {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: row;
  }

  blockquote {
    padding-right: 2vw;
  }

  .container-testimonial {
    padding: 15vh 15vw;
  }

  .container-testimonial img {
    width: 400px;
  }

  .cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-direction: row;
  }
}

/* ARTICOLE */
.article-container {
  display: flex;
  gap: 4rem;
  justify-content: space-around;
  margin-bottom: 10vh;
}

.article-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 15rem;
  height: 20rem;
  margin-top: 10rem;
}

.article-button h4 {
  color: #008fac;
  font-size: larger;
  margin-left: 0.6rem;
}

.floating-hat-disabled {
  position: absolute;
  top: -0rem;
  /* left: -0.8rem; */
  filter: grayscale(100%);
  z-index: 0;
  /* height: 5.5rem; */
}

.floating-hat {
  position: absolute;
  top: 1rem;
  /* left: -0.8rem; */
  transition: 0.2s ease-in-out;
  /* height: 5.5rem; */
  z-index: 1;
}

.disabled-man {
  filter: grayscale(100%);
  z-index: 1;
  height: 11rem;
}
.vaza {
  position: absolute;
  top: -0rem;
  z-index: 2;
  height: 11rem;
}

.enabled-man {
  height: 11rem;
  z-index: 0;
}

.cana-pui-mobile-disabled {
  display: none;
}

.cana-pui-mobile {
  display: none;
}

.article-img {
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.article-img:hover .floating-hat {
  top: -1rem;
}

@media screen and (max-width: 900px) {
  .vaza {
    display: none;
  }

  .cana-pui-mobile {
    display: flex;
  }

  .cana-pui-mobile-disabled {
    display: flex;
    filter: grayscale(100%);
    z-index: 0;
  }

  .enabled-man {
    display: none;
  }

  .disabled-man {
    display: none;
  }

  .floating-hat {
    display: none;
  }

  .floating-hat-disabled {
    display: none;
  }

  .article-container {
    flex-direction: column;
  }

  .article-img {
    width: 50vw;
    height: 30vh;
    padding-right: 10%;
  }
}

html,
body {
  color: #ffffffd5;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#particles-js {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

