@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
	font-family: 'Benzin-Bold';
	src: url('../fonts/Benzin-Bold.ttf');
}

@font-face {
	font-family: 'Benzin-ExtraBold';
	src: url('../fonts/Benzin-ExtraBold.ttf');
}

@font-face {
	font-family: 'Benzin-Medium';
	src: url('../fonts/Benzin-Medium.ttf');
}

@font-face {
	font-family: 'Benzin-Regular';
	src: url('../fonts/Benzin-Regular.ttf');
}

@font-face {
	font-family: 'Benzin-SemiBold';
	src: url('../fonts/Benzin-Semibold.ttf');
}

.wrapper {
	width: 100%;
	margin: 0;
}

footer ul {
	list-style-type: none;
}

/*first section*/

.first-section {
	position: relative;
	background-color: #171619;
	width: 100%;
	padding: 30px 10px 110px 10px;
	overflow: hidden;
	z-index: 1;
}

.heart-shadow {
	position: absolute;
	width: 900px;
	height: 900px;
	left: 50%;
	transform: translateX(-50%);

	background: radial-gradient(
		circle,
		rgba(148, 17, 24, 0.25) 0%,
		rgba(148, 17, 24, 0.12) 35%,
		rgba(148, 17, 24, 0.05) 60%,
		transparent 100%
	);

	z-index: -1;
	pointer-events: none;
	border-radius: 9999px;
}

.section-top {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
}

.image-heart {
	width: 65%;
	height: auto;
}

.text-one {
	font-family: 'Benzin-Bold', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 76px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1%;
}

.text-span {
	font-family: 'Benzin-Medium', sans-serif;
	font-weight: 500;
	font-size: 60px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.text-span::after {
	content: '';
	display: block;
	width: 67%;
	height: 0.5px;
	background-color: rgb(131, 130, 130);
	margin: 40px auto 40 auto;
	border-radius: 2px;
}

.text-two {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	width: 37%;
}
.section-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10%;
	margin-top: 45px;
}
.btn {
	font-family: 'Benzin-Medium', sans-serif;
	padding: 12px 46px;
	background-color: #e60000;
	border-radius: 24px;
	border: none;
	color: #ffffff;
	font-size: 25px;
}
@media (max-width: 1200px) and (min-width: 769px) {
	.section-bottom {
		flex-direction: column;
		gap: 50px;
	}
	.text-two {
		width: 90%;
		margin-top: 16px;
	}
}

@media (max-width: 768px) {
	.section-bottom {
		flex-direction: column;
		gap: 30px;
	}
	.first-section {
		padding: 30px 20px;
		padding: 10px 20px 60px 20px;
	}
	.btn {
		font-size: 22px;
		border-radius: 35px;
		margin-top: 30px;
	}

	.text-two {
		width: 90%;
		margin-left: 3%;
	}
	.text-one {
		font-size: 35px;
		line-height: 1.1;
	}
	.text-span {
		font-size: 35px;
	}

	.image-heart {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.text-one {
		font-size: 24px;
		line-height: 34px;
	}
	.text-two {
		font-size: 18px;
	}

	.btn {
		font-size: 16px;
		padding: 8px 25px;
	}
}

/*second section*/
.hero-section {
	background-image: url('/assets/2page.png');
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-content {
	color: white;
	text-align: center;
}

.hero-content h1 {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.hero-content p {
	font-size: 1.2rem;
	margin-bottom: 2rem;
}

.hero-content button {
	padding: 10px 20px;
	font-size: 1rem;
	cursor: pointer;
	background: white;
	border: none;
	border-radius: 5px;
}

.second-section {
	padding: 60px;
	background-color: #f5f5f5;
}
.hero-section {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: left;
	overflow: visible;
	padding: 80px 30px;
	color: white;
}

.hero-section .overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.hero-image {
	position: absolute;
	top: 8px;
	right: 5%;
	width: 44%;
	height: auto;
	z-index: 2;
	object-fit: contain;
}

.container {
	position: relative;
	z-index: 2;
	padding: 20px;
}

.text-container {
	width: 100%;
}
.texts-container {
	margin-left: 11%;
}

.title {
	font-family: 'Benzin-Bold', sans-serif;
	font-weight: 700;
	font-size: 96px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #ffffff;
	line-height: 119px;
	letter-spacing: 4px;
}

.subtitle {
	font-weight: 400;
	font-size: 32px;
	color: #ffffff;
	margin: 20px 0px;
	line-height: 42px;
	letter-spacing: 0.32px;

	font-family: 'Montserrat', sans-serif;
}

.divider {
	border: none;
	height: 2px;
	width: 29%;
	margin: 70px 0;
	background: linear-gradient(#15151500 0%, #ffffff 0%, #66666600 100%);
}

.carousel {
	position: relative;
	width: 100%;
	overflow: visible;
	user-select: none;
}
.carousel-track-container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.carousel-track {
	display: flex;
	justify-content: center;
	gap: 43px;
	transition: transform 0.5s ease;
}

.carousel-container {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
	padding: 24px 20px 80px;
	flex-wrap: wrap;
}

.carousel-item-wrapper {
	padding: 2px;
	border-radius: 30px;
	background: linear-gradient(to right, #de0e06, #780803);
	width: 28%;
	box-sizing: border-box;
	display: flex;
}

.carousel-item-content {
	background-color: #171619;
	border-radius: 28px;
	padding: 40px 50px;
	font-size: 22px;
	color: white;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	min-height: 260px;
	width: 100%;

	display: flex;
	flex-direction: column;
	justify-content: start;
	text-align: left;
}

.bold-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	display: block;
	margin-bottom: 0px;
}

.medium-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	display: block;
	color: #999999;
}

.carousel-item.active {
	opacity: 1;
}

footer {
	/* background: #000; */
	color: #fff;
	padding: 100px 100px 0;
}

.footer__list {
	padding-top: 40px;
	display: flex;
	align-items: center;
	gap: 40px;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 30px;
}

.footer__list li {
	text-align: left;
}

.footer__list li a {
	cursor: pointer;
	transition: 0.6s;
	color: #fff;
	text-align: left;
}

.footer__about p {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 20px;
	color: #fff;
	text-align: left;
}

@media screen and (max-width: 1080px) {
	.footer__list {
		font-size: 16px;
		gap: 20px;
	}

	.footer__about p {
		font-size: 14px;
	}
}

@media (max-width: 860px) {
	.footer__list {
		margin-bottom: 10px;
		padding: 0;
	}
}

@media (max-width: 700px) {
	.footer__list {
		flex-direction: column;
		gap: 5px;
	}

	.footer__list li {
		text-align: center;
	}

	footer {
		padding: 50px 30px;
	}
}

@media (max-width: 768px) {
	.carousel-track {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.carousel-item-wrapper {
		width: 100%;
		border-radius: 35px;
	}
	.carousel-item-content {
		border-radius: 35px;
		min-height: 150px;
	}
	.container {
		padding: 0px;
		margin-left: 1%;
		width: 100%;
	}

	.divider {
		width: 53%;
	}

	.title {
		font-size: 53px;
		line-height: 1.2;
	}

	.subtitle {
		font-size: 20px;
		line-height: 28px;
	}
}

@media (max-width: 480px) {
	.title {
		font-size: 34px;
		line-height: 1.1;
	}
	.text-container {
		width: 100%;
	}

	.divider {
		width: 66%;
		margin: 60px 0px;
	}

	.subtitle {
		font-size: 16px;
		line-height: 22px;
	}

	.carousel-item-content {
		font-size: 16px;
		padding: 20px 15px;
	}
}
@media (max-width: 1024px) and (min-width: 769px) {
	.carousel-track {
		display: flex;
		flex-direction: column;
	}

	.carousel-item-wrapper {
		width: 100%;
		margin: 0 auto;
		border-radius: 30px;
	}

	.carousel-item-content {
		font-size: 24px;
		padding: 30px 25px;
	}

	.title {
		font-size: 60px;
		line-height: 1.2;
	}

	.subtitle {
		font-size: 24px;
		line-height: 32px;
	}

	.divider {
		width: 40%;
	}

	.container {
		padding: 10px;
		margin: 0 auto;
		width: 100%;
	}

	.carousel-track {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
}

/*third-section*/
.cta-section {
	position: relative;
	background-image: url(/assets/3page.png);
	color: white;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 100px 20px 50px;
	overflow: hidden;
	margin: 0 auto;
	min-height: 800px;
	z-index: 1;
}

.cta-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(
		110% 100% at 50% 100%,
		rgba(78, 19, 23, 0.45) 0%,
		rgba(78, 19, 23, 0.25) 25%,
		rgba(78, 19, 23, 0.1) 55%,
		rgba(78, 19, 23, 0.03) 75%,
		transparent 100%
	);
	z-index: 0;
	pointer-events: none;
}

.background-text {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 420px;
	font-weight: 800;
	font-family: 'Benzin-Bold', sans-serif;
	color: rgba(102, 101, 101, 0.03);
	text-transform: uppercase;
	user-select: none;
	pointer-events: none;
	z-index: 0;
	letter-spacing: -4px;
	line-height: 1;
	overflow: hidden;
}

.cta-content {
	position: relative;
	z-index: 1;
}

.cta-heading {
	font-family: 'Benzin-Regular', sans-serif;
	margin-top: 50px;
	font-size: 96px;
	line-height: 119px;
	letter-spacing: 5%;
	text-transform: uppercase;
	font-weight: 400;
}

.cta-heading span {
	font-family: 'Benzin-Bold', sans-serif;
	font-weight: 700;
	display: block;
}

.cta-heading::after {
	content: '';
	display: block;
	width: 26%;
	height: 0.5px;
	background-color: rgb(131, 130, 130);
	margin: 60px auto 70 auto;
	border-radius: 2px;
}
.cta-button {
	font-family: 'Benzin-Medium', sans-serif;
	margin-top: 100px;
	margin-bottom: 10px;
	background-color: #e60000;
	color: white;
	padding: 13px 120px;
	font-size: 25px;
	border: none;
	border-radius: 23px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}

.cta-subtext {
	font-family: 'Montserrat', sans-serif;
	margin-top: 20px;
	font-size: 16px;
	color: #999999;
}

.cta-subtext strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #999999;
}

.left-image-placeholder {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.left-image-placeholder img {
	max-height: 400px;
	height: auto;
	width: auto;
	display: block;
}

.right-image-placeholder {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.right-image-placeholder img {
	max-height: 400px;
	height: auto;
	width: auto;
	display: block;
}

@media (max-width: 768px) {
	.left-image-placeholder,
	.right-image-placeholder {
		display: none;
	}

	.cta-section {
		padding: 60px 20px;
		min-height: auto;
	}

	.cta-heading {
		font-size: 42px;
		line-height: 52px;
		margin-top: 20px;
	}

	.cta-heading::after {
		margin: 30px auto;
		width: 50%;
	}

	.cta-button {
		padding: 12px 24px;
		font-size: 18px;
		margin-top: 80px;
	}

	.cta-subtext {
		font-size: 14px;
		margin-top: 10px;
	}
}

@media (max-width: 480px) {
	.cta-section {
		padding: 50px 15px;
	}

	.cta-heading {
		font-size: 28px;
		line-height: 40px;
	}

	.cta-heading span {
		font-size: 30px;
	}

	.cta-heading::after {
		width: 60%;
		margin: 25px auto;
	}

	.cta-button {
		font-size: 16px;
		padding: 12px 20px;
		margin-top: 60px;
	}

	.cta-subtext {
		font-size: 13px;
	}
}
@media (max-width: 1024px) and (min-width: 769px) {
	.cta-section {
		padding: 50px 15px;
	}

	.cta-heading {
		font-size: 60px;
		line-height: 70px;
	}

	.cta-heading span {
		font-size: 60px;
	}
}
