
::selection {
	background: #1980ff95;
	color: #ffffff;
}
* {
	-webkit-tap-highlight-color: transparent;
	/* border: 1px solid #32ff86bb; */
}

html {
	scroll-behavior: smooth;
	scroll-snap-type: y mandatory;
}
/* GLOBAL STYLE */
[data-auto-color-head-h1],
[data-auto-color-head] {
	transition: color 0.3s ease;
}
.url {
	transition: 0.3s ease;
}
.url:hover {
	opacity: 0.7;
	text-decoration: 1px underline;
}
body {
	margin: 0;
	background: linear-gradient(to bottom, #e6f2ff80, #e6f2ff90);
	font-family: "Urbanist";
	font-weight: 550;
	position: relative;
	height: 100%;
}
/* HEADER STYLE */
.head {
	position: fixed;
	top: 0;
	width: 100%;
	background: transparent;
	border-bottom: 0.3px solid #fafafa90;
	box-shadow:
		1px 1px 4px #f2789f80,
		-1px -1px 4px #f2789f80;
	z-index: 999;
	transition: 0.5s ease;
}
header {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem 2rem;
	font-family: Poppins;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo h1 i {
	font-size: 1.25rem;
}
h1 {
	margin: 0;
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 800;
	color: #f2789f;
}

.hamburger {
	display: flex;
	flex-direction: column;
	gap: 5px;
	position: relative;
}
.hamburger span {
	width: 32px;
	height: 5px;
	background: #f2789f;
	border-radius: 2px;
}
.hamburger span:nth-child(1) {
	width: 32px;
	top: -10px;
	right: 0;
	position: relative;
	display: block;
}
.hamburger span:nth-child(2) {
	width: 20px;
	top: 0px;
	right: 0;
	position: absolute;
	display: block;
}
.hamburger span:nth-child(3) {
	width: 32px;
	top: 10px;
	right: 0;
	position: absolute;
	display: block;
}
#hamburgerLine2,
#hamburgerLine3 {
	transition: 0.3s ease;
}
.navPc {
	display: flex;
	gap: 10px;
}
.navPc h4 {
	display: inline-block;
	position: relative;
	color: #1a1a1a;
	background-image: linear-gradient(to left, #1a1a1a 50%, #2ab4ff 50%);
	background-size: 200% 100%;
	background-position: 100% 0;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	transition: background-position 0.5s ease;
	cursor: pointer;
}

.navPc h4:hover {
	background-position: 0 0;
}

/* NAV MOBILE */
.bgNavMobile {
	display: none;
	position: fixed;
	top: 0;
	margin: -1rem;
	margin-top: 4.3rem;
	width: 110vw;
	height: 110vh;
	background: #2f2f2f70;
	transition: 0.8s ease;
	z-index: 998;
	pointer-events: none;
	user-select: none;
}
.navMobile {
	position: fixed;
	width: 150px;
	height: 100vh;
	background: #fafafa;
	right: -250px;
	top: 4.3rem;
	padding: 1.5rem;
	transition: 0.5s ease;
	z-index: 100100;
}
.navMobile h3 {
	font-weight: 800;
	padding-bottom: 1.5rem;
	padding-top: 1rem;
	border-bottom: 1px solid #dddddd;
}
.navMobile p {
	font-size: 16px;
	font-weight: 800;
	padding: 10px;
	box-shadow:
		1px 1px 2px #dddddd,
		-1px -1px 2px #dddddd;
	transition: 0.3s ease;
	border-radius: 1px;
	display: flex;
	gap: 5px;
	align-content: center;
	align-items: center;
	cursor: pointer;
}
.navMobile p:hover {
	background: #2ab4ff;
	color: #fafafa;
	box-shadow:
		2px 2px 3px #cccccc,
		-2px -2px 3px #cccccc;
}
/* MAIN STYLE */
.snap-container {
	height: 100vh;
	overflow-y: scroll;
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
}
.div-margin-width,
.div-full-width {
	scroll-snap-align: center;
	scroll-snap-stop: always;
	min-height: 100vh;
	align-content: center;
}
.main-maxwidth {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem;
}
/*FIRST PAGE/HERO SECTION */
.slogan {
	font-family: "URBANIST";
	font-weight: 1000;
	font-size: 2.5rem;
	line-height: 2.5rem;
	color: #2f2f2f;
	display: flex;
	align-items: center;
	gap: 5px;
}
.raden-span {
	color: #2ab4ff;
}
.double-span {
	color: #c622e6;
}
.style-line {
	height: 5px;
	width: 60px;
	background: #2ab4ff;
}
.line-1 {
	background: #f999b7;
}
.p-slogan {
	font-weight: 600;
	font-size: 1.2rem;
	color: #444444;
	font-family: "Urbanist";
}
.button-box {
	display: flex;
	gap: 10px;
}
.btn-url {
	padding: 10px 20px;
	border-radius: 50px;
	font-family: "Urbanist";
	font-weight: 800;
	transition: 0.3s ease;
}
.btn-url:nth-child(1) {
	background: #f7289f;
	border: none;
	color: #fafafa;
}
.btn-url:nth-child(2) {
	background: transparent;
	border: 1px solid #f7289f;
	color: #f7289f;
}
.btn-url:nth-child(1):hover {
	background: #f999b7;
}
.btn-url:nth-child(2):hover {
	background: #f7289f;
	color: #fafafa;
}
/*2ND PAGE */
.heading2 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 1000;
	color: #2a2a2a;
}
.p-slogan2 {
	color: #2a2a2a;
	font-size: 1.2rem;
}
.style-line2 {
	height: 5px;
	width: 60px;
	background: #9b87f5;
}
.btn-url2 {
	padding: 10px 20px;
	border-radius: 50px;
	font-family: "Urbanist";
	font-weight: 800;
	transition: 0.3s ease;
	background: #7c7cff;
	border: none;
	color: #fafafa;
}
.btn-url2:hover {
	background: #6c63ff;
}
/* 3RD PAGE */
.heading3 {
	font-family: "URBANIST";
	font-weight: 1000;
	font-size: 2.5rem;
	line-height: 2.5rem;
	color: #fff0f5;
}
.paper {
	max-width: 320px;
	margin: 2rem 0;
	padding: 20px 18px;

	background-color: #fff0f5;

	background-image: repeating-linear-gradient(
		to bottom,
		#fff0f5 0px,
		#fff0f5 23px,
		#dcdcdc 24px
	);

	border-radius: 6px;

	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);

	position: relative;
}

.paper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	width: 2px;
	height: 100%;
	background: rgba(255, 0, 0, 0.35);
}

.paper p {
	margin: 4px 0;
	padding-left: 30px;

	font-size: 14px;
	line-height: 24px;

	color: #2a2a2a;
}
.p-slogan3 {
	color: #fff0f5;
	font-size: 1.2rem;
}
.style-line3 {
	height: 5px;
	width: 60px;
	background: #9b87f5;
}
.btn-url3 {
	padding: 10px 20px;
	border-radius: 50px;
	font-family: "Urbanist";
	font-weight: 800;
	transition: 0.3s ease;
	background: #7c7cff;
	border: none;
	color: #fafafa;
}
.btn-url3:hover {
	background: #6c63ff;
}
/* 4RD PAGE */
#wrapBeforeCode {
	display: block;
}
#wrapAfterCode {
	display: none;
}
.heading4 {
	font-family: "URBANIST";
	font-weight: 1000;
	font-size: 2.5rem;
	line-height: 2.5rem;
	color: #ff52a2;
}
.p-slogan4 {
	font-size: 1.2rem;
	opacity: 0.8;
}
#inputCode {
	width: 100%;
	max-width: 320px;
	border: 2px solid #ffd0d9;
	border-radius: 32px;
	outline-color: #ff52a2;
	font-family: "URBANIST";
	font-weight: 1000;
	padding: 10px;
	margin-top: 1rem;
	background: transparent;
	color: #ff52a2;
}
#inputCode::placeholder {
	color: #ffa0d9;
}
#btnCode {
	margin-top: 1rem;
	padding: 10px 20px;
	border-radius: 50px;
	font-family: "Urbanist";
	font-weight: 800;
	transition: 0.3s ease;
	background: #f7289f;
	border: none;
	color: #fafafa;
}
#btnCode:hover {
	background: #f999b7;
}
.wrap-qr {
	margin-top: 3rem;
	position: relative;
	width: 160px;
	max-width: 160px;
	padding: 1rem;
	border-radius: 10px;
	background: #ffffff;
	box-shadow:
		1px 1px 4px #dddddd,
		-1px -1px 4px #dddddd;
	text-align: center;
	z-index: 10;
}
.unique-wrap {
	position: absolute;
	top: -30px;
	background: #ffffff;
	padding: 8px 15px;
	max-width: 80px;
	align-content: center;
	text-align: center;
	box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.12);
	border-radius: 10px 10px 0 0;
	left: 50%;
	top: -8.8%;
	transform: translate(-50%, -50%);
}
.unique-code {
	margin: 0;
	font-weight: 800;
	color: #2a2a2a;
}
.qr-daget {
	width: 100%;
	max-width: 160px;
}
.wrap-dl-link {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#dlQR,
#linkOpen {
	width: 192px;
	max-width: 192px;
	padding: 10px;
	padding: 10px 20px;
	border-radius: 50px;
	font-family: "Urbanist";
	font-weight: 800;
	transition: 0.3s ease;
}
#dlQR {
	margin-top: 1rem;
	background: transparent;
	border: 1px solid #f7289f;
	color: #f7289f;
}
#linkOpen {
	background: #f7289f;
	border: none;
	color: #fafafa;
}
#dlQR:hover {
	background: #9b87f5;
	border: 1px solid #f999b7;
	color: #fafafa;
}
#linkOpen:nth-child(2):hover {
	background: #f999b7;
	color: #fafafa;
}

.popup-notif {
	position: fixed;
	top: 6rem;
	left: 50%;
	transform: translateX(-50%) translateY(10px);

	background: #ff4d6d;
	color: white;

	padding: 10px 18px;
	border-radius: 8px;

	font-size: 13px;
	font-weight: 500;

	opacity: 0;
	pointer-events: none;

	transition: 0.25s ease;

	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
	z-index: 99999;
}

.popup-notif.show {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}
#loveCanvas {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	z-index: 9999;
}

img {
	pointer-events: none;
	user-select: none;
}
