@import url("../images/image13.jpg");

body {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  color: #000000;

  margin: 0;
  height: 100%;
  width: 200;
  background-image: url("../images/image14.png");
  background-size: cover;
  background-position: center;

}



h1 {
  font-weight: 900;
  font-size: 5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 20ch;
  margin-bottom: 10px;
  margin-top: 10px;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  margin-top: 50px;
  color: white;
  text-align: center;
  font-family: "Arima Koshi", sans-serif;
}

h3 {
  font-size: 2rem;
  color: white;
  font-family: "Arima Koshi", sans-serif;
  margin: 30px, 10px, 40px, 0;
}
h4 {
  font-size: 1.7rem;
  color: white;
  font-family: "Arima Koshi", sans-serif;
}

h5 {
  font-size: 25px;
  color: white;
  text-align: center;
  font-family: "Arima Koshi", sans-serif;
  margin-bottom: -40px;
}

p {
  margin-bottom: 50px;
  line-height: 2rem;
  font-size: 1.2rem;
  color: white;
  font-family: "Arima Koshi", sans-serif;
}

main ul,
main ol {
  margin-left: 40px;
  font-size: 1.2rem;
}
main ul {
  list-style-type: circle;
  margin-bottom: 20px;
}
main ol {
  list-style-type: decimal;
}
main li {
  margin-bottom: 10px;
}

a:link {
  color: darkred;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: none;
}
a:active {
  color: darkred;
}
a:visited {
  text-decoration: none;
}

.wrapper {
  margin: 0 auto;
  width: 1000px;
}


header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
h1 a:link,
h1 a:visited {
  color: DarkRed;
  text-decoration: none;
}
h1 a:hover {
  color: #000000;
}

.zoom-out-img {
  transition: transform 0.3s ease;
}

.zoom-out-img:hover {
  transform: scale(0.9); 
}

nav {
  font-weight: 900;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
nav ul li {
  display: inline;
  margin-left: 10px;
}
nav a:link,
nav a:visited {
  padding: 10px;
  color: Darkred;
  text-decoration: none;
}
nav a:hover {
  color: #000000;
}
.hero-content {
  height: 700px;
  background-image: url(../images/image15.jpg);
  background-size: fill;
  background-position: center;
  background-repeat: repeat-x;
}

.hero-contentabout {
  height: 600px;
  background-image: url("../images/image16.jpg");
  background-size: fill;
  background-position: center;
  background-repeat: repeat-x;
}

.hero-content-gallery {
  height: 500px;
  background-image: url("../images/image17.jpg");
  background-size: fill;
  background-position: center;
  background-repeat: repeat-x;
}

.hero-content-chanelno5 {
  height: 500px;
  background-image: url("../images/image18.webp");
  background-size: 30%;
  background-position: center;
  background-repeat: repeat-x;
}

.hero-content-bruno-benini {
  height: 500px;
  background-image: url("../images/image5.jpg");
  background-size: 30%;
  background-position: center;
  background-repeat: repeat-x;
}

.hero-content-fontana {
  height: 500px;
  background-image: url("../images/image3.png");
  background-size: 48%;
  background-position: center;
  background-repeat: repeat-x;
}

.hero-content-dior-coat {
  height: 400px;
  background-image: url("../images/image4.webp");
  background-size: 20%;
  background-position: center;
  background-repeat: repeat-x;
}

.hero-content-glass-vase {
  height: 400px;
  background-image: url("../images/image2.webp");
  background-size: 20%;
  background-position: center;
  background-repeat: repeat-x;
}

.centered-text {
  text-align: center;
}


main {
  margin: 23px 0;
  text-align: center;
  color: grey;
  font-family: "Arima Koshi", sans-serif;
}

.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
  padding: 50px;
  margin-top: 10px;
}

.item {
  width: 100%;

  aspect-ratio: 1;
}
.item p {
  margin-bottom: 0px;
}
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




h3 a:link,
h3 a:visited {
  color: white;
  
}

h3 a:hover {
  color: darkred;
}

h4 a:link,
h4 a:visited {
  color: white;
  text-decoration: none;
}

h4 a:hover {
  color: darkred;
}

.object-text {
  font-family: "Arima Koshi", serif;
  padding: 20px;
  line-height: 1.6;
  max-width: 800px;
  margin: auto;
  text-align: left;
}

.object-text p {
  margin-bottom: 1em;
  font-size: 20px;
}

.object-text strong {
  font-weight: bold;
}

.object-text em {
  font-style: italic;
}

a4:link {
  color: white;
  text-decoration: none;
}
a4:hover {
  color: darkred;
}


footer {
  font-family: "Arial", sans-serif;
  font-size: 40px;
  color: darkred;

  background-color: black;
  height: 100px;
  margin-top: 3rem;
  padding: 2rem 0;
}

p7 {
  font-family: "Arial", sans-serif;
  font-size: 16px;
}

.small-text {
  text-align: right;
  color: darkred;
  font-weight: 500;
  font-size: 18px;
}

.large-text {
  color: darkred;
  font-size: 50px;
  font-weight: 900;
}

footer a:link,
footer a:visited {
  color: darkred;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
