.hidden {
	display: none
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

.container-fluid {
	padding-left: 10%;
	padding-right: 10%;
}


.carousel__slide.w-1\/3 {
    width: 20%;
}
@media only screen and (max-width: 1100px) {
	.carousel__slide.w-1\/3 {
		width: 33.333%;
	}
}
@media only screen and (max-width: 767px) {
	.carousel__slide.w-1\/3 {
		width: 100%;
	}
}
body {
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;

}




* {
	position: relative;
}

.overlay {
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1;
}

#menu {
	color: #FFF;
	width: auto;
	display: none;
	z-index: 2;
	text-align: center;



}

.menu-backdrop {

	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.back-bg {
	width: 100%;
	height: 100%;
	background-image: url(../img/aerocube-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	-o-filter: blur(0px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

#menu:hover .back-bg {
	filter: blur(8px);
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	-o-filter: blur(8px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}

#menu .nav-link {
	text-transform: lowercase;
	color: #FFF;
	font-size: 36px;
	padding: 10px;
	line-height: 1.4;
	transition: all .3s ease;
}

#menu .nav-link:hover {
	transform: scale(1.2);
}

.social {
	padding-top: 30px;
}

.social a {
	display: inline-block;
	padding: 15px;
	font-size: 20px;
	color: #999;
	transition: all .3s ease;
}

.social a:hover {
	color: #fff;
}

header {
	background: #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.navbar-toggler-icon{
	width: 1.2em;
    height: 1.2em;
}

.navbar-toggler,.navbar-toggler:hover,.navbar-toggler:focus{
	border: none;
	box-shadow: none;
}

.navbar-brand {
	min-width: 220px;
	padding: 5px 10px;
}
.navbar-brand>span{
	display: inline-block;
	font-size: 30px;
    line-height: 1;
    font-weight: 700;
	margin-left: 15px;
	vertical-align: middle;
}

.navbar-expand-lg {
	padding: 0rem 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link{
	padding: 20px;
	font-size: 16px;
	letter-spacing: .3px;
}
.navbar-expand-lg .navbar-nav .dropdown-item {
	padding: 16px;
	font-size: 14px;
	letter-spacing: .2px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover:before,.navbar-expand-lg .navbar-nav .nav-link.active:before {
	content: '';
	width: 100%;
	height: 2px;
	left: 0px;
	bottom: 0%;
	background: rgb(39, 114, 255);
	border-radius: 3px;
	position: absolute;
}
@media only screen and (min-width: 767px) {

.dropdown:hover>.dropdown-menu {
	display: block;
  }
  
  .dropdown>.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	  pointer-events: none;
  }

  .navbar-nav .dropdown-menu{
	margin:0;
  }

}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
	border-radius: 0px 0px var(--bs-dropdown-border-radius) var(--bs-dropdown-border-radius);
}
}

.toggle-button {
	cursor: pointer;
}

.toggle-button {
	margin: 0px 10px;
	font-size: 32px;
	width: 32px;
	padding: 4px;
	;
	line-height: 1;
}

.toggle-button .morphing-btn-wrap {
	left: 0%;
	top: 0%;
}



.nav-link {
	color: #121212;
}


#intro {
	height: 100vh;
	width: 100%;
}

#intro video {
	width: 100%;
	height: auto;
}

.intro-text {
	padding: 40px 40px 60px 0px;
	text-align: left;
}

.intro-text h1 {
	font-weight: 600;
    font-size: 46px;
    line-height: 60px;
}

.intro-text p {
	padding-top: 16px;
	color: #8c8c8c;
	max-width: 800px;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.6;
	letter-spacing: 0.2px;


}

.moving-mouse-holder {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	margin-top: 60px;
	width: auto;
	text-align: center;
}

.moving-mouse-holder .mouse {
	display: inline-block;
	width: 26px;
	height: 40px;
	border-radius: 18px;
	border: 2px solid #000000;
}

.moving-mouse-holder .mouse-button {
	background-color: #000000;
	width: 4px;
	height: 10px;
	border-radius: 2px;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -2px;
	animation: mouse-scroll 1s infinite alternate;
}

.moving-mouse-holder .text {
	padding: 10px;
	color: rgba(0, 0, 0, 0.3);
	font-size: 10px;
	letter-spacing: .5px;
	line-height: 1.23;
}

@keyframes mouse-scroll {
	to {
		transform: translate(0, 6px) scale(1, 0.8);
	}
}


.backdrop {
	position: absolute;
	width: 100%;
	bottom: 0px;
	mix-blend-mode: luminosity;
	transition: all .4s ease;
}

.backdrop:hover {
	mix-blend-mode: normal;
}


#design {
	padding: 100px 0px;
	min-height: 100vh;
}

.port-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	columns: 2;

}

.port-list li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.sitem {
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.2);
	margin: 100px 50px 50px 50px;
	padding: 10px;
	transition: all .3s ease;
	cursor: pointer;
}

.sitem:hover {
	border-color: rgba(255, 255, 255, 0.7);
}

.sitem h3 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-left: -20px;
	margin-bottom: -20px;
	padding: 0px 10px;
	display: block;
	text-transform: lowercase;
	font-size: 30px;
	letter-spacing: -.5px;
	color: rgba(255, 255, 255, 0.5);
	transition: all .3s ease;
	transform-origin: 0% 50%;
	cursor: pointer;
	z-index: 1;
}

.sitem h3 span {
	line-height: 1.4;
	background: #212121;
	box-shadow: 0.50em 0 0 #212121, -0.50em 0 0 #212121;
	box-decoration-break: clone;
}

.sitem img {
	mix-blend-mode: luminosity;

}

.sitem:hover img {
	mix-blend-mode: normal;
}

.sitem:hover h3 {
	color: rgba(255, 255, 255, 1);
	transform: scale(1.1);
}

.sitem p {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.7);
}




/*dsfsfdsdfs*/

.sitem-n {
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin: 100px 50px 50px 50px;
	padding: 10px;
	transition: all .3s ease;
	cursor: pointer;
}

.sitem-n:hover {
	border-color: rgba(0, 0, 0, 0.7);
}

.sitem-n h3 {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0px;
	margin-left: -20px;
	margin-bottom: -20px;
	padding: 0px 10px;
	display: block;
	text-transform: lowercase;
	font-size: 30px;
	letter-spacing: -.5px;
	color: rgba(0, 0, 0, 0.5);
	transition: all .3s ease;
	transform-origin: 0% 50%;
	cursor: pointer;
	z-index: 1;
}

.sitem-n h3 span {
	line-height: 1.4;
	background: #FFF;
	box-shadow: 0.50em 0 0 #FFF, -0.50em 0 0 #FFF;
	box-decoration-break: clone;
}

.sitem-n img {
	mix-blend-mode: luminosity;

}

.sitem-n:hover img {
	mix-blend-mode: normal;
}

.sitem-n:hover h3 {
	color: rgba(0, 0, 0, 0.7);
	transform: scale(1.1);
}

.sitem-n p {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.7);
}




#develop {
	padding: 100px 0px;
	min-height: 100vh;
	background: #FFF;
	color: #FFF;
}

#publish {
	padding: 100px 0px;
	min-height: 100vh;
	background: #212121;
	color: #FFF;
}

.size-150 {
	width: 150px;
	height: 150px;
}

.size-100 {
	width: 100px;
	height: 100px;
}

.size-90 {
	width: 90px;
	height: 90px;
}

.size-80 {
	width: 80px;
	height: 80px;
}

.size-70 {
	width: 70px;
	height: 70px;
}

.size-60 {
	width: 60px;
	height: 60px;
}

.top-0 {
	top: 0%;
}

.top-25 {
	top: 25%;
}

.top-50 {
	top: 50%;
}

.bottom-0 {
	bottom: 0%;
}

.bottom-25 {
	bottom: 25%;
}

.left-0 {
	left: 0%;
}

.left-10 {
	left: 10%;
}

.left-50 {
	left: 50%;
}

.right-0 {
	right: 0%;
}

.right-10 {
	right: 10%;
}

.float-item {
	mix-blend-mode: luminosity;
	opacity: 0.2;
	z-index: 1
}

.float-item:hover {

	mix-blend-mode: normal;
}



HTML CSS JS Result Skip Results Iframe .morphing-btn-wrap {
	display: inline-block;
	position: relative;
	text-align: center;
}

.morphing-btn {
	-webkit-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	-moz-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	-o-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	transition: color 0.3s 0.2s, width 0.2s 0s;
	white-space: nowrap;
	box-sizing: border-box;
}

.morphing-btn_circle {
	color: transparent !important;
	padding-left: 0;
	padding-right: 0;
	width: 35.6px !important;

	/* Override inline style rule */
	-webkit-transition: color 0.2s 0s, width .3s 0.2s;
	-moz-transition: color 0.2s 0s, width .3s 0.2s;
	-o-transition: color 0.2s 0s, width .3s 0.2s;
	transition: color 0.2s 0s, width .3s 0.2s;
}

.morphing-btn-clone {
	position: fixed;
	background: #111010;
	border-radius: 50%;
	z-index: 10000;
	-webkit-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	-moz-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	-o-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.morphing-btn-clone_visible {
	display: block;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
}

.fancybox-morphing .fancybox-bg {
	background: #111010;
	opacity: 1;
}

.fancybox-morphing .fancybox-toolbar {
	top: 20px;
	right: 40px;
}

.fancybox-morphing .fancybox-button--close {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	color: #fff;
}

.fancybox-morphing .fancybox-button--close::after,
.fancybox-morphing .fancybox-button--close::before {
	height: 1.55px;
	width: 22px;
	left: calc(50% - 11px);
}

.fancybox-morphing .fancybox-button--close:hover {
	background: rgba(0, 0, 0, 0.25);
}


#develop .morphing-btn-clone,
.develop .fancybox-bg {
	background: #212121;
}

.develop-content {
	color: #FFF;
}


/* Styling for element used in example */

.morphing-content {
	margin: 0;
	position: relative;
	background: transparent;

	padding: 6em 10vw;
	line-height: 2;
	z-index: 3;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.morphing-content>* {
	transform: translateY(-40px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: .5s;
}

.post-animation {
	text-align: center;
}

.post-animation .morphing-content>* {
	transform: translateY(0);
	opacity: 1;

	transition-duration: .5s;
}

.post-animation .morphing-content>:nth-child(1) {
	transition-delay: .1s
}

.post-animation .morphing-content>:nth-child(2) {
	transition-delay: .3s
}

.post-animation .morphing-content>:nth-child(3) {
	transition-delay: .5s
}

.post-animation .morphing-content>:nth-child(4) {
	transition-delay: .7s
}

.post-animation .morphing-content>:nth-child(5) {
	transition-delay: .9s
}

.morphing-content {
	width: 100%;
}

.morphing-content h3 {
	font-size: 64px;
}

.morphing-content p {
	font-size: 16px;
	line-height: 1.4;
	padding: 16px 0px;
	max-width: 800px;
}

.content {
	padding: 10%;
	min-height: 100vh;
	margin-bottom: -89px;
}

.content h2 {
	max-width: 600px;
	line-height: 1;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 30px;
}

.content p {
	font-weight: 400;
	
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.6;
	letter-spacing: 0.2px;
}
p.p-900{
	max-width: 900px;
}

.content ul>li{
	line-height: 1.8;
	font-size: 18px;
}

.content h1.title span {
    font-weight: bold;
    display: block;
    font-size: 64px;
	line-height: 1.4;
}

.content p a {
	font-size: 20px;
	background: #ddd;
	box-shadow: .20em 0 0 #ddd, -0.20em 0 0 #ddd;
	box-decoration-break: clone;
}


.ct{

}
.ct>a.ct-main{
	display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
.ct label{
	font-size: 12px;
    font-weight: 600;
}
.ct span{
	display: block;
    font-size: 18px;
    font-weight: 600;
}

.ct-phone{

}

.ct-email{
	margin-top: 10px;
}

.ct .btn{
	margin-left: 15px;
}

.pitem {
	width: 150px;
	display: block;
	padding: 30px 30px 30px 0px;
	color: inherit;
	text-decoration: none;
}

.pitem:hover {
	color: inherit;
	text-decoration: none;
}

.pitem img {
	border-radius: 20px;
}

footer {
	padding: 20px 0px 15px 0px;
}

footer .col-sm-4>div {
	padding: 20px 0px 15px 50px
}

footer a {
	font-size: 20px;
	box-decoration-break: clone;
	color: #999;
	text-decoration: none;
}

.footer-brand{
	display: inline-block;
	padding: 5px 15px;

}
.footer-brand>span{
	display: inline-block;
	font-size: 30px;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
    padding-left: 15px;
    letter-spacing: 0.2px;
    color: #fefefe;
}

footer .hstack a{
	font-size: 24px;
	padding: 12px;;
}

footer .hstack svg{
	width: 1em;
	height: 1em;
}

footer a:hover {
	color: #ddd;
}

footer p {
	margin: 0px;
}

footer span.material-icons {
	position: absolute;
	left: 15px;
	top: 22px;
	font-size: 18px;
}

address {
	color: #999;
	font-size: 18px;
	margin-bottom: 0px;
}

.partner img {
	width: 160px;
	padding: 15px;
	border-radius: 10px;
}

.partner img:hover {
	background: #efefef;
}

@media only screen and (max-width: 767px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 15px 0px;
		font-size: 16px;
		letter-spacing: .3px;
	}

	#menu {
		padding: 16px;
	}

	#menu .nav-link {
		font-size: 20px;
	}

	.social a {
		padding: 10px;
		font-size: 16px
	}

	.social a:hover {
		text-decoration: none;
	}

	#menu .back-bg {
		filter: blur(8px);
		-webkit-filter: blur(8px);
		-moz-filter: blur(8px);
		-ms-filter: blur(8px);
		-o-filter: blur(8px);
		filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
	}

	.navbar-brand {
		min-width: 150px;
		padding: 12px 10px 12px 0px;
	}

	.navbar-brand:after {
		display: none;
		font-size: 24px;

	}

	#intro {
		height: auto;
		padding-top: 100px;
		;
	}

	.intro-text {

		padding: 15px;
	}

	.intro-text h1 {
		font-size: 28px;
		line-height: 36px;
	}

	.intro-text p {
		padding-top: 30px;
		font-size: 16px;
		letter-spacing: .3px;

	}


	#design,
	#develop,
	#publish {
		padding: 50px 0px;
		overflow: hidden;
	}

	.port-list {
		list-style: none;
		padding: 0px;
		margin: 0px;
		columns: 1;

	}

	.port-list li {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}

	.sitem {
		display: block;
		border: 1px solid rgba(255, 255, 255, 0.2);
		margin: 100px 50px 50px 50px;
		padding: 10px;
	}

	.sitem-n {
		display: block;
		margin: 100px 50px 50px 50px;
		padding: 10px;
	}

	.sitem:hover {
		border-color: rgba(255, 255, 255, 0.7);
	}

	.sitem h3,
	.sitem-n h3 {
		font-size: 24px;
		margin-bottom: -15px;
	}

	.sitem h3 span,
	.sitem-n h3 span {
		line-height: 1.4;
	}

	.sitem img,
	.sitem-n img {
		mix-blend-mode: luminosity;
	}

	.sitem:hover img,
	.sitem-n:hover img {
		mix-blend-mode: normal;
	}


	.sitem p,
	.sitem-n p {
		font-size: 20px;
	}

	.morphing-content h3 {
		font-size: 36px;
		letter-spacing: -2px;
		text-transform: lowercase;
	}

	.morphing-content p {
		font-size: calc(12.85714px + .35714vw);
		line-height: 1.7em;
		letter-spacing: .05em;
		padding-top: 20px;
		max-width: 100%;
	}

	.pitem {
		width: 100px;
		padding: 20px 20px 20px 0px;
	}



	.content {
		padding: 150px 5px 50px 5px;
		min-height: auto;
		margin-bottom: 0px;

	}

	.content h1 {
		line-height: 1;
		font-size: 36px;
	}

	.content h2 {
		max-width: 600px;
		line-height: 1;
		text-transform: lowercase;
		letter-spacing: -1px;
		font-size: 24px;
	}

	.content p {
		padding-top: 20px;
		max-width: 800px;
		font-size: 16px;
	}


	.size-150 {
		width: 75px;
		height: 75px;
	}

	.size-100 {
		width: 50px;
		height: 50px;
	}

	.size-90 {
		width: 45px;
		height: 45px;
	}

	.size-80 {
		width: 40px;
		height: 40px;
	}

	.size-70 {
		width: 35px;
		height: 35px;
	}

	.size-60 {
		width: 30px;
		height: 30px;
	}

}

.dark-bg {
	background: #121212;
	color: #fefefe;
	padding: 100px 0px;
}

.light-bg {
	background: #fefefe;
	color: #121212;
	padding: 100px 0px;
}

.light-bg.grey{
	background: #f2f2f6;
}

.title {
	font-weight: 600;
	font-size: 36px;
	max-width: 720px;
	margin-bottom: 24px;
	line-height: 1.2;
}

.sub-title {
	font-weight: 300;
	max-width: 720px;
    font-size: 20px;
	margin-bottom: 36px;
	line-height: 1.4;
}

h4.title{
	font-weight: 600;
    font-size: 30px;
    max-width: 450px;
    margin-bottom: 42px;
    line-height: 1.4;
    margin-top: 60px;
}

.h4-sub-title {
	font-weight: 300;
	max-width: 600px;
	font-size: 17px;
	color: #8a8a8a;
	margin-bottom: 36px;
	line-height: 1.4;
}


.dark-bg .sub-title{
	color: #8a8a8a;
	line-height: 1.4;
}


.simg-container ,.side-article .img-container{
	border-radius: 16px;
	overflow: hidden;
}

span.read-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 4px 8px;
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    font-size: 12px;
    color: white;
}

.st {
	font-weight: 600;
	margin-top: 15px;
}

p.sa {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
	font-weight: 400;

}
div.col-lg-3:has(> .side-article){
	border-left: 1px solid #e2e2e2;
}

.side-article .st {
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
}

.side-article p.sa{
	font-size: 14px;
	margin-bottom: 8px;
}

.dark-bg .sa {
	color: #acacac;
}

.light-bg .sa {
	color: #8a8a8a;
}

#explore {
	background-image: radial-gradient(#d2d5d8 1px, transparent 0), radial-gradient(#d2d5d8 1px, transparent 0);
	background-color: var(--base-color);
	background-position: 0 0, 6px 6px;
	background-size: 12px 12px;
	padding: 48px 0;
}



.clist li {
	font-weight: 300;
	max-width: 900px;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 1px;
	padding-top: 6px;
	padding-bottom: 6px;
	;
}


.alink {
	display: inline-block;
	padding: 15px;
	;
	transition: all .2s ease;
	text-decoration: none;
}

.alink h5 {
	font-size: 24px;
	;
}

.alink:hover {
	background: #fafafa;
}

.light-grey {
	color: #8a8a8a;
}

.ratio>img{
	height: auto;
}




@media only screen and (max-width: 767px) {

	


	.title {
		font-size: 26px;
		line-height: 36px;
		font-weight: 700;
		letter-spacing: .5px;
		padding: 8px 16px 8px 16px;
	}

	.sub-title {
		font-size: 16px;
		line-height: 1.4;
		letter-spacing: 0.3px;
		padding: 8px 16px 8px 16px;
	}
	
	h4.title{
		padding: 16px 16px 8px 16px;
		font-weight: 600;
		font-size: 20px;
		line-height: 1.4;
    	margin-bottom: 20px;
    	margin-top: 20px;
	}
	
	.h4-sub-title {
		padding: 4px 16px 4px 16px;
		font-weight: 400;
		max-width: 600px;
		font-size: 14px;
		color: #8a8a8a;
		margin-bottom: 36px;
		line-height: 1.6;
	}
}


.list-title {
    font-weight: 500;
    font-size: 17px;
    padding: 4px;
}

p.list-subtitle {
    font-size: 16px;
    color: #666;
    padding: 4px;
}
ul.feature-list{
	list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.feature-list>li{
	padding: 4px 4px 4px 45px;
    max-width: 450px;
}
ul.feature-list>li>span {
    position: absolute;
    font-size: 24px;
    left: 3px;
    top: 2px;
}

ul.feature-list>li>span>svg {
	width: 1em;
	height: 1em;
}