#header-container {
	background-color: #1b2017;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}

#desktop-content {
	display: none;
	margin-top: 0.4rem;
}

.qr-container {
	/* display: flex; */
	height: 200px;
	width: 200px;
	border-radius: 10px;
	overflow: hidden;
}

#subtitle {
	color: white;
	margin-bottom: .4rem;
	text-align: center;
	font-size: 2rem;
	font-family: var(--font-4);
}

#gift-sub-txt {
	color: white;
	font-style: italic; 
	opacity: 0.8; 
	margin-bottom: 0;
	padding-top: 10px;
	text-align: center;
}

#down-button-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

@media only screen and (max-width: 576px) {
	#main-header-image {
		right: calc(45% - 200px) !important;
	}
}

#second-header-image {
	width: 400px;
	position: absolute;
	top: 80px;
	left: calc(45% - 450px);
}

#main-header-image {
	width: 350px;
	position: absolute;
	top: -10px;
	right: calc(45% - 450px);
	transform: rotate(7deg);
}

.review-card {
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
	align-items: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	background-color: rgb(80, 104, 75, 0.4);
	max-width: 370px;
	box-shadow: 0 4px 15px rgb(0, 0, 0, 0.3);
}

.review-title {
	font-size: 1.2rem;
	font-family: var(--font-2);
	font-weight: 500;
	padding-bottom: 0.8rem;
	color: white;
}

.review-text {
	color: lightgrey;
}

#link-stars {
	padding-inline-start: 0;
	margin-bottom: 0;
}

.mock-cnt {
	position: relative;
	max-width: 360px;
	width: 80vw;
	height: 470px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mock-img {
	border-radius: 5px;
	height: 470px;
	object-fit: contain;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.small-img {
	z-index: 1;
	scale: 0.85;
	width: 198px;
}

.big-img {
	width: 234px;
}

.left-img {
	position: absolute;
	top: 0;
	left: 0;
}

.right-img {
	position: absolute;
	top: 0;
	right: 0;
}

.loop-cont-img {
	height: 475px;
	object-fit: contain;
	position: absolute;
	z-index: 2;
}

.loop-img {
	border-radius: 20px;
	height: 455px;
	object-fit: contain;
	position: absolute;
	display: none;
}

.static-img {
	border-radius: 20px;
	height: 455px;
	object-fit: contain;
	position: absolute;
}

.loop-video {
	border-radius: 20px;
	height: 454.5px;
	object-fit: contain;
	position: absolute;
}

.black-background {
	border-radius: 40px;
	height: 470px;
	width: 230px;
	object-fit: contain;
	position: absolute;
	background-color: black;
	z-index: 0;
}

.hidden-img {
	/* opacity: 0.8; */
	transition: all 1s;
	/* filter: blur(15px); */
	transform: translateY(10%) translate3d(0, 0, 0);
	backface-visibility: hidden;
}

.show-img {
	opacity: 1;
	/* filter: blur(0); */
	transform: translateY(0);
}

@media (prefers-reduced-motion) {
	.hidden-img {
		transition: none;
	}
}

.hidden-card {
	opacity: 0;
	transition: all 1s;
	filter: blur(3px);
	transform: translateX(-10%);
}

.show-card {
	opacity: 1;
	filter: blur(0);
	transform: translateX(0);
}

#review-container {
	background-color: #1b2017;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: var(--p-2pos);
	padding-bottom: var(--p-pos);
}

#review-1 {
	transition-delay: 200ms;
}

#review-2 {
	transition-delay: 400ms;
}

#review-3 {
	transition-delay: 600ms;
}

.subtext {
	color: grey;
}

.fa-fw {
	width: 1em;
}

.small-star {
	width: 0.9em;
	font-size: 1em !important;
}

#stats-container {
	position: relative;
	display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	margin-top: 4rem;
}

#stats-card {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 20px;
	background-color: black;
	position: absolute;
	/* top: -20px; */
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 4px 15px rgb(0, 0, 0, 0.5);
}

#rating-number {
	font-family: var(--font-2);
	font-size: 55px;
	margin-bottom: 0px;
	color: white;
	width: 92px;
	text-align: center;
	line-height: 65px;
	font-weight: 600;
}

.statstext {
	color: grey;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}

.ellipse-green {
	position: absolute;
	background-image: linear-gradient(
		45deg,
		rgba(85, 103, 78, 1),
		rgba(85, 103, 78, 0)
	);
	border-radius: 50%;
	transform: rotate(15deg);
	filter: blur(7px);
}

.ellipse-red {
	position: absolute;
	background-image: linear-gradient(
		45deg,
		rgba(177, 76, 50, 1),
		rgba(177, 76, 50, 0)
	);
	border-radius: 50%;
	filter: blur(7px);
}

.ellipse-green-red {
	position: absolute;
	background-image: linear-gradient(
		45deg,
		rgba(85, 103, 78, 0.8) 30%,
		rgba(177, 76, 50, 0.8) 90%
	);
	border-radius: 50%;
	filter: blur(7px);
}

.glass-card {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	padding: 30px 25px 30px 25px;
	background-color: rgb(106, 129, 97, 0.2);
	flex-direction: column;
	max-width: 440px;
	box-shadow: 0 4px 15px rgb(0, 0, 0, 0.3);
}

.checkmark-list {
	list-style: none;
	padding-inline-start: 0px;
}

.checkmark-list li {
	color: grey;
	display: flex;
	align-items: flex-start; /* align checkmark with top of text */
}

.checkmark-list li::before {
	content: "✔\fe0e";
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	background-color: var(--col-green-2);
	color: white;
	-webkit-text-fill-color: white;
	font-size: 8px;
	flex-shrink: 0; /* prevent shrinking or wrapping */
	margin-top: 6px; /* fine-tune vertical alignment */
}

/* carousel styles by chat */

#testimonialCarousel {
	width: 370px;
	margin: auto;
	/* overflow: hidden; */
	position: relative;
}

.testimonialWrapper {
	display: flex;
	/* transition: transform 0.5s ease; */
}

.testimonial {
	min-width: 370px;
	box-sizing: border-box;
	padding: 30px;
	opacity: 0.5;
	transition: opacity none;
	margin-left: 15px;
	margin-right: 15px;
}

.active {
	opacity: 1;
	transition: opacity 0.5s ease;
}

.round-button {
	border: none;
	background-color: rgb(80, 104, 75, 0.6);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: relative;
	cursor: pointer;
	outline: none;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	fill: #fff; /* Icon color */
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
}

.round-button svg {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.round-button:active {
	background-color: rgb(80, 104, 75, 1);
}

.round-button:disabled {
	background-color: #b2dfdb; /* Lighter shade for disabled state, you can change it as per your preference */
	cursor: not-allowed;
}

.match-sect-curved-top {
    padding-bottom: 50px;
}

.curved-top {
    position: relative;
    clip-path: ellipse(100% 50% at 50% 50%);
    transform: translateY(-50px);
    background-color: white;
    z-index: 1;
    padding-bottom: 30px !important;
}

@media (max-width: 768px) { 
    .curved-top {   
        clip-path: ellipse(120% 50% at 50% 50%);
    }
}
