/* =============================================================== */
/*                                                                 */
/*   PROJECT:     CTM WEBSITE                                      */
/*   VERSION:     3.0 (release date: 30.11.2025)                   */
/*                                                                 */
/*   CLIENT:      OBR CTM S.A. (ctm.gdynia.pl)                     */
/*   AUTHOR:      Szymon Rzepnikowski                              */
/*                                                                 */
/* =============================================================== */


/* ====================== TABLE OF CONTENTS ====================== */
/*
   1. STYLES .................... Podstawowe style globalne
   2. BUTTONS ................... Style przycisków
   3. HEADER .................... Nagłówek strony
   4. NAVIGATION ................ Nawigacja główna
   5. FOOTER .................... Stopka strony
   6. SECTIONS .................. Układ i styl sekcji
   7. HERO AREA ................. Sekcja hero
   7. PRELOADER ................. Ładowanie strony
*/
/* =============================================================== */


/* ====================== SECTION 1: STYLES ====================== */
/* === MOBILE === */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
}

body {
	font-family: "DM Sans", sans-serif !important;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	overflow-x: hidden;
	font-size: 15px;
}

p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 28px;
}

* {
	margin: 0;
	padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	text-decoration: none;
	outline: none !important;
	border-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 2px solid #29abe2;
	outline-offset: 2px;
}

.form-check-input:checked {
	background-color: #7E57FF;
	border-color: #7E57FF;
}

select {
	appearance: menulist;
	color: #081828;
	display: inline-block;
	text-align: start;
	box-sizing: border-box;
	align-items: center;
	white-space: pre;
	background-color: #fff;
	cursor: default;
	margin: 0;
	font: 400 14px/normal system-ui, sans-serif;
	border-radius: 0;
	border: 1px solid #767676;
	color-scheme: light;
}

span,
a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700 !important;
	margin: 0px;
	color: rgba(0, 0, 0, 0.8);
	font-family: "PT Sans Narrow", sans-serif !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-85 {
	margin-top: 85px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-85 {
	margin-bottom: 85px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-100 {
	margin-bottom: 100px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-85 {
	padding-top: 85px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-85 {
	padding-bottom: 85px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-100 {
	padding-bottom: 100px;
}

.img-bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}


/* === TABLET === */
@media (min-width: 768px) {}

/* === DESKTOP === */
@media (min-width: 1200px) {
	h2 {
		font-size: 45px !important;
	}
}


/* ====================== SECTION 2: BUTTONS ====================== */
.button .btn {
	display: inline-block;
	padding: 13px 28px;
	min-height: 48px;
	transition: all 0.25s ease;
	position: relative;
	z-index: 1;

	cursor: pointer;
	font-weight: 300;
	line-height: 22px;
	font-size: 15px;
	border-radius: 0.5rem;
	text-decoration: none !important;
	background-color: #29abe2;
	color: #fff;
	box-shadow: 0 0 0 1px rgba(0, 38, 61, 0.2);
}

.button .btn:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 2px rgba(0, 38, 61, 0.3);
}

.button .btn:active {
	transform: translateY(0);
	box-shadow: 0 4px 3px rgba(0, 38, 61, 0.15);
}


.button .btn-alt {
	display: inline-block;
	padding: 13px 28px;
	min-height: 48px;
	transition: all 0.25s ease;
	position: relative;
	z-index: 1;

	cursor: pointer;
	font-weight: 300;
	line-height: 22px;
	font-size: 15px;
	border-radius: 0.5rem;
	text-decoration: none !important;
	background-color: #ffffff;
	color: #6c757d;
	box-shadow: 0 0 0 1px rgba(0, 38, 61, 0.2);
}

.button .btn-alt:hover {
	color: #6c757d;
	transform: translateY(-2px);
	box-shadow: 0 4px 2px rgba(0, 38, 61, 0.2);
}

.button .btn-alt:active {
	transform: translateY(0);
	box-shadow: 0 4px 3px rgba(0, 38, 61, 0.15);
}

.button .btn-download,
.button .btn-download-alt {
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 13px 56px 13px 23px;
	min-height: 48px;

	transition: all 0.25s ease;
	position: relative;
	z-index: 1;

	cursor: pointer;
	font-weight: 300;
	line-height: 22px;
	font-size: 15px;
	border-radius: 0.5rem;
	text-decoration: none !important;
}

.button .btn-download {
	background-color: #29abe2;
	color: #fff !important;
	box-shadow: 0 0 0 1px rgba(0, 38, 61, 0.2);
}

.button .btn-download-alt {
	background-color: #ffffff;
	color: #6c757d !important;
	box-shadow: 0 0 0 1px rgba(0, 38, 61, 0.2);
}

.button .btn-download::after,
.button .btn-download-alt::after {
	content: "\f019";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 15px;

	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 48px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 0 0.5rem 0.5rem 0;
	transition: background 0.25s ease;
}

.button .btn-download::after {
	background: rgba(0, 0, 0, 0.15);
	color: #fff;
}

.button .btn-download-alt::after {
	background: rgba(0, 0, 0, 0.05);
	color: #6c757d;
}

.button .btn-download:hover,
.button .btn-download-alt:hover {
	transform: translateY(-2px);
}

.button .btn-download:hover {
	box-shadow: 0 4px 2px rgba(0, 38, 61, 0.3);
	color: #fff !important;
}

.button .btn-download:hover::after {
	background: rgba(0, 0, 0, 0.3);
	transform: none !important;
}

.button .btn-download-alt:hover {
	background-color: #f8f9fa;
	color: #6c757d !important;
	box-shadow: 0 4px 2px rgba(0, 38, 61, 0.2);
}

.button .btn-download-alt:hover::after {
	background: rgba(0, 0, 0, 0.1);
	transform: none !important;
}

.button .btn-download:active,
.button .btn-download-alt:active {
	transform: translateY(0);
	box-shadow: 0 4px 3px rgba(0, 38, 61, 0.15);
}

.button .btn-download:active::after,
.button .btn-download-alt:active::after {
	transform: none !important;
}

@media (max-width: 768px) {

	.button .btn,
	.button .btn-alt {
		padding: 12px 24px;
		min-height: 46px;
		font-size: 15px;
	}

	.button .btn-download,
	.button .btn-download-alt {
		padding: 12px 52px 12px 24px;
		min-height: 46px;
		font-size: 15px;
	}

	.button .btn-download::after,
	.button .btn-download-alt::after {
		width: 44px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {

	.button .btn,
	.button .btn-alt {
		padding: 13px 26px;
		min-height: 46px;
		font-size: 15px;
	}

	.button .btn-download,
	.button .btn-download-alt {
		padding: 13px 52px 13px 26px;
		min-height: 46px;
		font-size: 15px;
	}

	.button .btn-download::after,
	.button .btn-download-alt::after {
		width: 44px;
	}
}

.button .btn-symbol,
.button .btn-symbol-alt {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 13px 76px 13px 28px;
	min-height: 48px;

	transition: all 0.25s ease;
	position: relative;
	z-index: 1;

	cursor: pointer;
	font-weight: 300;
	line-height: 22px;
	font-size: 15px;
	border-radius: 0.5rem;
	text-decoration: none !important;
	box-shadow: 0 0 0 1px rgba(0, 38, 61, 0.2);
}

.button .btn-symbol {
	background-color: #29abe2;
	color: #fff !important;
}

.button .btn-symbol-alt {
	background-color: #ffffff;
	color: #233142 !important;
}

.button .btn-symbol::after,
.button .btn-symbol-alt::after {
	content: "";
	font-family: "LineIcons";
	font-weight: 400;
	font-size: 16px;

	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 48px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 0 0.5rem 0.5rem 0;
	transition: background 0.25s ease;
}

.button .btn-symbol::after {
	background: rgba(0, 0, 0, 0.15);
	color: #fff;
}

.button .btn-symbol-alt::after {
	background: rgba(0, 0, 0, 0.05);
	color: #233142;
}

.button .btn-symbol:hover,
.button .btn-symbol-alt:hover {
	transform: translateY(-2px);
}

.button .btn-symbol:hover {
	box-shadow: 0 4px 2px rgba(0, 38, 61, 0.3);
}

.button .btn-symbol-alt:hover {
	box-shadow: 0 4px 2px rgba(0, 38, 61, 0.2);
	background-color: #f8f9fa;
}

.button .btn-symbol:hover::after {
	background: rgba(0, 0, 0, 0.3);
}

.button .btn-symbol-alt:hover::after {
	background: rgba(0, 0, 0, 0.1);
}

.button .btn-symbol:active,
.button .btn-symbol-alt:active {
	transform: translateY(0);
	box-shadow: 0 4px 3px rgba(0, 38, 61, 0.15);
}

.button .btn-symbol.icon-search::after,
.button .btn-symbol-alt.icon-search::after {
	content: "\eb86";
}

.button .btn-symbol.icon-arrow::after,
.button .btn-symbol-alt.icon-arrow::after {
	content: "\ea20";
}

.button .btn-symbol.icon-mail::after,
.button .btn-symbol-alt.icon-mail::after {
	content: "\eb63";
}

.button .btn-symbol.icon-briefcase::after,
.button .btn-symbol-alt.icon-briefcase::after {
	content: "\ea42";
}

.button .btn-symbol.icon-send::after,
.button .btn-symbol-alt.icon-send::after {
	content: "\eaae";
}

.button .btn-symbol.icon-template::after,
.button .btn-symbol-alt.icon-template::after {
	content: "\ec0b";
}

.button .btn-symbol.icon-rules::after,
.button .btn-symbol-alt.icon-rules::after {
	content: "\eaab";
}

@media (max-width: 768px) {

	.job-actions {
		flex-wrap: nowrap;
	}

	.job-actions .button {
		flex: 1 1 0;
	}

	.job-actions .btn-symbol,
	.job-actions .btn-symbol-alt {
		padding: 10px 40px 10px 18px;
		font-size: 0.75rem;
		white-space: nowrap;
	}

	.job-actions .btn-symbol::after,
	.job-actions .btn-symbol-alt::after {
		width: 40px;
		font-size: 0.75rem;
	}
}

.job-actions-main .button {
	flex: 0 0 100%;
}

.job-actions-main .btn-symbol,
.job-actions-main .btn-symbol-alt {
	white-space: nowrap;
}

.job-actions-main .button a+a {
	margin-top: 0.5rem;
}


/* ====================== SECTION 3: HEADER ====================== */
/* === MOBILE === */
.header {
	width: 100%;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 767px) {
	.header {
		padding: 18px 0 !important;
	}

	.header .mobile-menu-btn .toggler-icon {
		background-color: #fff;
	}

	.header .navbar-collapse {
		position: absolute;
		top: 62px !important;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 10px 20px;
		max-height: 350px;
		overflow-y: scroll;
		border-top: 1px solid #eee;
		border-radius: 8px;
	}

	.header .navbar .navbar-nav .nav-item a:hover {
		color: #29abe2 !important;
	}

	.header .navbar .navbar-nav .nav-item a.active {
		color: #7E57FF !important;
	}

	.header .navbar-nav .nav-item {
		margin: 0;
	}

	.header .navbar-nav .nav-item:hover a {
		color: #7E57FF;
	}

	.header .navbar-nav .nav-item a {
		padding: 12px 16px !important;
	}

	.header .navbar-nav .nav-item a::before {
		display: none;
	}

	.header .navbar-nav .nav-item .sub-menu {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		border: none;
		margin-left: 15px;
		margin-right: 15px;
	}

	.header .navbar-nav .nav-item .sub-menu .nav-item a {
		padding: 12px 12px;
	}

	.header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
		color: #29abe2 !important;
	}

	.header .navbar-nav .nav-item a {
		color: darkslategray;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px 0;
	}

	.header .navbar-nav .nav-item a::after {
		opacity: 1;
		visibility: visible;
	}

	.header .navbar-nav .nav-item .sub-menu li.active {
		background: #fff !important;
		color: #29abe2 !important;
	}

	.header .navbar-nav .nav-item .sub-menu .nav-item {
		margin: 0 !important;
	}

	.header .navbar-nav .nav-item .sub-menu .nav-item a {
		padding: 10px 12px !important;
	}

	.header .navbar-nav .nav-item .sub-menu li:hover {
		background: #fff !important;
		color: #29abe2 !important;
	}

	.header .navbar-nav .nav-item a {
		font-size: 14px;
	}

	.header .navbar-nav .nav-item a:hover {
		color: #29abe2;
	}
}

/* === TABLET === */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header {
		padding: 18px 0 !important;
	}

	.header .mobile-menu-btn .toggler-icon {
		background-color: #fff;
	}

	.header .button {
		margin: 0 !important;
	}

	.header .navbar-collapse {
		position: absolute;
		top: 67px !important;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 10px 20px;
		max-height: 350px;
		overflow-y: scroll;
		border-top: 1px solid #eee;
		border-radius: 8px;
	}

	.header .navbar .navbar-nav .nav-item a:hover {
		color: #7E57FF !important;
	}

	.header .navbar .navbar-nav .nav-item a.active {
		color: #7E57FF !important;
	}

	.header .navbar-nav .nav-item {
		margin: 0;
	}

	.header .navbar-nav .nav-item:hover a {
		color: #7E57FF;
	}

	.header .navbar-nav .nav-item a {
		padding: 12px 16px !important;
	}

	.header .navbar-nav .nav-item a::before {
		display: none;
	}

	.header .navbar-nav .nav-item .sub-menu {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		border: none;
		margin-left: 15px;
		margin-right: 15px;
	}

	.header .navbar-nav .nav-item .sub-menu .nav-item a {
		padding: 12px 12px;
	}

	.header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
		color: #7E57FF !important;
	}

	.header .navbar-nav .nav-item a {
		color: #051441;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px 0;
	}

	.header .navbar-nav .nav-item a::after {
		opacity: 1;
		visibility: visible;
	}

	.header .navbar-nav .nav-item .sub-menu li.active {
		background: #fff !important;
		color: #7E57FF !important;
	}

	.header .navbar-nav .nav-item .sub-menu .nav-item {
		margin: 0 !important;
	}

	.header .navbar-nav .nav-item .sub-menu .nav-item a {
		padding: 10px 12px !important;
	}

	.header .navbar-nav .nav-item .sub-menu li:hover {
		background: #fff !important;
		color: #7E57FF !important;
	}

	.header .navbar-nav .nav-item a {
		font-size: 14px;
	}

	.header .navbar-nav .nav-item a:hover {
		color: #7E57FF;
	}
}

/* === DESKTOP === */
.header .navbar-brand img {
	width: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .navbar-brand img {
		width: 125px;
	}
}

@media (max-width: 767px) {
	.header .navbar-brand img {
		width: 100px;
	}
}

.header.sticky .button .btn {
	background-color: #7E57FF;
	color: #fff;
}

.header.sticky .button .btn:hover {
	background-color: #7E57FF;
	color: #fff;
}

.sticky {
	position: fixed;
	z-index: 99;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	top: 0;
	background-color: #fff;
}

.navbar-expand-lg .navbar-nav {
	margin: 0;
	margin-left: auto !important;
	margin-right: auto !important;
}

.header .navbar .navbar-nav .nav-item a.active {
	color: #fff;
}

.sticky .navbar .navbar-nav .nav-item a:hover {
	color: #29abe2;
}

.sticky .navbar .navbar-nav .nav-item a.active {
	color: #7E57FF;
}

.sticky .navbar .navbar-nav .nav-item a {
	color: #081828;
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
	color: #fff;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
	color: #fff;
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
	background: #333;
}


/* ====================== SECTION 4: NAVIGATION ====================== */
/* === MOBILE === */
.navbar-area {
	width: 100%;
	z-index: 99;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding: 0;
}

.navbar-area.sticky {
	position: fixed;
	z-index: 99;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding: 0px 0;
}

.navbar {
	padding: 0;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.navbar-brand {
	padding-left: 0;
	border-radius: 0;
}

.mobile-menu-btn {
	padding: 0px;
}

.mobile-menu-btn:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #222;
	display: block;
	margin: 5px 0;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
	opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -7px;
}

.navbar-nav .nav-item {
	z-index: 1;
	position: relative;
}

.nav-item-main {
	z-index: 1;
	position: relative;
	margin: 0;
	margin-left: 20px !important;
	margin-right: 20px !important;
	align-items: center;
	justify-content: center;
}

.navbar-nav .nav-item:hover a,
.navbar-nav .nav-item:hover i {
	color: #29abe2;
}

.navbar-nav .nav-item a {
	font-size: 15px;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
	padding: 35px 0;
	display: inline-flex;
	align-items: center;
	font-weight: 500;
}

.navbar-nav .nav-item a::after {
	opacity: 0;
	visibility: hidden;
}

.navbar-nav .nav-item:hover a:before {
	width: 100%;
}

.navbar-nav .nav-item a.active {
	color: #fff;
}

.navbar-nav .nav-item:hover>.sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navbar-nav .nav-item:hover>.sub-menu .sub-menu {
	left: 100%;
	top: 0;
}

.navbar-nav .nav-item .sub-menu {
	padding: 30px;
	min-width: 240px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 20px #0000001a;
	box-shadow: 0px 5px 20px #0000001a;
	position: absolute;
	top: 110% !important;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 5px;
}

.navbar-nav .nav-item:hover .sub-menu {
	top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
	width: 100%;
	margin-bottom: 15px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
	margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
	padding: 0;
	color: #888;
	display: block;
	width: 100%;
	font-size: 11px;
	font-weight: 500;
	position: relative;
	z-index: 1;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
	color: #29abe2;
}

.navbar-nav .nav-item .sub-menu.left-menu {
	left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
	display: block;
}

.navbar-nav .nav-item .sub-menu>li {
	display: block;
	margin-left: 0;
}

.navbar-nav .nav-item .sub-menu>li:last-child {
	border: none;
}

.navbar-nav .nav-item .sub-menu>li.active>a {
	color: #7E57FF !important;
}

.navbar-nav .nav-item .sub-menu>li>a {
	font-weight: 400;
	display: block;
	padding: 12px 15px;
	font-size: 14px;
	color: #222;
	font-weight: 400;
}

.navbar-nav .nav-item .sub-menu>li:first-child a {
	border: none;
}

.header .button {
	display: inline-block;
	margin-left: 10px;
}

.header .button .btn {
	background-color: #fff;
	color: #081828;
	font-weight: 500;
}

.header .button .btn:hover {
	color: #fff;
	background-color: #7E57FF;
}

.lang-switch,
.lang-switch-desktop {
	line-height: 1.2;
	padding: .375rem .6rem;
	font-weight: 500;
}

.nav-controls {
	order: 3;
}

.navbar-area .lang-switch,
.navbar-area .lang-switch-desktop {
	background: transparent;
	color: #fff;
}

.navbar-area .lang-switch i,
.navbar-area .lang-switch-desktop i {
	color: #fff;
}

.navbar-area .lang-switch:hover,
.navbar-area .lang-switch:focus,
.navbar-area .lang-switch-desktop:hover,
.navbar-area .lang-switch-desktop:focus {
	color: #fff;
}

.navbar-area.sticky .lang-switch,
.navbar-area.sticky .lang-switch-desktop,
.navbar-area .navbar-collapse.show .lang-switch,
.navbar-area .navbar-collapse.collapsing .lang-switch,
.navbar-area .navbar-collapse.show .lang-switch-desktop,
.navbar-area .navbar-collapse.collapsing .lang-switch-desktop {
	color: #0f2840;
}

.navbar-area.sticky .lang-switch i,
.navbar-area.sticky .lang-switch-desktop i,
.navbar-area .navbar-collapse.show .lang-switch i,
.navbar-area .navbar-collapse.show .lang-switch-desktop i {
	color: #0f2840;
}

.lang-switch-desktop a {
	color: inherit;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: .25rem;
}

a.lang-switch-desktop {
	font-family: "PT Sans Narrow", sans-serif !important;
	font-weight: 900 !important;
}

a.lang-switch {
	font-family: "PT Sans Narrow", sans-serif !important;
	font-weight: 900 !important;
	font-size: 1.3em;
}

@media (max-width: 767px) {
	.navbar-nav .nav-item a.dd-menu::after {
		top: 18px;
		right: 0;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.navbar-nav .nav-item a.collapsed::after {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@media (max-width: 767px) {
	.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
		display: none;
	}
}

@media (max-width: 767px) {
	.header .button {
		display: none;
	}
}

.navbar-nav .nav-item a.dd-menu::after {
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: inline-block;
	margin-left: .5rem;
	transition: transform .2s ease, opacity .2s ease;
	opacity: 1;
	visibility: visible;
}

.navbar-nav .nav-item a.dd-menu[aria-expanded="true"]::after {
	transform: rotate(180deg);
}

@media (min-width: 992px) {
	.navbar-nav .nav-item a.dd-menu::after {
		display: none !important;
	}
}

.menu-separator {
	position: relative;
	pointer-events: none;

	height: 1px;
	margin: 13px 0;
}

.menu-separator::after {
	content: "";
	position: absolute;
	left: 20%;
	right: 20%;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}

/* === TABLET === */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item a.dd-menu::after {
		top: 18px;
		right: 0;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.navbar-nav .nav-item a.collapsed::after {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.header .button .signin {
		color: #081828;
	}

	.header .button .signin:hover {
		color: #7E57FF;
	}

	.header .button .signup {
		background-color: #7E57FF;
		color: #fff;
	}

	.header .button .signup:hover {
		background-color: #7E57FF;
		color: #fff;
	}
}

/* === DESKTOP === */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav .nav-item a.dd-menu::after {
		right: 13px;
	}
}


/* ====================== SECTION 5: FOOTER ====================== */
/* === MOBILE === */
.footer {
	background-color: #00263d;
	position: relative;
	padding-bottom: 1em !important;
}

.footer .single-footer.f-about {
	padding-right: 30px;
}

.footer .single-footer.f-about .logo img {
	width: 130px;
}

.footer .single-footer.f-about p {
	color: #6b7687;
	margin-top: 10px;
	font-size: 11px;
	margin-bottom: 25px;
	line-height: 130% !important;
}

.footer .single-footer.f-about .social-title {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}

.footer .single-footer.f-about .social li {
	display: inline-block;
}

.footer .single-footer.f-about .social li:last-child {
	margin: 0;
}

.footer .single-footer.f-about .social li a {
	color: #fff;
}

.footer .single-footer.f-about .social li a:hover {
	color: #7E57FF;
}

.footer .single-footer.f-about .copyright-text {
	color: #fff;
	font-size: 15px;
	margin-top: 40px;
}

.footer .single-footer.f-about .copyright-text span {
	display: block;
}

.footer .single-footer.f-about .copyright-text a {
	color: #fff;
	text-decoration: underline;
}

.footer .single-footer.f-link li {
	display: block;
	margin-bottom: 10px;
}

.footer .single-footer.f-link li:last-child {
	margin: 0;
}

.footer .single-footer.f-link li a {
	font-size: 10px;
	font-weight: 400;
	color: #6b7687;
}

.footer .single-footer.f-link li a:hover {
	color: #29abe2;
}

.footer .single-footer.newsletter p {
	color: #fff;
}

.footer .single-footer h3 {
	font-size: 17px;
	font-weight: 600;
	display: block;
	margin-bottom: 15px;
	color: #fff;
}

.footer .newsletter-form {
	margin-top: 30px;
	position: relative;
}

.footer .newsletter-form input {
	height: 52px;
	width: 100%;
	border-radius: 8px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	padding-left: 18px;
	padding-right: 70px;
	transition: all 0.4s ease;
	background-color: #ffffff1f;
	color: #fff;
}

.footer .newsletter-form input:hover,
.footer .newsletter-form input:focus {
	border-color: #7E57FF;
}

.footer .newsletter-form .button {
	position: absolute;
	right: 0px;
	top: 0;
}

.footer .newsletter-form .button .sub-btn {
	height: 52px;
	width: 52px;
	border-radius: 0 6px 6px 0;
	background-color: #ffffff29;
	color: #fff;
	text-align: center;
	line-height: 52px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	font-size: 18px;
	transition: all 0.4s ease;
}

.footer .newsletter-form .button .sub-btn:hover {
	color: #fff;
	background-color: #7E57FF;
}

.footer .copyright-area .inner-content {
	border-top: 1px dotted rgba(255, 255, 255, 0.1);
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 40px;
}

.footer .copyright-area .copyright-owner {
	text-align: right;
}

.footer .copyright-area p {
	color: #fff;
	font-size: 10px;
}

.footer .copyright-area p a {
	color: #fff;
}

.footer .copyright-area p a:hover {
	color: #29abe2;
}

@media (max-width: 575.98px) {
	.copyright-area-separator {
		display: none;
	}
}

.affil-logo img {
	opacity: .4;
}

.footer .single-footer h3 {
	margin-bottom: .5rem;
}

.footer .f-contact {
	font-size: 11px;
	line-height: 1.55;
	color: #6b7687;
}

.footer .f-contact .contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: .6rem;
}

.footer .f-contact .contact-list li {
	display: grid;
	grid-template-columns: 18px 1fr;
	align-items: start;
	column-gap: .5rem;
}

.footer .f-contact .contact-list i {
	font-size: 13px;
	line-height: 1;
	color: #29abe2;
	margin-top: .15rem;
}

.footer .f-contact .contact-list li.no-icon {
	grid-template-columns: 1fr;
}

.footer .f-contact .contact-list li.no-icon>* {
	grid-column: 1 / -1;
}

.footer .f-contact .org-name {
	color: #6b7687;
	font-weight: 600;
}

.footer .f-contact .muted-link {
	color: inherit;
	text-decoration: none;
	cursor: default;
}

.footer .f-contact .muted-link:hover,
.footer .f-contact .muted-link:focus {
	color: inherit;
	text-decoration: none;
}

.footer .f-contact address {
	font-style: normal;
	color: #475569;
	margin-bottom: .5rem;
}

.footer .f-contact a {
	text-decoration: none;
}

.footer .f-contact a:hover {
	text-decoration: underline;
}

.footer .f-about .brand-row {
	display: flex;
	align-items: center;
	gap: .75rem;
	flex-wrap: nowrap;
	width: 100%;
}

.footer .f-about .brand-row .logo img {
	display: block;
	height: 40px;
}

.footer .social-ctm {
	margin: 0;
	padding: 0;
	display: flex;
	gap: .6rem;
	list-style: none;
	min-width: max-content;
}

.footer .social-ctm a {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: .5rem;
	border: 1px solid #d9e1ea;
	background: #fff;
	text-decoration: none;
	transition: border-color .25s, box-shadow .25s, transform .1s;
}

.footer .social-ctm i {
	color: #0f2840;
	font-size: 1rem;
	line-height: 1;
}

.footer .social-ctm a:hover,
.footer .social-ctm a:focus {
	border-color: #29abe2;
	background: #f2fbff;
}

.footer .social-ctm a:hover i,
.footer .social-ctm a:focus i {
	color: #29abe2;
}

.footer .social-ctm a:focus-visible {
	outline: 2px solid #29abe2;
	outline-offset: 2px;
}

.footer .f-link ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .f-link li a {
	display: flex;
	align-items: center;
	gap: .3rem;
	text-decoration: none;
}

.footer .f-link li a .chevron {
	color: #29abe2;
	font-size: .45rem;
	flex: 0 0 auto;
	margin-top: 1px;
}

.footer .copyright-area .inner-content {
	padding-top: 1.25rem;
	padding-bottom: .75rem;
}

.footer .copyright-text {
	margin: 0;
}

@media (max-width: 768px) {
	.footer .single-footer.f-link li a {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.footer {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.footer .single-footer {
		margin-top: 40px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.footer .single-footer.f-about {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.footer .single-footer.f-about .logo img {
		width: 120px;
	}
}

@media (max-width: 767px) {
	.footer .single-footer.f-about .copyright-text {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.footer .copyright-area .inner-content {
		margin-top: 50px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.footer .copyright-area .copyright-owner {
		text-align: center;
		margin-top: 3px;
	}
}

@media (max-width: 576px) {
	.brand-row {
		padding-left: 3.7em;
	}
}

@media (max-width: 576px) {
	.footer .single-footer h3 {
		margin-bottom: .5rem;
	}

	.footer .f-link ul li,
	.footer .contact-list li {
		margin-bottom: .4rem;
	}

	.footer .col-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.footer .chevron {
	margin-right: .5rem;
	opacity: .6;
}

.footer .f-link a:hover .chevron {
	opacity: 1;
}

.footer .brand-row {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 12px;
}

.footer .social-ctm {
	display: flex;
	gap: 10px;
}

@media (max-width: 576px) {
	.footer .f-about .brand-row {
		flex-wrap: wrap;
	}
}

@media (max-width: 576px) {
	.footer .f-contact {
		text-align: center;
	}

	.footer .f-contact .contact-list {
		justify-items: center;
	}

	.footer .f-contact .contact-list li {
		grid-template-columns: 1.1rem max-content;
		justify-content: center;
		column-gap: .4rem;
	}

	.footer .f-contact .contact-list i {
		font-size: 1rem;
		margin-top: 0;
		line-height: 1;
	}
}

@media (max-width: 576px) {
	.footer .f-contact {
		font-size: 11px;
	}

	.footer .f-contact .contact-list {
		gap: .5rem;
	}
}

/* === TABLET === */
@media (min-width: 768px) and (max-width: 991px) {
	.footer {
		padding-top: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer .single-footer {
		margin-top: 40px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer .single-footer.f-about .logo img {
		width: 125px;
	}
}

@media (max-width: 991px) {
	.footer .single-footer h3 {
		margin-bottom: 25px;
	}
}

@media (max-width: 991px) {
	.footer .copyright-area .text-lg-end {
		text-align: center !important;
		margin-top: .1rem;
		opacity: 0.6;
	}

	.footer .copyright-area p {
		line-height: 1.2em;
	}

	.footer .copyright-area .text-lg-end {
		text-align: center !important;
		margin-top: .5rem;
	}
}

/* === DESKTOP === */
@media (min-width: 1200px) {
	.footer .single-footer.newsletter {
		padding-left: 80px;
	}

	.footer.section {
		padding-top: 70px !important;
	}
}


/* ====================== SECTION 6: SECTIONS ====================== */
/* === MOBILE === */
@media (min-width: 576px) and (max-width: 767px) {
	.container {
		width: 450px;
	}
}

.section {
	padding-top: 110px;
	padding-bottom: 110px;
	position: relative;
}

@media (max-width: 767px) {
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.section-title {
	text-align: center;
	margin-bottom: 80px;
	padding: 0 300px;
	position: relative;
	z-index: 5;
}

.section-title h3 {
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 20px;
	color: #7E57FF;
	text-transform: capitalize;
}

.section-title h2 {
	font-size: 34px;
	margin-bottom: 20px;
	line-height: 42px;
	text-transform: capitalize;
	position: relative;
	font-weight: 700;
}

.section-title p {
	font-size: 16px;
	line-height: 28px;
}

@media (max-width: 767px) {
	.section-title {
		padding: 0 10px;
		margin-bottom: 40px;
	}

	.section-title h3 {
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 12px;
	}

	.section-title h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 18px;
	}

	.section-title p {
		font-size: 15px;
	}
}

.section-title.align-right {
	padding: 0;
	padding-left: 600px;
}

.section-title.align-right h2:before {
	display: none;
}

.section-title.align-right h2:after {
	position: absolute;
	right: 0;
	bottom: -1px;
	height: 2px;
	width: 50px;
	background: #7E57FF;
	content: "";
}

.section-title.align-left {
	padding: 0;
	padding-right: 600px;
}

.section-title.align-left h2:before {
	left: 0;
	margin-left: 0;
}

/* === TABLET === */
@media (min-width: 768px) and (max-width: 991px) {
	.section {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.section-title {
		padding: 0 20px;
		margin-bottom: 50px;
	}

	.section-title h3 {
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 12px;
	}

	.section-title h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.section-title p {
		font-size: 15px;
	}
}

/* === DESKTOP === */
@media (min-width: 992px) and (max-width: 1199px) {
	.section-title {
		padding: 0 200px;
		margin-bottom: 70px;
	}
}


/* ====================== SECTION 7: HERO AREA ====================== */
/* === MOBILE === */
.hero-area {
	position: relative;
	background-image: url("../images/bg-shapes.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #00263d;
	z-index: 0;
}

@media (max-width: 767px) {
	.hero-area {
		background-image: none;
		padding: 110px 0 80px 0;
	}
}

.hero-area .hero-content {
	border-radius: 0;
	position: relative;
	z-index: 1;
	text-align: left;
	padding: 20px 0 100px 0;
}

.hero-area .hero-content h4 {
	color: #29abe2;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 20px;
}

.hero-area .hero-content h1 {
	font-weight: 700;
	font-size: 34px;
	line-height: 55px;
	color: #fff;
}

.hero-area .hero-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
	color: #e6e6e6;
}

.hero-area .hero-content .button {
	margin-top: 50px;
}

.hero-area .hero-content .button .btn:hover {
	color: #081828;
	background-color: #fff;
}

@media (max-width: 767px) {
	.hero-area .hero-content {
		padding: 0 10px;
		text-align: center;
	}

	.hero-area .hero-content h1 {
		font-size: 24px;
		line-height: 32px;
	}

	.hero-area .hero-content p {
		margin-top: 15px;
		font-size: 15px;
		line-height: 26px;
	}

	.hero-area .hero-content .button {
		margin-top: 30px;
		width: 100%;
	}

	.hero-area .hero-content .button .btn {
		width: 60%;
		margin: 0;
		margin-bottom: 7px;
	}

	.hero-area .hero-content .button .btn:last-child {
		margin: 0;
	}
}

.hero-area .hero-image {
	height: 100%;
	width: 100%;
}

@media (max-width: 991px) {
	.hero-area .hero-image {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hero-area {
		background-image: none;
		padding: 10px 0 100px 0;
	}

	.hero-area .hero-content {
		padding: 0 140px;
		text-align: center;
	}

	.hero-area .hero-content h1 {
		font-size: 30px;
		font-weight: 700;
		line-height: 38px;
	}

	.hero-area .hero-content p {
		font-size: 15px;
	}

	.hero-area .hero-content .button {
		margin-top: 30px !important;
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hero-area .hero-content h1 {
		font-size: 40px;
	}
}

/* ====================== SECTION 8: PRELOADER ====================== */
:root {
	--loader-text-size: clamp(12px, 2.8vw, 14px);
}

.loader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	pointer-events: none;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.loader-bar {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	max-width: 80vw;
	height: 6px;
	background: #29abe2;
	transform: translate(-50%, -50%);
	border-radius: 3px;
	z-index: 3;
	opacity: 1;
	transition: opacity 0.18s ease;
}

.loader-top,
.loader-bottom {
	position: absolute;
	left: 0;
	width: 100%;
	background: #00263d;
	z-index: 2;
}

.loader-top {
	top: 0;
	height: 50vh;
	transform: translateY(0);

}

.loader-bottom {
	bottom: 0;
	height: 50vh;
	transform: translateY(0);
}

.loader-text {
	position: absolute;
	top: calc(50% + 10px);
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: var(--loader-text-size);
	letter-spacing: 1px;
	opacity: 1;
	transition: opacity 0.18s ease;
	z-index: 3;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 100;
	font-family: 'Arial Narrow', sans-serif;
}

.loader--open .loader-text {
	opacity: 0;
}

.loader--open .loader-bar {
	opacity: 0;
}

.loader--open .loader-top {
	animation: slideTop 0.5s ease forwards;
}

.loader--open .loader-bottom {
	animation: slideBottom 0.5s ease forwards;
}

.loader--hidden {
	opacity: 0;
	transition: opacity 0.3s ease;
}

@keyframes slideTop {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-100%);
	}
}

@keyframes slideBottom {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(100%);
	}
}

@media (max-width: 1024px) {
	.loader-bar {
		height: 5px;
		max-width: 70vw;
	}

	.loader-text {
		top: calc(50% + 18px);
	}
}

@media (max-width: 768px) {
	.loader-bar {
		height: 4px;
		max-width: 70vw;
	}

	.loader-text {
		top: calc(50% + 16px);
		padding: 0 16px;
		text-align: center;
		white-space: normal;
	}
}

@media (max-width: 480px) {
	.loader-bar {
		height: 3px;
		max-width: 70vw;
	}

	.loader-text {
		font-size: clamp(11px, 3.3vw, 13px);
		letter-spacing: 0.3px;
		top: calc(50% + 14px);
	}
}

.loader-top,
.loader-bottom {
	box-shadow: none;
}

.loader--open .loader-top {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.09);
}

.loader--open .loader-bottom {
	box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.09);
}