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

body{
	font-family: 'Spartan-Regular', sans-serif;
}
.w-80{
    width: 80%;
}
#scrolltop {
	position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: white;
    padding: 15px;
    background-image: url(../img/icons/scrollTop.svg);
    display: block;
    z-index: 9999;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#scrolltop:hover{
    transform: translateY(-5px);
    background-image: url(../img/icons/scrollTopGrey.svg);
}
h1{
    color: white;
    font-family: 'Spartan-Regular', sans-serif;
    text-align: center;
    padding-top: 50px;
}
.h1-sub{
    font-size: 15px;
    line-height: 7px;
    letter-spacing: 1px;
}
.h1-internal{
    color: black;
    padding-top: 0;
}
.h2-generale{
    font-size: 50px;
    font-family: 'Maiah3';
    color: black;
}
.h3-generale{
    font-size: 35px;
    font-family: 'Maiah3';
    color: black;
    text-align: center;
}
.h3-footer{
    font-family: 'Spartan-Regular', sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
}
.maiah-reg-h1{
    font-family: 'Maiah3';
    font-size: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.maiah-reg-h2{
    font-family: 'Maiah3';
    font-size: 50px;
}
.maiah-reg{
    font-family: 'Maiah3';
}
.h1-fineart{
     font-family: 'Maiah3';
}
h5{
    font-family: 'Maiah3';
    color: black;
}
h6{
    font-family: 'Spartan-Regular', sans-serif;
    color: black;
}
p{
   font-family: 'Spartan-Regular', sans-serif; 
   font-size: 13px;
}
.hr-vr{
    color: black;
    opacity: 1;
    margin:auto!important;
}
.img-zoom-in img 
{
transition:all .3s ease-in-out;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
}

.img-zoom-in:hover img 
{
transform:scale(1.03);
-webkit-transform:scale(1.03);
-moz-transform:scale(1.03);
-ms-transform:scale(1.03);
-o-transform:scale(1.03);
    
   content: ""; 
    padding-right: 6px;
    padding-bottom: 6px;
    z-index: -1;
  outline: 0;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  background-color: rgba(0, 0, 0, 0);
}
.h2-card{
    position: absolute;
    margin-top: -80px;
    margin-left: 55px;
    font-family: 'Spartan-Regular', sans-serif;
  letter-spacing: 1px;
    color: white;
    font-size: 30px;
    text-align: left;
}

.testo-chisono-home{
  align-content: center; 
}
/* BTN */
.fill {
  font-family: 'Spartan-Regular', sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 200;
  padding: 13px 40px 13px;
  outline: 0;
  border: 2px solid black;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}

.fill::after {
  content: "";
  background-color: #fed4d1;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.fill:hover::after {
  top: 0px;
  left: 0px;
}
.fill-blog {
  font-family: 'Spartan-Regular', sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 200;
  padding: 13px 30px 13px;
  margin-bottom: 20px;
  outline: 0;
  border: 2px solid black;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}

.fill-blog::after {
  content: "";
  border: 3px solid #fed4d1;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.fill-blog:hover::after {
  top: 0px;
  left: 0px;
}
.image-home-container {
  position: relative; /* Stabilisce un contesto per il posizionamento assoluto */
  display: inline-block; /* Per gestire l'immagine come blocco */
}
.image-home-text {
  position: absolute; /* Posiziona il testo in modo assoluto rispetto al contenitore */
  top: 50%; /* Centra verticalmente */
  left: 50%; /* Centra orizzontalmente */
  transform: translate(-50%, -50%); /* Per centrare perfettamente */
  color: white; 
  font-family: 'Maiah3';
  font-size: 30px; 
  z-index: 1; 
}
/* A */
a{
    font-family: 'Spartan-Regular', sans-serif;
}
a:hover{
  color: black;  
}
.a-fill-normie{
  color: black;
  font-size: 13px;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
    padding-top: 10px;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);  
}
.a-fill-normie::after {
  content: "";
  background-color: white;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}
.a-fill-normie:hover{
    color: black;
}
.a-fill-normie:hover::after {
  background-color: #fed4d1;
  top: 0px;
  left: 0px;
}
.a-fill {
    color: black;
    letter-spacing: 1px;
  font-family: 'Spartan-Regular', sans-serif;
  font-size: 13px;
  font-weight: 200;
  border-bottom: 2px solid black;
  padding: 13px 30px 10px;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
.a-fill::after {
  content: "";
  background-color: white;
  width: 100%;
  position: absolute;
    z-index: -1;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}
.a-fill:hover{
    color: black;
}
.a-fill:hover::after {
  background-color: #fed4d1;
  top: 0px;
  left: 0px;
}
/* A WHITE */
.a-fill-white {
  color: white!important;
  letter-spacing: 1px;
  font-family: 'Spartan-Regular', sans-serif;
  font-size: 13px;
  border-bottom: 2px solid white;
  padding: 13px 30px 10px;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
.a-fill-white::after {
  content: "";
  background-color: transparent;
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}
.a-fill-white:hover::after {
    background-color: rgba(198, 223, 214, 0.3);
  top: 0px;
  left: 0px;
}
/* A MAIL */
.a-fill-mail {
  font-size: 10px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 1);
  padding: 13px 10px 10px;
}
.a-fill-mail-left {
  font-size: 10px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 1);
  padding: 13px 10px 10px;
}
/* A MENU */
.a-fill-menu {
  color: black;
  font-family: 'Spartan-Regular', sans-serif;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
.a-fill-menu:hover{
    color: black;
}
.a-fill-menu::after {
  content: "";
  background-color: transparent;
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 100%;
  transition: 0.2s;
}
.a-fill-menu:hover::after {
    background-color: rgba(255, 255, 255, 0.3);
  top: 0px;
  left: 0px;
}
/* A SOCIAL */
.a-social-fill {
    color: black;
  font-size: 20px;
  padding: 10px 10px 8px;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}

.a-social-fill::after {
  content: "";
  background-color: white;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}
.a-social-fill:hover{
    color: black;
}
.a-social-fill:hover::after {
    background-color: #fed4d1;
  top: 0px;
  left: 0px;
}
.a-social-fill-menutop {
    color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  padding: 10px 10px;
  cursor: pointer;
  position: relative;
}
.a-social-fill-menutop:hover{
    color: black;
}
.a-social-fill-recensioni{
  padding: 0px 5px 8px;
    color: black;
  font-size: 20px;
}
.a-social-fill-recensioni::after {
  content: "";
  background-color: white;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}
.a-social-fill-recensioni:hover{
    color: black;
}

/* MENU */
.navbar{
    padding-left: 30px;
    padding-right: 30px;
}
.nav-item{
    font-family: 'Spartan-Regular', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 11px;
    padding-bottom: 11px;
    
    margin-left: 10px;
    margin-right: 10px;
}
.active{
    font-family: 'Spartan-Bold', sans-serif;
    font-weight: bold;
}
.navbar{
    box-shadow: none!important;
}
.barra-menu-mobile{
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    z-index: 99;
}
.navbar-toggler{
    display: grid;
    justify-content: center;
}
/* RECENSIONI */
.center {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .slider {
        /*width: 100%;*/
        height: fit-content;
        padding: 70px 0;
        overflow: auto;
      }
      .slider::-webkit-scrollbar {
        width: 80px;
        height: 5px;
      }
      .slider::-webkit-scrollbar-thumb {
        background: #ABA7A8;
        border-radius: 10px;
      }
      .slider::-webkit-scrollbar-track {
        background: #DCD7D8;
      }
      .card-recensioni {
        width: 350px;
        height: 460px;
        background-color: #fed4d1;
        box-shadow: none;
        display: flex;
        align-items: center;
        flex-direction: column;
        font-family: poppins;
        position: relative;
        border-radius: 0;
        margin: 0 15px;
          padding-top: 50px;
      }
      .title {
        font-size: 23px;
        font-family: 'Maiah3';
        color: black;
      }
      .subtitle {
        font-size: 12px;
        font-family: 'Spartan-Regular', sans-serif;
          padding-right: 25px;
          padding-left: 25px;
      }
      .card span {
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 30px;
      }
      .cards {
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
      }
.img-card-recensioni{
    max-width: 100px;
}
/* HEADER */
header{
    background-image: url(../img/header-stefania-pellizzari-ph.jpg);
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 30px;
    margin-right: 30px;
}
.h1-text-home{
    position: absolute;
    top: 40%;
    left: 50%; /* Centra orizzontalmente */
    transform: translate(-50%, -50%); /* Per centrare perfettamente */
}
/* RESPONSIVE */
@media only screen and (min-width: 567px) {
h1{
    color: white;
    font-family: 'Spartan-Regular', sans-serif;
    padding-top: 250px;
}
.h1-internal{
    color: black;
    text-align: left;
    padding-right: 0px;
    padding-top: 0;
}
.maiah-reg-h1{
    font-family: 'Maiah3';
    font-size: 60px;
}
.h1-fineart{
    font-size: 60px;
}
.h1-text-home{
    position: absolute;
    top: 30%;
    left: 50%; /* Centra orizzontalmente */
    transform: translate(-50%, -50%); /* Per centrare perfettamente */
}
}
@media only screen and (min-width: 492px){
.a-fill-mail {
  font-size: 13px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 1);
  padding: 13px 30px 10px;
} 
.a-fill-mail-left {
  font-size: 13px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 1);
  padding-bottom: 13px;
}
 
}
@media only screen and (max-width: 566px)  {
header{
    background-image: url(../img/header-mobile-stefania-pellizzari-photography.jpg);
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 

}
@media only screen and (max-width: 767px)  {
.a-white{
    color: #404040!important;
}
.pb-m{
    padding-bottom: 20px;    
}  

}
@media screen and (max-device-width: 566px) { 

}
@media only screen and (min-width: 768px)  {
header{
    height: 600px;
    margin-left: 40px;
    margin-right: 40px;
}
.h1-text-home{
    position: absolute;
    top: 50%;
    left: 50%; /* Centra orizzontalmente */
    transform: translate(-50%, -50%); /* Per centrare perfettamente */
}
h1{
    padding-top: 180px;
}
.h1-sub{
    font-size: 25px;
    line-height: 10px!important;
    letter-spacing: 1px;
}
.navbar{
    padding-left: 40px;
    padding-right: 40px;
}
.a-fill-menu {
  color: black;
  font-family: 'Spartan-Regular', sans-serif;
  font-size: 11px;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
.a-fill-menu::after {
  content: "";
  background-color: transparent;
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}
.a-fill-menu:hover {
  background-color: rgba(254, 212, 209, 0.9);
  color: black;
  top: 0px;
  left: 0px;
}

.maiah-reg-h1{
    font-family: 'Maiah3';
    font-size: 65px;
}
.h1-fineart{
    font-size: 45px;
}
}
@media only screen and (min-width: 1200px){
.maiah-reg-h1{
    font-family: 'Maiah3';
    font-size: 80px;
}
.h1-fineart{
    font-size: 75px;
}
}
@media only screen and (min-width: 992px){
.navbar{
    padding-left: 50px;
    padding-right: 50px;
}
.nav-item{
    margin-left: 10px;
    margin-right: 10px;
}
header{
    height: 700px;
    margin-left: 50px;
    margin-right: 50px;
    }  
h1{
    padding-top: 180px;
}
.testo-chisono-home{
  align-content: center; 
    text-align: left;
}
}
@media only screen and (min-width: 1300px){
h1{
    padding-top: 230px;

}
}
/* GRIGLIA PORTFOLIO*/

/* MENU BLOG */
#categorie a {
  margin-right: 10px;
}

.miscellanea {
  display: none;
}

.wedding {
  display: none;
}

.fine-art {
  display: none;
}

/* CARD BLOG */
#elenco-articoli{
    padding-left: 0;
}
.h2-blog{
    font-family: 'Maiah2';
    color: #404040;
    font-size: 30px;
}
.card-blog {
    border: 3px solid #fed4d1; 
    box-shadow: 0;
    border-radius: 0px;
    padding: 20px;
    margin: 10px;
}
.card-blog img {
    width: 100%;
    border-radius: 0px;
}

.card-blog p {
    font-size: 1rem;
    color: #555;
}

.pagination {
  display: inline-block;
}
.pagination a {
  color: black;
/*  float: left;*/
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}
.pagination a.active {
  background-color: #fed4d1;
  color: black;
  border: none;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.maiah-reg-h1-blog{
    font-family: 'Maiah3';
    font-size: 50px;
    text-align: center
}

.p-blog-interno{
    font-size: 1rem;
    color: #555;
    text-align: justify;
}