@-webkit-keyframes fade_top {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fade_top {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);

		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fade_top {
	-webkit-animation-name: fade_top;
	animation-name: fade_top;
}

@-webkit-keyframes slide_left {
	0% {
		left: 0%;
	}

	100% {
		left: -30%;

	}
}

@keyframes slide_left {
	0% {
		left: 0%;
	}

	100% {
		left: -30%;

	}
}

.slide_left {
	-webkit-animation-name: slide_left;
	animation-name: slide_left;
}

@-webkit-keyframes slide_right {
	0% {
		right: 0%;
	}

	100% {
		right: -30%;
	}
}

@keyframes slide_right {
	0% {
		right: 0%;
	}

	100% {
		right: -30%;
	}
}

.slide_right {
	-webkit-animation-name: slide_right;
	animation-name: slide_right;
}


@font-face {
	font-family: 'Charter Regular';
	src: url('../fonts/charter/charter_regular-webfont.woff2') format('woff2'),
		url('../fonts/charter/charter_regular-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

.charter-regular {
	font-family: 'Charter Regular';
}

.colfax_bold {
	font-family: 'Colfax Bold';
}

.colfax_medium {
	font-family: 'Colfax Medium';
}

.blue_color {
	color: #145FDD;
}

@font-face {
	font-family: 'Colfax Regular';
	src: url('../fonts/colfax/Colfax-Regular.woff2') format('woff2'),
		url('../fonts/colfax/Colfax-Regular.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Colfax Medium';
	src: url('../fonts/colfax/Colfax-Medium.woff2') format('woff2'),
		url('../fonts/colfax/Colfax-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Colfax Bold';
	src: url('../fonts/colfax/Colfax-Bold.woff2') format('woff2'),
		url('../fonts/colfax/Colfax-Bold.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Rubik-Black';
	src: url('../fonts/rubik/Rubik-Black.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rubik-BlackItalic';
	src: url('../fonts/rubik/Rubik-BlackItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rubik-Bold';
	src: url('../fonts/rubik/Rubik-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rubik-BoldItalic';
	src: url('../fonts/rubik/Rubik-BoldItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rubik-ExtraBold';
	src: url('../fonts/rubik/Rubik-ExtraBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rubik-ExtraBoldItalic';
	src: url('../fonts/rubik/Rubik-ExtraBoldItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rubik-Italic';
	src: url('../fonts/rubik/Rubik-Italic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rubik-Light';
	src: url('../fonts/rubik/Rubik-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rubik-LightItalic';
	src: url('../fonts/rubik/Rubik-LightItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rubik-Medium';
	src: url('../fonts/rubik/Rubik-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rubik-Regular';
	src: url('../fonts/rubik/Rubik-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rubik-MediumItalic';
	src: url('../fonts/rubik/Rubik-MediumItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rubik-SemiBold';
	src: url('../fonts/rubik/Rubik-SemiBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rubik-SemiBoldItalic';
	src: url('../fonts/rubik/Rubik-SemiBoldItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeue-Regular';
	src: url('../fonts/bebas/BebasNeue-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Charter Regular';
	color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	height: auto;
	background-color: #111111;
}

body {
	line-height: 1.2;
	background-color: #111111;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	background-color: transparent;
	color: unset;
	outline: none;
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

a:focus,
a:hover {
	outline: 0;
	text-decoration: unset;
	color: unset;
}

.rubik_Black {
	font-family: 'Rubik-Black';
}

.rubik_BlackItalic {
	font-family: 'Rubik-BlackItalic';
}

.rubik_Bold {
	font-family: 'Rubik-Bold';
}

.rubik_BoldItalic {
	font-family: 'Rubik-BoldItalic';
}

.rubik_ExtraBold {
	font-family: 'Rubik-ExtraBold';
}

.rubik_ExtraBoldItalic {
	font-family: 'Rubik-ExtraBoldItalic';
}

.rubik_Italic {
	font-family: 'Rubik-Italic';
}

.rubik_Light {
	font-family: 'Rubik-Light';
}

.colfax_regular {
	font-family: 'Colfax Regular';
}

.rubik_LightItalic {
	font-family: 'Rubik-LightItalic';
}

.rubik_Medium {
	font-family: 'Rubik-Medium';
}

.rubik_Regular {
	font-family: 'Rubik-Regular';
}

.rubik_MediumItalic {
	font-family: 'Rubik-MediumItalic';
}

.rubik_SemiBold {
	font-family: 'Rubik-SemiBold';
}

.rubik_SemiBoldItalic {
	font-family: 'Rubik-SemiBoldItalic';
}

.bebas_Regular {
	font-family: 'BebasNeue-Regular';
}

.font_172 {
	font-size: 172px;
}

.font_156 {
	font-size: 156px;
}

.font_120 {
	font-size: 120px;
}

.font_74 {
	font-size: 74px;
}

.font_60 {
	font-size: 60px;
}

.font_40 {
	font-size: 40px;
}

.font_36 {
	font-size: 36px;
}

.font_30 {
	font-size: 30px;
}

.font_24 {
	font-size: 24px;
}

.font_20 {
	font-size: 20px;
}

.font_18 {
	font-size: 18px;
}

.font_16 {
	font-size: 16px;
}

.font_14 {
	font-size: 14px;
}

.font_12 {
	font-size: 12px;
}

.height_100 {
	height: 100%;
}

.width_100 {
	width: 100%;
}

.width_74 {
	width: 74%;
	margin: 0 auto;
}

.center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.main_center {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex !important;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.center_1 {
	display: flex;
}

.center_2 {
	display: flex;
	align-items: center;
}

.center_3 {
	display: flex;
	flex-grow: row wrap;
}

.justify_center {
	justify-content: center;
}

.display_block {
	display: block;
}

.display_inline_block {
	display: inline-block;
}

.lineheight_1 {
	line-height: 1;
}

.zindex_2 {
	z-index: 2;
	position: relative;
}

/* .uppercase {
	text-transform: uppercase;
} */

.capitalize {
	text-transform: capitalize;
}

.relative {
	position: relative;
}

.color_dark_gray {
	color: #747479;
}

.color_gray {
	color: #747479;
}

.color_white {
	color: #fff;
}

.padding_bottom_00 {
	padding-bottom: 0 !important;
}

/* Header */
.web_header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	background-color: #111111;
	width: 100%;
	height: 100px;
	z-index: 9999;
	display: flex;
	align-items: center;
}

.web_header_in {
	padding: 0 50px;
	display: flex;
	gap: 2rem;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.web_header_logo img {
	width: 120px;
}

.web_header_logo_text {
	font-size: 40px;
	line-height: 1;
}

.login-btn-nav button {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.login-btn-nav .login_icon_Web {
	width: 1.1rem;
	transition: all 0.4s ease;
}

.login-btn-nav:hover .login_icon_Web {
	filter: invert(1);
}

/* Header */

/* Footer */
.footer_wrapper {
	padding: 0 0 120px 0;
}

.footer_in_email_top {
	margin: 0 0 120px 0;
}

.footer_in_email_top_border {
	border-top: 1px solid #cccccc;
}

.footer_in_email_top_text {
	width: max-content;
	background-color: #111111;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	right: 0;
	padding: 0 0 0 20px;
}

.footer_in_email_top_text p span {
	border-bottom: 1px solid #cccccc;
	display: inline-block;
}

.footer_logo img {
	width: 100px;
	margin: 0 0 30px 0;
}

.footer_logo_text {
	font-size: 40px;
	line-height: 1;
}

.footer_logo {
	margin: 0 0 30px 0;
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
	justify-content: space-between;
}

.footer_social {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 1.5rem;
}


.footer_social_li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.footer_privacy_li {
	/*border-bottom: 1px solid #383838;*/
}

.footer_center_text_left {
	padding: 40px 0 5px 0;
}

.footer_right_li {
	display: inline-block;
}

.footer_right_ul {
	padding: 0 !important;
}

/* Footer */
.nav-toggle:focus,
.nav-toggle:focus-visible {
	outline: none;
}

.home_s_1_wrapper {
	padding: unset;
	height: 70vh;
	display: grid;
	place-items: center;
}

.home_s_1_wrapper::after {
	content: "";
	width: 90%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 1px;
	background-color: #cccccc;
}

.home_s_1_text_width,
.home_s_5_width,
.footer_container {
	width: 82%;
	margin: 0 auto;
}

.home_s_1_text {
	display: flex;
	flex-direction: column;
	gap: 7rem;
}

.home_s_2_ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.home_s_2_li {
	height: 78vh;
	background-color: #212121;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	width: calc(86% / 2);
	margin-bottom: 12%;
	margin-top: -24%;
}

.home_s_2_ul .home_s_2_li:nth-child(1) {
	margin-top: 0;
}

.home_s_2_ul .home_s_2_li:nth-child(2n) {
	margin-top: 4%;
}

.home_s_2_ul .home_s_2_li:nth-child(2) {
	margin-top: 24%;
}

.home_s_2_li_text {
	padding: 0 15px 24% 14%;
}

.home_s_2_li_plus {
	padding: 0 30px 30px 0;
}

.home_s_2_li_plus img {
	width: 70px;
}

.home_s_2_li_vector {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home_s_2_li_vector img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home_s_2_wrapper {
	padding: 2% 0 4% 0;
}

.home_s_3_bottom_text {
	padding: 3% 0 0 0;
}

.home_s_4_title {
	padding: 8% 0 0 0;
}

.home_s_4_wrapper {
	padding: 8% 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_s_4_slider .swiper-slide {
	background-color: transparent;
}

.home_s_4_slider .swiper-container {
	padding: 0 16%;
}

.home_s_4_slider .swiper-pagination {
	position: static;
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}

.home_s_4_slider .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #333333;
	opacity: 1;
	margin: 0 10px;
}

.home_s_4_slider .swiper-pagination .swiper-pagination-bullet:focus {
	outline: none;
}

.home_s_4_slider .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}

.home_s_4_slider .swiper-slide {
	opacity: 0;
	transition: all ease 0.8s;
}

.home_s_4_slider .swiper-slide-active,
.home_s_4_slider .swiper-slide-next,
.home_s_4_slider .swiper-slide-prev {
	opacity: 1;
	transition: all ease 0s;
}

.home_s_4_slider .swiper-slide-next,
.home_s_4_slider .swiper-slide-prev {
	opacity: 0.7;
}

.home_s_4_top_text {
	padding: 0 0 50px 0;
}

.home_list_banner_bar_2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.home_list_banner_bar_2 .loader {
	width: 42%;
}

.home_list_banner_bar_2 .progress {
	stroke: #383838;
	stroke-width: 0.1px;
	stroke-dasharray: 200;
	stroke-dashoffset: 100;
	transform-origin: center;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transition: all ease 3s;
	-moz-transition: all ease 3s;
	-ms-transition: all ease 3s;
	-o-transition: all ease 3s;
	transition: all ease 3s;
}

.home_list_banner_bar {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.home_list_banner_bar .loader {
	width: 42%;
	opacity: 0.5;
}

.home_list_banner_bar .progress {
	stroke: #fff;
	stroke-width: 0.1px;
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	transform-origin: center;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

.home_list_banner_bar.active .progress {
	stroke-dasharray: 200;
	-webkit-transition: all ease 5s;
	-moz-transition: all ease 5s;
	-ms-transition: all ease 5s;
	-o-transition: all ease 5s;
	transition: all ease 5s;
}

.form_input {
	border: none;
	box-shadow: none !important;
	font-family: 'Colfax Regular';
	border-bottom: 1px solid #7e7e80 !important;
	height: 50px;
	line-height: 50px;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
}

.form_input::placeholder {
	color: #4b4b4c;
	opacity: 1;
}

.form_input:-ms-input-placeholder {
	color: #4b4b4c;
}

.form_input::-ms-input-placeholder {
	color: #4b4b4c;
}

.footer_emil_arrow {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	width: 20px;
	cursor: pointer;
}

.footer_emil_arrow img {
	width: 12px;
}

.home_s_5_wrapper {
	padding: 4% 0 4% 0;
}

/* .form_wrapper {
	display: flex;
	flex-flow: row wrap;
} */

.form_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
}

.home_s_5_form_wrapper {
	padding: 6% 0 0 0;
}

.form_input_wrapper {
	margin: 0 0 20px 0;
}

label.error {
	color: #ff0000;
	font-weight: lighter;
	font-size: 14px;
	font-family: 'Rubik-Regular';
}

.form_btn {
	width: 180px;
	box-shadow: none;
	outline: none !important;
	border: 1px solid #7e7e80;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #111111;
	margin: 30px 0 0 0;
	transition: all ease 0.2s;
}

.form_btn p {
	color: #FFFFFF;
}

.form_btn:hover {
	border: 1px solid #fff;
}

.md-toast {
	position: fixed;
	bottom: 0;
	right: 0;
}

.home_s_4_box_icon_wrapper {
	padding: 15px 0 0 0;
}

.home_s_4_box_icon img {
	width: 30px;
	height: 30px;
	margin: 0 10px;
	filter: invert(1);
}

.home_s_4_box_icon_text {
	min-height: 16vh;
}

.home_s_4_box_icon_image img {
	width: 200px;
	margin: 0 auto;
	display: none;
}

.home_s_4_box_icon_image img.images_white {
	display: block;
}




@media (prefers-color-scheme: light) {

	html,
	body,
	div,
	span,
	applet,
	object,
	iframe,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	blockquote,
	pre,
	a,
	abbr,
	acronym,
	address,
	big,
	cite,
	code,
	del,
	dfn,
	em,
	img,
	ins,
	kbd,
	q,
	s,
	samp,
	small,
	strike,
	strong,
	sub,
	sup,
	tt,
	var,
	b,
	u,
	i,
	center,
	dl,
	dt,
	dd,
	ol,
	ul,
	li,
	fieldset,
	form,
	label,
	legend,
	table,
	caption,
	tbody,
	tfoot,
	thead,
	tr,
	th,
	td,
	article,
	aside,
	canvas,
	details,
	embed,
	figure,
	figcaption,
	footer,
	header,
	hgroup,
	menu,
	nav,
	output,
	ruby,
	section,
	summary,
	time,
	mark,
	audio,
	video {
		color: #111111;
	}

	html body {
		background-color: #fff;
	}

	.color_white {
		color: #111111;
	}

	.web_header {
		background-color: #fff;
	}

	.web_header_logo img {
		filter: invert(1);
	}

	.home_s_2_li {
		background-color: #f5f5f5;
	}

	.home_s_2_li_plus img {
		filter: invert(1);
	}

	.home_s_1_text {
		/*background: #1e1e1e;
		background: -webkit-linear-gradient(to right, #1e1e1e 0%, #707070 60%);
		background: -moz-linear-gradient(to right, #1e1e1e 0%, #707070 60%);
		background: linear-gradient(to right, #1e1e1e 0%, #707070 60%);*/
		/*background: #111111;
		background: -webkit-linear-gradient(to right, #000 0%, #000 60%);
		background: -moz-linear-gradient(to right, #000 0%, #000 60%);
		background: linear-gradient(to right, #000 0%, #000 60%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		width: fit-content;*/
	}

	.home_s_4_slider .swiper-pagination .swiper-pagination-bullet {
		background: #c7c7c7;
	}

	.home_s_4_slider .swiper-pagination .swiper-pagination-bullet-active {
		background: #111111;
	}

	.home_list_banner_bar_2 .progress {
		stroke: #dcdcdc;
	}

	.home_list_banner_bar .progress {
		stroke: #111111;
	}

	.color_dark_gray {
		color: #111111;
	}

	.footer_in_email_top_text {
		background-color: #fff;
	}

	.footer_logo img {
		filter: invert(1);
	}

	.form_btn:hover {
		border-color: #111111;
	}

	.home_s_4_box_icon img {
		filter: invert(0);
	}

	.home_s_4_box_icon_image img {
		filter: invert(0);
	}

	.home_s_4_box_icon_image img.images_black {
		display: block;
	}

	.home_s_4_box_icon_image img.images_white {
		display: none;
	}

	.feature_img img,
	.explore_icon img,
	.plan-card-icon img {
		filter: invert(0);
	}

	.plans-card {
		box-shadow: rgb(48 48 48 / 17%) 0px 8px 20px 0px;
	}

	.bar {
		background-color: #111111;
	}

	.navigation-wrapper {
		background-color: #fff;
	}

	.view-more-less-icon img {
		filter: invert(0);
	}

	.plans-card {
		background-color: #fff;
	}

	.plans-card p,
	.plans-card h6,
	.plans-card h4,
	sup {
		color: #000;
	}

	.login-btn-nav button {
		border: 1px solid #000;
		background-color: #fff;
	}

	.login-btn-nav p {
		color: #000;
	}

	.login-btn-nav button:hover {
		background-color: #000;
	}

	.login-btn-nav button:hover p {
		color: #fff;
	}

	.login-icon-nav img {
		filter: invert(0);
	}

	.s-bottom {
		filter: invert(1);
	}

	.subscribe-btn button {
		background-color: #111111;
		border: 1px solid #111111;
	}

	.subscribe-btn button p {
		color: #fff;
	}
}

@media (prefers-color-scheme: dark) {

	.login_icon_Web img{
		filter: invert(1);
	}

	.plans-card {
		background-color: #000;
	}

	.subscribe-btn button {
		background-color: #ffffff;
		border: 1px solid #ffffff;
	}

	.subscribe-btn button p {
		color: #000;
	}

	.s-bottom {
		filter: invert(0);
	}

	.login-icon-nav img {
		filter: invert(1);
	}

	.login-btn-nav button {
		border: 1px solid #fff;
		background-color: #111111;
	}

	.login-btn-nav p {
		color: #fff;
	}

	.login-btn-nav button:hover {
		background-color: #fff;
	}

	.login-btn-nav button:hover p {
		color: #000;
	}


	.project_features>div {
		opacity: 0.75;
	}

	.bar {
		background-color: #fff;
	}

	.navigation-wrapper {
		background-color: #111111;
	}

	.view-more-less-icon img {
		filter: invert(1);
	}

	.feature_img img,
	.explore_icon img {
		filter: invert(1);
	}

	.plans-card p,
	.plans-card h6,
	sup,
	.plans-card h4 {
		color: #fff;
	}

	.plans-card {
		box-shadow: rgb(56 56 56 / 62%) 0px 8px 20px 0px;
	}
}

/* detail form */

.basic_deatils_wrapper {
	display: grid;
	padding-top: 100px;
}

.basic_deatils_block {
	margin-bottom: 50px;
}

.basic_deatils_form {
	padding: 2rem;
	width: 35%;
	padding: 25px;
	border: 1px solid #dedede;
	margin: 0 auto;
	margin-top: 100px;
}

.basic_deatils_form form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.basic_deatils_form form input,
.basic_deatils_form form textarea {
	border: none;
	color: #999999;
	border-bottom: 1px solid #a7a7a7;
	width: 100%;
	padding: 12px 20px;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	outline: none;
	font-size: 20px;
	font-family: 'Rubik-Regular';
}

.input_fields input,
.input_fields textarea {
	margin-top: 15px !important;
}

.addmore {
	cursor: pointer;
}

textarea {
	width: 100%;
}

.basic_deatils_block {
	text-align: left;
}

.input_fields {
	display: none;
}

.addmore_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 5px;
}

.input_fields,
.input_fields>div {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: relative;
	margin-bottom: 0.5rem;
}

.profile_title {
	text-align: center;
}

.profile_title {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.profile_detail {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #c7c7c7;
	margin: 0 auto;
	margin-bottom: 50px;
}

.delete_option {
	text-align: right;
	color: #ff0000;
	font-size: 16px;
	position: absolute;
	right: 0;
	bottom: -15px;
}

.addmore_flex p {
	font-size: 20px;
}

.upload-button-wrapper {
	display: flex;
	position: absolute;
	gap: 1rem;
	align-items: center;
	left: 0;
	top: 0;
	z-index: 1;
	padding: 0.6em 0.3em;
	width: 100%;
	color: var(--black-color);
	border: none;
	background-color: transparent;
	font-size: 20px;
	border-bottom: 1px solid #006633;
}

.upload-button-wrapper img {
	width: 30px;
}

.upload-button-wrapper-input {
	position: relative;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
}

.upload_input {
	padding-bottom: 2rem;
}

.upload_input label {
	position: absolute;
	bottom: 0;
	left: 0;
}

input:focus,
textarea:focus {
	border-color: none !important;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.sublit_details {
	width: fit-content;
	margin: 0 auto;
	border-radius: 50px;
	padding: 0.7rem 1rem;
	background-color: #111111;
	border: 1px solid #111111;
}

.sublit_details p {
	color: #ffffff;
}

/* new project view */

.home_s4_wrapper {
	/* padding: 1% 0 8% 0; */
	padding: 1% 0 0 0;
}

.our_project_container {
	width: 90%;
	margin: 0 auto;
}

.our_project_lists {
	display: flex;
	align-items: center;
	gap: 7rem;
	justify-content: space-between;
	padding: 5rem 0;
	border-bottom: 1px solid #cccccc;
}

.our_project_lists>div:first-child {
	flex-basis: 30%;
}

.our_project_lists>div:last-child {
	flex-basis: 65%;
}

.project_details {
	/* padding-top: 3rem; */
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.explore_icon {
	width: 1.5rem;
	display: grid;
	place-items: center;
}

.explore_project {
	display: flex;
	align-items: center;
	gap: 1rem;
	opacity: 0.5;
	transition: all ease 0.4s;
}

.explore_project:hover {
	gap: 1.2rem;
}

.our_project_snapshot img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	border-radius: 15px;
	display: block;
}

.our_project_snapshot video {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.our_project_snapshot {
	aspect-ratio: 1920/978;
	border-radius: 15px;
	border: 4px solid #111111;
	background-color: #cccccc;
	margin-bottom: 1rem;
}

.view_projects_btn {
	margin: 0 auto;
	margin-top: 1.5rem;
	padding: 1rem 1.5rem;
	border: 1px solid #7e7e80;
	background-color: #ffffff;
	transition: all ease 0.4s;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.view_projects_btn_img {
	width: 1.5rem;
	display: grid;
	transition: all ease 0.4s;
}

.view_projects_btn:hover .view_projects_btn_img {
	filter: invert(1);
}

.view_projects_btn p {
	color: #111111;
	transition: all ease 0.4s;
}

.view_projects_btn:hover {
	border: 1px solid #111111;
	background-color: #111111;
}

.view_projects_btn:hover p {
	color: #ffffff;
}

.our_project_snapshot_mobile {
	position: absolute;
	right: -3%;
	bottom: 0;
	width: 20%;
	border: 4px solid #111111;
	border-radius: 15px;
	overflow: hidden;
	background-color: #ffffff;
	/* aspect-ratio: 9/16; */
}

.our_project_snapshot_mobile img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 15px;
}

.our_project_snapshot_mobile video {
	width: 100%;
	display: block;
	border-radius: 15px;
	height: 100%;
	object-fit: cover;
}

.features_data {
	display: flex;
	flex-direction: column;
	padding: 5rem 0;
}

.project_features {
	padding-top: 6rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}

.project_features>div {
	padding: 1rem;
	border-radius: 25px;
	border: 1px solid #cccccc;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.project_features>div .feature_img {
	height: 4rem;
	width: 4rem;
	margin-left: 0;
	background-color: transparent;
	border-radius: 15px;
}

/* new project view end */
.home_title_p {
	width: 40%;
	margin-left: auto;
}

.plans-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem;
	width: 70%;
	margin: 5rem auto;
}

.plans-card {
	border-radius: 15px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	/* box-shadow: rgb(48 48 48 / 17%) 0px 8px 20px 0px; */
	padding: 1.5rem;
}

.plan-card-icon {
	width: 4rem;
	height: 4rem;
	overflow: hidden;
	border-radius: 50%;
}

.plan-card-pricing {
	display: flex;
	flex-direction: row;
	gap: 0.5rem;
	margin: 1rem 0;
	align-items: baseline;
}

/* .font_600_weight {
	font-weight: 600;
} */

.plan-card-pricing h6 {
	line-height: 0.7;
}

.tick-mark-li {
	width: 1rem;
	display: grid;
	place-items: center;
}

.tick-mark-li img {
	width: 100%;
	transform: translateY(5px);
	height: 100%;
}

.plan-specification-ul ul {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 0 0 2rem 0;
}

.plan-specification-ul ul li {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.subscribe-btn button {
	padding: 1rem 1.5rem;
	transition: all 0.4s ease;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
}





.width_74_card {
	padding: 5.5rem 0;
	border: 0px solid #cccccc;
	border-radius: 24px;
}

.title-content {
	width: 60%;
	margin: 2rem auto 0 auto;
	line-height: 1.5;
}

.feature_text p {
	width: 80%;
}

.feature_text {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.project_about p {
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.5;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
}

.navigation-wrapper {
	position: fixed;
	z-index: 8888;
	width: 100%;
	height: 100vh;
	padding: 9rem 12rem 2rem 12rem;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease;
}

.navigation-wrapper.active {
	opacity: 1;
	visibility: visible;
	transition: all 0.6s ease;
}

.navigation-links ul {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.navigation-links ul li a p {
	font-size: 4rem;
	transition: all 0.1s ease;
	font-family: 'Charter Regular';
}

.navigation-links ul li a p:hover {
	transition: all 0.1s ease;
	font-weight: 600;
}

.navigation-flex {
	display: flex;
	flex-direction: column;
	justify-content: end;
	gap: 2.5rem;
	height: -webkit-fill-available;
}

.navigation-footer-div {
	padding-top: 2.5rem;
	border-top: 1px solid #cccccc;
}

.navigation-footer-div ul {
	justify-content: space-between;
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 2.5rem;

}

.navigation-footer-div ul li .li-flex {
	display: flex;
	flex-direction: row;
	gap: 0.25rem;
	align-items: center;
}

.navigation-footer-div ul li a,
.navigation-footer-div ul li p {
	line-height: 1;
}


.nav-toggle {
	cursor: pointer;
	display: block;
	transition: all 0.6s ease;
}


.bar {
	display: block;
	height: 1px;
	width: 45px;
	transition: all 0.6s ease;
}

.bar.top {
	margin-top: 0 !important;
	margin-bottom: 8px;
}


.nav-toggle.active .bar.top {
	-webkit-transform: translateY(10px) rotateZ(45deg);
	-moz-transform: translateY(10px) rotateZ(45deg);
	-ms-transform: translateY(10px) rotateZ(45deg);
	-o-transform: translateY(10px) rotateZ(45deg);
	transform: translateY(10px) rotateZ(45deg);
}

.nav-toggle.active .bar.bottom {
	-webkit-transform: translateY(0) rotateZ(-45deg);
	-moz-transform: translateY(0) rotateZ(-45deg);
	-ms-transform: translateY(0) rotateZ(-45deg);
	-o-transform: translateY(0) rotateZ(-45deg);
	margin-bottom: 8px !important;
	transform: translateY(0) rotateZ(-45deg);
}


body.no-scroll-body {
	overflow-y: hidden;
}

.view-all-portfolio {
	opacity: 0.5;
	margin-top: 3rem;
	text-align: center;
}

.view-all-portfolio a {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
}

.view-all-portfolio.active a {
	flex-direction: column-reverse;
}

.view-all-portfolio a p span {
	font-family: 'Colfax Regular';
}

.view-all-portfolio a p span.view-more-p {
	display: block;
}

.view-all-portfolio a p span.view-less-p {
	display: none;
}

.view-all-portfolio.active a p span.view-more-p {
	display: none;
}

.view-all-portfolio.active a p span.view-less-p {
	display: block;
}

.view-more-less-icon {
	width: 1.25rem;
	transform: scaleY(1);
	transition: all 0.3s ease;
}

.our_project_lists_hide {
	display: none;
}

.our_project_lists_hide.active {
	display: block;
}

.view-all-portfolio.active .view-more-less-icon {
	transform: scaleY(-1);
	transition: all 0.3s ease;
}


.login-btn-nav {
	margin-left: auto;
}

.login-btn-nav button {
	padding: 0.75rem 2rem;
	transition: all 0.4s ease;
}

.login-btn-nav p {
	transition: all 0.4s ease;
	font-family: 'Colfax Regular';
	line-height: 1;
}


.s-bottom {
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 25px;
}

.s-bottom span {
	display: block;
	width: 25px;
	height: 25px;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	transform: rotate(45deg);
	margin: -10px;
	animation: bottom_scroll 2s infinite;
}

.s-bottom span:nth-child(2) {
	animation-delay: -0.2s;
}

.s-bottom span:nth-child(3) {
	animation-delay: -0.4s;
}

@keyframes bottom_scroll {

	0% {
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}

.line-over {
	display: block;
	overflow: hidden;
}

.line-inner {
	will-change: transform;
	transition: all 0.3s ease;
}

/* .test_fade_top1{ */
/* animation: test_fade_top 0.4s linear; */
/* } */
/* .test_fade_top2{ */
/* animation: test_fade_topp 0.8s linear; */
/* } */
/* .test_fade_top3{ */
/* animation: test_fade_toppp 1.2s linear; */
/* } */
@keyframes test_fade_top {

	0% {
		transform: translate(0, 110px);
		opacity: 0;
		visibility: hidden;
	}

	50% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		transform: translate(0px, 0px);
	}
}

@keyframes test_fade_topp {

	0% {
		transform: translate(0, 110px);
		opacity: 0;
		visibility: hidden;
	}

	50% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		transform: translate(0px, 0px);
	}
}

@keyframes test_fade_toppp {

	0% {
		transform: translate(0, 110px);
		opacity: 0;
		visibility: hidden;
	}

	50% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		transform: translate(0px, 0px);
	}
}
.web_header.hide_header{
	opacity: 0;
	visibility: hidden;
}