@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html, body {
	margin: 0;
	padding: 0;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

body {
	background-color: #fff;
	color: #6b7280;
	font-size: 14px;
}

/* DEFAULTS */

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

ul, li, p, table {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 45px;
	font-weight: 800;
}

h2 {
	font-size: 32px;
	font-weight: 700;
	color: #111827;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

/* HEADER */

header {
	background-color: #f1f1f1;
}

header .wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

header .wrapper a.logo {
	display: block;
	width: 180px;
}

header .wrapper a.logo img {
	width: 100%;
}

/* FORMS */

.form-space {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.form-space input {
	display: block;
	flex: 1;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

.form-space button {
	display: block;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

/* BUTTONS */

.btn {
	border: 0;
	border-radius: 0;
	font-weight: 600;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
	font-size: 14px;
}

.btn-1 {
	background: linear-gradient(135deg, #000 0%, #0f172a 100%);
    padding: 11px 18px;
    color: #fff;
	border: 1.5px solid #e2e8f0;
    border-radius: 15px;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
	box-sizing: border-box;
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7.2px;
	height: 7.2px;
	border-radius: 50%;
	background: currentColor;
	margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 62.62742px;
	left: 62.62742px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 67.71281px;
	left: 56px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 70.90963px;
	left: 48.28221px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 70.90963px;
	left: 31.71779px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 67.71281px;
	left: 24px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 62.62742px;
	left: 17.37258px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12.28719px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* FOOTER */

footer {
	padding: 30px 0;
	background: #f8f8f8;
	text-align: center;
	font-size: 12px;
}

.nikofonts {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #000;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}

.nikofonts[data-icon="next"] {
	-webkit-mask-image: url(./nikofonts/next.svg);
	mask-image: url(./nikofonts/next.svg);
}

.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt50 { margin-top: 50px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb50 { margin-bottom: 50px !important; }
.p50 { padding: 50px !important; }
.pt50 { padding-top: 50px !important; }
.pb50 { padding-bottom: 50px !important; }

@media (min-width: 1200px) {
	
	.container {
		max-width: 1140px;
	}
	
}

@media (min-width: 0px) and (max-width: 991px) {
	
	h1 {
		font-size: 36px;
	}
	
	h2 {
		font-size: 30px;
	}
	
	.m-mt20 { margin-top: 20px !important; }
	.m-p30 { padding: 30px !important; }
	
}