* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

#myBtnup {
  display: none;
  position: fixed;
  bottom: 80px;
  /* 20 */
  right: 23px;
  /* 23  */
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 170, 210, 1);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnup:hover {
  color: rgba(0, 170, 210, 1);
  background-color: rgba(255, 255, 255, 0.1);
}

#activeC {
  color: #002c5f;
}

.navbar-nav .nav-link#activeC::after,
.navbar-nav .nav-link:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #002c5f;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.bg {
  margin-top: 5rem;
  width: 100%;
  text-align: center;
}

.cover {
  width: 100%;
  height: auto;
}

.title h1 {
  position: absolute;
  font-size: 110px;
  line-height: 120px;
  letter-spacing: 0px;
  /* font-weight: bold; */
  color: #ffffff;
  text-align: center;
  margin: 10% 0;
  width: 100%;
  /* top: 5rem; */
}

.contact {
  /* margin: 5rem 3rem !important; */
  padding-top: 5rem;
  text-align: center;
}

.container-fin {
  margin: 2rem !important;
  display: block;
}

@media (max-width: 768px) {
  .title h1 {
    font-size: 2.5rem;
    margin: 1% 0;
  }
  .container-fin {
    padding: 0 !important;
  }
  .contact {
    padding: 0 !important;
  }
   .bg {
    margin-top: 7rem;
  }
}

@media (max-width: 768px) {
  .front .row {
    gap: 30px;
  }
}


input,
label,
.title,
textarea,
button {
  font-family: HyundaiSansHeadOfficeMedium !important;
}

.content-wrapper {
  min-height: 100%;
  position: relative;
}

.get-in-touch {
  margin: 0 5rem;

  .title {
    text-align: center;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 36px;
    line-height: 48px;
  }
}

.contact-info {
  .form-info {
    position: relative;
    margin: 32px 0;
  }
  .input-text {
    display: block;
    width: 100%;
    height: 46px;
    border-width: 0 0 2px 0;
    border-color: #000;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 20px;
    &:focus {
      outline: none;
    }
    &:focus,
    &.filled {
      + .label {
        transform: translateY(-24px);
        font-size: 12px;
        color: #000;
      }
    }
  }
  .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #888;
    cursor: text;
    transition: transform 0.2s ease-in-out, font-size 0.2s ease-in-out;
  }
  .g-recaptcha {
    display: inline-block;
    background-color: #052941;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    padding: 10px 2rem;
  }
}

.note {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-family: Lusitana, serif;
  font-size: 16px;
  line-height: 21px;
  .link {
    color: #888;
    text-decoration: none;
    &:hover {
      text-decoration: underline;
    }
  }
}

.ratio-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.ratio-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.my-form-status {
  color: green;
}
