/* colore bride: #dbac98 */
/* colore sposo: #2C3750 */


body {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    color: #363636;
}

.first-margin {
    margin-top: 103px;
}

.navbar {
    position: fixed;
    top: 0;
    z-index: 400;
    background-color: #fff;
    width: 100%;
    height: 103px;
}

.navbar .link-personal {
    margin: 0 1rem;
    text-transform: uppercase;
    padding: 0 !important;
}

.navbar-brand img {
    width: 150px;
    transition: width 0.5s ease-in-out;
}

.navbar.smaller {
    height: 75px;
    transition: height 0.5s ease-in-out;
}

.navbar.smaller .navbar-brand img {
    width: 100px;
}

.rapid-contacts {
    position: fixed;
    right: 0;
    top: 350px;
    z-index: 5;
}

.rapid-contacts a {
    text-decoration: none;
}


.rapid-contacts .box {
    width: 50px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rapid-contacts .box i {
    color: #363636;
    font-size: 1.3rem;
}

.link-personal {
    letter-spacing: 0.03rem;
    font-size: 0.8rem;
    position: relative;
}

.link-personal::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    /* Spessore della sottolineatura */
    background-color: #363636;
    /* Colore della sottolineatura */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

.link-personal:hover::after {
    transform: scaleX(1);
}

.btn-atelier {
    border-radius: 0;
    border: solid 1px #363636;
    color: #363636;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-size: 0.8rem;
    padding: 0.5rem 2rem;
    width: fit-content;
}

#sec_video {
    position: relative;
    overflow: hidden;
    height: 700px;
}

.video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

#sec_video .box {
    position: absolute;
    width: 600px;
    top: 50%;
    transform: translateY(-50%);
}

#sec_video .box .title {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-size: 3.5rem;
    margin-bottom: 1.2rem;
    line-height: 1.1;
    color: #fff;
}

#sec_video .box .subtitle {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
    color: #fff;
}

#sec_video .btn-atelier {
    border: solid 1px #fff;
    color: #fff;
}

#sec_video .btn-atelier:hover {
    background-color: #fff;
    color: #363636;
}

.category .box {
    overflow: hidden;
}

.category a {
    text-decoration: none;
}

.category .box img.back {
    transition: transform 0.4s ease-in-out;
}

.category .box img.back:hover {
    transform: scale(1.1);
}

.category .box-text {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    display: block;
}

.category .logo {
    width: 160px;
    margin-bottom: 0.6rem;
}

.category .logo.man {
    width: 150px;
}

.category .box-text .link-personal {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 200;
}

.category .box-text .link-personal::after {
    background-color: #fff;
}

.category .box-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ececec;
    height: 100%;
    padding: 2rem;
}

.category .box-cta .title {
    font-size: 2.4rem;
    line-height: 1;
    font-family: "DM Serif Text", serif;
    margin-bottom: 1rem;
}

.category .box-cta p {
    font-size: 1.1rem;
    font-weight: 200;
}

.category .box-cta .btn-atelier {
    font-size: 0.9rem;
    margin-top: 1rem;
}

/* gallery row */

.gallery_row #content {
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: minmax(150px, auto);
    display: grid;
    margin: 0 auto;
}


.gallery_row .one {
    grid-column: 1 / 4;
    grid-row: 1 / 5;
    background-image: url("/images/gallery-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery_row .two {
    grid-column: 6 / 8;
    grid-row: 1 / 5;
    background-image: url("/images/gallery-3.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery_row .three {
    grid-column: 4 / 6;
    grid-row: 1 / 3;
    background-image: url("/images/gallery-2.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

}

.gallery_row .four {
    grid-column: 4 / 6;
    grid-row: 3/5;
    background-color: #EFCD80;
    padding: 2rem;
}

.gallery_row .four .title {
    font-family: "DM Serif Text", serif;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.gallery_row .four .text {
    font-weight: 200;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.history .title {
    font-size: 2.2rem;
    line-height: 1.2;
    font-family: "DM Serif Text", serif;
}

.history .subtitle {
    font-size: 1.3rem;
    font-weight: 200;
    margin-bottom: 1.5rem;
}

.history p {
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
}

.history p:last-of-type {
    margin-bottom: 2.5rem;
}

.cerimony {
    background-image: url("/images/cerimonia-category.jpg");
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.cerimony .box {
    width: 500px;
    position: absolute;
    right: 0;
    height: 800px;
    background-color: #ffffffdc;
    padding: 4rem 2rem;
}

.cerimony .title {
    font-family: "DM Serif Text", serif;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.cerimony p {
    font-size: 1.1rem;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.services .box {
    background-image: url("/images/servizi.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    transition: background-image 0.4s ease-in-out;
}


.services .title {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
}

.services ul li {
    padding: 1.7rem 0;
    border-bottom: solid 1px #363636;
}

.services a {
    text-decoration: none;
    color: #363636;
}

.services p {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 200;
    margin-bottom: 0.5rem;
}

.services .link-personal {
    font-size: 0.9rem;
    color: #363636;
    text-decoration: none;
    font-weight: 500;
    width: fit-content;
}


.steps .title {
    font-family: "DM Serif Text", serif;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.steps .subtitle {
    font-size: 1.5rem;
    font-weight: 200;
    margin-bottom: 0;
}

.steps .list-group-item {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 200;
    padding: 1rem;
}

.steps .list-group-item.active {
    background-color: #eed6cc;
    border: #eed6cc;
    color: #363636;
    font-weight: 400;
}

.tab-pane {
    padding: 1.5rem;
    border: solid 1px #eed6cc87;
}

.tab-pane .number {
    font-size: 1.2rem;
    background: #eed6cc;
    width: 45px;
    font-weight: 400;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-pane .title-step {
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
}


.reviews .title {
    font-family: "DM Serif Text", serif;
    font-size: 2.2rem;
    margin-bottom: 0;
}

.faq .title {
    font-family: "DM Serif Text", serif;
    font-size: 2.2rem;
    margin-bottom: 0;
}

.faq .subtitle {
    font-size: 1.8rem;
    font-weight: 200;
    margin-bottom: 0.5rem;
}

.faq .card {
    background-color: #D4D7DC;
    border-radius: 0;
    border: none;
    color: #363636;
    padding: 0.5rem;
}

.faq .card-title {
    font-size: 1.5rem;
    font-weight: 400;
}

.faq a {
    text-decoration: none;
}

.faq .link-personal {
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.reservations {
    background-color: #eed6cc;
}

.reservations_man {
    background-color: #D4D7DC;
}

.reservations .title {
    font-family: "DM Serif Text", serif;
    font-size: 2.2rem !important;
    margin-bottom: 0;
}

input::placeholder,
.reservations textarea::placeholder {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
    color: #363636;
    opacity: 0.7;
}

.privacyLabel {
    font-size: 0.8rem;
    color: #363636;
    text-transform: uppercase;
}

.privacyLabel a{
    color: #363636;
}

.reservations textarea {
    padding: 0.5rem;
}

.reservations input,
.reservations textarea {
    border-radius: 0;
    color: #363636;
    border: solid 1px #36363642;
    background-color: transparent;
}

.reservations .form-control:focus {
    border: solid 1px #36363642;
    box-shadow: none;
}

.border-sec {
    border-top: solid 1px #eed6cc;
}

.groom .border-sec {
    border-top: solid 1px #D4D7DC;
}

.category-bride a,
.category-groom a {
    text-decoration: none;
}

.category-bride .grid-structure,
.category-groom .grid-structure {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.category-groom .grid-structure {
    background-color: #2C3750;
}

.category-bride .grid-item,
.category-groom .grid-item {
    width: 25%;
}

.category-bride .title,
.category-groom .title {
    font-family: "DM Serif Text", serif;
    font-size: 2rem;
    margin-bottom: 0;
}

.category-bride .subtitle,
.category-groom .subtitle {
    font-size: 1.6rem;
    font-weight: 200;
    margin-bottom: 0.5rem;
}

.category-bride .box,
.category-groom .box {
    aspect-ratio: 1/1.3;
    overflow: hidden;
    position: relative;
}

.category-bride .box .back,
.category-groom .box .back {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease-in-out;
}

.category-bride .box-title,
.category-groom .box-title {
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    letter-spacing: 0.1rem;
    transform: translateX(-50%);
    font-family: "DM Serif Text", serif;
    text-align: center;
    line-height: 1;
    font-size: 1.6rem;
}

.category-bride .box .back:hover,
.category-groom .box .back:hover {
    transform: scale(1.1);
}

.category-bride .text_box {
    background-color: #eed6cc;
    padding: 3rem;
}

.category-bride .text_box.zagara {
    background-color: #EFCD80;
    padding: 3rem;
}

.category-bride .text_box img {
    width: 60px;
}

.category-bride .text_box.zagara img {
    width: 200px;
}

.category-bride .text_box .title {
    font-family: "DM Serif Text", serif;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.category-bride .text_box .text {
    font-weight: 200;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.category-groom .text_box {
    background-color: #dee2e6;
    padding: 3rem;
}

.category-groom .text_box img {
    width: 60px;
}

.category-groom .text_box .title {
    font-family: "DM Serif Text", serif;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.category-groom .text_box .text {
    font-weight: 200;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.bride .history .logo {
    width: 200px;
}

.groom .history .logo {
    width: 200px;
}

.plus-sizes {
    background-image: url("/images/banner-teglie-forti.jpg");
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.plus-sizes .box {
    width: 500px;
    position: absolute;
    left: 0;
    height: 800px;
    background-color: #ffffffdc;
    padding: 4rem 2rem;
}

.plus-sizes .title {
    font-family: "DM Serif Text", serif;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.plus-sizes p {
    font-size: 1.1rem;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.eleganza-maschile {
    background-image: url("/images/banner-eleganza-maschile.jpg");
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.eleganza-maschile .box {
    width: 500px;
    position: absolute;
    right: 0;
    height: 800px;
    background-color: #ffffffdc;
    padding: 4rem 2rem;
}

.eleganza-maschile .title {
    font-family: "DM Serif Text", serif;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.eleganza-maschile p {
    font-size: 1.1rem;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.cerimonia-sartoria {
    background-image: url("/images/banner-cerimonia-sartoria.jpg");
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.cerimonia-sartoria .box {
    width: 500px;
    position: absolute;
    right: 0;
    height: 800px;
    background-color: #ffffffdc;
    padding: 4rem 2rem;
}

.cerimonia-sartoria .title {
    font-family: "DM Serif Text", serif;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.cerimonia-sartoria p {
    font-size: 1.1rem;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.accessories .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.accessories-slider {
    position: relative;
}

/* Contenuto a sinistra: testo + eventuali immagini prodotto */
.accessories .slide-content-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: 70%;
    padding: 0 2rem;
}

.accessories .slide-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.accessories .slide-description {
    font-size: 16px;
    line-height: 1.5;
}

.accessories .product-thumbs {
    display: flex;
    gap: 30px;
    position: relative;
}

.accessories .product-thumbs img {
    object-fit: cover;
    border: 1px solid #eed6cc;
}

/* Immagine a destra */
.accessories .slide-content-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accessories .text-slider .title {
    font-family: "DM Serif Text", serif;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1;
}

.accessories .text-slider p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 200;
    margin-bottom: 2rem;
}

.accessories .arrow-container {
    position: absolute;
    width: 80px;
    right: -9px;
    top: -20px;
}

/* Frecce di navigazione */
.accessories .swiper-button-next,
.accessories .swiper-button-prev {
    color: #363636;
    --swiper-navigation-size: 20px;
    width: 30px;
}

.accessories .swiper-button-next:hover,
.accessories .swiper-button-prev:hover {
    color: #363636;
}


/* scheda sposa */

.scheda a {
    color: #363636;
    text-decoration: none;
}

.scheda .menu {
    position: sticky;
    top: 80px;
    /* distanza dalla cima quando si blocca */
    z-index: 10;
    /* assicura che resti sopra gli altri elementi */
}

.navbar.smaller~.scheda .menu {
    top: 70px;
}


.scheda .menu a li {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 0.9rem;
    padding: 0.5rem;
    border-bottom: solid 1px #dee2e6;
}

.scheda .menu a:hover li {
    background-color: #ececec;
}

.scheda .menu a:focus li,
.scheda .menu .active_bride li {
    background-color: #eed6cc;
    border-bottom: solid 1px #eed6cc;
}

.scheda .menu a:focus li,
.scheda .menu .active_groom li {
    background-color: #D4D7DC;
    border-bottom: solid 1px #D4D7DC;
}



.scheda .intro .title {
    font-family: "DM Serif Text", serif;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.scheda .intro .text {
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
}

.scheda .box {
    overflow: hidden;
    position: relative;
}

.scheda .box .lens {
    width: 40px;
    aspect-ratio: 1/1;
    background-color: #36363697;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 300;
}

.scheda .box .lens i {
    font-size: 1rem;
    color: #fff;
}

.scheda .box .lens:hover {
    background-color: #363636;
}

.scheda a {
    text-decoration: none;
}

.scheda .box-text {
    padding: 10px 0;
}

.scheda .box-text .title {
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    color: #363636;
}

.scheda .box-text .link-personal {
    color: #363636;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    width: fit-content;
    text-align: center;
}

.scheda .share {
    font-size: 0.9rem;
    line-height: 1;
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
}

.scheda .share a:hover {
    color: #363636;
}

.gallerydesc {
    font-size: 1.3rem !important;
    font-weight: 200 !important;
    font-family: "Outfit", sans-serif !important;
    letter-spacing: 0.02rem !important;
}

.lg-outer .lg-thumb-item {
    border-radius: 0;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #F7C19B !important;
    border-radius: 0;
}

/* timeline */

.main-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main-timeline:before {
    content: "";
    width: 2px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #eed6cc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 120px;
    position: relative;
    min-height: 100px;
}

.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 6px solid #eed6cc;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 2px solid #eed6cc;
    padding: 7px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 29%;
    transform: translate(-29%, -50%)
}

.main-timeline .timeline-icon img {
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #eed6cc;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
    width: 70px;
    height: 140px;
    background: #fff;
    top: 194px;
    right: -7px;
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 0;
    float: right;
    position: relative;
    left: auto;
    right: -9px;
    transform: translateX(9%);
}

.main-timeline .timeline-content:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #eed6cc;
    position: absolute;
    top: 62px;
    left: -60px;
}

.main-timeline .title {
    font-size: 1rem;
    font-weight: 200;
    color: #363636;
    background: #fff;
    border: solid 1px #363636;
    text-transform: uppercase;
    text-align: start;
    margin-bottom: 0.5rem;
    width: fit-content;
    padding: 0.4rem 0.8rem;
    line-height: 1;
    letter-spacing: 0.05rem;
}

.main-timeline .subtitle {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    color: #363636;
}

.main-timeline .description {
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    color: #363636;
    line-height: 1.3;
    letter-spacing: 0.02rem;
    margin: 0;
    width: 100%;
    text-align: start;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 19%;
    top: 50%;
    transform: translate(-19%, -50%);
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left;
    left: -10%;
    transform: translateX(10%);
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 35px;
    transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: -8%;
    transform: translateX(8%);
}

.ispirazioni .title {
    font-size: 2.4rem;
    line-height: 1;
    font-family: "DM Serif Text", serif;
    margin-bottom: 0.7rem;
}

.ispirazioni .subtitle {
    font-size: 1.1rem;
    font-weight: 200;
}

.ispirazioni .box {
    position: absolute;
    width: 60%;
    left: 50%;
    top: 50%;
}

.ispirazioni .box img {
    border-top: solid 6px #fff;
    border-left: solid 6px #fff;
}

.ispirazioni .box.right img {
    border-top: solid 6px #fff;
    border-right: solid 6px #fff;
}

.ispirazioni .sec_title {
    font-size: 2rem;
    line-height: 1;
    font-family: "DM Serif Text", serif;
    margin-bottom: 1rem;
}

.ispirazioni .box_text {
    padding: 0 12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.ispirazioni .sec_text {
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.ispirazioni .box.right {
    right: 50%;
    left: auto;
}

.ispirazioni .margin-top-personal {
    margin-top: 110px;
}

.ispirazioni .margin-bottom-personal {
    margin-bottom: 110px;
}

.faq-page .accordion-button {
    font-weight: 200;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
}

.faq-page .accordion-button:not(.collapsed) {
    --bs-accordion-active-bg: #eed6cc;
    color: #363636;
    font-weight: 300;
}

.faq-page .accordion-button:focus {
    box-shadow: none;
}

.faq-page .accordion-body {
    font-size: 0.95rem;
    font-weight: 200;
    line-height: 1.6;
}

.faq-page .title {
    font-family: "DM Serif Text", serif;
    font-size: 2rem;
    margin-bottom: 0;
}

.faq-page .subtitle {
    font-size: 1.5rem;
    font-weight: 200;
    margin-bottom: 1rem;
}

.faq-page .content-area {
    padding: 0 30px;
    height: 500px;
    overflow-y: auto;
}

.faq-page .content-area .title {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
}

.faq-page .content-area .question-title {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    margin-bottom: 0.3rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Outfit", sans-serif;
}

.faq-page .content-area p {
    line-height: 1.2;
}

.faq-page .content-area div {
    padding: 1.5rem;
}

.faq-page .content-area div:nth-child(even) {
    background-color: #ececec;
}

.faq-page .content-area div p:last-child {
    margin-bottom: 0;
}

#faq-list .item {
    font-size: 0.95rem;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0.8rem 0.5rem;
    text-decoration: none;
    color: #363636;
    border-bottom: #ececec solid 1px;
    text-align: left;
}

#faq-list .item:hover {
    font-weight: 400;
    background-color: #eed6cc;
}

.category_select {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

/* mix and match */
.mix-match .title {
    font-size: 2.4rem;
    line-height: 1;
    font-family: "DM Serif Text", serif;
    margin-bottom: 0.7rem;
}

.mix-match .subtitle {
    font-size: 1.1rem;
    font-weight: 200;
}

.mix-match .sec-title {
    font-size: 2rem;
    line-height: 1;
    font-family: "DM Serif Text", serif;
    margin-bottom: 0.7rem;
}

.mix-match .text {
    font-weight: 200;
}

.timeline {
    padding-top: 30px;
}

.mix-match .timeline .circle {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 3px solid #eed6cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: relative;
    z-index: 1;
}

.mix-match .timeline-line {
    position: absolute;
    top: 70px;
    left: 30px;
    right: 37px;
    height: 3px;
    background-color: #eed6cc;
    z-index: 0;
}

.mix-match .step-timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.mix-match .timeline p {
    width: 110px;
    line-height: 1.2;
    text-align: center;
    font-size: 1.1rem;
}

.mix-match .step-timeline:nth-of-type(1) .circle img {
    width: 55px;
}

.mix-match .step-timeline:nth-of-type(2) .circle img {
    width: 40px;
}

.mix-match .step-timeline:nth-of-type(3) .circle img {
    width: 43px;
}

.mix-match .step-timeline:nth-of-type(4) .circle img {
    width: 40px;
}

footer a {
    color: #363636;
    text-decoration: none;
}

footer a.link-personal {
    font-size: 1rem;
}

@media (max-width: 1399.98px) {

    .category-bride .grid-item {
        width: 33.3%;
    }

    .main-timeline .timeline-content {
        right: -4%;
        margin-top: 3px;
        transform: translateX(4%);
    }

    .main-timeline .timeline-icon {
        left: 23%;
        transform: translate(-23%, -50%);
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: auto;
        right: 15%;
        top: 50%;
        transform: translate(-15%, -50%);
    }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: left;
        left: -11%;
        transform: translateX(11%);
    }

    .main-timeline .timeline-content:after {
        top: 60px;
    }

}

@media (max-width: 1199.98px) {
    .category-bride .text_box.zagara {
        width: 66.6%;
    }

    .steps .list-group-item {
        font-size: 0.9rem;
    }

    .tab-pane .number {
        font-size: 1.3rem;
        width: 50px;
    }

    .tab-pane {
        padding: 1rem;
    }

    .category .box-cta .title {
        font-size: 2.2rem;
        margin-bottom: 0.5rem;
    }

    .category .box-cta p {
        font-size: 1rem;
    }

    .category .box-cta {
        padding: 1.5rem;
    }

    .history .title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .history p {
        margin-bottom: 1rem;
    }

    .gallery_row .one {
        grid-column: 1 / 5;
        grid-row: 1 / 5;
        background-image: url("/images/gallery-1.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .gallery_row .three {
        grid-column: 5 / 8;
        grid-row: 1 / 3;
        background-image: url("/images/gallery-2.jpg");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;

    }

    .gallery_row .four {
        grid-column: 5 / 8;
        grid-row: 3/5;
    }

    .category-bride .text_box {
        padding: 2rem;
    }

    .category-bride .text_box.zagara {
        padding: 2rem;
    }

    .category-groom .grid-item {
        width: 33.3%;
    }

    .category-groom .box-title {
        font-size: 1.4rem;
    }

    .main-timeline .timeline-content:before {
        width: 65%;
    }

    .main-timeline .timeline-content {
        margin-top: 43px;
        right: -5%;
        transform: translateX(5%);
    }

    .main-timeline .timeline-icon {
        left: 16%;
        transform: translate(-16%, -50%);
    }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        left: -12%;
        transform: translateX(12%);
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 10%;
        transform: translate(-10%, -50%);
    }

    .main-timeline .timeline {
        margin-bottom: 75px;
    }

    .main-timeline .timeline-content:after {
        top: 51px;
    }

    .category-groom .grid-structure {
        background-color: transparent;
    }
}

@media (max-width: 991.98px) {

    .navbar .link-personal {
        padding: 0.3rem 0;
        margin-top: 1rem;
        font-size: 1.1rem;
        text-align: center;
    }

    .navbar .nav-item {
        display: flex;
        justify-content: center;
    }

    .navbar .btn-atelier {
        margin-top: 2.5rem;
        font-size: 1.1rem;
    }

    .menu.darkActive {
        height: 100vh;
        transition: all 100ms ease-in-out;
        text-align: center;
        background-color: #fff;
        z-index: 10000;
        width: 100%;
    }

    /* not display when i collapse menu for close it */
    .menu:not(.darkActive) .collapsing>.navbar-nav {
        opacity: 0;
    }

    .category-groom .box-title {
        font-size: 1.6rem;
    }

    .steps .list-group-item {
        font-size: 1rem;
    }

    .social-icon-mobile {
        font-size: 1.2rem;
        color: #363636;
    }

    .category-bride .grid-item {
        width: 50%;
    }

    .category-bride .text_box.zagara {
        width: 50%;
    }

    .accessories .swiper-slide {
        display: block;
    }

    .accessories .slide-content-left {
        display: flex;
        width: auto;
        padding: 0;
        margin-bottom: 1.5rem;
    }

    .category-bride .title,
    .category-groom .title {
        margin-bottom: 0.5rem;
        font-size: 1.8rem;
    }

    .category-bride .subtitle,
    .category-groom .subtitle {
        font-size: 1.5rem;
    }

    #sec_video .box .title {
        color: #fff;
    }

    #sec_video .box .subtitle {
        color: #fff;
    }

    #sec_video .box .btn-atelier {
        color: #363636;
        background-color: #ffffffd1;
    }

    #sec_video .box .btn-atelier:hover {
        background-color: #fff;
    }

    .main-timeline .timeline-icon:after,
    .main-timeline .timeline:nth-child(even) .timeline-icon:after {
        width: 70px;
        height: 120px;
        top: 150px;
        right: -30px;
        left: auto;
    }

    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: -4%;
        transform: translate(4%, -50%);
        width: 180px;
        height: 180px;
    }

    .main-timeline:before {
        right: 280px;
    }

    .main-timeline .timeline:before {
        top: 50%;
        left: 30%;
        z-index: 1;
        transform: translate(-50%, -50%);
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        right: -1%;
        transform: translateX(2%);
        padding: 0 38px;
        margin-top: -3px;
        float: right;
        left: auto;
        width: 62%;
    }

    .main-timeline .timeline-content:after {
        width: 80px;
        left: -60px;
        top: 85px;
    }

    .main-timeline .timeline:nth-child(even) .timeline-content:after {

        width: 80px;
        left: -68px;
        top: 85px;
    }

    .main-timeline .timeline-icon:before,
    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        width: 63px;
        right: -63px;
        left: auto;
    }

    .ispirazioni .box {
        display: none;
    }

    .ispirazioni .box_text {
        padding: 1.5rem 0 3rem 0;
    }

    .ispirazioni .sec_text {
        margin-bottom: 1rem;
    }

    .ispirazioni .margin-top-personal {
        margin-top: 0;
    }

    .ispirazioni .margin-bottom-personal {
        margin-bottom: 0;
    }

    .faq-page .content-area {
        padding: 0;
        height: auto;
        overflow: auto;
    }

}

@media (max-width: 767.98px) {

    .btn-atelier {
        font-weight: 400;
        font-size: 3.5vw;
    }

    #sec_video {
        height: 500px;
    }

    .rapid-contacts {
        bottom: 50px;
        top: auto;
    }

    .social-icon-mobile {
        font-size: 5.5vw;
    }

    #sec_video .box {
        width: 95%;
        top: 65%;
        transform: translateY(-65%);
    }

    #sec_video .box .subtitle {
        font-size: 5vw;
        line-height: 1.4;
        font-weight: 400;
    }

    .category .box-cta .title {
        font-size: 10vw;
        margin-bottom: 0.5rem;
    }

    #sec_video .box .title {
        font-size: 12vw;
    }

    .category .box-cta p {
        font-size: 4.5vw;
    }

    .history .title {
        font-size: 8.4vw;
    }

    .history p {
        font-size: 4.5vw;
    }


    .steps .title {
        font-size: 8vw;
    }

    .steps .subtitle {
        font-size: 6.5vw;
    }

    .history .subtitle {
        font-size: 6vw;
    }

    .tab-pane .title-step {
        font-size: 6vw;
        font-weight: 400;
    }

    .tab-pane p {
        font-size: 4.5vw;
    }

    .steps .list-group-item {
        font-size: 4vw;
    }

    .cerimony {
        height: 600px;
        background-image: url('/images/cerimonia-category_thumb.jpg');
        background-position: center;
    }

    .cerimony .box {
        width: 100%;
        height: 600px;
        padding: 2rem 1rem;
        background-color: #ffffffdc;
    }

    .cerimony .title {
        font-size: 8.3vw;
        margin-bottom: 1rem;
    }

    .cerimony p {
        font-size: 5.1vw;
        font-weight: 300;
    }

    .accessories .swiper-slide {
        flex-direction: column;
        text-align: center;
    }

    .accessories .slide-content-left,
    .accessories .slide-content-right {
        flex: 0 0 auto;
        width: 100%;
    }

    .accessories .slide-content-right {
        margin-top: 20px;
    }

    .services .title {
        font-size: 5.5vw;
    }

    .services p {
        font-size: 4.5vw;
    }

    .services .link-personal {
        font-size: 4vw;
    }

    .faq .title {
        font-size: 8vw;
    }

    .faq .subtitle {
        font-size: 6.5vw;
    }

    .faq .card-title {
        font-size: 6vw;
    }

    .faq .card-text {
        font-size: 4.3vw;
    }

    .faq .link-personal {
        font-size: 4vw;
    }

    .reviews .title {
        font-size: 8vw;
    }

    .reservations .title {
        font-size: 8vw !important;
    }



    .gallery_row .four .title {
        font-size: 8vw;
    }

    .gallery_row .four .text {
        font-size: 4.6vw;
    }

    .gallery_row .three {
        grid-column: 1 / 8;
        grid-row: 1 / 3;
        background-image: url("/images/gallery-2.jpg");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;

    }

    .gallery_row .four {
        grid-column: 1 / 8;
        grid-row: 3 / 5;
    }

    .category-bride .grid-item,
    .category-groom .grid-item {
        width: 100%;
    }

    .category-bride .text_box.zagara {
        width: 100%;
    }

    .category-bride .title,
    .category-groom .title {
        font-size: 8vw;
        margin-bottom: 0.5rem;
    }

    .category-bride .subtitle,
    .category-groom .subtitle {
        font-size: 6.5vw;
    }

    .plus-sizes {
        height: 600px;
        background-position: center;
        background-image: url('/images/banner-teglie-forti_thumb.jpg');
    }

    .plus-sizes .box {
        width: 100%;
        height: 600px;
        padding: 2rem 1rem;
        background-color: #ffffffdc;
    }

    .eleganza-maschile {
        height: 600px;
        background-position: center;
        background-image: url('/images/banner-eleganza-maschile_thumb.jpg');
    }

    .eleganza-maschile .box {
        width: 100%;
        height: 600px;
        padding: 2rem 1rem;
        background-color: #ffffffdc;
    }

    .cerimonia-sartoria {
        height: 600px;
        background-position: center;
        background-image: url('/images/banner-cerimonia-sartoria_thumb.jpg');
    }

    .cerimonia-sartoria .box {
        width: 100%;
        height: 600px;
        padding: 2rem 1rem;
        background-color: #ffffffdc;
    }

    .accessories .text-slider .title {
        font-size: 8vw;
        margin-bottom: 1rem;
    }

    .accessories .text-slider p {
        font-size: 4.5vw;
    }

    .plus-sizes .title {
        font-size: 8vw;
        margin-bottom: 1rem;
    }

    .plus-sizes p {
        font-size: 4.5vw;
    }

    .eleganza-maschile .title {
        font-size: 8vw;
        margin-bottom: 1rem;
    }

    .eleganza-maschile p {
        font-size: 4.5vw;
    }

    .cerimonia-sartoria .title {
        font-size: 8vw;
        margin-bottom: 1rem;
    }

    .cerimonia-sartoria p {
        font-size: 4.5vw;
    }

    .main-timeline:before {
        left: 0;
        right: auto;
    }

    .main-timeline .timeline:before {
        top: 50%;
        left: -2%;
        z-index: 1;
        transform: translate(-7%, -50%);
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        width: 18px;
        left: 0px;
        top: 50%;
        position: fixed;
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        margin-top: -15px;
        width: 100%;
        padding: 0 30px;
        right: -1%;
        transform: translateX(1%);
    }

    .main-timeline .timeline-icon {
        display: none;
    }


    .ispirazioni .title {
        font-size: 9vw;
    }

    .ispirazioni .subtitle {
        font-size: 5.1vw;
    }

    .ispirazioni .sec_title {
        font-size: 8vw;
        margin-bottom: 0.7rem;
    }

    .ispirazioni .sec_text {
        font-size: 4.5vw;
    }


    .faq-page .title {
        font-size: 8vw;
    }

    .faq-page .subtitle {
        font-size: 6.5vw;
    }

    .category_select {
        font-size: 4vw;
        font-weight: 400;
        line-height: 1.4;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
    }

    .scheda .intro .title {
        font-size: 10vw;
    }

    .scheda .intro .text {
        font-size: 4.5vw;
    }

    .scheda .box-text .title {
        font-size: 7vw;
    }

    .scheda .share {
        font-size: 4.2vw;
    }

    .scheda .box-text .link-personal {
        font-size: 4.2vw;
    }

    .scheda .box .lens {
        width: 55px;
    }

    .scheda .box .lens i {
        font-size: 1.3rem;
    }

    .mix-match .timeline .circle {
        width: 60px;
        height: 60px;
    }

    .mix-match .step-timeline:nth-of-type(1) {
        right: 0;
    }

    .mix-match .step-timeline:nth-of-type(4) {
        left: 0;
    }

    .mix-match .step-timeline:nth-of-type(1) .circle img {
        width: 40px;
    }

    .mix-match .step-timeline:nth-of-type(2) .circle img {
        width: 30px;
    }

    .mix-match .step-timeline:nth-of-type(3) .circle img {
        width: 34px;
    }

    .mix-match .step-timeline:nth-of-type(4) .circle img {
        width: 30px;
    }

    .mix-match .timeline p {
        width: 65px;
        font-size: 4.2vw;
    }

    .timeline {
        padding-top: 14px;
    }

    .mix-match .timeline-line {
        left: 3px;
        right: 3px;
        top: 45px;
    }

    .mix-match .title {
        font-size: 10vw;
    }

    .mix-match .subtitle {
        font-size: 4.8vw;
    }

    .mix-match .sec-title {
        font-size: 8vw;
    }

    .mix-match .text {
        font-size: 4.5vw;
    }

    .category-bride .text_box .text {
        font-size: 4.5vw;
    }

    .faq-page .content-area .question-title {
        font-size: 4vw;
    }
}