*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

:root {
  --bs-navbar-menu-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body {
  --heading-font: "Inter", sans-serif;
  --heading-font-weight: 700;
  --heading-color: #313131;
  --heading-line-height: 1.24;

  --accent-color: #cd0000;

  /* bootstrap */
  --bs-body-font-family: "Inter", sans-serif;
  --bs-body-font-size: 18px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6875rem;
  --bs-body-color: #b2b5bd;
  --bs-body-color-rgb: 143, 143, 143;

  --bs-primary: #8c907e;
  --bs-secondary: #6c757d;
  --bs-black: #313131;
  --bs-light: #ffffff;
  --bs-dark: #212529;
  --bs-gray: #d9d9d9;
  --bs-gray-dark: #51565b;

  --bs-primary-rgb: 140, 144, 126;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-black-rgb: 17, 17, 17;
  --bs-light-rgb: 241, 241, 240;
  --bs-dark-rgb: 33, 37, 41;

  --bs-link-color: #111;
  --bs-link-color-rgb: 17, 17, 17;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #111;
  --bs-link-hover-color-rgb: 17, 17, 17;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: white;
  line-height: var(--heading-line-height);
}

h6 {
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.19rem;
}

a {
  text-decoration: none;
}

/* bootstrap button style  */

.btn {
  --bs-btn-padding-x: 1.88em;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: var(--heading-font);
  --bs-btn-font-size: 1.1875rem;
  --bs-btn-font-weight: 700;
  border-radius: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  border-radius: 10px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}


.btn-close {
  --bs-btn-close-opacity: 1;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.btn-close:focus {
  box-shadow: none;
}

.navbar-toggler {
  border: none;
  background-color: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: var(--bs-navbar-menu-bg);
}

.btn-primary {
  background-color: var(--accent-color);
  border: none;
  transition: 0.7s all;
  -webkit-transition: 0.7s all;
  font-size: 16px;
  line-height: 32px;
}

.btn-primary:hover {
  background-color: #ff0101;
}

.text-primary {
  color: #ff0000 !important;
}

/*---- navigation section style start ----*/

.navbar {
  font-family: var(--heading-font);
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: #ffffff;
  --bs-navbar-hover-color: var(--accent-color);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: var(--accent-color);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
}

.nav-link {
  font-size: 1rem;
  font-weight: 700;
}

nav.navbar {
  z-index: 999999;
  background-color: rgb(0, 0, 0, 0.7);
}

.mobile-menu-bg {
  background-color: rgb(0, 0, 0, 0.7);
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: var(--accent-color) !important;
}

/*---- hero section style start ----*/

section#hero {
  background-image:
    url('../images/hero-mobile-bg.png'),
    linear-gradient(to top, #ffffff, #ffffff);
  background-position:
    center top,
    center bottom;
  background-size: 100% 90%, 100% 10%;
  background-repeat: no-repeat;
}

section#hero .title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 44px;
}

section#hero .title img{
  height: 20px;
}

section#hero .wrapper {
  max-width: 400px;
}

@media only screen and (min-width: 992px) {
  section#hero {
    background-image: url(../images/hero-desktop-bg.png);
    background-size: cover;
    background-position: unset;
  }

  section#hero .title {
    font-size: 64px;
    line-height: 77px;
  }

  section#hero .title img {
    height: 35px;
  }

  section#hero .wrapper {
    max-width: 600px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-brand {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
  }
}

section#hero .sub-title {
  font-size: 19px;
  line-height: 32px;
  color: rgb(255, 255, 255, 0.65)
}

section#hero .download-app {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.63px;
  color: #F4F7FA;
}

.p-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

section#about-us .text-container h4 {
  color: #cd0000;
  font-size: 20px;
  font-weight: 600;
}

section#about-us .text-container h5 {
  color: #161C2D;
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
}

section#about-us .text-container h2 {
  color: #161C2D;
  font-size: 40px;
  font-weight: 700;
}

section#about-us .text-container p {
  font-size: 16px;
  line-height: 32px;
  color: rgb(22, 28, 45, 0.7);
}

section#how-it-work h5 {
  font-size: 20px;
  font-weight: 500;
  color: #CD0000;
}

section#how-it-work h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: #161C2D;
}

section#how-it-work h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000000
}

section#how-it-work p {
  font-size: 16px;
  color: rgba(22, 28, 45, 0.7);
}

section#how-it-work .step-container .red-circle {
  width: 74px;
  height: 74px;
  background-color: #CD0000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

section#how-it-work .progress {
  top: calc(24px + 74px / 2);
  height: 1px;
  left: calc(100% / 6);
  right: calc(100% / 6);
  width: unset;
}

section#how-it-work .progress-bar {
  border-top: 2px dashed #D5D7DD;
  background-color: unset;
}

.blue-background {
  background: linear-gradient(225deg, #313C59 0%, #161C2D 100%);

}

section#video-thumbnail {
  background: linear-gradient(to top, #ffffff, #ffffff);
  background-size: 100% 50%;
  background-position: top;
  background-repeat: no-repeat;
}

section#features h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: #ffffff
}

section#features p {
  color: rgb(255, 255, 255, 0.65)
}

section#features .feature-container img {
  width: 40px;
  height: 40px;
}

section#features::after {
  content: " ";
  height: 3px;
  display: block;
  background: linear-gradient(to top, #b2b5bd, #b2b5bd);
  background-position: center;
  background-size: 160px;
  background-repeat: no-repeat;

}

section#customer-review h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  color: #ffffff;
}

section#customer-review .review-container {
  background-color: #ffffff;
  border: 1px solid #57595E;
  padding: 42px 35px;
  border-radius: 15px;
}

section#customer-review .review-container:nth-child(2) {
  background-color: rgb(255, 255, 255, 0.7);
}

section#customer-review .review-container:nth-child(3) {
  background-color: rgb(255, 255, 255, 0.5);
}

section#customer-review .review-container img {
  height: 110px;
  width: 110px;
}

section#customer-review .review-container h5 {
  color: #161C2D;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

section#customer-review .review-container p {
  color: #5c606c;
}

section#footer * {
  font-size: 16px;
  line-height: 26px;
}

section#footer p {
  color: rgba(22, 28, 45, 0.7);
}

section#footer .nav-link {
  color: #161C2D;
}

section#footer .nav-link:hover {
  color: #FF0000;
}

section#footer .nav-link:hover svg * {
  fill: #FF0000;
}

.copy-right {
  color: #161C2D !important;
}