@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&family=Nunito:wght@200;300;400;500;600;700;800&Montserrat:wght@100;200;300;400;500;600;700&display=swap');



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
body::-webkit-scrollbar{
	display: none;
}
a{
	text-decoration: none;
}

/* Particles div*/
#particles-js{
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
}


.section{
    height: 80vh;
	overflow-x: hidden;
}

/*---------------------------SECTION-HERO----------------*/
.hero{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.title>h1{
	font-family: 'Domine';
	font-weight: 700;
	font-size: 3rem;
	color: white;
	padding: 0 0.4rem;
	border: 0.4rem solid white ;
	/*
	-webkit-mask: 
    conic-gradient(from 180deg at top 8px right 8px, #0000 90deg,#000 0)
     var(--_i,200%) 0  /200% var(--_i,8px) border-box no-repeat,
    conic-gradient(at bottom 8px left  8px,  #0000 90deg,#000 0)
     0   var(--_i,200%)/var(--_i,8px) 200% border-box no-repeat,
    linear-gradient(#000 0 0) padding-box no-repeat;
	*/

}

.title{
	transition: .3s;
}
.title:hover{
	/*--_i: 100%;
	transition: .3s, -webkit-mask-size .3s .3s;*/
	-webkit-transform: scale(1.1);
	transform: scale(1.1);

}
.title>h2{
	font-family: 'Nunito' sans-serif;
	font-size: 1rem;
	font-weight: 300;
	color: white;
	letter-spacing: 0.3rem;
	padding-top: 0.2rem;
}

/*---------------------------SECTION-ABOUT----------------*/
.about{
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);;
}

.about>p{
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	color: #d2d2d2;
	line-height: 4rem;
	padding: 1vh 10vw;
}
.about-text{
	opacity: 0;
	-webkit-transform: none;
		-moz-transform: none;
	   		-ms-transform: none;
				-o-transform: none;
			   		transform: none;
		-webkit-transition: all 1s ease-out;
			 -moz-transition: all 1s ease-out;
				-ms-transition: all 1s ease-out;
				 -o-transition: all 1s ease-out;
						transition: all 1s ease-out;
}
.about-text.visible{
	opacity: 1;
	-webkit-transform: scale(1.1);
			 -moz-transform: scale(1.1);
				-ms-transform: scale(1.1);
				 -o-transform: scale(1.1);
						transform: scale(1.1);
}


/*---------------------------SECTION-PROJECT----------------*/

.project{
    height: 50vh;
    display: flex;
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,1) 100%);
}

.project-title{
    display: flex;
    height: 50vh;
    width: 250px;
    align-items: center;
}
.project-title>h1{
	font-family: 'Nunito';
	font-weight: 300;
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
	margin-left: 25px;
	text-align: center;
    color: aliceblue;
	border-bottom: 1px solid white;
}
.project-wrapper{
    display: flex;
    height: 50vh;
    align-items: center;
    overflow-x: auto;
}
#scroll-project::-webkit-scrollbar{
	display: none;
}

.project-box{
	padding-left: 20px;
    opacity: 0;
		-webkit-transform: translateX(-40px);
			 -moz-transform: translateX(-40px);
				-ms-transform: translateX(-40px);
				 -o-transform: translateX(-40px);
						transform: translateX(-40px);
		-webkit-transition: all 1s ease-out;
			 -moz-transition: all 1s ease-out;
				-ms-transition: all 1s ease-out;
				 -o-transition: all 1s ease-out;
						transition: all 1s ease-out;
}

/*-------------------------------------
 -------------Type 2 entry ------------
---------------------------------------*

.project-box:nth-child(2){
    opacity: 0;
		-webkit-transform: translateX(-340px);
			 -moz-transform: translateX(-340px);
				-ms-transform: translateX(-340px);
				 -o-transform: translateX(-340px);
						transform: translateX(-340px);
    -webkit-transition: all 1s ease-out;
			 -moz-transition: all 1s ease-out;
				-ms-transition: all 1s ease-out;
				 -o-transition: all 1s ease-out;
						transition: all 1s ease-out;

}
.project-box:nth-child(3){
    opacity: 0;
		-webkit-transform: translateX(-640px);
			 -moz-transform: translateX(-640px);
				-ms-transform: translateX(-640px);
				 -o-transform: translateX(-640px);
						transform: translateX(-640px);
    -webkit-transition: all 1s ease-out;
			 -moz-transition: all 1s ease-out;
				-ms-transition: all 1s ease-out;
				 -o-transition: all 1s ease-out;
						transition: all 1s ease-out;

}
.project-box:nth-child(4){
    opacity: 0;
		-webkit-transform: translateX(-940px);
			 -moz-transform: translateX(-940px);
				-ms-transform: translateX(-940px);
				 -o-transform: translateX(-940px);
						transform: translateX(-940px);
    -webkit-transition: all 1s ease-out;
			 -moz-transition: all 1s ease-out;
				-ms-transition: all 1s ease-out;
				 -o-transition: all 1s ease-out;
						transition: all 1s ease-out;

}
.project-box:nth-child(5){
    opacity: 0;
		-webkit-transform: translateX(-1240px);
			 -moz-transform: translateX(-1240px);
				-ms-transform: translateX(-1240px);
				 -o-transform: translateX(-1240px);
						transform: translateX(-1240px);
    -webkit-transition: all 1s ease-out;
			 -moz-transition: all 1s ease-out;
				-ms-transition: all 1s ease-out;
				 -o-transition: all 1s ease-out;
						transition: all 1s ease-out;

}

*/

.project-box.visible{
    opacity: 1;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
						transform: none;
}
.project-more{
    height: 50vh;
    width: 50px;
}
.project-box>img{
	border-radius: 2%;
    height: 300px;
    width: 250px;
    object-fit: cover;
	 /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
	 filter: gray; /* IE5+ */
	 -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	 -webkit-transition: all .8s ease-in-out; 
	 transition: all .8s ease-in-out;
}
.project-box>img:hover{
	filter: none;
	z-index: 10;
      -webkit-filter: grayscale(0);
	  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	  -webkit-transform: scale(1.05);
	  transform: scale(1.05);
}

/*------Section-Project-END------------------*/

/*---------SECTION-TESTIMONIAL--------------*/
.testimonial{
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.testimonial-title{
	text-align: center;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 30px;
}
.testimonial-title>h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}

.testimonial-wrapper{
	width: 100vw;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 3vw;
	background: #000000;
}
.t1{
  width: 25vw;
  height: 300px;
  display: table;
  border: 5px solid rgb(255, 255, 255);
  position: relative;
  transition: 0.3s ease-out;
}
.t1:after, .t1:before {
	content: "";
  position: absolute;
  font-family: fontAwesome;
  font-size: 50px;
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}
.t1:before{
	content: "\f10e";
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  box-shadow: -10px -10px 0 rgb(0, 0, 0);
}
.t1:after{
	content: "\f10d";
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	box-shadow: 10px 10px 0 rgb(0, 0, 0);
}
.star{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	width: 25vw;
	height: 40px;
}
.star>i{
	color: #fff;
}
.t-text{
	height: 200px;
}
.t-text>p{
	padding: 20px 20px;
	color: #fff;
}
.test-name>p{
	text-align: right;
	padding: 0 50px;
	color: #fff;
}
.testimonial-wrapper:hover .t1{
	filter: blur(4px);
}
.testimonial-wrapper .t1:hover{
	filter: blur(0px);
	transform: scale(1.1);
	transition: 0.3s ease-out;
}



/*---------------SECTION-CONTACT---------------*/
.contact{
	height: 150vh;
	background: rgba(12, 12, 12, 0.8);	
}
.contact-title{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}
.contact-title>h1{
	color: #fff;
	padding-top: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	border-bottom: 1px solid #fff;
}

.map-image{
	overflow: hidden;
	align-items: center;
	display: flex;
	justify-content: center;
}
.map-image>a>img{
	height: 80vh;
	width: 80vw;
	object-fit: cover;
}
.contact-detail{
	display: flex;
	column-gap: 50px;
	justify-content: center;
}
.social{
	width: 40vw;
	height: 40vh;
}
.social>h2{
	text-align: center;
	font-family: 'Montserrat';
	font-size: 1.5rem;
	letter-spacing: 2px;
	font-weight: 300;
	color: #fff;
}
.icon-wrapper{
	display: flex;
	height: 35vh;
	align-items: center;
	justify-content: center;
}
.social-icons{
	display: flex;
}
.icon-wrapper>div>a>i{
	color: #fff;
	padding: 0 1vw;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.icon-wrapper>div>a>i:hover{
	-webkit-transform: scale(1.5);
	transform: scale(1.2);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.contact-icons>a{
	width: 18vw;
	margin: 5vh;
}

.address>h2{
	font-family: 'Montserrat';
	color: #fff;
	font-weight: 200;
	text-align: center;
}
.address>p{
	padding-top: 1.5vh;
	color: #fff;
	font-family: 'Montserrat';
	font-size: 1.2rem;
}
address>p:nth-child(1){
	color: aqua;
}

.action-button{
	display: flex;
	height: 8vh;
	background: rgba(49, 49, 49, 0.7);
	transition: 0.3s;
	border-radius: 3%;
	overflow: hidden;
}
.action-button:hover{
	background: rgba(0, 0, 0, 0.4);
	transition: 0.3s;
}
.action-button>i{
	color: #fff;
	transform: translate(10px, 10px);
}
.action-button>div>p{
	padding-top: 1.5vh;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
}

#phone{
	padding: 0;
	font-size: 1rem;
	letter-spacing: normal;
}
#mail{
	font-family: 'Nunito',sans-serif;
	padding: 0 0 0 2vw;
	font-size: 1rem;
	font-weight: 100;
	letter-spacing: normal;
}


.shedule{
	display: flex;
	position: fixed;
	top: 2%;
	right: 1%;
	padding: 10px;
	border-radius: 2rem;
	background: #00000000;
	transform: scale(0.9);
	transition: 0.2s ease-out;
}
.shedule:hover{
	transform: scale(1);
	transition: 0.2s ease-out;
}
.shedule>a>i{
	padding: 10px;
	color: #fff;
}
.menu-link{
	transition: 0.3s ease-out;
	opacity: 0;
}
.show-menu{
	flex-direction: column;
}
.show-menu .menu-link{
	display: flex;
	align-items: center;
	justify-content: center;
}
.container {
	cursor: pointer;
	display: flex;
  }
  svg {
	transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .show-menu svg {
	transform: rotate(90deg);
  }
  path {
	transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
	  stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
	  stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  path:nth-child(1) {
	transform-origin: 36% 40%;
  }
  path:nth-child(2) {
	stroke-dasharray: 29 299;
  }
  path:nth-child(3) {
	transform-origin: 35% 63%;
  }
  path:nth-child(4) {
	stroke-dasharray: 29 299;
  }
  path:nth-child(5) {
	transform-origin: 61% 52%;
  }
  path:nth-child(6) {
	transform-origin: 62% 52%;
  }
  .show-menu path:nth-child(1) {
	transform: translateX(32px) translateY(-11px) rotate(45deg);
  }
  .show-menu path:nth-child(2) {
	stroke-dasharray: 225 299;
	stroke-dashoffset: -72px;
  }
  .show-menu path:nth-child(3) {
	transform: translateX(-6px) translateY(22px) rotate(-45deg);
  }
  .show-menu path:nth-child(4) {
	stroke-dasharray: 225 299;
	stroke-dashoffset: -72px;
  }
  .show-menu path:nth-child(5) {
	transform: translateX(6px) translateY(25px) rotate(-45deg);
  }
  .show-menu path:nth-child(6) {
	transform: translateX(43px) translateY(-13px) rotate(45deg);
  }

  .menu-link>i:hover{
	-webkit-transform: scale(1.5);
	transform: scale(1.2);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition: 0.3s;
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  }

  .alink1{
	position: absolute;
	top: 0;
	transform: translateY(0px);
	transition: 0.5s ease-out;
	z-index: -100;
  }
  .alink2{
	position: absolute;
	top: 0;
	transform: translateY(0px);
	transition: 0.5s ease-out;
	z-index: -100;
  }
  .alink3{
	position: absolute;
	top: 0;
	transform: translateY(0px);
	transition: 0.5s ease-out;
	z-index: -100;
  }
  .show-menu .alink1{
	opacity: 1;
	transform: translateY(70px);
	transition: 0.5s ease-out;
  }
  .show-menu .alink2{
	opacity: 1;
	transform: translateY(120px);
	transition: 0.5s ease-out;
  }
  .show-menu .alink3{
	opacity: 1;
	transform: translateY(180px);
	transition: 0.5s ease-out;
  }


@media only screen and (max-width: 1020px) {
	.about{
		height: 100vh;
	}
}


@media only screen and (max-width: 800px) {
	.about>p{
		font-size: 2.5rem;
	}
	.about{
		height: 1000px;
	}
	.testimonial-wrapper{
		flex-direction: column;
		height: auto;
		padding: 50px 0;
		row-gap: 40px;
	}
	.testimonial{
		height: auto;
	}
	.t1{
		width: 400px;
	}
}
@media only screen and (max-width: 600px) {
	.about>p{
		font-size: 1.5rem;
	}
	.social-icons{
		flex-direction: column;
		row-gap: 40px;
	}
	.about>p{
		line-height: 2rem;
	}
}

@media only screen and (max-width: 520px) {
	.about>p{
		font-size: 2rem;
		font-weight: 100;
		line-height: 2.5rem;
	}
	.about{
		height: 100vh;
	}
	.t1{
		width: 90vw;
	}
	.social{
		padding-left: 10px;
	}
	.address{
		padding-right: 10px;
	}
	.project{
		flex-direction: column;
	}
	.project-more{
		display: none;
	}
	.project-title{
		align-items: center;
		justify-content: center;
		width: 100vw;
		height: 30vh;
	}
	.project-wrapper{
		height: 350px;
	}
	.project{
		height: auto;
	}

}
@media only screen and (max-width: 400px) {
	.about>p{
		font-size: 25px;
	}
	.about{
		height: 800px;
	}
	
}
