/*scroll behavior*/
html {
  scroll-behavior: smooth;
}
body,h1,h2,h3,h4,h5,h6,p {font-family: "Raleway", sans-serif}
body, html {
  height: 100%;
  line-height: 1.8;
}


.logoimg {font-family: "Arial", sans-serif;
    font-size:100%;
}

/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: cover;
  background-image: url("https://www.intraconnect.it/imgs/software2.jpg");
  min-height: 100%;
}

.w3-bar .w3-button {
  padding: 16px;
}

.colorizer {
    background-color: #cf6060;
}

/*search bars*/
.searchform {
  display: block;	
  margin: 0;
}

.searchform label, 
.searchform input {
  color: #000000;
  float: left;
  vertical-align: baseline;
}

.searchform label { margin: .125em .125em 0 0; }

.searchform input[type=search] {
  font: 1em/1.618 Open Sans, Arial, Sans-serif;
  border: .125em solid #00a383;
  border-width: 0 0 2px;
  background-color: transparent;
  padding: .1875em .375em;
  width: 80%;
}

.searchform input[type=search]:focus {
  border-color: #9b9b9b;
  color: #000000;
  outline: 0;
}

@media only screen and (min-width: 48em) {
  .searchform input[type=search]{ width: 50%; }
}

/*cards for our #info*/
.card-team {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  width: 40%;
}
.card-team:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2)
}

/*cards for softwares*/
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container2 {
  padding: 2px 16px;
}


/*backgrunds*/
.bground {
    background-color: #aecfd1;
}

/*flip cards for profiles in #team*/
body { font-family: "Montserrat", sans-serif;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 300px;
  height: 300px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 300px;
  height: 300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  width: 300px;
  height: 300px;
}

.flip-card-back {
  background-color: #ebebeb;
  color: rgb(0, 0, 0);
  transform: rotateY(180deg);
  width: 300px;
  height: 300px;
}

/*names under photos in #team*/
.bottom-names {
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

/*link buttons for #info*/
.explorer {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exp-button {
  width: 140px;
  height: 45px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: rgb(247, 255, 245);
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  }

.exp-button:hover {
  background-color: #2EE59D;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}



/*discover button 1
1. Scopri di piu e inizia subito
2. Scoprili tutti
*/
.discover {
  height: 100%;
  display: flex;

}

.disc-btn {
  width: 170px;
  height: 59px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 350;
  color: rgb(255, 255, 255);
  background-color: #06bea0;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 8px 15px rgba(46, 229, 156, 0.267);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}
.disc-btn:hover {
  background-color: #2487e4;
  box-shadow: 0px 15px 20px rgba(0, 84, 180, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

/*2*/
.msg {
  height: 100%;
  display: flex;
}

.msg-btn {
  width: 170px;
  height: 45px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 350;
  color: rgb(255, 255, 255);
  background-color: #06b2b8;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 8px 15px rgba(46, 229, 220, 0.452);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}
.msg-btn:hover {
  background-color: #2579aa;
  box-shadow: 0px 15px 20px rgba(0, 84, 180, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

/*arrow animations on buttons -- add arr-mv class*/
.arr-mv span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.arr-mv span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.arr-mv:hover span {
  padding-right: 25px;
}

.arr-mv:hover span:after {
  opacity: 1;
  right: 0;
}

/*back to top btn*/
#scrTp {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 156, 109, 0.795);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 100px;
}

#scrTp:hover {
  background-color: rgb(28, 117, 83);
}