@charset "UTF-8";
/* CSS Document */



body,
h1,
h2,
h3,
h4,
h5,
p {
  font-family: 'Urbanist', sans-serif;
  margin: 0;
}

.hoverlay {
  overflow: hidden;
  background-color: #00000024;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;


}

.photo-story {
  transition: ease 1s;
}

.photo-story:hover {
  transition: ease 1s;
  transform: scale(1.1);
}

.container-wa {
  padding: 0.4em;
  font-size: 5rem;
  text-align: center;
  color: #100901;
  z-index: 9;
  position: fixed;
  bottom: 2vh;
  right: 25px;
}

.icon-wa {
  width: 7vh;
}

strong {
  font-weight: 600;
}

/*---------Navbar--------*/
.logo-nav {
  bottom: 4rem;
  left: 1.4rem;
  position: absolute;
  width: 80%;
}


.side-navbar {
  width: 300px;
  height: 100vh;
  position: fixed;
  margin-left: -300px;
  background-color: #FAF9F8;
  transition: 0.5s;
  z-index: 199;
}

.nav-link {
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  text-transform: uppercase;
  color: #3C3C3C;
}

.drop-link,
.drop-link span {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.nav-link:active,
.nav-link:focus,
.nav-link:hover {
  background-color: #ffffff26;
}

.my-container {
  transition: 0.4s;
}

.active-nav {
  margin-left: 0;
}

/* for main section */
.active-cont {
  margin-left: 300px;
}

.contatti-nav {
  padding-left: 1rem;
  position: absolute;
  bottom: 0rem;
}

.mb-5 {
  margin-bottom: 1rem !important;
}

.icn-nav {
  padding-left: 1rem;
}

#menu-btn {
  background-color: #100901;
  color: #fff;
  margin-left: -62px;
  top: 2rem;
  position: fixed;
  z-index: 200;
}

.my-container input {
  border-radius: 2rem;
  padding: 2px 20px;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
}



/*---------Fine-Navbar--------*/


.txt-photo {
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  left: 4rem;
  position: absolute;
  left: 10%;
  bottom: 2rem;
  color: #fff;
  text-align: center;
  padding-top: 40%;
  text-shadow: 1px 1px 10px #000;
  -webkit-transition: all 1s ease-in-out;
}

.txt-photo-2 {
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  left: 4rem;
  position: absolute;
  left: 10%;
  bottom: 2rem;
  color: #fff;
  text-align: center;
  padding-top: 75%;
  text-shadow: 1px 1px 10px #000;
  -webkit-transition: all 1s ease-in-out;
}

.txt-photo-3 {
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  left: 4rem;
  position: absolute;
  left: 10%;
  bottom: 2rem;
  color: #fff;
  text-align: center;
  padding-top: 15%;
  text-shadow: 1px 1px 10px #000;
  -webkit-transition: all 1s ease-in-out;
}

.txt-photo-mondo {
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  left: 4rem;
  position: absolute;
  left: 10%;
  bottom: 5rem;
  color: #fff;
  text-align: center;
  padding-top: 20%;
  text-shadow: 1px 1px 10px #000;
  -webkit-transition: all 1s ease-in-out;
}

.txt-photo-small {
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  color: #fff;
  left: 4rem;
  position: absolute;
  left: 10%;
  bottom: 2rem;
  text-shadow: 1px 1px 10px #000;
  -webkit-transition: all 1s ease-in-out;
}

.photo-500 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1200px;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  position: relative;
}

.photo-700 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  position: relative;
}

.photo-900 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 900px;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  position: relative;
}

.photo-1400 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1406px;
  -webkit-transition: all 1s ease-in-out;
  position: relative;
}

.photo-700:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 1s ease-in-out;
}

.photo-700:hover>p {
  text-shadow: 0px 0px 20px #F3F0E2;
}

.photo-1400:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 1s ease-in-out;
}

.photo-1400:hover>p {
  text-shadow: 0px 0px 20px #F3F0E2;
}

.photo-900:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 1s ease-in-out;
}

.photo-900:hover>p {
  text-shadow: 0px 0px 20px #F3F0E2;

}

.horizontal {
  height: 1300px;
}

.txt {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 200;
}

.box-txt {
  padding-left: 4rem;
  padding-right: 4rem;
}

.box-photo {
  padding: 1px;
  overflow: hidden;
}

.title-h1-head {
  font-size: 4vw;
  font-weight: 100;
  text-transform: uppercase;
  padding-left: 2rem;
  padding-top: 3rem;
  line-height: normal;
}

.foto-h1 {
  font-weight: 400;
}

.title-h1-mini {
  font-size: 2vw;
  font-weight: 100;
  line-height: calc(6vw + (14 - 6) * ((100vw - 300px) / (1920 - 300)));
}

.title-h2 {
  font-size: 3vw;
  font-weight: 200;
  text-transform: uppercase;
  line-height: normal;
}

.img-top {
  position: absolute;
  top: 0px;
}

.img-bot {
  position: absolute;
  bottom: 0px;
}

.btn-modal {
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  position: relative;
}

.btn-modal:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 1s ease-in-out;
}

/*------------------------------MODAL--------------------------------*/
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border-radius: 0px;
  outline: 0;
}

.modal-title {
  margin-bottom: 0;
  font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (1920 - 300)));
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border-radius: 0px !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
  border-bottom: 2px solid #000;

}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 2px solid #000;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:focus {
  border-color: #000;
  outline: 0;
  box-shadow: none;
}

.btn {
  background-color: #000;
  border-radius: 10px;
  border: 2px solid #000;
  font-size: .9rem;
}

.btn:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}

.my-container input {
  border-radius: 2rem;
  padding: 2px 7px;
}

/*------------------------------FINE-MODAL--------------------------------*/

.sp-foot {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tit-foot {
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 800;
}

.txt-foot {
  font-size: calc(12px +(18 - 12)*((100vw - 300px) /(1920 - 300)));
  font-weight: 300;
}

.dati {
  border-top: 2px solid #1A1919;
  padding-top: 2rem;
}

.sp-dati {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

a,
a:hover {
  color: #151414;
  text-decoration: none;
}

.h2-strong {
  font-weight: 600;
}

.nav-link:focus,
.nav-link:visited,
.nav-link:hover {
  color: #000;
}

.list-group-item.active {
  background-color: #000;
  border-color: #fff;
}

/* description list styling */



.dl-blurbs {
  display: grid;
}


/* LIST */
dl {
  counter-reset: count;
  background: linear-gradient(214deg, rgba(0, 0, 0, 0.14) 30%, rgba(255, 255, 255, 0) 0%);
  padding-left: 2vw;
  padding-right: 2vw;
  margin: 0;
}


dl+dl {
  counter-reset: counter 4;
}

dt {
  counter-increment: count;
  color: #444444;
  font-family: 'Urbanist', sans-serif;
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 200;
}

dt::before {
  content: counter(count, decimal-leading-zero) ".";
  font-family: 'Urbanist', sans-serif;
  color: #444444;
  margin-left: -1vw;
  padding-right: 12px;
}

dd {
  margin-left: 2vw;
  margin-bottom: 2vh;
}

/* end description list styling */
.no-zoom:hover {
  transform: unset;
}

.carousel-item>img {
  max-height: 80vh;
}

/*.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
}*/

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a9a9a9'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a9a9a9'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


@media only screen and (max-width: 2560px) {

  .horizontal {
    height: 900px;
  }

  .photo-500 {
    height: 750px;
  }

}

@media only screen and (max-width: 1920px) {


  .photo-500 {
    height: 500px;
  }

}

@media only screen and (max-width: 1440px) {
  .photo-1400 {
    height: 700px;
  }

  .photo-500 {
    height: 350px;
  }


  .txt-photo-2,
  .txt-photo-3 {
    padding-top: 40%;
  }

  dt {
    font-size: 3vw;
  }

  .horizontal {
    background-size: contain;
    height: 600px;
  }
}


@media only screen and (max-width: 700px) {


  .container-wa {

    font-size: 5rem;
    bottom: 2vh;

    right: 0.1vh;
  }

  .icon-wa {
    width: 7vh;
  }

  .txt-photo {
    padding-top: 40%;
  }

  .txt-photo-2 {
    padding-top: 40%;
  }

  .txt-photo-3 {
    padding-top: 40%;
  }

  .txt-photo-small {
    padding-top: 40%;
  }

  .txt-photo-mondo {
    padding-top: 40%;
  }

  .box-txt {
    padding: 1rem;
  }

  .title-h1-head,
  .title-h2 {
    font-size: 8vw;
  }

  .title-h2 {
    font-weight: 200;
    text-transform: uppercase;
    padding-top: 2rem;
    line-height: calc(32px + (102 - 32) * ((100vw - 300px) / (1920 - 300)));
    ;
  }

  .title-h1-mini {
    font-size: 6vw;
    font-weight: 100;
    text-transform: lowercase;
    line-height: calc(14vw + (14 - 14) * ((100vw - 300px) / (1920 - 300)));

  }


  .photo-700 {
    height: 500px;
  }

  .horizontal {
    background-size: contain;
    height: 220px;

  }

}