@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/eb-garamond-3');
@import url('https://fonts.cdnfonts.com/css/open-sans-condensed-2');

body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-optical-sizing: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #fff;
    color: #1b1619;
	font-size: 17px;
}

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

a { text-decoration: none; }

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: 'EB Garamond', sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 60px;
}

h3 {
	font-size: 50px;
}

h4 {
	font-size: 35px;
}

h5 {
	font-size: 25px;
}

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: 30px;
	top: 35px;
	width: 25px;
	height: 25px;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 100005;
}

#nav-icon2 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 50%;
	background-color: #fff;
	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: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 10001;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	background: linear-gradient(130deg, rgba(27, 22, 25, .4) 0%, rgba(36, 30, 34, .4) 100%);
}

header.scrolled {
	background: linear-gradient(130deg, rgba(27, 22, 25, 1) 0%, rgba(36, 30, 34, 1) 100%);
}

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

header .wrapper .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	margin-left: auto;
	margin-right: auto;
}

header .wrapper .logo a {
	width: 110px;
	transition: .3s;
}

header.scrolled .wrapper .logo a {
	width: 100px;
}

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

header .wrapper ul {
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

header nav {
	display: flex;
	align-items: center;
	width: 40%;
}

header nav ol {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

header a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	transition: .2s;
	font-size: 15px;
	color: #fff;
	line-height: 1;
	font-family: 'EB Garamond', sans-serif;
}

header a:hover,
header a.active {
	color: #8f847d;
}

header ul.right-menu {
	margin-left: auto;
	width: 40%;
	display: flex;
	justify-content: flex-end;
}

/* HERO */

.hero {
	display: flex;
	align-items: center;
	height: 90vh;
	position: relative;
	overflow: hidden;
	clip-path: ellipse(150% 100% at 50% 0%);
	background-color: #fff;
}

.hero.is-page {
	height: auto;
	padding: 160px 0 90px 0;
}

.hero.blank {
	background: linear-gradient(130deg, #1B1619 0%, #241E22 100%);
}

.hero .wrapper {
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: column;
	position: relative;
	z-index: 3;
	max-width: 690px;
	margin: 0 auto;
}

.hero .wrapper h1 {
	font-weight: 500;
	color: #fff;
}

.hero .wrapper h3 {
	font-weight: 500;
	color: #8f847d;
}

.hero .wrapper p {
	color: #a6a29c;
}

.hero .hero-image:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: #fff url(../img/hero-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	animation-name: hero;
	animation-duration: 45s;
	animation-iteration-count: infinite;
}

.hero .hero-image:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: #fff url(../img/hero-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	animation-name: hero_page;
	animation-duration: 45s;
	animation-iteration-count: infinite;
}

@keyframes hero {
	0% {
		transform: scale(1) rotate(0deg);
	}
	70% {
		transform: scale(1.5) rotate(20deg);
	}
	100% {
		transform: scale(1) rotate(0deg);
	}
}

@keyframes hero_page {
	0% {
		transform: scale(1);
	}
	70% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
	}
}

.hero .hero-image:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background-color: rgba(27, 22, 25, .85);
}

.hero .social-buttons {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 3;
}

.hero .social-buttons i {
	background-color: #1B1619;
	width: 18px;
	height: 18px;
}

.hero .social-buttons p {
	font-size: 16px;
	text-transform: uppercase;
	color: #a6a29c;
	position: relative;
	padding-right: 30px;
	font-family: 'EB Garamond', sans-serif;
}

.hero .social-buttons p:after {
	position: absolute;
	content: '';
	right: 0;
	width: 20px;
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #8f847d;
}

.hero .social-buttons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	text-align: center; 
	background-color: #8f847d;
	border-radius: 100%;
	color: #fff;
}

.hero .social-buttons a:hover {
	background-color: #fff;
}

.with-parallax-image {
	text-align: center;
	color: #898989;
}

.fs-24 { font-size: 24px; }

/* BREADCRUMBS */

.breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 10px;
}

.breadcrumbs li {
	display: flex;
	align-items: center;
	position: relative;
	color: #8f847d;
}

.breadcrumbs li:before {
	position: relative;
	content: '\00BB';
	margin: 0 5px;
}

.breadcrumbs li:first-child:before {
	content: '';
	margin: 0;
}

.breadcrumbs li a {
	color: #fff;
}

/* BUTTONS */

.contact-boxes {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	flex-wrap: wrap;
}

.contact-boxes .item {
	background-color: #1B1619;
	border-radius: 20px;
	padding: 40px 60px;
	color: #fff;
}

.contact-boxes .item .details {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 30px;
}

.contact-boxes .item .details .icon i {
	width: 50px;
	height: 50px;
	background-color: #fff;
}

.contact-boxes .item .details .content {
	flex: 1;
}

.contact-boxes .item .details .content p span {
	display: block;
	color: #8f847d;
}

/* BUTTONS */

.btn {
	border-radius: 35px;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #968891;
	font-family: 'EB Garamond', sans-serif;
}

.btn-1 {
	background-color: #1B1619;
	color: #fff;
	transition: .1s;
	font-weight: 700;
}

.btn-1:hover {
	background-color: #8f847d;
	color: #fff;
}

.btn-2 {
	border: 1px solid #8f847d;
	border-radius: 20px;
	color: #8f847d;
	padding: 10px 22px;
	transition: .1s;
}

.btn-2:hover {
	border-color: #fff;
	color: #fff;
}

.btn-3 {
	border: 0;
	border-radius: 0;
	color: #8f847d;
	padding: 0;
	background-color: transparent;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
}

.btn-3:hover {
}

.btn-4 {
	border: 1px solid #8f847d;
	border-radius: 20px;
	color: #8f847d;
	padding: 10px 22px;
	transition: .1s;
}

.btn-4:hover {
	border-color: #1B1619;
	color: #1B1619;
}

.btn-icon {
	display: inline-flex;
	align-items: center;
}

.btn-icon i {
	background-color: #fff;
	margin-right: 7px;
}

.btn-basket {
	display: flex;
	align-items: center;
	gap: 5px;
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	padding: 8px 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}

.btn-basket i {
	margin-right: 7px;
	background-color: #fff;
}

.accordion-item {
	background-color: transparent;
	border-color: #1c1619;
	font-size: 24px;
}

.accordion-button {
	background-color: transparent;
	color: #1c1619;
	font-size: 24px;
}

.basket-summary {
	border-radius: 20px;
    background-color: #FDF7F4;
	padding: 20px;
}

.basket-summary .details {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.basket-summary .details .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.basket-summary .details .item.last {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 20px 0;
	padding: 20px 0;
}

.basket-summary .details .item span:last-child {
	text-align: right;
}

.basket-summary .details .item.last span:last-child {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
}

.basket-summary .buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.basket-summary .buttons a {
	width: 100%;
}

.basket-items {
	display: flex;
	flex-direction: column;
}

.basket-items .item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #f3f3f3;
	padding: 15px 0px;
}

.basket-items .item:last-child {
	border-bottom: 0;
}

.basket-items .item .preview {
	width: 90px;
	border-radius: 7px;
	background-color: rgb(237 240 240 / 1);
}

.basket-items .item .preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 7px;
}

.basket-items .item .description .more {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.basket-items .item .description .more a[data-item-action="remove"] {
	position: relative;
	top: 3px;
	font-size: 16px;
	line-height: 16px;
	color: #8f847d;
}

.basket-items .item .description {
	flex: 1;
	margin: 0 20px;
}

.basket-items .item .description .quantity {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.basket-items .item .description .quantity input {
	height: 30px;
	border: 0;
	background-color: #FDF7F4;
	text-align: center;
	color: #000;
	font-weight: 600;
	width: auto;
	font-size: 24px;
}

.basket-items .item .description .quantity a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 30px;
	background-color: #FDF7F4;
	font-size: 24px;
	color: #000;
	font-weight: 600;
}

.basket-items .item .details {
	margin-left: auto;
	text-align: right;
	font-weight: 700;
	font-size: 24px;
}

.basket-items .item ul.variants {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 10px;
}

.basket-items .item ul.variants li {
	display: flex;
	align-items: center;
	position: relative;
}

.basket-items .item ul.variants li:before {
	position: relative;
	display: inline-block;
	top: 1px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #8f847d;
	content: '';
	margin-right: 5px;
}

.payment-methods {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.payment-methods .item a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 20px;
	border: 2px solid transparent;
	border-radius: 20px;
	background-color: #FDF7F4;
}

.payment-methods .item a h5 {
	color: #000;
	font-weight: 500;
	margin: 10px 0 3px 0;
}

.payment-methods .item a span.recommended {
	display: inline-flex;
	font-size: 14px;
	line-height: 14px;
	border-radius: 30px;
	padding: 4px 7px;
	background-color: #6BAF00;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'EB Garamond', sans-serif;
}

.payment-methods .item a h5 span.desc {
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-top: 5px;
}

.payment-methods .item a img {
	display: block;
	width: 65px;
}

.payment-methods .item a span {
	display: block;
	font-size: 12px;
	font-style: italic;
	color: #999;
}

.payment-methods .item a.selected {
	border-color: #6BAF00;
	color: #6BAF00;
}

.section-image {
	position: relative;
	height: 650px;
}

.section-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.section-image div {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 30px;
	width: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	height: 60px;
	border-radius: 20px;
	background: linear-gradient(130deg, rgb(27, 22, 25) 0%, rgb(36, 30, 34) 100%);
}

.section-image div span {
	color: #fff;
	font-family: "EB Garamond", sans-serif;
	font-size: 24px;
}

/* SECTION TITLE */

section { overflow-x: hidden; }

.section-title.centered {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-title span {
	display: flex;
	align-items: center;
	color: #8f847d;
	text-transform: uppercase;
	font-family: 'EB Garamond', sans-serif;
	margin-bottom: 10px;
}

.section-title span i {
	margin-right: 7px;
	width: 16px;
	height: 16px;
	background-color: #8f847d;
}

.section-title h2 {
	color: #fff;
}

.section-title.in-white-bg h2 {
	color: #1c1619;
}

.section-col-image img {
	width: 100%;
	border-radius: 20px;
}

.bg-1 {
	background-color: #fff;
}

.bg-2 {
	background-color: #1B1619;
}

.bg-3 {
	background-color: #1B1619;
}

.bg-4 {
	background-color: #FDF7F4;
}

.short-centered {
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
	padding: 75px 0;
}

.image-animations-container {
	position: relative;
	background-color: #
}

.image-animations {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.image-animations div {
	position: absolute;
}

.image-animations img {
	width: 220px;
	height: 200px;
	object-fit: cover;
	border-radius: 20px;
}

.image-animations .bottom-left img,
.image-animations .top-right img {
	width: 270px;
	height: 230px;
}

.image-animations .top-left {
	top: 0;
	left: 0;
}

.image-animations .bottom-left {
	bottom: 0;
	left: 0;
}

.image-animations .top-right {
	top: 0;
	right: 0;
}

.image-animations .bottom-right {
	bottom: 0;
	right: 0;
}

/* PRODUCTS */

.products {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.products .item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	padding: 25px;
	border-radius: 20px;
	text-align: center;
	height: 570px;
}

.products .item .image {
	position: relative;
	height: 330px;
	border-radius: 20px;
}

.products .item .image .assets {
	position: absolute;
	left: 10px;
	top: 10px;
}

.products .item .image .assets span {
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding: 3px 7px;
	background: rgba(143, 132, 125, .8);
	border-radius: 10px;
	text-transform: uppercase;
	color: #fff;
}

.products .item .image .assets span i {
	margin-right: 7px;
	background-color: #fff;
	width: 16px;
	height: 16px;
}

.products .item .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 20px;
}

.products .item span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
}

.products .item h3 {
	font-size: 24px;
	margin: 15px 0 15px 0;
}

.products .item h3 a {
	color: #1c1619;
}

.products .item .details {
	margin-top: 15px;
}

/* BENEFITS */

.benefits {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 23px;
}

.benefits .item {
	text-align: center;
	background-color: #1B1619;
	border-radius: 20px;
	padding: 40px 60px;
}

.benefits .item h4 {
	color: #fff;
	margin-top: 10px;
}

.benefits .item p {
	color: #a6a29c;
	margin-top: 30px;
}

.benefits .item i {
	width: 40px;
	height: 40px;
	background-color: #fff;
}

.product-info p {
	color: #fefefe;
	font-size: 24px;
}

.product-info .add-to-basket p span {
	font-weight: 700;
}

.preview-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #8f847d;
}

.choice-group label {
	display: block;
	margin-bottom: 10px;
	color: #fff;
}

.choice-group .choices {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.choice-group .choices a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	border: 1px solid #8f847d;
	border-radius: 5px;
	color: #8f847d;
	transition: .1s;
	padding: 0 10px;
}

.choice-group .choices.auto-width a {
	width: auto;
}

.choice-group .choices a.active,
.choice-group .choices a:hover {
	color: #fff;
	border-color: #fff;
}

/* SOCIALS */

ul.socials {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

ul.socials li a {
	border: 1px solid #322d2a;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 5px 15px;
	color: #fff;
}

ul.socials li a i {
	background-color: #fff;
	width: 16px;
	height: 16px;
	margin-right: 15px;
}

.contact-form {
	background-color: #fff;
	border-radius: 20px;
	padding: 40px 60px;
}

.form-space {
	margin-bottom: 20px;
}

.form-space:last-child {
	margin-bottom: 0px;
}

.form-space label {
	display: block;
	margin-bottom: 5px;
}

.form-space input,
.form-space textarea {
	display: block;
	width: 100%;
	border: 0;
	background-color: #FDF7F4;
	border-radius: 20px;
	padding: 8px 20px;
}

.form-group {
	display: flex;
	gap: 10px;
}

.form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-group label {
	display: flex;
	gap: 10px;
	position: relative;
	cursor: pointer;
}

.form-group label div {
	position: relative;
	top: -4px;
}

.form-group label:before {
	content:'';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #ddd;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: block;
	border-radius: 5px;
	width: 20px;
	height: 20px;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}

.form-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 9px;
	width: 6px;
	height: 14px;
	border: solid #6BAF00 ;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* STATS */

.stats {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.stats .item {
	text-align: center;
	border-left: 1px solid #8f847d;
	border-right: 1px solid #8f847d;
	padding: 30px 50px;
}

.stats .item span.value {
	display: block;
	font-size: 70px;
	font-family: "EB Garamond", sans-serif;
	font-weight: 700;
}

.stats .item p {
	font-size: 24px;
	margin-top: 10px;
}

.smartbox {
	display: flex;
	align-items: center;
	gap: 30px;
}

.smartbox .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 100px;
	border-radius: 20px;
	background: linear-gradient(130deg, rgb(27, 22, 25) 0%, rgb(36, 30, 34) 100%);
}

.smartbox .icon i {
	width: 50px;
	height: 50px;
	background-color: #fff;
}

.smartbox .content {
	flex: 1;
	font-size: 24px;
}

/* 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="shopping-cart"] {
	-webkit-mask-image: url(./nikofonts/shopping-cart.svg);
	mask-image: url(./nikofonts/shopping-cart.svg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* FOOTER */

footer {
	padding: 50px 0 0;
	border-top: 1px solid #322d2a;
	color: #a6a29c;
	background: linear-gradient(130deg, #1B1619 0%, #241E22 100%);
}

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

footer .logo img {
	width: 100%;
}

footer h5 {
	font-weight: 500;
	color: #8f847d;
}

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

footer ul.menu li {
	position: relative;
	padding-left: 25px;
	transition: .3s;
}

footer ul.menu li:hover {
	padding-left: 30px;
}

footer ul.menu li:before {
	position: absolute;
	left: 0;
	top: 12px;
	content: '';
	width: 10px;
	height: 2px;
	background-color: #322d2a;
	transition: .3s;
}

footer ul.menu li:hover:before {
	background-color: #fff;
	width: 15px;
}

footer ul.contacts {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

footer ul.contacts li a {
	border: 1px solid #322d2a;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 15px;
}

footer ul.contacts li a i {
	background-color: #fff;
	width: 16px;
	height: 16px;
	margin-right: 15px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #8f847d;
}

footer .copyrights {
	color: #a6a29c;
}

footer .bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-top: 1px solid #322d2a;
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

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

footer .bottom ul li {
	position: relative;
}

footer .bottom ul li:not(:first-child)::before {
	position: relative;
	display: inline-block;
	content: '';
	width: 1px;
	height: 11px;
	background-color: rgba(255, 255, 255, .3);
	left: 0;
	top: 0;
	bottom: 0;
	margin: 0 15px;
}

footer .bottom ul li a {
	color: #fff;
	transition: .1s;
}

footer .bottom ul li a:hover {
	color: #8f847d;
}

/* WINDOW */

.window {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.65);
	z-index: 10002;
	display: none;
}

.window.show {
	display: block;
	animation-name: fadeIn;
	animation-duration: .3s;
}

.window .window-body {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	background: #fff;
	border-radius: 15px;
	padding: 30px 40px;
	display: none;
	max-height: 90%;
	max-width: 1680px;
	overflow-y: auto;
}

.window.window-50 .window-body {
	width: 50%;
}

.window.window-full .window-body {
	width: 98%;
	min-height: 98%;
	max-height: 98%;
	overflow: auto;
	height: 98%;
	padding: 20px 30px;
}

.window.show .window-body {
	display: block;
	animation-name: show-window-body;
	animation-duration: .3s;
	transform: translate(-50%, -50%);
}

.window .buttons {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

@keyframes show-window-body {
	0% {
		top: 200%;
	}
	100% {
		top: 50%;
	}
}

.window .window-body .window-close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: 600;
	cursor: pointer;
	width: 26px;
	height: 26px;
	border-radius: 5px;
	background-color: #1B1619;
    color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: .2s;
}

.window .window-body .window-close:hover {
	background-color: #f1f1f1;
}

.window .window-body .window-close i {
	font-size: 28px;
	transition: .1s;
}

.window .window-body .window-close:hover i {
	color: #000;
}

.window .window-body h3 {
	margin-bottom: 30px;
	color: #1B1619;
}

.p20 { padding: 20px !important; }
.p30 { padding: 30px !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; }
.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; }
.mt50 { margin-top: 50px !important; }
.mt100 { margin-top: 100px !important; }
.ml10 { margin-left: 10px !important; }
.g-6 { --bs-gutter-x: 5rem; }

@media (min-width: 0px) and (max-width: 991px) {
	
	#nav-icon2 {
		display: block;
	}
	
	header ul,
	header nav {
		display: none;
	}
	
	header .wrapper .logo {
		width: 90px;
		justify-content: flex-start;
		margin-left: 0;
		margin-right: 0;
	}
	
	header .wrapper .logo a {
		width: 90px;
	}
	
	header ul.right-menu {
		margin-right: 65px;
	}
	
	header ul.right-menu li:first-child {
		display: none;
	}
	
	.contact-form {
		padding: 20px;
	}
	
	.benefits {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.products {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.hero {
		height: 100vh;
	}
	
	.hero .social-buttons {
		bottom: 50px;
		width: 90%;
		justify-content: center;
	}
	
	.hero .social-buttons p {
		padding-right: 20px;
	}
	
	.hero .social-buttons p:after {
		width: 10px;
	}
	
	.section-image div {
		padding: 0 15px;
		width: 75%;
		height: 40px;
	}
	
	.image-animations {
		position: relative;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		justify-content: center;
	}
	
	.image-animations div {
		position: relative;
	}
	
	.image-animations img {
		width: 100%;
		height: 100%;
	}
	
	.contact-boxes {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.stats {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.smartbox {
		flex-direction: column;
		gap: 20px;
	}
	
	.smartbox .content {
		text-align: center;
		font-size: 18px;
	}
	
	footer .footer-logo {
		max-width: 180px;
	}
	
	footer .bottom p {
		margin-bottom: 20px;
		text-align: center;
	}
	
	footer .bottom ul {
		margin-right: auto;
		text-align: center;
	}
	
	.window .window-body {
		width: 90%;
		padding: 20px;
	}
	
	.window.window-50 .window-body {
		width: 90%;
		padding: 20px;
	}
	
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 25px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 20px;
	}
	
	.fs-24 { font-size: 18px; !important; }
	
	.m-mt20 { margin-top: 20px !important; }
	.m-mt30 { margin-top: 30px !important; }
	.m-mt50 { margin-top: 50px !important; }
	.pm-20 { padding: 20px !important; }
	.m-p15 { padding: 15px !important; }

}