@font-face {
	font-family: 'Quicksand';
	src: url(/assets/fonts/Quicksand-5e1d46cc4ffb4bf5d669b8a714fb4c6f.woff2?h=526314bc1ba986639126b77ac78dd665) format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
	font-family: 'Quicksand';
	src: url(/assets/fonts/Quicksand-a6f9665c461508d3134197437cd5afdd.woff2?h=526314bc1ba986639126b77ac78dd665) format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Quicksand';
	src: url(/assets/fonts/Quicksand-d404c66269a848567756c477da9cb8f8.woff2?h=526314bc1ba986639126b77ac78dd665) format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}.codeblock {
  padding: 15px;
  border: 1px solid #666;
  background: #f4f4f4;
  color: var(--primary);
}

#element.visible-element {
  display: block;
}

.navbar--apple .nav-link {
  color: #ffffff !important;
  font-size: 13px;
}

.navbar--apple .apple-logo {
  font-size: 0px;
  line-height: 0;
}

.navbar--apple {
  background-color: initial !important;
}

.navbar--apple .navbar-toggler {
  padding: 0;
  font-size: 0rem;
  line-height: 1;
  border: 0;
  border-radius: 0;
}

.navbar--apple .navbar-toggler-icon {
  background-image: none;
  line-height: 2rem;
}

@media (max-width: 576px) {
  .navbar--apple #menu {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 576px) {
  .navbar--apple #menu li a {
    font-size: 17px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
}

.navbar--opened .navbar--apple::before {
  height: 100%;
}

.navbar--apple::before {
  background: rgba(0,0,0,0.8);
  transition: height 0.2s ease-in;
  height: 50px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: -1;
}

@media (min-width: 768px) {
  .navbar--apple::before {
    height: 50px !important;
  }
}

.navbar--opened .navbar--apple::before {
  background: rgba(0,0,0,0.93);
}

.navbar--apple .nav-link {
  color: #ffffff !important;
  font-size: 13px;
}

.navbar--apple .apple-logo {
  font-size: 21px;
  line-height: 0;
}

.navbar--apple {
  background-color: initial !important;
}

.navbar--apple .navbar-toggler {
  padding: 0;
  font-size: 1.25rem;
  line-height: 1;
  border: 0;
  border-radius: 0;
}

.navbar--apple .navbar-toggler-icon {
  background-image: none;
  line-height: 2rem;
}

@media (max-width: 576px) {
  .navbar--apple #menu {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 576px) {
  .navbar--apple #menu li a {
    font-size: 17px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
}

body {
  /*background-image: url('/assets/img/tartufo4.jpg?h=76e86fb4ca43b01785ffa0642c828b63');*/
  /*background-size: cover;*/
  margin: 0px 0px 0px 9px;
  font-family: Quicksand, sans-serif;
  /*transition: background-image 0.5s ease-in-out;*/
  object-fit: scale-down;

}

.sidebar {
  position: fixed;
  top: 0%;
  left: 0;
  height: 100wh;
  width: 100px;
  zoom: 250%;
  /*transition: width 0.3s, background-color 0.3s;*/
  /*background-color: rgba(255, 255, 255, 0.8);*/
  overflow: hidden;
}

.sidebar.expanded {
  top: 0;
  height: 100%;
  width: 140px;
  background-color: #b3b3b1;
  z-index: 1;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  zoom: 100%;
  cursor: pointer;
  width: 110px;
}

.logo img {
  width: 120px;
  margin-top: 40px;
  margin-left: 10px;
}

.sidebar-content {
  display: none;
  padding: 5px;
  margin-top: 50px;
}

.sidebar.expanded .sidebar-content {
  display: block;
  width: auto;
}
.band {
    position: absolute;
    width: 10px;
    height: 10px;
    zoom: 10%;
}
.list {
  padding: -10px 0;
  cursor: pointer;
  /*border-bottom: 1px solid #ccc;*/
  text-align: left;
  /*padding-left: 20px;;*/
  color: white;
  line-height: 20px;
}

.list:hover {
  text-decoration: underline;
}

.quicksand-400p32 {
  font-family: "Quicksand", regular;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.bottom {
  bottom: 0;
}

.social {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 100px;
  margin-bottom: 200px;
  zoom: 25%;
  display: inline-flex;
  justify-content: space-between;
}

.background-image.shrink {
  background-image: url('/assets/img/tartufolab-home_index.jpg?h=bcef6e778b6262acc7c85e7db9979cc7');
  position: absolute;
  background-size: 1000px 800px;
  background-color: #b3b3b1;
  /*margin-top: 200px;*/
  display: block;
  flex-direction: column;
  flex-wrap: inherit;
  align-content: inherit;
  justify-content: start;
  align-items: inherit;
  padding: 0px;
  background-position-x: 250px;
  background-position-y: 250px;
  /*object-fit: scale-down;*/
}

.language-selector {
  position: fixed;
  top: 50px;
  right: 100px;
  zoom: 45%;
  margin-right: 20px;
  margin-top: 15px;
  display: inherit;
  /*border-style: double;*/
  /*border-color: gold;*/
}

.background-image {
  background-image: url('/assets/img/tartufolab-home_2100.jpg?h=c924f72a6d01c682925e454fc4e514dd');
  background-repeat: no-repeat;
  background-size: contain;
  object-fit: scale-down;
}

.quicksand-600p32 {
  font-family: "Quicksand, regular";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: regular;
  font-size: 60px;
}

#element.hidden-element {
  display: none;
}

visible-element {
  display: block;
}

#element.visible-element {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 0px;
  margin: -400px 50px 0px 150px;
}

.background-image {
}

#element {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: normal;
  align-items: center;
  flex-wrap: nowrap;
  line-height: 0.5;
  margin: 150px 0px 0px 400px;
  font-family: 'Quicksand';
  font-size: xx-large;
}

.sidebar.collapsed {
  width: 140px;
  height: 100%;
  /*overflow: hidden;*/
  /*transition: width 0.3s, background-color 0.3s;*/
}

.sidebar-content.collapsed {
  display: none;
}

.background-image.shrink1 {
  background-image: url('/assets/img/fratterosa.jpg?h=3ea94ebefb1e522b8331a86ba6569873');
  position: absolute;
  background-size: cover;
  /*background-color: #b3b3b1;*/
  /*margin-top: 200px;*/
  display: block;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-content: inherit;
  justify-content: center;
  align-items: inherit;
  padding: 0px;
  /*background-position-x: 0px;*/
  /*background-position-y: 0px;*/
  /*zoom: 90%;*/
}

#element1.hidden-element1 {
  display: none;
}

#element1.visible-element1 {
  display: inline-flex;
  text-align: center;
  color: #ffffff;
  padding: 0px;
  margin-left: 50px;
  /*margin-top: 10px;*/
  /*margin-top: 150px;*/
  line-height: 0.4;
  flex: auto;
  font-family: 'Quicksand';
  font-style: inherit;
  font-weight: 400;
  font-size: 63px;
  height: 240px;
  width: 1400px;
  left: 950px;
  top: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 42px;
}

element1 {
  display: block;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  line-height: 0.6;
  width: 1200px;
}

.sidebar-collapsed .sidebar-content {
  display: none;
}

.background-image.shrink2 {
  background-image: url('/assets/img/illab.jpg?h=947d015262b7bae252e1bff49a1ae292');
  position: absolute;
  background-size: cover;
  /*background-color: #b3b3b1;*/
  /*margin-top: 200px;*/
  display: block;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-content: inherit;
  justify-content: center;
  align-items: inherit;
  padding: 0px;
  /*background-position-x: 0px;*/
  /*background-position-y: 0px;*/
  /*zoom: 90%;*/
}

element2 {
  display: block;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  line-height: 0.6;
  color: white;
}

#element2.hidden-element {
  display: none;
}

#element2.visible-element {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 150px;
  margin-left: 749px;
  margin-top: 350px;
  line-height: 0.6;
  flex: auto;
}

.hidden-element2 {
  display: none;
}

.visible-element2 {
  display: block;
  color: white;
  align-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  /*margin-left: 600px;*/
  line-height: 10px;
  /*margin-bottom: 100px;*/
  background-color: grey;
  width: 700px;
  height: 500px;
  opacity: 0.8;
}

element3 {
  display: block;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  line-height: 0.6;
  color: white;
}

#element3.hidden-element3 {
  display: none;
}

#element3.visible-element3 {
  display: block;
  color: white;
  width: 1300px;
  align-content: center;
  align-items: center;
  position: absolute;
  text-align: center;
  /*margin-left: 1400px;*/
  line-height: 22px;
  margin-bottom: -150px;
  /*margin-left: 0px;*/
  /*background-color: grey;*/
  /*width: 800px;*/
  /*height: 500px;*/
  opacity: 1;
  font-family: 'Quicksand, regular';
  font-style: normal;
  font-weight: 400;
  /*line-height: 20px;*/
}

.background-image.shrink3 {
  background-image: url('/assets/img/tramonto.jpg?h=599271b30db136f13ccc380b23736833');
  position: absolute;
  background-size: cover;
  /*background-color: #b3b3b1;*/
  /*margin-top: 200px;*/
  display: block;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-content: inherit;
  justify-content: center;
  align-items: inherit;
  padding: 0px;
  /*background-position-x: 0px;*/
  /*background-position-y: 0px;*/
  /*zoom: 90%;*/
}

.background-image.shrink4 {
  background-image: url('/assets/img/terrazza.jpg?h=687330b6f6b9695962ccdc21a4b000b3');
  position: absolute;
  background-size: cover;
}

#element4.hidden-element4 {
  display: none;
}

#element4.visible-element4 {
  display: block;
  color: white;
  align-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  margin-left: 770px;
  line-height: 12px;
  margin-bottom: 500px;
  /*background-color: grey;*/
  width: 650px;
  height: 450px;
  opacity: 1;
}

.shrink3 {
  background-image: url('/assets/img/tramonto.jpg?h=599271b30db136f13ccc380b23736833');
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  z-index: 2;
}

.slideshow-container {
  width: 800px;
  height: 600px;
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  flex: auto;
}

.slides {
  display: flex;
  /*transition: transform 1s ease-in-out;*/
  transform-style: preserve-3d;
  transform: rotateX(20deg);
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  align-items: stretch;
  transform: translateX(0);
}

.slide {
    width: 1200px;
  min-width: 100%;
  transition: transform 0.5s ease-in-out;
}

.slide img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
  /*border-radius: 10px;*/
}

.slide.active img {
  transform: scale(1.2);
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: 250px;
  /*color: white;*/
  background-color: var(--bs-danger);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.container {
  position: relative;
  perspective: 1000px;
  display: block;
  
}

.container {
  width: 800px;
  height: 600px;
  display: block;
}

.slide {
  min-width: 100%;
  transition: transform 0.5s ease-in-out;
  backface-visibility: inherit;
}

.dots {
  text-align: center;
  padding: 10px;
  /*background: #ddd;*/
  position: initial;
  display: flow;
  margin-block: 0px;
}

.dot {
  cursor: pointer;
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease-in-out;
}

.active, .dot:hover {
  /*background-color: #717171;*/
}

#element4:hover {
  /*zoom: 120%;*/
}

#element5.hidden-element5 {
  display: none;
}

#element5.visible-element5 {
  display: block;
  /*background-image: url('salsatartufata1.jpg');*/
}

.visible-element5 {
  display: block;
  /*background-image: url('/assets/img/salsatartufata.jpg?h=a39daa2e3fe4bed2427865defb71f5ad');*/
  width: auto;
  display: flex;
  background-color: #b3b3b1;
  order: 5;
}

.shrink5 {
  display: flex;
  background-image: url('/assets/img/Gallery/salsatartufata1.jpg?h=4be1e92451572b1ca8bdf1b6f94f8d95');
  background-size: contain;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  text-align: center;
  align-content: inherit;
  justify-content: start;
  align-items: inherit;
  /*zoom: 50%;*/
  /*zoom: 80%;*/
  opacity: 1;
  object-fit: scale-down;
  flex-direction: column;
}

footer {
  display: flex;
  justify-content: center;
  background-color: #333;
  color: white;
  padding: 5px 0;
  /*text-align: left;*/
  width: 100vw;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  overflow-x: hidden;
  /*left: -100px;*/
}

.footer-section {
  flex: 1;
  padding: 0 0px;
  text-align: left;
  border-bottom: none;
  border: initial;
  height: 400px;
  margin-top: 70px;
}

.footer-section h3 {
  border-bottom: 0px solid #555;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bolder;
  text-decoration: underline;
  font-size: 32px;
  height: 30px;
}

.footer-section ul {
  list-style: none;
  padding: 0px;
}

.footer-section ul li {
  margin: 5px 0;
  font-weight: 400;
}

.footer-section a {
  color: #ddd;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

#input {
  border-radius: 2px;
  align-items: center;
  display: block;
  background-color: silver;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid blue;
}

@media (min-width: 1200px) {
  .background-image, next_img, prev_img {
    width: 100vw;
    background-size: 2950px 1580px;
    flex-wrap: wrap;
    display: flex;
    padding: 0px;
    flex-direction: row;
    align-items: center;
    zoom: 65%;
    margin-top: 0px;
    /*margin-left: auto;*/
    /*margin-top: auto;*/
    margin-right: -700px;
    left: -280px;
    object-fit: inherit;
    /*background-position-x: 450px;*/
  }
}

@media (max-width: 600px) {
  .footer {
    /*width: auto;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*align-content: center;*/
    /*justify-content: center;*/
    /*flex-wrap: nowrap;*/
    /*margin-left: 460px;*/
    /*margin-top: 600px;*/
  }
}

@media (max-width: 600px) {
  .footer-section {
    /*margin: 20px 0px;*/
    /*left: -100px;*/
    /*text-align: center;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*width: 100vw;*/
  }
}

.hidden-element5 {
  display: none;
}

.carousel {
  position: relative;
  width: 850px;
  height: 1000px;
  margin-left: 875px;
  border-radius: 1% 1%;
  bottom: 100px;
  /*border: 2px solid blue;*/
}

.carousel-inner {
  display: block;
  transition: transform 0.5s ease;
  width: auto;
  margin-left: -50px;
}

.carousel-item {
  flex: 0 0 100%;
  min-width: 33.33%;
  box-sizing: border-box;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}

.carousel-item img {
  width: 100%;
  display: block;
  border-radius: 5%;
  zoom: 50%;
  /*border: 2px solid blue;*/
}

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 86%;
  transform: translateY(-50%);
  /*background-color: blue;*/
  color: white;
  padding: 10px;
  cursor: pointer;
  margin: 60px auto;
  /*margin-left: 100px;*/
  z-index: 5;
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
  bottom: 100px;
  /*background-color: blue;*/
}

.carousel-item.active {
  opacity: 1;
  padding: 0px;
  height: auto;
  left: 0px;
  /*border: 2px solid blue;*/
}

.carousel-item.active, .carousel-item.prev, .carousel-item.next {
  opacity: 1;
}

.carousel-item.active img:hover {
  /*zoom: 125%;*/
}

.visible-element {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 200px;
}

.message {
  align-items: center;
  display: block;
  padding: 0px;
  width: auto;
  background-color: silver;
}

#map {
  width: auto;
  height: 250px;
}

.hidden-element6 {
  display: none;
  opacity: 0;
}

.visible-element6 {
  /*position: absolute;*/
  margin-top: 0px;
  width: 500px;
  /*top: initial;*/
  display: inline;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  color: white;
  margin-right: 100px;
  margin-bottom: 150px;
}

#element6 {
  position: initial;
  width: 500px;
  height: 400px;
  line-height: 15px;
  /*width: 500px;*/
  outline-width: inherit;
  font-size: x-large;
}

@media (min-width: 1000px) {
  #element6 {
    width: auto;
    height: 400px;
    margin-right: -3500px;
    margin-bottom: 550px;
    right: 700px;
    font-size: x-large;
    color: white;
    opacity: initial;
  }
}

@media (max-width: 600px) {
  .carousel {
    width: 100vw;
    height:;
    /*margin-right: 110px;*/
    margin-left: 0px;
    margin-top: 150px;
    margin-bottom:  250px;
    padding: 100px;
    position: inherit;
    margin-right: 0px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*flex-wrap: nowrap;*/
    /*align-content: center;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*zoom: 90%;*/
    /*border-radius: 5px;*/
  }
}

@media (max-width: 600px) {
  .sidebar.expanded .list {
    font-size: 16px;
    /*position: absolute;*/
    width: 100%;
    text-align: center;
    /*display: inherit;*/
    /*flex-direction: column;*/
    /*flex-wrap: wrap;*/
    /*align-content: center;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*z-index: 2;*/
    /*object-fit: cover;*/
    /*padding: 100px;*/
  }
}

@media (max-width: 600px) {
  .element4 {
    /*border-radius: 5px;*/
  }
}

@media (max-width: 600px) {
  .element5 {
    /*margin-top: 600px;*/
  }
}

@media (max-width: 600px) {
  .element6 {
    /*position: absolute;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*flex-wrap: wrap;*/
    /*margin-left: 570px;*/
    /*color: black;*/
    /*margin-top: 200px;*/
    /*opacity: 1;*/
  }
}

.next_img {
  position: absolute;
  height: 700px;
  width: 700px;
  margin-bottom: 3500px;
  margin-right: -42800px;
  display: flex;
  /*margin-right: 0px;*/
  /*background-image: url("/assets/img/Gallery/20250303_112554.jpg?h=19541ad8fdc3b97be2b7b2408eb16cb9");*/
  flex-direction: row;
  flex-wrap: wrap;
  /*border: 5px solid;*/
  /*border-radius: 30%;*/
  zoom: 10%;
  background-repeat: no-repeat;
  opacity: 0;
}

.prev_img {
  position: absolute;
  height: 700px;
  width: 700px;
  margin-left: 6350px;
  margin-bottom: 3500px;
  /*background-image: url("/assets/img/Gallery/20250303_112554.jpg?h=19541ad8fdc3b97be2b7b2408eb16cb9");*/
  z-index: initial;
  border-radius: 15px;
  zoom: 10%;
  background-repeat: no-repeat;
  opacity: 0;
}

#element4 {
  width: 700px;
  height: 800px;
}

.hide-img_prev {
  display: none;
}

@media (min-width: 1100px) {
  .element {
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-size: 400px 400px;
    align-content: center;
    justify-content: center;
    margin-top: 400px;
    align-items: center;
  }
}

@media (min-width: 1300px) {
  .element {
    position: relative;
    /*margin: auto;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: nowrap;*/
    /*background-size: 800px 800px;*/
    /*justify-content: center;*/
    margin-top: 0px;
    /*align-items: center;*/
  }
}

@media (min-width: 1100px) {
  .element6 {
    background-size: cover;
    width: 100vw;
    height: 100vh;
    /*zoom: 100%;*/
    /*margin: auto;*/
    /*margin-top: 5px;*/
  }
}

@media (min-width: 1100px) {
  .sidebar, sidebar-content {
    z-index: 10;
    zoom: 250%;
    width: 140px;
    height: 130px;
  }
}

@media (min-width: 1400px) {
  .background-image.shrink .element .element1 .element2 .footer {
    /*margin-bottom: -20px;*/
    position: inherit;
    background-position-x: 450px;
    zoom: 100%;
  }
}

@media (min-width: 1100px) {
  .element {
    width: 1366px;
    position: relative;
    /*margin-left: 500px;*/
    /*margin-right: 0px;*/
    margin-top: 400px;
    font-family: 'Quicksand, regular';
    font-weight: 600;
    background-position-x: 500px;
    display: block;
  }
}

@media (min-width: 1100px) {
  .element1 {
    position: absolute;
    /*margin-top: 200px;*/
    /*left: 300px;*/
    /*right: 500px;*/
    font-family: 'Quicksand';
    font-weight: 400;
  }
}

@media (min-width: 1100px) {
  .element2 {
    margin-top: 580px;
    position: absolute;
    margin-left: 1250px;
    height: 450px;
    left: -100px;
    top: 100px;
    width: 1150px;
    font-family: 'Quicksand';
    font-weight: 400;
    zoom: 100%;
    line-height: 18px;
    text-align: center;
  }
}

@media (min-width: 1100px) {
  .element3 {
    margin-top: 400px;
    margin-left: 3500px;
    font-family: 'Quicksand, regular';
    font-weight: 400;
    zoom: 110%;
  }
}

@media (min-width: 1100px) {
  .footer {
    position: fixed;
    width: 160vw;
    left: 0px;
    bottom: -0px;
    height: 350px;
  }
}

.expand {
  background-size: cover;
  background-position-y: 0px;
}

.hide-img_next {
  opacity: 0;
}

.carousel-control-prev {
  margin-left: 0px;
}

.carousel-control-next {
  margin-right: -2120px;
  margin-top: 50px;
  height: 60px;
}

.prev_img img {
  border-radius: 10%;
  /*border: 5px solid blue;*/
}

.next_img img {
  border-radius: 10%;
  /*border: 5px solid blue;*/
}

@media (min-width: 1200px) {
  .element4 {
    position: absolute;
    margin-top: 250px;
    left: 200px;
    margin-right: 390px;
  }
}

.footer-section h4 {
  font-size: xx-large;
}

.footer-section textarea {
  width: 400px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: blue;
  color: fuchsia;
  font-family: 'Quicksand, regular';
  font-weight: 400;
  font-size: xx-large;
}

.footer-section button {
  width: 200px;
  height: 50px;
  margin: 0px 0px 0px 200px;
  font-size: 32px;
  font-family: 'Quicksand';
  font-weight: 400;
  color: var(--bs-blue);
  margin-bottom: 20px;
}

.footer-section input {
  width: 400px;
}

.language-selector #it {
  margin-right: 100px;
}

.list #facebook {
  margin: auto;
  height: auto;
  /*margin-bottom: 0px;*/
}

.list #istagram {
  zoom: 75%;
}

.carousel-inner .carousel-item.active img:hover {
  /*transform: scale(1.5);*/
  /*margin-right: 100px;*/
}

@media (min-width: 1600px) {
  .background-image.shrink {
    position: absolute;
    width: 0px;
    height: 0px;
    margin: 0px;
    zoom: 65%;
    background-position-x: 350px;
    background-size: 1000px 800px;
    /*margin-left: 400px;*/
    border: 2px solid blue;
    overflow-x: hidden;
  }
}

@media (min-width: 1400px) {
  .body .background-image.shrink {
    position: absolute;
    background-size: 1250px 800px;
    display: inline-flex;
    margin-left: 100px;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    /*align-items: center;*/
    left  font-weight: 200;
    left: 100px;
    width: 100vw;
    height: 100vh;
    /*background-position-x: 450px;*/
  }
}

@media (min-width: 1600px) {
  .logo {
    zoom: 100%;
  }
}

@media (min-width: 1600px) {
  .element {
    left: 350px;
    zoom: 120%;
    top: 200px;
  }
}

element {
  width: 0;
}

@media (min-width: 1600px) {
  .element1 {
    margin-left: 100px;
    zoom: 100%;
  }
}

@media (min-width: 1600px) {
  .carousel-inner img {
    /*top: 100px;*/
    width: 100%;
    /*zoom: 120%;*/
    height: 100%;
    /*background-size: contain;*/
  }
}

.carousel-control-next-icon {
  font-size: xx-large;
}

@media (min-width: 1600px) {
  .carousel .inner .item .active .img {
    right: 100px;
  }
}

.aspect-ratio {
  position: relative;
  width: 100%;
  padding-bottom: 0%;
}

.aspect-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#element {
  position: absolute;
  width: 500px;
}

.visible-element {
  margin: 600px -1800px 0px 1100px;
  width: 1400px;
}

.p {
  font-size: 55px;
  text-align: center;
}

.quicksand-400p32.p1 {
  font-size: 40px;
  text-align: center;
}

.footer-section.contacts {
  margin-left: 50px;
}

.footer-section.position {
  margin-right: 200px;
  marging-bottom: 100px;
}

.quissand-400p32.p1.prav {
  text-align: center;
  width: 800px;
  margin: 200px auto;
  line-height: 50px;
}

.adjustable {
  height: 100vh;
  transition: height 0.3s;
  width: 100%;
}

@media (max-width: 500px) {
  .sidebar .element .visible-element .element1 .element2 .element3 .element4 .element5 .element6 .footer .footer-section .img .logo .carousel .carousel-inner {
    flex-direction: column;
    width: fit-content;
  }
}

.adjustable {
  margin-left: 250px;
}

#cnext {
  position: absolute;
  top: 320px;
  left: 0px;
  color: white;
  padding: 10px;
  z-index: auto;
}

#icon {
  width: 200px;
  height: 200px;
  zoom: 75%;
  z-index: 4;
  margin: auto;
  padding: 170px;
}

#pnext {
  position: absolute;
  top: 350px;
  z-index: 4;
}

#directions-button {
  position: absolute;
  margin: -60px 0px 0px 525px;
  padding: 0px;
  text-decoration: underline;
  background-color: #b3b3b1;
  color: white;
  font-weight: bolder;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#pdf {
    height:auto;
  position: fixed;
  top: 0px;
  left: 0px;
  margin: 200px 1900px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 500px) {
  .background-image {
    width: auto;
    height: 800px;
    position: relative;
    top: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 500px) {
  #sidebar .collapsed .sidebar.expanded .sidebar-content {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  #body {
    width: 250px;
    height: 800px;
  }
}

@media (max-width: 500px) {
  .sidebar.expanded {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .logo img {
    transform: scale(0.3);
    margin: -40px 80px 0px 0px;
    /*justify-content: center;*/
  }
}

@media (max-width: 500px) {
  img {
    transform: scale(1.45);
    margin: 0px -80px 0px 0px;
  }
}

@media (min-width: 600px) {
  .logo img {
    transform: scale(0.5);
    margin: -10px 55px 0px 0px;
  }
}

@media (min-width: 1600px) {
  .logo img {
    /*width: 90px;*/
    transform: scale(1.0);
    margin: 50px -20px 0px 0px;
  }
}

@media (max-width: 500px) {
  .sidebar-content.quicksand-400p32 {
    margin: -50px;
    font-weight: 400;
    font-size: xx-large;
  }
}

@media (max-width: 500px) {
  .background-image.adjustable {
    background-color: #b3b3b1;
  }
}

@media (max-width: 600px) {
  #element #element1 #element2 #element3 #element4 #element6 .slide .footer-section .contacts {
    opacity: 0;
    /*font-size: 16px;*/
    /*height: 300px;*/
    display: flex;
    place-items: center;
    /*position: absolute;*/
    visibility: visible;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 0px 0px;
  }
}

@media (max-width: 600px) {
  body .p {
    max-width: 100%;
    font-size: 24px;
    margin: 20px -90px 0px;
    padding: 0px;
    text-align: center;
    line-height: 15px;
    line-break: inherit;
  }
}

@media (max-width: 600px) {
  #element.visible-element {
    position: relative;
    font-size: 10px;
    display: grid;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: -300px -80px 0px -1200px;
  }
}

@media (max-width: 600px) {
  #element {
    align-items: center;
    position: relative;
    margin: 0px 100px 0px 200px;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  #footer.visible-element5 {
    width: 100vw;
    position: relative;
    margin: 1200px 310px 0px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-dark);
  }
}

@media (max-width: 600px) {
  .footer-section h4 {
    font-size: 24px;
    margin-left: -40px;
  }
}

.quicksand-400p32.p2 {
  font-size: 32px;
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('your-image.jpg');
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: -1;
}
.inp1{
     font-size: 7rem;
     color:blue;
  }
  .inp2{
     font-size: 10rem;
     color:blue;
  }


#pprav {
  display: none;
  position: relative;
  margin-bottom: 400px;
}

button {
  font-size: xx-large;
  font-family: 'Quicksand';
  background-color: green;
  color: #ffd700;
}

@keyframes vertical-scroll {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

@keyframes vertical-scroll {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

@media (max-width: 600px) {
  #body {
    margin: 0 auto;
    place-items: center;
    width: 100%;
    display: grid;
    overflow-x: hidden;
    flex-basis: 100%;
  }
}

@media (max-width: 600px) {
  .contacts {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 30px;
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  img {
    margin: auto;
  }
}

@media (max-width: 600px) {
  .footer-section.email {
    margin: 0px 200px 0px;
    text-align: left;
  }
}

@media (max-width: 600px) {
  #element3.visible-elemet3 {
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .logo {
    position: fixed;
    margin: 0px 5px;
  }
}

@media (max-width: 600px) {
  .language-selector {
    margin: -10px -30px 0px -20px;
  }
}

@media (max-width: 600px) {
  #it {
    margin: 0px 0px 50px 0px;
    padding-left: 100px;
  }
}

@media (max-width: 600px) {
  .quicksand-400p32.p {
    margin: 0px -165px;
    font-size: 19px;
  }
}

@media (max-width: 500px) {
  #element2 {
    width: 100%;
    margin: auto;
    left: -165px;
    top: 50px;
  }
}

@media (max-width: 500px) {
  .quicksand-400p32.p1 {
    font-size: x-large;
  }
}

@media (max-width: 500px) {
  .sidebar-content.quicksand-400p32 {
    margin: 40px auto;
  }
}

@media (max-width: 500px) {
  .list.social {
    margin: 0px auto;
  }
}

@media (max-width: 500px) {
  #istagram {
    margin: auto;
  }
}

@media (max-width: 500px) {
  .language-selector {
    margin: 0px -65px;
  }
}

@media (max-width: 500px) {
  #it {
    position: fixed;
    left: 700px;
  }
}

@media (max-width: 600px) {
  #element4 {
    position: fixed;
    width: auto;
    display: grid;
    left: -1435px;
    top: 300px;
  }
}

.carousel-item.active {
  position: relative;
  transform: scale(0.8);
}

@media (max-width: 500px) {
  .background-image.img {
    width: 100%;
    position: relative;
    margin: auto;
    zoom: 90%;
  }
}

@media (max-width: 500px) {
  #map {
    position: inherit;
    width: 250px;
    height: 250px;
    margin: 0px -200px 100px 0px;
    overflow-x: auto;
    overflow-y: auto;
  }
}

@media screen and (min-width: 350px) and (max-width: 499px)  {
  #directions-button {
    position: absolute;
    margin-top: -3000px;
    left: 220px;
    bottom: -500px;
  }
}
@media screen and (min-width: 500px) and (max-width: 600px) {
  #directions-button {
    position: absolute;
    margin: -3500px auto;
    left: 270px;
    bottom: -500px;
  }
}

@media (max-width: 500px) {
  #map {
    width: inherit;
    height: inherit;
    border-radius: 15px;
    zoom: auto;
  }
}

@media (max-width: 600px) {
  #input {
    height: 100px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 12px;
    margin-left: 60px;
    font-size: 27px;
    font-family: 'Quicksand';
    pointer-events: all;
  }}
@media (max-width: 500px) {
    #button{
        font-size: 15rem;
        color: blue;
    }}

@media screen and (min-width: 350px) and (max-width: 490px) {
  #input {
    height: 100px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 12px;
    margin-left: 100px;
    font-size: 45px;
    color: blue;
    font-family: 'Quicksand';
    pointer-events: all;
  }}


@media (max-width: 600px) {
  #message {
    text-align: center;
    border-radius: 10px;
    font-family: 'Quicksand';
    margin-left: 30px;
    /*font-size: 20px;*/
  }
}
@media (max-width: 450px) {
  #message {
    text-align: center;
    border-radius: 10px;
    font-family: 'Quicksand';
    margin-left: 0px;
    /*font-size: 20px;*/
  }
}

@media (max-width: 500px) {
  h3 {
    /*margin-left: 150px;*/
  }
}

@media (max-width: 500px) {
  .footer-section.contacts {
    margin-left: 110px;
  }
}

@media (max-width: 500px) {
  .footer-section.email {
    margin-left: 30px;
  }
}

@media (min-width: 1400px) {
  #input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

@media (min-width: 1400px) {
  #input {
  }
}

@media (max-width: 600px) {
  #contacts {
    margin-left: -40px;
  }
}

@media (max-width: 603px) {
  #email {
    margin-left: -40px;
  }
}

@media (max-width: 600px) {
  #ester {
    /*margin-left: 150px;*/
    /*margin-bottom: 100px;*/
  }
}

@media (max-width: 601px) {
  #code {
    font-family: 'Quicksand';
    background-color: #666666;
    /*margin: inherit;*/
    margin-left: 0px;
    /*margin-bottom: -110px;*/
    color: gold;
    border-radius: 10px;
    order: -1;
  }
}

@media (max-width: 600px) {
  #element {
    color: white;
    margin: 150px -70px 100px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  #fratte {
    color: white;
    margin-top: 100px;
    margin-bottom: 100px;
    line-height: 5px;
    margin-left: 25px;
  }
}

@media (max-width: 600px) {
  #osteria {
    color: white;
    line-height: 8px;
    margin: 150px 0px 110px 0px ;
    width: 100%;
    line-height: 2px;
}

@media (max-width: 600px) {
  #gallery {
    display: inline-flex;
    margin-left: 0px;
    margin-top: -190px;
    width: 458px;
    height: 800px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px)  {
   #cont{
    margin-top: 100px;
}
}

@media (max-width: 600px) {
  #info {
    color: white;
    line-height: 5px;
  margin-top:  -200px;
  margin-left: 40px; 
  margin-bottom: 130px;
      
  }
}

@media (max-width: 602px) {
  #cont {
    color: white;
    line-height: 2px;
  }
}

@media (max-width: 600px) {
  #em {
    color: white;
  }
}

@media (max-width: 600px) {
  #scr {
    color: white;
    margin: 0px 15px;
  }
}

@media (max-width: 600px) {
  #input {
    width: 350px;
    margin-left: 0px;
  }
}

@media (max-width: 600px) {
  #message {
    width: 350px;
    max-width: 100%;
    height: 200px;
    font-family: 'Quicksand';
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  #position {
    color: white;
    margin-left: -160px;
  }
}

@media (max-width: 600px) {
  #element {
    margin: 100px -10px;
  }
}
@media (max-width: 500px) {
  #element {
     margin: 100px 10px ;
     max-width: 100%;
  }
}
@media (max-width: 500px) {
  #element1 {
    align-content: center;
    text-align: center;
    margin-left: 30px;
    padding: 2.2rem;
    max-width: 70%;
  }
}

@media (max-width: 450px) {
  #directions-button {
    margin: -0px 0px -3300px 0px;
  }
}
@media (max-width: 600px) {
  #directions-button {
    margin: 0px 0px -3300px 0px;
  }
}

@media (min-width: 1400px) {
  #element.visible-element {
    display: flex;
    position: relative;
    color: white;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 60px) {
  #element {
    display: block;
    right: 100px;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  #content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
  }
}

@media (max-width: 600px) {
  #element1 {
    color: white;
    margin-top: 60px;
    margin-bottom: 170px;
    margin-left: -440px;
    line-height: 5px;
  }
}
p{
    margin-top: 10px;
}
@media (max-width: 600px){
   #input, #button {
    pointer-events: auto !important; /* Ensure it's active */
    font-size: 10px;
    max-width: 100%;
    padding: 2rem;
    margin-left: 50px;
}}
@media (max-width: 500px){
   #input, #button {
    pointer-events: auto !important; /* Ensure it's active */
    font-size: 10px;
    max-width: 100%;
    padding: 2rem;
    margin-left: 0px;
    margin-bottom:25px;
}}
@media (max-width: 600px){
    img{
        max-width: 100%;
        
        margin: 0px auto;
        padding: 25px;
    }}
@media (max-width: 4600px){
    #c-map{
    align-items: center;
    width: 360px;
    height: 360px;
    max-width: 100%;
    
    margin-left: 0px;
    margin-top: 4600px;
    
    position: absolute;
}}
    

@media screen and (min-width:461px) and  (max-width: 600px){
    #c-map{
    align-items: center;
    width: 370px;
    height: 370px;
    max-width: 100%;
    
    margin-left: 30px;
    margin-top: 4680px;
    
    position: absolute;
}}
@media (max-width: 500px) {
    #lg{
    margin: -323px 100px 0px 100px;
}}