/* variables */
:root {
	--darkBlue: #272D3B;
	--primeryGreen: #0DAD51;
	--black: #000;
	--white: #fff;
	--lightBlue: #F4F7FE;
	--borderGray: #C9C9C9;
}
/* fonts */
@font-face {
  font-family: 'ITCAvantGardePro-Md';
  src:  url('../fonts/ITCAvantGardePro-Md.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'ITCAvantGardePro-Bk';
  src:  url('../fonts/ITCAvantGardePro-Bk.otf');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'ITCAvantGardePro-Demi';
  src:  url('../fonts/ITCAvantGardePro-Demi.otf');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}



/* base style */
* {
  cursor: none;
}
html {
  scroll-behavior: smooth;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
body{
	font-family: 'ITCAvantGardePro-Bk';
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  position: relative;
	background-color: #fff;
	color: #000;
	letter-spacing: 0.25px;
}
body.home {
	background-color: #000;
}
.pageHead {
	font-family: 'ITCAvantGardePro-Md';
	font-size: 18px;
	margin-bottom: 0px;
}
.blackPageCard .pageHead,
.bgImgPageCard .pageHead,
.studio .pageHead {
	color: #fff;
}
.bgImgPageCard.maker1 .pageHead {
	color: #000;
}
.bgImgPageCard.bgImgPageCardWhite .pageHead {
	color: #000;
}
.headBar {
	border-bottom: 1px solid #000;
}
.blackPageCard .headBar,
.bgImgPageCard .headBar,
.studio .headBar {
	border-bottom: 1px solid #F6F6FD;
}
.bgImgPageCard.maker1 .headBar {
	border-bottom: 1px solid #000;
}
.bgImgPageCard.bgImgPageCardWhite .headBar {
	border-bottom: 1px solid #000;
}
.landingPage {
	min-height: 100dvh;
	padding: 50px 0;
	position: relative;
	/*overflow-y: scroll;
  scroll-snap-type: y mandatory;*/
}
.pageCard {
/*	min-height: 100vh;*/
	padding: 80px 0;
	/*scroll-snap-align: start;
  box-sizing: border-box;*/
  background-attachment: fixed;
  overflow-x: hidden;
}
.blackPageCard {
	background-color: #000;
}
.studio {
	background-color: #958580;
}
.bgImgPageCard {
	height: 100dvh;
}
.bgImgPageCard.maker1 {
	background-image: url("../images/makers-og2-mob.webp");
	background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
  .bgImgPageCard.maker1 {
  	background-attachment: initial;
  }
}
.bgImgPageCard.maker2 {
	background-image: url("../images/makers-og2.webp");
	background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bgImgPageCard.maker3 {
	background-image: url("../images/makers-og2.webp");
	background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bgImgPageCard.maker4 {
	background-image: url("../images/makers-og2.webp");
	background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.para1 {
	font-family: 'ITCAvantGardePro-Md';
	font-size: 18px;
	color: #000;
}
.para1 a {
	font-family: 'ITCAvantGardePro-Md';
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.para2 {
	font-family: 'ITCAvantGardePro-Bk';
	font-size: 11px;
	color: #000;
}
.blackPageCard .para2,
.bgImgPageCard .para2,
.studio .para2 {
	color: #fff;
}
.bgImgPageCard.bgImgPageCardWhite .para2 {
	color: #000;
}

#connectPage .connectHead {
	font-family: 'ITCAvantGardePro-Md';
	font-size: 18px;
	color: #939393;
	margin-bottom: 15px;
}
#connectPage .connectSocial {
	padding: 0;
	margin: 0;
	display: flex;
	list-style-type: none;
}
#connectPage .connectSocial li:not(:last-child) {
	margin-right: 25px;
}
#connectPage .connectSocial a {
	font-family: 'ITCAvantGardePro-Md';
	font-size: 18px;
	color: #000;
	text-decoration: none;
}

.pageLinks {
	padding: 0;
	margin: 30px 0 40px;
	display: flex;
	list-style-type: none;
}
.pageLinks li:not(:last-child) {
	margin-right: 40px;
}
.pageLinks li:not(:first-child) {
	display: none;
}
.pageLinks a,
.pageLinks button {
	font-family: 'ITCAvantGardePro-Md';
	font-size: 18px;
	color: #BCBCBC;
	text-decoration: none;
	cursor: none;
  pointer-events: none;
  background-color: transparent;
  border: 0;
  text-align: left;
}
.pageLinks a.active,
.pageLinks button.active {
	color: #000;
}
.blackPageCard .pageLinks a,
.blackPageCard .pageLinks button {
	color: #757575;
}
.blackPageCard .pageLinks a.active,
.studio .pageLinks a.active,
.blackPageCard .pageLinks button.active,
.studio .pageLinks button.active {
	color: #fff;
}
.makerName {
	font-family: 'ITCAvantGardePro-Demi';
	font-size: 18px;
	color: #fff;
	margin-bottom: 2px;
}
.bgImgPageCard.bgImgPageCardWhite .makerName {
	color: #000;
}
.makerDesig {
	font-size: 18px;
	color: #fff;
	font-family: 'ITCAvantGardePro-Bk';
	margin-bottom: 40px;
}
.bgImgPageCard.bgImgPageCardWhite .makerDesig {
	color: #000;
}
.mainMenuStart {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.mainMenuStart li:not(:last-child) {
	margin-bottom: 30px;
}
.mainMenuStart li {
	font-family: 'ITCAvantGardePro-Demi';
	font-size: 24px;
	color: #fff;
	text-transform: capitalize;
}
.mainMenuStart li:not(:first-child) {
	display: none;
}
.mobileMenu .dotMenuBtn {
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 50%;
	border: 0;
/*	margin-top: 6px;*/
	animation: animateDotMenuBtn 1s linear infinite alternate;
	/*box-shadow: inset 0px 0px 10px 2px rgba(255, 255, 255, 0.5),
                      0px 0px 10px 2px rgba(255, 255, 255, 0.3);*/
  display: inline-block;
}

@keyframes animateDotMenuBtn {
  0% {
  	transform: scale(1);
  	/*box-shadow: inset 0px 0px 10px 2px rgba(255, 255, 255, 0.5),
                      0px 0px 5px 2px rgba(255, 255, 255, 0.3);*/
  }
  100% {
  	transform: scale(1.3);
  	/*box-shadow: inset 0px 0px 10px 2px rgba(255, 255, 255, 0.5),
                      0px 0px 15px 2px rgba(255, 255, 255, 1);*/
  }
}













#header {
	min-height: 100dvh;
	background-image: url(../images/headBg-gradiant.webp);
	/*background-size: cover;
	background-repeat: no-repeat;
	background-position: center;*/
	background-position: 0px 0px;
  background-repeat: repeat-x;
  animation: animatedBackground 5s linear infinite alternate;
  padding: 80px 0;
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 100%;
  }
}
#header .logoLink {
	position: relative;
	height: 80px;
	margin-bottom: calc(100dvh - 272px);
	margin-right: 0px;
}
#header .logo {
	height: 80px;
	transition: all 0.3s ease-in-out;
}
#header .logoSmall {
	opacity: 0;
	position: absolute;
  right: 50px;
  top: 0;
  height: 80px;
  transition: all 0.4s ease-in-out;
}
#header.navOpen .logo {
	opacity: 0;
}
#header.navOpen .logoSmall{
	opacity: 1;
	right: 0;
}
#header .navbar-nav {
	width: 100%;
}
#header .nav-link {
	color: #fff;
	font-size: 30px;
	padding: 0;
}
#header .nav-link::after {
	display: none;
}
.hoverMenu .dropdown-menu {
	opacity: 1;
	transition: all 0.4s ease-in-out;
	background-color: transparent;
  border: 0;
  display: block;
  left: 40px;
}
.hoverMenu .dropdown-menu li {
	display: block;
}
.hoverMenu .dropdown-menu.show {
	display: block;
  opacity: 1;
  padding: 0;
}

.hoverMenu .dropdown-toggle.dotMenuBtn::after {
	display: none;
}
.hoverMenu .dropdown-item {
	font-size: 32px;
	color: #fff;
	font-family: 'ITCAvantGardePro-Bk';
	text-transform: capitalize;
	padding: 0;
}
.hoverMenu .dropdown-item:hover {
	background-color: transparent;
}

.hoverMenu.clicked ~ li {
  display: none;
}
.mobileMenu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.mobileMenu li a {
	font-size: 18px;
	color: #fff;
	font-family: 'ITCAvantGardePro-Bk';
	text-transform: capitalize;
	text-decoration: none;
}

#connectPage {
	height: 100dvh;
	min-height: 648px;
}
.customBreadCrumb {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px;
	display: flex;
	align-items: center;
}
.customBreadCrumb li {
	display: inline-flex;
	align-items: center;
	position: relative;
	justify-content: center;
}
.customBreadCrumb li:not(:last-child) {
	margin-right: 30px;
}
.customBreadCrumb li a {
	text-decoration: none;
	color: #000;
}

.customBreadCrumb .homeBtn {
	width: 18px !important;
	height: 18px !important;
	background-color: #000;
	border-radius: 50%;
	border: 0;
	animation: animateDotMenuBtn 1s linear infinite alternate;
	mix-blend-mode: difference;
	position: relative;
  white-space: nowrap;
  line-height: 0;
  font-size: 0;
  display: inline-flex;
}
/*@supports (-webkit-touch-callout: none) {
  .customBreadCrumb .homeBtn {
  	animation: none;
  }
}*/
.blackPageCard .customBreadCrumb .homeBtn {
	background-color: #fff;
}
@keyframes animateDotMenuBtn {
  0% {
  	transform: scale(1);
  }
  100% {
  	transform: scale(1.3);
  }
}
#connectPage .fLinkContainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: auto auto auto auto;
  grid-gap: 80px 25px;
}
#fixedHeadbar {
	position: fixed;
	left: 0;
	right: 0;
	top: 80px;
	z-index: 111;
}
.serviceCarousel .carousel-indicators {
	flex-direction: column;
	margin: 0;
  right: 20px;
  left: unset;
  bottom: 0;
  top: 0;
}
.serviceCarousel .carousel-indicators [data-bs-target] {
	width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 0;
  margin: 0;
}
.serviceCarousel .carousel-indicators [data-bs-target]:not(:last-child) {
	margin-bottom: 10px;
}

/*.containerHeight {
	min-height: calc(100vh - 160px);
}*/
#error404 .logo {
	height: 50px;
}
#error404 .errorImg {
	height: 250px;
	margin-bottom: 40px;
}
#error404 h1 {
	font-size: 36px;
	margin-bottom: 20px;
}
#error404 .subHead1 {
	font-size: 28px;
  margin-bottom: 20px;
  font-weight: 400;
}
#error404 .errorCode {
	font-size: 16px;
	margin-bottom: 20px;
	color: #ccc;
}

@media (min-width: 576px) {
	.mainMenuStart li {
  	font-size: 20px;
  }
  .mainMenuStart {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 102px;
	}
	.mainMenuStart li:not(:last-child) {
		margin-right: 30px;
		margin-bottom: 0;
	}
	.pageLinks li:not(:first-child) {
		display: block;
	}
	.mobileMenu li a {
  	font-size: 28px;
  }
  #header .logoLink {
	  margin-bottom: calc(100dvh - 282px);
	  margin-right: 0px;
	}
	#connectPage {
		min-height: 420px;
	}
}
@media (min-width: 768px) {
	#header .navbar-nav {
		justify-content: space-between;
	}
	.mainMenuStart li {
  	font-size: 28px;
  }
	.hoverMenu .dropdown-menu li:not(:last-child) {
		margin-right: 8vw;
	}
	.hoverMenu .dropdown-item {
  	font-size: 28px;
  }
  .mainMenuStart .dotMenuBtn {
  	margin-top: 0px;
  }
  .mainMenuStart {
  	height: 84px;
  }
  .hoverMenu .dropdown-menu.show {
	  display: flex;
	}
	#header {
		height: 100dvh;
	}
	.landingPage {
		height: 100dvh;
	}
	.landingPage.studio {
		height: auto;
	}
	.pageCard {
		height: 100dvh;
	}
	.pageLinks li:not(:last-child) {
	  margin-right: 100px;
	}
	.pageLinks {
	  margin: 50px 0 0;
	}
	.pageLinks a,
	.pageHead {
		font-size: 22px;
	}
	.bgImgPageCard.maker1 {
		background-image: url("../images/makers-og2.webp");
		background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	}
	@supports (-webkit-touch-callout: none) {
	  .bgImgPageCard.maker1 {
	  	background-attachment: initial;
	  }
	}
	.cursor {
	  width: 20px;
	  height: 20px;
	  border-radius: 50%;
	  position: fixed;
	  transition-duration: 200ms;
	  transition-timing-function: ease-out;
	/*  animation: cursorAnim 0.5s infinite alternate;*/
	  pointer-events: none;
	  z-index: 9999;
	  background-color: #fff;
	  mix-blend-mode: difference;
	  transform: translate(-50%, -50%);
	  transition: width .3s, height .3s, opacity .3s;
	}
	.expand {
	  animation: cursorAnim3 0.5s forwards;
	/*  border: 1px solid red;*/
	}


	@keyframes cursorAnim3 {
	  0% {
	    transform: scale(1);
	  }
	  50% {
	    transform: scale(3);
	  }
	  100% {
	    transform: scale(1);
	    opacity: 0;
	  }
	}
	.hoverMenu .dropdown-menu {
		opacity: 0;
	  display: none;
	}
	.mainMenuStart li:not(:first-child) {
	  display: block;
	}
	.hoverMenu.clicked ~ li {
	  display: none;
	}
	.mainMenuStart .dotMenuBtn {
		display: block;
	}
	.landingPage {
		padding: 80px 0;
	}
}
@media (min-width: 992px) {
  .mainMenuStart li {
  	font-size: 34px;
  }
  .mainMenuStart .dotMenuBtn {
    pointer-events: none;
  }
	.hoverMenu.clicked ~ li {
		display: block;
	}
	.hoverMenu:hover ~ li {
	  display: none;
	}
	.hoverMenu:hover .dropdown-menu {
		display: flex;
		left: 0px !important;
	  top: -20px !important;
	  background-color: transparent;
	  border: 0;
	  padding-left: 75px;
	  margin-left: 24px !important;
	  opacity: 1;
	  transform: translate(0) !important;
	}
	.hoverMenu .dropdown-menu li:not(:last-child) {
    margin-right: 15vw;
  }
  .hoverMenu .dropdown-item {
    font-size: 32px;
  }
  #architecture {
		position: fixed;left: 0;top: 0;right: 0;background-color: #fff;z-index: 1;
	}
	#interior {
		position: absolute; left: 0;right: 0;z-index: 1; top:100vh;
	}
	#fitout {
		position: absolute;background-color: #fff;left: 0;top: 200vh;right: 0;z-index: 1;
	}
	#branding {
		position: absolute;left: 0;top: 300vh;right: 0;z-index: 1;
	}
	#connectPage {
		min-height: 370px;
	}
}
@media (min-width: 1200px) {
	.hoverMenu:hover .dropdown-menu {
	  padding-left: 100px;
	}
	.hoverMenu .dropdown-menu li:not(:last-child) {
    margin-right: 19vw;
  }
}
@media (min-width: 1400px) {
	
}
@media (min-width: 1920px) {
	.hoverMenu .dropdown-menu li:not(:last-child) {
    margin-right: 15vw;
  }
}

