@charset "UTF-8";

body {
    padding: 0;
    margin: 0;
    background: #FFFFFF;
}

.container {
	position: relative;
	margin-top: 100px;
}
.container img {
	display: block;
	width: 100%;
}
nav {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	height: 80px;
	background-color: #4E5256;
    max-width: 1017px;
    margin-left: auto;
    margin-right: auto;
	
	 
}
nav .logo {
	float: left;
	padding-left: 30px;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 3px;
	font-family: rustica, sans-serif;
	color: #fff;
}
nav .links {
	float: right;
	padding: 0;
	margin: 0;
	width: auto;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
nav .links li {
	list-style: none;
	
}
nav .links a {
	display: block;
	padding: 1.93em;
	font-size: 1em;
	font-family: 'rustica';
	font-weight: 200;
	color: #fff;
	text-decoration: none;
	}

nav .links a:hover {
    background-color: #778086;

}
#nav-toggle {
	position: absolute;
	top: -100px;
}
nav .icon-burger {
	display: none;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
nav .icon-burger .line {
	width: 50px;
	height: 5px;
	background-color: #fff;
	margin: 5px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}
@media screen and (max-width: 1017px) {
	
	nav {
		height: 150px;
		
		
	}

	nav .logo {
		float: none;
		width: auto;
		padding-left: 65px;
		justify-content: left;
		font-size: 2.25em;
		font-weight: 400;
		
	}
	nav .links {
		float: none;
		position: fixed;
		z-index: 9;
		padding-left: 0px;
		padding-right: 0px;
		left: 0;
		right: 0;
		top: 150px;
		bottom: 100%;
		maxwidth: auto;
		height: auto;
		flex-direction: column;
		justify-content: space-evenly;
		background-color: rgba(0,0,0,.8);
		overflow: hidden;
		box-sizing: border-box;
		transition: all .5s ease-in-out;
		
		
	}
	nav .links a {
		font-size: 40px;
		padding-left: 430px;
		padding-right: 430px;
	
		
	
	}
	nav :checked ~ .links {
		bottom: 0;
	}
	nav .icon-burger {
		display: block;
	}
	nav :checked ~ .icon-burger .line:nth-child(1) {
		transform: translateY(10px) rotate(225deg);
	}
	nav :checked ~ .icon-burger .line:nth-child(3) {
		transform: translateY(-10px) rotate(-225deg);
	}
	nav :checked ~ .icon-burger .line:nth-child(2) {
		opacity: 0;
	}
	

}

body {

background: #070707;

}



html {
box-sizing: border-box;
font-family: rustica, sans-serif;
font-weight: 300;
font-style: normal;
color: #4E5256;
}

body {
  background: #000000;
  margin: 30px 20px;
  line-height: 1.1;

}





h2{
	font-size: 1.2em;
	font-weight: 500;
	font-family: rustica, sans-serif;
	color: #FFFFFF;
	padding-left: 20px;
	
}

h3{
	font-size: .75em;
	font-family: rustica, sans-serif;
    font-weight: 300;
    line-height: 1.45em;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	
}

h4{
	font-size: 1.2em;
	font-weight: 300;
	font-family: rustica, sans-serif;
	
}

h5{
	font-size: 1.2em;
	font-weight: 100;
	font-family: rustica, sans-serif;
	color: #FFFFFF;
}

h6{
    font-size: 1.1em;
    font-weight: 300;
    font-family: rustica, sans-serif;
    color: #A2A2A2;
    line-height: 20px;
    text-align: center;	
}

h7{
	font-size: 1em;
	font-weight: 200;
	font-family: rustica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 3px;
	
}


.infocontainer{
	max-width: 600px;
	display: flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
    margin-bottom: -60px;
	
	
}


.infocontainerL{
    flex: 1;
    flex-direction: row;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;		
	
	

		
}
		
	.infocontainerR{
    flex: 1;
    flex-direction: row;
    padding-left: 12px;
	padding-right: 12px;

		}


.image-comparison {
    width: 100%;
    max-width: 600px;
    margin: 100px auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.image-comparison img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.image-comparison .images-container {
    position: relative;
    display: flex;
}

.image-comparison .before-image {
    position: absolute;
    top: 0;
    width: 50%;
}

.image-comparison .slider {
    position: absolute;
    inset: 0;
    width: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 2;
}

.image-comparison .slider-line {
    position: absolute;
    height: 100%;
    width: 3px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.image-comparison .slider-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-comparison .slider-icon::before {
    content: '';
    position: absolute;
    width: 50px; /* Adjust as needed to fit the circle size */
    height: 50px; /* Adjust as needed to fit the circle size */
    background-color: transparent;
    border: 3px solid #fff; /* White keyline circle */
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: -1; /* Position behind the SVG for correct touch sensitivity */
    
}


.buttoncontainer{
	max-width: 1017px;
	display: flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2px;
	background-color: #778086;
	
}
.buttoncaptionL{
	align-content: center;
    
    color: #FFFFFF;
    font-family: rustica, sans-serif;
    font-size: 12px;
	

	
	

}

.buttoncaptionM{
	align-content: center;
    padding-left: 30px;
    padding-right: 30px;
    
	

	
	
}
.buttoncaptionR{
    align-content: center;
    
    color: #FFFFFF;
    font-family: rustica, sans-serif;
    font-size: 12px;

	
	
}


.buttoncontainerL{
    flex: 1;
    flex-direction: row;
	text-align: center;
}.buttoncontainerL:hover{
		background: #4F5256;

 
	}
	

	

	
.buttoncontainerM{
    flex: 6;
    flex-direction: row;
	
}
	
	.buttoncontainerR:hover{
		background: #4F5256;
	
	
	
	
    
	
	}

.buttoncontainerR{
    flex: 1;
    flex-direction: row;
    text-align: center;
   

	
	
	
	
	
}.buttonbase{
	background-color: #000000;
	max-width: 1017px;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
	padding-top: 5vh;
	



}

@media (max-width:1017px){

h2{

font-size: 2.65em;
padding-left: 5vw;
font-weight: 500;


	
	}


h3{

font-size: 2em;
font-weight: 300;
line-height: 1.25em;
padding-left: 5vw;
padding-right: 5vw;
	
	}
	
h4{

font-size: calc(1vw + 1.5rem);
padding-left: 2vw;
font-weight: 500;
	
	}
	
	h5{font-size: calc(2vw + 1.5rem);
padding-left: 1vw;
font-weight: 300;
	
	}

h6{
	font-size: 2em;
	font-weight: 300;
	font-family: rustica, sans-serif;
	
	line-height: 45px;
	
	
}

h7{
	font-size: 2.5em;
	font-weight: 500;
	font-family: rustica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 2px;
	
}



@media (max-width: 1017px) {
    .image-comparison .slider-icon::before {
        width: 100px; /* Larger for touch devices */
        height: 100px; /* Larger for touch devices */
		border: 5px solid #fff; /* White keyline circle */
    }

   
	
	

	
	.image-comparison {
    width: 100%;
    max-width: 700px;
    margin: 200px auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
		
	}
	
.image-comparison .slider-line {
    position: absolute;
    height: 100%;
    width: 5px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
	
	}
	
.infocontainer{
	max-width: 700px;
	display: flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
    
    }
    
   
	
	
	
.buttoncontainer{
	max-width: 1017px;
	display: flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	background-color: #000000;
	
}
.buttoncaptionL{
    align-content: center;
    padding-left: 100px;
    padding-right: 90px;
    color: #FFFFFF;
    font-family: rustica, sans-serif;
    font-size: 12px;

	
	
}


.buttoncaptionR{
    align-content: center;
    padding-left: 0px;
    padding-right: 0px;
    color: #FFFFFF;
    font-family: rustica, sans-serif;
    font-size: 12px;
	
	
}


.buttoncontainerL{
    flex: 1;
    flex-direction: row;
 background-color: #778086;
	border-bottom-left-radius: 70px;
	
	
    
	

	
}
	
.buttoncontainerM{
    flex: 1;
    flex-direction: row;
	background-color: #778086;
	margin-left: 5px;
	margin-right: 5px;
	
	
	}
	
	
    
	
	
}
@media (max-width:1017px){
.buttoncontainerR{
    flex: 1;
    flex-direction: row;
    background-color: #778086;
    border-bottom-right-radius: 70px;
}
	
	
    
	
	
