.home-banner-sec {
  background-image: url("../../../../public/images/home-banner-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 792px;
  position: relative;
  z-index: 1;
}

.home-banner-content {
  background-image: url("../../../../public/images/home-banner-contentBG-image.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 285px 0px 195px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.home-banner-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background-color: #16190073;
  z-index: -1;
}

.home-banner-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63px;
  z-index: -1;
  background-image: url("../../../../public/images/banner-before.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-sec .container-fluid {
  padding: 15px 50px 48px;
}

.home-banner-content h1 {
  font-family: var(--font-dm-display);
  font-weight: 500;
  font-size: 100px;
  line-height: 110px;
  text-align: center;
  color: var(--white-color);
  margin-bottom: 17px;
}

.home-banner-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
  color: var(--white-color);
  margin-top: 17px;
}

.home-banner-content .home-banner-content-btn a {
  font-weight: 400;
  text-decoration: none;
  font-size: 20px;
  color: #0d401c;
  padding: 8px 5px 8px 35px;
  background-color: var(--white-color);
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.home-banner-content .home-banner-content-btn a span {
  background-color: #f8c32c;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.home-banner-ctaMain {
  /* padding: 25px 35px; */
  border-radius: 16px;
  position: relative;
  margin-top: 50px;
  z-index: 1;
}

.home-banner-cta {
  background: linear-gradient(180deg, #565e15 0%, #868d30 100%);
  border-radius: 16px;
  border: 1px dashed #ffffff33;
  padding: 20px;
}

.home-banner-ctabox1 {
  text-align: center;
  padding: 10px 25px 25px;
  border-right: 1px dashed #ffffff33;
}

.home-banner-ctabox1.home-banner-ctabox1Xtra {
  border-right: unset;
}

.home-banner-ctabox1 .home-banner-ctabox1-content h3 {
  font-weight: 600;
  font-size: 50px;
  line-height: 53px;
  text-transform: capitalize;
  margin: 15px 0px;
  color: var(--white-color);
}
.home-banner-ctabox1 .home-banner-ctabox1-content h5 {
  margin: 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: capitalize;
  color: var(--white-color);
}

/* .home-banner-cta .row {
  border: 1px dashed #ffffff33;
  border-radius: 16px;
} */

.home-banner-cta .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1440px) {
  .home-banner-content {
    padding: 285px 0px 100px;
  }

  .home-banner-ctaMain {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .home-banner-sec {
    height: auto;
  }

  .home-banner-content {
    padding: 150px 15px 80px;
    border-radius: 24px;
  }

  .home-banner-content h1 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 12px;
  }

  .home-banner-content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }

  .home-banner-content .home-banner-content-btn a {
    font-size: 16px;
    gap: 20px;
    padding: 8px 20px;
  }

  .home-banner-content .home-banner-content-btn a span {
    width: 36px;
    height: 36px;
  }

  .home-banner-ctaMain {
    margin-top: 30px;
  }

  .home-banner-cta {
    padding: 15px;
  }

  .home-banner-ctabox1 {
    padding: 15px 0;
    border-right: none !important;
    border-bottom: 1px dashed #ffffff33;
  }

  .home-banner-ctabox1:last-child {
    border-bottom: none;
  }

  .home-banner-ctabox1 .home-banner-ctabox1-content h3 {
    font-size: 28px;
    line-height: 32px;
    margin: 10px 0;
  }

  .home-banner-ctabox1 .home-banner-ctabox1-content h5 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 575.98px) {
  .home-banner-content {
    padding: 120px 10px 60px;
  }

  .home-banner-content h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .home-banner-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .home-banner-content .home-banner-content-btn a {
    font-size: 14px;
    padding: 6px 15px;
    gap: 15px;
  }

  .home-banner-content .home-banner-content-btn a span {
    width: 30px;
    height: 30px;
  }

  .home-banner-ctabox1 .home-banner-ctabox1-content h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .home-banner-ctabox1 .home-banner-ctabox1-content h5 {
    font-size: 12px;
  }

  .home-banner-sec .container-fluid {
    padding: 48px 5px;
  }
}
