body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: baseline;
	display: flex;
	background-color: #200720;
}

.color1 {
	color: #000;
}

.color2 {
	color: #1f1f3980;
}

.color3 {
	color: #f97245;
}

.color4 {
	color: #2e2a4a;
}

.page-container {
	width: 1500px;
	align-content: center;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
	font-size: 70px;
	color: #000;
	font-family: Inter;
}

.topnav {
	top: 0px;
	left: 0px;
	background-color: #fff;
	border-bottom: 1px solid #96949f;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 40px 120px;
	font-size: 28.62px;
	gap: 8px;
}

.topnav-image {
	width: 50px;
	position: relative;
	height: 50px;
	object-fit: cover;
}

.topnav-text {
	position: relative;
	font-weight: 600;
}

.value-prop-container {
	display: flex;
	align-items: center;
	/* Vertically center-align items if they are of different heights */
	justify-content: center;
}

.value-prop-text-container {
	max-width: 70%;
}

.value-prop-text-container p {
	margin: 0;
	position: relative;
	line-height: 80px;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #2e2a4a;
}

.value-prop-sub-text-container {
	position: relative;
	font-size: 28px;
	line-height: 48px;
	color: #1F1F39;
	flex: 1;
	/* Allow text container to take remaining space */
	text-align: center;
}

.value-prop-sub-text-container p {
	font-family: Inter;
	color: rgba(31, 31, 57, 0.5);
	line-height: 48px;
}

.sub-text-highlight {
	font-family: Inter;
	color: #f97245;
	font-weight: bold;
}

.sub-text-highlight2 {
	font-weight: bold;
	color: #2E2A4A;

}

.value-prop-logo {
	width: 300px;
	height: 320px;
	object-fit: cover;
	flex-shrink: 0;
}

.slack-interface {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 786px;
	/* Set the height you want to display */
	overflow: hidden;
	/* Hide the overflowing part of the image */
	position: relative;
}

.slack-image {
	position: absolute;
	width: 100;
	top: 0;
	padding-top: 30px;
}

.cta-container {
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;

}

.cta-container p {
	margin: 0;
	position: relative;
	line-height: 80px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #2e2a4a;
}

.cta-sub-text p {
	color: #96949F;
	font-size: 50px;
	line-height: 55px;
}

.centered-link {
	display: inline-block;
	width: auto;
}

.call-to-action {
	position: absolute;
	top: 1299px;
	background-color: #fff;
	width: 100%;
	height: 520px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 55px 260px;
	box-sizing: border-box;
	text-align: center;
	color: #200720;
}

.primary-button {
	width: 204.8px;
	border-radius: 9.03px;
	background-color: #f97245;
	height: 54.8px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px;
	box-sizing: border-box;
	font-size: 20.15px;
	border: none;
	font-weight: bold;
}

.cta-container a {
	text-decoration: none;
	color: #fff;
}

.primary-button:hover {
	background-color: #200720;
}


.bottom-container {
	padding: 60px 182px 60px 182px;
	gap: 20px;
	background-color: #f97245;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px;
}

.eliminate-boring-container {
	text-align: left;
	width: 642px;
	gap: 60px;

}

.eliminate-boring-container p {
	margin-block-start: 0;
	margin-block-end: 36px;
	color: #fff;
	font-size: 80px;
	font-family: Inter;
	font-weight: bold;
	line-height: 70px;
}

.strikethrough {
	text-decoration: line-through;
}

.footer p {
	color: #1F1F3980;
	line-height: 34px;
	font-size: 18px;

}


.feature-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.feature-item {
	text-align: center;
	flex: 1;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #ebecef;
	padding: 15px;
	width: 300px;
}

.feature-icon {
	width: 68.7px;
	border-radius: 12.89px;
	background-color: #7bd1d2;
	height: 68.7px;
	overflow: hidden;
	flex-shrink: 0;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.feature-title {
	font-size: 24px;
	color: #252525;
	font-weight: bold;
}

.feature-item p {
	font-size: 20px;
	color: #1F1F3980;
	line-height: 30px;
}
