@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');

/* DEFAULT STYLES */
[data-fade]{
	-webkit-transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 18px;
  font-family: "Poppins";
  background: #eee;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins";
  color: black;
}

h3,.h3{
	font-size: 24px;
  text-align: center;
}

h2,.h2{
	font-size: 40px;
	color:#FFB703;
	margin-bottom: .5rem;
}

.relative{
	position: relative;
}

.hide{
	display: none !important;
}

.steps .fa-palette {
  color: #FFB703;
}
.steps .fa-microchip {
  color: #15A6D8;
}
.steps .fa-person-chalkboard{
  color: #DD4E4E;
}
.steps .fa-microscope{
  color: #6bce27;
}

.gradient .fa-phone,
.gradient .fa-envelope{
	color: #FFB703;
	font-size: 34px
}

.zoomable-image {
	transition: transform 0.3s, filter 0.3s;
	position: relative;
}

.zoomable-image::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0;
	transition: opacity 0.3s;
	z-index: -1;
}

.zoomable-image:hover {
	transform: scale(1.1);
	filter: brightness(0.8);
}

.zoomable-image:hover::before {
	opacity: 1;
}

/* WEBSITE STYLES */
header{
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	padding: 1rem 0;
}

header a {
	display: inline-block;
	color: #fff;
	padding:0 2.5rem;
	font-size: 24px;
}

.menu-switch{
	position: relative;
	z-index: 10;
	padding: 0;
	font-size: 36px;
	height: 56px;
	width: 56px;
	text-align: center;
	-webkit-transition: none;
}


.menu-switch.active{
	position: fixed;
	top: 16px;
	right: 10px;
}


footer {
  padding: .75rem 0;
  background: #ffffff;
  border-top: 3px solid #FFB703;
  font-size: 24px;
}

footer a{
	font-size: 32px;
	color:#000;
	margin-right: 2rem;
}




a{
	-webkit-transition: .3s;
}

a:hover {
  color: #FFB703;
}


.logo-small{
	height: 56px;
}

.logo{
	padding:0;
}

.logo img{
	height: 96px;
}

/* .logo span {
  color: transparent;
  background: -webkit-linear-gradient(-45deg, #3e96b9 0%, #65cf96 100%);
  -webkit-background-clip: text;
} */

/* ABOUT SECTION */


.slide {
	display: -webkit-flex;
	align-items: center;
	font-size: 32px;
	background-image:url("images/slider.jpg");
	background-size:cover;
	background-position: center center;
	height:50vw;
	color:#fff;
}

.slide .grid-container{
	width: 100%;
}


.slide.contact{
	background-image:url("images/contact\ image.jpg");
	height:20vw;
}
.slide.ITcompany{
	background-image:url("images/ITcompany.jpg");
	height:20vw;
}

.slide.portfolio{
	background-image:url("images/portfolioIMG.jpg");
	height:20vw;
}







.slide h1{
	color:#FFB703;
	font-size: 40px;
}


[data-typewriter]{
	transition: .05s;
}

[data-typewriter]::after{
	content:"_";
}

[data-typewriter].active::after{
	-webkit-animation: typing 1.2s infinite linear;
}

@-webkit-keyframes typing{
	0%{
		opacity: .1;
	}
	100%{
		opacity: 1;
	}
}

#about {
  background: #fff;
}

/* SENTENCE SECTION */

.icons {
  font-size: 32px;
  padding-bottom: 6rem;
}

.gallery .description {
  background: rgba(127, 255, 212, 0.8);
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
  justify-content: center;
  align-items: center;
  padding: 6rem;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.5);
  transition: 1.5s;
}

.gallery .cell:hover img {
  filter: saturate(0.5) blur(4px);
  transform: scale(1.2);
}

.gallery .cell {
  position: relative;
  overflow: hidden;
}

.gallery .cell:hover .description {
  opacity: 1;
}

.py-8 {
  padding-bottom: 4rem;
  padding-top: 4rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.uppercase{
	text-transform: uppercase;
}

.steps{
	padding:2.75rem 0;
	color:#ddd;
}

.steps .content{
	background-image:url("images/steps.jpg");
	background-size: cover;
	padding: 3rem;
	border:4px solid #062F3E;
	border-radius: 1rem;
}

.steps i{
	display: block;
	text-align: center;
	font-size: 44px;
	padding-bottom: .75rem;
}

.steps h3{
	display: block;
	text-align:center;
	color:#eee;
}

.steps p{
	font-size: 20px;
	padding-top: .5rem;
	margin: 0;
}


.gradient{
	background-image:url("images/steps.jpg");
	background-size: cover;
	color:#ddd;
}

.white{
	background: #fff;
}

section{
	padding: 3rem 0;
	font-size: 20px;
}


.portfolio a,
.contact a{
	display: inline-block;
	padding: .5rem 1.5rem;
	color:#fff;
	background: #062F3E;
}

.contact a{
	display: block;
}

.contact .title{
	padding-bottom: 2rem;
}

.contact .title i{
	display: inline-block;
	font-size: 32px;
	color:#062F3E;
	vertical-align: middle;
}

.contact .title span{
	display: inline-block;
	vertical-align: middle;
}

.contact .block{
	border-radius: 1rem;
	padding-top: 2rem;
	border:2px solid #062F3E;
	overflow: hidden;
}

.pentests{
	/* background-image: url("images/pentests.jpg");
	background-size: 49% auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 8rem 0; */
}

.modal{
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.4);
	backdrop-filter: blur(8px);
	-webkit-transition: .3s;
}

.modal img{
	max-height: 95vh;
	max-width: 95vw;
}

.modal.active{
	visibility: visible;
	opacity: 1;
}


header .lang{
	position: absolute;
	top:50%;
	right: 0;
	-webkit-transform: translateY(-50%);
}

/* MEDIUM AND DOWN */
@media screen and (max-width:64rem){
	.menu{
		position: fixed;
		top: 0;
		left:0;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(-100%);
		-webkit-transition: .3s;
		background: #fff;
		padding: 4rem 0;
		padding-left: 2.5rem;
		z-index: 9;
	}

	.menu a{
		display: block;
		font-size: 32px;
		padding: .5rem 0;
	}
	
	.menu.active{
		-webkit-transform: none;
	}

	.slide{
		height: 60vh;
		font-size: 26px;
		align-items: normal;
	}

	footer .logo img{
		height: 64px;
	}

	header .lang{
		position: static;
		top:auto;
		right: auto;
	}

	header{
		position: static;
	}
	header a{
		color:#000;
	}
}