body {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background-color: #000;
	transition: opacity 1s ease-in-out;
}

@font-face {
	font-family: "RecklessNeue-BookItalic";
	src: url("RecklessNeue-BookItalic.eot");
	src: url("RecklessNeue-BookItalic.eot?#iefix") format("embedded-opentype"),
		url("RecklessNeue-BookItalic.svg#RecklessNeue-BookItalic") format("svg"),
		url("RecklessNeue-BookItalic.ttf") format("truetype"),
		url("RecklessNeue-BookItalic.woff") format("woff"),
		url("RecklessNeue-BookItalic.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "RecklessNeue-Book";
	src: url("RecklessNeue-Book.eot");
	src: url("RecklessNeue-Book.eot?#iefix") format("embedded-opentype"),
		url("RecklessNeue-Book.svg#RecklessNeue-Book") format("svg"),
		url("RecklessNeue-Book.ttf") format("truetype"),
		url("RecklessNeue-Book.woff") format("woff"),
		url("RecklessNeue-Book.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roobert-Regular";
	src: url("Roobert-Regular.eot");
	src: url("Roobert-Regular.eot?#iefix") format("embedded-opentype"),
		url("Roobert-Regular.svg#Roobert-Regular") format("svg"),
		url("Roobert-Regular.ttf") format("truetype"),
		url("Roobert-Regular.woff") format("woff"),
		url("Roobert-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
}

.icare-landing-section {
	display: flex;
	gap: 55px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100vh;
	padding: 20px;
}

.videos-container {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.logo-wrap {
	margin-bottom: 100px;
}

.logo-container {
	position: fixed;
	z-index: 1;
	top: 35%;
	height: 200px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	transition: all ease-in-out;
}

.logo-container.translate-up {
	transition: all 1s ease-in-out;

	top: 0%;
}

.logo-container img {
	width: 100%;
	height: auto;
}

.video-container {
	max-width: 1000px;
	transition: opacity 0.5s ease-in-out;
	position: relative;
	opacity: 0;
	overflow: hidden;
}

.video-container a {
	overflow: hidden;
}

.video-container a video {
	transition: all 1s ease-in-out;
}

.video-container a:hover video {
	transition: all 1s ease-in-out;
	transform: scale(1.1);
}

.video-container.active {
	opacity: 1;
}

.video-container video {
	height: 100%;
	width: 100%;
}

.right_bar_open {
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: 0.3s;
	color: #e5dfd0;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	opacity: 0;
	transition: opacity 1s ease-in-out;
	font-family: "Roobert-Regular";text-transform:uppercase;
}

.firstVid.vid-ended > .right_bar_open {
	opacity: 1;
}

.secondVid.vid-ended > .right_bar_open {
	opacity: 1;
}

.right_bar_open svg {
	width: 20px;
	height: 0;
	transition: 0.3s;
}

.right_bar_open svg path {
	fill: #e5dfd0;
}

.right_bar_open:hover:before {
	width: 60px;
}

.right_bar_open:hover svg {
	width: 20px;
	height: 20px;
}

@media (min-width: 768px) {
	.firstVid {
		width: 400px;
	}

	.show-vid2.secondVid {
		max-height: 400px;
	}

	.secondVid {
		width: 400px;
	}

	.video-wrap {
		display: flex;
		flex-direction: row !important;
	}

	.logo-wrap {
		margin-bottom: 100px;
	}

	.logo-container {
		position: fixed;
		z-index: 1;
		top: 35%;
		height: 200px;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		transition: all ease-in-out;
	}

	.logo-container.translate-up {
		transition: all 1s ease-in-out;

		top: 10%;
	}

	.logo-container img {
		width: 500px;
	}

	.icare-landing-section {
		padding: 0 !important;
	}
}

@media (min-width: 1025px) {
	.firstVid {
		width: 500px;
	}

	.show-vid2.secondVid {
		max-height: 500px;
	}

	.secondVid {
		width: 500px;
	}

	.icare-landing-section {
		gap: 0;
	}
}

.video-wrap {
	display: flex;
	flex-direction: column;
}
