/* roboto-100 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-100.eot");
  /* IE9 Compat Modes */
  src: url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-100.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-100.woff2") format("woff2"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-100.woff") format("woff"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-100.ttf") format("truetype"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-100.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-300.woff2") format("woff2"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-300.woff") format("woff"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-300.ttf") format("truetype"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-regular.woff2") format("woff2"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-regular.woff") format("woff"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-regular.ttf") format("truetype"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-500.woff2") format("woff2"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-500.woff") format("woff"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-500.ttf") format("truetype"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-700.woff2") format("woff2"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-700.woff") format("woff"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-700.ttf") format("truetype"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-900.woff2") format("woff2"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-900.woff") format("woff"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-900.ttf") format("truetype"), url("../../../assets/fonts/roboto-v30-latin/roboto-v30-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */
}
.row {
  width: 100%;
  display: block;
  position: relative;
}

.col-12,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  display: inline-block;
  box-sizing: border-box;
}

.col-12 {
  width: 100%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 45%;
}

.col-4 {
  width: 32.5%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16%;
}

.col-1 {
  width: 8%;
}

.v-align-m * {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .col-12,
.col-6,
.col-4,
.col-3,
.col-2,
.col-1 {
    width: 100%;
  }
}
:root {
  color-scheme: only light;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f5efeb;
  margin: 0;
  font-family: "Roboto", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  scroll-behavior: smooth;
}

*:focus {
  border: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #222831;
  font-family: "Roboto";
}
a:hover {
  color: #280a00;
}

img {
  width: 100%;
  height: auto;
}

.btn {
  border: none;
  background-color: #f7931e;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
}

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-unstyled li {
  margin-bottom: 6px;
}

.t-center {
  text-align: center;
}

.m0 {
  margin: 0;
}

.ar-wrap {
  max-width: 1300px;
  height: 100%;
  margin: auto;
  position: relative;
}

.site-navbar {
  width: 100%;
  position: fixed;
  padding: 5px 20px 5px 20px;
  background-color: #f5efeb;
  z-index: 9999;
}
.site-navbar .nb-logo {
  width: 250px;
  height: auto;
  display: inline-block;
}
.site-navbar .nb-logo a img {
  vertical-align: middle;
}
.site-navbar .nb-nav {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.site-navbar .nb-nav .site-menu li {
  display: inline-block;
  margin: 5px 5px;
  vertical-align: middle;
  cursor: pointer;
}
.site-navbar .nb-nav .site-menu li a {
  font-size: 1.2rem;
}
.site-navbar .nb-nav .site-menu .social-first {
  margin-left: 50px;
}
.site-navbar .nb-nav .site-menu .social {
  border: 1px solid #222831;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  text-align: center;
  z-index: 1;
  position: relative;
}
.site-navbar .nb-nav .site-menu .social a .fa-brands {
  vertical-align: middle;
  margin-top: 2px;
  font-size: 1rem;
  color: #f7931e;
}
.site-navbar .nb-nav .site-menu .has-children .dropdown {
  display: none;
}
.site-navbar .nb-nav .site-menu .has-children .show-dropdown {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
}
.site-navbar .nb-nav .site-menu .has-children .show-dropdown a {
  color: #746059;
  font-size: 1rem;
}
.site-navbar .nb-nav .site-menu .has-children .show-dropdown a:hover {
  color: #222831;
}
.site-navbar .nb-nav .site-menu-toggle {
  display: none;
  position: absolute;
  right: 0;
}
.site-navbar .nb-nav .site-menu-toggle .fa-solid {
  font-size: 2rem;
}

.page_home,
.page_about,
.page_contact,
.page_features {
  width: 100%;
  display: inline-block;
}

.page_home {
  min-height: 100vh;
  padding-top: 100px;
  text-align: center;
}
.page_home .home_barchar {
  height: 70%;
  position: absolute;
  width: auto;
}
.page_home .home_barchar img {
  height: 100%;
  width: auto;
}
.page_home .phones-screens {
  width: 100%;
  height: 100%;
  text-align: right;
}
.page_home .phones-screens .phone-img {
  margin: 10px;
  display: inline-block;
  width: 15%;
}
.page_home .phones-screens .phone-img img {
  height: auto;
  width: 100%;
}
.page_home .home-title {
  text-align: right;
  font-size: 3.5rem;
  width: 100%;
  font-weight: 300;
  margin-top: 20px;
}

.page_about {
  text-align: center;
}
.page_about .about-title {
  text-align: center;
  font-size: 3.5rem;
  position: relative;
  color: #603813;
  margin-bottom: 50px;
}
.page_about .about-title::after {
  position: absolute;
  content: "";
  width: 10%;
  left: 0;
  top: 84px;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #603813;
  margin: auto;
}
.page_about p {
  font-size: 1.2rem;
}

.page_features .row {
  margin-top: 50px;
}
.page_features .feature-img {
  filter: grayscale(1);
  cursor: pointer;
  transition: all 1s;
}
.page_features .feature-img:hover {
  filter: grayscale(0);
}

.page_contact {
  text-align: center;
  margin-top: 50px;
}
.page_contact .about-title {
  text-align: center;
  font-size: 2.8rem;
  position: relative;
  color: #603813;
  margin-bottom: 50px;
}
.page_contact .about-title::after {
  position: absolute;
  content: "";
  width: 10%;
  left: 0;
  top: 84px;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #603813;
  margin: auto;
}
.page_contact form .form-col-4 {
  width: 30%;
}
.page_contact form .form-col-12 {
  width: 96%;
}
.page_contact form input {
  height: 35px;
  padding: 5px 5px 5px 20px;
  margin: 5px;
  border-radius: 4px;
  border: 1px solid #000;
  background-color: transparent;
  font-size: 1.2rem;
}
.page_contact form input::placeholder {
  color: rgb(177, 177, 177);
  text-transform: uppercase;
}
.page_contact form textarea {
  height: 35px;
  padding: 20px 5px 10px 22px;
  margin: 5px;
  border-radius: 4px;
  border: 1px solid #000;
  background-color: transparent;
  resize: vertical;
  min-height: 200px;
  font-size: 1.2rem;
}
.page_contact form textarea::placeholder {
  color: rgb(177, 177, 177);
  text-transform: uppercase;
}
.page_contact form .form-check-input,
.page_contact form .form-check-label {
  display: inline-block;
  vertical-align: middle;
}
.page_contact form .terms_agree {
  width: auto;
  margin-left: 20px;
  float: left;
}
.page_contact form .send_btn {
  width: auto;
  margin-right: 20px;
  float: right;
  cursor: pointer;
}
.page_contact .response {
  clear: both;
  color: rgb(41, 41, 41);
}
.page_contact .response .link {
  color: #f7931e;
}

.page_footer {
  min-height: 100px;
  background-color: #f7931e;
  margin-top: 20px;
  padding-top: 30px;
}
.page_footer p {
  line-height: 1.6rem;
  font-size: 1rem;
  color: #222831;
}
.page_footer .col-4 {
  vertical-align: top;
}
.page_footer .footer-heading {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #222831;
  position: relative;
  padding-bottom: 15px;
}
.page_footer .footer-heading:before {
  content: "";
  background: #f5efeb;
  width: 25%;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.page_footer .col-padding-right {
  padding-right: 40px;
  box-sizing: border-box;
}
.page_footer .sub-menu a {
  color: #222831;
}
.page_footer .sub-menu a:hover {
  color: #280a00;
}
.page_footer .social-icon {
  color: #222831;
  margin-right: 5px;
}
.page_footer .social-icon:hover {
  color: #f5efeb;
}
.page_footer .disabled {
  color: #e98520;
  cursor: default;
}
.page_footer .disabled:hover {
  color: #e98520;
}
.page_footer .copyright {
  text-align: center;
  font-size: 0.7rem;
  color: #f5efeb;
  border-top: 1px solid #f5efeb;
  margin-top: 25px;
}
.page_footer .copyright p {
  font-size: 0.8rem;
  margin: 0px;
}

.terms-and-conditions h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #585858;
  margin: 25px 0 0 0;
}
.terms-and-conditions p {
  font-size: 0.9rem;
  line-height: 1.6rem;
  margin: 10px 24px 10px 24px;
  text-align: justify;
}
.terms-and-conditions .update_time {
  text-align: right;
  font-size: 0.9rem;
}
.terms-and-conditions .par_title {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
.terms-and-conditions .app-name {
  font-weight: bold;
}

@media screen and (max-width: 1440px) {
  .page_home .phones-screens .phone-img {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  ul {
    margin: 0;
    padding: 0;
  }

  .ar-wrap {
    padding: 0px 0px;
  }

  .site-navbar {
    padding: 0px;
  }
  .site-navbar .nb-logo {
    padding-left: 20px;
  }
  .site-navbar .nb-nav {
    top: 0px;
  }
  .site-navbar .nb-nav .site-menu-toggle {
    position: fixed;
    display: block;
    right: 20px;
    top: 15px;
    z-index: 1;
  }
  .site-navbar .nb-nav .smt-center {
    right: 85%;
  }
  .site-navbar .nb-nav .site-menu {
    display: none;
    text-align: left;
    padding-top: 30%;
    padding-left: 28px;
    background-color: #f5efeb;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: 0;
  }
  .site-navbar .nb-nav .site-menu li {
    width: 100%;
    margin: 5px 0px;
  }
  .site-navbar .nb-nav .site-menu .social-first {
    margin: 5px;
  }
  .site-navbar .nb-nav .site-menu .social {
    margin: 100px 5px 5px 5px;
  }
  .site-navbar .nb-nav .site-menu .has-children .dropdown {
    display: none;
  }
  .site-navbar .nb-nav .site-menu .has-children .show-dropdown {
    display: block;
    position: relative;
    top: 0px;
    padding: 15px;
  }

  .page_home .home_barchar {
    opacity: 0.5;
    height: 50%;
  }
  .page_home .phones-screens {
    text-align: center;
  }
  .page_home .phones-screens .phone-img {
    height: auto;
    width: 25%;
  }
  .page_home .phones-screens .phone-img img {
    width: 100%;
    height: auto;
  }
  .page_home .home-title {
    text-align: center;
    font-size: 2.5rem;
    padding: 0px 20px;
    margin-top: 40px;
    width: auto;
  }
  .page_home .badge {
    width: 60%;
  }

  .page_features .col-1 {
    width: 32%;
  }

  .page_contact .about-title::after {
    width: 40%;
    top: 130px;
  }
  .page_contact form {
    position: relative;
  }
  .page_contact form .form-col-4 {
    width: 100%;
  }
  .page_contact form .form-col-12 {
    width: 100%;
  }
  .page_contact form input {
    height: 48px;
    box-sizing: border-box;
  }
  .page_contact form textarea {
    box-sizing: border-box;
  }
  .page_contact form .terms_agree {
    width: 100%;
    margin: 0px;
  }
  .page_contact form .send_btn {
    width: 80%;
    margin: 0px;
    float: none;
    display: inline-block;
    cursor: pointer;
  }

  .page_footer {
    text-align: center;
  }
  .page_footer .footer-heading:before {
    width: 50%;
    margin: auto;
    left: 0;
    right: 0;
  }
  .page_footer .col-padding-right {
    padding: 20px;
  }
}
/*# sourceMappingURL=style.css.map */