/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Regular.ttf');
}

@font-face {
  font-family: Lato-Bold;
  src: url('../fonts/Lato-Bold.ttf');
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: 'Lato';
  color: #191818;
  line-height: 1.5;
}

a {
  color: #777;
  text-decoration: none;
  transition: .3s all ease;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: Lato-Bold;
  color: #000;
}

h2 {
  font-weight: 900;
}

.container {
  z-index: 2;
  position: relative;
}

section {
  overflow: hidden;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.x-icon {
  font-size: 19px !important;
  color: #EB5757 !important;
}

.check-icon {
  font-size: 19px !important;
  color: #27AE60 !important;
}

.yellow-check-icon {
  font-size: 19px !important;
  color: #FED032 !important;
}

.bullet-desc {
  padding-left: 1rem;
}

.bullet-point {
  display: flex;
  align-items: normal;
  padding-bottom: 0.75rem;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
@media screen and (min-width: 767px) {
  nav.navbar-bg {
    height: 5rem;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid gray;
    z-index: 997;
    transition: all 0.2s ease-in-out;
  }

  a.nav-link {
    font-size: 16px;
    font-weight: 600;
  }

  li.nav-item .underline {
    margin: auto;
    width: 0;
  }

  li.nav-item {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  li.nav-item .underline.active,
  li.nav-item:hover .underline {
    padding-bottom: 1.1rem;
    margin-bottom: -1.5rem;
    width: 100%;
    border-bottom: 3px solid rgb(255, 255, 255);
    transition: width 0.2s ease-in-out;
  }

  li.nav-item .underline.active {
    transition: margin-bottom 0.2s ease-in-out,
      padding-bottom 0.2s ease-in-out;
  }

  nav.navbar-bg.scrolled {
    height: 4rem;
    background-color: rgba(0, 0, 0, 1);
    border-bottom: 0;
    transition: all 0.2s ease-in-out;
  }

  li.nav-item.scrolled .underline {
    padding-bottom: 0.25rem;
    margin-bottom: -1rem;
    width: 0;
  }

  li.nav-item.scrolled .underline.active,
  li.nav-item.scrolled:hover .underline {
    width: 100%;
    border-bottom: 3px solid rgb(255, 255, 255);
    transition: width 0.2s ease-in-out;
  }

  li.nav-item.scrolled .underline.active {
    transition: margin-bottom 0.2s ease-in-out,
      padding-bottom 0.2s ease-in-out;
  }
}

@media screen and (max-width: 768px) {
  nav.navbar-bg {
    padding-top: 1rem;
    padding-bottom: 1em;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid gray;
    transition: all 0.2s ease-in-out;
  }

  nav.navbar-bg.navbar-bg-dark {
    background-color: rgba(0, 0, 0, 1);
    transition: all .1s ease-in-out;
  }

  ul.navbar-nav {
    padding-top: 1rem;
  }

  li.nav-item {
    padding-top: 0.25rem;
  }

  nav.navbar-bg.scrolled {
    background-color: rgba(0, 0, 0, 1);
    border-bottom: 0;
    transition: all 0.2s ease-in-out;
  }

  .navbar-collapse.collapse {
    height: 100vh;
    transition: all .15s linear;
  }

  .collapsing {
    transition: all .05s linear;
  }

  a.nav-link.active {
    color: #FED032 !important;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background-image: url('../images/hero_header_bg.jpg');
  background-position: 64% 0%;
  position: relative;
}

.hero-header {
  font-family: 'Lato-Bold';
  color: #FFF;
  font-weight: 800;
  font-size: 55px;
  line-height: 72px;
  padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .hero-section {
    max-height: 100vh;
    z-index: 1;
  }

  .hero-header {
    margin-top: -3rem;
    font-family: 'Lato-Bold';
    color: #FFF;
    font-weight: 800;
    font-size: 50px;
    line-height: 54px;
  }
}

.hero-section .hero-desc {
  margin: 50%;
}

.hero-section,
.hero-section>.container>.row {
  height: 824px;
  min-height: 300px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section p {
  font-size: 18px;
  color: #E8E8E8;
}

.hero-banner-text {
  font-style: normal;
  font-weight: 100;
  font-size: 20px !important;
  line-height: 24px;
  padding-bottom: 1rem;
}

.download-buttons {
  display: flex;
}

.download-button {
  overflow: hidden; 
}

.button-icon {
  width: 10rem;
  height: auto;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .hero-banner-text {
    line-height: 27px;
    font-size: 20px !important;
    padding-bottom: 1rem;
  }

}

/*--------------------------------------------------------------
# Statement Section
--------------------------------------------------------------*/
#statement-section {
  background-color: #f6f6f6;
  background-size: cover;
  position: relative;
}

.statement-card {
  border-radius: 40px;
  width: 100%;
  margin: 0rem 0rem 3rem 0rem;
  padding: 1rem 1.25rem 1rem 1.25rem;
}

.statement-card-content {
  margin: 3rem;
}

.statement-card-header {
  font-size: 29.1px;
  line-height: 40px;
  padding-bottom: 0.5rem;
}

.statement-card-text {
  font-size: 17px;
  line-height: 24px;
  padding-bottom: 0.25rem;
}

.statement-card-with-image {
  border-radius: 40px;
  padding: 1rem;
}

.statement-card-image {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .statement-card {
    width: 27rem;
    height: auto;
    margin-top: auto;
  }

  .statement-card-content {
    margin: 1rem;
  }

  .statement-card-with-image {
    width: 27rem;
  }

  .statement-card-image {
    height: 90%;
  }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
#features-section {
  background-color: #FFF;
  background-size: cover;
  position: relative;
}

.utility-bullet-point {
  display: flex;
  align-items: normal;
  padding-bottom: 0.5rem;
}

.feature-image {
  width: 80%;
}

.feature-content {
  padding: 0 1rem 0 0.5rem;
  margin: 3rem 0rem 3rem 3rem;
}

.feature-content-reverse {
  padding: 0 1rem 0 0.5rem;
  margin: 3rem 3rem 3rem 0rem;
}

@media screen and (max-width: 767px) {
  .feature-image {
    width: 90%;
  }  

  .feature-content,
  .feature-content-reverse {
    padding: 0 1rem 0 1rem;
    margin: 3rem 0.75rem 3rem 0.75rem;
  }
}

/*--------------------------------------------------------------
# Video Section
--------------------------------------------------------------*/
#video-section {
  background-color: #f6f6f6;
  background-size: cover;
  position: relative;
}

.video {
  width: 62rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .video {
    margin: 1rem;
  }
}

/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/
.accordion-item {
  margin-bottom: 0.5rem;
}

.accordion-button {
  border-radius: 12px 12px 12px 12px !important;
  border: 1px solid #000000 !important;
  transition: color .1s ease-in-out, 
  background-color .1s ease-in-out, 
  border-color .1s ease-in-out, 
  box-shadow .1s ease-in-out, 
  border-radius .1s ease-in-out
}

.accordion-button.collapsed {
  border-radius: 12px 12px 12px 12px !important;
  border: 1px solid #000000 !important;
  transition: color .1s ease-in-out, 
  background-color .1s ease-in-out, 
  border-color .1s ease-in-out, 
  box-shadow .1s ease-in-out, 
  border-radius .1s ease-in-out
}

.accordion-button {
  border-radius: 12px 12px 0 0 !important;
  border: 1px solid #000000 !important;
  transition: color .1s ease-in-out, 
  background-color .1s ease-in-out, 
  border-color .1s ease-in-out, 
  box-shadow .1s ease-in-out, 
  border-radius .1s ease-in-out
}

.accordion-collapse {
  border-radius: 0 0 12px 12px;
  background-color: #000;
  color: #FFF;
  transition-timing-function: ease-in-out;
  transition-duration: .2s;
  transition-delay: .1s;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.accordion-button.collapsed {
  transition-delay: 0.25s;
}

.accordion-button:not(.collapsed) {
  color: #FED032;
  background-color: #000000;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("/images/minus.svg");
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  content: "";
  background-image: url("/images/plus.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
}

/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/
.footer {
  padding: 2.5rem 0 0.5rem 0;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #000;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 14px;
}

.footer-section {
  background-color: #FED032;
  position: relative;
  color: #000;
}

.footer-section div a {
  color: #000;
}

.footer-content {
  padding-right: 15px;
}

.copyright-reserved {
  width: 100%;
  border-top: 1px solid #000;
  background-color: #000;
  color: rgba(255, 255, 255, 0.7);
  height: 100%;
}

.copyright-reserved p {
  margin-bottom: 0;
}

.terms-container ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.terms-container ol>li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.terms-container ol>li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.terms-container li ol>li {
  margin: 0;
}

.terms-container li ol>li:before {
  content: counters(item, ".") " ";
}

.terms-container,
.privacy-container {
  margin-top: 50px;
}

.terms-container p,
.terms-container li,
.privacy-container p,
.privacy-container li {
  text-align: justify;
}

ol.upper-roman {
  list-style-type: upper-roman;
}

ol.dotted {
  list-style-type: disc;
}

ol.circle {
  list-style-type: circle;
}

.hi-light-yellow {
  background-color: #ffd032;
}

.privacy-container h2.title {
  text-align: center;
}

.privacy-container li.mb-4 {
  font-weight: bold;
}

.business {
  width: 50%;
  margin: auto;
  opacity: 90%;
  padding-bottom: 3rem;
}

.footer-bullets {
  display: flex;
  align-items: baseline;
}

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

.img-border {
  border-radius: 40px;
}

p.about {
  text-align: justify;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

h4.footer-headers {
  font: 'Lato';
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 0.75rem;
}

span.spacer {
  margin: auto 1rem;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1f1f21;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3f3f40;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
  min-height: 160px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header Privacy and Terms
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}

#header.header-scrolled {
  background: rgba(37, 37, 37, 0.80);
  height: 60px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}

#header .logo a {
  color: #fff;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}