@font-face { font-family: 'Switzer'; src: url('assets/fonts/Switzer-Thin.otf') format('opentype'); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: 'Switzer'; src: url('assets/fonts/Switzer-Extralight.otf') format('opentype'); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: 'Switzer'; src: url('assets/fonts/Switzer-Light.otf') format('opentype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Switzer'; src: url('assets/fonts/Switzer-Regular.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Switzer'; src: url('assets/fonts/Switzer-Medium.otf') format('opentype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Switzer'; src: url('assets/fonts/Switzer-Semibold.otf') format('opentype'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Switzer'; src: url('assets/fonts/Switzer-Bold.otf') format('opentype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Switzer'; src: url('assets/fonts/Switzer-Extrabold.otf') format('opentype'); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'Switzer'; src: url('assets/fonts/Switzer-Black.otf') format('opentype'); font-weight: 900; font-style: normal; font-display: swap; }

@font-face { font-family: 'Aber Mono'; src: url('assets/fonts/Aber-Mono-Light.woff2') format('woff2'), url('assets/fonts/Aber-Mono-Light.woff') format('woff'), url('assets/fonts/Aber-Mono-Light.otf') format('opentype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Aber Mono'; src: url('assets/fonts/Aber-Mono-Regular.woff2') format('woff2'), url('assets/fonts/Aber-Mono-Regular.woff') format('woff'), url('assets/fonts/Aber-Mono-Regular.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Aber Mono'; src: url('assets/fonts/Aber-Mono-Bold.woff2') format('woff2'),  url('assets/fonts/Aber-Mono-Bold.woff') format('woff'),  url('assets/fonts/Aber-Mono-Bold.otf') format('opentype');    font-weight: 700; font-style: normal; font-display: swap; }

:root{
	--base-color:#C5FF4A;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
	transition: all .3s;
}
a:hover{
	color:var(--base-color);
}

html, body {
	font-family: Switzer;
    background: #100F17 !important;
	font-weight: 400;
	direction: ltr;
	text-align: left;
	background: var(--bg-color);
	max-width: 100vw;
text-transform: uppercase;
}

/*Global Styles*/
.mobile-menu-wrapper {
	display: none;
}
/* Button styles */
ul{
	list-style: none;
	margin: 0;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}
.btn {
	color: #fff;           
	text-align: center;
	font-family: Switzer, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 20px;
	box-sizing: border-box;
	cursor: pointer;
	background: no-repeat center/100% 100%
	  url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108 46'><path d='M103.184 45H4.8162C4.11029 44.0347 1.70613 40.7483 1 39.7831V6.21692C1.70613 5.25167 4.11029 1.96525 4.8162 1H103.184L107 6.21692V39.7831C106.294 40.7483 103.89 44.0347 103.184 45Z' fill='%23100F17' stroke='%23A7A9AC' stroke-miterlimit='10'/></svg>");
	transition: color .3s ease; 
  }
  .btn:hover span {
	z-index: 1;
	color: #000 !important;
}
  .btn::after {
	content: "";
	position: absolute;
	inset: 0;
	background: no-repeat center/100% 100%
	  url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108 46'><path d='M103.184 45H4.8162C4.11029 44.0347 1.70613 40.7483 1 39.7831V6.21692C1.70613 5.25167 4.11029 1.96525 4.8162 1H103.184L107 6.21692V39.7831C106.294 40.7483 103.89 44.0347 103.184 45Z' fill='%23C5FF4A' stroke='%23C5FF4A' stroke-miterlimit='10'/></svg>");
	opacity: 0;
	transition: opacity .3s ease;
	pointer-events: none;
  }
  .btn:hover::after,
  .btn:focus-visible::after {
	opacity: 1;
  }
  .btn:hover,
  .btn:focus-visible {
	color: #000;
  }

.font-size-20{
	font-size: 20px !important;
}
.font-size-16{
	font-size: 16px !important;
}
.font-size-18{
	font-size: 18px !important;
}
.gap{height: 125px;}

.beveled-box {
position: relative;
width: 100%; 
max-width: 1320px; 
aspect-ratio: 1320 / 438; 
background-color: #343B49; 
clip-path: polygon(
	2.26% 0%, 
	97.74% 0%,
	100% 6.34%,
	100% 93.66%, 
	97.74% 100%, 
	2.26% 100%, 
	0% 93.66%, 
	0% 6.34% 
);
box-sizing: border-box;
margin: 0 auto; 
padding: 1px; /
}
.beveled-box::before {
content: '';
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
background-color: #100F17;
clip-path: polygon(
	2.26% 0%,
	97.74% 0%,
	100% 6.34%,
	100% 93.66%,
	97.74% 100%,
	2.26% 100%,
	0% 93.66%,
	0% 6.34%
);
}
.beveled-box > * {
position: relative;
width: calc(100% - 2px);
margin: 1px;
z-index: 1;
}
.section-title {
	margin-bottom: 28px;
}
.section-title > h2 {
	color: var(--Gray-1, #65728A);
	text-align: center;
	font-family: "Aber Mono";
	font-size: 33px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}
.section-title > h2 > b {
	color: var(--base-color);
	font-family: "Aber Mono";
	font-size: 33px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}

.section-title2{
	position: relative;
	margin-bottom: 28px;
}
.section-title2 h2 {
	color: var(--Green, #C5FF4A);
	text-align: center;
	font-family: "Aber Mono";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}
.section-title2 > h2 {
	position: absolute;
	top: 20px;
	left: 20px;
}
/*Start Header*/
header {
	z-index: 999 !important;
	position: relative;
}
.top-navbar {
	position: fixed;
	top: 0; left: 0; width: 100%;
	height: 100px;
	display: flex; align-items: center;
	background-color: transparent;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	transition: background-color .3s ease, backdrop-filter .3s ease, -webkit-backdrop-filter .3s ease;
  }
  .top-navbar.is-scrolled {
	background-color: #100F179C;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
  }
  .right-btn {
	text-align: right;
}
.center-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 33px;
	list-style: none;
	color: #A7A9AC;
}
.left-logo img {
	max-width: 105px;
}
.center-menu a:hover{
	color: var(--base-color) !important;
}
.top-button {
	width: 106px;
	height: 44px;
	text-wrap: nowrap;
}
/*End Header*/
.top-hero {
	margin-top: -100px;
	position: relative;
}
.top-hero-btn-mobile{display:none;}
.top-hero img {
	width: 100%;
}
.top-hero-logo {
	position: absolute;
	top: 47%;
	left: 49%;
	transform: translate(-50%,-50%);
}
.hero-bg-mobile{display: none;}
.Bottom-hero-main-box {
	margin-top: -110px;
	padding: 60px;
}

.Bottom-hero-box {
	border: 0.79px solid var(--Neutral-neutral-600, #2A2A32);
	background: var(--Black, #100F17);
	display: flex;
	padding: 22.277px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex: 1 0 0;
	align-self: stretch;
	gap: 20px;
	min-height: 214px;
}
.Bottom-hero-box p {
	color: var(--Neutral-neutral-200, #9F9FA3);
	text-align: justify;
	font-family: Switzer;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	text-transform: uppercase;
}
.WhatIsArtlab-content-left {
	position: relative;
	background: url('assets/images/pattern.svg');
	width: 100%;
	height: 445px;
	background-repeat: no-repeat;
	left: -115px;
	top: 30px;
	border: 1px solid #A7A9AC;
	border-left: 0;
	border-bottom: 0;
	background-repeat: round;
	background-position: -28px 28px;
}
.WhatIsArtlab-content-left-box svg {
	position: absolute;
	top: 0;
	right: 0;
}
.WhatIsArtlab-content-left-box p {
	position: absolute;
	max-width: 510px;
	color: var(--Gray-1, #65728A);
	text-align: justify;
	font-family: Switzer;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	right: 30px;
	top: 25px;
	text-align: justify;
}
.WhatIsArtlab-svg-mobile {
	display: none;
}
.WhatIsArtlab-content-left-box p b {
	color: var(--Green, #C5FF4A);
	font-style: normal;
	font-weight: 400;
}
.WhatIsArtlab-video-item-box {
	position: relative;
	width: 100%;
	margin: -50px 0px 100px 0px;
}
.WhatIsArtlab-video-item-box figure {
	width: 100%;
	z-index: 1;
	position: relative;
}
.WhatIsArtlab-video-item-box figure img {
	width: 100%;
	filter: blur(0px) brightness(50%);
}
.WhatIsArtlab-video-item-box-play {
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	transition: all .3s;
	cursor: pointer;
}
.WhatIsArtlab-video-item-svg {
	position: absolute;
	bottom: -100px;
	z-index: 0;
	width: 100%;
	left: 0;
}
.WhatIsArtlab-video-item-box-detailes {
	position: absolute;
	left: 20px;
	width: 90%;
	bottom: -70px;
}
.WhatIsArtlab-video-item-box-detailes h3 {
	color: var(--White, #FFF);
	font-family: Switzer;
	font-size: 28.036px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 33.644px */
	text-transform: uppercase;
}
.cta-bg {
	background: var(--base-color);
	height: 150px;
	width: 100%;
	position: relative;
}
.cta-bg::before {
	content: '';
	position: absolute;
	height: 150px;
	width: 100%;
	left: 0;
	top: 13px;
	background: url('assets/images/pattern.svg');
	z-index: 1;
	filter: brightness(1%);
}

.cta-box {
	position: relative;
	bottom: -75px;
	z-index: 2;
	transition: all .3s;
	transform: translateY(0px);
}
.cta-box:hover {
	transform: translateY(-10px);
}

.cta-box figure {
	position: absolute;
	top: 35px;
	left: 0;
	width: 92%;
	text-align: center;
	height: ;
}
.cta-box-bottom span {
	color: #000;
	text-align: justify;
	font-family: "Aber Mono";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	position: absolute;
	top: 65px;
	left: 28px;
}
.cta-box-bottom {
	position: absolute;
	bottom: -48px;
}
.cta-box-bottom-icon {
	position: absolute;
	left: 28px;
	top: 28px;
	transition: all .3s;
}

.cta-box:hover .cta-box-bottom-icon {
	fill: #000;
}

.left-title {
	color: var(--White, #FFF);
	font-family: "Aber Mono";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}
.right-title {
	position: relative;
}
.right-title p {
	color: var(--Gray-1, #65728A);
	text-align: justify;
	font-family: Switzer;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	position: absolute;
	width: 500px;
	top: 14px;
	left: 24px;
}
.video-sec {
	position: relative;
}
.video-sec-bg {
	background: url('assets/images/pattern.svg');
	width: 100%;
	height: 550px;
	position: absolute;
	z-index: 0;
	top: 50%;
}
.video-sec-gap{height: 50px;}
.video-cta-box {
	position: relative;
	transform: translateY(0px);
	transition: all .3s;
	margin: 10px;
}
.video-cta-box svg {
	width: 100%;
}
.video-cta-box-h3 {
	color: var(--base-color);
	text-align: justify;
	font-family: "Aber Mono";
	font-size: 33px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}
.video-cta-box-p {
	color: var(--Gray-1, #65728A);
	text-align: justify;
	font-family: Switzer;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	margin: 30px 0;
}
.video-cta-box-content {
	position: absolute;
	top: 0;
	display: flex;
	flex-flow: column;
	height: 100%;
	justify-content: space-between;
	padding: 40px;
}
.video-cta-box svg {
	width: max-content;
	transition: all .3s;
	fill: #100F17;
	margin-bottom: 30px;
}
.video-cta-box:hover {
	transform: translateY(-12px);
}

.video-cta-box:hover a > svg {
	fill: #343B49;
}
.video-cta-box:hover .video-cta-box-icon path {
	fill: #fff !important;
	color: #fff !important;
}
.video-cta-box:hover .video-cta-box-p  {
	color: #fff !important;
}
.video-cta-box-svg-hover {
	position: absolute;
	top: 3px;
	right: -8px;
	transition: all .3s;
	z-index: -1;
	opacity: 0;
}
.video-cta-box:hover .video-cta-box-svg-hover  {
	opacity: 1;
}

.video-container-title {
	color: var(--White, #FFF);
	text-align: center;
	font-family: Switzer;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
}
.video-container.p {
	color: var(--Gray-1, #65728A);
	text-align: center;
	font-family: Switzer;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	margin: 10px auto;
}
.video-container.beveled-box {
	padding: 40px;
}

.video-item-box {
	position: relative;
	width: 100%;
	margin: 35px 15px 75px 15px;
}
.video-item-box figure {
	width: 100%;
	z-index: 1;
	position: relative;
}
.video-item-box-play {
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	transition: all .3s;
	cursor: pointer;
}
.video-item-box figure img {
	width: 100%;
	filter: blur(0px) brightness(50%);
}
.video-item-svg {
	position: absolute;
	bottom: -60px;
	z-index: 0;
	width: 100%;
	left: 0;
}
.video-item-box-detailes h3 {
	color: var(--White, #FFF);
	font-family: Switzer;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
	direction: ltr;
}
.video-item-box-detailes p {
	color: var(--Gray-2, #A7A9AC);
	font-family: Switzer;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
}
.video-item-box-detailes p b{
color: var(--Green, #C5FF4A);
font-family: Switzer;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 120%;
text-transform: uppercase;
}
.video-item-box-detailes {
	position: absolute;
	left: 20px;
	width: 90%;
}
.video-item-box-detailes span {
	color: var(--Gray-2, #A7A9AC);
	font-family: Switzer;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	position: absolute;
	right: 10px;
	top: 25px;
}
/*.video-item-box figure::before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
	/* background: rgba(0,0,0,0.4); */
/*}*/
.video-items-row {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	direction: rtl;
}
.slick-list.draggable {
	padding: 0;
	width: 100%;
}
.Hand-sec img {
	width: 100%;
	object-fit: ;
}



.why-main-box {
	width: 87%;
	right: 0;
	position: relative;
}
.row.Why-sec-row {
	justify-content: end;
}
.why-main-box-svg-mobile{display: none;}
.why-left-box {
	position: absolute;
	top: -50px;
	left: -165px;
}
.why-left-box > div {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 35px;
}
.why-left-box h2 {
	color: #000;
	font-family: "Aber Mono";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}
.why-right-content {
	position: absolute;
	top: 25px;
	right: 0;
	width: 87%;
	right: 4%;
}
.why-item {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	align-items: end;
	margin: 70px 0;
}
.why-item h3 {
	color: var(--Gray-1, #65728A);
	font-family: Switzer;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0;
}
.why-item svg {
	margin: 4px;
	width: 30px;
	height: 20px;
}
.Mobile-sec img {
	width: 100%;
}
.mobile-left {
	position: relative;
}
.mobile-left-title {
	position: absolute;
	top: 0;
	z-index: 1;
	color: var(--Green, #C5FF4A);
	font-family: "Aber Mono";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	padding: 40px;
}
.mobile-right {
	position: relative;
	margin-top: 21px;
}
.Mobile-right-svg-mobile{display: none;}
.mobile-p {
	color: var(--Gray-1, #65728A);
	text-align: justify;
	font-family: Switzer;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	width: 78%;
	position: absolute;
	top: 25px;
	left: 25px;
}
.mobile-p b {
	color: var(--Green, #C5FF4A);
	font-family: Switzer;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
}
.footer-p {
	color: var(--Green, #C5FF4A);
	font-family: "Aber Mono";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
}
.footer-social {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 42px;
	margin: 60px auto;
}
.copyright {
	color: var(--Gray-1, #65728A);
	text-align: center;
	font-family: Switzer;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 70px;
}
.copyright a {
	color: var(--Gray-1, #65728A);
	font-family: Switzer;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: uppercase;
}

footer {
	border-top: 1px solid var(--Gray3, #343B49);
	padding-top: 70px;
}
.footer-p b {
	vertical-align: text-bottom;
}

/***** ADD MOBILE ONLY CSS HERE  *****/
@media only screen and (max-width: 48em) {
	.footer-p b {
	display: none;
}
	.top-hero {
		margin-top: 50px;
	}

	.mobile-menu-wrapper {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	z-index: 1000;
	}
	.mobile-menu-wrapper.show {
	opacity: 1;
	pointer-events: auto;
	}
	.mobile-menu-content {
	width: 280px;
	max-width: 80%;
	height: 100%;
	padding: 20px;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	border-radius: 32px 0px 32px 32px;
	box-shadow: 0px 11px 26px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(12px);
	background: rgba(33, 30, 26, 0.72);
	}
	.mobile-menu-wrapper.show .mobile-menu-content {
	transform: translateX(0);
	}
	.close-btn {
	background: none;
	border: none;
	color: white;
	font-size: 24px;
	cursor: pointer;
	margin-bottom: 20px;
	}
	.mobile-menu-content ul {
	list-style: none;
	padding: 0;
	}
	.mobile-menu-content a {
	text-decoration: none;
	color: var(--color-white-300);
	font-family: Century Gothic;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0%;
	text-align: left;
	border-bottom: 1px solid rgb(127, 125, 121);
	padding: 24px 0;
	display: block;
	}
	
	.btn {
	font-size: 12px;
	padding: 12px 30px;
	}
	.navbar-dektop-menu,.right-btn > .btn {
	display: none;
	}
	.humberger-menu {
	display: flex;
	flex-direction: column;
	gap: 9px;
	align-items: end;
	padding: 14px;
	cursor: pointer;
	}
	.humberger-menu span {
	width: 25px !important;
	height: .5px !important;
	background: #b2b2b2 !important;
	display: block;
	}
	.mobile-menu-wrapper {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	z-index: 1000;
	}
	.mobile-menu-wrapper.show {
	opacity: 1;
	pointer-events: auto;
	}
	.mobile-menu-content {
		width: 100%;
		max-width: 100%;
		height: 100vh;
		padding: 20px;
		transform: translateX(100%);
		transition: transform 0.3s ease;
		border-radius: 0;
		box-shadow: 0px 11px 26px 0px rgba(0, 0, 0, 0.25);
		backdrop-filter: blur(15px);
		background: #C5FF4A47;
		background: var(--Black, #100F17);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.mobile-menu-wrapper.show .mobile-menu-content {
	transform: translateX(0);
	}
	.close-btn {
	background: none;
	border: none;
	color: white;
	font-size: 24px;
	cursor: pointer;
	margin-bottom: 0px;
	}
	.mobile-menu-content ul {
	list-style: none;
	padding: 0;
	}
	.mobile-menu-content a {
		text-align: center;
		padding: 20px 0;
		display: block;
		color: var(--Gray-2, #A7A9AC);
		font-family: Switzer;
		font-size: 19px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		text-transform: uppercase;
		border: none;
	}
	.mobile-menu-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.mobile-menu-content ul a.active {
	color: var(--base-color) !important;
	}
	.mobile-menu-content a:hover {
color: var(--base-color);
	}
	.btn.mobileMenu-btn {
	color: #000 !important;
	text-align: center !important;
	padding: 15px;
	margin: 40px auto;
	}
	.mobile-menu-box {
		position: relative;
		margin-bottom: 100px;
	}
.mobile-menu-box > div {
	position: absolute;
	width: 90%;
	top: 5px;
	left: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.mobile-menu-box h3 {
	color: #FFF;
	text-align: left;
	font-family: Switzer;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 15px;
}
	.mobile-menu-box p {
		color: #FFF;
		font-family: Switzer;
		font-size: 11px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		text-transform: uppercase;
		text-align: left;
	}
.mobile-menu-box a {
	color: var(--White, #FFF);
	text-align: center;
	font-family: Switzer;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
	line-height: 3px;
	margin: 15px 0;
}
	.Bottom-hero-main-box {
		margin-top: 85px;
		padding: 0;
	}
	.Bottom-hero-box {
		margin-bottom: 20px;
	}
	.section-title > h2,.section-title > h2 >b {
		font-size: 18px;
	}
	.Bottom-hero-box img {
		max-width: 140px;
	}
	.beveled-box {
        aspect-ratio: auto; 
        min-height: 200px;
      }

      .beveled-box::before {
        bottom: 1px; 
      }

      .beveled-box > * {
        margin: 1px;
        height: auto; 
      }

	  .section-title2 h2 {
		font-size: 24px;
	}
	.section-title2.WhatIsArtlab-title svg {
		width: 72%;
	}
	.section-title2.WhatIsArtlab-title  h2 {
		position: absolute;
		top: 28px;
		left: 18px;
	}
	.WhatIsArtlab-content-left {
		width: 100%;
		height: 200px;
		left: 0;
		top: 0px;
		background-repeat: round;
		border: none;
	}
.WhatIsArtlab-content-left-box p {
	font-size: 13px;
	right: 5px;
	top: 10px;
	padding: 20px;
}
	.WhatIsArtlab-content-left-box svg {
		width: 100%;
		height: 170px;
		top: -10px;
	}
	.section-title2 {
		position: relative;
		margin-bottom: 12px;
	}
	.top-hero-btn-mobile {
		display: flex;
		justify-content: center;
		margin: 0 auto;
	}
	.cta-box svg {
		width: 100%;
		height: auto;
		margin: 40px 0;
	}
	.cta-box figure svg {
		height: 60px;
		top: 0;
		width: 100%;
	}
	.cta-box-bottom span {
		font-size: 25px;
	}
	.cta-box-bottom-icon {
		top: 15px;
		width: auto !important;
	}
	.cta-box-bottom span {
		font-size: 25px;
		margin-top: 25px;
	}
	.left-title {
		font-size: 24px;
		text-align: center;
	}
	.right-title > svg {
		width: 100%;
	}
	.video-item-svg {
		position: absolute;
		bottom: -60px;
		z-index: 0;
		width: 94%;
		left: 3%;
		right: auto;
	}
	.video-item-box {
		margin: 25px 0px 70px 0px;
		padding: 10px;
	}
	.video-container.beveled-box {
		padding: 10px;
		clip-path: unset;
		background: none;
	}
	.video-container.beveled-box::before {
		content: none;
	}
	.right-title p {
		font-size: 15px;
		width: 90%;
		top: 28px;
		left: 17px;
	}
	.video-container-col {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.video-container.beveled-box {
		padding: 0;
		margin: 0;
	}
	.why-right-content-col2 {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.why-main-box {
		width: 100%;
	}
	.why-left-box {
		position: absolute;
		top: 0;
		left: 0;
	}
	.why-item h3 {
		font-size: 20px;
		margin-right: 5px;
	}
	.why-item {
		margin: 25px 0;
	}
	
	.why-item svg {
		margin: 4px;
		width: 15px;
	}
	.why-left-box h2 {
		font-size: 24px;
	}
	.why-left-box {
		position: absolute;
		top: -185px;
		left: 30px;
		width: 60%;
	}
	.why-left-box-svg {
		width: 100%;
	}
	.why-left-box > div {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		padding: 60px 25px;
	}
	.why-main-box-svg {
		display: none;
	}
	.Why-sec {
		width: 100%;
		display: block;
		height: 400px;
		margin-top: 75px;
	}
	.Mobile-left-svg {
		width: 100%;
	}
	.Mobile-right-svg {
		display: none;
	}
	.mobile-p {
		width: 100%;
		position: absolute;
		top: 10px;
		left: 0;
		padding: 15px;
		font-size: 25px;
	}
	.Mobile-sec {
		margin-top: 200px;
	}
	.gap {
		height: 50px;
	}
	.footer-p {
		font-size: 31px;
	}
	.copyright {
		font-size: 12px;
	}
	.why-main-box-svg-mobile{display: block;}
	.Mobile-right-svg-mobile{display: block;}
	.beveled-box::before {
		content: none;
		clip-path: none;
	}
	.beveled-box {
		background: none !important;
		clip-path: none;
	}
	.hero-bg-mobile{display: block;}
	.hero-bg-desktop{display: none;}
	.top-hero-logo {
		display: none;
	}
	.WhatIsArtlab-svg-desktop {
		display: none;
	}
	.WhatIsArtlab-svg-mobile {
		display: block;
	}
	.Hand-sec {
		margin: 10px 0 60px 0;
	}
	.WhatIsArtlab-video-item-box {
		margin: 20px 0px 20px 0px;
	}
	.WhatIsArtlab-video-item-box-detailes h3 {
		font-size: 18.036px;
	}
	.video-cta-box-svg {
	display: none;
}
.video-cta-box-content {
	position: relative;
	padding: 15px;
}
.video-cta-box-h3 {
	font-size: 18px;
	text-align: left;
}
.video-cta-box-p {
	font-size: 12px;
	margin: 10px 0;
	text-align: left;
}
.video-cta-box {
	margin: 10px 0;
	border: 1px solid #A7A9AC;
	background: #100f17;
}
.video-cta-box svg {
	margin-bottom: 15px;
}
.video-cta-box-mobile-half {
	min-height: 270px !important;
}
}


