html {
  font-size: 1vw;
}

body,
html {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* body {
    background-image: url('../assets/noise-patt.png') !important;
    background-position: center;
    background-size: cover !important;
    background-repeat: repeat;
} */

.bg-patt {
  background-image: url("../assets/noise-patt.png") !important;
}

main,
div {
  display: block;
  unicode-bidi: isolate;
}

.home .container {
  max-width: 1440px !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}

@media (min-width: 1981px) {
  html {
    font-size: 0.62vw;
  }
}
@media (max-width: 2560px) {
  html {
    font-size: 0.64vw;
  }
}
@media (max-width: 1980px) {
  html {
    font-size: 0.75vw;
  }
}
@media (max-width: 1780px) {
  html {
    font-size: 0.85vw;
  }
}
@media (min-width: 1571px) {
  .il-cont .mrg-ryt {
    margin-right: -75px;
  }
  p {
    font-size: 1rem !important;
    line-height: 1.75rem !important;
    font-weight: 400;
    letter-spacing: -0.32px;
  }
  li {
    font-size: 1rem !important;
    line-height: 1.75rem !important;
    font-weight: 400;
    letter-spacing: -0.32px;
  }
}
@media (max-width: 1570px) {
  html {
    font-size: 1.06vw;
  }

  .il-cont .mrg-ryt {
    margin-right: -40px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1025px) {
  .checked-img1 img {
    width: 75%;
  }
}

h1 {
  font-size: 2.625rem;
  line-height: 3.125rem;
  font-weight: 500 !important;
  letter-spacing: -0.8px;
}

h2 {
  font-size: 2.125rem;
  line-height: 2.75rem;
  font-weight: 500;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.48px;
}

h6 {
  color: #20a94a;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
a {
  font-size: 0.844rem;
  line-height: 0.975rem;
  letter-spacing: 0.135px;
}

.desk-br {
  display: block;
}
.mob-br {
  display: none;
}

.btns .menu-item-button {
  padding: 10px 10px 10px 16px;
  display: inline-flex;
  align-items: center;
  background: #00a651;
  border: 1px solid #00a651;
  color: #fff;
  text-decoration: none;
  border-radius: 72px;
  transition: all 0.5s ease;
}

.btns .menu-item-button:hover {
  background: #ffffff;
  color: #00a651;
  transition: all 0.5s ease;
}

.btns .menu-item-button span {
  margin-right: 8px;
  font-weight: 600;
  text-transform: uppercase;
}

.btns .menu-item-button svg {
  width: 2.0625rem;
}

.btns .button2 {
  text-decoration: none;
  padding: 10px 10px 10px 16px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #00a651;
  color: #00a651;
  text-decoration: none;
  border-radius: 72px;
  width: max-content;
  transition: all 0.1s ease;
}

.btns .button2:hover {
  background: #00a651;
  color: #fff;
  transition: all 0.3s ease;
}

.btns .button2:hover circle {
  fill: #fff;
  transition: all 0.3s ease;
}
.btns .button2:hover path {
  stroke: #00a651;
  transition: all 0.3s ease;
}

.btns .button2 span {
  font-weight: 600;
  font-size: 0.844rem;
  line-height: 0.975rem;
  letter-spacing: 0.135px;
  margin-right: 8px;
}

.btns .button2 svg {
  width: 2.0625rem;
}

/* ------------ Hero Banner ------------ */

.dp-banner {
  position: relative;
  background-color: #f1fff1;
  width: 100vw;
  height: calc(100vh - 120px);
  display: flex;
  align-items: center;
}

.dp-banner-cont {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dp-banner-cont h1 {
  font-weight: 700 !important;
}
.dp-banner-cont h1.line {
  height: 3.375rem;
}
.dp-banner-cont h1 span {
  color: #20a94a;
  border-bottom: 2px solid #20a94a;
}

.dp-banner-cont h6.line {
  height: 1.5rem;
}

.dp-banner-cont p {
  margin-bottom: 0;
}

.dp-banner-cont ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.dp-banner-cont ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.dp-banner-video video {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
  margin-bottom: 16px;
}

.checked-img1 {
  position: absolute;
  top: 0;
  left: 0;
}

.btns {
  display: flex;
  gap: 16px;
}

.modal-header .btn-close {
  position: absolute;
  top: -50px;
  right: 0;
}
.pop-video .modal-dialog {
  max-width: 62%;
}
.pop-video .modal-content {
  background: transparent;
}
.pop-video .modal-header {
  padding: 0;
  border-bottom: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.pop-video .modal-body {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.pop-video .home-video video {
  width: 100%;
  height: auto;
  border-radius: 0;
}
/* ------------ Hero Banner End ------------ */

.overview {
  position: relative;
  padding: 120px 0;
}
.overview-cont {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 24px;
}
.overview-cont h2.line {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 3rem;
  margin-bottom: 0;
}
.overview-cont h2 span {
  position: absolute;
}
.overview-cont p {
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: -0.36px;
  font-style: italic;
  margin-bottom: 0;
}
.checked-img2 {
  position: absolute;
  left: 0;
}

.overview .mobile-up {
  max-width: 850px;
  margin: auto;
}

/* Swiper Navigations */
.swiper-button-prev {
  position: absolute;
  left: 0;
  top: 50%;
  height: 50px !important;
  width: 50px !important;
}
.swiper-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  height: 50px !important;
  width: 50px !important;
}

/* Swiper */
.swiper-pagination {
  bottom: 60px !important;
}

.swiper-pagination-bullet-active {
  background-color: #00a651;
}

.industry-problem {
  position: relative;
  background-color: #f2fff2;
  padding: 100px 0;
}
.industry-problem .checked-img3 {
  bottom: 0;
}
.industry-problem-container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.industry-problem-cont {
  padding: 100px 0 40px 0;
}
.industry-problem-cont h2 {
  color: #23262f;
  font-size: 64px;
  font-weight: 700;
  line-height: 76.8px !important;
  letter-spacing: -1.28px;
}
.industry-problem-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.industry-problem-card {
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  background: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.industry-problem-card h4 {
  color: #23262f;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
}
.industry-problem-card p {
  color: #23262f;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
}
.industry-problem-truth h2 {
  color: #23262f;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.8px;
  padding-bottom: 80px;
}
.industry-problem-truth h3 {
  font-weight: 700;
}
.industry-problem-truth .ip-card {
  padding: 38px;
}
.ip-cont {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  padding: 100px 0;
}
.ip-cont h1,
.ip-cont h3,
.ip-cont p {
  margin-bottom: 0;
}
.ip-cont h1.line {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 3.375rem;
}
.ip-cont h1 span.txt-higlit {
  color: #20a94a;
  border-bottom: 2px solid #20a94a;
}
.ip-cont .ip-cont-para {
  width: 90%;
}
.checked-img3 {
  position: absolute;
  right: 0;
}

.ip-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ip-card {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 28px;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
}
.ip-card h3,
.ip-card p {
  margin-bottom: 0;
}

.dp-fund-lifecycle {
  padding: 100px 0 0 0;
}
.dp-fund-lifecycle-cont {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.investment-lifecycle {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding: 0 20px 120px 20px;
}

.checked-img4 {
  position: absolute;
  top: 0;
  right: 0;
}
.il-cont {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.il-cont h2 {
  letter-spacing: -0.64px;
}
.il-cont h2,
.il-cont p {
  margin-bottom: 0;
}

.il-cont ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.il-cont ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.il-cont ul li img {
  padding-top: 5px;
}
.il-video video {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}

.capital-struct {
  position: relative;
  background: #f2fff2;
  text-align: center;
  padding: 78px 0;
}
.cs-cont {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.cs-cont h1,
.cs-cont p {
  margin-bottom: 0;
}
.cs-cont h1.line {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 3.375rem;
}
.cs-cont h1 span {
  color: #20a94a;
  border-bottom: 2px solid #20a94a;
}
.checked-img5 {
  position: absolute;
  left: 0;
}
.checked-img6 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.built-platform {
  position: relative;
  padding: 90px 0;
}
.bp-cont {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.bp-cont h2,
.bp-cont p {
  margin-bottom: 0;
}
.bp-cont h2.line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100vw;
  height: 2.75rem;
}

.bp-cont h2 {
  line-height: 2.55rem;
}
.bp-cont h2 span {
  color: #20a94a;
  border-bottom: 2px solid #20a94a;
}

.security {
  position: relative;
  text-align: center;
  padding: 60px 0;
}
.security-cont {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.security-cont h1.line {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 3.375rem;
}
.security-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
  gap: 24px;
}
.security-card {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 28px;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
}
.security-card h3,
.security-card p {
  margin-bottom: 0;
}
.checked-img7 {
  position: absolute;
  right: 0;
}

.your-setup {
  position: relative;
  padding: 60px 0 100px 0;
}

.ys-cont {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ys-cont h1.line {
  height: 3.375rem;
}
.ys-cont h1 span {
  color: #20a94a;
  border-bottom: 2px solid #20a94a;
}

.ys-cont h6.line {
  height: 1.5rem;
}

.ys-cont p {
  margin-bottom: 0;
}

.ys-cont ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.ys-cont ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ys-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border: 1px solid #20a94a;
  border-radius: 8px;
  padding: 50px 50px 50px 36px;
}
.ys-card p {
  margin-bottom: 0;
}
.ys-card p:first-child {
  font-size: 19px;
  line-height: 26.6px;
  letter-spacing: -0.38px;
}
.ys-card p:last-child {
  color: #20a94a;
}

.faq {
  position: relative;
  margin: 75px 0 100px 0;
}
.faq-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq-cont h2.line {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 2.75rem;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 60px;
}
.accordion-item {
  border-radius: 8px !important;
  border: 1px solid #d1d1d1 !important;
  background: #fff !important;
  box-shadow: 0px 4px 12px 0px #fff;
  padding: 8px 24px;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-button {
  background-color: transparent !important;
  font-size: 19px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
  gap: 92px;
  padding: 18px 0 !important;
}

.accordion-button::after {
  width: 1rem !important;
  height: 1rem !important;
  background-size: 1rem !important;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #23262f !important;
  background-color: transparent !important;
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("./../assets/plus.svg") !important;
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("./../assets/minus.svg") !important;
}
.accordion-button::after {
  transition: all 0.5s;
}

.accordion-body {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 18px 0 !important;
}
.accordion-body p {
  position: relative;
}
.accordion-body p::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #23262f;
  position: absolute;
  top: 10px;
  left: -16px;
  border-radius: 50px;
}

.checked-img8 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1024px) {
  /* html {
        font-size: 1.25vw;
    } */

  .overview {
    padding: 40px 0 120px 0;
  }

  .ip-cont .ip-cont-para {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .dp-banner {
    height: 100%;
    padding: 70px 0 0 0;
  }
  .dp-banner-video img {
    margin-top: 0 !important;
  }
  .dp-banner .checked-img1 img {
    width: 70%;
  }
}

@media (max-width: 768px) {
  body {
    margin-top: 80px !important;
  }

  h1 {
    font-size: 32px !important;
    line-height: 38px !important;
    letter-spacing: -0.64px;
  }
  h2 {
    font-size: 24px;
    line-height: 34px !important;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h6 {
    font-size: 13px;
    line-height: 16px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  li {
    font-size: 16px;
    line-height: 24px;
  }
  a {
    font-size: 13px;
    line-height: 16px;
  }
  .btns .button2 span {
    font-size: 13px;
    line-height: 16px;
  }
  .btns .button2 svg {
    width: 4.0625rem;
  }
  .btns .menu-item-button svg {
    width: 4.0625rem;
  }

  .home .container {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .overview-cont h2.line,
  .ip-cont h1.line,
  .cs-cont h1.line,
  .bp-cont h2.line,
  .security-cont h1.line,
  .ys-cont h1.line,
  .faq-cont h2.line {
    display: none;
  }

  .dp-banner {
    height: 100%;
    padding: 40px 0 0 0;
  }
  .dp-banner-video {
    margin: 40px 0 0 0;
  }
  .dp-banner-img {
    padding: 0 0 40px 0;
  }
  .dp-banner-img img {
    width: 100%;
    margin: 0 0 0 -8px;
  }
  .checked-img1 {
    position: absolute;
    top: 5px;
    right: -20px;
    left: auto;
    transform: rotate(90deg);
  }

  .dp-banner-cont h6.line {
    height: 4rem;
  }
  .dp-banner-cont li svg {
    width: 20px;
  }

  .pop-video .modal-dialog {
    max-width: 100%;
  }
  .modal-header .btn-close {
    position: absolute;
    top: -40px;
    right: 20px;
    font-size: 16px;
  }

  .overview {
    padding: 60px 0;
  }
  .overview-cont {
    text-align: left;
  }
  .checked-img2 {
    top: -45px;
    right: 0;
    left: auto;
    transform: rotate(270deg);
  }

  .industry-problem {
    padding: 0 0 60px 0;
  }
  .industry-problem-container {
    gap: 60px;
  }
  .industry-problem-cont {
    padding: 60px 0 40px 0;
  }
  .industry-problem-cont h2,
  .dp-fund-lifecycle h2 {
    font-size: 30px !important;
    line-height: 40px !important;
    letter-spacing: -1.28px;
  }
  .industry-problem-truth h2 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.8px;
    padding-bottom: 40px;
  }

  .ip-cont {
    align-items: flex-start;
    text-align: left;
    padding: 60px 0;
  }
  .ip-cont .ip-cont-para {
    width: 100%;
  }
  .ip-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .dp-fund-lifecycle {
    padding: 60px 0 0 0;
  }

  .investment-lifecycle {
    gap: 60px;
    padding: 0 0 100px 0;
  }

  .il-video video {
    margin-bottom: 20px;
  }
  .il-img img {
    padding-bottom: 20px;
  }

  .col-rev {
    flex-direction: column-reverse;
  }

  .capital-struct {
    text-align: left;
    padding: 78px 0;
  }
  .cs-cont {
    align-items: flex-start;
  }
  .checked-img5 {
    top: -45px;
    left: 0;
  }

  .security {
    text-align: left;
    padding: 60px 0;
  }
  .security-cont {
    align-items: flex-start;
    gap: 40px;
  }
  .security-cards {
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
  }

  .built-platform {
    padding: 60px 0;
  }
  .bp-img img {
    padding-bottom: 40px;
  }

  .your-setup {
    padding: 60px 0 60px 0;
  }
  .ys-card {
    margin-top: 50px;
  }

  .faq {
    margin: 20px 0 60px 0;
  }
  .faq-cont {
    align-items: start;
  }
  .accordion {
    padding-top: 40px;
  }
  .accordion-button {
    font-size: 16px !important;
    gap: 24px;
  }
  .accordion-button::after {
    width: 3rem !important;
    height: 3rem !important;
    background-size: 3rem !important;
  }
  .accordion-body {
    font-size: 15px;
    line-height: 23px;
  }
}

@media (max-width: 480px) {
  .desk-br {
    display: none;
  }
  .mob-br {
    display: block;
  }

  .dp-banner-cont p {
    width: 80%;
  }

  .dp-banner-img p {
    width: 80%;
  }

  .btns {
    flex-direction: column;
    align-items: flex-start;
  }

  .dp-banner-cont li:nth-child(2) svg {
    margin: 0 3px;
  }
}
