﻿@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-ExtraLight.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-ExtraBold.woff2") format("woff2");
  font-weight: 800;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Black.woff2") format("woff2");
  font-weight: 800;
}
/*  BRAND  */
/*  SECTION BACKGROUND COLORS  */
/*   OTHERS   */
@media screen and (max-width: 768px) {
  header {
    padding: 10px 0;
  }
  header img {
    height: 50px;
    margin: 0 auto;
    display: block;
  }
  .hero {
    padding: 30px 0;
  }
  .hero .hero-wrapper h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .hero .hero-wrapper p {
    font-size: 20px;
  }
  .hero .hero-wrapper .button-block {
    padding: 5px 0 5px 0;
  }
  .solutions .solutions-wrapper .solution-item {
    padding: 20px 0;
  }
  .solutions .solutions-wrapper .solution-item .solution-content-wrapper {
    flex-direction: column-reverse !important;
  }
  .solutions .solutions-wrapper .solution-item .content {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .solutions .solutions-wrapper .solution-item .content h3 {
    margin: 12px 0 !important;
    text-align: center;
  }
  .solutions .solutions-wrapper.text-right .solution-content-wrapper {
    flex-direction: column-reverse !important;
  }
  .solutions .solutions-wrapper.text-left .solution-content-wrapper {
    flex-direction: column-reverse !important;
  }
  .social-proof {
    padding: 0px 0;
  }
  .social-proof .social-proof-wrapper h3 {
    margin: 12px 0 !important;
  }
  .social-proof .social-proof-items {
    display: block;
  }
  .social-proof .social-proof-items .social-proof-item {
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .faqs {
    padding: 0 0 40px 0;
  }
  .faqs .faqs-section-wrapper h3 {
    margin: 12px 0 !important;
    text-align: center;
  }
  .faqs .faqs-section-wrapper .accordion .accordion-header .accordion-button {
    font-size: 16px;
  }
  footer {
    padding: 20px 0;
  }
  footer .footer-container {
    display: block;
  }
  footer .footer-container .footer-item:nth-of-type(1) {
    padding-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-container .footer-item .contact-container {
    display: block;
  }
}
