/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	font-family: 'Montserrat', sans-serif;
	background: linear-gradient(135deg, #1c8ef5, #2342AB);
	background-attachment: fixed;
	color: white;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: 100vh;
}

.container {
	text-align: left;
	z-index: 100;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.25rem;
	margin-top: 16px;
}

.container2 {
	text-align: left;
	z-index: 100;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.25rem;
	margin-top: 24px;
}

.title {
	font-size: clamp(2.6rem, 6vw, 4.5rem);
	font-weight: 700;
	margin: 0;
	line-height: 1.0;
	text-align: left;
}

.subtitle {
	font-size: clamp(1.15rem, 2.4vw, 1.75rem);
	font-weight: 700;
	margin: 0;
	text-align: left;
}

.features {
	margin: 1em 0 2em;
	max-width: 640px;
	line-height: 1.6;
	text-align: left;
}

.features p {
	font-size: 20px;
	display: flex;
	align-items: flex-start;
	margin: 0.5em 0;
}

.features p strong {
	font-weight: 700;
}

.features p:before {
	content: "✔";
	margin-right: 10px;
	color: #fff;
	flex-shrink: 0;
}

.features p span {
	display: inline;
}

.calendar-header-bar {
	background-color: #2342AB;
	color: white;
	text-align: right;
	padding: 15px 0;
	font-weight: 700;
	font-size: 16px;
	position: static;
	width: 100%;
	box-sizing: border-box;
	padding-right: 10vw;
	z-index: 0;
}

.calendar-box {
	background-color: white;
	border-radius: 10px;
	padding: 20px;
	color: #333;
	width: 300px;
	font-size: 14px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 180px;
	right: 10vw;
	z-index: 1;
}

.calendar-pointer {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	position: absolute;
	top: -10px;
	left: 150px;
}

.appointment {
	margin: 10px 0;
}

.footer-text {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 100px;
}

.button-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.button-log-time {
	background-color: #ff4b4b;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	font-weight: 700;
}

.button-log-time:hover {
	background-color: #e64343;
}

.settings-icon {
	font-size: 1.5em;
	color: #333;
}

.settings-icon:hover {
	color: #555;
}

.content-box {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.25rem;
	margin-top: 24px;
}

.content-box p {
	font-size: 20px;
}

.content-box .content {
	max-width: 800px;
	margin: 0 auto;
	overflow-wrap: break-word;
}

@media (max-width: 1200px) {
	.calendar-box {
		top: 260px;
	}
	
	.calendar-header-bar {
		text-align: right;
		padding-right: 10vw;
	}
	
	.title {
		font-size: min(70px, 9.5vw);
	}
	
	.subtitle {
		font-size: 30px;
	}
}
@media (max-width: 800px) {
	.calendar-box {
		top: 260px;
		right: 15vw;
		left: auto;
	}
	.calendar-header-bar {
		padding-right: 15vw;
	}
}

@media (max-width: 520px) {

	.container,
	.container2 {
		padding: 0 20px;
	}
	
	.title {
		font-size: min(42px, 11vw);
	}
	
	.subtitle {
		font-size: 20px;
	}
	
	.calendar-header-bar {
		padding: 12px 0;
		font-size: 14px;
		padding-right: 5vw;
	}
	
	.calendar-box {
		right: 5vw;
		left: auto;
	}
	
}
	

.site-footer {
	margin-top: 100px;
	margin-bottom: 100px;
	padding-top: 100px;
	border-top: solid 1px rgba(255,255,255,0.5);
}

.site-footer p {
	opacity: 0.5;
}

.site-footer span.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.site-footer a {
	color: #fff;
}

.site-footer h2 {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.sitenav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 1.25rem;
	max-width: 60rem;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

.sitenav a {
	color: inherit;
	text-decoration: none;
	opacity: 0.8;
	font-size: 0.9rem;
}

.sitenav a:hover {
	opacity: 1;
}

.sitenav__lang {
	border: 1px solid currentColor;
	border-radius: 999px;
	padding: 0.15rem 0.6rem;
}

.content-box li {
	font-size: 20px;
}

.content-box a {
	color: #fff;
	text-decoration: none;
}

.content-box .content h1 {
	hyphens: auto;
}

.content-box .content h2 {
	margin-top: 50px;
}

.content-box .content .reverse {
	unicode-bidi: bidi-override;
	direction: rtl;
}

body.privacy .content-box {
	margin-top: 50px;
}

body.privacy .content-box .content {
	opacity: 0.75;
}
.heart { color: #ff6b6b; }

.masthead {
	display: flex;
	align-items: center;
	gap: .75rem;
	max-width: 60rem;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 1.25rem 1.25rem;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
.masthead__mark {
	width: 40px;
	height: 40px;
	border-radius: 22%;
	flex: none;
}
.masthead__name {
	font-weight: 700;
	letter-spacing: 0.02em;
}
.masthead .sitenav {
	width: auto;
	margin: 0 0 0 auto;
	padding: 0;
	gap: 1rem;
}
