@charset "UTF-8";

* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }



html {

	margin: 0;
	padding: 0;

	/* background-color: #292929; */
    background-color: #ebebeb;
	
	font-weight: 400;
	word-spacing: 0.2em;
	letter-spacing: 0.2em;
	line-height: 200%;

    /* font-family: 'DM Serif Display', serif; */
    /* font-family: 'Patua One', cursive; */
	/* font-family: 'JetBrains Mono', monospace; */

	/* color: #666666; */
	color: #383838;

	scroll-behavior: smooth;

}

body {

	/* min-width: 640px; */

	margin: 0;
	padding: 0;

	/* width: 100%; */

    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

}


/* .rubik {
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
} */

img {
    image-rendering: auto;
    max-width: 100%;
}

video {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}


header {

    height: 80px;
    
	background-color: #292929;
	background-color: #fafafa10;

	margin: 0;
	padding: 0;

	position: fixed;

	width: 100%;

	z-index: 99;

}

#logoType {

	float: left;

	width: 55px;
	height: 55px;

	z-index: 10;

	margin: 10px;

}

#logoType img{

	max-width: 100%;

}





/* // NAV // */


#BurgerIcon {

    display: none;
    margin: 0;
    
}

#BurgerIcon div {
    width: 40px; 
    height: 5px; 
    border-radius: 10%; 
    background-color: #fafafa;
}


nav {

    background-color: #ebebeb;
    color: #292929;
	height: 80px;
	flex: 0 1 auto;
	flex-wrap: nowrap;
}


nav ul {

	height: 100%;

	display: flex;

	flex: 0 1 auto; 
	flex-direction: row;
	flex-wrap: nowrap;
	/* flex-wrap: wrap; */
	justify-content: flex-end;
	align-items: center;

	font-size: 9pt;

}

nav li {

	flex: 0 1 auto;
	margin: 0 10px;

	/* color: #fafafa; */
	text-decoration: none;
	list-style-type: none;

}

nav li:hover {

	color: #383838;

}

nav li ul {

    display: none;
    
	height: 70px;
	position: absolute;

}

nav li ul li {

	height: 70px;
	padding-right: 40px;
	margin: 0;

}

nav li:hover > ul {

	display: flex;

}


#EnquireNow {
	/* margin: 0 20px; */
    margin-right: 20px;
}

#EnquireNow h3 {
	margin: 0;
}

.CTA_btn {
	/* font-size: 24px;  */
	/* color: #fafafa;  */
	padding: 5px 30px; 
	/* padding: 5px 25px; */
	border: 1px solid; 
	border-radius: 50px;
	text-decoration: none;
    list-style: none;
}

.CTA_btn:hover {
	/* background-color: #fafafa10; */

	background-color: rgba(250, 250, 250, 0.3);

    -webkit-transition: .4s;
    transition: .4s;
}



/* // MAIN // */

main {

    /* margin-top: 80px; */

}

/* // HERO // */

#Hero {
    max-width: 90%;
    margin: 0 auto;
    padding-top: 150px;
}

#Hero h2 {
    font-size: xx-large;
    font-weight: 400;
}

#Hero h3 {
    font-size: x-large;
    font-weight: 300;
}

.tags p {
    border: 1px solid;
    /* padding: 3px 15px; */
	border: 1px solid;
    padding: 1px 15px;
    font-size: small;
}


/* Content Tiles: */

#Work {
    
    max-width: 90%;
    margin: 80px auto;
}

.work {
    flex: 1 1 430px;
    max-width: 90%;
    margin: 0 auto;
}

.work img {
    /* min-width: 100%; */
    /* min-height: 100%; */
}

.work h3 {
    font-size: xxx-large;
    /* text-transform: uppercase; */
    font-weight: 400;
	line-height: 100%;
}

.work h4 {
    font-size: x-large;
    /* text-transform: uppercase; */
    font-weight: 300;
	margin-top: -25px;
}

.keyVisual {
	display: flex;
    /* max-width: 90%; */
    /* margin: 0 auto; */
    overflow: hidden;
    /* aspect-ratio: 1 / 1; */
	/* box-shadow: 10px 10px 40px #00000020; */
	box-shadow: 5px 15px 40px #00000030;
    /* box-shadow: 15px 15px 15px #00000010; */
}

.slider {
    transition: transform 1s;
}

.overlays {
    position: absolute;
    z-index: 1;
    /* align-items: stretch; */
    /* flex-grow: 1; */
    padding: 2%;
    /* width: -webkit-fill-available; */
    /* height: -webkit-fill-available; */
}

.overlays img {
    /* align-self: stretch; */
    filter: invert(100%);
}




/* // COOKIE DISCLAIMER: // */


#CookieDisclaimer {

	width: 100%;

	background-color: orange;
	position: fixed;
	bottom: 0;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;

	z-index: 99;

}

#CookieDisclaimer p {

	font-size: 10px;
	line-height: 150%;
	color: white;
	padding: 20px;
    padding-right: 0;
    float: left;
    width: 66%;

	flex: 0 1 auto;

}


#CookieAcceptBtn {

	min-width: 120px;

	float: right;
	padding: 10px;
	margin: 25px;

	text-align: center;

}



/* // FOOTER // */

footer {
    min-height: 500px;
    text-align: center;
}


  /* LightBox */

  .lightBoxPopup {
	position: fixed;
    top: 0;
    z-index: 5;
    height: 100vh;
    width: 100vw;
    background-color: #ffffff95;
	/* filter: blur(10px); */
	backdrop-filter: blur(5px);
}

.lightBoxPopup video {
	box-shadow: 30px 30px 100px 30px #22222235;
}



@media screen and (max-width: 960px){

	/* #BurgerIcon {

		display: flex;
		margin: 25px;

	} */

	/* #menu-header_nav { */
	/* nav ul {

		flex-direction: column;

		height: unset;
		width: 90%;
		padding: 5%;
    
        justify-content: right;
        text-align: right;
		align-items: flex-end;

        background-color: #292929;
		background-color: #fafafa10;

		font-size: 12pt;

        display: none;
	}

	.MenuIcon {
		margin-right: 15px;
	}

	.MenuIcon img {
		max-height: 22px;
	}

	.CTA_btn {
		margin-top: 20px;
	}

	#EnquireNow {
	} */

}


@media screen and (max-width: 750px){

	#Work {
		max-width: unset;
	}

}