
.asyncWrapper {
  opacity: 0;
}

.asyncContent {
  overflow: auto;
  padding-bottom: 7rem;
  margin: 0 auto;
}

@media screen and (min-width: 1100px) {
  .asyncContent {
    padding-bottom: 10rem;
  }
}

.asyncContent.workDetailPage, .asyncContent.solutionsPage, .asyncContent.clientDetailPage {
  padding-bottom: 0;
}

@media screen and (min-width: 1100px) {
  .asyncContent.workDetailPage, .asyncContent.solutionsPage, .asyncContent.clientDetailPage {
    padding-bottom: 0;
  }
}

.pageWrapper {
  overflow: auto;
    height: 100%;
}

.pageHeader {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
 /* overflow: auto;*/
}

  .pageHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
.solutionsPage .pageHeader {
  overflow: hidden;
}


.animateTitle {
  position: relative;
  padding: 0 30px;
  text-align: center;
}

.singleTitle {
  margin-top:0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.underline a {
  position: relative;
}

.underline a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  bottom: -3px;
  background-color: #000000;
  display: block;
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}

.underline a.active::before, .underline a:hover::before, .underline a:focus::before {
  width: 100%;
}

.homePage {
  padding-bottom: 0;
}

.homePage .pageSection {
  padding-top: 4rem;
}

@media screen and (min-width: 1100px) {
  .homePage .pageSection {
    padding-top: 10rem;
  }
}

.homePage #afterTitle {
  display: none;
}

.homePage .animationLayer.animateTransition .buttonContainer {
  -webkit-transition: z-index 0s 1s;
  -moz-transition: z-index 0s 1s;
  transition: z-index 0s 1s;
}

.homePage .animationLayer.animateTransition .buttonContainer.active {
  -webkit-transition: z-index 0s 0s;
  -moz-transition: z-index 0s 0s;
  transition: z-index 0s 0s;
}

.homePage #introVideo0, .homePage #introVideo1, .homePage #homeCanvas, .homePage #outputCanvas, .homePage #upperLayerCanvas {
  /*position: fixed;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.ie .homePage #introVideo0, .ie .homePage #introVideo1, .edge .homePage #introVideo0, .edge .homePage #introVideo1 {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  z-index: -1000;
  overflow: hidden;
}

#introVideo1{
	position:absolute;
	top: 0;
}
.index_box2.into #introVideo1{
	position:fixed
}
video#introVideo1{
	display:none
}
.index_box2.into #homeCanvas{
	position: fixed;
	bottom: 0;
    left: 0;
    right: 0;
}
.index_box2.remove #homeCanvas{
	position: absolute;
	bottom: -100vh;
    left: 0;
    right: 0;
}
#homeCanvas{
	position:absolute;
	/*top: 100%;*/
	bottom:0;
    left: 0;
    right: 0;
}
#outputCanvas{
	position:absolute;
	display: none;
}
#upperLayerCanvas{
	position:absolute;
	display: none;
}
/*.homePage #introVideo1 {
  visibility: hidden;
}*/

.homePage #introVideo1.active {
  visibility: visible;
}

.homePage #startBtn,
.homePage #skipVideoBtn,
.homePage #finishBtn,
.homePage #scrollBtn {
  z-index: 3;
  width: 100%;
  display: none;
  text-align: center;
  position: relative;
  margin-top: 0;
}

.homePage #startBtn span,
.homePage #skipVideoBtn span,
.homePage #finishBtn span,
.homePage #scrollBtn span {
  color: #49ddd1;
  font-size: 3.5rem;
  margin-top: 2rem;
  display: block;
}

.homePage #startBtn div,
.homePage #skipVideoBtn div,
.homePage #finishBtn div,
.homePage #scrollBtn div {
  color: white;
  font-weight: normal;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px;
  text-transform: none;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 1.1em;
}

.homePage #startBtn .title a, .homePage #startBtn .menuTag a,
.homePage #skipVideoBtn .title a,
.homePage #skipVideoBtn .menuTag a,
.homePage #finishBtn .title a,
.homePage #finishBtn .menuTag a,
.homePage #scrollBtn .title a,
.homePage #scrollBtn .menuTag a {
  font-weight: normal;
  color: white;
  display: block;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 1.1em;
}

.homePage #startBtn .title a:before, .homePage #startBtn .menuTag a:before,
.homePage #skipVideoBtn .title a:before,
.homePage #skipVideoBtn .menuTag a:before,
.homePage #finishBtn .title a:before,
.homePage #finishBtn .menuTag a:before,
.homePage #scrollBtn .title a:before,
.homePage #scrollBtn .menuTag a:before {
  background-color: #49e0d4;
}

.homePage #startBtn .title a, .homePage #startBtn .menuTag a {
  color: #231f20;
}

.homePage #scrollBtn div {
  bottom: 50px;
}

.homePage header {
  position: absolute;
  top: 0;
  width: 100%;
}

.homePage .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: black;
  z-index: 2;
  opacity: 0;
}

@media screen and (max-width: 1099px) {
  .homePage .restContent {
    margin-top: 400px;
  }
}

@media screen and (min-width: 1100px) {
  .homePage .restContent {
    display: none;
    margin-top: 0;
  }
}

.homePage .buttonContainer {
  position: fixed;
  min-height: 100%;
  min-width: 100%;
  z-index: -1;
  display: block;
  opacity: 0;
  bottom: 0;
}

.homePage .buttonContainer.active {
  z-index:0;
  opacity: 1;
}

.homePage .buttonContainer.active .button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.homePage .buttonContainer div.title, .homePage .buttonContainer div.menuTag {
  width: 0%;
  letter-spacing: 2px;
  opacity: 0;
  position: absolute;
  right: 150px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  overflow: hidden;
  z-index: -1;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  display: none;
}

.homePage .buttonContainer div.title span, .homePage .buttonContainer div.menuTag span {
  color: white;
  float: right;
  display: block;
  font-weight: normal;
  color: black;
  -webkit-transition: all 0s 0.7s;
  -moz-transition: all 0s 0.7s;
  transition: all 0s 0.7s;
}

.homePage .buttonContainer div.title.active, .homePage .buttonContainer div.active.menuTag {
  opacity: 1;
  width: 360px;
}

.homePage .buttonContainer div.title.active span, .homePage .buttonContainer div.active.menuTag span {
  letter-spacing: 4px;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.7s 0s;
  -moz-transition: all 0.7s 0s;
  transition: all 0.7s 0s;
}

.homePage .buttonContainer .buttonGroup {
  position: absolute;
  width: 210px;
  height: 60px;
}

.homePage .buttonContainer .buttonGroup::after {
  clear: both;
  content: "";
  display: table;
}

.homePage .buttonContainer .buttonGroup[data-object="wall"] {
    top: 36%;
    left: 40%;
}

.homePage .buttonContainer .buttonGroup[data-object="wall"] div.title, .homePage .buttonContainer .buttonGroup[data-object="wall"] div.menuTag {
  right: 80px;
}

.homePage .buttonContainer .buttonGroup[data-object="wall"] div.title span, .homePage .buttonContainer .buttonGroup[data-object="wall"] div.menuTag span {
  width: 200px;
}

.homePage .buttonContainer .buttonGroup[data-object="light"] {
    top: 6%;
    left: 50%;
}

.homePage .buttonContainer .buttonGroup[data-object="lamp"] {
    top: 48%;
    left: 16%;
}

.homePage .buttonContainer .buttonGroup[data-object="light"] div.title, .homePage .buttonContainer .buttonGroup[data-object="light"] div.menuTag {
    right: 80px;
}

.homePage .buttonContainer .buttonGroup[data-object="light"] div.title span, .homePage .buttonContainer .buttonGroup[data-object="light"] div.menuTag span {
  width: 180px;
}

.homePage .buttonContainer .buttonGroup[data-object="sofa"] {
    top: 50%;
    left: 55%;
}

.homePage .buttonContainer .buttonGroup[data-object="sofa"] div.title, .homePage .buttonContainer .buttonGroup[data-object="sofa"] div.menuTag {
  right: 80px;
}

.homePage .buttonContainer .buttonGroup[data-object="sofa"] div.title span, .homePage .buttonContainer .buttonGroup[data-object="sofa"] div.menuTag span {
  width: 240px;
}

/*.homePage .buttonContainer .buttonGroup[data-object="floor"] {
  top: 88%;
  left: 25%;
}*/

.homePage .buttonContainer .buttonGroup[data-object="table"] {
    top: 77%;
    left: 43%;
}

.homePage .buttonContainer .buttonGroup[data-object="floor"] div.title, .homePage .buttonContainer .buttonGroup[data-object="floor"] div.menuTag {
  right: 80px;
}

.homePage .buttonContainer .buttonGroup[data-object="floor"] div.title span, .homePage .buttonContainer .buttonGroup[data-object="floor"] div.menuTag span {
  width: 200px;
}

.homePage .buttonContainer .buttonGroup[data-object="settee"] {
    top: 55%;
    right: 20%;
}

.homePage .buttonContainer .buttonGroup[data-object="settee"] div.title, .homePage .buttonContainer .buttonGroup[data-object="chair"] div.menuTag {
  right: 100px;
}

.homePage .buttonContainer .buttonGroup[data-object="settee"] div.title span, .homePage .buttonContainer .buttonGroup[data-object="chair"] div.menuTag span {
  width: 200px;
}

.homePage .buttonContainer .button {
  position: absolute;
  cursor: pointer;
  background-color: #333;
  color: white;
  font-size: 9rem;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 60px;
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transition: -webkit-transform 1s, background-color 0.5s;
  -moz-transition: -moz-transform 1s, background-color 0.5s;
  transition: transform 1s, background-color 0.5s;
}

.homePage .buttonContainer .button:first-child {
  right: 0;
}

.homePage .buttonContainer .button:nth-child(2) {
  right: 70px;
}

.homePage .buttonContainer .button:nth-child(3) {
  right: 140px;
}

.homePage .buttonContainer .button.active {
  opacity: 1 !important;
  display: inline !important;
  transition: all 1s;
  animation: fd 1s linear 1s infinite alternate;
}
@keyframes fd{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.2)
  }
  100%{
    transform: scale(1)
  }
}

.homePage .buttonContainer .button:hover[class*="icon-"]::before {
  color: white;
}

.homePage .buttonContainer .button.icon-sofa1:before, .homePage .buttonContainer .button:hover[class*="icon-sofa1"]:before {
  color: #79434C;
}

.homePage .buttonContainer .button.icon-sofa2:before, .homePage .buttonContainer .button:hover[class*="icon-sofa2"]:before {
  color: #806855;
}

.homePage .buttonContainer .button.icon-sofa3::before, .homePage .buttonContainer .button:hover[class*="icon-sofa3"]:before {
  color: #446E78;
}

.homePage .buttonContainer .button.icon-pod1:before, .homePage .buttonContainer .button:hover[class*="icon-pod1"]:before {
  color: #74685C;
}

.homePage .buttonContainer .button.icon-pod2:before, .homePage .buttonContainer .button:hover[class*="icon-pod2"]:before {
  color: #9A8367;
}

.homePage .buttonContainer .button.icon-pod3::before, .homePage .buttonContainer .button:hover[class*="icon-pod3"]:before {
  color: #5C4939;
}

.homePage .buttonContainer .button.icon-jastuk1:before, .homePage .buttonContainer .button:hover[class*="icon-jastuk1"]:before {
  color: #906925;
}

.homePage .buttonContainer .button.icon-jastuk2:before, .homePage .buttonContainer .button:hover[class*="icon-jastuk2"]:before {
  color: #4C3D1D;
}

.homePage .buttonContainer .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 6rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.homePage .buttonContainer .button {
  background-color: #053a7f;
}

.buttonGroup img {
    width: 100%;
}

.buttonGroup[data-object="sofa"] span,.buttonGroup[data-object="table"] span{
    padding: 8px !important;
}

.buttonGroup[data-object="sofa"] img{
    transform: scale(0.8);
}
.buttonGroup[data-object="table"] img{
    transform: scale(0.8);
}

.homePage .buttonContainer .buttonGroup[data-object="floor"] {
    top: 88%;
    left: 9%;
}



@media (max-width: 767px){
	.index4_box{
	    display: block !important;
	    padding-bottom: 5%;
	    position: relative;
	}
	.ind4_swiper{
		height: auto!important;
		    position: initial!important;
	}
}






