.gallery-container,
.image-container {
display: flex;
justify-content: space-around; align-items: center; margin: 10px;
}
.image-container {
margin-bottom: -43px;
}
.gallery-button {
flex: 1;
padding: 10px;
font-size: 18px;
cursor: pointer;
margin: inherit;
font-family: system-ui;
box-shadow: inset 0 -0.6em 0 -0.3em rgba(0, 0, 0, 0.2);
}
.gallery-image {
flex: 1;
width: 12%;
padding: 10px;
border-radius: 17px;
cursor: pointer;
}
.gallery {
display: none;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 50px;
}
.gallery img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
margin: 5px;
border-radius: 25px;
}
@media screen and (max-width: 1750px) {
#gallery1 img {
width: 54%; box-sizing: border-box; }
#gallery2 img {
width: 54%; box-sizing: border-box; }
#gallery3 img {
width: 54%; box-sizing: border-box; }
#gallery4 img {
width: 54%; box-sizing: border-box; }
#gallery5 img {
width: 54%; box-sizing: border-box; }
#gallery6 img {
width: 54%; box-sizing: border-box; }
#gallery7 img {
width: 54%; box-sizing: border-box; }
#gallery8 img {
width: 54%; box-sizing: border-box; }
}
#gallery1 img {
width: 32%; box-sizing: border-box; }
#gallery2 img {
width: 32%; box-sizing: border-box; }
#gallery3 img {
width: 32%; box-sizing: border-box; }
#gallery4 img {
width: 32%; box-sizing: border-box; }
#gallery5 img {
width: 32%; box-sizing: border-box; }
#gallery6 img {
width: 32%; box-sizing: border-box; }
#gallery7 img {
width: 32%; box-sizing: border-box; }
#gallery8 img {
width: 32%; box-sizing: border-box; }
button {
background-color: #b0c4de !important;
border-color: #b0c4de !important;
color: #104c9a;
}
button:hover {
background-color: #104c9a !important;
border-color: #104c9a !important;
color: #fff;
}
#gallery1 a {
display: contents;
}
#gallery2 a {
display: contents;
}
#gallery3 a {
display: contents;
}
#gallery4 a {
display: contents;
}
#gallery5 a {
display: contents;
}
#gallery6 a {
display: contents;
}
#gallery7 a {
display: contents;
}
#gallery8 a {
display: contents;
}
.gallery a img {
width: 100%; height: auto; }
.desktop-image {
display: inline-block; }
.mobile-image {
display: none; }
.container-legenda {
display: grid;
grid-template-columns: repeat(4, 1fr);
justify-items: end;
margin-left: 18px;
}
.image-container-legenda {
display: flex;
align-items: center;
margin-bottom: 20px; }
.text-legenda {
margin-left: 20px; font-size: 15px;
}
#legenda {
display: none;
}
#legenda-text {
display: none;
}
.gallery-button.active {
background-color: #104c9a !important;
border-color: #104c9a !important;
color: white;
}
#legenda-mobile {
display: none;
}
.titolo-tour {
text-align: center;
color: #104c9a;
font-size: 20px;
margin-top: -49px;
}
.bottom-rounded {
border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; }
img.gallery-image:hover {
scale: 1;
}
#partenza-text {
text-align: center;
display: none;
color: #104c9a;
}
@media screen and (max-width: 600px) {
.gallery-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.gallery-button {
flex: 1;
margin: 0;
margin-bottom: 10px !important;
}
.gallery img {
width: 98% !important; }
.container-legenda {
display: grid !important;
grid-template-columns: repeat(1, 1fr) !important;
justify-items: end !important;
}
.text-legenda {
text-align: left !important;
margin-left: 20px; font-size: 15px;
}
#legenda {
display: block !important;
}
#legenda-text {
display: block !important;
}
#legenda-desktop {
display: none;
}
#legenda-mobile {
display: block !important;
}
.titolo-tour {
text-align: center !important;
color: #104c9a !important;
font-size: 20px !important;
margin-top: 0px !important;
}
.desktop-image {
display: none;
}
.mobile-image {
display: inline-block; }
.image-container {
display: none;
}
.gallery-button {
flex: 1;
border-radius: 25px;
padding: 10px;
font-size: 20px;
cursor: pointer;
font-family: system-ui;
box-shadow: inset 0 -0.6em 0 -0.3em rgba(0, 0, 0, 0.2);
}
}
#tourscroll {
scroll-margin-top: 100px; }