@font-face {
	font-family: ClashDisplayRegular;
	src: url(../fonts/ClashDisplayRegular.otf);
}

@font-face {
	font-family: ClashDisplayBold;
	src: url(../fonts/ClashDisplayBold.otf);
}

@font-face {
	font-family: ClashDisplaySemiBold;
	src: url(../fonts/ClashDisplaySemibold.otf);
}

@font-face {
	font-family: ClashDisplayMedium;
	src: url(../fonts/ClashDisplayMedium.otf);
}

* {
	font-family: ClashDisplayRegular;
	font-size: 18px;
	overflow: visible;
}

h1,
h2,
h3 {
	font-family: ClashDisplayBold;
}

h2 {
	font-size: 48px;
}

a {
	color: black;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
}

body {
	overflow-x: hidden;
	width: 100vw;
}

a:hover:not(.main-btn) {
	color: #003e2d !important;
}

.bold {
	font-family: ClashDisplayBold;
}

.semibold {
	font-family: ClashDisplaySemiBold;
}

.medium,
.medium * {
	font-family: ClashDisplayMedium;
}

.lp4 {
	letter-spacing: 4px;
}

.flex-orange {
	color: #003e2d;
}

.flex-organger {
	color: #003e2d;
}

.main-btn {
	color: white;
	background-color: black;
	border-radius: 4px;
	height: 60px;
	padding: 0 50px;
	border: none;
	transition: all 0.3s;
	display: inline-flex;
	line-height: 60px;
}

.main-btn:hover {
	background-color: #003e2d;
	box-shadow: none;
	color: white;
}

.hero {
	font-size: 64px;
}

.text-logo {
	font-size: 32px;
	font-family: ClashDisplayBold;
	color: #003e2d;
}

#intro {
	padding-top: 100px;
	position: relative;
	overflow: hidden;
}

#intro .decor {
	left: 150px;
	top: 100px;
}

#intro .intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#intro .cta {
	margin-top: 20px;
}

#intro .cta a.watch-video {
	color: black;
	text-decoration: none;
	cursor: pointer;
	margin-left: 70px;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s;
}

#intro .cta a.watch-video:hover {
	color: #003e2d;
}

#intro .cta a i {
	margin-right: 10px;
	display: inline-block;
	font-size: 30px;
}

#pricing .price-card {
	display: inline-block;
	border: 1px solid black;
	border-radius: 8px;
	padding: 40px 30px 50px;
	background-color: white;
}

#pricing .price-card.best {
	color: white;
	background-color: #003e2d;
	border-color: #003e2d;
}

#pricing .price-card .amount {
	font-size: 48px;
}

#pricing .price-card .amount .per_day{
	font-size: 38px;
}

#pricing .price-card .desc {
	margin: 21px 0;
}

#pricing .price-card .interval {
	font-size: 28px;
}

.feature h3 {
	font-size: 18px;
}

.showcase h2 {
	margin-bottom: 32px;
	margin-top: 4px;
}

.showcase .flex-orange {
	margin: 0;
}

.showcase .text {
	padding-top: 60px;
}

#features img:not(.icon),
#unlimited img:not(.icon),
#testimonial img:not(.icon) {
	margin-left: -100px;
}

img.icon {
	margin-right: 7px;
	margin-top: -5px;
}

#testimonial img {
	margin-top: -70px;
}

#testimonial .text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#pricing {
	margin-bottom: 200px;
}

#pricing .price-container {
	padding-left: 100px;
	padding-top: 80px;
	position: relative;
	text-align: center;
}

#pricing .best {
	transform: translate(-10px, 150px);
}

#pricing img {
	position: absolute;
	right: 150px;
	top: -50px;
	z-index: -1;
}

#footer {
	margin-top: 70px;
	font-size: 16px;
}

#footer h4 {
	font-size: 32px;
	margin-bottom: 20px;
}

#footer a:not(.main-btn) {
	display: block;
	margin-bottom: 15px;
}

#footer i {
	color: #003e2d;
	display: inline-block;
	margin-right: 7px;
	font-size: 23px;
}

.decor {
	position: absolute;
}

.decor .ellipse {
	background-color: #003e2d;
	filter: blur(3rem);
	width: 300px;
	height: 150px;
	z-index: -1;
	border-radius: 50%;
	position: absolute;
}

.decor .ellipse.darker {
	background-color: #003e2d;
	transform: translate(20px, -70px);
}

#contact {
	margin-top: 250px;
}

#contact .contact-wrapper {
	background-image: url('../images/Frame.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: black; /* Fallback color */
	border-radius: 8px;
	padding: 50px 70px;
	position: relative;
}

#contact h2 {
	color: white;
	margin-bottom: 20px;
}

#contact .decor {
	left: -50px;
}

@media screen and (max-width: 992px) {
	#pricing .price-container {
		padding-left: 0;
		padding-top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#pricing img {
		right: -200px;
		top: -200px;
	}
}

@media screen and (max-width: 768px) {
	.hero {
		font-size: 50px;
	}

	h2 {
		font-size: 40px;
	}

	#pricing .price-container {
		display: block;
		text-align: center;
	}

	#pricing .best {
		transform: none;
		margin-top: 20px;
	}

	#pricing {
		margin-bottom: 50px;
	}

	#intro .cta a.watch-video {
		margin-left: 10px;
	}

	#contact {
		margin-top: 80px;
	}
}

/* Icon styles for blue color */
.feature-icon {
	color: #003e2d; /* Dark green color matching theme */
	font-size: 24px;
	margin-right: 8px;
	vertical-align: middle;
}

.hamburger-icon {
	color: #333;
	font-size: 24px;
}
