@font-face {
  font-family: "Flama";
  src: url("../fonts/Flama-Medium.woff2") format("woff2"), url("../fonts/Flama-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Flama";
  src: url("../fonts/Flama-Italic.woff2") format("woff2"), url("../fonts/Flama-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Flama";
  src: url("../fonts/Flama-BoldItalic.woff2") format("woff2"), url("../fonts/Flama-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Flama";
  src: url("../fonts/Flama.woff2") format("woff2"), url("../fonts/Flama.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Flama";
  src: url("../fonts/Flama-Bold.woff2") format("woff2"), url("../fonts/Flama-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
* {
  font-family: Flama;
}

body {
  overflow-x: hidden;
}

.highlight {
  color: #f7917b;
  display: inline;
}

section {
  padding: 60px;
}

button:focus {
  outline: unset;
}

.btn-main {
  background: #f7917b;
  color: #fff;
}

.btn {
  transition: 0.3s all;
}
.btn:hover {
  transform: scale(0.9);
}

.navbar .navbar-brand img {
  width: 180px;
}
.navbar.navbar-transparent {
  background: none !important;
}
.navbar.navbar-white {
  background: #fff !important;
}
.navbar .auth-btn .btn {
  padding: 10px 30px;
  letter-spacing: 1px;
  transition: 0.3s all;
}
.navbar .auth-btn .btn.stroke {
  border: 1px solid #455A64;
  color: #455A64 !important;
}
.navbar .auth-btn .btn:hover {
  color: #fff;
  transform: scale(0.95);
}
.navbar .navbar-nav .nav-item {
  margin: 0 15px;
}
.navbar .navbar-nav .nav-link {
  color: #263238;
  text-transform: capitalize;
}
.navbar.scrolled {
  background: #fff !important;
  padding: 15px 60px;
  transition: all 0.3s;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
}

#section-home {
  height: 100vh;
}
#section-home .highlight {
  display: block;
}
#section-home h1 {
  font-size: 64px;
}
#section-home .home__txt {
  height: 100vh;
  padding-top: 15vh;
}
#section-home .home__img img {
  position: absolute;
  right: 0;
  top: 15%;
  left: 0;
  margin: auto;
  width: 80%;
}
#section-home .btn-main {
  background: #f7917b;
  color: #fff;
  border-radius: 30px 5px 30px 30px;
  padding: 10px 30px;
  font-size: 18px;
}
#section-home .featured-img {
  width: 100%;
}

#section-about {
  background: #f8f7f7;
  padding-top: 120px;
}
#section-about .about__img img {
  width: 60%;
  margin: auto;
  display: flex;
}

#section-advantages {
  background: url("../img/background-grey.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#section-advantages .highlight {
  display: block;
}
#section-advantages .card-adv {
  box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 30px 30px 15px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  min-height: 380px;
  background: rgba(255, 255, 255, 0.4);
}
#section-advantages .card-adv .adv-img {
  height: 180px;
  margin: auto;
  display: flex;
}
#section-advantages .card-adv .adv-title {
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin: 30px 0 10px;
  text-align: center;
}
#section-advantages .card-adv .adv-caption {
  text-align: center;
}

#section-product {
  background: #f8f7f7;
}
#section-product h2 {
  text-align: center;
}
#section-product .caption {
  text-align: center;
  display: block;
}
#section-product .owl-carousel .owl-dots .owl-dot span {
  transition: 0.5s all;
}
#section-product .owl-carousel .owl-dots .owl-dot.active span {
  width: 30px;
  background: #f7917b;
}
#section-product .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -45px;
  top: 10%;
}
#section-product .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -45px;
  top: 10%;
}
#section-product .owl-carousel .owl-nav button span {
  font-size: 90px;
}
#section-product .owl-carousel .owl-nav button:hover {
  background: unset;
  color: #f7917b;
}
#section-product .owl-carousel .owl-item .card {
  border-radius: 15px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  min-height: 200px;
}
#section-product .owl-carousel .owl-item .card .row {
  min-height: 200px;
}
#section-product .owl-carousel .owl-item .card a {
  color: #f7917b;
  text-decoration: none;
  transition: all 0.3s;
}
#section-product .owl-carousel .owl-item .card a:hover {
  transform: scale(0.9);
}
#section-product .owl-carousel .owl-item .card .card-img {
  height: 100%;
  object-fit: cover;
  border-radius: 15px 0 0 15px;
}
#section-product .owl-carousel .owl-item .card .img-arrow {
  display: inline;
  width: 20px;
  margin-left: 5px;
}

#section-testimony {
  background: url("../img/background-grey.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#section-testimony h2 {
  text-align: center;
}
#section-testimony .caption {
  text-align: center;
  display: block;
}
#section-testimony .owl-carousel .owl-dots .owl-dot span {
  transition: 0.5s all;
}
#section-testimony .owl-carousel .owl-dots .owl-dot.active span {
  width: 30px;
  background: #f7917b;
}
#section-testimony .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -45px;
  top: 10%;
}
#section-testimony .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -45px;
  top: 10%;
}
#section-testimony .owl-carousel .owl-nav button span {
  font-size: 90px;
}
#section-testimony .owl-carousel .owl-nav button:hover {
  background: unset;
  color: #f7917b;
}
#section-testimony .owl-carousel .item .client-photo {
  width: 120px;
  height: 120px;
  border-radius: 15px;
  object-fit: cover;
  margin: auto;
}
#section-testimony .owl-carousel .item .client-name {
  font-weight: 700;
  display: block;
  text-align: center;
}
#section-testimony .owl-carousel .item .client-scope {
  font-size: 14px;
  display: block;
  text-align: center;
}
#section-testimony .owl-carousel .item .client-feedback {
  text-align: center;
}

#section-cta {
  background: #f8f7f7;
}
#section-cta h2 {
  text-align: center;
}
#section-cta p {
  text-align: center;
}

.section-footer {
  color: #fff;
  background: #4d4d4d;
  padding-bottom: 0;
}
.section-footer hr {
  border-top: 1px solid #fff;
}
.section-footer .social-media-box a {
  margin-right: 20px;
  color: #fff;
  font-size: 21px;
}
.section-footer .company-logo {
  width: 50%;
}
.section-footer .app-logo {
  width: 70%;
}
.section-footer h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.section-footer ul li a {
  color: #fff;
  font-size: 14px;
}
.section-footer p {
  color: #fff;
  font-size: 14px;
}
.section-footer form input.form-control {
  border-radius: 5px !important;
  font-size: 14px;
}
.section-footer form button {
  font-size: 14px;
}
.section-footer .copyright {
  display: block;
  text-align: center;
}

#register-page {
  padding: 0;
}
#register-page .form-column {
  padding: 50px 80px 0;
}
#register-page .form-column .small-anchor {
  color: #f7917b;
  transition: all 0.3s;
}
#register-page .form-column .small-anchor:hover {
  text-decoration: none;
  transform: scale(0.9);
}
#register-page .form-column .small-anchor img {
  width: 20px;
}
#register-page .form-column .caption {
  color: #929292;
}
#register-page .form-column form .form-control {
  font-size: 1rem;
  border-radius: 5px;
  padding: 0.8rem 1rem;
  transition: 0.3s all;
}
#register-page .form-column form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ccc;
  outline: 0;
  box-shadow: unset;
  border-bottom: 5px solid #f7917b;
}
#register-page .form-column form label {
  font-size: 0.8rem;
}
#register-page .form-column form .btn-main {
  padding: 12px;
  border-radius: 5px;
}
#register-page .image-column {
  height: 100vh;
  padding: 0;
}
#register-page .image-column .img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=style.css.map */
