html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
  outline: none;
}

header {
  background: url('assets/poster-background.png') no-repeat center center scroll;
  min-height: 100vh;
  width: 100%;
  /*height: 300px;*/
  position: relative;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(35,36,66);
  opacity: 0.1;
  z-index: 1;
}

/* text */ 
.title {
  color: #FFF;
  font-size: 5.5rem;
  line-height: 6.2rem;
  text-align: center;
  font-style: medium;
  font-weight: 600;
  border: .5rem solid transparent;
  font-family: Barlow, sans-serif;
}

.subtitle {
  font-family: Barlow;
  font-style: medium;
  font-weight: 600;
  font-size: 5rem;
  line-height: 6rem;
  color: #232442;
 /* text-decoration: underline;
  -webkit-text-decoration-skip: none;
  text-decoration-skip-ink: none;
  text-underline-offset: -100px;
  text-decoration-color: #C0E2E4;
  text-decoration-thickness: 15px;
  /*box-shadow: inset 0 0px 0 red, inset 0 -1px 0 black*/
}

.middle-subtitle {
  font-family: Barlow;
  font-style: medium;
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.5rem;
  color: #232442;
}

.content {
  font-family: Barlow;
  font-style: medium;
  font-size: 2.4rem;
  line-height: 3.5rem;
  color: #232442;
}


.content-big {
  font-family: Barlow;
  font-style: medium;
  font-size: 2.6rem;
  line-height: 3.5rem;
  color: #232442;
}

.primary {
  font-family: Barlow Condensed !important;
  font-style: medium !important;
  font-weight: 600 !important;
  font-size: 3rem !important;
  line-height: 3.6rem !important;
  color: #232442 !important;
  text-transform: uppercase !important;
}

.secondary {
  font-family: Barlow !important;
  font-style: medium !important;
  font-weight: 500 !important;
  font-size: 3rem !important;
  line-height: 3.6rem !important;
  color: #232442 !important;
}

/* donate-receive theme */
.donate {
  background: #A32D2F !important;
  color: #FFF !important;
  font-family: Barlow Condensed !important;
  font-style: medium !important;
  font-weight: 600 !important;
  font-size: 30px !important;
  line-height: 36px !important;
  text-align: center !important;
}

.receive {
  background: #C0E2E4 !important;
  color: #232442 !important;
  font-family: Barlow Condensed !important;
  font-style: medium !important;
  font-weight: 600 !important;
  font-size: 30px !important;
  line-height: 36px !important;
  text-align: center !important;
}

.parallax {
  width: 100%;
  height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pc4u-btn {
  text-transform: uppercase;
  border: .5rem solid transparent;
}

.pc4u-btn:hover {
  background-color: rgba(256,256,256,.7) !important;
  border: .5rem solid #232442;
  color: #232442 !important;
}

/* donate/receive boxes */
.pc4u-box {
  border: .5rem solid #232442;
  position: relative;
  height: calc(15.63vw + 25vh);
}

.pc4u-box-internal {
  border-top: .5rem solid #232442;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(2.73vw + 4.38vh);
  transition: all .2s ease-in-out;
  text-transform: uppercase;
  font-size: 3rem !important;
}

.pc4u-box:hover .pc4u-box-internal {
  height: calc(4.69vw + 7.5vh);
  font-size: 4rem !important;
}

/* cards */
.pc4u-card {
  border: .5rem solid #000000;
}

.pc4u-card-name {
  font-family: Barlow Condensed;
  font-style: medium;
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #232442;
  text-transform: uppercase;
}

.pc4u-card-title {
  font-family: Barlow;
  font-style: medium;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #A32D2F;
}

.pc4u-card-img {
  width: calc(5.86vw + 9.38vh);
  /*transform: scale(1.15);*/
  height: auto;
}

.passion {
  display: flex;
  background: #C0E2E4;
  justify-content: center;
  align-items: center;
}

/* form */
.form-header {
  border: .5rem solid #232442;
  padding: 4vw;
}

.form-input,
.selectize-input {
  border: .5rem solid #232442 !important;
  border-radius: 0 !important;
  display: flex;
  flex: 1;
  width: 100%;
  height: calc(2.34vw + 3.75vh); 
  padding-left: 10px;
  font-size: 3rem;
  font-family: Barlow;
  font-weight: 500;
  cursor: pointer; 
}

.form-input-container {
  display: flex; 
  flex-direction: column;
}

.form-input-container label {
  padding-left: 10px;
}

.next-btn {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.donate-tab,
.receive-tab {
  display: none;
}

.pc4u-toggle-container {
  border: .5rem solid #232442 !important;
  height: calc(2.34vw + 3.75vh); 
}

.pc4u-toggle {
  font-size: 3rem !important;
  border: none !important;
  margin: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-family: Barlow !important;
  font-weight: 500 !important;
  line-height: 3.6rem !important;
  cursor: pointer;
}

.upload-image>input {
  display: none;
}

.upload-image label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(163, 45, 47, 0.15);
  border: .5rem solid #232442;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.upload-image {
  height: 30vh;
}

.upload-image label {
  cursor: pointer;
}

.upload-img label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown-toggle:after {
  content: none !important;
}

.pc4u-toggle-container {
  font-size: 3rem;
}

.pc4u-toggle-container > .dropdown-toggle {
  cursor: pointer;
}

input::placeholder {
  opacity: 1 !important;
  color: lightgray !important;
}

#form-back {
  display: none;
}

#donate-resume {
  word-break: break-all;
  word-wrap: break-word;
  overflow-y: scroll;
}

.close-container {
  border: .5rem solid #232442;
}

.btn.active[type="donate"],
.btn:active[type="donate"] {
  color: #fff;
  background-color: #A32D2F !important;
  border-color: #A32D2F !important;
  outline: none;
}
.btn.active.focus[type="donate"],
.btn.active:focus[type="donate"],
.btn.active:hover[type="donate"],
.btn:active.focus[type="donate"],
.btn:active:focus[type="donate"],
.btn:active:hover[type="donate"] {
  color: #fff;
  background-color: #A32D2F !important;
  border-color: #A32D2F !important;
  outline: none;
  box-shadow: none;
}

.btn.active[type="receive"],
.btn:active[type="receive"] {
  color: #232442;
  background-color: #C0E2E4 !important;
  border-color: #C0E2E4 !important;
  outline: none;
}
.btn.active.focus[type="receive"],
.btn.active:focus[type="receive"],
.btn.active:hover[type="receive"],
.btn:active.focus[type="receive"],
.btn:active:focus[type="receive"],
.btn:active:hover[type="receive"] {
  color: #232442;
  background-color: #C0E2E4 !important;
  border-color: #C0E2E4 !important;
  outline: none;
  box-shadow: none;
}

/* icons */
.square-btn {
  background-color: rgba(256,256,256,.7);
  border: .5rem solid #232442;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6.5vw 4.5vh;
}

.square-btn:hover {
  opacity: 1;
  background-color: #232442;
  background-image: url("assets/bottom-icon-white.svg");
}

.goback-icon {
  background-image: url("assets/bottom-icon.svg");
}

.close-icon {
  background-image: url("assets/close-icon.svg")
}

.close-icon:hover {
  background-image: url("assets/close-icon-white.svg");
}

.logo {
  width: calc(9.06vw + 14.5vh) !important;
}


/* miscelleanus */
.invalid {
  border: .5rem solid #A32D2F !important;
}

.symbol {
  display: none
}

.underlined {
  position: relative; 
  display: inline-block;
}

.underlined:after {
  position: absolute;
  content: "";
  height: 2rem;
  bottom: .3rem;
  margin: 0 auto;
  z-index: -99;
  left: 0;
  right: 0;
  width: 100%;
  background: #C0E2E4;
}

.footer {
  background: #232442;
  color: #FFF;
  font-family: Barlow;
  font-style: medium;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.3rem;
  padding: 5rem 0 5rem 3.5rem;
}

/*@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}*/

@media only screen and (max-width: 650px) {
  header {
    background: url('assets/background.png') no-repeat center center scroll !important;
  }
}


@media only screen and (max-width: 800px) {
  .content-big {
    font-family: Barlow;
    font-style: medium;
    font-size: 3.5rem!important;
    line-height: 3.5rem;
    color: #232442;
  }
  html {
    font-size: 6px;
  }
  .scale-margin {
    margin-bottom: 5vh;
  }
  .small-icon {
    width: 20px;
    height: 20px;
  }
  .contacts-internal {
    height: 100%;
  }

  .contacts-internal.receive {
    margin-right: 2vw;
  }

  .pc4u-toggle-container-type {
    height: 10vh; 
  }

  .pc4u-toggle-container-type label input {
    font-size: 1rem !important;
  }

  .pc4u-container {
    margin-top: 150px !important;
  }

  .external-container {
    margin: 150px 30px 0 30px !important;
  }

  .anti-external-container {
    margin: 0 -30px 0 -30px !important;
  }

}

@media only screen and (max-width: 766px) {
  .navbar-mobile-container {
    transition:.2s;
    width:0;
    height:0;
    top:50vh;
    left:50vw;
    opacity:0;
  }

  .navbar-mobile-container.show {
    position: fixed;
    background:#232442;
    transition:.2s;
    display:flex!important;
    flex-direction:column;
    justify-content:center;
    color:#fff;
    align-items:center;
    opacity:1;
    width:100vw;
    height:100vh;
    top:0;
    bottom:0;
    left:0;
    right:0;
  }

  .navbar-mobile-container.show a {
    color: #FFF!important;
    font-size: 30px!important;
  }
  .navbar-mobile-container.show + button > .navbar-toggler-icon {
    background-image: url('assets/close-icon-white.svg') !important;
  }
}

/*  */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

#city-selectized {
  height: 100% !important;
  font-size: 3rem;
  font-family: Barlow;
  font-weight: 500;
  vertical-align: middle;
}

.selectize-control.single .selectize-input:after{
  content: none !important;
}

.selectize-input .item {
  font-size: 3rem;
  font-family: Barlow;
  font-weight: 500;
  line-height: 3rem !important;
}

.selectize-dropdown-content div {
  font-size: 3rem;
  font-family: Barlow;
  font-weight: 500;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  line-height: 3rem !important;
}

.attention {
  color: #A32D2F;
  font-size: 2rem;
  font-family: Barlow;
  font-weight: 500;
  margin-bottom: 2rem;
}

.faq-title[aria-expanded="true"] {
  color: #A32D2F;
}

.faq-title {
  font-family: "Barlow";
  font-weight: 600;
  font-size: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #232442;
  padding: 3rem 5rem 3rem 5rem;
  transition: .5s all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.faq-content {
  padding: 0 5rem 3rem 5rem;
  display: flex;
  flex-direction: column;
}

/*

.faq-content ol {
  padding-inline-start: 2.5rem;
}

.faq-content ol li:before {
  font-weight: bold;
  color:red
}*/

ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

ol > li {
  list-style-type: none;
  counter-increment: item;
}

ol > li:before {
  margin-right: 1rem;
  display: inline-block;
  font-weight: bold;
  content: counter(item) ".";
  
}

.pc4u-container {
  margin-top: 200px;
}

.pc4u-carousel-item {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  /*width: calc(8.84vw+14.37vh);
  height: calc(12.3vw+20vh);*/
  border: .5rem solid transparent;
}

.pc4u-carousel-item:hover {
  border: .5rem solid #232442;
}


.external-container {
  margin: 170px 10.5vw 0 10.5vw;
}

.anti-external-container {
  margin: 0 -10.5vw 0 -10.5vw;
}

.faq-title[aria-expanded="true"] #faq_circle {
  fill: #A32D2F;
  stroke: transparent;
  transition: .5s all;
}

.faq-title[aria-expanded="true"] #faq_arrow {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform: rotate(180deg);
  stroke: white;
  transition: .5s transform, stroke;
}

.faq-title[aria-expanded="false"] #faq_arrow {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: .5s transform, stroke;
}

.faq-title[aria-expanded="false"] #faq_circle {
  transition: .5s all;
}

.slider-wrapper {
  overflow: hidden;
}

.slick-list {
  overflow: visible;
}

.slick-slide .drop-shadow {
  box-shadow: none;
  transition: box-shadow 0.1s ease-in-out;
}

.slick-slide.slick-active .drop-shadow {
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.35);
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    outline: none;
    height: inherit !important;
}

iframe[src="https://www.produzionidalbasso.com/projects/26173/widget"] .button {
  background-color: #A32D2F;
}

.special {
  width: 100%;
  background-color: #A32D2F;
  position: absolute;
  top:0;
  left:0;
  right:0;
  z-index: 999999;
}

/* Navbar */

.navbar-toggler {
  position: sticky !important;
  z-index: 999999999 !important;
}

.navbar-toggler-icon {
  transform: scale(2);
  background-image: url('assets/hamburger_menu.png') !important;
}

.navbar-closer-icon {
  transform: scale(2);
  background-image: url('assets/close-icon.svg') !important;
}

.nav-li-divider {
  display:block;
  height:1px;
  background:#fff;
  width:90vw;
  margin:calc(3.6vw + 1.7vh) 0;
}

.anchor {
  margin-top: -100px;
  margin-bottom: 100px;
  display: block;
  height: 0;
}

/* collaboratori */


.special-toggle {
  font-size: 3rem !important;
  border: none !important;
  margin: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-family: Barlow !important;
  font-weight: 600 !important;
  line-height: 3.6rem !important;
  cursor: pointer!important;
  color: #232442!important;
  background-color: rgba(163, 45, 47, 0.15)!important;
}

.special-toggle.active {
  background-color: rgb(163, 45, 47)!important;
  color: #FFF !important;
}

.special-toggle-container {
  height: 8rem !important; 
}

ul.special_unorderedlist {
  list-style: none; /* Remove default bullets */
}

ul.special_unorderedlist li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: rgb(163, 45, 47); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#collaboratori-volontari > .special_unorderedlist li::before {
  font-size: 2.3rem !important;
  color: #232442 !important;
}

ul.navbar-nav li::before {
  content: '';
  margin: none;
}

ul.blue {
  font-size: 2.3 !important;
  color: #232442 !important;
}

.donor-card {
  background: white;
  border-radius: 3rem;
  position: relative;
}

.donor-card.primary {
  margin-right: 200px;
}

.donor-card img {
  width: 130px;
  height: auto;
  right: -60px;
  top: -30px;
  position: absolute;
  object-fit: contain;
  float: right;
  margin-bottom: -100px;
}

.donor-card-columns {
  column-count: 2;
  column-gap: 40px;
}

.simplebar-scrollbar::before {
  background-color: #C0E2E4 !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 15px !important;
  border: 3px solid #232442 !important; 
  opacity: 1 !important;
  z-index: -2;
}

.simplebar-scroll-content {
  box-sizing: content-box;
}

.simplebar-scrollbar {
  height: 30px !important;
  width: 30px !important;
  top: -15px !important;
}

.simplebar-track {
  width: 200px !important;
  margin: 0 auto !important;
  height: 3px !important;
  background-color: #232442;
  overflow: visible !important;
  /*position: static !important;*/
}

.simplebar-content {
  display: flex !important;
  flex-direction: row !important;
}

.unselectable {
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.company-card {
  background-color: #FFF;
  border-radius: 2rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

#company-donor-carousel-dots .slick-dots {
  position: static;
  bottom: 0;
  width: auto;
  padding: 10px 25px;
  border-radius: 20px;
  background: #FFF;
}

#company-donor-carousel-dots .slick-dots li button::before{
  font-size: 1rem;
}

.nav-link.active {
  color: #A32D2F !important;
}

.nav-item .nav-link.active ~ .donaricevi {
  display:block !important;
}

.partner-carousel .slick-track {
  overflow-y: visible!important;
}