@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #fff;
    color: #706a62;
	font-size: 15px;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 38px;
	font-weight: 500;
}

h2 {
	font-size: 30px;
	font-weight: 500;
	color: #000;
}

h3 {
	font-size: 19px;
    color: #000;
    font-weight: 500;
}

h4 {
	font-size: 17px;
    font-weight: 500;
}

h5 {
	font-size: 15px;
    font-weight: 500;
}

a { text-decoration: none; }
h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
p { margin: 0; padding: 0; }

.mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100001;
	background-color: #fff;
	padding: 30px;
	overflow-y: auto;
}

.mobile-menu.show {
	display: block;
}

.mobile-menu ul li {
	display: block;
}

.mobile-menu ul li.menu-link a {
	display: block;
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
    font-weight: 600;
    color: #343434
}

#nav-icon2 {
	display: none;
	position: fixed;
	right: 15px;
	top: 20px;
	width: 25px;
	height: 25px;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 100005;
}

#nav-icon2 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 50%;
	background-color: #000;
	opacity: 1;
	transition: .25s ease-in-out;
}

#nav-icon2.open span {
	background-color: #001233;
}

#nav-icon2 span:nth-child(even) {
	left: 50%;
	border-radius: 0 3px 3px 0;
}

#nav-icon2 span:nth-child(odd) {
	left: 0px;
	border-radius: 3px 0 0 3px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
	top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
	top: 8px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
	top: 16px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
	left: 6px;
	top: 8px;
}

#nav-icon2.open span:nth-child(2) {
	left: calc(50% - 6px);
	top: 8px;
}

#nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
	left: 6px;
	top: 8px;
}

#nav-icon2.open span:nth-child(6) {
	left: calc(50% - 6px);
	top: 8px;
}

/* HEADER */

header {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	z-index: 10001;
	background-color: #1919ac;
	background: radial-gradient(circle at 50% 30%, #2a2ad6 0%, #1919ac 70%, #0f0f70 100%);
    background-attachment: fixed;
}

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

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

header .wrapper .logo img {
	width: 100%;
	filter: brightness(0) invert(1);
}

header .wrapper nav {
	display: flex;
    align-items: center;
	margin-left: auto;
}

header .wrapper nav > ul {
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0;
}

header .wrapper nav > ul li {
	position: relative;
}

header .wrapper nav > ul li a {
	display: flex;
	align-items: center;
	gap: 5px;
	position: relative;
	font-size: 14px;
	color: #f4f4f4;
	font-weight: 500;
}

header .wrapper nav ul li a span.circle {
	position: relative;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #36d436;
}

/* HERO */

.hero {
	display: flex;
	align-items: center;
	padding: 150px 0 50px;
}

.hero .wrapper h1 {
	color: #000;
}

.hero .wrapper span.subtitle {
	display: block;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 18px;
}

.hero .wrapper .info {
	text-align: center;
	color: #f4f4f4;
	margin-top: 40px;
}

.hero .wrapper .buttons {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.hero .wrapper .buttons .btn {
	min-width: 310px;
}

.autopromo {
	background: linear-gradient(100deg, #ecf8ff 10.84%, #d6cdf7 91.06%);
	border-radius: 24px;
	display: grid;
	grid-template-columns: 4fr 6fr;
}

.autopromo .content {
	
}

ul.attributes {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

ul.attributes li {
	color: #202557;
}

ul.attributes li svg {
	color: #4855c6;
}

.subtitle {
	display: block;
	font-weight: 600;
	color: #36d436;
}

.items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	margin-top: 30px;
	width: 100%;
}

.items .item a {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px dashed rgba(0, 0, 0, .35);
	padding: 20px 30px;
	border-radius: 20px;
	font-weight: 600;
	font-size: 24px;
	position: relative;
	color: #000;
}

.items .item a.selected {
	border-color: #000;
}

.items .item a .select-circle {
	position: absolute;
	right: 30px;
	top: 20px;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	border: 2px solid #000;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.items .item a .select-circle:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) scale(0);
	opacity: 0;
	transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.15s ease;
}

.items .item a.selected .select-circle:after {
	transform: rotate(45deg) scale(1);
	opacity: 1;
}

.items .item a .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	border-radius: 10px;
	background-color: #f7f7f7;
	margin-bottom: 30px;
}

.items .item a .icon i.nikofonts {
	width: 30px;
	height: 30px;
	background-color: #1919ac;
}

.items .item a span {
	display: block;
	color: #000;
	font-size: 15px;
}

/* NIKOFONTS */

.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="drop"] {
    mask: url(./nikofonts/drop.svg) center/contain no-repeat;
    -webkit-mask: url(./nikofonts/drop.svg) center/contain no-repeat;
}

.nikofonts[data-icon="flame"] {
    mask: url(./nikofonts/flame.svg) center/contain no-repeat;
    -webkit-mask: url(./nikofonts/flame.svg) center/contain no-repeat;
}

.nikofonts[data-icon="sewer"] {
    mask: url(./nikofonts/sewer.svg) center/contain no-repeat;
    -webkit-mask: url(./nikofonts/sewer.svg) center/contain no-repeat;
}

/* BUTTONS */

.btn-1 {
	text-transform: uppercase;
	font-size: 14px;
	background-color: #36d436;
	color: #fff;
	border-radius: 10px;
	padding: 13px 33px;
	font-weight: 600;
}

.btn-pp {
	display: block;
	background-color: #2a2ad6;
	border-radius: 10px;
	width: fit-content;
	padding: 8px 13px;
	color: #fff;
	font-weight: 600;
}

.btn-pp span {
	display: block;
	font-size: 11px;
	line-height: 11px;
}

/* FOOTER */

footer {
	padding-top: 40px;
	background-color: #ecf8ff;
	text-align: center;
}

footer .company-details {
	font-size: 13px;
	color: #898989;
}

footer .footer-logo {
	width: 160px;
	margin: 0 auto;
}

footer .footer-logo img {
	width: 100%;
}

footer .bottom {
	padding: 20px 0;
	border-top: 1px solid #ddd;
	margin-top: 40px;
	font-size: 13px;
	color: #898989;
}

footer .bottom .wrapper {
	display: flex;
	align-items: center;
}

footer .bottom .wrapper ul {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: auto;
}

footer .bottom .wrapper ul li a {
	text-transform: uppercase;
	color: #898989;
}

.p20 { padding: 20px !important; }
.p30 { padding: 30px !important; }
.p40 { padding: 40px !important; }
.p50 { padding: 50px !important; }
.pt50 { padding-top: 50px !important; }
.pt100 { padding-top: 100px !important; }
.pt150 { padding-top: 150px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb100 { padding-bottom: 100px !important; }
.pb150 { padding-bottom: 150px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb20 { margin-bottom: 20px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.g-6 { --bs-gutter-x: 4rem; }
iframe { height: 750px; }

@media (min-width: 0px) and (max-width: 991px) {
	
	#nav-icon2 {
		display: none;
	}
	
	header .wrapper {
		padding: 10px 0;
	}
	
	header .wrapper .logo {
		width: 160px;
	}
	
	header .wrapper nav {
		display: none;
	}
	
	h1 {
		font-size: 30px;
	}
	
	.hero {
		height: 100%;
		padding: 100px 0 50px 0;
	}
	
	.hero .wrapper span.subtitle {
		font-size: 15px;
	}
	
	.hero .wrapper .buttons {
		margin-top: 15px;
	}
	
	.items {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 10px;
		margin-top: 15px;
	}
	
	.items .item a {
		padding: 15px 20px;
		height: auto;
		font-size: 20px;
	}
	
	.items .item a span {
		font-size: 14px;
	}
	
	.items .item a .icon {
		margin-bottom: 10px;
		width: 50px;
		height: 50px;
	}
	
	.items .item a .icon i.nikofonts {
		width: 25px;
		height: 25px;
	}
	
	footer .bottom .wrapper {
		flex-direction: column;
		gap: 10px;
	}
	
	footer .bottom .wrapper ul {
		flex-direction: column;
		gap: 10px;
		margin-left: 0;
	}
	
	.m-mt20 { margin-top: 20px !important; }
	.m-mt30 { margin-top: 30px !important; }
	.pm-20 { padding: 20px !important; }
	.m-p15 { padding: 15px !important; }

}

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