@charset "utf-8";

@font-face {
  font-family: "Asklion";
  src:
    url('../fonts/askilon-webfont.woff2') format('woff2'),
    url('../fonts/asklion-webfont.woff')  format('woff');
  font-weight: 400;
  font-style: normal;
   font-display: swap; /*evita FOIT e migliora LCP */
}

/*  Sezioni
============================================================================

GENERALE
LANDING_PAGE
ERROR_404
MODAL_LOGIN
SCELTA_LINGUA
SLIDE_IMMAGINI

============================================================================ */


/* GENERALE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
:root {
	--colore_primario: 193, 157, 111; /* #0099ff rgb(var(--colore_primario)) */
	--colore_secondario: #49988b;
}

html {
  /* base di partenza: 100% / 16 px
	 min = 0.875rem → 14px
     ﬂuido =   1.5vw →  1.5% larghezza schermo
     max =   1.125rem → 18px */
	font-size: clamp(0.875rem, 1.5vw, 1.125rem);
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	background-color: #f3ebe0;
	font-size: 1rem;
	line-height: normal;
	margin: 0;
    min-height: 100vh;
	display: flex;
    flex-direction: column;
}
header {
    position: relative;
	z-index: 10;
}
main {
	flex: 1;
}
a {
	color: rgb(var(--colore_primario));
	text-decoration: none;
}
#system-message .close {
    cursor: pointer;
}
a:hover,
a:focus {
	color: #444;
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

p {
	margin: 0;
}

hr {
 	margin: 20px 0;
	border: 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #fff;
	border: #DDDDDD -moz-use-text-color #FFFFFF !important;
}

img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}


input:focus::-webkit-input-placeholder {
	color: transparent !important;
}
input:focus:-moz-placeholder {
	color: transparent !important;
}
input:focus::-moz-placeholder {
	color: transparent !important;
}
input:focus:-ms-input-placeholder {
	color: transparent !important;
}


textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}
textarea:focus:-moz-placeholder {
	color: transparent !important;
}
textarea:focus::-moz-placeholder {
	color: transparent !important;
}
textarea:focus:-ms-input-placeholder {
	color: transparent !important;
}

.transition_all_5 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.copyright {
	text-align: center;
	padding-top: clamp(0.875rem, 8vw, 3.5rem);
}
.copyright p {
    line-height: 1.5rem;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 .25rem;
}
.grazie_form {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}
.rsfp_thankyou_popup_inner button {
    display: block;
    margin: auto;
    text-transform: uppercase;
    border-radius: 0;
	background-color: rgb(var(--colore_primario));
	border: 0;
}
.rsfp_thankyou_popup_inner button:hover {
	background-color: #8d7a62;
}
.grecaptcha-badge {
	visibility: hidden;
}
.testo_mobile {
	display: none;
}



/* LANDING_PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.visual_hero {
	display: flex;
	position: relative;
	z-index: 1;
	height: 100vh;
	background-image: url(/images/landing/wedding-top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
.visual_hero.due {
	background-image: url(/images/landing/wedding-top-2.jpg);
}
.curva {
	position: absolute;
	z-index: 10;
	bottom: 0;
	pointer-events: none;
}
.logo_cont {
	position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
    text-align: center;
    padding-top: 30px;
}
.logo_cont img {
	
}
.head_cont {
	align-self: center;
	text-align: center;
	width: 100%;
	padding-top: clamp(5rem, 8vw, 18rem);
}
.head_cont h1 {
	font-family: "Asklion";
	font-weight: 400;
	font-size: clamp(2.5rem, 5vw, 6.5rem);
    line-height: clamp(2.5rem, 6vw, 7rem);
	text-shadow: 0 0 9px white;
}
.due .head_cont h1 {
	color: #fff;
}
.intro_txt p {
	font-family: "Asklion";
    text-align: center;
    font-size: clamp(0.875rem, 8vw, 2.5rem);
    line-height: clamp(0.875rem, 8vw, 3rem);
    padding-top: clamp(0.875rem, 8vw, 6.5rem);
    padding-bottom: clamp(0.875rem, 8vw, 6.5rem);
}
.contenuti {
    position: relative;
    padding-right: 0;
    padding-left: 0;
}
.col_img {
	height: 80vh;
	position: relative;
}
.col_img .foto {
	width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: bottom;
}
.ellisse {
	position: absolute;
    height: 100%;
	z-index: 10;
	pointer-events: none;
}
.ellisse_mobile {
	display: none;
	pointer-events: none;
}
.right span.ellisse:before {
	content: '';
}
.col_txt {
    position: relative;
    z-index: 20;
    display: flex;
    text-align: right;
}
.col_txt .col_txt_inner {
    align-self: center;
}
.col_txt .col_txt_inner {
	padding-left: clamp(0.875rem, 8vw, 6.5rem);
	padding-right: clamp(0.875rem, 8vw, 6.5rem);
}
.right .col_txt .col_txt_inner {
	text-align: left;
}
.col_txt .col_txt_inner h2 {
	font-family: "Asklion";
	font-size: clamp(2.2rem, 4vw, 6.5rem);
    line-height: clamp(2rem, 4vw, 7rem);
}
.col_txt .col_txt_inner p {
	font-family: "Roboto", sans-serif;
	font-size: clamp(1.4rem, 1.3vw, 2rem);
    line-height: clamp(1.6rem, 2vw, 3rem);
    font-weight: 100;
}
.col_txt .col_txt_inner p strong {
	font-weight: bold;
}
.col_txt .cta {
	font-family: "Roboto", sans-serif;
    background-color: #C19D6F;
    color: #fff;
    text-transform: uppercase;
    font-weight: bolder;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 14px;
    padding-bottom: 11px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 22px;
    font-size: clamp(0.875rem, 1vw, 1.2rem);
    line-height: clamp(0.875rem, 1vw, 1.2rem);
}
.col_txt .cta:hover {
	background-color: #8d7a62;
}
.pre_form {
	padding-top: clamp(5rem, 8vw, 10.5rem);
    padding-bottom: clamp(0.875rem, 8vw, 6.5rem);
}
.pre_form .titolo_uno, .pre_form .titolo_due {
	font-family: "Asklion";
	text-align: center;
}
.pre_form .titolo_uno {
	font-size: clamp(0.875rem, 8vw, 4rem);
    line-height: clamp(0.875rem, 8vw, 4rem);
}
.pre_form .titolo_due {
	font-size: clamp(0.875rem, 8vw, 3rem);
    line-height: clamp(0.875rem, 8vw, 3rem);
}
.pre_form .sottotitolo {
	font-family: "Roboto", sans-serif;
    font-size: clamp(0.875rem, 8vw, 1.8rem);
    line-height: clamp(0.875rem, 8vw, 2.5rem);
    text-align: center;
    font-weight: bold;
	padding-top: clamp(0.875rem, 8vw, 2.5rem);
    padding-bottom: clamp(0.875rem, 8vw, 2.5rem);
}
.form_container {
	background-color: #f9f5f0;
	padding-top: clamp(0.875rem, 8vw, 2.5rem);
    padding-bottom: clamp(0.875rem, 8vw, 2.5rem);
	margin-bottom: clamp(0.875rem, 8vw, 11.5rem);
	border: 1px solid #ccc;
    border-radius: 10px;
}
.titolo_form {
	font-family: "Asklion";
	text-align: center;
	font-size: clamp(0.875rem, 8vw, 5rem);
    line-height: clamp(0.875rem, 8vw, 5rem);
	text-transform: uppercase;
	padding-bottom: clamp(0.875rem, 8vw, 4.5rem);
}
.form_container label {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-size: clamp(0.875rem, 8vw, 1.5rem);
    line-height: clamp(0.875rem, 8vw, 1.5rem);
}
.form_container .rsform-block-privacy label {
	font-size: 0.875rem;
}
.form_container input[type="text"], .form_container textarea {
	background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #ccc;
}
.form_container .rsform-block {
	margin-bottom: clamp(0.875rem, 8vw, 4rem) !important;
}
.form_container .rsform-block-loader {
	margin-bottom: 0 !important;
}
.form-select {
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
	font-style: italic;
    font-family: "Roboto Condensed", sans-serif;
}
.rsform-block-invia button {
	font-family: "Roboto", sans-serif;
    background-color: #C19D6F;
    color: #fff;
    text-transform: uppercase;
    font-weight: bolder;
    padding-left: 52px;
    padding-right: 52px;
    padding-top: 14px;
    padding-bottom: 11px;
    display: inline-block;
    border-radius: 22px;
    font-size: clamp(1.2rem, 1vw, 1.2rem);
    line-height: clamp(0.875rem, 1vw, 1.2rem);
    border: 0;
    margin-top: 0;
}
.form_container .rsform-block.rsform-block-invia, .form_container .rsform-block.rsform-block-privacy {
    margin-bottom: 0 !important;
}
.form_container .rsform-block.rsform-block-privacy a {
	color: #a5855c;
}
footer {
	padding-top: clamp(0.875rem, 8vw, 5.5rem);
    padding-bottom: clamp(0.875rem, 8vw, 3.5rem);
    background-color: #fff;
}
.logo_footer img {
	display: block;
	margin: auto;
	max-width: 60%;
}
.indirizzo p {
	text-align: center;
	line-height: 2rem;
}
.contatti a {
	display: block;
    text-align: center;
    color: #333;
	line-height: 2rem;
}
.info .row {
	border-bottom: 1px solid #c19d6f;
    padding-bottom: clamp(0.875rem, 8vw, 2.5rem);
}
.recensioni ul {
	padding: 0;
    list-style: none;
    display: table;
    margin: auto;
}
.recensioni ul li {
	display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.recensioni ul li img {
    width: 90px;
}
.gradient_top {
	background: #F3EBE0;
    background: linear-gradient(180deg, rgba(243, 235, 224, 1) 0%, rgba(243, 235, 224, 1) 15%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
	top: 0;
    width: 100%;
    height: 300px;
    z-index: 15;
}
.gradient_bottom {
	background: #F3EBE0;
    background: linear-gradient(0deg,rgba(243, 235, 224, 1) 0%, rgba(243, 235, 224, 1) 15%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
	bottom: 0;
    width: 100%;
    height: 300px;
    z-index: 15;
}
.row.right .swiper-button-prev  {
    left: 80px;
}
.row.left .swiper-button-next  {
    right: 80px;
}
.row .swiper-button-next, .row .swiper-button-prev {
    background-color: #f3ebe0;
    width: 44px;
    border-radius: 50%;
    color: #c19d6f;
}
.row .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
    width: 12px;
    height: 12px;
}
.row .swiper-pagination-bullet-active {
    background: #c19d6f;
    width: 12px;
    height: 12px;
	opacity: 1;
}



/* ERROR_404
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.error_container {
    position: relative;
    padding: 15px;
}
.error_container .error_image {
    display: block;
    margin: auto;
}
.error_container h1 {
    text-align: center;
    font-size: 38px;
    line-height: 38px;
}



/* MODAL_LOGIN
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.modal_login_container .modal_login_trigger, .logout-button {
	position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}
.modal_login_container .modal_login_trigger:hover, .logout-button .btn:hover {
	color: #ccc;
}
.modal_login_container .modal_login_trigger:focus, .logout-button .btn:focus {
	color: #0099ff;
	box-shadow: none;
}
.logout-button .btn {
	padding: 0;
    background-color: transparent;
    border: 0;
    color: #0d6efd;
}
#modal-login .mod-login__password input:focus {
    box-shadow: none;
}
.modal_login_container .mod-login__username,
.modal_login_container .mod-login__password {
	margin-bottom: 15px;
}
.modal_login_container .mod-login__submit button {
    display: block;
    margin: auto;
}



/* SCELTA_LINGUA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mod-languages {
    position: absolute;
    right: 50px;
    top: 8px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mod-languages .btn-secondary:focus {
    box-shadow: none;
}
div.mod-languages a {
    display: block;
	text-align: right;
    padding-right: 23px;
}
div.mod-languages .dropdown-menu {
    padding: 0;
}
div.mod-languages ul.lang-block li {
    margin: 0;
	padding: 0;
}
div.mod-languages .btn-group .btn {
    padding-bottom: 2px;
    padding-top: 5px;
}



/* SLIDE_IMMAGINI
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mySwiperUno {
	height: 80vh;
}







