#mask {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
	background: #fff;
	opacity: 0.75;
	width: 100%;
	height: 100%
}
#boxes {
	background: #000;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
	color: #fff;
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 50%;
	width: 50%;
	margin: 0 auto;
	padding: 30px;
	display: none;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50px;
	background-image: url(https://dev.pirouteau.com/themes/at_movic/assets/img/bg-presentation-min.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 29%;
}
#boxes p {
	font-size: 16px;
	text-align: center;
	color: #fff;
}
#boxes .btn-link {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 30px
}
#boxes img {
	margin: 0 auto 20px;
	max-width: 100%;
	display: block
}
#boxes .btn-link a.link {
	border: 1px solid #979899;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}
#boxes .btn-link:hover {
	text-decoration: none;
}
#boxes .btn-link a.link:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
}
.logo-popup-homeintro {
	text-align: center;
	margin-bottom: 50px;
}
#homeintro_close {
	position: absolute;
	right: 20px;
	top: 20px;
	background: transparent;
	border: none;
	font-size: 32px;
	color: #000;
	cursor: pointer;
}
#homeintro_close:hover {
	color: #000;
}
.footer_homeintro_popup {
	text-align: center;
	margin-top: 50px;
}
#dialog .btn:hover {
    background-color: #d7b271;
}
@media (min-width: 992px) {
	#boxes {
		min-height: 395px;
	}
}
@media (max-width: 767px) {
	#boxes {
		width: 90%;
	}
}

