@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0px;
  margin: 0px;
  outline: none;
}
a {
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  outline: none;
  color: #323232;
}
a:hover {
  text-decoration: none;
}
a,
a:hover,
button,
header {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
ul,
li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
img {
  padding: 0px;
  margin: 0px;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}
.cmt-20 {
  margin-top: 20px;
}

html {
  width: 100%;
}
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  color: #333333;
  font-weight: normal;
  line-height: normal;
  font-family: "Lato", serif !important;
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  padding: 12px 0;
  background: #ffffff;
  box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.1);
}
.header .navbar-brand {
  padding: 0px;
  margin: 0px;
}
.header .navbar-nav {
  gap: 58px;
}
.header .navbar-nav .nav-item .nav-link {
  color: #a6a6a6;
  padding: 0px;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
}
.header .navbar-nav .nav-item .nav-link.active {
  color: #8b8b8b;
  border-color: #8b8b8b;
}
.content-area {
  padding-top: 54px;
}
.home-banner {
  background: url(../images/banner-bg.jpg) no-repeat center right;
  background-size: cover;
  padding-top: 109px;
  padding-bottom: 73px;
}
.home-banner h1 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  line-height: normal;
}
.home-banner p {
  font-size: 18px;
  color: #eaeaea;
  margin: 16px 0 24px 0;
}
.default-btn {
  background: #8c8c8c;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 12px;
  min-width: 203px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
}
.default-btn:hover {
  background: #ffffff;
  color: #000;
}
.section-title {
  color: #323232;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.04px;
  min-height: 70px;
}
.why-section {
  padding: 77px 0 80px 0;
}
.section-title span {
  color: #8c8c8c;
}
.why-content p {
  font-size: 22px;
  font-weight: 500;
  color: #323232;
  line-height: 31px;
  margin: 0px;
}
.why-picture {
  position: relative;
  display: inline-block;
}
.why-picture img {
  border-radius: 12px;
  box-shadow: 0px 14px 44px 0px #0000001f;
}
.why-picture::after {
  content: "";
  position: absolute;
  top: -24px;
  right: -24px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #ebebeb;
  z-index: -1;
}
.features-content-row {
  padding: 10px;
}
.features-content-row + .features-content-row {
  margin-top: 100px;
}
.features-content-row h2 {
  font-size: 200px;
  font-weight: 900;
  letter-spacing: 0.04px;
  color: #f6f6f6;
}
/* .features-info {
  padding-left: 28px;
  margin-top: -100px;
} */
.features-info.bigpmargin {
  padding-left: 64px;
  margin-top: -140px;
}
.features-title {
  /* position: relative; */
  color: #8b8b8b;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04px;
}
.features-info p {
  color: #323232;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04px;
  line-height: 29px;
  margin: 26px 0;
}
.features-info h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04px;
  line-height: 29px;
  color: #323232;
  margin-bottom: 20px;
}
.features-info ul {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(2, 1fr);
}
.features-info ul li {
  background: url(../images/arrow-right.svg) no-repeat center left;
  background-size: 24px;
  padding-left: 40px;
  font-size: 22px;
  line-height: 30px;
  color: #323232;
  letter-spacing: 0.04px;
}
.features-picture {
  position: relative;
  width: 503px;
  max-width: 100%;
  aspect-ratio: 1;
  text-align: center;
}
.features-picture::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #f9f9f9;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: -1;
}
.features-picture img {
  mix-blend-mode: luminosity;
}
.process-section {
  padding: 80px 0;
}
.process-section .section-title {
  margin-bottom: 60px;
}
.img-mix-blend-mode {
  mix-blend-mode: luminosity;
}
.process-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.process-info li {
  padding-left: 50px;
  border-left: 14px solid transparent;
}
.process-info li h3 {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
}
.process-info li p {
  margin: 10px 0 0 0;
  font-size: 20px;
}
.download-app-content {
  background: linear-gradient(90deg, #004071 0%, #007ad7 100%);
  mix-blend-mode: luminosity;
  border-radius: 20px;
  padding-right: 87px;
  display: flex;
  align-items: center;
  margin-top: 64px;
}
.download-app-content .download-app-info {
  flex: 1;
  padding: 57px 60px;
}
.download-app-content .download-app-picture {
  flex: none;
  margin-top: -64px;
  box-shadow: 0px -13px 44px 0px #0000001f;
  border-radius: 60px;
}
.faq-section {
  padding: 80px 0;
}
.download-app-info h3 {
  font-size: 36px;
  font-weight: 900;
  color: #fcfcfc;
  margin-bottom: 30px;
}
.download-app-info span {
  font-size: 18px;
  font-weight: 500;
  color: #fcfcfc;
}
.download-app-info ul {
  margin-top: 20px;
  display: flex;
  gap: 24px;
}
.download-app-info ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  border-radius: 10px;
  min-width: 254px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #828282;
}
.download-app-info ul li a span {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.04px;
  color: #fcfcfc;
}
.download-app-info ul li a:hover {
  background: #000;
}
.faq-title h3 {
  font-size: 36px;
  font-weight: 600;
  color: #101828;
}
.faq-title p {
  font-size: 20px;
  color: #667085;
  margin: 20px 0 64px 0;
}
.faq-section .accordion {
  padding: 0 32px;
}
.faq-section .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #eaecf0;
  padding-bottom: 32px;
}
.faq-section .accordion .accordion-item:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.faq-section .accordion .accordion-item + .accordion-item {
  margin-top: 24px;
}
.faq-section .accordion .accordion-button {
  background: transparent;
  padding: 0px;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  color: #101828;
  line-height: 28px;
}
.faq-section .accordion .accordion-body {
  padding: 0px;
  padding-right: 48px;
  margin-top: 8px;
}
.faq-section .accordion .accordion-body p {
  font-size: 16px;
  color: #667085;
  margin: 0px;
}
.faq-section .accordion .accordion-body p + p {
  margin-top: 10px;
}
.faq-section .accordion-button::after {
  content: "";
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  margin-left: auto;
  background-image: url(../images/plus-circle.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  transition: transform 0.2s ease-in-out;
}
.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus-circle.svg);
  transform: rotate(-180deg);
}
.footer {
  background: #323232;
  padding: 50px 0;
}
.footer .footer-content {
  display: flex;
  justify-content: space-between;
}
.footer-info .logo img {
  filter: brightness(0) invert(1);
}
.footer-info p {
  font-size: 18px;
  color: #ffffff;
  line-height: 23px;
  margin: 30px 0 15px 0;
}
.footer-info ul {
  display: flex;
  gap: 21px;
}
.footer-info ul li a {
  width: 50px;
  aspect-ratio: 1;
  background: #4b4b4b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-info ul li a:hover {
  background: #000;
}
.footer-links h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
.footer-links ul li {
  margin-top: 20px;
}
.footer-links ul li a {
  padding: 10px 0 10px 30px;
  background: url(../images/alt-arrow-left.svg) no-repeat center left;
  background-size: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
  display: inline-block;
}
.inner-banner {
  background: url(../images/contact-banner-bg.jpg) no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
  padding-top: 140px;
  padding-bottom: 107px;
  text-align: center;
}
.inner-banner h1 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
}
.inner-banner p {
  font-size: 18px;
  color: #eaeaea;
  margin: 16px 0 36px 0;
}
.inner-banner .default-btn {
  min-width: 171px;
}
.contact-content {
  padding: 78px 0 60px 0;
}
.contact-info {
  display: flex;
  gap: 27px;
  margin-bottom: 35px;
}
.contact-info h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  color: #111827;
  margin-bottom: 13px;
}
.contact-info a {
  color: #717171;
  font-size: 27px;
  line-height: 34px;
}
.contact-form {
  padding: 17px;
  border-radius: 12px;
  background: #ffffff;
  border: 0.5px solid #d9d9d9;
  box-shadow: 0px 15.07px 58.11px 0px #0000000f;
}
.contact-form label {
  font-family: "Jost", serif;
  font-size: 15px;
  font-weight: 600;
  color: #2a3547;
  margin-bottom: 8px;
}
.contact-form .form-control {
  height: 60px;
  border: 1px solid #dfe5ef;
  font-size: 15px;
  font-family: "Jost", serif;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
}
.contact-form .form-control[type="number"]::-webkit-inner-spin-button,
.contact-form .form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.contact-form textarea.form-control {
  height: 75px;
  -webkit-resize: none;
  resize: none;
}
.contact-form .captcha {
  display: flex;
  align-items: center;
  gap: 7px;
}
.contact-form .captcha .captcha-area {
  flex: 1;
  border: 1px dashed #dfe5ef;
  text-align: center;
}
.contact-form .form-check {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-form .form-check .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 0px;
  box-shadow: none;
  border-color: #343434;
  margin-top: 0px;
}
.contact-form .form-check .form-check-input:checked {
  background-color: #343434;
  border-color: #343434;
}
.contact-form .form-check .form-check-label {
  margin-bottom: 0px;
  line-height: 30px;
  font-weight: normal;
  color: #343434;
}
.contact-form .form-check .form-check-label a {
  color: #8c8c8c;
}
.contact-form .send-msg {
  background: #8c8c8c;
  border-radius: 5px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  width: 100%;
  padding: 16px 0;
}
.contact-form .send-msg:hover {
  background: #000;
}
.about-banner {
  background: url(../images/about-banner-bg.jpg) no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
}
.about-content {
  padding: 96px 0 80px 0;
}
.about-info p {
  margin-top: 8px;
  margin-bottom: 0px;
}
.about-mission-vision {
  margin-left: auto;
  max-width: 407px;
}
.about-mission-vision li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
}
.about-mission-vision li:last-child {
  margin-bottom: 0px;
}
.about-mission-vision li .icon {
  width: 64px;
  aspect-ratio: 1;
  background: #ebebeb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.about-mission-vision .mission-vision-info {
  flex: 1;
}
.mission-vision-info h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}
.mission-vision-info p {
  color: #656565;
  font-size: 18px;
  margin: 8px 0 0 0;
}
.custommb80px {
  margin-bottom: 80px;
}
