/* Reset and Global Styles */
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	text-decoration: none;
}
a {
	color: inherit; /* blue colors for links too */
	text-decoration: inherit; /* no underline */
}

body {
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	color: var(--text-color);
}
body #magicMouseCursor {
	border: 2px solid #f1af9c !important;
}

/* Customize the inner dot cursor color */
body #magicPointer {
	/* Change this to your desired color */
	background: linear-gradient(
		to right top,
		#ebbba7,
		#cf9078,
		#b1654d,
		#923a27,
		#720000
	) !important;
}
body #magicPointer.pointer-blur {
	height: 50px;
	width: 50px;
	background: none !important;
	border: 1px solid #f1af9c !important;
	box-shadow: 0px 0px 15px -5px #f1af9c !important;
}
.main_container {
	width: 100%;
	margin: 0 auto;
}
.inner_top {
	max-width: 1280px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	padding: 20px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	height: 500px;
	width: 100%;
}
.top_container {
	/* background-color: var(--background-light); */
	background-size: 100% contain;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-image: linear-gradient(to top, #ebbba7 0%, #cfc7f8 100%);
}

.top_left {
	max-width: 375px;
	height: 400px;
	border-radius: 4px;
	border: 5px solid #f1edef;
	display: flex;
	border-radius: 4px;
}
.top_left img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.top_right {
	max-width: 500px;
	height: 400px;
	display: flex;
	flex-direction: column;
	gap: 0px;
	padding: 30px 50px;
	justify-content: center;
	background-color: #f1edef;
	border-radius: 4px;
}

.top_right h2 {
	font-size: 30px;
	line-height: 34px;
	color: #af838f;
	font-weight: 800;
	margin-bottom: 20px;
}
.topTitle h4 {
	font-size: 20px;
	margin-bottom: 3px;
	color: #af838f;
	font-weight: 600;
}
.top_right p {
	font-size: 16px;
	line-height: 22px;
	color: #7b545f;
	margin-bottom: 20px;
}

footer {
	width: 100%;
	padding: 10px 0px;
	background-color: #fefefe;
	text-align: center;
	color: #000;
}
footer ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 10px 0;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #dedede;
}
footer li {
	list-style: none;

	display: flex;
	gap: 5px;
	color: #7b545f;
}
.cp_write {
	font-size: 12px;
	font-weight: 400;
}
.contact {
	display: flex;
	flex-direction: column;
}
.contact p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
button {
	max-width: 150px;
	padding: 4px 8px;
	font-size: 14px;
	font-weight: 500;
	background-color: #ad8c99;
	border: none;
	line-height: 24px;
	color: #e5e5e5;
	margin-top: 25px;
}
.cardList {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 10px;
}

.card {
	width: 380px;
	box-shadow: var(--box-shadow-dark), var(--box-shadow-light);
	border-radius: 24px;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	gap: 10px;
	padding: 10px;
	flex-direction: column;
	height: 280px;
	color: #000;
	transform-style: preserve-3d perspective(1000px);
	cursor: pointer;
}
.card .leftCard {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ad8c99;
	padding: 10px;
	border-radius: 10px;
}
.leftCard img {
	height: 100%;
	width: 100%;
}
.card p {
	margin-top: -60px;
	font-size: 18px;
	/* width: calc(100% - 70px ); */
	font-weight: 500;
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transform: translateZ(20px);
}
.bottom_container {
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(https://btext.themescamp.com/wp-content/uploads/2024/07/ser_hvr.png);
}
.bottom_container h5 {
	color: #af838f;
	/* width: 100%; */
	text-align: center;
	margin: 20px 20px;
	font-size: 34px;
	font-size: 600;
	position: relative;
	z-index: 2;
	width: fit-content;
	text-align: center;
	margin-bottom: 0px;
}
.bottom_container svg path {
	stroke: #af838f;
}

.modal {
	height: auto;
	width: 70%;
	transition: 0.3s ease;
	position: fixed;
	top: 50%;
	left: 50%;
	border-radius: 10px;
	padding: 10px;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 99;
	transform: translate(-50%, -50%);
	background-color: #fff;
}

.modal.bigger-modal {
	width: 90%;
}

.modal.active {
	display: block;
}
.innerBox {
	border-radius: 30px;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	height: 100%;
}
.innerBox h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #ad8c99;
	padding: 20px;
	border-radius: 20px 20px 0 0;
	color: #fff;
}
.modal-card-box {
	border-radius: 10px;
	text-align: center;
	max-width: 200px;
	display: flex;
	align-items: center;
	width: 100%;
	cursor: pointer;
	flex-direction: column;
}
.full-w-card-box {
	max-width: 100%;
}
.card-icon {
	display: flex;
	overflow: hidden;
	height: 160px;
	margin: 0 auto 10px;
	max-width: 150px;
	width: 100%;
}
.card-icon img {
	object-fit: contain;
	width: 100%;
}
.modal-card-title {
	font-weight: 600;
	margin: 5px 0;
	text-decoration: underline;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

.modal-card-title:hover {
	background-color: #ad8c99;
	color: #fff;
}

.modal-card-title:hover {
	text-decoration: none;
}

.cross svg {
	fill: #e8ebed;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 13px;
	right: 17px;
	z-index: 100;
	cursor: pointer;
}

.modal-card-wrapper {
	width: 100%;
	overflow-y: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px 20px;
	padding: 30px 0;
}
.modal-card-box {
	border-radius: 10px;
	text-align: center;
	max-width: 200px;
	display: flex;
	align-items: center;
	width: 100%;
	cursor: pointer;
	flex-direction: column;
}

.modal-card-inner-wrapper {
	flex-direction: column;
	display: flex;
	align-items: center;
}

.modal-card-inner-wrapper p {
	font-weight: 600;
	margin: 5px 0;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

.modal-main-wrapper {
	display: flex;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.gallery-container {
	display: none;
}

@media (max-width: 1000px) {
	.inner_top {
		flex-direction: column;
		gap: 30px;
	}
	.inner_top {
		height: unset;
	}
	.top_right {
		max-width: unset;
		height: unset;
	}
	.cardList {
		justify-content: center;
	}
}

@media (max-width: 996px) {
	.modal-main-wrapper {
		flex-direction: column;
	}

	.modal {
		height: 80vh;
		overflow: auto;
	}
}
