/* Main Stuff Global */
@import url("../assets/font-awesome/v6/pro/css/all.css");				/* Font Awesome 6 Pro */
@import url("../assets/bootstrap/css/bootstrap.min.css");			/* Bootstrap Core */
@import url("aos.css");								/* AOS */

:root 
{
	--main-color: #6a0084;
	--sub-color1: #9500b9;
	--sub-color2: #212121;
	--sub-color3: #ffffff;
}
html, body 
{
	width: 100% !important;
	height: 100% !important;
	min-width: 320px;
	margin: 0 !important;
	padding: 0 !important;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
h1 
{
	font-size: 2.25rem;
}

/* ########### Navigation / Header Stuff ########### */
.header-wrapper 
{
	background-color: var(--main-color);
}
.logo-wrapper 
{
	display: table;
	margin: 0px auto;
}
.logo-wrapper a 
{
	display: block;
}
.navbar 
{
	background-color: #8e07af;
}
.navbar-nav 
{
	width: 100%;
	text-align: center;
}
.navbar-nav .nav-item 
{
	width: 20%;
}
/* ########### End Navigation / Header Stuff ########### */


/* ########### Main Body Stuff ########### */

/* Commented
body 
{
	background: url('../img/bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*/
section 
{
  overflow-x: hidden !important;	/* FIX FOR AOS (Responsive-Bug)*/
}
section:first-child 
{
	margin-top: 220px;
}
#home .container, #service .container, #about_us .container, #contact .container, #location .container 
{
	padding: 10px 15px;
}
.welcome-img-wrapper img 
{
	max-width: 100%;
	display: block;
	margin: 0px auto 20px auto;
}
.no-erotic::before
{
	font-family: "Font Awesome 6 Pro";
	content: "\f071";
	font-weight: 900;
	margin-right: 8px;
}
.service-headline
{
	display: flex;
	align-items: center;
}
.service-icon-container i::before
{
	font-size: 2.0rem;
	margin-right: 18px;
}
#about-owner-picture 
{
	width: auto;
}
.sawadee-headline::before
{
	font-family: "Font Awesome 6 Pro";
	content: "\f684";
	font-weight: 900;
	margin-right: 12px;
}
.certificate-headline::before
{
	font-family: "Font Awesome 6 Pro";
	content: "\f5f3";
	font-weight: 900;
	margin-right: 12px;
}
.coupons-headline::before
{
	font-family: "Font Awesome 6 Pro";
	content: "\f15c";
	font-weight: 900;
	margin-right: 12px;
}
#contact-adress-block h5::before 
{
	font-family: "Font Awesome 6 Pro";
	content: "\f3c5";
	font-weight: 900;
	margin-right: 8px;
}
#contact-phone-block h5::before 
{
	font-family: "Font Awesome 6 Pro";
	content: "\f2b9";
	font-weight: 900;
	margin-right: 8px;
}
#contact-phone-block a
{
	color: #000;
}
.contact-phone h6::before 
{
	font-family: "Font Awesome 6 Pro";
	content: "\f67d";
	font-weight: 900;
	margin-right: 8px;
}
.contact-mail h6::before 
{
	font-family: "Font Awesome 6 Pro";
	content: "\f0e0";
	font-weight: 900;
	margin-right: 8px;
}
.google-maps-headline::before
{
	font-family: "Font Awesome 6 Pro";
	content: "\f5a0";
	font-weight: 900;
	margin-right: 8px;
}
.iframe-location 
{
	max-width: 100%;
	width: 100%;
	height: 450px;
	border:0; 
}
/* ########### End Main Body Stuff ########### */

/* ########### Footer Stuff ########### */
#footer 
{
	background-color: var(--sub-color2);
	color: var(--sub-color3);
}
.footer-list 
{
	/*
	list-style: none;
	*/
	padding-inline-start: 20px;
}
.footer-link-refer 
{
	color: #fff;
}
.footer-link-refer:hover 
{
	cursor: pointer;
	text-decoration: underline;
}
.footer-tel-wrapper 
{
	max-width: 100%;
	margin: 0px 0px 14px 0px;
}
.footer-tel-wrapper i 
{
	margin-right: 4px;
}
.footer-tel-wrapper a 
{
	color: #fff;
}
#shifts-block h6::before
{
	font-family: "Font Awesome 6 Pro";
	content: "\f017";
	font-weight: 900;
	margin-right: 8px;
}
#social-media-fb::before 
{
	font-family: "Font Awesome 6 Brands";
	content: "\f09a";
	font-weight: 900;
	margin-right: 6px;
}
#social-media-ig::before 
{
	font-family: "Font Awesome 6 Brands";
	content: "\f16d";
	font-weight: 900;
	margin-right: 6px;
}
#social-media-fb, #social-media-ig 
{
	color: #fff;
}
#social-media-fb p, #social-media-ig p 
{
	display: inline-block;
	margin: 0px 0px 0px 0px;
}
#copyright-text p 
{
	font-size: 0.8rem;
}
/* ########### End Footer Stuff ########### */

/* ########### Mobile Pop-Up ########### */
#mobile-popup 
{
	width: auto;
	height: auto !important;
	position: fixed !important;
	z-index: 1;
	bottom: 20px;
	right: 20px;
	background-color: var(--main-color);
	border-radius: 10px;
	padding: 10px 10px;
	box-sizing: content-box !important;
	cursor: pointer;
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 7px 2px !important; */
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	visibility: visible !important;
	transform: scale(1);
	animation: pulse-purple 2s infinite;
	text-decoration: none;
}
#mobile-popup i 
{
	color: #fff !important;
}
#mobile-popup i::before 
{
	font-family: "Font Awesome 6 Pro";
	content: "\e224";
	font-weight: 900;
	margin-right: 6px;
}
@keyframes pulse-purple 
{
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(153 64 255 / 70%);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/* ########### End Mobile Pop-Up ########### */

/* ########### Cookie Pop-Up ########### */
#cookie-popup 
{
	min-width: 100%;
	color: #fff;
	background-color: var(--main-color);
	position: fixed !important;
	bottom: 0px;
	z-index: 2;
}
#cookie-popup .row 
{
	margin: 30px 0px 30px 0px;
}
.cookie-ref-link 
{
	color: #fff;
	margin-left: 4px;
	font-weight: 500;
	text-decoration: underline;
}
.cookie-ref-link:hover 
{
	text-decoration: none;
	color: #fff;
}
.cookie-accept-button 
{
	width: auto;
	color: #fff;
	background-color: #ffc823;
	border-radius: 10px;
	padding: 6px 10px;
	font-weight: 500;
}
/* ########### End Cookie Pop-Up ########### */

/* ########### Loader ########### */
#loader-wrapper
{
	width: 100%;
	height: 100%;
	display: flex;
	position: fixed;
	z-index: 1099;
	top: 0px;
	justify-content: center;
	align-items: center;
}

.loader
{
	border: 5px solid #f3f3f3;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-top: 5px solid #555;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

@keyframes spin 
{
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* ########### End Loader ########### */
