@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
:root {
	--bgcolor: #1c1c2e;
	--primary: #666;
	--primary-dark: #666;
	--primary-light: #666;
}
html,
body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	min-height: 100vh;
	width: 100%;
	background-color: #000;
	background-color: #eaeaea;
	font-size: 16px;
	color:var(--bgcolor);
}
*{
	user-select: none;
}
p{
	margin: unset;
}
.m1{margin-bottom: 10px;}
.m4{margin-bottom: 40px;}
.p2-2{
	padding-left: 10px;
	padding-right: 10px;
}
.js{
	text-align: justify;
}
.qu{
	font-size: 32px;line-height: 12px;height: 12px;display: inline-block;vertical-align: middle;
}
* {
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.block{
	margin:30px auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 25px;
	color: #fff;
	color: #000;
}
.topbar {
	padding: 10px 0;
    position: absolute;
    z-index: 100000;
    left: 0px;
    right: 0px;
}
.topbar .navigation {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.topbar .navigation .logo-title{
	font-size: 20px;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 600;
	line-height: 30px;
}
.topbar .navigation .menu-toggle {
	display: none;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	font-weight: 1000;
	margin-right: 10px;
}
.topbar .navigation #main-menu {
	display: flex;
}
.topbar .navigation #main-menu a {
	color: #fff;
    margin-left: 25px;
    font-size: 14px;
    font-weight: 500;
    background-color: #00000094;
    padding: 6px 12px;
    border-radius: 15px;
}
.logo-title{
	display:flex;
	flex-direction: column;
	align-items: center;
	transform: translate(0px, -4px);
}
.logo-title span:nth-of-type(1){
	background-image: url('/assets/aoc-logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	aspect-ratio: 2 / 1;
	height: 40px;
	font-size: 0px;
}
.logo-title span:nth-of-type(2){
	font-size: 12px;
	display: none;
}
@media (max-width: 600px) {
	.topbar .navigation {
		position: relative;
		/* enables absolute menu positioning */
	}
	.topbar .navigation .menu-toggle {
		display: block;
	}
	.topbar .navigation #main-menu {
		display: none;
		flex-direction: column;
        background: #222222ee;
        width: 100%;
        padding: 10px 20px;
        position: absolute;
        top: -10px;
        left: 0;
        z-index: 9999;
        padding-top: 45px;
        height: 100vh;
	}
	.topbar .navigation #main-menu a {
		margin: 7px 0;
		background-color: transparent;
		font-size: 16px;
	}
	.topbar .navigation #main-menu.show-menu {
		display: flex;
	}
}
.cover {
	background: #000;
	box-shadow:	inset 0px 0px 1px 3px #33333366;
	min-height: calc(100vh);
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
.cover-gradient{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: linear-gradient(60deg, #00000082, transparent);
}
.cover-filter{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: 25px 25px;
}
.white-text {
	color: #fff;
}
.story-teller {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	transition: opacity 1.5s;
}

.story-teller .current-story {
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	opacity: 1;
	transition: opacity 1s ease;
}

.story-teller .story-content {
	position: absolute;
    top: 60px;
    right: 40px;
    color: #fff;
    max-width: 60%;
    text-align: right;
}
.story-teller .current-story-title {
	margin-top: 40px;
	font-size: 32px;
    font-weight: 600;
    background-color: #00000099;
    padding: 0px 10px;
    display: inline-block;
}

.story-teller .current-story-text {
	    font-size: 16px;
    line-height: 1.4;
    background-color: #171d30d6;
    padding: 10px;
    margin-top: -5px;
}

.story-teller .story-content-nice {
	position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    max-width: 60%;
    text-align: left;
}

.story-teller .current-nice-title {
	font-size: 32px;
    font-weight: 600;
    color:#fff;
}

.story-teller .current-nice-text {
	font-size: 16px;
}

.story-teller .story-navigator {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
}

.story-navigator .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	cursor: pointer;
}

.story-navigator .dot.active {
	background: #fff;
}

.fade-out {
	opacity: 0;
}

@keyframes bgPageHero {
	from {
		background-position: 50% 50%;
	}
	to {
		background-position: right top;
	}
}
@keyframes bgMoveLeftToTop {
	from {
		background-position: left bottom;
	}
	to {
		background-position: right top;
	}
}
@keyframes bgMoveLeftToBottom {
	from {
		background-position: left top;
	}
	to {
		background-position: right bottom;
	}
}
@keyframes bgMoveRightToTop {
	from {
		background-position: right bottom;
	}
	to {
		background-position: left top;
	}
}
@keyframes bgMoveRightToBottom{
	from {
		background-position: right top;
	}
	to {
		background-position: left bottom;
	}
}
.hero {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	align-items: flex-end;
}
.hero .hero-text {
	padding-bottom: 80px;
	max-width: 50%;
	color: #fff;
}
.hero .hero-text .logo{
	margin-bottom: 20px;
}
.hero .hero-text .logo img{
	height: 100px;
}
.hero .hero-text h1 {
	font-size: 36px;
	line-height: 38px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.hero .hero-text p {
	font-size: 16px;
	line-height: 1.6;
}
@media (max-width: 600px) {
	
	.hero{
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.hero .hero-text{
		max-width:90%;
	}
	.hero .hero-text .logo{
		display:block;
	}
	.story-teller .story-content {
		display: none;
	}
	.story-teller .story-navigator {
		display: none;
	}
	
}
.container .image-placeholder {
	width: 100%;
	height: 320px;
	border-radius: 8px;
}
.container h1 {
	margin: 0px;
	margin-bottom: 10px;
}
.container h2 {
	font-size: 22px;
	margin: 0px;
	margin-bottom: 5px;
}
.product-block h2{
	margin-bottom: 20px;
}
.container .icon-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 10px;
	justify-items: center;
	font-weight: 500;
}
.container .icon-grid .icon-item {
	text-align: center;
	max-width: 160px;
}
.container .icon-grid .icon-item p {
	white-space: nowrap;
}
.container .icon-grid .icon-placeholder {
	width: 60px;
	height: 60px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto 10px;
	filter:sepia(1) hue-rotate(190deg) brightness(0.8) drop-shadow(3px 3px 3px #00000099);
}
.quote{
	font-size: 18px;
	font-family: Montserrat;
}
.container .with-image {
	display: flex;
	gap: 40px;
	align-items: center;
}
.container .wix-image {
	display: flex;
}

.container .wix-image.wix-odd {
	flex-direction: row-reverse;
}
.container .wix-image .image{
	flex:1;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	transition: all 0.5s ease-in;
}
.container .wix-image .image .expand{
	height: 40px;
	width: 40px;
	background-color: #00000099;
	cursor: pointer;
	margin: 10px;
	background-image: url('/assets/story-expand.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size:18px;
	transition: all 0.3s ease-in;
}
.container .wix-image .image .expand:hover,.container .wix-image .image .expand:active{
	background-size:22px;
}
.container .wix-image.in-view .image {
	background-size: auto 110%;
}
.container .wix-image .content{
	flex:1;
	padding: 10px;
}
@media (min-width: 600px) {
	.container .wix-image.wix-even .image{
		border-top-left-radius:5px;
		border-bottom-left-radius:5px;
	}
	.container .wix-image.wix-odd .image{
		border-top-right-radius:5px;
		border-bottom-right-radius:5px;
	}
	.container .wix-image.wix-even .content{
		padding-left: 30px;
	}
	
}
@media (max-width: 600px) {
	.container .wix-image,.container .wix-image.wix-odd {
		flex-direction: column;
	}
	.container .wix-image .image{
		min-height: 250px;
		background-size: 100% auto ;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
	}
	.container .wix-image.in-view .image {
		background-size: 110% auto ;
	}
	
}
.container .with-image .text {
	flex: 2;
}
.container .with-image .side-image {
	flex: 1;
}
.container .with-image .side-image .image-placeholder {
	height: 250px;
}
.button-list{
	display:flex;
	gap:10px;
	align-items:center;
	padding-top: 10px;
}
.button-list .button{
	padding:10px 20px;
	border-radius:8px;
	border:none;
	font-size:15px;
	font-weight:600;
	cursor:pointer;
	transition:transform .15s ease,box-shadow .15s ease;
	font-family: "Poppins", sans-serif;
}
.button-list .button:hover{
	transform:translateY(-1px);
	box-shadow:0 6px 16px rgba(0,0,0,.12)
}
.button-list .button-a{
	background:#1f2937;
	color:#ffffff
}
.button-list .button-b{
	background:#3aa261;
	color:#ffffff
}
.footer {
	background: #333;
	padding: 25px 0;
	text-align: center;
}
.footer .footer-links{
	margin-bottom: 20px;
}
.footer .footer-links a {
	margin: 0 12px;
	color: #666;
	font-weight: 600;
	font-size: 13px;
}
.footer .footer-logo {
	text-align: center;
}
.footer .footer-logo span{
	mask-image:url('/assets/aoc-logo.png');
	mask-position:center;
	mask-repeat:no-repeat;
	mask-size:contain;
	height: 30px;
	width: 100px;
	background-color: var(--primary-dark);
	display: inline-block;
	
}
.footer .footer-copy{
	color: var(--primary-dark);
	font-size: 12px;
}
.contact-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	background: #ffffff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.form-col {
	width: 100%;
}
.form-col.full {
	grid-column: span 2;
}
.form-field label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
	color: #333;
}
.form-field input,
.form-field textarea {
	width: 100%;
	padding: 12px 14px;
	border-radius: 8px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	outline: none;
	background: #ffffff;
}
.form-field input:focus,
.form-field textarea:focus {
	border-color: #4f46e5;
	box-shadow: 0 0 0 2px rgba(79,70,229,0.15);
}
.form-field textarea {
	min-height: 120px;
	resize: vertical;
}
.contact-form button {
	display: block;
	padding: 14px;
	border-radius: 8px;
	border: none;
	background: #1f2937;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	width: 100%;
}
.contact-form button[type="button"]
{
	background-color: #2d9a56;
}
.contact-form button:hover {
	background: #304056;
}
.form-message {
	margin-top: 18px;
	font-size: 14px;
	grid-column: 1 / -1;
	display: none;
}
.form-message.success {
	color: #15803d;
}
.form-message.error {
	color: #b91c1c;
}
@media (min-width: 600px) {
	.form-field textarea {
		height: 220px;
	}
}
@media (max-width: 600px) {
	.contact-form {
		grid-template-columns: 1fr;
	}
	
}

.page-hero {
	padding: 80px 0;
	background: #45496d;
	position: relative;
	
}

.page-hero .page-hero-cover{
	position: absolute;
	left:0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	background-color: #ffffff;
	filter: blur(2px);
	background-size: contain;
	background-repeat: no-repeat;
	//animation:bgPageHero 25s ease forwards;
	background-position: right center;
	mix-blend-mode:soft-light;
}
.page-hero .page-hero-map{
	position: absolute;
	left:0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	background-color: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}
@media (max-width:600px){
	.page-hero .page-hero-map{
		background-position: right 25% bottom -110px;
        background-size: auto 128%;
	}
	
}
.page-hero .page-hero-container{
	position: absolute;
	left:0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	background-color: #ffffff;
}
.page-hero .page-hero-layer{
	z-index: 1;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #1b1b1d;
	opacity: 0.65;
}
.page-hero .page-hero-layer2{
	z-index: 1;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: linear-gradient(45deg, #ffffff, #ffffff99);
}
.page-hero .page-hero-grid{
	z-index: 1;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: 25px 25px;
}
.page-hero .page-hero-content{
	position: relative;
	z-index: 2;
	color: #fff !important;
	text-shadow: 1px 1px 3px #000;
}
.page-hero .page-hero-content2{
	position: relative;
	z-index: 2;
	color: #333 !important;
	text-shadow: 1px 1px 3px #fff,1px -1px 3px #fff,-1px 1px 3px #fff,-1px -1px 3px #fff;
}
.page-hero .page-hero-content2 button {
    display: block;
    padding: 14px;
    border-radius: 8px;
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    background-color: #2d9a56;
}
.page-hero h1 {
	font-size: 44px;
	margin-bottom: 10px;
}

.page-hero h2 {
	font-size: 26px;
	margin-bottom: 20px;
}

.page-hero p {
	font-size: 18px;
	line-height: 1.6;
	max-width: 900px;
}

.page-hero .hero-highlight {
	margin-top: 20px;
	font-weight: 600;
}
.page-hero-list{
	list-style:none;
	padding:0;
	margin:0;
	display: grid;
	margin: 40px 0px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 14px 30px;

	li{
		> span{
			display:flex;
			align-items:center;
			gap:12px;
			font-weight:500;
			line-height: 1.5;
		    color: #eaeaea;
		    background-color: #333;
		    display: inline-block;
		    padding: 5px 10px;
		    border-radius: 3px;
		    width: max-content;

			i{
				font-size:18px;
				color:#0d6efd;
				min-width:20px;
				margin-right: 10px;
			}

			span{
				flex:1;
			}
		}
	}
}


.page-grid {
	padding: 20px 0;
}


.page-grid .grid {
	display: grid;
	grid-template-columns:repeat(2,1fr);
	gap: 30px;
	
}
@media (max-width:600px) {
	.page-grid .grid {
		grid-template-columns:1fr;
	}
}

.page-grid .grid .grid-card {
	background: #fff;
	border: 1px solid #eee;
	padding: 30px;
	border-radius: 8px;
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.6s ease, transform 0.6s ease;
	color: var(--bgcolor);
	text-align: left
}
.page-grid .grid .grid-card .icon-placeholder {
	width: 100px;
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto 10px;
	filter:sepia(1) hue-rotate(190deg) brightness(0.8) drop-shadow(3px 3px 3px #00000099);
}
.page-grid .grid .grid-card h3 {
	font-size: 22px;
	margin-bottom: 15px;
}
.page-grid .grid .grid-card ul {
	padding-left: 18px;
	margin: 0;
}
.page-grid .grid .grid-card li {
	margin-bottom: 10px;
	color: #444;
}
.page-grid .grid .grid-card.in-view {
	opacity: 1;
	transform: translateY(0);
}
.page-grid.alt-pattern {
	padding:80px 0;
}

.case-row {
	display:grid;
	grid-template-columns:minmax(400px, 420px) 1fr;
	gap:40px;
	align-items:center;
	padding:30px;
	background:#fff;
	border-radius:16px;
	opacity:0;
	transform:translateY(40px);
	transition:opacity .6s ease, transform .6s ease;
	margin-bottom: 20px;
}

.case-row.in-view {
	opacity:1;
	transform:translateY(0);
}

/* image block */
.case-media {
	width:100%;
	min-height:260px;
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	border-radius:14px;
}

/* content */
.case-content h3 {
	font-size:22px;
	margin-bottom:14px;
}

.case-content ul {
	margin:0;
	padding-left:18px;
}

.case-content li {
	margin-bottom:10px;
	color:#444;
}

/* mobile */
@media (max-width:700px) {
	.case-row {
		grid-template-columns:1fr;
		padding:20px;
	}

	.case-media {
		min-height:220px;
	}
}


.page-villain{
	padding: 90px 0;
	background: var(--bgcolor);
	color: #fff;
}
.page-grid h2,
.page-villain h2 {
	font-size: 34px;
	margin-bottom: 20px;
}
.page-villain h3 {
	margin: 0px;
	margin-bottom: 10px;
}
.page-villain a {
	color: #fff;
}
.why-choose-us .grid-card{
	text-align: center;
	border: 0px !important;
}
@media (max-width: 600px) {
	.page-hero h1 {
		font-size: 34px;
	}
	.page-hero h2 {
		font-size: 22px;
	}
}
.floating-image{
	mask-position:center;
	mask-repeat:no-repeat;
	mask-size:contain;
	background-color: #ffd;
}
.floating-image-revolution{
	mask-image:url('/assets/revolution.png');
}
.floating-image-india{
	mask-image:url('/assets/mad-in-india.png');
}
.floating-image-custom{
	mask-image:url('/assets/custom.png');
}
@media (min-width: 800px){
	.floating-image{
		min-height: 200px;
		float:left;
		width: 300px;
		margin-right: 30px;
	}
	.floating-image-india{
		min-height: 300px;
	}
}
@media (max-width: 800px){
	.floating-image{
		min-height: 200px;
		margin-bottom: 20px;
	}	
	.floating-image-india{
		display: none;
	}
}
.theatre{
	position:fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	z-index: 100;
	background-color: #232323;
}
.theatre.open{
	display: block;
	opacity: 0;
	transition: all 0.3s ease-in;
}
.theatre.open.show{
	opacity: 1;
}
.theatre .close-theatre{
	    height: 40px;
    width: 40px;
    background-color: #00000099;
    cursor: pointer;
    margin: 10px;
    display: block;
    position: relative;
    float: right;
    background-image: url('/assets/story-close.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size:15px;
	transition: all 0.3s ease-in;
}

.block-holder {
	display:grid;
	grid-template-columns:1fr;
	gap:24px;
	margin-bottom: 20px;
}

@media (min-width:640px) {
	.block-holder {
		grid-template-columns:repeat(2,1fr);
	}
}

@media (min-width:1024px) {
	.block-holder {
		grid-template-columns:repeat(3,1fr);
	}
}


@media (max-width:900px) {
	.block-holder {
		grid-template-columns:1fr;
	}
}

.block-holder .nicebloc {
	display:flex;
	flex-direction:column;
	padding:20px;
	background:#fff;
	border-radius:16px;
	opacity:0;
	transform:translateY(40px);
	transition:opacity .6s ease, transform .6s ease;
	box-shadow:
		0 4px 12px rgba(0,0,0,.06),
		0 1px 3px rgba(0,0,0,.08);
	transition:
		box-shadow .25s ease,
		transform .25s ease,
		opacity .6s ease;
	padding-top: 30px;
}

.block-holder .nicebloc:hover {
	box-shadow:
		0 12px 28px rgba(0,0,0,.12),
		0 4px 10px rgba(0,0,0,.08);
	transform:translateY(-6px);
}

.block-holder .nicebloc.in-view {
	opacity:1;
	transform:translateY(0);
}
.block-holder .nicebloc h3 {
	text-align: center;
	margin: 0px;
	line-height: 20px;
	height: 40px;
}

.block-holder .nicebloc .block-image {
	width:100%;
	aspect-ratio:4/3;
	background-size:auto 70%;
	background-position:center;
	border-radius:14px;
	background-repeat: no-repeat;
	transition:all .6s ease;
	filter: grayscale(1);
}
.block-holder .nicebloc.in-view .block-image {
	background-size:auto 100% ;
	filter: grayscale(0.2);
}

.block-holder .block-content {
	padding-top:14px;
}

.block-holder .block-content h3 {
	font-size:18px;
	margin-bottom:6px;
}

.block-holder .block-content p {
	opacity:.85;
}
.map-crop{
	position:relative;
	height:400px;
	overflow:hidden;
}

.map-crop iframe{
	width:140%;
	height:140%;
	left:-10%;
	top:-10%;
}


