/*COVER*/
.cover{
  background: var(--dark) url(img/portfolio1.png) no-repeat center center;
  background-size: cover;
  height: 100vh;
  position: relative; 
  display: flex;
 
  align-items: center;
  padding-left: 20px;
  
  }

  /*portfolio*/
#portfolio{
  position: relative;
  background: var(--dark) url(img/portfolio1.png) no-repeat center;
  background-size: cover;
  grid-column: 1/9;  
}
#portfolio h2{
  padding: 20px;
}
#arte{
  position: relative;
  background: var(--dark) url(img/portfolio1.png) no-repeat center;
  background-size: cover;
  grid-column: 1/9;  
}

#arte::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark);
  opacity: 70%;
}
#arte h2{
    
  position: relative;
  
  color: rgb(255, 255, 255);
  padding: 20px;
  font-size: 30px;
  font-weight: 200;
  grid-column: 1/9;
}
#exhibit{
  position: relative;
  background: var(--dark) url(img/portfolio1.png) no-repeat center;
  background-size: cover;
  grid-column: 1/9;  
}

#exhibit::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark);
  opacity: 70%;
}
#exhibit h2{
    
  position: relative;
  
  color: rgb(255, 255, 255);
  padding: 20px;
  font-size: 30px;
  font-weight: 200;
  grid-column: 1/9;
}

.portfolio__img h4{
  color: #000000;
  font-weight: 300;
  text-align: center;
  
}

.portfolio__img2 h4{
  color: #000000;
  font-weight: 300;
  text-align: center;
  
}
.portfolio__img img{
  padding-top: 20px;
  
}

.portfolio__img2 img{
  padding-top: 20px;
  
}
.portfolio__img{
  grid-column: 1/9;
  background-color: #fff;
  
  align-items: center;
  margin:20px;
  

}
.portfolio__img2{
  grid-column: 1/9;
  background-color: #fff;
  align-items: center;
  margin:20px;

}

.welcome__img{
  display: flex;
  grid-column: 1/9;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
  
}


.celeste__testo{
  
  color: rgb(125, 125, 125);
  font-weight: 400;
  font-size: 12px;  
  grid-column: 1/9;
}
.celeste__testo2{
  
  color: rgb(125, 125, 125);
  font-weight: 400;
  font-size: 12px;  
  grid-column: 1/9;
}

.container {
 
  width: 100%;
  
  grid-column: 1/9;
  
  background-color: #efefef;
}


.card {
  background: #fff;
  border-radius: 8px;
  margin-top: 10px;
  
}
.card .image-box {
  height: 250px;
}
.card .image-box img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}
.card .profile-details {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 15px;
}
.card .profile-details img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.profile-details .name {
  font-size: 15px;
  font-weight: 500;
}
.profile-details .job {
  font-size: 12px;
  font-weight: 500;
  color: #4d4d4d;
}
.swiper-navBtn {
  color: #000;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
}
.swiper-pagination-bullet {

  background-color: #000;
}




#slider{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
  grid-column: 1/9;
}
#img_slider{
  width:100%;
}
#img_slider img{
  width:100%;
  display: none;
  align-items: center;
  justify-content: center;
 
}
#img_slider img:nth-child(1){
  display:block;
}
#slider button{
  width:35px;
  height:30px;
  border:solid #bababa 1px;
  color: #bababa;
  outline:none;
  cursor: pointer;
  background:none;
  border-radius: 50px;
  font-size:20px;
  transition: all 0.1s ease-in-out;
  
}
#slider button:hover{
  transform:scale(1.05);
}
#slider button:active{
  transform:scale(0.95);
}


.slide-container button{
  
  margin-top: 40px;
}
.slide-container button:hover{
  
  margin-top: 40px;
}


.slideshow-container {
  width: 100%; /* Modifica la larghezza in base alle tue esigenze */
  height: 300px; /* Modifica l'altezza in base alle tue esigenze */
  position: relative;
  
  grid-column: 1/9;
  justify-content: center;
  margin-bottom: 5px;
  margin-top: 10px;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

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

.slide.active {
  opacity: 1;
}

@keyframes slideshow {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slide:nth-child(1) {
  animation: slideshow 6s infinite;
}

.slide:nth-child(2) {
  animation: slideshow 6s infinite 2s;
}

.slide:nth-child(3) {
  animation: slideshow 6s infinite 4s;
}

.arrow-up {
  
  background-color: #efefef;
  
  width: 120px;
    
  padding: 5px;
  
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  
}


.text {
  margin-left: 5px;
  font-size: small;
  font-weight: 600;
}

@media (min-width: 768px){
  .swiper-navBtn {
    display: none;
  }
  #slider{
    grid-column: 5/8;
  }
  #portfolio h2{
    text-align: center;
  }
  #welcome h2{
    grid-column: 2/8;
    text-align: center;
    margin-bottom: 40px;
  }
#welcome{
  margin-bottom: 50px;
}
.slideshow-container {
  width: 100%; /* Modifica la larghezza in base alle tue esigenze */
  height: 100%; /* Modifica l'altezza in base alle tue esigenze */
  position: relative;
  
  grid-column: 5/8;
  justify-content: center;
  
  
}
.celeste__testo{
  grid-column: 3/7;
  text-align: center;
  text-align: justify;
  padding-top: 40px;
  padding-bottom: 40px;
}
.celeste__testo2{
  grid-column: 3/7;
  text-align: center;
  text-align: justify;
  padding-top: 40px;
  
}
.celeste__img h5{
  
  
  margin-bottom: 30px;
  margin-left: 200px;
  margin-right: 200px;

}
.celeste__img{
  
  
  margin-bottom: 30px;
  

}

#exhibit h2{
  text-align: center;
}
.container p{
  grid-column: 3/7;
}


.slide-container{
  grid-column: 2/8;
  margin-bottom: 60px;
}

.slide-container button{
  
  margin-top: 60px;
}
.slide-container button:hover{
  
  margin-top: 60px;
}
.card {
  
  
  margin:10px;
  
  
  
}
.card-wrapper{
  display: flex;
}

#arte h2{
  text-align: center;
  padding-top: 40px;
}

.portfolio__img{
  grid-column: 3/5;
}
.portfolio__img2{
  grid-column: 5/7;
}

}