.grecaptcha-badge { visibility: hidden; }


#mobileshow { 
display:none; 
}
@media screen and (max-width: 500px) {
#mobileshow { 
display:block; }
}

#card1 {
  background-color: #000000;
}

.card {
  position: relative;
  height: 400px;
  width: 100%;
  margin: 10px 0;
  -webkit-transition: ease all 2.3s;
  transition: ease all 2.3s;
  -webkit-perspective: 2000px;
          perspective: 2000px;
}

.card:hover .cover {
  -webkit-transform: rotateX(-10deg) rotateY(-180deg);
          transform: rotateX(-10deg) rotateY(-180deg);
}

.card:hover .cover:before {
  -webkit-transform: translateZ(30px);
          transform: translateZ(30px);
}

.card:hover .cover:after {
  background-color: black;
}

.card:hover .cover h1 {
  -webkit-transform: translateZ(100px);
          transform: translateZ(100px);
}
.card:hover .cover h2 {
  -webkit-transform: translateZ(100px);
          transform: translateZ(100px);
}

.card:hover .cover .price {
  -webkit-transform: translateZ(60px);
          transform: translateZ(60px);
}

.card:hover .cover a {
  -webkit-transform: translateZ(-60px) rotatey(-180deg);
          transform: translateZ(-60px) rotatey(-180deg);
}

.card .cover {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: ease all 2.3s;
  transition: ease all 2.3s;
  /*background: rgba(255,255,255,.3);
			padding: .3em .5em;
			&:before{
				content:'';
				position: absolute;
				background: rgba(255,255,255,.3);
				width: 100%;
				height: 1.6em;
				top:0;
				right: -50%;
				transform: rotatey(90deg) translatex(50%);
			}
			&:after{
				content:'';
				position: absolute;
				background: rgba(255,255,255,.3);
				width: 100%;
				height: 1.6em;
				top:0;
				right: -50%;
				transform: translatex(-50%) translatez(-50%);
			}*/
}

.card .cover:before {
  content: "";
  position: absolute;
  border: 7px solid #eea236;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  z-index: 2;
  -webkit-transition: ease all 2.3s;
  transition: ease all 2.3s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}

.card .cover:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  -webkit-transition: ease all 1.3s;
  transition: ease all 1.3s;
  background: rgba(0, 0, 0, 0.4);
}

.card .cover.item-a {
  background: url("img/residential.webp") center center no-repeat;
  background-size: cover;
}

.card .cover.item-b {
  background: url("img/commercial.webp") center center no-repeat;
  background-size: cover;
}

.card .cover.item-c {
  background: url("img/hospitality.webp") center center no-repeat;
  background-size: cover;
}

.card .cover.item-d {
  background: url("img/interior-care.webp") center center no-repeat;
  background-size: cover;
}

.card .cover h1 {
  font-weight: 600;
  text-align: center;
  font-size: 5.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 10px #ffffffb8;
  position: absolute;
  bottom: 55px;
  left: 0px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: ease all 2.3s;
  transition: ease all 2.3s;
  z-index: 3;
  font-size: 3em;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
          width: 100%;
}

.card .cover h2 {
  text-align: center;
  font-weight: 400;
  text-shadow: 2px 2px 10px #ffffffb8;
  position: absolute;
  bottom: 35px;
  left: 0px;
    letter-spacing: 5px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: ease all 2.3s;
  transition: ease all 2.3s;
  z-index: 3;
  font-size: 1.0em;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
          width: 100%;
}

.card-back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(img/new/behind.webp);
  background-size: cover;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: ease all 2.3s;
  transition: ease all 2.3s;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-back a {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: ease transform 2.3s, ease background 0.5s;
  transition: ease transform 2.3s, ease background 0.5s;
  -webkit-transform: translateZ(-1px) rotatey(-180deg);
          transform: translateZ(-1px) rotatey(-180deg);
  background: transparent;
  border: 1px solid #eea236;
  font-weight: 700;
  font-size: 2.3em;
 
  padding: 14px 32px;
  outline: none;
  text-decoration: none;
}

.card-back a:hover {
  background-color: #eea236;
  color: #000000;
}

 @font-face {
    font-family: 'Circe';
    font-style: normal;
    font-weight: normal;
    src: local('Circe'), url('CRC55.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Circe Extra Light';
    font-style: normal;
    font-weight: normal;
    src: local('Circe Extra Light'), url('CRC25.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Circe Light';
    font-style: normal;
    font-weight: normal;
    src: local('Circe Light'), url('CRC35.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Circe Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Circe Bold'), url('CRC65.woff') format('woff');
    }
    
    
/*# sourceMappingURL=style.css.map */