@font-face {
  font-family: Mahoni;
  src: url("./font/Mahoni.ttf");
}

@font-face {
  font-family: Avenir;
  src: url("./font/Avenir.ttc");
}

@font-face {
  font-family: Norwester;
  src: url("./font/Norwester.otf");
}

.yellow {
  background-color: #ffc001;
}

.yellow-text {
  color: #ffc001;
}
.primary-theme {
  color: white;
  padding: 90px 0;
}
.dark-theme {
  background-color: #1d1d1d;
}

.light-theme {
  background-color: white;
  color: black;
}

.secondary-theme {
  padding: 90px 0;
}

* {
  font-family: Avenir;
}

.quote {
  font-family: Norwester;
  line-height: 1.5;
}

.fw-6 {
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  .section-content {
    margin: 0 40px;
  }
}

.title-line {
  width: 100%;
  height: 2px;
}

.title-text {
  font-family: Avenir !important;
}

@media screen and (max-width: 330px) {
  .title-text {
    font-size: 0.55rem;
  }
}

@media screen and (min-width: 331px) and (max-width: 500px) {
  .title-text {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 501px) {
  .title-text {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 400px) {
  .quote {
    font-size: 1rem;
    margin: 20px 0;
  }
}

@media screen and (min-width: 401px) and (max-width: 800px) {
  .quote {
    font-size: 2rem;
    margin: 40px 0;
  }
}

@media screen and (min-width: 801px) {
  .quote {
    font-size: 3rem;
    margin: 80px 0;
  }
}

.pointer {
  cursor: pointer;
}

.modal-content {
  border: none !important;
  border-radius: unset !important;
}

.modal-header {
  border: none !important;
}

@media screen and (max-width: 500px) {
  .ac-btn {
    padding: 0.5rem 1rem !important;
  }
}

@media screen and (min-width: 501px) {
  .ac-btn {
    padding: 1rem 1.5rem !important;
  }
}

.ac-btn {
  background-color: #ffc001 !important;
  border-radius: 0 !important;
  border: 1px solid transparent;
}

.btn-main {
  background-color: #1d7f8a;
  border: none;
}

.btn-main:focus,
.ac-btn:focus,
.n-btn:focus {
  outline-width: 0;
}

@media screen and (max-width: 991px) {
  .btn-main {
    font-size: 0.8rem;
  }
}

.c-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 800px) {
  .c-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 801px) {
  .c-fluid {
    padding-right: 90px;
    padding-left: 90px;
  }
}

.n-btn {
  font-size: 0.8rem;
  padding: 0.8rem 1rem;
  color: #1d7f8a;
  background-color: unset;
  border: 1px solid #1d7f8a;
}
.n-btn:hover {
  color: white;
  background-color: #1d7f8a;
}

.info {
  display: block;
  width: 100%;
  background: unset;
  border: unset;
  border-radius: unset;
}
.info:focus {
  outline-width: 0;
}
.info-label {
  font-size: 0.7rem;
}
textarea {
  resize: none;
}
.contact {
  color: black !important;
  text-decoration: underline;
}

.loader-parent {
  overflow: hidden;
  position: relative;
}
.loader-background {
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1050;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#loaderSVG path,
#loaderSVG rect {
  fill: #565656;
}
.strong {
  font-weight: 600;
  font-family: "Raleway", sans-serif !important;
}
