@font-face {
  font-family: 'suisse';
  src: url('../fonts/suisseintl-light-webfont.woff');
  font-weight: 300;
}

@font-face {
  font-family: 'suisse';
  src: url('../fonts/suisseintl-semibold-webfont.woff');
  font-weight: 600;
}

body{
  position: relative;
  font-family: 'suisse';
  font-size: 1.250rem;
  font-weight: 300;
  color: #ffffff;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  background-color: #184439;
}

.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;
}

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

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

a{
  color: #E43D30;
  text-decoration: underline;
  text-decoration-color: transparent;
  background-color: transparent;
  transition: all .15s ease-in-out;
}

a:hover {
  color: #d72e2e;
}

a:focus{
  outline: none;
}

.btns{
  display: inline-block;
  vertical-align: middle;
  padding: 13px 35px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  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{
  color: #fff;
  text-decoration: none;
}

.btns.primary{
  background: #E43D30;
}

.btns.primary:hover{
  background: transparent;
  color: #d72e2e;
  border-color: #d72e2e;
}

.btns.secondary{
  background: #106cb6;
}

.btns.secondary:hover{
  background: transparent;
  border-color: #106cb6;
}

.slogan {
  font-size: 1.5rem;
}

.construction-card{
  position: relative;
  padding: 150px 160px;
}

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

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

.construction-v3 .construction-card{
  background: #184439;
}

.construction-v3 .construction-card p{
  color: #ffffff;
}

.construction-v3 .construction-card a{
  color: #fff;
  font-weight: 600;
}

.construction-v3 .construction-card a:hover{
  text-decoration-color: inherit;
}

.construction-v3 .construction-card i{
  margin-right: 15px;
  font-weight: 400;
}

.construction-v3 .construction-card .logo{
  margin-bottom: 120px;
}

.construction-v3 .construction-card .future{
  margin-top: 90px;
}

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

  .construction-v3 .construction-card .logo{
    margin-bottom: 75px;
  }

  .construction-v3 .construction-card .future{
    margin-top: 60px;
  }
}

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

  .construction-v3 .construction-card{
    background: #184439;
  }
}

@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: #2D2A26;
  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;
} */
