* {
    margin: 0;
    padding: 0;
}
html{
  scroll-behavior: smooth;
}
body{
  font-family: "Open Sans", sans-serif;
  /*background-color: #7bb0a8;*/
  /*background: linear-gradient(90deg, rgba(255,0,255,1) 0%, rgba(0,0,255,1) 50%, rgba(0,255,255,1) 100%);*/
  background: linear-gradient(90deg, rgba(214,111,242,1) 0%, rgba(52,98,255,1) 50%, rgba(34,202,196,1) 100%);
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0;
}
h1{
  font-size: 3.5rem;
  font-weight: 100;
  color: #ffffff;
  text-align: center;
}
h2{
  font-size: 1.8rem;
  font-weight: 100;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
}
h3{
  font-size: 1.5rem;
  font-weight: 100;
  color: #ffffff;
  line-height: 2rem;
  text-align: center;
  vertical-align: middle;
}
a{
  text-decoration: none;
}
h2 > a{
  text-decoration: underline;
  color: #ffffff;
  transition: color .5s;
}
h2 > a:hover{
  color: #000000;
}
h3 > a{
  text-decoration: underline;
  color: #ffffff;
  transition: color .5s;
}
h3 > a:hover{
  color: #000000;
}

.section-divider{
  height: max-content;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, .2);
  background-color: rgba(0,0,0,.5);
}
.header{
  position: fixed;
  z-index: 9;
  width: 100%;
  height: max-content;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .2);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}
.header-logo{
  display: inline-flex;
  overflow: hidden;
  width: 150px;
  height: 100px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-size: auto 90%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000000;
  border-radius: 20px;
  transition: all .5s;
}
#header-menu{
  position: relative;
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
}
.menu-column{
  border-radius: 5px;
  display: inline-flex;
  flex: 1;
  transition: all .5s;
}
.menu-title{
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 100;
  color: #ffffff;
  text-align: left;
  justify-content: left;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  transition: all .5s;
}
.menu-title:hover{
  color: #000000;
  /*background-color: #7bb0a8;*/
  transform: translate(5px, -5px);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(255,255,255,.7);

}








.footer{
  border-top: 1px solid #ffffff;
  position: relative;
  overflow: hidden;
  height: max-content;
  padding-top: 50px;
  padding-bottom: 50px;
  /*background-color: #7bb0a8;*/

}
.footer-logo{
  display: inline-flex;
  overflow: hidden;
  width: 300px;
  height: 200px;
  margin: 10px;
  margin-right: 30px;
  border-radius: 20px;
  background-size: auto 90%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000000;
  transition: all .5s;
}
.footer-menu{
  height: 270px;
  display: inline-flex;
  margin: 50px;
  flex: 1;
}
.footer-column{
  background-color: rgba(0,0,0,.2);
  display: flex;
  flex-direction: column;
  width: 33%;
  height: 100%;
  margin: 10px;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  justify-content: left;
  transition: all .5s;
}


.footer-column:hover{
  transform: translate(5px, -5px);
  border: 1px solid #000000;
  /*box-shadow: inset 0px 20px 20px rgba(0, 0, 0, 0.2);*/
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}
.footer-column-header{
  font-size: 2rem;
  font-weight: 100;
  color: #ffffff;
  text-align: left;
  justify-content: left;
  margin-bottom: 15px;
  transition: all .5s;
}
.footer-column:hover > .footer-column-header{
  color: #000000;
}
.footer-column-item{
  font-size: 1.2rem;
  font-weight: 100;
  color: #ffffff;
  text-align: left;
  justify-content: left;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  transition: all .5s;
}
.footer-column-item:hover{
  color: #000000;
  transform: translate(5px, -5px);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(255,255,255,.7);

}
#footer-copyright{
  margin-top: 50px;
  color: #ffffff;
}

#logo{
  background-image: url("images/logo1.png");
}
#domain1{
  background-image: url("images/softwares-low.jpg");
}
#domain2{
  background-image: url("images/applications-low.png");
}
#domain3{
  background-image: url("images/websites-low.png");
}
#domain4{
  background-image: url("images/instrumentation-low.jpg");
}
#image1{
  background-image: url("images/home.jpg");
}
#image2{
  background-image: url("images/contact.jpg");
}
#portrait{
  background-image: url("images/portrait1-low.jpg");
}
#handshake{
  background-image: url("images/handshake.png");
}
#right-arrow{
  background-image: url("images/right-arrow.png");
}
#left-arrow{
  background-image: url("images/left-arrow.png");
}
#circle{
  background-image: url("images/circle.png");
}
#chat{
  background-image: url("images/chat.png");
}
#brainstorming{
  background-image: url("images/brainstorming.png");
}
#contract{
  background-image: url("images/contract.png");
}
#checklist{
  background-image: url("images/checklist.png");
}
#certified{
  background-image: url("images/certified.png");
}
#start{
  background-image: url("images/start.png");
}
#checkpoint{
  background-image: url("images/checkpoint.png");
}
#mail{
  background-image: url("images/mail.png");
}
#phone{
  background-image: url("images/phone.png");
}
#mark{
  background-image: url("images/mark.png");
}
.background-image{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all .5s, opacity 3s, top 3s;
}

.clickable{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blurred{
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: all .3s;
}
.blurred:hover{
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
.layer-dark{
  background-color: rgba(0,0,0,.4);
  height: 100%;
}
.layer-light{
  background-color: rgba(0,0,0,.2);
  height: 100%;
}
.clarify{
  transition: all .5s;
}
.clarify:hover{
  background-color: rgba(0,0,0,0);
}

.hide-and-show{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  align-items:center;
  justify-content:center;
}

#up{
  display: flex;
  height: 100%;
  align-items:center;
  justify-content:center;
  transition: all .5s;
}
.hide-and-show:hover > #up{
  height: 40%;
}
#down{
  height: 100%;
}
#up25{
  display: flex;
  height: 40%;
  align-items:center;
  justify-content:center;
}
#mid50{
  height: 35%;

}
#down25{
  height: 25%;
}
/*#up25 > h2{
  color: #7bb0a8;
}
#down25 > h3{
  color: #7bb0a8;
}*/






.button{
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
  text-decoration: none;
  margin: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.3rem;
  border-radius: 20px;
  color: #ffffff;
  background-color: rgba(0,0,0,.5);
  transition: all .5s;
}
.button > span{
  align-items: center;
  display: flex;
}
.button-icon{
  display: flex;
  width: 0px;
  height: 25px;
  opacity: 0;
  background-size: 100% 100%;
  transition: all .3s, opacity .5s;
}
.button:hover{
  color: #000000;
  transform: translate(5px, -5px);
  border-radius: 40px;
  border: 0px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  /*background: linear-gradient(90deg, rgba(0,255,205,1) 0%, rgba(235,0,255,1) 100%);*/
  background-color: rgba(255,255,255,.7);


}
.button:hover > .button-icon{
  width: 25px;
  opacity: 1;
  margin-left: 30px;
  margin-right: 30px;
}
