@import "bootstrap.min.css";
@import "swiper-bundle.min.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

@font-face {
  font-family: 'DM Sans';
  src: url('../webfonts/DMSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('../webfonts/DMSans-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('../webfonts/DMSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('../webfonts/DMSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('../webfonts/DMSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('../webfonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('../webfonts/DMSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('../webfonts/DMSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('../webfonts/DMSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: 'DM Sans';
  font-weight: normal;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Inter", sans-serif;
  gap: 10px;
}

.cta-outline {
  border: 1px solid #071C13;
  color: #071C13;
}

.cta-primary {
  background: #0D3221;
  color: #FFF;
}

.cta-primary:hover {
  background: #235F44;
  color: #FFF;
}

.cta-outline:hover {
  background: #0D3221;
  border: 1px solid #071C13;
  color: #fff;
}

.btn i {
  line-height: 0;
}

.rounded-large {
  border-radius: 100px;
  min-height: 64px;
  font-family: "DM Sans";
  font-size: 18px;
  padding: 18px 36px;
  font-weight: 700;
}

img {
  max-width: 100%;
}

.container {
  position: relative;
  z-index: 5;
}

/* Header */
header {
  padding: 24px 0;
  transition: all 0.3s;
}

header.sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  padding: 12px 0;
}

header .navbar-nav {
  padding: 0;
}

header .navbar-nav .nav-item .nav-link {
  color: #071C13;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 18px;
}

header .navbar-nav .nav-item .nav-link:hover {
  color: #235f44;
}

.right-link {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 18px;
}


.hero-main {
  padding: 40px 0;
}

.banner {
  background: url(../images/hero.png);
  background-size: cover;
  background-position: center;
  border-radius: 24px;
}

.hero-text {
  background: linear-gradient(181deg, rgba(255, 255, 255, 0.10) 4.98%, rgba(255, 255, 255, 0.99) 85.8%);
  padding: 160px 63px;
  height: 100%;
}

.hero-text h1 {
  color: #08281A;
  font-family: "DM Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  padding-left: 38px;
}

.hero-text h1 span {
  font-weight: normal;
}

/* About Us */

.about-us {
  padding: 76px 0 80px;
}

.title span {
  color: #45715E;
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-bottom: 20px;
}

.title h2 {
  color: #08281A;
  font-family: "DM Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.about-us .row {
  align-items: center;
}

.img-holder {
  border-radius: 24px;
}

.img-holder img {
  max-width: 100%;
  border-radius: 24px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.contentText p {
  color: #3A3636;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.36px;
  margin: 0;
}

.contentText p strong {
  color: #0D3221;
  font-weight: 700;
}

/* business */
.business {
  padding: 80px 0;
}

.business-card {
  padding: 48px;
  border-radius: 24px;
  background: #F8F4EF;
  display: flex;
  align-items: center;
  gap: 60px;
}

.business-card h2 {
  color: #08281A;
  font-family: "DM Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.business-card p {
  color: #3A3636;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 24px;
  letter-spacing: 0.36px;
}

.business-card .flex-1 {
  flex: 1;
}

.business-card .img-brands {
  max-width: 480px;
  width: 100%;
}

.serviceCard {
  display: flex;
  padding: 48px 72px;
  justify-content: center;
  align-items: center;
  gap: 54px;
  align-self: stretch;
  border-radius: 36px;
  background: #0D3221;
  margin: 48px 0 0;
}

.serviceCard .content-text {
  max-width: 369px;
  width: 100%;
  color: #fff;
}

.serviceCard .btn {
  background: #235F44;
}

.serviceCard h2 {
  font-family: "DM Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.serviceCard p {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.36px;
  margin-bottom: 24px;
}

.serviceCard .img-holder {
  border-radius: 24px;
}

.serviceCard .img-holder img {
  max-width: 100%;
  border-radius: 24px;

}


.services .serviceCard:nth-child(even) {
  flex-direction: row-reverse;
  background: #fff;
}

.services .serviceCard:nth-child(even) h2 {
  color: #08281A;
}

.services .serviceCard:nth-child(even) p {
  color: #586C63;
}

.services {
  padding: 80px 0;
}

/* App */
.mobileCard {
  padding: 0 72px;
  border-radius: 24px;
  background-color: #15995D;
  background-image: url(../images/bg-app.png);
  background-position: center;
}

.mobileCard .content h2 {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.mobileCard .content {
  padding: 40px 0;
}

.mobileCard .content p {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.36px;
  margin-bottom: 24px;
}

.mobileCard .content ul {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mobileCard .content {
  max-width: 518px;
}

/* Contact */
.contact {
  padding: 80px 0;
}

.contact-card {
  padding: 48px 72px;
  border-radius: 24px;
  background: #FBF9F3;
}

.contact .content h2 {
  color: #08281A;
  font-family: "DM Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.contact .content p {
  color: #3A3636;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.36px;
  margin-bottom: 24px;
}

.contact .content ul li {
  display: flex;
  border-radius: 12px;
  border: 1px solid #DCD5CB;
  padding: 16px;
  gap: 12px;
}

.contact .content ul li .media-body a {
  text-decoration: none;
}

.contact .content ul li .media-body {
  flex: 1;
}

.contact .content ul li .media-body h3 {
  color: #0D3221;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 6px;
}

.contact .content ul li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #0D3221;
}

.contact .content ul li .media-body p {
  color: #393228;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.contact .content ul li .phone {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #393228;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  gap: 12px;
}

.contact .content ul li .phone a {
  color: #393228;

}

.contact .content ul li {
  margin-bottom: 16px;
}

.contact .content ul li:last-of-type {
  margin-bottom: 0;
}

.contact .content ul li .phone span.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0D3221;
}


.contactForm {
  max-width: 420px;
  margin-left: auto;
}

.contactForm label {
  color: #08281A;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.contactForm label span {
  color: #247B52;
}

.form-control {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 9px 14px;
}

.fomr-control::placeholder {
  color: #393228;
}

.contactForm .form-check {
  padding: 0;
}

.contactForm .form-check label {
  color: #08281A;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.contactForm .form-check label .text {
  flex: 1;
}

.contactForm .form-check label span.check {
  content: '';
  border-radius: 6px;
  border: 1px solid #0D3221;
  background-color: transparent;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.contactForm .form-check label .tick {
  opacity: 0;
  visibility: hidden;
}

.contactForm .form-check-input:checked+label span.check {
  background: #0D3221;
}

.contactForm .form-check-input:checked+label .tick {
  opacity: 1;
  visibility: visible;
}


footer {
  padding: 48px 0;
}

.footer-card {
  border-radius: 24px;
  overflow: hidden;
}

footer .top-footer {
  padding: 24px 36px;
  background: #0D3221;
}

footer .top-footer .footerLinks {
  display: flex;
  align-items: center;
}

footer .top-footer .footerLinks .navbar-brand {
  margin-right: 36px;
}

footer .top-footer .footerLinks .navbar-brand img {
  filter: brightness(0) invert(1);
}

footer .top-footer .footerLinks ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

footer .top-footer .footerLinks ul li a {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3s;
}

footer .top-footer .footerLinks ul li a:hover {
  color: #15995D;

}

.appLinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}


.copyrights {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 36px;
  background: #195238;
}

.copyrights p {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.copyrights a {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  transition: all 0.3s;
}

.copyrights a:hover {
  color: #15995D;

}

.btn-close-menu {
  display: none;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
}

.heroBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  object-fit: contain;
}