/* 
  PAGES
    0. GENERAL
    1. HOME
    2. CHI SIAMO
    3. SERVIZI
    4. CONTATTAMI

COLORS
  - cream #E4C2B2
  - cream-lite #F8EDE6
  - dark #2D2227
  - light #6C6569
*/

/* 0. GENERAL */
.container-fluid, .row {margin: 0;}

.bg-cream {background-color: #E4C2B2 !important;}
.text-cream {color: #E4C2B2 !important;}
.bg-cream-lite {background-color: #F8EDE6 !important;}
.text-cream-lite {color: #F8EDE6 !important;}
.navbar-brand img {height: 10vh;}
.navbar-nav li, .navbar-nav li a {color: white;}
/* RIDEFINE */
.btn-primary {background-color: #E4C2B2 !important;border-color: #ceac9c !important;}
.bg-dark {background-color: #656163 !important;border-color: #231D20 !important;}
.text-dark {color: #656163 !important;}
.bi-x-1 {font-size: 1rem;}
.bi-x-2 {font-size: 2rem;}
.bi-x-3 {font-size: 3rem;}

footer a{text-decoration: none; color:#fff;}
footer a:hover{color:#2e3446;}


/* FORM */
#contact-form input,
#contact-form textarea {
    /* width: 100%; */
    padding: 10px;
    border: 2px solid #ccc; /* Colore grigio per i bordi */
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Cambia colore quando il campo è attivo (focus) */
#contact-form input:focus,
#contact-form textarea:focus {
    border-color: #007bff; /* Blu Bootstrap */
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}

/* Stile per il checkbox */
#contact-form .checkbox input {
    accent-color: #007bff; /* Colore di default per il checkbox */
}

/* Stile per il pulsante di invio */
#contact-form button {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

#contact-form button:hover {
    background-color: #0056b3;
}

/*0.1. SLIDER*/
.swiper-container {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}
.swiper-slide {min-height: 80vh;}
.swiper-button-prev, .swiper-button-next {display: none !important;}

/* 1. HOME */
.hero-section {
  background: url('/media/home_emotional_valentina_pagani.jpg') no-repeat;
  background-position: top center;
  /* background-size: cover;  */
  height: 90vh;
}.hero-section-mobile {
  background: url('/media/home_emotional_valentina_pagani-mobile.jpg') no-repeat;
  background-position: bottom left;
  background-size: cover;
  height: 90vh;
}
.head-home {
  background-color: rgba(80, 75, 80, 0.8); /* Overlay color */
  padding: 0px;
  text-align: center;
}
.btn-custom {
  background-color: #f4c6b0;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}
.btn-outline-custom {
  border: 1px solid white;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
}
.service-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.service-card img{
  background-color: #E4C2B2;
  border-radius: 50%;
  padding: 0.5rem;
  width: 5rem;  
}
.footer {
  background: #665c5c;
  color: white;
  padding: 20px;
  text-align: center;
}

.about-section {
  /* padding: 50px 20px;*/
}
.about-text {
  
}
.about-image {
  background: #665c5c;
  height: 30vh;
  border-radius: 10px;
}
.about-stats {
  background: #f4ebe6;
  padding: 15px;
  border-radius: 10px;
  margin-top: -50px;
}
.stat {
  text-align: center;
}

.map iframe {width: 100vw; height: 50vh;}
    
@media screen and (max-width: 768px) {
  .service-card img{
    background-color: #E4C2B2;
    border-radius: 50%;
    padding: 0.8rem;
    width: 8rem;  
  }
}

:root{
  --red: #D50032;
  --red-sold-out: #D9534F;
  --white: #FFF;
  --gray-light: #FBFBFB;
  --gray: #DDDDDD;
  --primary-color: var(--red);
}

.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: .25rem;
}
.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}

html {
  scroll-padding-top: 100px;
}

body > main{
  padding-top: 58px;
  min-height: calc(100% - 58px);
}

main > .container {
  padding: 60px 15px 0;
}

/* Icons */

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.material-symbols-outlined.fill-1{
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

a.editPageButton{
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 9999;
}

.bg-dark-trasparent{
  background-color: rgba(33, 37, 41, .6);
}

.cover-container {
  max-width: 42em;
}

body > footer{
  width: 100%;
}

/**
* Views::subscription
*/

#subscriptionView #smartwizard div.toolbar,
#subscriptionView #smartwizard div.progress{
  position: absolute;
  bottom: 0;
}

#subscriptionView #smartwizard div.toolbar{
  width: 100%;
  text-align: center;
}

/**
* Pace.js
*/

.pace-done #loading{
  display: none;
}

.pace-running > *:not(.pace){
  filter: blur(4px);
}

.pace-running #loading{
  filter: blur(0px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 99;
}

/**
* Login page
*/

body.login {
  display: flex;
  align-items: center;
  padding-top: 40px;
  background-color: #f5f5f5;
  text-align: center;
}

body.login main {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  min-height: unset;
}

body.login main .checkbox {
  font-weight: 400;
}

body.login main .form-floating:focus-within {
  z-index: 2;
}

body.login main input[type="email"] {
  margin-bottom: -1px;
}

body.login main input[type="password"] {
  margin-bottom: 10px;
}

/* Editor in frontend */
div[component]{
  z-index: initial !important;
}

/* intlTelInput */

.iti{
  display: block;
}

/* ECommerce */

.card-product{
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.card-product .card-img-top{
  height: 250px;
  object-fit: cover;
}

/* PEcommerce */

.PEcommerce .productBadges > .badge{
  margin-right: 6px;
}

.PEcommerce .MagicToolboxSelectorsContainer img{
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.PEcommerce #old_price{
  text-decoration: line-through;
}

.PEcommerce .realPrice{

}

.PEcommerce .splide.related .card-img-top{
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;  
}

.PEcommerce .splide .splide__slide{
  padding-left: 1rem;
  padding-right: 1rem;
}

.PEcommerce .splide#main-slider img{
  width: 100%;
  height: 100%;
}

.stars {
  float: left;
  overflow: hidden;
  width: 100%;
}
.stars input[type=radio]:checked ~ label:after {
  color: gold;
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
.stars input[type=radio] {
  display: none;
}
.stars input[type=radio]:first-child + label {
  padding-right: 0;
}
.stars:hover input[type=radio]:checked ~ label:after,
.stars label:after {
  /*   background: green;*/
}
.stars label {
  box-sizing: border-box;
  width: 20%;
  padding-right: 2%;
  height: auto;
  float: right;
  cursor: pointer;
}
.stars label:after {
  display: block;
  font-family: 'Material Symbols Outlined';
  content: '\e838';
  height: auto;
  width: 100%;
  float: right;
  transition: all 0.25s;
  font-size: 1.5rem;
}
.stars label:hover:after,
.stars label:hover ~ label:after {
  color: gold !important;
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

/* Splide */
.splide .splide__track{
  padding: 0 3em !important;
}

.splide .splide__arrow--prev{
  left: 0;
}

.splide .splide__arrow--next{
  right: 0;
}

.splide .splide__slide{
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Magic Zoom Plus */
.magicZoomThumb img{
  width: 80px;
  height: 80px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.MagicToolboxContainer{
  text-align: center;
}

#zoom img{
  width: 100%;
  object-fit: contain;
  text-align: center;
}

.magicZoomThumbnails{
  margin-top: 15px;
}

/* Bootstrap 5.1.3 custom */
.top-20{
  top: 20%;
}

.start-12{
  left: 12%;
}



