/*!
Theme Name: ws-wedding-invitations
Theme URI: http://underscores.me/
Author: Minh Pham
Author URI: https://webservice247.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ws-wedding-invitations
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ws-wedding-invitations is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Custom here ==========================================================================*/
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Lexend", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 150%
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

/* Critical */

:root {
	--primary: #b4232a;
	--primary-light: #727aec;
	--secondary: #1e3a5f;
	--text-color: #7A7A7A;
	--white: #fff;
	--blue: #2271b1;
	--bg: #f0f0f1;
	--body: #5d6778;
}

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container {
	max-width: 1310px;
	padding: 0 20px;
	margin: auto;
}

.text-white {
	color: var(--white);
}

.bg-white {
	background: var(--white);
}

.bg-secondary {
	background: var(--secondary);
}

.site-description,
.site-title,
.site-header,
.skip-link {
	display: none !important;
}

.p-section {
	padding-block: 4rem;
}

/* Style common */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #25293B;
	font-weight: 600;
	line-height: 150%
}

footer {
	display: none;
}

.ws-home-section-nav {
	position: fixed;
	top: clamp(0.75rem, 2vw, 1.2rem);
	right: clamp(0.75rem, 2.3vw, 1.3rem);
	z-index: 120;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(7, 12, 20, 0.48);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.ws-home-section-nav__toggle {
	display: none;
}

.ws-home-section-nav__list {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.ws-home-section-nav__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 5.8rem;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	text-decoration: none;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88);
	border: 1px solid transparent;
	transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.ws-home-section-nav__link:hover,
.ws-home-section-nav__link:focus-visible {
	transform: translateY(-1px);
	color: #ffffff;
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.5);
	outline: none;
}

.ws-home-section-nav__link.is-active {
	color: #10263a;
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 760px) {
	.ws-home-section-nav {
		top: auto;
		right: 0.8rem;
		bottom: 0.8rem;
		left: auto;
		transform: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 0.4rem;
		border-radius: 1rem;
		background: rgba(7, 12, 20, 0.72);
	}

	.ws-home-section-nav.is-collapsible .ws-home-section-nav__toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0.54rem 0.9rem;
		border-radius: 0.7rem;
		border: 1px solid rgba(255, 255, 255, 0.42);
		background: rgba(255, 255, 255, 0.08);
		color: rgba(255, 255, 255, 0.96);
		font-size: 0.74rem;
		font-weight: 600;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.ws-home-section-nav__toggle:hover,
	.ws-home-section-nav__toggle:focus-visible {
		background: rgba(255, 255, 255, 0.16);
		border-color: rgba(255, 255, 255, 0.65);
		outline: none;
	}

	.ws-home-section-nav__list {
		display: flex;
		flex-direction: column;
		gap: 0.28rem;
		width: min(62vw, 12rem);
		margin-top: 0.34rem;
	}

	.ws-home-section-nav.is-collapsible .ws-home-section-nav__list {
		display: none;
	}

	.ws-home-section-nav.is-collapsible.is-open .ws-home-section-nav__list {
		display: flex;
	}

	.ws-home-section-nav__link {
		width: 100%;
		min-width: 0;
		justify-content: flex-start;
		padding: 0.48rem 0.72rem;
		font-size: 0.72rem;
	}
}


.ws-introduce-couple__head {
	text-align: center;
	margin-bottom: clamp(0.9rem, 1.8vw, 1.4rem);
}

.ws-introduce-couple__title {
	margin: clamp(0.3rem, 1vw, 0.55rem) 0 0;
	font-family: "Great Vibes", "Times New Roman", serif;
	font-size: clamp(2.4rem, 5vw, 3.2rem);
	font-weight: 400;
	line-height: 1.02;
	color: #000;
	text-shadow: 0 4px 20px rgba(255, 255, 255, 0.7);
	text-wrap: balance;
}

.ws-introduce-couple__divider {
	margin: 0.35rem auto 0;
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
}

.ws-introduce-couple__divider::before,
.ws-introduce-couple__divider::after {
	content: "";
	width: clamp(3rem, 9vw, 6.4rem);
	height: 1px;
	background: var(--primary);
}

.ws-introduce-couple__divider span {
	color: #de8b99;
	font-size: 1.08rem;
}