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

body {
	font-family: "Work Sans", sans-serif;
	font-optical-sizing: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f9f9f9;
    color: #333446;
	font-size: 16px;
}

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

h1 {
	font-size: 24px;
	font-weight: 700;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 30px;
    color: #000;
    font-weight: 700;
}

h4 {
	font-size: 24px;
}

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: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 10001;
	background-color: #fff;
	border-bottom: 1px solid #f4f4f4;
}

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

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

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

header .wrapper nav {
	margin-left: auto;
}

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

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

header .wrapper nav ul li a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	font-weight: 600;
    color: #343434;
	transition: .2s;
	border-radius: 15px;
}

header .wrapper nav ul li a:not(.btn):not(.wallet-status):hover {
	background-color: #edfff1;
	color: #2db34a;
}

header .wrapper nav ul li a.btn {
	border-radius: 35px;
    padding: 8px 20px;
	font-size: 16px;
}

header .wrapper nav ul li a.wallet-status {
	display: flex;
	align-items: center;
	border-radius: 15px;
	color: #2a0052;
	background-color: transparent;
	border: 2px solid #2a0052;
    border-radius: 35px;
	padding: 8px 20px;
}

header .wrapper nav ul li a.wallet-status i {
	margin-right: 7px;
	color: #121212;
}

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

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

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

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

/* HERO */

.hero {
	position: relative;
	background-color: #fafafa;
	background: url(../img/homepage.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 100%;
}

.hero .wrapper {
	display: flex;
	align-items: center;
	padding: 60px 0;
}

.hero .welcome h1 {
	font-size: 65px;
	color: #000;
}

.hero .welcome p {
	font-size: 22px;
	margin: 30px 0;
}

.hero .welcome p {
	margin: 30px auto;
	max-width: 850px;
}

/* HERO FULL */

.hero-full {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.hero-full .analysis-wrapper {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
}

.hero-full .analysis-wrapper h1 {
	font-size: 50px;
    color: #000;
}

.hero-full .lds-ring {
	margin-top: 30px;
}

.dropzone {
	position: relative;
    min-height: 120px;
    border: 0;
    border-radius: 15px;
    padding: 20px 20px;
}

.dropzone .dz-message .dz-button {
	color: #6BAF00;
	font-weight: 500;
	animation-name: zoom-in;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@keyframes zoom-in {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.dropzone:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px dashed transparent;
    background: radial-gradient(120% 160% at 20% 80%, #c6f68f 15%, #90d943 45%, #6BAF00 90%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 15px;
}

.prize {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 20px;
	border-radius: 15px;
	font-size: 20px;
	line-height: 20px;
	color: #121212;
	font-weight: 500;
}

.prize:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    background: radial-gradient(120% 160% at 20% 80%, #c6f68f 15%, #90d943 45%, #6BAF00 90%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 15px;
}

.prize span {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #6BAF00;
}

.lds-ring {
	color: #6BAF00;
}

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

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

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid currentColor;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: currentColor transparent transparent transparent;
}

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

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

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

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

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

.services.services-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.services .item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background-color: #fff;
	padding: 50px 20px;
	transition: .4s;
	border-radius: 15px;
}

.services.services-3 .item {
	padding: 20px;
}

.services .item:before {
    position: absolute;
	content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border: 2px solid transparent;
	background: radial-gradient(120% 160% at 20% 80%, #c6f68f 15%, #90d943 45%, #6BAF00 90%) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	border-radius: 15px;
}

.services .item:hover {
	background-color: #6BAF00;
}

.services .item h2 {
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	transition: .4s;
}

.services .item:hover h2 {
	color: #fff;
}

.services .item h2 span {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
}

.services .item .icon i {
	font-size: 60px;
	color: #6BAF00;
	transition: .4s;
}

.services .item:hover .icon i {
	color: #fff;
}

.services .item a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.space-with-border {
	position: relative;
	padding: 50px;
	border-radius: 22px;
}

.space-with-border * {
	position: relative;
	z-index: 2;
}

.space-with-border:before {
    position: absolute;
	content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border: 2px solid transparent;
	background: radial-gradient(120% 160% at 20% 80%, #c6f68f 15%, #90d943 45%, #6BAF00 90%) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	border-radius: 22px;
	z-index: 1;
}

.space-with-border h3 {
	color: #000;
}

.space-with-border span.title {
	display: block;
	font-size: 30px;
	color: #6BAF00;
	margin-bottom: 30px;
}

.space-with-border h4 {
	color: #000;
	font-size: 22px;
	margin-bottom: 30px;
}

.space-with-border p {
	font-size: 20px;
}

/* FEATURES */

.features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.features .item {
	border-radius: 15px;
	padding: 20px;
	border: 1px solid #6BAF00 ;
	text-align: center;
}

.features .item h4 {
	color: #6BAF00 ;
}

.benefits {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: flex-start;
	gap: 40px;
}

.benefits .item {
	position: relative;
	padding: 40px;
	border-radius: 22px;
}

.benefits .item:before {
    position: absolute;
	content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border: 2px solid transparent;
	background: radial-gradient(120% 160% at 20% 80%, #c6f68f 15%, #90d943 45%, #6BAF00 90%) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	border-radius: 22px;
}

.benefits .item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 65px;
	height: 65px;
	border-radius: 100%;
	background: linear-gradient(to right, #8cd63e, #6BAF00);
	color: #fff;
	margin-bottom: 30px;
}

.benefits .item .icon i {
	position: relative;
	top: 3px;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
}

.benefits .item h3 {
	font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    transition: .4s;
}

.benefits .item p {
    margin-top: 20px;
}

.reviews {
	column-count: 4;
	column-gap: 20px;
}

.reviews .item {
	break-inside: avoid;
	margin-bottom: 20px;
	background-color: rgb(237 240 240 / 1);
    border-radius: 8px;
    padding: 24px;
}

.reviews .author {
	display: flex;
	align-items: center;
}

.reviews .author .avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #000;
}

.reviews .author .avatar span {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.reviews .author .details {
	flex: 1;
	margin-left: 10px;
}

.reviews .author .details p {
	font-weight: 600;
	color: #111;
}

.reviews .author .details span {
	font-size: 13px;
	line-height: 13px;
	display: block;
}

.reviews .stars {
	display: flex;
	gap: 5px;
}

.reviews .stars .star {
	width: 24px;
	height: 24px;
}

/* BLOG */

.blog-posts {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: flex-start;
	gap: 30px;
}

.blog-posts.owl-carousel-blog {
	display: block;
}

.blog-posts .item {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	border: 1px solid #eee;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 15px;
}

.blog-posts .item .item-image {
	width: 100%;
	height: 320px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.blog-posts.owl-carousel-blog .item .item-image {
	height: 300px;
}

.blog-posts .item .item-image a {
	height: 350px;
}

.blog-posts .item .item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.blog-posts .item .item-content {
	padding: 20px;
}

.blog-posts .item .item-content h2 {
	font-size: 45px;
    font-weight: 700;
    color: #000;
}

.blog-posts .item .item-content h3 {
	font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    transition: .4s;
}

.blog-posts .item .item-content p.description {
	margin: 20px 0;
}

.blog-posts .item .item-content p.publication-date {
	font-size: 14px;
	line-height: 14px;
}

.blog-posts .item .item-content a {
	justify-content: center;
}

/* SINGLE BLOG POST */

.blog-single-post {
	background-color: #fff;
	max-width: 755px;
	margin: 0 auto;
	border-radius: 8px;
	padding: 20px;
}

.blog-single-post .post-content {
	font-size: 18px;
}

.blog-single-post .post-content a {
	color: #E00356;
	font-weight: 500;
}

.blog-single-post .post-content h2 {
	font-size: 28px;
	font-weight: 500;
    color: #001233;
	margin-bottom: 20px;
}

.blog-single-post .post-content h3 {
	font-size: 24px;
	font-weight: 500;
    color: #001233;
	margin-bottom: 20px;
}

.blog-single-post .post-image {
	height: 480px;
}

.blog-single-post .post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.blog-single-post blockquote {
	background-color: #f4f4f4;
	border-radius: 30px;
	padding: 20px;
	font-style: italic;
}

.blog-single-post .post-author {
	display: flex;
	gap: 15px;
	background-color: #edf0f0;
	border-radius: 15px;
}

.blog-single-post .post-author .avatar {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

.blog-single-post .post-author .avatar img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	object-fit: cover;
}

.blog-single-post .post-author .details {
	flex: 1;
}

.menu-page li a {
	font-weight: 600;
	font-size: 18px;
	color: #000;
	text-align: right;
	border-bottom: 1px dashed #ddd;
	padding: 15px;
	display: block;
}

.post {
	margin-bottom: 20px;
}

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

.post .post-content {
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
}

/* THREADS */

.threads {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.threads .item {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	border-left: 4px solid #6BAF00;
}

.threads .item h3 {
	font-size: 20px;
	font-weight: 500;
}

.threads .item .details {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.threads .item .details li.separator {
	width: 1px;
	height: 100%;
	background-color: #ddd;
	display: block;
	padding: 0;
	margin: 0 10px;
}

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

.stats .item {
	text-align: center;
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 15px;
}

.stats .item .value {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 100%;
    background: linear-gradient(to right, #8cd63e, #6BAF00);
	margin: 0 auto;
}

.stats .item .value span {
	font-size: 35px;
	display: block;
	line-height: 50px;
	font-weight: 600;
	color: #fff;
}

.stats .item h5 {
	margin-top: 20px;
}

/* BREADCRUMBS */

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

.breadcrumbs li {
	display: flex;
	align-items: center;
	position: relative;
}

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

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

/* BLOG AUTHOR */

.boxes {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.boxes .item {
	padding: 50px 30px;
	background-color: #fff;
	border-radius: 30px;
}

.mini-boxes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.mini-boxes .item {
	position: relative;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 30px;
}

.mini-boxes .item i {
	position: absolute;
	right: 20px;
	bottom: 0;
	font-size: 120px;
	line-height: 120px;
	opacity: .085;
}

.mini-boxes h4 {
	color: #000;
}

/* BLOG AUTHOR */

.blog-author {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	background-color: #fff;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #eee;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.05);
}

.blog-author .avatar {
	width: 150px;
	height: 150px;
	border-radius: 8px;
	border: 1px solid #ddd;
}

.blog-author .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.blog-author .details {
	flex: 1;
}

.blog-author .details h5 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.blog-author .details h5 .author {
	line-height: 11.5px;
    font-size: 11.5px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 5px;
	background-color: #73c1ff;
    color: #fff;
	display: inline-block;
}

.section-title.center {
	display: flex;
	justify-content: center;
	text-align: center;
}

.section-title h2 {
	font-size: 45px;
	font-weight: 600;
	color: #000;
}

.section-title.with-menu {
	display: flex;
	align-items:center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

ul.places {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

ul.places li {
	
}

ul.places li a {
	display: block;
	padding: 10px 15px;
	border: 1px solid #000;
	border-radius: 30px;
    font-weight: 500;
	color: #000;
	transition: .2s;
}

ul.places li a:hover {
	background-color: #000;
	color: #fff;
}

ul.checklist {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}

ul.checklist li {
	display: flex;
	align-items: center;
	border: 1px solid #121212;
	border-radius: 30px;
	padding: 10px 15px;
	color: #121212;
	font-weight: 500;
}

ul.checklist li i.nikofonts {
	width: 14px;
	height: 14px;
	margin-right: 7px;
}

ul.list li {
	margin-left: 40px;
	list-style-type: dot;
}

.tabs {
	border-bottom: 2px solid #ddd;
}

.nav-pills.tabs .nav-link {
	color: #121212;
	font-weight: 500;
	position: relative;
	padding: 12px 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background: none;
	color: #6BAF00;
}

.nav-pills .nav-link.active:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background-color: #6BAF00;
	content: '';
}

.btn {
    display: inline-block;
    padding: 12px 15px;
	font-size: 16px;
    text-decoration: none;
    border-radius: 35px;
    font-weight: 600;
    transition: .2s;
}

.btn i {
   padding-right: 6px;
   font-size: 18px;
   line-height: 18px;
   position: relative;
   top: 3px;
   color: #fff;
}

.btn-1 {
	color: #6BAF00 !important;
    padding: 0;
	text-transform: none;
}

.btn-1 i {
	color: #333446 !important;
}

.btn-2 {
	color: #6BAF00 !important;
    border: 2px solid #6BAF00;
	background-color: transparent;
	text-transform: uppercase;
}

.btn-2:hover {
	color: #fff !important;
	background-color: #6BAF00;
}

.btn-3 {
	color: #fff !important;
    border: 2px solid #000;
	background-color: #000000;
	min-width: 250px;
}

.btn-4 {
	color: #000 !important;
    border: 2px solid #000;
	background-color: transparent;
	text-transform: uppercase;
}

.btn.size-2 {
	font-size: 22px;
}

.btn.btn-ico .nikofonts {
	display: inline-flex;
	background-color: #6BAF00;
}

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

.bg-3 {
	background-color: rgb(237 240 240 / 1);
}

.bg-4 {
	background: radial-gradient(120% 160% at 20% 80%, #c6f68f 15%, #9fed4d 45%, #c6f68f 90%) border-box;
}

p.openhour {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #ddd;
	padding: 10px 0;
}

p.openhour:last-child {
	border-bottom: 0;
}

.break-word {
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.bg-woman-top-hand {
	margin-bottom: -130px;
}

.bg-woman-top-hand * {
	position: relative;
	z-index: 2;
}

.bg-woman-top-hand img {
	position: relative;
	top: -130px;
	display: block;
	max-width: 100%;
	margin: 0 auto;
	z-index: 1;
}

.border-bottom {
	border-bottom: 1px solid #ddd;
}

.rounded-1 {
	border-radius: 30px !important;
}

.font-color-1 {
	color: #6BAF00 !important;
}

.font-size-2 {
	font-size: 26px;
	font-weight: 700;
}

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

.font-weight-500 { font-weight: 500; }
.font-weight-600 { font-weight: 600; }

/* FORM WRAPPER */

.form-wrapper {
	text-align: center;
	position: relative;
	border: 2px solid #6BAF00;
    border-radius: 15px;
	padding: 50px;
}

.form-wrapper .helper {
	display: block;
	margin-top: 20px;
	font-style: italic;
	font-size: 16px;
    color: #676767;
}

.form-wrapper .choices {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.form-wrapper .choices.choices-2 {
	grid-template-columns: 1fr 1fr;
}

.form-wrapper .choices.choices-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.form-wrapper .choices a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	text-align: center;
	border: 2px solid #6BAF00;
	border-radius: 15px;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px;
	color: #6BAF00;
	transition: .2s;
}

.form-wrapper .choices a:hover {
	background-color: #6BAF00;
	color: #fff;
}

.form-wrapper .choices a .icon {
	margin-bottom: 10px;
}

.form-wrapper .choices a .icon i {
	position: relative;
	top: 3px;
	font-size: 50px;
	line-height: 50px;
}

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

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

.form-space label {
	font-weight: 500;
	color: #333446;
	margin-bottom: 15px;
	font-size: 16px;
	text-align: center;
}

.form-space input,
.form-space select {
	display: block;
	width: 100%;
	border: 0;
	padding: 15px 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
}

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

.accordion-button {
	font-size: 22px;
}

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

.products .item {
	background-color: rgb(237 240 240 / 1);
	padding: 24px;
	border-radius: 15px;
	min-height: 450px;
	display: flex;
	flex-direction: column;
}

.products .item h3 a {
	color: #121212;
}

.products .item .add-to-basket {
	margin-top: auto;
}

.products .item ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 20px 0;
	padding: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.products .item ul li {
	display: flex;
	align-items: flex-start;
}

.products .item ul li:before {
	position: relative;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 7px;
	background-color: #6BAF00;
	margin-right: 10px;
	top: 10px;
}

.products .item .price {
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: #6BAF00;
	margin-bottom: 5px;
}

.product-info h1 {
	margin-bottom: 20px;
	font-size: 50px;
	font-weight: 500;
}

.product-info .add-to-basket {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	background-color: #f4f4f4;
	border-radius: 15px;
	padding: 10px 15px;
	margin-top: 20px;
}

.product-info .add-to-basket p span {
	font-size: 24px;
	font-weight: 600;
	color: #6BAF00;
}

.basket-summary {
	position: sticky;
	top: 20px;
	border-radius: 15px;
    background-color: rgb(237 240 240 / 1);
	padding: 20px;
	margin-left: 20px;
}

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

.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 #f4f4f4;
	padding: 15px 0px;
}

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

.basket-items .item .preview {
	width: 60px;
	height: 60px;
	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"] {
	font-size: 16px;
	line-height: 16px;
}

.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 {
	width: 40px;
	height: 30px;
	border: 0;
	background-color: #f1f1f1;
	text-align: center;
	color: #000;
	font-weight: 600;
}

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

.basket-items .item .details {
	margin-left: auto;
	text-align: right;
}

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

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

.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: 13px;
	line-height: 13px;
	border-radius: 30px;
	padding: 4px 7px;
	background-color: #6BAF00;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

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

/* HELLO */

.hello {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10002;
}

.hello .preview {
	position: absolute;
	right: -200px;
	bottom: 0px;
}

.hello .preview.show {
	animation-name: show_preview;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes show_preview {
	0% {
		transform: rotate(0deg);
		right: -200px;
	}
	100% {
		transform: rotate(360deg);
		right: 0;
	}
}

.hello .preview.hide {
	opacity: 0;
}

.hello .preview .square {
	width: 70px;
	height: 70px;
	border-radius: 100%;
}

.hello .preview .square video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
	cursor: pointer;
}

.hello .wrapper {
	display: none;
    flex-direction: column;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 420px;
    height: 600px;
    max-height: 90vh;
	max-width: calc(100vw - 40px);
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.hello .wrapper.visible {
	display: flex;
}

.hello .wrapper.visible video {
	width: 100%;
    height: 75%;
    object-fit: cover;
	border-radius: 20px;
}

.hello .wrapper .my-content {
    height: 25%;
    display: flex;
    flex-direction: column;
	justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.hello .wrapper .my-content a {
    width: 100%;
}

.hello .wrapper .close {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 10005;
	background-color: #edf0f0;
	color: #121212;
	padding: 5px 7px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
}

/* FOOTER */

footer {
	padding-top: 100px;
    background-color: #fff;
    color: #333446;
	border-top: 1px solid #dfdfdf;
}

footer .footer-top {
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

footer h5 {
	font-weight: 500;
	color: #000;
	font-size: 20px;
}

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

footer ul.menu li a {
	text-decoration: none;
	color: #000;
}

footer ul.menu li a:hover {
	color: #6BAF00;
}

footer .footer-logo {
	width: 190px;
}

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

footer .footer-bottom {
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 14px;
	color: #878787;
}

footer .footer-bottom .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

footer .footer-bottom .wrapper ul li a {
	color: #343434;
	text-decoration: none;
}

footer .footer-bottom .wrapper ul li a:hover {
	color: #2db34a;
}

footer .about {
	font-size: 16px;
	line-height: 21px;
	color: #676767;
}

footer .about span {
	font-weight: 600;
	color: #333446;
}

footer .socials {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

footer .socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 2px solid #121212;
	border-radius: 35px;
	color: #121212;
	text-decoration: none;
	opacity: .5;
	transition: .3s;
}

footer .socials a:hover {
	opacity: 1;
}

footer .socials a i {
	position: relative;
	top: 0px;
	width: 20px;
	height: 20px;
}

/* 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: #f6f6f6;
    color: rgb(23, 116, 226);
	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 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
	font-weight: 700;
	color: #000;
}

.pos-rel { position: relative !important; }
.pos-rel.pos-rel-3 { z-index: 3 !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.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; }
.pb250 { padding-bottom: 250px !important; }
.ml10 { margin-left: 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; }
.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: block;
	}
	
	header .wrapper nav ul li {
		display: none;
	}
	
	header .wrapper nav ul li:last-child {
		display: block;
		margin-right: 45px;
	}
	
	header .wrapper nav ul li a.wallet-status {
		font-size: 14px;
		line-height: 14px;
		padding: 5px 10px;
	}
	
	header .wrapper .logo {
		width: 140px;
	}
	
	.hero .welcome {
		padding: 0;
	}
	
	.hero .welcome h1 {
		font-size: 35px;
	}
	
	.hero .welcome h2 {
		font-size: 33px;
	}
	
	.hero-full .analysis-wrapper h1 {
		font-size: 40px;
	}
	
	.mini-boxes {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.mini-boxes .item {
		padding: 10px;
	}
	
	.blog-posts {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.blog-single-post .post-image {
		height: 230px;
	}
	
	.stats {
		grid-template-columns: 1fr;
	}
	
	.font-size-2 {
		font-size: 20px;
	}

	.stats .item {
		padding: 15px;
	}
	
	.basket-summary {
		margin-left: 0;
	}
	
	.reviews {
		column-count: 1;
		column-gap: 20px;
	}
	
	.features {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.features .item {
		padding: 15px;
	}
	
	.benefits {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.benefits .item h3 {
		font-size: 30px;
	}
	
	.space-with-border {
		padding: 20px;
	}
	
	.space-with-border h4 {
		font-size: 18px;
	}
	
	.form-wrapper .choices,
	.form-wrapper .choices.choices-2,
	.form-wrapper .choices.choices-3,
	.form-wrapper .choices.choices-4 {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.bg-woman-top-hand {
		margin-bottom: -80px;
	}

	.bg-woman-top-hand img {
		top: -80px;
	}
	
	.services {
		gap: 10px;
		grid-template-columns: 1fr;
	}
	
	.services .item {
		padding: 20px 10px;
		text-align: center;
	}
	
	.services .item h2 {
		font-size: 18px;
	}
	
	.services .item h2 span {
		font-size: 16px;
	}
	
	.products {
		grid-template-columns: 1fr;
	}
	
	.boxes {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.boxes .item {
		padding: 20px;
	}
	
	.btn-3 {
		min-width: auto;
	}
	
	.section-title h2 {
		font-size: 35px;
	}
	
	footer .footer-bottom .wrapper {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	
	footer .footer-bottom .wrapper ul {
		margin-top: 10px;
		flex-direction: column;
		gap: 10px;
	}
	
	.window .window-body {
		width: 90%;
		padding: 20px;
	}
	
	.window.window-50 .window-body {
		width: 90%;
		padding: 20px;
	}
	
	.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: 1200px) {
	
}