@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Cotoris Heavy";
  /* Give your font a name */
  src: url("/font/CotorisHeavy.otf") format("otf"), url("/font/CotorisHeavy.otf") format("otf"), url("/font/CotorisHeavy.ttf") format("truetype");
  /* Safari, Android, iOS */
}
body {
  font-family: "Montserrat", sans-serif;
  /* Use it like any other font */
}

h2 {
  font-family: "Cotoris Heavy";
  font-size: 2.74rem;
  line-height: 50px;
  color: #161616;
}

h1 {
  font-size: 3.2rem;
  font-family: "Cotoris Heavy";
  color: #ffecec;
}

.sub-head {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 40px;
  color: #ffecec;
}

.img-header {
  max-width: 90%;
  padding-top: 1rem;
}

.call-us a {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 37px;
  color: #ffecec;
}

.hero {
  background-color: rgba(128, 0, 0, 0.9);
  background-image: url("/img/bg-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 3rem;
}
.hero .logo {
  max-width: 25%;
}
.hero .sub-head {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 40px;
  color: #ffecec;
}
.hero .img-hero {
  max-width: 98%;
}
.hero .button-hero {
  padding: 10px 10px;
  font-size: 1.1rem;
  background-color: rgb(255, 209, 81);
  border: none;
  color: #161616;
  position: relative;
  width: 10rem;
  height: 45px;
  transition: background-color 0.2s ease-in, all 0.15s ease-in;
}
.hero .button-hero::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "CHAT WITH US";
  width: 100%;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5px, 5px);
  background-color: rgb(255, 187, 0);
  transition: all 0.15s ease-in;
}
.hero .button-hero:hover {
  transform: translate(5px, 5px);
}
.hero .button-hero:hover::after {
  transform: translate(-5px, -5px);
}
.hero .button-hero:active::after {
  background-color: rgb(207, 152, 0);
}

.about .sub-head {
  font-family: "Montserrat";
  font-size: 1.46rem;
  line-height: 50px;
  color: #161616;
}

.feat-bg {
  background-color: rgba(128, 0, 0, 0.9);
  --mask: radial-gradient(50px at 50px 50px, #0000 98%, #000) -50px -50px;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
.feat-bg .dashed-border-top {
  border-top: 2px dashed rgb(255, 187, 0);
}
.feat-bg .dashed-border-top .border-div-svg {
  border-top: 100px rgb(255, 187, 0);
}
.feat-bg h4 {
  font-family: "Cotoris Heavy";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 28px;
  color: #ffecec;
}
.feat-bg p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 25px;
  color: rgb(255, 187, 0);
}

.content_info {
  background-color: rgba(128, 0, 0, 0.9);
}
.content_info .quote1 {
  font-family: "Montserrat";
  font-size: 20px;
  margin: 0 5rem;
  padding-bottom: 25px;
  text-align: justify;
  line-height: 30px;
  color: #ffecec;
}
.content_info .name, .content_info .profession {
  font-family: "Montserrat";
  margin: 0 5rem;
  text-align: justify;
  color: #ffecec;
}
.content_info .profession {
  font-size: 10px;
}
.content_info hr {
  width: 45%;
  margin-left: 5rem;
  border-color: #ffecec;
}

.footer {
  background-color: rgba(128, 0, 0, 0.9);
  background-image: url("/img/bg-img.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.footer .content-footer {
  background-image: url("/img/bg-footer.png");
  background-size: cover;
}
.footer h4 {
  font-family: "Cotoris Heavy";
  font-size: 32.7904px;
  color: #ffecec;
}
.footer h5 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 20px;
  color: rgb(255, 187, 0);
}
.footer p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffecec;
}
.footer iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */