/*!
Theme Name: JL
Theme URI: https://jaecklasiak.pl
Author: Jacek Lasiak
Author URI: https://jaecklasiak.pl
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/* cyrillic-ext */
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(/wp-content/themes/JL/assets/fonts/Inter/UcCo3FwrK3iLTcvvYwYZ8UA3J58.woff2) format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(/wp-content/themes/JL/assets/fonts/Inter/UcCo3FwrK3iLTcvmYwYZ8UA3J58.woff2) format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(/wp-content/themes/JL/assets/fonts/Inter/UcCo3FwrK3iLTcvuYwYZ8UA3J58.woff2) format("woff2");
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(/wp-content/themes/JL/assets/fonts/Inter/UcCo3FwrK3iLTcvhYwYZ8UA3J58.woff2) format("woff2");
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(/wp-content/themes/JL/assets/fonts/Inter/UcCo3FwrK3iLTcvtYwYZ8UA3J58.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(/wp-content/themes/JL/assets/fonts/Inter/UcCo3FwrK3iLTcvsYwYZ8UA3J58.woff2) format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(/wp-content/themes/JL/assets/fonts/Inter/UcCo3FwrK3iLTcviYwYZ8UA3.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
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;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* Default (Mobile First) */
.container {
	width: 100%;
	padding: 0 16px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	margin: 8rem auto;
}

.container .row {
	display: flex;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.container {
		max-width: 540px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.container {
		max-width: 720px;
		margin: 9rem auto;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.container {
		max-width: 960px;
		margin: 10rem auto;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.container {
		max-width: 1140px;
		margin: 11rem auto;
	}
}

/* Extra extra large devices (larger desktops, 1400px and up) */

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #fdfff7;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

.section-title,
.entry-title {
	font-size: 1.4rem;
	color: #fdfff7;
	letter-spacing: -0.025rem;
	font-weight: 600;
	width: fit-content;
	margin: unset;
	margin-bottom: 0.5rem;
	margin-left: 0.75rem;
	position: relative;
}

.section-title::before,
.entry-title::before {
	content: "";
	width: 0.35rem;
	height: 0.35rem;
	background-color: #53d2b8;
	border-radius: 50%;
	position: absolute;
	left: -0.75rem;
	top: calc(50% - 0.175rem);
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.section-title,
	.entry-title {
		font-size: 2rem;
		margin-left: 1rem;
	}

	.section-title::before,
	.entry-title::before {
		left: -1rem;
		width: 0.5rem;
		height: 0.5rem;
		top: calc(50% - 0.25rem);
	}
}

p {
	margin: unset;
	font-size: 0.95rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #1d1d1d;
	font-family: "Inter", "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Inter", monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aeb2ba80;
	cursor: help;
}

mark,
ins {
	background: #001d1c;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #010101;
}

.grecaptcha-badge {
	display: none !important;
}

#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #010101;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

#preloader .spinner {
	width: 50px;
	height: 50px;
	border: 5px solid #001d1c;
	border-top-color: #53d2b8;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {

	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.site-header {
	max-height: 70px;
	position: sticky;
	top: 0;
	padding: unset;
	z-index: 99;
	transition: background-color 0.3s ease;
}

.site-header .container {
	height: 100%;
	margin: 0 auto;
	padding: 0.5rem 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-header .container .site-branding {
	display: flex;
	align-items: center;
}

.site-header .container .site-branding a {
	display: contents;
}

.site-header .container .site-branding a svg {
	height: 45px;
	width: auto;
	fill: #fdfff7;
}

.site-header .container .contact-btn {
	margin: unset;
}

.swiper-slide {
	cursor: pointer;
}

article.container {
	margin: 2rem auto;
}

article.container .entry-content {
	margin: unset;
}

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100dvh - 70px);
	max-height: 768px;
	z-index: -1;

	/* Ensures the video stays in the background */
	overflow: hidden;
}

.video-background video {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 200vw;
	max-height: 768px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	object-fit: cover;

	/* Ensures the video scales properly to cover the background */
	object-position: left;
}

.hero {
	width: 100%;
	height: 200vw;
	max-height: 768px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	position: relative;
	z-index: 1;
}

.hero .container {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hero .container .avatar {
	width: 24rem;
	height: auto;
	position: absolute;
	bottom: 12rem;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 0;
}

.hero .container .hero-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: fit-content;
	height: min-content;
	margin-bottom: 5rem;
	z-index: 2;
}

.hero .container .hero-info .page-title {
	font-size: 2.2rem;
	font-weight: 700;
	width: fit-content;
	color: #fdfff7;
	text-align: center;
	line-height: 100%;
	margin: 0.5rem 0;
	letter-spacing: -0.05rem;
}

.hero .container .hero-info .page-description {
	font-size: 0.95rem;
	width: fit-content;
	color: #aeb2ba;
	line-height: 120%;
	font-weight: 300;
	text-align: center;
	margin: unset;
	margin-bottom: 1.5rem;
	letter-spacing: -0.035rem;
}

.hero .container .hero-info .hero-btns-wrapper {
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 0.5rem;
}

.hero .container .hero-info .hero-btns-wrapper a {
	text-decoration: none;
}

.hero .container .hero-info .hero-btns-wrapper button {
	padding: 0.75rem 1rem;
	border: 2px solid #aeb2ba80;
	border-radius: 2rem;
	font-size: 0 0.95rem;
	font-weight: 600;
	letter-spacing: -0.035rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
	white-space: nowrap;
	width: min-content;
}

.hero .container .hero-info .hero-btns-wrapper .valuation-btn {
	background-color: #fdfff7;
	color: #001d1c;
	border: unset;
}

.hero .container .hero-info .hero-btns-wrapper .projects-btn {
	background-color: unset;
	color: #fdfff7;
}

.hero .container .hero-info .hero-btns-wrapper .projects-btn svg {
	height: 0.9rem;
	stroke: #fdfff7;
}

.hero .container .tech-stack {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	z-index: 2;
	width: 100%;
	height: fit-content;
	margin-bottom: 4rem;
}

.hero .container .tech-stack .ts-title {
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: -0.015rem;
	color: #aeb2ba80;
}

.hero .container .tech-stack .ts-slider {
	overflow: hidden;
	position: relative;
}

.hero .container .tech-stack .ts-slider .swiper-wrapper .swiper-slide {
	width: fit-content;
	display: flex;
	align-items: center;
}

.hero .container .tech-stack .ts-slider .swiper-wrapper .swiper-slide img {
	width: 32px;
}

.hero .container .tech-stack .ts-slider::before,
.hero .container .tech-stack .ts-slider::after {
	content: "";
	width: 3rem;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 2;
	background: linear-gradient(90deg, #010101, transparent);
}

.hero .container .tech-stack .ts-slider::before {
	left: 0;
}

.hero .container .tech-stack .ts-slider::after {
	right: 0;
	transform: rotate(180deg);
}

.hero::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent 0, transparent 30%, #010101 70%, #010101 100%);
	z-index: 1;
}

#offer .container {
	flex-direction: column;
	overflow: hidden;
	margin-top: 2rem;
}

#offer .container .offer-box {
	width: calc(100% + 2rem);
	position: relative;
	left: -1rem;
	padding-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

#offer .container .offer-box .offer-item {
	height: auto;
	min-width: 270px;
	margin: 0 1rem;
	width: -webkit-fill-available;
	background-color: #1d1d1d;
	border-radius: 0.74rem;
	padding: 1.5rem 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1rem;
}

#offer .container .offer-box .offer-item .offer-heading {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

#offer .container .offer-box .offer-item .offer-heading .offer-sub-title {
	font-size: 0.75rem;
	font-weight: 300;
	color: #53d2b8;
}

#offer .container .offer-box .offer-item .offer-heading .offer-title {
	font-size: 1.4rem;
	line-height: 120%;
	color: #fdfff7;
	font-weight: 600;
	margin: unset;
}

#offer .container .offer-box .offer-item .offer-details {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	height: 100%;
}

#offer .container .offer-box .offer-item .offer-details .offer-detail-point {
	cursor: pointer;
	display: flex;
	position: relative;
	align-items: center;
	gap: 0.25rem;
	width: fit-content;
}

#offer .container .offer-box .offer-item .offer-details .offer-detail-point .check-icon {
	fill: #53d2b8;
	width: 1rem;
}

#offer .container .offer-box .offer-item .offer-details .offer-detail-point .offer-detail-title {
	font-size: 0 0.95rem;
	color: #fdfff7;
	font-weight: 300;
}

#offer .container .offer-box .offer-item .offer-details .offer-detail-point .tooltip-btn {
	position: relative;
	padding: unset;
	background-color: unset;
	border: unset;
	border-radius: 50%;
}

#offer .container .offer-box .offer-item .offer-details .offer-detail-point .tooltip-btn svg {
	width: 1rem;
	fill: #aeb2ba;
}

#offer .container .offer-box .offer-item .offer-details .offer-detail-point .tooltip-btn:hover svg {
	fill: #53d2b8;
}

#offer .container .offer-box .offer-item .offer-actions {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #aeb2ba80;
	position: relative;
}

#offer .container .offer-box .offer-item .offer-actions .offer-price-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.75rem 0;
	min-height: 5rem;
}

#offer .container .offer-box .offer-item .offer-actions .offer-price-box .ofp-name {
	font-size: 0.85rem;
	font-weight: 300;
	color: #aeb2ba;
}

#offer .container .offer-box .offer-item .offer-actions .offer-price-box .offer-price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.1rem;
}

#offer .container .offer-box .offer-item .offer-actions .offer-price-box .offer-price .price {
	color: #53d2b8;
	font-size: 0 0.95rem;
	line-height: 1.2rem;
	text-align: right;
}

#offer .container .offer-box .offer-item .offer-actions .offer-price-box .offer-price .price b {
	font-size: 1.4rem;
}

#offer .container .offer-box .offer-item .offer-actions .offer-price-box .offer-price .vat-info {
	font-size: 0.65rem;
	font-weight: 300;
	color: #aeb2ba;
}

#offer .container .offer-box .offer-item .offer-actions a {
	display: contents;
}

#offer .container .offer-box .offer-item .offer-actions .offer-btn {
	border-radius: 0.5rem;
	font-size: 0 0.95rem;
	font-weight: 600;
	letter-spacing: -0.025rem;
	background-color: #fdfff7;
	width: auto;
	padding: 0.75rem 1rem;
	border: unset;
	outline: unset;
}

#offer .container .offer-box .maintenance {
	background-color: #001d1c;
}

#offer .container .offer-box .offer-pagination {
	position: absolute;
	bottom: 0;
	top: unset;
	width: -webkit-fill-available;
	background-color: #aeb2ba80;
	z-index: 4;
	margin: 0 1rem;
}

#offer .container .offer-box .offer-pagination .swiper-pagination-progressbar-fill {
	background-color: #53d2b8;
	border-radius: 0.25rem;
}

#projects .container {
	overflow: hidden;
}

#projects .container .projects-box {
	width: 100%;
	position: relative;
}

#projects .container .projects-box .swiper-wrapper .swiper-slide {
	padding-top: 12rem;
	height: auto;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}

#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info {
	display: flex;
	flex-direction: column;
	padding: 0 1.5rem;
	gap: 0.5rem;
	position: relative;
	z-index: 2;
}

#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-header {
	display: flex;
	flex-direction: column;
}

#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-header .project-industry {
	font-size: 0.65rem;
	font-weight: 300;
	color: #53d2b8;
	text-transform: uppercase;
}

#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-header .project-title {
	font-size: 1.2rem;
	line-height: 120%;
	color: #fdfff7;
	font-weight: 600;
	margin: unset;
}

#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-description {
	font-size: 0.75rem;
	line-height: 120%;
	color: #fdfff7;
	font-weight: 300;
}

#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-details {
	display: flex;
	flex-direction: column;
}

#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-details a {
	display: contents;
	text-decoration: none;
}

#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-details .project-detail {
	padding: 0.5rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #aeb2ba80;
}

#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-details .project-detail .project-detail-name {
	font-size: 0.85rem;
	font-weight: 300;
	color: #fdfff7;
}

#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-details .project-detail .project-detail-values {
	display: flex;
	gap: 0.15rem;
}

#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-details .project-detail .project-detail-values span {
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 300;
	color: #fdfff7;
}

#projects .container .projects-box .swiper-wrapper .swiper-slide::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent 0, transparent 15%, #010101d9 40%, #010101d9 50%, #010101 65%, #010101 100%);
	z-index: 1;
}

#about .container {
	padding-top: 15rem;
	position: relative;
	overflow: hidden;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

#about .container .me-avatar {
	width: 80%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	z-index: 0;
}

#about .container .section-title {
	z-index: 2;
}

#about .container .about-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
}

#about .container .about-info p {
	font-size: 0.75rem;
	font-weight: 300;
	color: #fdfff7;
	margin-bottom: 0.5rem;
}

#about .container::after {
	content: "";
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent 0, transparent 30%, #010101 70%, #010101 100%);
	top: 0;
	left: 0;
	position: absolute;
}

.testimonials .container {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.testimonials .container .testimonials-box {
	width: 100%;
}

.testimonials .container .testimonials-box .testimonial {
	width: 75%;
	height: auto;
	border: 2px solid #aeb2ba80;
	border-radius: 1rem;
	padding: 1rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 1rem;
	background-color: #1d1d1d;
}

.testimonials .container .testimonials-box .testimonial .rating-stars {
	display: block;
}

.testimonials .container .testimonials-box .testimonial .rating-stars::before,
.testimonials .container .testimonials-box .testimonial .rating-stars::after {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #53d2b8;
	font-size: 2rem;
}

.testimonials .container .testimonials-box .testimonial .rating-5::before {
	content: "\2b51 \2b51 \2b51 \2b51 \2b51";
}

.testimonials .container .testimonials-box .testimonial .rating-4::before {
	content: "\2b51 \2b51 \2b51 \2b51 \2b52";
}

.testimonials .container .testimonials-box .testimonial .rating-3::before {
	content: "\2b51 \2b51 \2b51 \2b52 \2b52";
}

.testimonials .container .testimonials-box .testimonial .rating-2::before {
	content: "\2b51 \2b51 \2b52 \2b52 \2b52";
}

.testimonials .container .testimonials-box .testimonial .rating-1::before {
	content: "\2b51 \2b52 \2b52 \2b52 \2b52";
}

.testimonials .container .testimonials-box .testimonial-text {
	font-size: 0.85rem;
	line-height: 120%;
	font-weight: 300;
	color: #aeb2ba;
}

.testimonials .container .testimonials-box .testimonial-actor {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.testimonials .container .testimonials-box .testimonial-actor .testimonail-actor-avatar {
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	border: 2px solid #aeb2ba80;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("/wp-content/themes/JL/assets/temp-avatar.png");
}

.testimonials .container .testimonials-box .testimonial-actor .testimonial-actor-info {
	display: flex;
	flex-direction: column;
}

.testimonials .container .testimonials-box .testimonial-actor .testimonial-actor-info .testimonial-actor-name {
	font-size: 0.95rem;
	color: #fdfff7;
	font-weight: 600;
}

.testimonials .container .testimonials-box .testimonial-actor .testimonial-actor-info .testimonial-actor-company {
	font-size: 0.85rem;
	color: #aeb2ba;
	font-weight: 300;
}

#contact .container {
	flex-direction: column;
}

#contact .container .contact-heading-text {
	font-size: 1.2rem;
	color: #fdfff7;
	font-weight: 500;
	margin: unset;
	margin-bottom: 0.25rem;
}

#contact .container .contact-heading-subtext {
	font-size: 0.85rem;
	color: #aeb2ba;
	line-height: 120%;
	font-weight: 300;
}

#contact .container .contact-form {
	margin: unset;
	margin-top: 1rem;
}

#contact .container .contact-form form .wpforms-field-container .wpforms-field {
	padding: 0.25rem;
	margin-bottom: 0.5rem;
}

#contact .container .contact-form form .wpforms-field-container legend,
#contact .container .contact-form form .wpforms-field-container label {
	color: #aeb2ba;
	font-weight: 300;
	margin: unset;
	margin-bottom: 0.25rem;
}

#contact .container .contact-form form .wpforms-field-container .wpforms-field-sublabel {
	display: none;
}

#contact .container .contact-form form .wpforms-field-container input::placeholder,
#contact .container .contact-form form .wpforms-field-container textarea::placeholder {
	color: #aeb2ba;
	font-weight: 300;
}

#contact .container .contact-form form .wpforms-field-container input,
#contact .container .contact-form form .wpforms-field-container textarea {
	border: 1px solid #aeb2ba80;
	background-color: #1d1d1d;
	color: #aeb2ba;
}

#contact .container .contact-form form .wpforms-field-container .wpforms-field-gdpr-checkbox input::before {
	background-color: #1d1d1d;
	border: 1px solid #aeb2ba80;
	border-radius: 0.15rem;
}

#contact .container .contact-form form .wpforms-field-container .wpforms-field-gdpr-checkbox label {
	font-size: 0.75rem;
	font-weight: 300;
	color: #aeb2ba;
	line-height: 120%;
}

#contact .container .contact-form form .wpforms-field-container .wpforms-field-gdpr-checkbox label a {
	color: #aeb2ba;
}

#contact .container .contact-form form .wpforms-submit-container button[type="submit"] {
	width: 100%;
	background-color: #fdfff7;
	font-size: 0.95rem;
	font-weight: 600;
	color: #010101;
	border-radius: 0.5rem;
}

.site-footer .container {
	margin: 0 auto;
}

.site-footer .container .row {
	width: 100%;
	flex: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 1rem 0;
	gap: 1rem;
	border-top: 1px solid #aeb2ba80;
}

.site-footer .container .row .company-info {
	display: flex;
	align-items: center;
}

.site-footer .container .row .company-info svg {
	height: 50px;
	width: auto;
	fill: #aeb2ba;
}

.site-footer .container .row .company-info div {
	display: flex;
	flex-direction: column;
}

.site-footer .container .row .company-info div p {
	color: #aeb2ba;
	font-size: 0.95rem;
	font-weight: 300;
}

.site-footer .container .row .footer-nav ul {
	margin: unset;
	padding: unset;
	display: flex;
	list-style: none;
	gap: 1rem;
}

.site-footer .container .row .footer-nav ul li {
	padding: unset;
}

.site-footer .container .row .footer-nav ul li a {
	text-decoration: none;
	color: #aeb2ba;
	font-weight: 300;
	font-size: 0.95rem;
}

.site-footer .container .row .footer-nav ul li:hover a {
	color: #53d2b8;
}

.site-footer .container .row .socials .widget {
	margin: unset;
}

.site-footer .container .row .socials .widget ul {
	margin: unset;
}

.site-footer .container .row .socials .widget ul li {
	border-radius: 50%;
	border: 1px solid #aeb2ba;
	background-color: transparent !important;
	padding: 0.25rem;
}

.site-footer .container .row .socials .widget ul li svg {
	fill: #aeb2ba;
	width: 1.5rem;
	height: 1.5rem;
}

.site-footer .container .row .socials .widget ul li:hover {
	border-color: #53d2b8;
	background-color: #1d1d1d !important;
}

.site-footer .container .row .socials .widget ul li:hover svg {
	fill: #53d2b8;
}

.site-footer .container .row .site-info {
	display: flex;
	gap: 0.25rem;
}

.site-footer .container .row .site-info p,
.site-footer .container .row .site-info span,
.site-footer .container .row .site-info a {
	font-size: 0.85rem;
	font-weight: 300;
	color: #aeb2ba;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.site-header {
		max-height: 90px;
		height: 70px;
		top: 0.5rem;
	}

	.site-header .container {
		margin: 0 auto;
		padding: 0.5rem;
		border-radius: 3rem;
		border-radius: 3rem;
	}

	.site-header .site-branding {
		margin-left: 0.5rem;
	}

	.site-header .site-branding a svg {
		height: 50px;
	}

	.video-background {
		height: calc(50rem + 50px);
	}

	.hero {
		overflow: hidden;
		height: auto;
		height: 50rem;
	}

	.hero .container {
		height: 100%;
		align-items: flex-start;
		justify-content: center;
		position: relative;
	}

	.hero .container .avatar {
		width: 40rem;
		left: 50%;
		transform: translate(calc(-50% + 12rem), 0);
		bottom: -7rem;
	}

	.hero .container .hero-info {
		align-items: flex-start;
	}

	.hero .container .hero-info .page-title {
		text-align: left;
		font-size: 3.5rem;
	}

	.hero .container .hero-info .page-description {
		text-align: left;
		font-size: 1.2rem;
	}

	.hero .container .hero-info .hero-btns-wrapper button {
		padding: 1rem 1.5rem;
		font-size: 0.95rem;
	}

	.hero .container .hero-info .hero-btns-wrapper .projects-btn svg {
		height: 1.1rem;
	}

	.hero .container .tech-stack {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.hero .container .tech-stack .ts-title {
		font-size: 0.85rem;
	}

	.hero .container .tech-stack .ts-slider .swiper-wrapper .swiper-slide img {
		width: 48px;
	}

	.hero::after {
		width: 100dvw;
		left: 50%;
		transform: translate(-50%, 0);
		background: linear-gradient(transparent 0, transparent 35%, #010101 75%, #010101 100%);
	}

	#offer .container .offer-box {
		width: 100%;
		left: unset;
	}

	#offer .container .offer-box .offer-item {
		max-width: 25rem;
		margin: 0 auto;
		padding: 1.6rem 1.25rem;
		gap: 1.25rem;
	}

	#offer .container .offer-box .offer-item .offer-heading .offer-sub-title {
		font-size: 0.85rem;
	}

	#offer .container .offer-box .offer-item .offer-heading .offer-title {
		font-size: 1.6rem;
	}

	#offer .container .offer-box .offer-item .offer-details .offer-detail-point .check-icon {
		width: 1.2rem;
	}

	#offer .container .offer-box .offer-item .offer-details .offer-detail-point .offer-detail-title {
		font-size: 0.95rem;
	}

	#offer .container .offer-box .offer-item .offer-actions .offer-price-box .ofp-name {
		font-size: 0 0.95rem;
	}

	#offer .container .offer-box .offer-item .offer-actions .offer-price-box .offer-price .price {
		font-size: 0.95rem;
		line-height: 1rem;
	}

	#offer .container .offer-box .offer-item .offer-actions .offer-price-box .offer-price .price b {
		font-size: 1.6rem;
	}

	#offer .container .offer-box .offer-item .offer-actions .offer-btn {
		padding: 1rem 1.5rem;
		font-size: 0.95rem;
		border-radius: 0.75rem;
	}

	#offer .container .offer-box .offer-pagination {
		margin: unset;
	}

	#offer .container .offer-box::before {
		left: -1.5rem;
	}

	#offer .container .offer-box::after {
		right: -1.5rem;
	}

	#projects .container .projects-box .swiper-wrapper .swiper-slide {
		padding-top: 20rem;
	}

	#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info {
		margin: 0 auto;
		max-width: 768px;
	}

	#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-header .project-industry {
		font-size: 0.85rem;
	}

	#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-header .project-title {
		font-size: 1.6rem;
	}

	#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-description {
		font-size: 0.85rem;
	}

	#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-details .project-detail {
		padding: 0.75rem 0;
	}

	#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-details .project-detail .project-detail-name {
		font-size: 0 0.95rem;
	}

	#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-details .project-detail .project-detail-values span {
		font-size: 0.85rem;
	}

	#projects .container .projects-box .swiper-wrapper .swiper-slide::after {
		background: linear-gradient(transparent 0, transparent 25%, #010101d9 60%, #010101 65%, #010101 100%);
	}

	#projects .container .projects-box .projects-navigation-btn {
		width: 2.5rem;
		height: 3rem;
	}

	#about .container {
		padding: 5rem 16px;
		margin: 0 auto;
		margin-bottom: 12rem;
	}

	#about .container .me-avatar {
		width: 15rem;
		left: unset;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
	}

	#about .container .about-info {
		width: calc(100% - 15rem);
	}

	#about .container .about-info p {
		font-size: 0.85rem;
	}

	#about .container .about-info button {
		margin-top: 1rem;
	}

	#about .container::after {
		position: absolute;
		width: 15rem;
		right: 0;
		left: unset;
		background: radial-gradient(transparent 0, transparent 30%, #010101 65%, #010101 100%);
	}

	.testimonials .container .testimonials-box .testimonial {
		width: 40%;
		padding: 1rem 1.5rem;
	}

	.testimonials .container .testimonials-box .testimonial-text {
		font-size: 0 0.95rem;
	}

	#contact {
		background-image: url("/wp-content/themes/JL/assets/contact-back.png");
		background-size: contain;
		background-position: right;
		padding: 4rem 0;
		margin: 5rem 0;
		position: relative;
	}

	#contact .container {
		margin: 0 auto;
		z-index: 1;
		position: relative;
	}

	#contact .container .contact-heading-text {
		font-size: 1.4rem;
	}

	#contact .container .contact-heading-subtext {
		font-size: 0 0.95rem;
		max-width: 60%;
	}

	#contact .container .contact-form form .wpforms-field-container textarea {
		max-width: 60%;
	}

	#contact .container .contact-form form .wpforms-submit-container button[type="submit"] {
		max-width: 60%;
		padding: 1rem 1.5rem;
		height: auto;
		border-radius: 0.75rem;
	}

	#contact .container .wpforms-field-gdpr-checkbox {
		max-width: 60%;
	}

	#contact::after {
		content: "";
		background: linear-gradient(255deg, #010101d9 0, #010101d9 25%, #010101 50%, #010101 100%);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
	}

	.site-footer .container {
		margin: 0 auto;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.site-header .container .site-branding a svg {
		height: 55px;
	}

	.video-background {
		height: 50rem;
		max-height: 992px;
	}

	.hero {
		height: 50rem;
		max-height: 992px;
	}

	.hero .container .avatar {
		bottom: -7rem;
		transform: translate(calc(-50% + 15rem), 0);
		width: 42rem;
	}

	.hero .container .hero-info {
		margin-left: 3rem;
	}

	.hero .container .hero-info .page-title {
		font-size: 4rem;
	}

	.hero .container .hero-info .page-description {
		font-size: 1.4rem;
	}

	.hero::after {
		background: linear-gradient(transparent 0, transparent 40%, #010101 80%, #010101 100%);
	}

	#offer .container .offer-box {
		flex-wrap: nowrap;
	}

	#offer .container .offer-box .offer-item {
		width: calc(33% - 0.5rem);
		margin: unset;
		max-width: unset;
	}

	#projects .container .projects-box .swiper-wrapper .swiper-slide {
		padding-top: 30rem;
	}

	#about .container .about-info {
		width: calc(100% - 25rem);
	}

	#about .container .about-info p {
		font-size: 0.95rem;
	}

	#about .container .me-avatar {
		width: 25rem;
		top: 0;
		transform: unset;
	}

	#about .container::after {
		width: 25rem;
		background: radial-gradient(transparent 0, transparent 45%, #010101 75%, #010101 100%);
	}

	#projects .container .projects-box .swiper-wrapper .swiper-slide .project-info .project-description {
		font-size: 0.95rem;
	}

	.testimonials .container .testimonials-box .testimonial {
		width: 30%;
	}

	#contact .container .contact-heading-text {
		font-size: 1.6rem;
	}

	#contact .container .contact-heading-subtext {
		font-size: 0.95rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.video-background {
		height: 55rem;
	}

	.hero {
		height: 55rem;
	}

	.hero .container .hero-info {
		margin: unset;
		margin-bottom: 5rem;
		left: 50%;
		position: relative;
		transform: translate(calc(-50% - 15rem), 0);
	}

	.hero .container .hero-info .page-title {
		font-size: 5rem;
	}

	.hero .container .hero-info .page-description {
		font-size: 1.6rem;
	}

	.hero .container .hero-info .hero-btns-wrapper button {
		font-size: 1.2rem;
	}

	.hero .container .hero-info .hero-btns-wrapper .projects-btn svg {
		height: 1.25rem;
	}

	.hero .container .avatar {
		margin: unset;
		position: absolute;
		transform: translate(calc(-50% + 15rem), 0);
		width: 50rem;
		bottom: -13rem;
	}

	.hero::after {
		background: linear-gradient(transparent 0, transparent 45%, #010101 85%, #010101 100%);
	}

	#projects .container .projects-box .swiper-wrapper .swiper-slide {
		padding-top: 35rem;
	}

	#projects .container .projects-box .swiper-wrapper .swiper-slide::after {
		background: linear-gradient(transparent 0, transparent 35%, #010101 70%, #010101 75%, #010101 100%);
	}

	#about .container .me-avatar {
		width: 30rem;
	}

	#about .container .about-info {
		width: calc(100% - 30rem);
	}

	#about .container::after {
		width: 30rem;
	}
}

hr {
	background-color: #aeb2ba80;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding-left: 1rem;
}

ul {
	list-style: disc;
}

li {
	font-size: 0.95rem;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #aeb2ba;
	text-decoration: underline;
}

a:visited {
	color: #aeb2ba;
}

a:hover,
a:focus,
a:active {
	color: #53d2b8;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	border: 1px solid;
	border-color: #fdfff7;
	border-radius: 3px;
	background: #fdfff7;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

.small-glow-btn {
	padding: 0.5rem 1rem;
	padding-left: 0.35rem;
	font-size: 0.75rem;
	color: #53d2b8;
	background-color: #001d1c;
	border-radius: 1rem;
	border: unset;
	outline: unset;
	width: fit-content;
	font-weight: 300;
	letter-spacing: -0.015rem;
}

.small-glow-btn b {
	background-color: #51d2b840;
	border-radius: 0.5rem;
	padding: 0.1rem 0.5rem;
	color: #53d2b8;
}

.contact-btn {
	text-transform: uppercase;
	background-color: transparent;
	border: 2px solid #aeb2ba80;
	outline: unset;
	color: #fdfff7;
	margin-top: 1rem;
	font-size: 0.85rem;
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 0.75rem;
}

.contact-btn span {
	background-color: #53d2b8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 0.35rem;
}

.contact-btn span svg {
	width: 1rem;
	height: auto;
}

/* Ripple effect */
.ripple-light,
.ripple-dark {
	background-position: center;
	transition: background 0.25s;
}

.ripple-light:hover {
	background: #010101d9 radial-gradient(circle, transparent 1%, #010101d9 1%) center/15000%;
}

.ripple-dark:hover {
	background: #aeb2ba80 radial-gradient(circle, transparent 1%, #aeb2ba80 1%) center/15000%;
}

.ripple-light:active,
.ripple-dark:active {
	background-size: 100%;
	transition: background 0s;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
	position: relative;
	cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]::before,
[data-tooltip]::after {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]::before {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #010101;
	background-color: rgba(51, 51, 51, 0.9);
	color: #fdfff7;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]::after {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #010101;
	border-top: 5px solid rgba(51, 51, 51, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
	visibility: visible;
	opacity: 1;
}

.projects-navigation-btn,
.offer-navigation-btn {
	width: 2rem;
	height: 2.5rem;
	border-radius: 2.25rem;
	border: unset;
	outline: unset;
	background-color: #fdfff7;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 4;
	top: 50%;
	transform: translate(0, -50%);
	box-shadow: 2px 4px 16px #010101;
}

.projects-navigation-btn::after,
.offer-navigation-btn::after {
	content: "\203A";
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 800;
	color: #010101;
	position: relative;
	top: -0.2rem;
}

.ppb-prev::after,
.opb-prev::after {
	content: "\2039";
}

.ppb-prev {
	left: -0.85rem;
}

.opb-prev {
	left: 0.1rem;
}

.ppb-next {
	right: -0.85rem;
}

.opb-next {
	right: 0.1rem;
}

.swiper-button-disabled {
	opacity: 0.5;
}

.offer-navigation-btn {
	display: none;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.offer-navigation-btn {
		display: flex;
	}

	.small-glow-btn {
		font-size: 0.85rem;
		border-radius: 1rem;
	}

	.small-glow-btn b {
		border-radius: 1rem;
	}

	.contact-btn {
		font-size: 0 0.95rem;
		padding: 0.5rem;
		padding-left: 0.75rem;
		border-radius: 2.5rem;
	}

	.opb-prev {
		left: -0.85rem;
	}

	.opb-next {
		right: -0.85rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.small-glow-btn {
		font-size: 0 0.95rem;
	}
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #aeb2ba80;
	border: 1px solid #aeb2ba80;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #fdfff7;
}

select {
	border: 1px solid #aeb2ba80;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	align-items: center;
}

.main-navigation .menu-primary-container {
	top: 0;
	position: fixed;
	right: -100%;
	background-color: #001d1c;
	height: calc(100% - 1rem);
	min-width: 250px;
	width: 40%;
	padding: 0.5rem 1.5rem;
	padding-top: 70px;
	z-index: 1;
	box-shadow: -4px 2px 16px 0 #010101;
	transition: all 0.5s ease-in-out;
	border-radius: 1.5rem;
	margin: 0.5rem;
}

.main-navigation .menu-primary-container::before {
	content: "Menu";
	font-size: 1.4rem;
	font-weight: 300;
	color: #53d2b8;
	position: relative;
	top: -3.75rem;
}

.main-navigation .menu-toggle {
	position: relative;
	z-index: 2;
	background-color: unset;
	padding: unset;
	border: unset;
	margin-right: -0.5rem;
}

.main-navigation .menu-toggle svg {
	width: 3.5rem;
}

.main-navigation .menu-toggle svg .line {
	stroke: #fdfff7;
}

.main-navigation .toggled {
	right: -100%;
	position: relative;
	display: block;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	counter-reset: line-number;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	counter-increment: line-number;
	width: fit-content;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #53d2b8;
	border-color: #53d2b8;
}

.main-navigation li:hover > a::before,
.main-navigation li.focus > a::before {
	color: #53d2b8;
}

.main-navigation li a::before {
	content: "0" counter(line-number) "_";
	font-size: 0.75rem;
	color: #aeb2ba;
	margin-right: 0.25rem;
	font-weight: 500;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #aeb2ba;
	font-size: 1.4rem;
	border-bottom: 2px solid #aeb2ba;
	padding-right: 2rem;
}

.main-navigation .active {
	color: #53d2b8;
	border-color: #53d2b8;
}

.main-navigation .active::before {
	color: #53d2b8;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .menu-primary-container {
	display: block;
	right: 0;
}

.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hamRotate.active {
	transform: rotate(45deg);
}

.hamRotate180.active {
	transform: rotate(180deg);
}

.line {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: #010101;
	stroke-width: 5.5;
	stroke-linecap: round;
}

.ham .top {
	stroke-dasharray: 40 82;
}

.ham .middle {
	stroke-dasharray: 40 111;
}

.ham .bottom {
	stroke-dasharray: 40 161;
}

.ham.active .top {
	stroke-dasharray: 17 82;
	stroke-dashoffset: -62px;
}

.ham.active .middle {
	stroke-dashoffset: 23px;
}

.ham.active .bottom {
	stroke-dashoffset: -83px;
}

.scrolled .container {
	background-color: #010101;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.scrolled .container {
		background-color: #aeb2ba80;
		backdrop-filter: blur(15px);
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

	.main-navigation {
		flex-direction: row-reverse;
		gap: 1rem;
	}

	.main-navigation .menu-primary-container {
		position: relative;
		right: unset;
		background-color: unset;
		width: fit-content;
		box-shadow: unset;
		padding: unset;
		margin: unset;
	}

	.main-navigation .menu-primary-container ul {
		flex-direction: row;
	}

	.main-navigation .menu-primary-container ul li a {
		border: unset;
		padding: unset;
		width: fit-content;
		white-space: nowrap;
		font-size: 1.2rem;
	}

	.main-navigation .menu-primary-container ul li:last-child {
		display: none;
	}

	.main-navigation .menu-primary-container::before {
		content: unset;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.main-navigation {
		gap: 1.5rem;
	}

	.main-navigation .menu-primary-container ul li a {
		font-size: 1.2rem;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #010101;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #fdfff7;
	display: block;
	font-size: 0.8 0.75rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
