

@font-face{
	src: url(assets/nts/HKGrotesk-Regular.otf);
	font-family: "HK Grotesk", "roboto", sans-serif;
}


body{
	width: 100%;
	min-height: 100vh;
	background-size: cover;
	font-family: "HK Grotesk" , "sans-serif";
	overflow-x: hidden;
	background-color: #fff;
}

ul[role="list"],
ol[role="list"] {
	list-style: none;
}

a:not([class]) {
	text-decoration-skip-ink: auto;
}

img,
picture {
	max-width: 100%;
	display: block;
	height: auto;
}

html:focus-within{
	scroll-behavior: smooth;
}

body a:hover{
	text-decoration: none;
}

a{
  text-decoration: none;
  list-style: none;
  color: #212121;
}


*{ box-sizing: border-box;
	padding: 0;
	margin: 0;
}

article{
	min-height: calc(100vh - 240px);
    max-width: 100vw;
	padding-left: 30px;
	padding-right: 30px;
    overflow: hidden;
}


@media (max-width: 700px) {
	article{
		padding-left: 0;
		padding-right: 0;
	}
}






/*------navigation ----*/


.logo-box{
	width: 180px;
	height: auto;
	padding-top: 30px;
	}

  .nav-container {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 40%;
	left: 0;
	margin: 0 auto;
  }
  
  .nav-container p {
	font-size: 20px;
  }
  
  .nav-container a {
	display: inline-block;
	position: relative;
	text-align: center;
	color: #FF5252;
	text-decoration: none;
	font-size: 2em;
	overflow: hidden;
	top: 5px;
  }
  
  .nav-container a:after {
	content: '';
	position: absolute;
	background: #FF5252;
	height: 2px;
	width: 0%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
	-webkit-transition: .35s ease;
	transition: .35s ease;
  }
  
  .nav-container a:hover:after,
  .nav-container a:focus:after,
  .nav-container a:active:after {
	width: 100%;
  }
  
  .button_container {
	position: fixed;
	top: 35px;
	right: 6%;
	height: 27px;
	width: 30px;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
  }
  
  .button_container:hover {
	opacity: 1;
  }
  
  .button_container.active .top {
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
	-ms-transform: translateY(11px) translateX(0) rotate(45deg);
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #FFF;
  }
  
  .button_container.active .middle {
	opacity: 0;
	background: #FFF;
  }
  
  .button_container.active .bottom {
	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #FFF;
  }
  
  .button_container span {
	background: #292929;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
  }
  
  .button_container span:nth-of-type(2) {
	top: 11px;
	width: 60%;
  }
  
  .button_container span:nth-of-type(3) {
	top: 22px;
  }
  
  .overlay {
	position: fixed;
	background: #2A2B2A;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
  }
  
  .overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
	z-index: 99;
  }
  
  .overlay.open li {
	-webkit-animation: fadeInRight .5s ease forwards;
	animation: fadeInRight .5s ease forwards;
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
  }
  
  .overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
  }
  
  .overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
  }
  
  .overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: .50s;
	animation-delay: .50s;
  }
  
  .overlay.open li:nth-of-type(5) {
	-webkit-animation-delay: .55s;
	animation-delay: .55s;
  }
  
  .overlay nav {
	position: relative;
	height: 70%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2.5vw;
	font-family: 'HK Grotesk', 'Raleway', 'san serif';
	font-weight: 500;
	text-align: center;
  }
  
  .overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
  }
  
  .overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 50px;
	position: relative;
	opacity: 0;
  }
  
  .overlay ul li a {
	display: block;
	position: relative;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
  }
  
  .overlay ul li a:hover:after,
  .overlay ul li a:focus:after,
  .overlay ul li a:active:after {
	width: 100%;
  }
  
  .overlay ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	-webkit-transform: translateX( -50%);
	-ms-transform: translateX( -50%);
	transform: translateX( -50%);
	height: 2px;
	background: #FFF;
	-webkit-transition: .35s;
	transition: .35s;
  }
  
  @-webkit-keyframes fadeInRight {
	0% {
	  opacity: 0;
	  left: 20%;
	}
	100% {
	  opacity: 1;
	  left: 0;
	}
  }
  
  @keyframes fadeInRight {
	0% {
	  opacity: 0;
	  left: 20%;
	}
	100% {
	  opacity: 1;
	  left: 0;
	}
  }




/*-------   Hero Container ---------*/


*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

:root {
  font-size: 10px;
  --padding: 3rem;
}

::-moz-selection {
  background: rgb(17, 17, 17, 0.99);
  color: rgb(89, 89, 89);
}

::selection {
  background: rgb(17, 17, 17, 0.99);
  color: rgb(89, 89, 89);
}


h1,
h2,
h3,
h4,
p,
a,
span {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-weight: 500;
  font-size: 8em;
  line-height: 1.2;
  color: #212121;
}

a {
  text-decoration: none;
  color: white;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
}

a,
a * {
  border-radius: 0.15rem;
}

a:hover {
  -webkit-filter: brightness(1.09);
  filter: brightness(1.09);
}


.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 1.5rem;
  grid-column-gap: 1.5rem;
  margin: auto;
}

.full {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
}


.project-grid {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 20rem;
  grid-column-gap: 2rem;
  margin: 4rem auto;
  padding-bottom: 6em;
}

.project-grid a {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  color: #212121;
  min-height: 56.25%;
}

.project-grid a h3 {
  font-size: 3rem;
  margin: 1.25rem 0;
  text-transform: uppercase;
  font-weight: 600;
}

.project-grid a p {
  font-size: 1.3rem;
  color: #212121;
  font-weight: 500;
  font-family: "poppins", "roboto", sans-serif;

}

.project-grid a img {
  margin-bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

main {
  padding: 3rem var(--padding);
}


.column_4_grid{

	display: -ms-grid;
    display: grid;
    width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 1.8em;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.75fr 1fr 1fr 1fr;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
	
}


@media (max-width: 767px){

	.column_4_grid{
		display: -ms-grid;
    display: grid;
    width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 1.8em;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
	}
}


/*-----responsive----*/

@media (max-width: 1024px) {
  :root {
    font-size: 9px;
  }
  .intro {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .project-grid {
    grid-row-gap: 16rem;
  }
  .project-grid a h3 {
    font-size: 2.5rem;
    margin-bottom: 1.15rem;
  }
  .project-grid a {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}


@media (max-width: 767px) {
  :root {
    font-size: 8px;
    --padding: 2rem;
  }
  .project-grid {
    grid-row-gap: 24rem;
  }
  .project-grid a {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .project-grid a h3 {
    font-size: 3rem;
    margin-top: 2rem;
  }
  .project-grid a p {
    font-size: 1.75rem;
  }
  .project-grid a img {
    width: 100vw;
    margin: auto calc(50% - 50vw);
	margin: auto;
  }
}


@media (min-width: 4000px) {
  :root {
    font-size: 40px;
  }
}





/*------------- Footer-Area-Start -----------*/

.footer{
	width: 100%;
	height: 60vh;
	background-color: #2A2B2A;
	padding: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	
}



.lets-talk{
	grid-column: 1 / span 2;
}



.footer-word-box{
	flex-wrap: wrap;
	position: relative;
	padding: 2rem;
	text-decoration: none;
	color: #fff;
}



.lets-talk h4{
	font-size: 6rem;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	text-align: left;
}


.contact-button{
	grid-column: 3 / span 2;
	text-align: center;
	align-self: center;
}



.lets-talk h6{
	color: #fff;
	font-size: 2.5rem;
	font-weight: 500;
}



.contact{
	border-radius:60px;
	height: 30px;
	width: 160px;
	background-color: transparent;
	margin-top: 2em;
	transition: 300ms all ease;
	border: solid 1px #fff;
	font-size: 2em;
	cursor: pointer;
	color: #fff;
}


.contact:hover{
	color: #2A2B2A;
	background-color: #fff;
	transform: scale(1.1);

}



/*-- under-line-hover --*/

.hover-underline-animation {
	display: inline-block;
	position: relative;
	color: #212121;
	cursor: pointer;
  }
  
  .hover-underline-animation:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #212121;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
  }
  
  .hover-underline-animation:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
  }






/*----------responsive------------*/

@media(max-width: 767px){


	.footer{
		width: 100%;
		height: 45vh;
		background-color: #212121 ;
		padding: 2em;
		display: flex;
		justify-content: center;
		align-items: center;
	}



	.lets-talk{
		grid-column: 1 / span 3;
	}

	.lets-talk h4{
		font-size: 4em;
	}

	.lets-talk h6{
		color: #fff;
		font-size: 2em;
		font-weight: 400;
	}

	.contact-button{
		grid-column: 1 / span 3;
		text-align: center;
		align-self: center;
		height: 30px;
		width: 180px;
	}
}









/*-------------Copy-Right-Start------------*/


.copyright{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #2A2B2A;
}

.copyright p{
	font-size: 1.2rem;
	font-weight: 400;
	color: #f5f0f0;
}




	.gototop{
		position: fixed;
		width: 80px;
		height: 80px;
		line-height: 80px;
		opacity: 1;
		bottom: 50px;
		right: 50px;
		text-decoration: none;
		text-align: center;
		font-size: 30px;
		color: #fff;
		cursor: pointer;
		border-radius: 50%;
		background-color: #2A2B2A;
		transition: all 300ms ease;
	}

	.gototop:hover{
		background-color: #fff;
		transform: scale(1.2);
	}
	

	
	.gototop p{
		color: #fff;
		font-size: 1.2rem;
		text-align: center;
		font-weight: 400;
		transition: all 300ms ease;
	}
	
	.gototop p:hover{
		font-size: 1rem;
		font-weight: 500;
		color: #2A2B2A;
	}








	/*--- motion animation ----*/


.reveal{
	position: relative;
	transform: translateY(60px);
	opacity: 0;
	transition: all 2s ease;
  }
  
  .reveal.active{
	transform: translateY(0px);
	opacity: 1;
  }
  

  .side{
	position: relative;
	transform: translateX(60px);
	opacity: 0;
	transition: all 2s ease;
  }
  
  .side.active{
	transform: translateX(0px);
	opacity: 1;
  }
  
  /*----- close reveal animation ----*/






