@charset "utf-8";
/* CSS Document */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/* ============================
	GENERALI
   ============================ */

:root {
	--c1: white;
	--c2: #31150e;
	--c3: #936E52;
	--c4: #f0e7e0;
	--c5: rgba(131, 204, 213, 0.8);
	--c6: #d6b293;
	--font: "Kaisei Tokumin";
	--font2: "Montserrat"; 
	--wLight: 400;
	--wNormal: 500;
	--wBold: 700;
	--wExtraBold: 800;
	--wBlack: 900;
}

.wNormal {
	font-weight: var(--wNormal);
}

.wBold {
	font-weight: var(--wBold);
}

.size1 {
	font-size: 240%;
}

.size2 {
	font-size: 300%;
}

.c2 {
	color: var(--c2);
}

.c3 {
	color: var(--c3);
}

body {
	font-family: var(--font2), sans-serif;
	font-weight: var(--wNormal);
	font-style: normal;
	font-size: 20px;
	color: var(--c2);
	background: var(--c4);
}

main {
	background: var(--c1);
}

.row {
	margin-left:0px;
	margin-right:0px;
}

h1, h2, h3, h4, p, a, b {
	font-family: var(--font2), sans-serif;
	font-weight: var(--wBold);
	font-style: normal;
	color: var(--c2);
}

p {
  	font-weight: var(--wNormal);
}

a {
  	text-decoration: underline;
}

a:hover, a:focus, a:active {
  	color: var(--c2);
}

.font2 {
	font-family: var(--font), sans-serif;
}

.navbar-toggler:focus { /* rimuove l'ombra di selezione del bottone di Bootstrap */
 	box-shadow: 0 0 0 0px !important;
}

.list {
	margin-bottom: 1rem;
	padding-left: 1rem;
}

.no-list-style {
	list-style-type: none;
	padding-left: 0px;
}

.nascosto {
	height: 0px;
	overflow: hidden !important;
}

/* ============================
	HOME
   ============================ */

img[src="assets/img/logo_Kimbo.png"] {
	max-width: 450px;
}

.sfondo {
	background: url('../img/sfondo.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.cerchio_sfondo {
	background: url('../img/viaggio.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.es_finale_sfondo {
	background: url('../img/viaggio.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.premi-descrizione {
	background-color: rgba(214, 178, 147, .6);
	border-radius: 20px;
}

.bg-meccanica {
	/*background: url('../img/coffee-beans.jpg') no-repeat;
	background-position: center;
	background-size: cover;*/
	background-color: #31150e;
	border-radius: 20px;
	color: #d6b293;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

/* .bg-meccanica::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../img/coffee-beans.jpg');
	background-size: cover;
	background-position: center ;
	background-repeat: no-repeat;
	opacity: 0.3;
	z-index: -1;
} */

.border-radius-20 {
	border-radius: 20px;
}

.drop-shadow {
	filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.3));
}

.bg-dark-brown {
	background-color: #31150e;
	color: #d6b293!important;
}

.bg-dark-brown h2,
.bg-dark-brown h4,
.bg-dark-brown h3,
.bg-dark-brown a {
	color: #d6b293 !important;
}

.bg-dark-red {
	background-color: #DA1E28;
	color: #ffffff !important;
}

.badge {
	padding-bottom: 1rem;
	vertical-align: text-bottom;
}

.text-white {
	color: #ffffff !important;
}

a.text-white {
	color: #ffffff !important;
}

.pack {
	margin-bottom: -5rem;
	z-index: 1999;
	position: relative;
}

.card {
	background-color: #d6b293;
	border-radius: 20px 20px 50px 20px;
	box-shadow: 0px 0px 8px rgba(0,0,0,.5);
}

.card.sfondo_viaggio {
	background-color: rgba(214, 178, 147, .9);
		border-radius: 20px;
}

.creamy-box {
	background: var(--c6);
}
.text-ligh-brown {
	color:#936E52;
}
.browny-box {
	background: var(--c2);
}

.prize-tag {
	font-family: var(--font), sans-serif;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
	scale: 1;
	transition: scale 1s ease-in-out;
}

.prize-tag:hover {
	scale: 1.3;
	transition: scale 0.4s ease-in-out;
}
.step-img {
	max-width: 100%;
}

@media screen and (max-width:768px) {
	.step-img {
		max-width: 80px!important;
	}
	.badge {
		padding-bottom: 0.5rem;
	}
}

.txt-highlight {
	background-color: var(--c3);
}

img[src="assets/img/card.png"] {
	max-width: 600px;
}

img[src="assets/img/planetaria.png"] {
	max-width: 900px;
}

img[src="assets/img/travel.png"]{
	max-width: 700px;
}

img[src="assets/img/step1.png"],
img[src="assets/img/step2.png"],
img[src="assets/img/step3.png"] {
	max-width: 150px;
}

#sito_cliente_2 {
	max-height: 4rem;
	text-align: start;
}

#sito_cliente_3,
img[src="assets/img/Kitchenaid_logo.png"] {
	max-height: 2rem;
}

#sito_cliente_2,
#sito_cliente_3 {
	scale: 1;
	transition: scale 0.3s ease-in-out;
}

#sito_cliente_2:hover,
#sito_cliente_3:hover {
	scale: 1.1;
	transition: scale 0.3s ease-in-out;
}

.partecipa-ora {
	width: 400px;
	height: 200px;
	background: url('../img/button_hover.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	scale: 1;
	transition: background 0.3s ease-in-out, scale 0.4s ease-in-out;
}

.partecipa-ora:hover {
	width: 400px;
	height: 200px;
	background: url('../img/button.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	scale: 1.2;
	transition: background 0.3s ease-in-out, scale 0.4s ease-in-out;
}

@media (max-width:1270px) {
	img[src="assets/img/Kitchenaid_logo.png"] {
		max-height: 1.4rem;
	}
}

@media (max-width:991px) {
	.display-1{
		font-size: calc(1.625rem + 4.2vw);
	}
	.display-2{
		font-size: calc(1.575rem + 3vw);
	}
	.display-3{
		font-size: calc(1.525rem + 2.8vw);
	}
	.display-4{
		font-size: calc(1.475rem + 2.3vw);
	}
	.display-5{
		font-size: calc(1.425rem + 1.8vw);
	}
	.display-6{
		font-size: calc(1.375rem + 1.2vw);
	}
}

#claim_mobile {
	margin-bottom: 8vh;
}

@media (max-width:576px) {
	img[src="assets/img/Kitchenaid_logo.png"] {
		max-height: 0.7rem;
	}
}

@media (max-width:375px) {
	.button {
		font-size: 0.8rem;
		padding: .5rem 1.8rem;
		max-width: 250px;
	}
	#claim_mobile {
		margin-bottom: 0px;
	}
}

/* ============================
	MENU
   ============================ */

.skip-to-main-content-link {
	position: absolute;
	left: -9999px;
	z-index: 999;
	padding: 1em;
	background-color: black;
	color: white !important;
	opacity: 0;
}

.skip-to-main-content-link:focus {
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

#menu {
	background-color: var(--c1);
	position: fixed;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1000;
	border-radius: 20px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	transition: left 0.3s ease-in-out;
}


#attiva_menu {
	max-width: 30px;
	margin:10px 25px;
	cursor: pointer;
}

.bi-list {
  	font-size: 3rem;
  	color: var(--c2);
}

#menu_list li {
	list-style-type: none;
	/*float: left;*/
	padding-left: 2%;
	padding-right: 2%;
}

#menu_list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	color: var(--c2);
	font-family: var(--font2), sans-serif;
	font-weight: var(--wNormal);
	font-size: 16px;
	text-transform: none;
	transition: text-transform 0.3s ease-in-out, font-weight 0.3s ease-in-out, color 0.4s ease-in-out;
}

@media (max-width: 991px) {
	#menu_list li {
		float: none;
	}
	#menu_list li a {
		text-align: right;
    	font-size: 15px;
	}
	#menu_list {
		margin-left: 0px;
	}
}

@media (max-width: 1199px) {

}

#menu_list li a:hover, #menu_list li a.active {
	text-decoration: none !important;
	font-family: var(--font2), sans-serif;
	font-weight: var(--wBold);
	color: var(--c3);
	text-transform: uppercase;
	transition: text-transform 0.3s ease-in-out, font-weight 0.3s ease-in-out, color 0.4s ease-in-out;
}

li.d-lg-inline-block {
	font-size: 1.8rem;
	color: var(--c2);
}

.modal-body {
	background-color: #fff;
}

#cerchio {
	position: absolute;
}

#donna {
	position: relative;
	top: 30%;
	left: 40%;
	transform: translateX(-50%);
}

.animazione {
	scale: 1;
	transition: scale 0.6s ease-in-out;
}
.animazione:hover {
	scale: 1.2;
	transition: scale 0.2s ease-in-out;
}


/* ============================
	FORM
   ============================ */

.invia {
	width: 400px;
	height: 200px;
	background: url('../img/button_invia.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 0px solid transparent;
	box-shadow: none;
	scale: 1;
	transition: background 0.3s ease-in-out, scale 0.4s ease-in-out;
}

.invia:hover {
	width: 400px;
	height: 200px;
	background: url('../img/button_invia_hover.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	scale: 1.2;
	transition: background 0.3s ease-in-out, scale 0.4s ease-in-out;
}

.leggi {
	width: 300px;
	height: 150px;
	background: url('../img/button_leggi.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 0px solid transparent;
	box-shadow: none;
	scale: 1;
	transition: background 0.3s ease-in-out, scale 0.4s ease-in-out;
}

.leggi:hover {
	width: 300px;
	height: 150px;
	background: url('../img/button_leggi_hover.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	scale: 1.2;
	transition: background 0.3s ease-in-out, scale 0.4s ease-in-out;
}

#errore,
#errore_ocr {
	color: #ac182d;
	font-weight: var(--wBold);
	text-align: center;
	font-size: 24px;
}

label, input, select {
  	color: var(--c2);
}

p.col-1 {
	width: 1%;
}

.form-group {
	margin-bottom: 15px;
}

.bi-info-circle-fill:hover {
	color: var(--c3);
}

small.small {
	font-size: 10px;
	line-height: 9px;
}

.box {
	background: var(--c3);
	border-radius: 30px;
}

/* ============================
	FOOTER
   ============================ */

footer {
	background: var(--c4);
}

footer p {
	color: var(--c2);
	font-family: var(--font2), sans-serif;
	font-weight: var(--wNormal);
	font-style: normal;
	text-align: center;
}

footer b {
	font-family: var(--font2), sans-serif;
	color: var(--c2);
}

footer p a {
	color: var(--c2);
	text-decoration: underline;
	font-family: var(--font2), sans-serif;
	font-weight: var(--wBold);
}

footer p a:hover,
footer p a:active,
footer p a:focus {
	color: var(--c2);
}

@media(max-width:576px) {
	.mail_info {
		word-break: break-all;
	}
}

/* =========================
	COOKIE BAR
	======================= */

.cc-window {
	font-size: .85rem !important;
	line-height: 1.2em !important;
}

@media (max-width:767px) {
	.cc-window {
		font-size: .75rem !important;
		line-height: 1.1em !important;
	}
}


@media (max-width:991px) {
	.partecipa-ora {
		width: 400px;
		height: 200px;
		background: url('../img/button_hover.png');
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		scale: 1;
	}

	.partecipa-ora:hover {
		width: 400px;
		height: 200px;
		background: url('../img/button_hover.png');
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		scale: 1;
	}

	.invia {
		width: 400px;
		height: 200px;
		background: url('../img/button_invia.png');
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		border: 0px solid transparent;
		box-shadow: none;
		scale: 1;
	}

	.invia:hover {
		width: 400px;
		height: 200px;
		background: url('../img/button_invia.png');
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		scale: 1
	}

	.leggi {
		width: 300px;
		height: 150px;
		background: url('../img/button_leggi.png');
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		border: 0px solid transparent;
		box-shadow: none;
		scale: 1;
	}

	.leggi:hover {
		width: 300px;
		height: 150px;
		background: url('../img/button_leggi.png');
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		scale: 1;
	}
}

@media (max-width: 575px) {
	label {
		font-size: 1rem;
	}
	small {
		font-size: .87rem;
	}
	.partecipa-ora {
		width: 200px;
		height: 100px;
	}
	.partecipa-ora:hover {
		width: 200px;
		height: 100px;
	}
	.invia {
		width: 200px;
		height: 100px;
	}
	.invia:hover {
		width: 200px;
		height: 100px;
	}
	.leggi {
		width: 150px;
		height: 75px;
	}
	.leggi:hover {
		width: 150px;
		height: 75px;
	}
}