@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Jost:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


section.container * {
  font-family: 'Roboto', sans-serif;
}

.fa,
.fas,
.fa-solid {
  font-family: 'FontAwesome' !important;
}

.btn-outline-dark {
  /* border-color: #000 !important; */
  background-color: transparent;
  border-color: #1d3ede !important;
  color: #1d3ede !important;
}

#gtco-main-nav::before,
#gtco-main-nav::after {
  content: none;
}

#gtco-main-nav .bar1,
#gtco-main-nav .bar2,
#gtco-main-nav .bar3 {
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 5px 0;
  transition: 0.4s;
  display: block;
  position: relative;
}

.contact-section__title {
  font-size: 47px;
  line-height: 54px;
  letter-spacing: 0px;
  font-weight: 700;
  padding: 0 0 30px;
}

.contact-section__subtitle {
  font-size: 20px;
  line-height: 36px;
  margin: 0;
  padding: 0;
}

.section-form {
  margin-top: 48px;
}

.contact-form__label {
  font-weight: 700;
  font-size: 16px;
  padding: 0 0 15px;
}

.form-control {
  min-height: 43px;
  padding: 0 14px;
}

#message.form-control {
  padding: 14px;
}

.form-control:focus {
  box-shadow: 0 0 0 1px #066aab, 0px 1px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #066aab;
  color: rgba(0, 0, 0, 0.7);
  outline: none;
}

.contact-form__err {
  color: red;
}

.form-check-input {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  border: 0.8px solid rgba(0, 0, 0, 0.25);
}

.contact-form__check {
  padding: 15px auto;
}

.contact-form__btn {
  margin-top: 15px;
  height: 48px;
  background: #066aab;
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.contact-form__btn:hover {
  background: #055589;
}

.error-message {
  display: none;
  color: red;
}