@font-face {
  font-family: 'sans-condensed-bold';
  src: url('../fonts/sans-condensed-bold.woff') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/sans-condensed-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/sans-condensed-bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'sans-condensed-regular';
  src: url('../fonts/sans-condensed-regular.woff') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/sans-condensed-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/sans-condensed-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body{
  position: relative;
  font-family: 'sans-condensed-regular';
  font-size: 1rem;
  color: #000000;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
}

.construction-v1,
.construction-v2{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px 0 60px 0;
}

.bg-image{
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
}

.construction-v2:before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.vh-100{
  height: 100%;
  min-height: 100vh;
}

h1{
  font-size: 3.75rem;
}

@media only screen and (max-width : 991px) {
  h1{
    font-size: calc(1.425rem + 2.1vw);
  }
}

h1 span{
  font-family: 'sans-condensed-bold';
}


a{
  color: #004b93;
  text-decoration: none;
  background-color: transparent;
}

a:focus{
  outline: none;
}

.btns{
  display: inline-block;
  vertical-align: middle;
  padding: 13px 35px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
  user-select: none;
}

@media only screen and (max-width : 576px) {
  .btns{
    padding: 13px;
    font-size: 0.875rem;
  }
}

.btns i{
  margin-right: 5px;
  font-size: 0.75rem;
  line-height: 1;
}

.btns:hover{
  text-decoration: none;
}

.btns.primary{
  color: #fff;
  background: #004b93;
}

.btns.primary:hover{
  color: #fff;
  background: #e30613;
}

.btns.secondary{
  color: #fff;
  background: #e30613;
}

.btns.secondary:hover{
  background: #004b93;
}

.construction-card{
  position: relative;
  padding: 90px 100px;
}

.construction-v1 .construction-card{
  background: rgba(255, 255, 255, 0.15);
}

.construction-v2 .construction-card{
  background: rgba(255, 255, 255, 0.90);
}

.construction-v3 .construction-card{
  background: #106cb6;
}

@media only screen and (max-width : 991px) {
  .construction-card{
    padding: 90px;
  }

  .construction-v3 .construction-card{
    background: rgba(16, 108, 182, 0.85);
  }
}

@media only screen and (max-width : 767px) {
  .construction-card{
    padding: 60px;
  }
}

@media only screen and (max-width : 576px) {
  .construction-card{
    padding: 45px 45px 60px 45px;
  }
}

#copyright{
  position: absolute;
  z-index: 1;
  padding: 15px;
  bottom: 0;
}

#copyright span{
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
  opacity: 0.75;
}

#copyright a{
  opacity: 0.75;
  transition: all 0.2s ease-in-out;
}

#copyright a:hover{
  opacity: 1;
}

/* .social-icons{
  display: flex;
  justify-content: center;
}

.social-icons a{
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 15px;
}

.social-icons a:hover{
  width: 50px;
  height: 50px;
  background: #000;
  border: 2px solid #fff;
  transition: 0.2s;
  text-decoration: none;
}

.social-icons a:hover i{
  color: #fff;
  transition: 0.2s;
}

.social-icons a i{
  color: #000;
  font-size: 24px;
} */

.construction-custom{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 0;
}

.construction-custom .bg-image{
  filter: none;
}

.construction-custom header > span{
  font-size: 1.35rem;
}

.construction-custom header span a{
  font-family: 'sans-condensed-bold';
  color: #000000;
  transition: all 0.2s ease-in-out;
}

.construction-custom header span a i{
  font-size: 0.75rem;
}

.construction-custom header span a:hover{
  color: #e30613;
  text-decoration: none;
}

.construction-custom .pijler .logo-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

.construction-custom .pijler:hover{
  text-decoration: none;
}

.construction-custom .pijler h6 span{
  font-family: 'sans-condensed-bold';
}

.construction-custom .image-wrap{
  height: 100%;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}

.construction-custom .image-wrap img{
  object-fit: cover;
  object-position: center;
  height: 100%;
}

@media only screen and (max-width : 576px) {
  .construction-custom{
    padding-top: 30px
  }
}
