@charset "UTF-8";
@import url("webfonts/MaziusDisplay_Bold/stylesheet.css");
@import url("webfonts/MaziusDisplay_ExtraItalicBold/stylesheet.css");
@import url("webfonts/MaziusDisplay_Extraitalic/stylesheet.css");
@import url("webfonts/MaziusDisplay_Regular/stylesheet.css");
@import url("webfonts/OrticaLinear_Regular/stylesheet.css");
@import url("webfonts/OrticaLinear_Light/stylesheet.css");
@import url("webfonts/OrticaAngular_Bold/stylesheet.css");
@import url("webfonts/OrticaLinear_Bold/stylesheet.css");




@keyframes reveal {
	from {
		opacity: 0.05;
		filter: sepia(26%);
		
	}
	to {
		opacity: 1;
		filter: sepia(0%);
	}
}

@keyframes BACKGROUND_GRADIENT {
	from {
		background-color: #f2f2f2;
		
	}
	to {
		background-color: #fAfAfA;
	}
}

@keyframes FADE_OUT {
	from {
		opacity: 0.4;
		
	}
	to {
		opacity: 0;
		display: none
	}
}

@keyframes FADE_IN {
	from {
		opacity: 0.45;
		
	}
	to {
		opacity: 1;

	}
}

@keyframes TEXT_REVEAL {
	from {
		opacity: 0;
		
	}
	to {
		opacity: 1;
	}
}

body.stop-transitions * {
  transition: none !important;
}
/* Body */
body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    background-color: #f2f2f2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
    width: auto;
}
/* Container */
.container {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    /*background-color: #F6F5F6;*/
	view-timeline-name: --bck;
	view-timeline-axis: block;

	/* Attach animation, linked to the  View Timeline */
	animation: linear BACKGROUND_GRADIENT both;
	animation-timeline: --bck;

	/* Tweak range when effect should run*/
	animation-range: entry 10% cover 75%;
    margin-top: auto;
    margin-bottom: auto;
}
.vidcontainer video {
	position: absolute;
    width: 100%;
	height: 100%;
	object-fit:cover;
    }
/* Navigation */
header {
	transition: opacity 2s 0.1s ease-out allow-discrete;
    width: 100%;
    height: 29px;
    background-color: #F6F5F6;
    margin-top: auto;
    margin-bottom: 0vh;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5px;
    padding-top: 20px;
	opacity: 0.2;
   
}

header:hover {
	transition: all 2s 0.1s ease-out allow-discrete;
	opacity: 0.9;
   
}
.logo {
    color: #2D2A2A;
    font-weight: bold;
    text-align: undefined;
    width: auto;
    float: left;
    margin-left: 25px;
    letter-spacing: 4px;
    height: auto;
    margin-bottom: auto;
    margin-right: 2.5vw;
    margin-top: auto;
}
nav {
    float: right;
    width: auto;
	min-width: 50%;
    text-align: right;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: 20px;
}
header nav ul {
    list-style: none;
	padding-left: 10px;
    float: right;
    margin-right: 0px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
}
nav ul li {
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    text-align: right;
    letter-spacing: 2px;
    font-weight: bold;
    transition: all 0.3s linear;
    padding-right: 40px;
}
ul li a {
    color: #2D2A2A;
    text-decoration: none;
    margin-right: 0px;
    padding-right: 40px;
	
}
ul li:hover a {
    color: #0E0C0C;
	font-weight: 700;
	
}
.hero_header {
    color: #111311;
    font-family: "Segoe UI";
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: 2px;
    /* [disabled]font-size: 16px; */
    padding-bottom: 0px;

	
}
/* Hero Section */
.hero {
    background-color: #F6F5F6;
    width: 100%;
    margin-top: 20vh;
    height: auto;
	
}
.hero2 {
    background-color: #F6F5F6;
    width: 100%;
    margin-top: 50px;
    height: auto;
	
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
    text-align: center;
    color: #FFFFFF;
    margin-top: 4px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 26px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	colcolor: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(file:///C|/Users/ROBBINLEO/Documents/images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.overlay {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 699px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
}

.overlay2 {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 1389px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
}
.overlay h1 {
    width: 90%;
    font-family: "MaziusDisplay Bold";
    transition: all 100000s 0.1s ease-out allow-discrete;
    text-align: center;
    font-size: 80px;
    letter-spacing: 50px;
    color: #F6F5F6;
    font-weight: 700;
    mix-blend-mode: normal;
    height: auto;
    padding-bottom: auto;
    padding-top: auto;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 0.9;
}

.overlay h1:hover {
    transition: all 2s 0.1s ease-out allow-discrete;
    transform: scale(1.025);
    letter-spacing: 75px;
    color: #F5F5F5;
    mix-blend-mode: normal;
    opacity: 1;
	
}

.overlay2 h1 {
    width: 80%;
    font-family: "MaziusDisplay Bold";
    transition: all 100000s 0.1s ease-out allow-discrete;
    text-align: center;
    font-size: 80px;
    letter-spacing: 50px;
    color: #F6F5F6;
    font-weight: 700;
    mix-blend-mode: normal;
    height: auto;
    padding-bottom: auto;
    padding-top: auto;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 0.9;
}

.overlay2 h1:hover {
    transition: all 2s 0.1s ease-out allow-discrete;
    transform: scale(1.025);
    letter-spacing: 75px;
    color: #F5F5F5;
    mix-blend-mode: normal;
    opacity: 1;
	
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
	width: auto;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
    width: 200px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    border-color: #111311 #111311 rgba(17,19,17,0.58);
	opacity: 0.2;
    /* [disabled]border-left-style: solid; */
    border-width: 3px 3px 1px;
    /* [disabled]border-right-style: solid; */
    border-bottom-style: solid;
    /* [disabled]border-top-style: solid; */
    transition: opacity 2s 0.1s ease-out allow-discrete;
    color: #2D2A2A;
    border-spacing: 50px 12px;
}

.COLLEC1_BUTTON_DIV {
    width: 200px;
	align-self: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: auto;
    margin-left: 2vw;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    opacity: 0.2;
    border-color: #111311 #111311 rgba(17,19,17,0.58);
    /* [disabled]border-left-style: solid; */
    border-width: 3px 3px 1px;
    /* [disabled]border-right-style: solid; */
    border-bottom-style: solid;
    /* [disabled]border-top-style: solid; */
    transition: opacity 2s 0.1s ease-out allow-discrete;
    color: #2D2A2A;
    border-spacing: 50px 12px;
}


.COLLEC1_BUTTON_DIV:hover {
	cursor: pointer;
	transition: all 2s 0.1s ease-out allow-discrete;
	opacity: 0.9;

}

a:link {
    color: #2D2A2A;
    text-decoration: none;
}


a:visited {
    color: #2D2A2A;
    text-decoration: none;
}

a:hover {
    color: #2D2A2A;
    text-decoration: none;
}

a:active {
    color: #2D2A2A;
    text-decoration: none;
}

.button:hover {
	cursor: pointer;
	transition: all 2s 0.1s ease-out allow-discrete;
	opacity: 0.9;
}

.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: whitesmoke;
    color: #393736;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 10px;
    border-top-width: 2px;
    font-family: "OrticaLinear Light";
	font-size: 14px;
}
.footer_banner {
    padding-bottom: 0px;
    margin-bottom: 200px;
    background-repeat: repeat;
    display: flex;
    flex-direction: row;
}
footer {
    display: inherit;
}
.hidden {
    display: none;
    padding-bottom: 0px;
}





 .hero .desc1 h4 {
    display: flex;
    justify-content: center;
    position: relative;
    font-family: "MaziusDisplay Regular";
    color: #111311;
    font-size: 16px;
    letter-spacing: 5px;
    margin-bottom: auto;
    width: 63%;
    height: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    text-align: left;
}

.footer_banner .leftbuttons h4 {
    display: flex;
    justify-content: center;
    position: relative;
    font-family: "MaziusDisplay Regular";
    color: #111311;
    font-size: 16px;
    letter-spacing: 5px;
    margin-bottom: auto;
    width: 80%;
    height: 40%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: auto;
    padding-left: auto;
}

.hero2 .desc2 h4 {
    display: flex;
    justify-content: center;
    position: relative;
    font-family: "MaziusDisplay Regular";
    color: #111311;
    font-size: 16px;
    letter-spacing: 5px;
    margin-bottom: auto;
    width: 63%;
    height: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

.desc1 {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 300px;
    display: flex;
    flex-direction: row;
    width: auto;
    height: auto;
}

.contact_enquiry_group {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 80px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 300px;
    display: flex;
    flex-direction: row;
    width: auto;
    height: auto;
}

.desc2 {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 300px;
    display: flex;
    flex-direction: row;
    width: auto;
    height: auto;
}

.vidcontainer div {
    height: auto;
    width: auto;
    margin-top: 0px;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
}

p {
    font-family: "OrticaLinear Light";
    font-size: 14px;
    font-weight: normal;
    color: #393736;
    letter-spacing: 2px;
    padding-left: 80px;
    padding-right: 80px;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
    line-height: normal;
}

.title {
    display: flex;
	flex: 1 50%;
	
	justify-content: center;
    flex-direction: column;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: auto;
    padding-bottom: 0px;
    width: 100%;
    color: #2D2A2A;
    margin-top: auto;
    margin-bottom: auto;
	align-content: center;
	position: absolute;

	
}

.top {
    width: 100%;
    margin-bottom: 5vh;
    height: 90vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: auto;
}

.top .title h1 {
	transition:all 1s 0.1s ease-out allow-discrete;
    text-align: center;
    flex-basis: 20px;
    width: auto;
    margin-left: auto;
    font-family: "MaziusDisplay";
    letter-spacing: 20px;
    font-size: 80px;
    height: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: 20vh;
		
	
	
	
}

.top .title h1:hover {
    transition: all 1s 0.1s ease-out allow-discrete;
    letter-spacing: 22px;
    margin-bottom: 0px;

}

.top .title h3 {
    text-align: center;
    font-family: 'OrticaLinear Light';
    font-weight: normal;
    letter-spacing: 10px;
    font-size: 14px;
    height: auto;
    width: auto;
    margin-top: 1vh;
    margin-bottom: 5vh;
		
	
}
.top .title p {
    text-align: center;
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: auto;
    padding-top: auto;
    padding-bottom: auto;
    margin-bottom: auto;
	
	
}

.leftmost {
    padding-right: 0px;
    width: auto;
    height: auto;
}

.numberbig {
    font-family: "OrticaLinear Bold";
    font-size: 72px;
    font-weight: normal;
    margin-top: auto;
    margin-bottom: auto;
    width: auto;
    height: auto;
    color: #2D2A2A;
}

.thinbanner {
    width: 40vw;
    height: 1vh;
    margin-left: auto;
	margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 0.9;
	object-fit: cover;
}

.thinbanner2 {
    width: 50vw;
    height: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 81px;
    mix-blend-mode: hard-light;
    opacity: 0.1;
}

.leftbuttons {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	align-content: center;
	justify-content: center;

}

.rightbutton {
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
	display: flex;
	flex-direction: column;
}

.catalog {
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;

}

.COLLEC1_1_BUTTON {
	display:flex;
    width: auto;
    height: auto;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 15vh;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
	flex-direction: row;
	justify-content: flex-start;
	align-content: center;
	

}




.separation {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-left: auto;
    padding-top: auto;
    padding-right: auto;
    padding-bottom: auto;
	display:flex;
	justify-content: center;
}

.separation_catalog {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 120px;
    padding-left: auto;
    padding-top: auto;
    padding-right: auto;
    padding-bottom: auto;
    display: flex;
    justify-content: center;
}


.separation2 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: auto;
    padding-left: auto;
    padding-top: auto;
    padding-right: auto;
    padding-bottom: auto;
    display: flex;
    justify-content: center;
}

.separation hr {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1.5px solid rgba(51,51,51,0.2);
    color: rgba(51,51,51,0.5);
    overflow: visible;
    text-align: center;
    width: 60%;
    height: 5px;
    margin-bottom: 75px;
}
.separation_catalog hr {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1.5px solid rgba(51,51,51,0.2);
    color: rgba(51,51,51,0.5);
    overflow: visible;
    text-align: center;
    width: 60%;
    height: 5px;
    margin-bottom: 75px;
}
.separation2 hr {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1.5px solid rgba(51,51,51,0.2);
    color: #7B7B7B;
    overflow: visible;
    text-align: center;
    width: 65%;
    height: 5px;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 75px;
}

.aligned_left {
    text-align: left;
    display: flex;
    justify-content: left;
    position: relative;
    font-family: "MaziusDisplay Regular";
    color: #111311;
    font-size: 16px;
    letter-spacing: 5px;
    margin-bottom: auto;
    width: 63%;
    height: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}
.gallery-container  {
    margin-bottom: 60px;
}

.gallery-grid {
    display: flex;
    flex-flow: row wrap; /* Ensures items wrap onto multiple lines */
    gap: 15px; /* Spacing between images */
    justify-content: space-between; /* Spreads images evenly */
}

.gallery-item {
    flex-basis: calc(33.333% - 15px); /* Each item takes up 1/3rd of the container, minus space for the gap */
    margin-bottom: 15px;
    text-align: center;
}

.gallery-img {
    width: 70%;
    height: auto;
    border-radius: 2px;
    cursor: pointer;
	filter: sepia(26%);
    transition: transform 1s ease-out, opacity 0.3s ease-out;
    margin-bottom: 10px;
	margin-top: 2.5vh;
	view-timeline-name: --img;
    view-timeline-axis: block;
    /* Attach animation, linked to the  View Timeline */
    animation: linear reveal both;
    animation-timeline: --img;
    /* Tweak range when effect should run*/
    animation-range: entry 5% cover 50%;
}

.gallery-img:hover {
    transform: scale(1.01);
    opacity: 1;
	filter: sepia(0%);
    margin-top: 2.5vh;
}

/* Caption for gallery images */
.caption {
    font-size: 26px;
    color: #111311;
    font-weight:lighter;
    font-family: "MaziusDisplay Regular";
    letter-spacing: 16px;
    margin-bottom: 30px;
    margin-top: 120px;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0.9, 0.9, 0.9, 0.9);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.modal.show {
    display: block;
    opacity: 1;
}

.modal-content {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    transition: transform 0.5s ease;
}

.modal.show .modal-content {
    transform: scale(1);
}

.modal-content {
    transform: scale(0.95);
    animation: zoom 1s;
}

@keyframes zoom {
    from {transform: scale(0.95);}
    to {transform: scale(1);}
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover, .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Modal caption */
#caption {
    color: #ccc;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}

.info {
    margin-top: 5px;
    text-align: center;
	
}

.top_catalog {
    width: 100%;
    height: 90vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: auto;
	
}

.top_catalog .title h1 {
	transition:all 1s 0.1s ease-out allow-discrete;
    text-align: center;
    flex-basis: 20px;
    width: auto;
    margin-left: auto;
    font-family: "MaziusDisplay";
    letter-spacing: 20px;
    font-size: 80px;
    height: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: 20vh;
	
	
	
}

.top_catalog .title h1:hover {
  	transition: all 1s 0.1s ease-out allow-discrete;
    letter-spacing: 22px;
    font-weight: 700;
    margin-bottom: 0px;

}

.top_catalog .title h3 {
    text-align: center;
    font-family: 'OrticaLinear Light';
    font-weight: normal;
    letter-spacing: 10px;
    font-size: 14px;
    height: auto;
    width: auto;
    margin-top: auto;
    margin-bottom: 30px;
		
	
}
.top_catalog .title p {
	width: 80%;
    text-align: center;
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    padding-top: auto;
    padding-bottom: auto;
    margin-bottom: auto;
	
	
}
.vidcontainer {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	clip-path: polygon(10% 0, 90% 0, 90% 100%, 10% 100%);
	transition: all 2.5s ease-in-out 0.1s;
	width: 100%;
	min-height: 50vh;
	text-align: center;
	
}

.VID_TEXT_DSK {
	position: absolute;
	display: flex;
	justify-content: center;
	align-content: center;
	width: 100%;
	height: 100%;
}

.VID_TEXT_DSK h1 {
	text-align: center;
	width: 100%;
    font-family: "MaziusDisplay Bold";
    transition: all 100000s 0.1s ease-out;
    font-size: 80px;
    letter-spacing: 60px;
    color: #F6F5F6;
    font-weight: 700;
    mix-blend-mode: normal;
    height: auto;
	padding: 0px;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 0.9;
		
	
}

.VID_TEXT_DSK h1:hover {
  	transition: all 2s 0.1s ease-out;
    letter-spacing: 75px;
    color: #F5F5F5;
    mix-blend-mode: normal;
    opacity: 1;
		
	
}

.VID_TEXT_MOB h1 {
	display: none;
}

.COLLEC1_LEFT {
	display: flex;
	flex-direction: row;
	height: auto;
	width: 100%;
	padding: auto;
	margin: auto;

}

.vidcontainer2 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 60%;
	height: auto;
	text-align: center;
	clip-path: polygon(0 0, 90% 0, 90% 100%, 0% 100%);
	transition: all 2.5s ease-in-out 0.1s;
}

.vidcontainer2:hover {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 60%;
	height: auto;
	text-align: center;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.vidcontainer2 div {
    height: auto;
    width: auto;
    margin-top: 0px;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
}

.COLLEC1_VID1_DIV video {
	position: absolute;
    width: 100%;
	height: 100%;
	object-fit: cover;
    }

.COLLEC1_VID2_DIV video {
	position: absolute;
    width: 100%;
	height: 100%;
	object-fit: cover;
    }

.COLLEC1_TITLE h1 {
	transition:all 1s 0.1s ease-out allow-discrete;
    text-align: left;
    flex-basis: 20px;
    width: 100%;
    margin-left: auto;
    font-family: "MaziusDisplay ExtraItalicBold";
    letter-spacing: 20px;
    font-size: 100px;
    height: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
	color: #2D2A2A;
}

.COLLEC1_TITLE h1:hover {
	transition: all 1s 0.1s ease-out allow-discrete;
    letter-spacing: 22px;
    font-weight: 700;
    margin-bottom: 0px;
}

.COLLEC1_TITLE {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin: 0px;
	margin-top: 0vh;
	padding: 0px;
	justify-content: space-between;


}

.SEPARATION_20 {
	width: 100%;
	height: auto;
	padding: 0px;
	margin-bottom: 20vh;
}

.SEPARATION_20 hr {
	border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
    color: rgba(51,51,51,0.5);
    overflow: visible;
    text-align: center;
    width: 60%;
    height: 1px;
}

h4 {
	font-family: "MaziusDisplay Regular";
    color: #111311;
    font-size: 16px;
    letter-spacing: 5px;
	width: auto;
	padding: auto;
	margin: auto;
	
}

.COLLEC1_DESC {
	display: flex;
	flex-basis: 40%;
    flex-direction: column;
	justify-content:flex-start;
    height: 100%;
    width: 100%;
    color: #2D2A2A;
	padding-left: 5vw;
	padding-right: 5vw;
	gap: 5vh;



}

.COLLEC1_TITLE_IMG {
	width: calc(100% - 10px);
	height: auto;

	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	margin-right:5px;
	mix-blend-mode:hard-light;
    opacity: 0.1;
	
	
}

.COLLEC1_TITLE_IMGCTN {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.COLLEC1_MIDREV {
	width: 100%;
	overflow:clip;
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-top: 15vh;
	margin-bottom: 17vh;
	clip-path: polygon(0 55%, 100% 55%, 100% 35%, 0 35%);
	transition: all 2.5s ease-in-out 0.1s;
	display:flex;
	flex-direction:row;
	flex-flow:nowrap;
	justify-content:space-between;
	background-color: #CDCDCD;
	opacity : 0.9;
	filter: sepia(100%) brightness(133%) saturate(255%) opacity(35%) contrast(104%);
-webkit-filter: sepia(100%) brightness(133%) saturate(255%) opacity(27%) contrast(104%);
-moz-filter: sepia(100%) brightness(133%) saturate(255%) opacity(27%) contrast(104%);

}

.COLLEC1_MIDREV:hover {
	clip-path: polygon(0 80%, 100% 80%, 100% 20%, 0 20%);
	transition: all 2s  ease-in-out 0.1s;
	filter: none;
}

.COLLEC1_MIDREV_IMG {

	width: auto;
	height: auto;
	max-height: 35vh;
	display: flex;
	padding: 0px;
	margin: 0px;
	overflow:clip;
	
	

}

.COLLEC1_MIDREV_IMG:hover {
	
	
}

.COLLEC1_DESC_H4 {
	width: 100%;
	height: 100%;
	flex-basis: fit-content;
}

.COLLEC1_DESC_P {
	margin:0px;
	padding: 0px;
}


.SEPARATION_DIV {
	width: 100%;
    height: 1vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-top: auto;
    padding-right: auto;
    padding-bottom: auto;
	margin-bottom: 7vh;
	margin-top: 10vh;
	display:flex;
	justify-content: center;
}
.SEPARATION_DIV hr {
	border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1.5px solid rgba(51,51,51,0.2);
    color: rgba(51,51,51,0.5);
    overflow: visible;
    text-align: center;
    width: 60%;
    height: 1vh;
   
}


.COLLEC1_TITLES {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-left: 5vw;
	display: flex;
	flex-direction: column;
;

		
}

.COLLEC1_SUBTITLES {
	width: calc(100% - 5vw);
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-left: 5vw;
	display: flex;
	flex-direction:column;
	flex-flow:column wrap;
	justify-content: space-between;
	margin-top: 20vh;
	
	
	
}


.COLLEC1_TITLES h3 {
    font-family: 'OrticaLinear Light';
    font-weight: normal;
    letter-spacing: 10px;
    font-size: 14px;
    height: auto;
    width: 100%;
    margin-top: auto;
    margin-bottom: 30px;
}


.COLLEC1_MAIN_IMAGE {
	display: flex;
	padding: 0px;
	margin: auto;
	margin-left:5vw;
	width: auto;
	height: auto;
	max-height: 65vh;
	max-width: 45vw;
	mix-blend-mode:normal;
    opacity: 0.5;
	transition: all 2.5s ease-in-out 0.1s;
}

.COLLEC1_MAIN_IMAGE:hover {
    opacity: 1;
	
}

.COLLEC1_MAIN_IMAGE_DIV {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-top: 0vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-content: center;
	flex-flow:column wrap;	

	max-height: 65vh;
}

.COLLEC1_SUBTITLE_DIV {
	display: flex;
	width: auto;
	flex-basis: 30vw;
	height: auto;
	margin: 0px;	
	padding: 0px;
	flex-direction: column;
	flex-flow:column wrap;
	align-content: flex-end;
	border-left:thin solid #2D2A2A;
	border-image: linear-gradient(0deg, rgba(23,23,23,0.5) 0%, rgba(28,28,28,1) 50%, rgba(23,23,23,0.5) 100%) 1;

}

.COLLEC1_SUBTITLE_P {
	display: flex;
	width:auto;
	font-family: "OrticaLinear Light";
	font-weight: 1000;
    font-size: 14px;
    color: #393736;
    letter-spacing: 2px;
    height: auto;
    margin-top: 2.5vh;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: normal;
	text-align:left;
	padding-left: 0px;
	padding-right: 0px;
	max-width: 30vw;
	
}

.COLLEC1_VID1_DIV {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 60%;
	height: auto;
	text-align: center;
	clip-path: polygon(0 0, 90% 0, 90% 100%, 0% 100%);
	transition: all 2.5s ease-in-out 0.1s;
}

.COLLEC1_VID2_DIV {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 60%;
	height: auto;
	text-align: center;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%);
	transition: all 2.5s ease-in-out 0.1s;
}

.COLLEC1_VID2_DIV:hover {
	clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);

}
.COLLEC1_VID1_DIV:hover{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
/* Mobile */





.COLLEC1_SUBTITLE_P_DIV {
	display: flex;
	width: auto;
	flex-direction: row;
	height: auto;
	margin: 0px;
	padding:0px;
	flex-basis: content;
	justify-content: flex-end;
}

.COLLEC1_SUBTITLES_POS {
	width: auto;
	display:flex;
	height: auto;
	flex-direction: row;
	margin: 0px;
	padding: 0px;
	justify-content: flex-end;
	
}

.HOME {
	display: flex;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.HOME video {
	position: absolute;
    width: 100%;
	height: 100%;
	object-fit:cover;
	mask-image: linear-gradient(to bottom, transparent, black, black, transparent); 
 	
	
}

p {
	
}

.vidcontainer:hover {
	clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
	transition: all 2.5s ease-in-out 0.1s;
}

html {
	scroll-behavior: smooth;
}

.TOPLOGO {
	width: auto;
	height: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: -5px;
}
