@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@400;600;700;800&family=Merriweather:wght@400;700&display=swap");
body {
  background-color: #F7F6F5;
  margin: 0;
  padding: 0; }

#container {
  display: block;
  background-position: center 35%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../img/bgtree_01.jpg");
  position: relative;
  height: 80vh;
  margin: 0;
  padding: 0;
  width: 100%; }

#scroll {
  position: relative;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center; }

h1 {
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.2;
  text-align: center; }

hr {
  border: 2px solid #F7F6F5;
  width: 30px;
  background-color: #F7F6F5; }

h2 {
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  text-align: center; }

#thanksTo {
  color: #F7F6F5;
  padding-top: 30px; }

#donate {
  position: relative;
  width: 100%;
  background-color: #F7F6F5;
  color: #586974;
  z-index: 14;
  bottom: 0;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  z-index: 10; }

.input-icons {
  width: 100%;
  margin-bottom: 10px; }

.icon {
  padding: 10px;
  min-width: 40px; }

.input-field {
  width: 100%;
  padding: 10px;
  text-align: center; }

#searchDonor {
  width: 330px;
  height: 40px;
  mix-blend-mode: normal;
  padding: 0 24px 0 44px;
  border: 2px solid #F7F6F5;
  box-sizing: border-box;
  border-radius: 35px;
  background-color: transparent;
  background-image: url("../img/search.png");
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: 6px 50%;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #F7F6F5;
  z-index: 20;
  outline: none; }

::-moz-placeholder {
  color: #F7F6F5; }

:-ms-input-placeholder {
  color: #F7F6F5; }

::placeholder {
  color: #F7F6F5; }

#search {
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: 5%; }

#donateBtn {
  display: inline-block;
  width: 330px;
  height: 60px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: bold;
  border: none;
  background: #D33E57;
  border-radius: 35px;
  color: white;
  outline: none;
  line-height: 60px;
  text-decoration: none;
  font-size: 13px; }

#outerContainer {
  height: 50%;
  margin-top: 10px;
  overflow: hidden; }

#innerContainer {
  text-align: center;
}

.donor {
  display: inline-block;
  width: 300px;
  height: 125px;
  margin: 8px 15px 8px 0;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  align-items: center;
  font-family: Merriweather Sans;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
  background-image: url("../img/leaf_orange.png");
  background-size: cover;
  text-transform: uppercase;

  /*
  animation-name: leaf_animation;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  */
}
/*
.donor:nth-child(2n + 1){
  animation-duration: 5s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}

.donor:nth-child(3n + 1){
  animation-duration: 6s;
  animation-delay: 3s;
  animation-iteration-count: infinite;
}

@keyframes leaf_animation {
  0%  {
      transform: rotate(0);
      }
  25%  {
      transform: rotate(3deg);
      }
  75%  {
      transform: rotate(-3deg);
      }
  100%  {
      transform: rotate(0);
      }
}
*/



.donor_inner{
  height: 100%;
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;

}

.donor.found {
  transform: scale(1.8);
  transition: none;
}

.top-donor {
  font-size: 17px;
  font-weight: 500;
  background-image: url("../img/leaf_blue.png");
  transform: scale(1.05);
}

.maj-donor {
  font-size: 17px;
  font-weight: 500;
  background-image: url("../img/leaf_blue.png");
  transform: scale(1.0);

}

.mid-donor {
  font-size: 17px;
  font-weight: 300;
  background-image: url("../img/leaf_orange.png");

  transform: scale(0.9);
}

.low-donor {
  font-size: 17px;
  font-weight: 300;
  background-image: url("../img/leaf_orange.png");
  transform: scale(0.8);
}

#opacity2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 30vh;
  z-index: 15;
  background-image: linear-gradient(rgba(88, 105, 116, 0.05), rgba(88, 105, 116, 0.9), #586974); }

#play, #pause {
  left: 80%;
  cursor: pointer;
  position: absolute;
  background-color: #D33E57;
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 50%;
  border: none;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  z-index: 10;
  color: white;
  font-family: Merriweather Sans;
  font-size: 14px;
  font-weight: bold;
  outline: none; }

#play, #pause {
  margin-top: 35px; }

.cookie-notice-container {
  background-color: #586974;
  font-size: 14px; }
  .cookie-notice-container .cn-close-icon {
    display: none; }
  .cookie-notice-container .cn-text-container {
    text-align: left; }
  .cookie-notice-container .cn-button, .cookie-notice-container .cn-button:hover, .cookie-notice-container .cn-button:focus, .cookie-notice-container .cn-button:active, .cookie-notice-container .cn-button:link, .cookie-notice-container .cn-button:visited, .cookie-notice-container .cn-button.wp-default, .cookie-notice-container .cn-button.wp-default:hover, .cookie-notice-container .cn-button.wp-default:focus, .cookie-notice-container .cn-button.wp-default:active, .cookie-notice-container .cn-button.wp-default:link, .cookie-notice-container .cn-button.wp-default:visited, .cookie-notice-container .cn-button.bootstrap, .cookie-notice-container .cn-button.bootstrap:hover, .cookie-notice-container .cn-button.bootstrap:focus, .cookie-notice-container .cn-button.bootstrap:active, .cookie-notice-container .cn-button.bootstrap:link, .cookie-notice-container .cn-button.bootstrap:visited {
    min-width: 80px;
    padding: 12px 20px;
    border-radius: 20px;
    border-width: 2px;
    border-style: solid;
    background-color: #d33e57;
    border-color: #d33e57;
    color: #fff;
    font-family: "Merriweather Sans";
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 12px;
    font-size: 10px;
    letter-spacing: 1px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    cursor: pointer; }

/* Larghezza minima (SMARTPHONE) */
@media screen and (min-width: 120px) and (max-width: 374px) {
  #container {
    background-position: center 35%;
    background-repeat: no-repeat;
    background-size: 200% auto;
  }

  #search {
    bottom: 5%;
    z-index: 22; }

  #outerContainer {
    height: 70%;
    margin-top: 10px;
    overflow: hidden; }

  h1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px; }

  #searchDonor {
    width: 250px;
    height: 40px; }

  h2 {
    font-size: 18px; }

    .donor {
      width: 280px;
      height: 115px;
      margin: 8px 15px 8px 0;
      padding: 0px;
      border: 0px;
      background-color: transparent;
      font-size: 16px;
    }


  .donor.found {
    transform: none;
  }


  #scroll {
    height: 100%; }

  #donateBtn {
    width: 250px;
    height: 40px;
    line-height: 40px;
  }

}
@media screen and (min-width: 375px) and (max-width: 425px) {
  #container {
    background-position: center 35%;
    background-repeat: no-repeat;
    background-size: 200% auto;
  }

  #outerContainer {
    height: 70%;
    margin-top: 10px;
    overflow: hidden;
  }

  #search {
    bottom: 5%;
    z-index: 22; }

  #donateBtn {
    width: 250px;
    height: 40px;
    line-height: 40px; }

  h1 {
    font-size: 26px; }

  h2 {
    font-size: 18px; }

  #searchDonor {
    width: 250px;
    height: 40px; }


    .donor {
      width: 280px;
      height: 115px;
      margin: 8px 15px 8px 0;
      padding: 0px;
      border: 0px;
      background-color: transparent;
      font-size: 16px;
    }


  .donor.found {
    transform: none; }

}
/* Larghezza SUPERIORE a smartphone (TABLET) */
@media screen and (min-width: 425px) and (max-width: 768px) {
  #container {
    background-position: center 35%;
    background-repeat: no-repeat;
    background-size: 200% auto;
  }

  #outerContainer {
    height: 70%;
    margin-top: 10px;
    overflow: hidden; }

  #donateBtn {
    width: 250px;
    height: 40px;
    line-height: 40px; }

  #search {
    bottom: 5%;
    z-index: 22; }

  h1 {
    font-size: 26px; }

  h2 {
    font-size: 18px; }

  #searchDonor {
    width: 250px;
    height: 40px; }


  .donor {
    width: 280px;
    height: 115px;
    margin: 8px 15px 8px 0;
    padding: 0px;
    border: 0px;
    background-color: transparent;
    font-size: 18px;
  }


  .donor.found {
    transform: none; }

}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #outerContainer {
    height: 70%;
    margin-top: 10px;
    overflow: hidden; }

  #search {
    bottom: 5%;
    z-index: 22; }

  h1 {
    font-size: 26px; }

  h2 {
    font-size: 18px; }

  #searchDonor {
    width: 250px;
    height: 40px; }


    .donor {
      width: 280px;
      height: 115px;
      margin: 8px 15px 8px 0;
      padding: 0px;
      border: 0px;
      background-color: transparent;
      font-size: 18px;
    }


  .donor.found {
    transform: scale(1.4); }
  }

  .cookie-notice-container .cn-text-container {
    width: 80%; }
  .cookie-notice-container .cn-buttons-container {
    width: 20%;
    padding: 0 10px 10px 0;
    text-align: right; } }
/*PC */
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  #outerContainer {
    height: 60%;
    margin-top: 10px;
    overflow: hidden; }

  #search {
    bottom: 5%;
    z-index: 22; }

  .cookie-notice-container .cn-text-container {
    width: 80%; }
  .cookie-notice-container .cn-buttons-container {
    width: 20%;
    padding: 0 10px 10px 0;
    text-align: right; }
  }
@media screen and (min-width: 1301px) and (max-width: 1440px) {
  #outerContainer {
    height: 50%;
    margin-top: 10px;
    overflow: hidden; }

  #search {
    bottom: 5%;
    z-index: 22; }

  .cookie-notice-container .cn-text-container {
    width: 80%; }
  .cookie-notice-container .cn-buttons-container {
    width: 20%;
    padding: 0 10px 10px 0;
    text-align: right; } }
@media screen and (min-width: 1441px) {

  #outerContainer {
    height: 70%;
    margin-top: 10px;
    overflow: hidden; }

  #search {
    bottom: 5%;
    z-index: 22; }

  .cookie-notice-container .cn-text-container {
    width: 80%; }
  .cookie-notice-container .cn-buttons-container {
    width: 20%;
    padding: 0 10px 10px 0;
    text-align: right; } }
