
html,
body {
    height: 100%;
    overflow-x: hidden;
}

html {
	box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #19191A;
	font-size: 19px;
	min-width: 320px;
	background: #fff;
	line-height: 34px; 
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	font-family: "Montserrat", sans-serif;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
/* ancher styling  */
a,
button {
	outline: none;
	text-decoration: none;
	color: #000;
	border: 0;
	font-family: "Montserrat", sans-serif;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.btn-link.focus,
.btn-link:focus,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}
/* main form styling */
form * {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    behavior: url(PIE.htc);
}

select, option {
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
	font-family: "Montserrat", sans-serif;
}

input,
textarea,
select {
	outline: none;
	color: #000;
	vertical-align: middle;
	-webkit-appearance: none;
}

form,
fieldset {
	outline: none;
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	border:0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"]::-webkit-input-placeholder {
	color:#000;
}
 
input[type="text"]::-moz-placeholder { /* Firefox 18- */
	color:#000 ;  
}
 
input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
	color: #000 ;  
}
 
input[type="text"]::-ms-input-placeholder {  
	color:#000 ; 
}


@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype'),
        url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/Calibri-Bold.ttf') format('truetype'),
        url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.eot');
    src: url('../fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Light.woff2') format('woff2'),
        url('../fonts/Calibri-Light.woff') format('woff'),
        url('../fonts/Calibri-Light.ttf') format('truetype'),
        url('../fonts/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

#wrapper{
	width: 100%;
	max-width: 100vw;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  transition: transform 0.8s ease-in-out;
  -webkit-transform: translateY(20vh);
  -ms-transform: translateY(20vh);
  transform: translateY(20vh);
  /*-webkit-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);*/
}

.background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.background:first-child {
  background-image: url(../images/img1.jpg);
  -webkit-transform: translateY(-10vh);
  -ms-transform: translateY(-10vh);
  transform: translateY(-10vh);
}

.background:first-child .content-wrapper {
  -webkit-transform: translateY(10vh);
  -ms-transform: translateY(10vh);
  transform: translateY(10vh);
}

.background:nth-child(2) { background-image: url(../images/img2.jpg); }

.background:nth-child(3) { background-image: url(../images/img3.jpg); }

.background:nth-child(4) { background-image: url(../images/img4.jpg); }

.background:nth-child(5) { background-image: url(../images/img5.jpg); }

.background:nth-child(6) { background-image: url(../images/img2.jpg); }

/* Set stacking context of slides */

.background:nth-child(1) { z-index: 6; }

.background:nth-child(2) { z-index: 5; }

.background:nth-child(3) { z-index: 4; }

.background:nth-child(4) { z-index: 3; }

.background:nth-child(5) { z-index: 2; }

.background:nth-child(6) { z-index: 1; }

.content-wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-transform: translateY(40vh);
  -ms-transform: translateY(40vh);
  transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*-webkit-transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);*/
  transition: transform 0.8s ease-in-out;
}

.content-title {
  font-size: 23px;
  line-height: 1.3;
  font-family: "Saira", sans-serif;
  text-transform: uppercase;
}

h1 {
  /*position: absolute;*/
  z-index: 100;
  font-size: 16px;
  text-align: left;
  width: 100%;
  text-transform: capitalize;
}
h1 span{
	color: #ffc600;
  font-size: 70px;
}
.content-subtitle{
  max-width: 100%;
  display: block;
	font-size: 16px;
	text-align: left;
	margin: 0 0 50px;
  font-family: "Saira", sans-serif;
}
.explore-btn{
	color: #fff;
	font-size: 22px;
	width: 200px;
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #ffc600;
	font-family: "Montserrat", sans-serif;
}
.explore-btn span{
	color: #ffc600; 
}
.explore-btn:hover{
	background: #ffc600;;
	color: #000;
}

.explore-btn:hover span{
	color: #000;
}
.tag-heading{
  color: #37b9d1;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  font-family: "Saira", sans-serif;
}
.two-columns{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.two-columns .column:first-child{
  width: 100%;
}
.two-columns .column{
  width: 40%;
  text-align: left;
}
.two-columns .column .txt-box{
  padding: 20px;
  background: rgba(0,0,0,.7);
}
.two-columns .column .txt-box h2{
  color: #ffcc00;
  font-size: 20px;
  display: block;
  margin: 0px 0 10px;
}
.two-columns .column .txt-box p{
  color: #fff;
  font-size: 15px;
  text-align: left;
  text-transform: none;
}
.two-columns .column .slick-slide{
  border: 5px solid #ffcc00;
}

@-webkit-keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 30%;
    opacity: 0;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 30%;
    opacity: 0;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 30%;
    opacity: 0;
  }
}
@keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 30%;
    opacity: 0;
  }
}
.scroll-msg-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 108px;
  margin-top: -54px;
  margin-left: -30px;
}

.scroll-msg-inner {
  /*left: 0;
  right: 0;
  width: 22px;
  height: 40px;
  bottom: 16px;
  margin: 0 auto;*/
  position: relative;
  border-radius: 34px;
  border: 1px solid #ffffff;
  -webkit-animation: mouse-scroll 0.9s infinite;
  -moz-animation: mouse-scroll 0.9s infinite;
  -o-animation: mouse-scroll 0.9s infinite;
  animation: mouse-scroll 0.9s infinite;
}

.scroll-msg-wheel {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 5px;
  height: 5px;
  margin-left: -2px;
  border-radius: 50%;
  background-color: #ffffff;
  
}


.scroll-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounceScroll 2s infinite;
}
.scroll-down img{
  width: 30px;
  height: 44px;
}

@keyframes bounceScroll {
    0%, 100% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, 12px);
    }
}


#downArrow {
	display: none;
  bottom: 12px;
}

#upArrow {
  top: 12px;
  display: none;
}

.arrow {
  position: absolute;
  z-index: 100;
  right: 12px;
  cursor: pointer;
  opacity: 0.75;
  width: 40px;
  height: 40px;
  stroke-width: 8px;
  stroke: white;
  fill: transparent;
}

.toolTips {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 1000;
}
@media (hover:none) {
  .toolTips, p.navDotInfo  {
  visibility: hidden;
}
}
.toolTip {
  opacity: 0;
  text-align: right;
  height: 12px;
  margin: 12px 0;
  line-height: 12px;
  left: 10px;
  top: 10px;
}

h3,
p {
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 1.5em;
}

p {
  max-width: 400px;
  font-weight: 400;
  text-align: center;
}

p.navDotInfo {
  position: absolute;
  bottom: 5px;
  z-index: 225;
  width: 100%;
  text-align: center;
  max-width: 5000px;
  font-size: 0.875em;
}

.twitterFollow {
  padding: 16px;
  margin-top: 16px;
  cursor: pointer;
  border-radius: 500px;
  text-decoration: none;
  border: solid 2px white;
  color: white;
}

.twitterFollow:hover {
  background: white;
  color: #000;
}

.hideMe {
  opacity: 0;
}
.iconWrap {
  width: 300px;
  margin-top: 30px;
}

@media (min-width: 700px) {
  .iconWrap {
    width: 600px;
  }
}
.icon {
  text-align: center;
  width: 150px;
  float: left;
}

.icon svg {
  width: 50px;
  height: 50px;
  margin: 6px 0;
  overflow: visible;
}

@media (max-width: 480px) {
  section img {
    max-width: 200px;
  }
  p {
    max-width: 180px;
  }
}



#header{
	top:0;
	left: 0;
	right: 0;
	z-index: 999;
	content: "";
	display: flex;
	position: fixed;
	padding: 20px 80px;
	align-items: center; 
}
#header .logo{
	width: 200px;
	margin:0 20% 0 0;
}
#header .logo img{
	display: block;
}
#nav ul{
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

#nav ul li{
	margin: 0 0 0 30px;
}
#nav ul li a{
	color: #fff;
	display: block;
	font-size: 20px;
	text-transform: capitalize;
}

/* Mobile navigation toggle (hamburger) */
.menu-wrapper{
	display: none;
	margin-left: auto;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.hamburger-menu{
	width: 28px;
	height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.hamburger-menu span{
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	transition: transform 0.25s ease, opacity 0.25s ease;
}
.hamburger-menu.animate span:nth-child(1){
	transform: translateY(9px) rotate(45deg);
}
.hamburger-menu.animate span:nth-child(2){
	opacity: 0;
}
.hamburger-menu.animate span:nth-child(3){
	transform: translateY(-9px) rotate(-45deg);
}


.hexagon-list {
  margin-bottom: 36px;
}
.hexagon-list:nth-child(even) {
  padding-left: 72px;
}
.hexagon {
  transition: background-color 0.5s ease;
  width: 140px;
  height: 80px;
  background-color: #ffc600;
  position: relative;
  float: left;
  margin-right: 2px;
  /*line-height: 70px;*/
  color: #000;
  text-align: center;
  cursor: pointer;
  line-height: 1.3;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  /*border: 1px solid #000;*/
  text-transform: capitalize;
  font-family: "Saira", sans-serif;
}
.hexagon.black{
	background: #000;
}

.hexagon:hover {
  color: #fff;
  background-color: #000;
}

.hexagon:hover:before {
  border-bottom-color: #000;
}
.hexagon:hover:after {
  border-top-color: #000;
}
.hexagon:before,
.hexagon:after {
  position: absolute;
  content: "";
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  left: 0;
  right: 0;
}
.hexagon:before {
  margin-bottom: -1px;
  transition: border-bottom-color 0.5s ease;
  bottom: 100%;
  border-bottom: 35px solid #ffc600;
}
.hexagon.black:before{
	border-bottom: 35px solid #000;	
}
.hexagon.black:after{
	border-top: 35px solid #000;	
}
.hexagon:after {
  margin-top: -1px;
  transition: border-top-color 0.5s ease;
  top: 100%;
  border-top: 35px solid #ffc600;
}
.hexagon-inner {
  transition: background-color 0.5s ease;
  width: 100px;
  height: 50px;
  background-color: white;
  position: relative;
  float: left;
  margin-right: 10px;
  line-height: 50px;
  color: #17b49f;
  text-align: center;
  cursor: pointer;
  transform: scale(0.95);
  z-index: 100;
}
.hexagon-inner:hover {
  background-color: #149d8b;
}
.hexagon-inner:hover:before {
  border-bottom-color: #149d8b;
}
.hexagon-inner:hover:after {
  border-top-color: #149d8b;
}
.hexagon-inner:before,
.hexagon-inner:after {
  position: absolute;
  content: "";
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  left: 0;
  right: 0;
}
.hexagon-inner:before {
  margin-bottom: -1px;
  transition: border-bottom-color 0.5s ease;
  bottom: 100%;
  border-bottom: 25px solid white;
}
.hexagon-inner:after {
  margin-top: -1px;
  transition: border-top-color 0.5s ease;
  top: 100%;
  border-top: 25px solid white;
}

.about-holder{
  padding: 30px;
  display: flex;
  margin: 0 auto;
  text-align: left;
  max-width: 1200px;
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.5);
}
.about-holder p{
  font-size: 16px;
  max-width: 100%;
  text-align: left;
  margin: 0 0 20px;
}
.about-holder h2{
  text-transform: uppercase;
  font-family: "Saira", sans-serif;
}
.about-holder span.yellow{
  color: #ffc600;
}
.about-holder .four-column{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-holder .four-column .column{
  width: 48%;
  padding: 14px;
  margin: 0 0 20px;
  border-radius: 14px;
  transition: all .5s ease-in-out;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255,255,255,.3);
}
.about-holder .four-column .column:hover{
  border-color: #ffc600;
  background: rgba(0,0,0,.7);
  box-shadow: 0 0 8px 0px #ffcc00;
}
.about-holder .left-column,
.about-holder .right-column{
  width: 49%;
  text-transform: none;
}
.about-holder .four-column .column strong{
  width: 100%;
  display: block;
  line-height: 1;
  margin: 16px 0 10px;
}
.about-holder .four-column .column p{
  margin: 0;
  line-height: 24px;
}
.hexagon-wrapper{
  position: relative;
}
.hover-block{
  position: absolute;
  top: 50%;
  right: 0;
  width: 400px;
  padding: 20px;
  opacity:0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  visibility: hidden;
  border: 1px solid #fff;
  text-transform: none;
  background: rgba(0,0,0,.5);
  transform: translate(0%, -50%);
}
.hover-block.is-active {
  opacity: 1;
  visibility: visible;
}
.hexagon-wrapper:has(.hexagon:hover) .box:hover .hover-block {
  opacity: 1;
  visibility: visible;
}
.hover-block h3{
  width: 100%;
  display: block;
  color: #ffcc00;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-family: "Saira", sans-serif;
}
.hexagon-wrapper .hexa-box{
  width: 100%;
  display: block;
  margin: 0 0 35px;
}
.hexagon-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.hexagon-wrapper .hexa-box.one,.hexagon-wrapper .hexa-box.three{
  margin-left:70px ;
}


/*Project sectio*/
.flex-container {
  position: absolute;
  height: 100vh;
  width: 100%;
  display: -webkit-flex; /* Safari */
  display: flex;
  overflow: hidden;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}
.flex-title {
  color: #f1f1f1;
  position: relative;
  font-size: 6vw;
  margin: auto;
  text-align: center;
  transform: rotate(90deg);
  top: 45%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  @media screen and (max-width: 768px) {
    transform: rotate(0deg) !important;
  }
}
.flex-about {
  opacity: 0;
  color: #f1f1f1;
  position: relative;
  width: 70%;
  font-size: 2vw;
  padding: 5%;
  top: 20%;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  line-height: 1.3;
  margin: auto;
  text-align: left;
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  @media screen and (max-width: 768px) {
    padding: 0%;
    border: 0px solid #f1f1f1;
  }
}


.flex-slide {
  -webkit-flex: 1;  /* Safari 6.1+ */
  -ms-flex: 1;  /* IE 10 */    
  flex: 1;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  @media screen and (max-width: 768px) {
    overflow: auto;
    overflow-x: hidden;
  }
}
.flex-slide p {
  @media screen and (max-width: 768px) {
    font-size: 2em;
  }
} 
.flex-slide ul li {
  @media screen and (max-width: 768px) {
    font-size: 2em;
  }
} 
.flex-slide:hover {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}
.home {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/lake-macquarie-71208_1920.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  @media screen and (min-width: 768px) {
    @include animation-properties((animation: aboutFlexSlide, animation-duration: $defaultSeconds, animation-iteration-count: 1, animation-delay: 0s));
  }
}

@keyframes aboutFlexSlide {
  0% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  50% {
    -webkit-flex-grow: 3;
    flex-grow: 3;
  }
  100% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}

.flex-title-home {
  @media screen and (min-width: 768px) {
    transform: rotate(90deg);
    top: 45%;
    @include animation-properties((animation: homeFlextitle, animation-duration: $defaultSeconds, animation-iteration-count: 1, animation-delay: 0s));
  }
}



@keyframes homeFlextitle {
  0% {
    transform: rotate(90deg);
    top: 15%;
  }
  50% {
    transform: rotate(0deg);
    top: 15%;
  }
  100% {
    transform: rotate(90deg);
    top: 15%;
  }
}

.flex-about-home {
  opacity: 0;
  @media screen and (min-width: 768px) {
    @include animation-properties((animation: flexAboutHome, animation-duration: $defaultSeconds, animation-iteration-count: 1, animation-delay: 0s));
  }
}

@keyframes flexAboutHome {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



.about {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/beach-2089959_1280.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; 
}
.contact-form {
  width: 100%;
}
input {
  width: 100%;
}
textarea {
  width: 100%;  
}
.contact {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/lake-696098_1920.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.work {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/forest-208517_1280.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}



// Preloader
.spinner {
  position: fixed;
  top: 0;
  left: 0;
  background: #222;
  height: 100%;
  width: 100%;
  z-index: 11;
  margin-top: 0;
  color: #fff;
  font-size: 1em;
}

.cube1, .cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}


/*contactus*/
.contact-box{
  display: flex;
  margin: 0 auto;
  padding: 30px;
  maax-width: 1200px;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  justify-content: space-between;
}
.contact-box .contact-column{
  width: 48%;
  text-align: left;
}
.contact-box .contact-column h2 .yellow{
  color: #ffc600;
}
.contact-box .contact-column p{
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  margin: 0 0 30px;
  text-transform: none;
}
.contact-box .contact-column .social-box .s-holder{
  padding: 10px 20px;
  display: flex;
  margin: 0 0 16px;
  align-items: center;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.contact-box .contact-column .social-box .s-holder span{
  font-size: 12px;
  margin: 0 0 4px;
  color: rgba(255,255,255,0.6);
}
.contact-box .contact-column .social-box .s-holder strong{
  margin: 0;
  display: block;
  font-size: 16px;
  font-weight: bolder;
  color: rgba(255,255,255,1);
}
.contact-box .contact-column .social-box .s-holder img{
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
}
.contact-box .contact-column .contact-form{
  padding: 30px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.09);
}
.contact-box .contact-column .contact-form label{
  font-size: 14px;
  margin: 0 0 8px;
  display: bloch;
}
.contact-box .contact-column .contact-form .c-row{
  display: flex;
  margin: 0 0 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-box .contact-column .contact-form .in-row{
  width: 48%;
}
.contact-box .contact-column .contact-form input[type="text"],
.contact-box .contact-column .contact-form input[type="tel"],
.contact-box .contact-column .contact-form input[type="email"],
.contact-box .contact-column .contact-form textarea{
  width: 100%;
  height: 48px;
  color: #fff;
  padding: 10px 16px;
  border-radius: 16px;
  transition: all .5s ease-in-out;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255,255,255,0.4);
}.contact-box .contact-column .contact-form textarea:hover,
.contact-box .contact-column .contact-form input:hover,
.contact-box .contact-column .contact-form textarea:focus,
.contact-box .contact-column .contact-form input:focus{
  border-color: #ffc600;
  box-shadow: 0 0 8px 0px #ffcc00;
}
.contact-box .contact-column .contact-form textarea{
  height: 200px;
  resize: none;
}
.contact-box .contact-column .contact-form button{
  color: #000;
  width: 100%;
  display: flex;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #cb5b3c, #ffc600);
}
.contact-box .contact-column .contact-form button:hover{
  background-image: linear-gradient(to top, #cb5b3c, #ffc600);
}
.contact-box .contact-column .contact-form button img{
   margin: 0 12px 0 0;
   filter: invert(100%);
}

#project .slick-slide {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  padding: 40px 30px;
}



#container{
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* horizontal track */
#container .track{
  display:flex;
  gap:40px;
  padding:60px 80px;
}
#container .track img{
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
}
/* cards */
#container .box{
  width:400px;
  height:500px;
  background:#ffcc00;
  border-radius:20px;
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-size:30px;
  position: relative;
  font-weight:bold;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
#container .box span{
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 60px;
  position: absolute;
  transform: translate(-50%, -50%);
}
#container .box:hover{
  transform:scale(1.4) translateY(-15px);
  box-shadow:0 30px 60px rgba(0,0,0,0.3);
  z-index:10;
}



#project .slick-slide img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
}

#project .slick-center {
  transform: scale(1);
}
#project .slick-slide img:hover{
  transform: scale(1.2);
}

.footer{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: #000;
}
.footer .footer-holder{
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-holder span{
  text-align: left;
  font-size: 14px;
}
.footer .footer-holder a{
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.footer .footer-holder a:hover{
  color: #ffc600;
}

@media (max-width: 1199px){
  #header .logo{
    margin: 0;
  }
  .hover-block{
    width: 350px;
  }
}
@media (max-width: 991px){
 .hover-block{
  display: none;
 } 
 .about-holder p{
  font-size: 15px;
  margin: 0 0 10px;
  line-height: 24px;
 }
 .about-holder .four-column .column p{
  font-size: 14px;
  line-height: 22px;
 }
 #header{
  padding: 20px;
 }
 #nav ul li a{
  font-size: 15px;
 }
}

@media (max-width: 767px){
	/* Mobile header + hamburger nav */
	#header{
		padding: 12px 16px;
		justify-content: space-between;
	}
	#header .logo{
		width: 160px;
		margin: 0;
	}
	.menu-wrapper{
		display: flex;
	}
	#nav{
		position: fixed;
		top: 68px;
		left: 12px;
		right: 12px;
		z-index: 1000;
		display: none;
		padding: 12px;
		border-radius: 16px;
		background: rgba(0,0,0,0.92);
		border: 1px solid rgba(255,255,255,0.18);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	body.nav-open #nav{
		display: block;
	}
	#nav ul{
		flex-direction: column;
		align-items: flex-start;
	}
	#nav ul li{
		margin: 0;
		width: 100%;
	}
	#nav ul li a{
		width: 100%;
		padding: 12px 10px;
		font-size: 16px;
	}

	/* Mobile: disable fixed-slide layout; use normal stacked scroll */
	.background{
		position: relative;
		height: auto;
		min-height: 100vh;
		transform: none !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
	}
	.content-wrapper{
		height: auto;
		padding: 96px 16px 56px;
		transform: none !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
	}
	.scroll-down{
		display: none;
	}

	/* Hero */
	.two-columns{
		flex-direction: column;
		gap: 18px;
	}
	.two-columns .column,
	.two-columns .column:first-child{
		width: 100%;
	}
	/* Home hero: center within section on mobile */
	#home .content-wrapper{
		min-height: calc(100vh - 68px);
		padding: 68px 16px 0;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	#home .two-columns .column{
		text-align: center;
	}
	#home .tag-heading,
	#home .content-subtitle{
		text-align: center;
	}
	#home .explore-btn{
		margin: 0 auto;
	}

	/* Project section: center within section on mobile */
	#project .content-wrapper{
		min-height: calc(100vh - 68px);
		padding: 68px 0 0;
		align-items: center;
		justify-content: center;
	}
	h1{
		font-size: 16px;
	}
	h1 span{
		font-size: 44px;
	}
	.content-subtitle{
		margin: 0 0 24px;
	}

	/* Services: keep hexagons centered and wrapable */
	.hexagon-wrapper{
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px 12px;
		justify-items: center;
	}
	.hexagon-wrapper .box{
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
		/* Reserve just enough height for the hexagon (60 + 35 + 35) */
		height: 130px;
	}
	/* Pattern class applied via JS for correct global ordering */
	.hexagon-wrapper .box.is-wide{
		grid-column: 1 / -1;
		justify-self: center;
	}
	.hexagon{
		float: none;
		margin-right: 0;
	}

	/* Projects: touch-friendly horizontal scroller */
	#container{
		height: auto;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}
	#container .track{
		padding: 40px 16px;
		gap: 16px;
	}
	#container .box{
		width: min(80vw, 320px);
		height: auto;
		aspect-ratio: 4 / 5;
		overflow: hidden;
		background: transparent;
	}
	#container .box span{
		display: none;
	}
	#container .track img{
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		border-radius: inherit;
	}
	@media (hover: none){
		#container .box:hover{
			transform: none;
			box-shadow: none;
		}
	}

	/* Contact: stack columns */
	.contact-box{
		flex-direction: column;
		gap: 18px;
		padding: 20px 16px;
	}
	.contact-box .contact-column{
		width: 100%;
	}
	.contact-box .contact-column .contact-form{
		padding: 18px;
	}
	.contact-box .contact-column .contact-form .in-row{
		width: 100%;
	}

	/* Footer: allow wrap */
	.footer{
		position: relative;
	}
	.footer .footer-holder{
		flex-wrap: wrap;
		gap: 10px 16px;
	}

 h1 span{
  font-size: 44px;
 }
 .content-title{
  font-size: 18px;
 } 
 .hexagon{
  width: 120px;
  height: 60px;
  font-size: 14px;
 }
 .hexagon:before, .hexagon:after{
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
 }
 .about-holder{
  flex-wrap: wrap;
 }
 .about-holder .left-column, .about-holder .right-column{
  width: 100%;
 }
 .content-wrapper{
  /*transform: none !important;*/
 }
}

@media (max-width: 575px){
  .about-holder .four-column .column{
    width: 100%;
  }
  h1 span{
    font-size: 38px;
  }
  .contact-box .contact-column p{
    max-width: 100%;
  }
  .hexagon-wrapper .hexa-box.one, .hexagon-wrapper .hexa-box.three{
    margin-left: 0;
  }
}

.contact-box .contact-column .contact-form input[type="email"]::placeholder,
.contact-box .contact-column .contact-form input[type="text"]::placeholder,
.contact-box .contact-column .contact-form input[type="tel"]::placeholder,
.contact-box .contact-column .contact-form textarea::placeholder {
  color: rgba(255,255,255,0.5);
  opacity: 1;
}