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

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;
}

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: 25px;
	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: 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;
}

header nav ol li a:hover {
    color: #4BB7C8;
}

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 .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; }

/* BUTTONS */

.btn {
	border-radius: 35px;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #968891;
}

.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-icon {
	display: inline-flex;
	align-items: center;
}

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

/* 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="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="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%);
}

.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; }
.ml10 { margin-left: 10px !important; }
.g-6 { --bs-gutter-x: 4rem; }

@media (min-width: 0px) and (max-width: 991px) {
	
	#nav-icon2 {
		display: block;
	}
	
	header .wrapper ul {
		display: none;
	}
	
	header .wrapper .logo {
		width: 180px;
	}
	
	footer .footer-logo {
		max-width: 180px;
	}
	
	.m-mt20 { margin-top: 20px !important; }
	.m-mt30 { margin-top: 30px !important; }
	.pm-20 { padding: 20px !important; }
	.m-p15 { padding: 15px !important; }

}