@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;400&display=swap');

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: JuliusRegular, sans-serif;
}

@font-face {
	font-family: JuliusRegular;
	src: url(../../../fonts/JuliusRegular.ttf);
}

@font-face {
	font-family: Acumin;
	src: url(../../../fonts/Acumin.ttf);
}

@font-face {
	font-family: Helvetica;
	src: url(../../../fonts/Helvetica.ttf);
}

.back-btn svg {
	height: clamp(1.2rem, 2vw, 2.4rem);
	width: clamp(1.2rem, 2vw, 2.4rem);
}

.back-btn-wrapper {
	padding: 1vw 1.5vw;
}

.btn-container {
	padding: 1vh 4vw;
}

.btn-wrapper {
	margin-inline: 2vw;
	padding: 3vh 3vw;
	display: block;
	text-decoration: none;
	color: black;
	cursor: pointer;
	position: relative;
	background-clip: padding-box;
	border: solid 4px transparent;
	border-radius: .6rem;
	background: white;
	font-weight: 700;
	font-size: clamp(.9rem, 2.4vw, 1.5rem);
	transition: .6s all;
}


.btn-wrapper:hover {
	color: black;
	margin-inline: 0;
}

.btn-wrapper:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: -1;
	margin: -7px;
	border-radius: .8rem;
	transition: .6s all;
	background: linear-gradient(to right, #1c1c1c, #494949, #fafafa, #ffffff);
}

.text-wrapper {
	padding: clamp(.4rem, 2vh, .8rem) clamp(.4rem, 2vh, .8rem) 0 clamp(1.4rem, 6vw, 4rem)  ;
}

.text-wrapper strong {
	font-family: Helvetica, sans-serif;
	font-weight: 700;
}

.text-wrapper p {
	font-family: Acumin, sans-serif;
	font-size: clamp(.9rem, 3.6vw , 1.1rem);
	line-height: 1.4em;
	font-weight: 200;
}

.text-heading {
	font-family: Acumin, sans-serif;
	font-weight: 700;
	font-size: clamp(.9rem, 2.4vw, 1.3rem);
	line-height: 1.4em;
	letter-spacing: .05rem;
}

.s-img {
	width: 100%;
}

.l8-img {
	width: 85% !important;
}

.section-container {
	display: flex;
}

.fig-text {
	display: flex;
	align-items: center;
	margin-top: 1vw;
	font-family: Acumin, sans-serif;
	font-size: clamp(.6rem, 2.4vw , .9rem);
	line-height: 1.1em;
	font-weight: 200;
	padding: 0 2vw;
}

.main-img-container {
	padding-block: 2vw;
}

.section-img-wrapper {
	text-align: center;
}

.section-img {
	max-height: 100%;
	height: initial;
	max-width: initial;
	width: auto;
}

.fig-container {
	display: flex;
}

.s4l1-section-image, .s4l3-section-image {
	height: 25vh;
}

.s4l2-section-image {
	max-height: initial;
	height: auto;
	max-width: 100%;
	width: initial;
}

@media only screen and (min-width: 992px) and (orientation: landscape) {
	.s1l1-section-image {
		width: 16vw !important;
	}

	.s1l2-section-image {
		width: 26vw !important;
	}

	.s2l1-section-image {
		width: 20vw !important;
	}

	.s2l2-section-image {
		width: 22vw !important;
	}

	.s2l3-section-image {
		width: 25vw !important;
	}

	.s2l4-section-image {
		width: 25vw !important;
	}

	.s3l1-section-image {
		width: 22vw !important;
	}

	.s3l2-section-image {
		width: 44.5vw !important;
	}

	.s3l3-section-image {
		width: 16.5vw !important;
	}

	.s4l1-section-image {
		height: initial;
		width: 16.5vw !important;
	}

	.s4l2-section-image {
		width: 105vw !important;
	}

	.s4l3-section-image {
		height: initial;
		width: 19vw !important;
	}
}

@media only screen and (min-width: 1280px) {

	.back-btn svg {
		height: 2vw;
		width: 2vw;
	}

	.s-img {
		width: 100%;
	}

	.btn-wrapper {
		padding: 4vh 3vw;
		font-size: 1.5vw;
	}

	.text-wrapper {
		padding: 4vh 2.5vw 4vh 5.5vw;
	}

	.fig-text {
		font-size: 1.1vw;
	}

	.text-wrapper p {
		font-size: 1.3vw;
	}

	.text-heading {
		font-size: 1.2vw;
	}


}