/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 29 2023 | 09:37:50 */
h1 {
	font-size: 5vw;
}
body{
	max-width: 100vw;
	overflow-x: hidden;
	padding: 5vw 0 0 0;
}
body.home {
	padding: 0;
}
header {
	z-index: 11;
	position: fixed;
}
.relative {
	position: relative;
}
.prevent-overflowing {
	overflow: hidden;
}
.wrapper {
	width: 100%;
}
.max-width-2000{
	max-width: calc(2000px + 10vw) !important;
	margin: 0 auto;
}
.footer a {
	color: #b7b7b7;
}
.wp-block-navigation__responsive-container-open {
	visibility:hidden;
}
.wp-block-group {
	padding: unset;
}

.accordion-header {
	cursor: pointer;
	transition: background-color 0.3s ease;
	margin: 0;
}

.accordion-content {
  display: none;
  padding: 1rem 0 1rem calc(2rem + 25px);
}

.accordion-content.active {
  display: block;
}

.accordion-header-icon img {
	height: 40px;
	width: auto;
}
.accordion-header .plus img {
	margin-left: auto;
	transform-origin: center;
	vertical-align: middle;
	transition: .5s ease all;
}
.accordion-header h3 {
	padding: 0 16px 0 16px;
}
.accordion-header.active .plus img{
	transform: rotate(135deg);
	transition: .5s ease all;
}
.accordion-item {
	width: 100%;
	margin: 0;
	margin-block-start: 0 !important;
}
/* .tools-img, .tools-img-2 {
	width: 60%;
}
.tools-img {
	margin-block-start: -9rem !important;
	margin-left: auto;
} */

/*buttons*/
.fill-button {
	position: relative;
/* 	overflow: hidden; */
}
.fill-button::before {
	content: ' ';
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 25px;
	width: 0;
	height: 0;
	background-color: black;
	transform: translate(-50%, -50%);
	z-index: 0;
	transition: width 0.3s, height 0.3s;
}

.fill-button:hover::before {
	width: 100%;
	height: 100%;
}
.fill-button:hover a {
	position: relative;
	color: white !important;
	z-index: 1;
	border: 2px solid black !important;
	filter: white;
}
.fill-button:hover a img {
	filter: invert(1);
}


/*NAVIGATION*/


.nav-bar ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-bar{
	transform: none;
	opacity: 1;
	position: fixed;
	z-index: 11;
    width: 100%;
	transition: .5s ease all;
}
.nav-background {
	transition: .5s ease all;
}

/* body.hide-nav .nav-bar {
	transform: translateY(-100%) !important;
	visibility: hidden;
	opacity: 0;
	transition: 0 .5s visibility, .5s ease all;
} */

body.hide-nav .nav-bar, body.hide-nav .nav-background {
	transform: translateY(-100%) !important;
	visibility: hidden;
	opacity: 0;
	transition: 0 .5s visibility, .5s ease all;
}


.logo img {
	max-width: 19vw;
	z-index: 4;
}

.nav-bar-container {
	min-height: 50px;
	top:0;
}
	.nav-background {
		position: fixed;
		background: #f4f4f4aa;
		top: 0;
		height: 80px;
		width: 100%;
		backdrop-filter: blur(4px);
	}



.hamburger {
    transition: 1s ease-in-out;
    z-index: 12;
    position: fixed;
    top: 6px;
    right: 5vw;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    margin-left: auto;
    justify-content: center;
    cursor: pointer;
}
.burger-line{
    width: 60%;
    display: block;
    height: 3px;
    background: black;
    position: relative;
    transition: 0.5s cubic-bezier(0.04, 0.54, 0.19, 0.99) transform, 0.3s linear opacity;
}

.burger-line:before, .burger-line:after {
	content: "";
    border-radius: 2px !important;
    width: 100%;
    height: 3px;
    background: black;
    position: absolute;
    transition: 0.5s cubic-bezier(0.04, 0.54, 0.19, 0.99) transform;
}

.burger-line:after {
	bottom: -8px;
}
.burger-line:before {
	top: -8px;
}

.contact-button a img{
	padding-right: 4px;
	vertical-align: middle;
}

/*HERO*/
#hero {
	overflow: hidden;
	align-items: stretch;
	
}
.hero {
	height: 100vh;
	z-index:1;	
	justify-content: stretch;

		/* url('/wp-content/uploads/2023/08/D@1.5x-edited-768x949.png'); */
	
}

#hero {
    background-image: url(/wp-content/uploads/2023/09/Asset-1.png), url(/wp-content/uploads/2023/08/Typiara.png),
	url("/wp-content/uploads/2023/08/D@1.5x-1-edited.png");
    background-repeat: no-repeat;
    background-position: 87vw 93vh, right bottom, center;
    background-size: 10vw auto, 50% auto, 70% auto;
		background-repeat: no-repeat;
}

.hero-wrapper {
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
}

.hero h1 {
	max-width:900px;
}
.hero-img{
	align-self:flex-end;
	margin: 0 !important;
}

.hero-smile {
	width: 54%;
	position: absolute;
	bottom: -2vw !important;
	left: 47% !important;
	transform: translatex(-50%);
	
}
.ue-logo {
	position: absolute;
	right: 5vw;
	bottom: 20px;
	width: 150px;
	z-index: 10;
}


/*First visit*/
.first-visit  h3 {
	padding-bottom: 0;
}
.first-visit {
	display:grid !important;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat( 2, 1fr);
	align-items: stretch;
	justify-items: stretch;
	grid-gap: 2vw;
}
.first-visit-container {
	height: -webkit-fill-available;
	padding: 2vw;
}
.first-visit-container img {
	height: 80px;
	width: auto;
}
.box-wide {
	display: none !important;
}
.span-2 {
	grid-column: span 2 !important;
}

/*Footer*/


.location-pin img {
	height: 30px;
}
.tel-icon, .tel-icon img {
	height: 16px;
	width: auto;
	vertical-align: top;
}

.map-container {
	margin-left: auto;
	width: 50%; 
	height: 500px ;
	border-radius: 0 20px 20px 0;
	z-index:2;
	position: relative;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.smile {
	position: absolute;
	z-index: 1;
	top: 0%;
	right: -25%;
	opacity: 0.3;
	width: 260px;
	height: auto !important;
}
.smile img {
	height: auto !important;
}

.about-section div {
	flex: 1;
}
.gdpr {
	color: black
}

/*COOKIES PAGE*/

.privacy-policy {
	padding: 5vw;
}

.privacy-policy h1 {
	font-size: 40px;
}
.privacy-policy h2 {
	font-size: 32px;
}

.privacy-policy h1, .privacy-policy h2 {
	padding: 16px 0;
}

.privacy-policy ul li:last-child {
	margin-bottom: 16px;
}

/*DOWNLOAD PAGE*/
.page-id-445 h2 {
	margin-bottom: 16px;
}

.page-id-445 .wp-block-file {
	padding: 0 0 0 20px;
	display: flex;
	align-items: center;
	gap: 2vw;
	justify-content: space-between;
	background-color: #f4f5f7;
	border-radius: 30px;
	margin: 0 10px 10px 0;
}
.page-id-445 .wp-block-file a:first-child {
	color: black  !important;
}
.page-id-445 .wp-block-file a:last-child {
	width: 115px;
	border-radius: 20px;
	background-color: #1c1f24;
	color:white;
	cursor: pointer;
	position: relative;
	font-weight:bold;
	overflow: hidden;
	margin: 0;
}
.page-id-445 .wp-block-file a:last-child:hover:before {
	bottom: 0;
	transition: .3s cubic-bezier(.7,0,.36,1) all;
}



.page-id-445 .wp-block-file a:last-child:before {
	content: "";
	height: 100%;
	width: 40px;
	background-color: #44e96a;
	border-radius: 0 5px 5px 0;
	overflow: hidden;
	position:absolute;
	bottom: 40px;
	right: 0;
	box-shadow: 0 40px 0 #56595e;
}

.page-id-445 .wp-block-file a:last-child:after {
	content: "";
	position:absolute;
	top: 12px;
    right: 15px;
	background: url(./wp-content/uploads/2023/08/arrow-1.png);
	background-size:100%;
	background-repeat: no-repeat;
	height: 16px;
	width: 14px;
}
* {
	box-sizing: border-box;
}

/*COOKIE POPUP*/ 

.cookie-popup {
	box-sizing: border-box;
	z-index:10;
	position: fixed;
	bottom: 5vw;
	left: 0;
	padding: 2vw;
	width: 90vw;
	margin: 0 5vw;
	background: #dbdfe3d1;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	color: black;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4vw;
}
.accept-cookies-button {
	color: white;
	background-color: black;
	padding: 15px 33px;	border: none;
	border-radius: 22px;
	font-weight: bold;
	cursor: pointer;
}

.popup-container {
	display: flex;
	flex-direction: column;
	gap: 1vw;
}
.popup-container h3{
	margin: 0;
}
.popup-container a {
	color: black;
	text-decoration: underline;
	font-size: 14px;
}
.popup-container p {
	margin-block: 0 !important;
	margin: 0;
}

@media (max-width: 600px) {
	.cookie-popup {
		padding: 4vw;
		flex-direction: column;
		align-items: flex-start !important;
	}
	.accept-cookies-button {
		margin-top: 10px;
		margin-bottom: 7px;
	}
}

@media (max-width: 800px){
	.cookie-popup{
		padding: 4vw !important;
	}


	#hero {
		background-image: url(/wp-content/uploads/2023/09/Asset-1.png), url(/wp-content/uploads/2023/08/Typiara.png);
		;
		background-repeat: no-repeat;
        background-position: 62vw 93vh, bottom center;
				background-size: 30vw auto, 90% auto;
			background-repeat: no-repeat;
	}
}

.our-crew {
	min-width: 350px;
	max-width: 700px;
	flex: 1;
}
.page-id-620 .about-container {
	align-items: space-around;
}
.page-id-620 .about-container figure {
	flex: 1;
}

/* .page-id-620 .entry-content {
	padding:0 !important;
} */
@media (min-width:841px) {
	.hamburger {
		visibility: hidden;
	}
}