body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

#falconLogo {
  color: #fff;
}

.falcon .falcon-header {
  background-color: #000;
}
.falcon .header-wrapper {
  background-color: #000;
}
@media (min-width: 992px) {
  .falcon .header-wrapper {
    display: flex;
  }
}
.falcon .header-wrapper .logo-wrapper {
  display: none;
}
.falcon .header-wrapper .logo-wrapper .logoText {
  color: #431fd1;
}
.falcon .header-wrapper .logo-wrapper .logoText p {
  font-weight: 800;
  margin: 0;
  margin-left: -10pt;
  line-height: 21pt;
  font-size: 18pt;
  text-transform: uppercase;
  color: white;
}
.falcon .header-wrapper .logo-wrapper .logoText .human {
  letter-spacing: 7pt;
}
.falcon .header-wrapper .logo-wrapper .logoText .digital {
  letter-spacing: 4pt;
}
.falcon .header-wrapper .logo-wrapper .logoText .view {
  letter-spacing: 7pt;
}
@media (min-width: 992px) {
  .falcon .header-wrapper .logo-wrapper {
    display: flex;
    width: 300px;
    height: 160px;
    background-color: #000;
    padding: 20px;
    align-items: center;
    justify-content: center;
  }
}
.falcon .header-wrapper .logo-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.falcon .header-wrapper .navbar-brand {
  width: 150px;
  display: flex;
}
.falcon .header-wrapper .navbar-brand p {
  font-weight: 800;
  margin: 0;
  margin-left: -10pt;
  margin-top: 10pt;
  line-height: 24pt;
  font-size: 18pt;
  text-transform: uppercase;
  color: white;
}
.falcon .header-wrapper .navbar-brand .human {
  letter-spacing: 7pt;
}
.falcon .header-wrapper .navbar-brand .digital {
  letter-spacing: 4pt;
}
.falcon .header-wrapper .navbar-brand .view {
  letter-spacing: 7pt;
}
@media (min-width: 992px) {
  .falcon .header-wrapper .navbar-brand {
    display: none;
  }
}
.falcon .header-wrapper .navbar-toggler-icon {
  background: url("https://web.falconxp.com/static/web/assets/menu.png") no-repeat scroll center center;
  background-size: 100%;
}
@media (min-width: 992px) {
  .falcon .header-wrapper .menu-wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
}
.falcon .header-wrapper .menu-wrapper .top-menu {
  /*border-radius: 10pt;*/
  border-bottom-left-radius: 10pt;
  border-bottom-right-radius: 10pt;
  /*background-color: $black;*/
  background-color: white;
  color: black;
  display: none;
}
@media (min-width: 992px) {
  .falcon .header-wrapper .menu-wrapper .top-menu {
    display: block;
  }
}
.falcon .header-wrapper .menu-wrapper .top-menu ul {
  display: flex;
  margin: 0;
  justify-content: space-between;
  padding: 10px 0;
}
.falcon .header-wrapper .menu-wrapper .top-menu ul li {
  padding: 5px 20px;
  /*color: $white;*/
  color: black;
  font-weight: 500;
}
.falcon .header-wrapper .menu-wrapper .top-menu ul li:last-child {
  border: 0;
}
.falcon .header-wrapper .menu-wrapper .top-menu ul li .menu-icon {
  margin-right: 10px;
}
.falcon .header-wrapper .menu-wrapper .top-menu ul li .call-header {
  /*color: $white;*/
  color: black;
  text-decoration: none;
}
.falcon .header-wrapper .menu-wrapper .navbar {
  background-color: #000;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .falcon .header-wrapper .menu-wrapper .navbar {
    padding: 25px 0;
    flex: 1;
  }
}
.falcon .header-wrapper .menu-wrapper .navbar .navbar-nav {
  justify-content: flex-end;
}
.falcon .header-wrapper .menu-wrapper .navbar .nav-item {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .falcon .header-wrapper .menu-wrapper .navbar .nav-item {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.falcon .header-wrapper .menu-wrapper .navbar .nav-link {
  color: #ffffff;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 20px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.falcon .header-wrapper .menu-wrapper .navbar .nav-link:hover, .falcon .header-wrapper .menu-wrapper .navbar .nav-link:active, .falcon .header-wrapper .menu-wrapper .navbar .nav-link:focus, .falcon .header-wrapper .menu-wrapper .navbar .nav-link.active {
  border-color: #ffffff;
}
.falcon .header-wrapper .menu-wrapper .navbar .nav-link.quote {
  background-color: #ffffff;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.falcon .hero-section {
  background: url("https://web.falconxp.com/static/web/assets/Website.photo.1.jpg") no-repeat scroll center center;
  background-size: cover;
  padding: 50px 0;
}
.falcon .hero-section h1 {
  color: #ffffff;
  font-size: 8rem;
  line-height: 120px;
  font-weight: 900;
  margin-bottom: 24px;
  text-shadow: 2px 2px #000;
}
.falcon .hero-section h1 span {
  color: #000;
  font-size: 8rem;
  font-weight: 800;
  text-shadow: 2px 2px #000000;
}
@media (max-width: 992px) {
  .falcon .hero-section h1 {
    font-size: 6rem;
    text-align: center;
  }
  .falcon .hero-section h1 span {
    font-size: 6rem;
  }
}
@media (max-width: 375px) {
  .falcon .hero-section h1 {
    font-size: 5rem;
    text-align: center;
  }
  .falcon .hero-section h1 span {
    font-size: 5rem;
  }
}
.falcon .hero-section .hero-card-wrapper {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .falcon .hero-section .hero-card-wrapper {
    display: flex;
  }
}
.falcon .hero-section .hero-card-wrapper .hero-card-wrap {
  flex: 1;
}
@media (min-width: 992px) {
  .falcon .hero-section .hero-card-wrapper .hero-card-wrap {
    margin-right: 20px;
  }
  .falcon .hero-section .hero-card-wrapper .hero-card-wrap:last-child {
    margin-right: 0;
  }
}
.falcon .hero-section .hero-card-wrapper .hero-card {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 20px;
  min-height: 90px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  border-radius: 20px;
  border-top: 8px solid #000;
  box-shadow: 0px 8px 40px 0px rgba(54, 54, 54, 0.12);
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  margin-bottom: 8pt;
}
@media (min-width: 992px) {
  .falcon .hero-section .hero-card-wrapper .hero-card {
    justify-content: center;
    margin-bottom: 0pt;
  }
}
.falcon .hero-section .hero-card-wrapper .hero-card .card-icon {
  max-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.falcon .call-btn {
  color: #ffffff;
  background-color: #000;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
}
.falcon .call-btn:hover, .falcon .call-btn:active, .falcon .call-btn:focus {
  color: #ffffff;
}
.falcon .owl-carousel .owl-stage {
  display: flex;
}
.falcon .owl-carousel .item {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  height: 100%;
}
.falcon .service-section {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .falcon .service-section {
    background: url("https://web.falconxp.com/static/web/assets/service-bg.png") no-repeat scroll top right;
  }
}
.falcon .service-section h1 {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}
.falcon .service-section h1 span {
  display: block;
  color: #000;
}
.falcon .service-section .service-carousel {
  margin: 40px 0 0;
  position: relative;
}
.falcon .service-section .service-carousel .item {
  border-radius: 6px;
  border: 1px solid #000;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
}
.falcon .service-section .service-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.falcon .service-section .service-carousel .center .item {
  opacity: 1;
}
.falcon .owl-nav {
  position: absolute;
  top: -85px;
  right: 0;
  margin: 0;
}
.falcon .owl-theme .owl-nav [class*=owl-] {
  border: 1px solid #000;
  color: #000;
  background-color: #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 10px;
}
.falcon .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #000;
  color: #ffffff;
}
.falcon .delivery-section {
  background-color: #000;
  color: #ffffff;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .falcon .delivery-section .delivery-section-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .falcon .delivery-section .delivery-section-wrapper > div {
    width: 50%;
  }
}
.falcon .delivery-section .delivery-section-wrapper .call-btn {
  background-color: #ffffff;
  color: #000;
}
.falcon .delivery-section .delivery-section-wrapper .delivery-txt-wrapper {
  padding-bottom: 30px;
}
.falcon .delivery-section .delivery-section-wrapper .delivery-txt-wrapper h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .falcon .delivery-section .delivery-section-wrapper .delivery-txt-wrapper {
    padding-right: 30px;
    padding-bottom: 0;
  }
}
.falcon .delivery-section .delivery-section-wrapper .delivery-count-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}
.falcon .delivery-section .delivery-section-wrapper .delivery-count-wrapper .delivery-count {
  padding: 10px 20px;
  border-right: 1px solid #ffffff;
}
.falcon .delivery-section .delivery-section-wrapper .delivery-count-wrapper .delivery-count h1 {
  font-family: "Heebo", sans-serif;
  font-size: 60px;
  line-height: 88px;
  font-weight: 700;
  margin-bottom: 0;
}
.falcon .delivery-section .delivery-section-wrapper .delivery-count-wrapper .delivery-count p {
  margin: 0;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.falcon .delivery-section .delivery-section-wrapper .delivery-count-wrapper .delivery-count:last-child {
  border: 0;
}
.falcon .map-section {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .falcon .map-section {
    padding: 100px 0;
    background-image: url("https://web.falconxp.com/static/web/assets/map-bg-left.png"), url("https://web.falconxp.com/static/web/assets/map-bg-right.png");
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    background-size: 35% 25%, 28% 23%;
  }
}
.falcon .map-section h1 {
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}
.falcon .map-section h1 span {
  color: #000;
}
.falcon .map-section .map-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .falcon .map-section .map-wrapper {
    max-width: 50%;
  }
}
.falcon .map-section .map-wrapper img {
  width: 100%;
}
.falcon .testimonial-section .testimonial-header {
  margin-bottom: 30px;
}
.falcon .testimonial-section .testimonial-header h1 {
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}
.falcon .testimonial-section .testimonial-header p {
  width: 50%;
  font-weight: 400;
  font-size: 20px;
  font-family: "Heebo", sans-serif;
}
.falcon .testimonial-section .testimonial-carousel {
  margin: 30px 0;
}
.falcon .testimonial-section .testimonial-carousel .item {
  background-color: #000;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  color: #ffffff;
}
.falcon .testimonial-section .testimonial-carousel .item a {
  text-decoration: none !important;
  color: #ffffff;
}
.falcon .testimonial-section .testimonial-carousel .item p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  font-family: "Heebo", sans-serif;
}
.falcon .testimonial-section .testimonial-carousel .item .rating-wrapper {
  margin: 30px 0 20px;
}
.falcon .testimonial-section .testimonial-carousel .item .rating-wrapper i {
  color: yellow;
}
.falcon .testimonial-section .testimonial-carousel .item .user-wrapper {
  text-align: center;
}
.falcon .testimonial-section .testimonial-carousel .item .user-wrapper .user-pic {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.falcon .testimonial-section .testimonial-carousel .item .user-wrapper h5 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .falcon .hiring-section {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .falcon .hiring-section .hiring-img {
    width: 50%;
  }
}
.falcon .hiring-section .hiring-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.falcon .hiring-section .hiring-txt-wrapper {
  background-color: #000;
  color: #ffffff;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .falcon .hiring-section .hiring-txt-wrapper {
    width: 50%;
  }
}
.falcon .hiring-section .hiring-txt-wrapper .hiring-wrapper {
  width: 75%;
}
.falcon .hiring-section .hiring-txt-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.falcon .hiring-section .hiring-txt-wrapper p {
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  font-family: "Heebo", sans-serif;
  margin-bottom: 20px;
}
.falcon .hiring-section .hiring-txt-wrapper .hiring-help-txt {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  font-family: "Heebo", sans-serif;
}
.falcon .hiring-section .hiring-txt-wrapper .call-btn {
  color: #000;
  background-color: #ffffff;
}
.falcon .latest-post-section {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .falcon .latest-post-section {
    padding: 100px 0;
    background-image: url("https://web.falconxp.com/static/web/assets/post-bg-left.png"), url("https://web.falconxp.com/static/web/assets/post-bg-right.png");
    background-position: 0% 15%, 100% 85%;
    background-repeat: no-repeat;
  }
}
.falcon .latest-post-section .block-title {
  margin-bottom: 40px;
}
.falcon .latest-post-section .block-title h1 {
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}
.falcon .latest-post-section .block-title h1 span {
  color: #000;
}
.falcon .latest-post-section .post-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .falcon .latest-post-section .post-wrapper {
    margin-bottom: 0;
  }
}
.falcon .latest-post-section .post-wrapper img {
  width: 100%;
}
.falcon .latest-post-section .post-wrapper .post-header {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .falcon .latest-post-section .post-wrapper .post-header {
    display: flex;
  }
}
.falcon .latest-post-section .post-wrapper .post-header h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  flex: 1;
}
@media (min-width: 992px) {
  .falcon .latest-post-section .post-wrapper .post-header h2 {
    margin: 0 20px 0 0;
  }
}
.falcon .latest-post-section .post-wrapper .post-header p {
  margin: 0;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}
.falcon .latest-post-section .post-wrapper .post-header.latest h2 {
  font-size: 50px;
  line-height: 70px;
}
.falcon .falcon-footer {
  color: #ffffff;
}
.falcon .falcon-footer .top-footer {
  background-color: #000;
  padding: 30px 0;
}
.falcon .falcon-footer .top-footer .footer-logo {
  max-width: 300px;
  margin: 0 auto 10px;
}
.falcon .falcon-footer .top-footer .footer-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media (min-width: 992px) {
  .falcon .falcon-footer .top-footer .footer-menu ul {
    flex-direction: row;
  }
}
.falcon .falcon-footer .top-footer .footer-menu ul li {
  margin: 0 10px;
}
.falcon .falcon-footer .top-footer .footer-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}
.falcon .falcon-footer .bottom-footer {
  background-color: #000000;
  padding: 5px 0;
  text-align: center;
  font-weight: 500;
}
.falcon .about-section,
.falcon .contact-section {
  padding: 50pt 0;
}
.falcon .about-section h1,
.falcon .contact-section h1 {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}
.falcon .about-section h1 span,
.falcon .contact-section h1 span {
  display: block;
  color: #000;
}
.falcon .about-section h2,
.falcon .contact-section h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}
.falcon .about-section p,
.falcon .contact-section p {
  font-weight: 400;
  font-size: 20px;
  font-family: "Heebo", sans-serif;
}
.falcon .about-section ul li,
.falcon .contact-section ul li {
  font-weight: 200;
  font-size: 20px;
  font-family: "Heebo", sans-serif;
  padding-bottom: 16pt;
}
.falcon .contact-section h3 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}

.requestService {
  color: #000;
}

.intro-home {
  background-color: #1a1919;
  color: #fff;
  padding: 16pt 0;
}
.intro-home .container {
  display: flex;
  flex-direction: column;
}
.intro-home .container .slogan {
  text-align: center;
  font-size: xx-large;
  font-weight: bolder;
  text-transform: uppercase;
}
.intro-home .container .iconBox .grid-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.intro-home .container .iconBox .grid-item {
  font-size: 100pt;
  padding: 20px;
  text-align: center;
}
.intro-home .container .iconBox .grid-item p {
  font-size: 20pt;
}

.service {
  background-color: #302f2f;
  text-align: center;
}
.service .service-item {
  margin: 16pt 0;
  padding: 20%;
  display: flex;
  flex-direction: column;
  place-content: center;
  height: 50vh;
  background-repeat: no-repeat;
  background-size: cover; /* Adjusts the image size to cover the entire container */
  background-position: center; /* Centers the background image */
  overflow: hidden;
}
.service .service-item .groupText {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 16pt;
  border-radius: 50%;
}
.service .service-item h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: xx-large;
}
.service .service-item p {
  font-size: large;
  font-weight: bold;
}
.service .brand {
  background-image: url(./../assets/service/branding.jpg);
}
.service .design {
  background-image: url(./../assets/service/design-prototype.jpg);
}
.service .web {
  background-image: url(./../assets/service/app.jpg);
}
.service .digital {
  background-image: url(./../assets/service/market.jpg);
}
.service .art {
  background-image: url(./../assets/service/art.jpg);
}
.service .iot {
  background-image: url(./../assets/service/iot.jpg);
}

.about-section {
  background-color: #535252;
  color: #fff;
  letter-spacing: 1pt;
  line-height: 30pt;
}

.contact,
.contact-section {
  background-color: #535252;
  color: #fff;
  padding: 16pt;
}

.skillInfo {
  gap: 16pt;
  display: flex;
  flex-wrap: wrap;
  color: #000;
}

.clientsSay {
  display: none;
}
.clientsSay ul {
  text-decoration: none;
}
.clientsSay ul li {
  text-decoration: none;
}