.black {
    font-weight: 900 !important;
  }
  .bold{
    font-weight: bold !important;
  }
  .regular{
    font-weight: 300 !important;
  }
  .heading-1{
      font-size: 4rem !important;
      line-height: 5rem !important;
  }
  .heading-2{
      font-size: 2.25rem !important;
      line-height: 3rem !important;
  }
  .heading-3{
      font-size: 1.5rem !important;
      line-height: 2.25rem !important;
  }
  .title{
      font-size: 1.125rem !important;
      line-height: 1.75rem !important;
  }
  .sub-title{
      font-size: 1rem !important;
      line-height: 1.5rem !important;
  }
  .paragraph{
      font-size: 0.875rem !important;
      line-height: 1.375rem !important;
      text-align: justify;
  }
.steps-horizontal-md .step::after {
    top: calc(var(--ar-steps-number-size)*0.8);
    border-top: var(--ar-steps-connect-width) var(--ar-steps-connect-style) var(--ar-steps-connect-color);
    border-right: 0;
}
section.py-5.bg-secondary .accordion-button:before {
    display: none;
}
.py-5 .container-start .swiper .swiper-wrapper {
    height: unset !important;
}
  .dark{
      color: #0d141c !important;
  }
  .top-half {
    margin-top: -5%;
}
.z-index{
    z-index: 100;
}
  .dark-bg{
    background-color: #0d141c !important;
  }
  .upper-title{
    font-size: 1rem !important;
    line-height: 2.25rem !important;
    font-weight: bold !important;
    color: #EF5926 !important;
  }
  .lower-title{
    font-size: 1.5rem !important;
    line-height: 2.25rem !important;
    font-weight: 900 !important;
    color: #0d141c !important;
  }
  .text-white{
      color: #fff !important;
  }
  .ps-lg-90 {
    padding-right: 5rem !important;
    padding-top: 4rem !important;
  }
  .nav-tabs .nav-link.active {
    border-width:2px;
    font-weight: bold !important;
}
.nav-link:hover{
    color: white;
}
.rnd-btn{
    border-radius: 7px !important;
}
.rnd-box{
    border-radius: 15px !important;
}
.rnd-cnt{
    border-radius: 36px !important;
}
.card-img-top{
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}


/* .accordion-alt .accordion-button::before {
    width: 0.7em;
    height: 0.7em;
    background-size: 0.7em;
}
.accordion-button::before {
    flex-shrink: 0;
    width: var(--ar-accordion-btn-icon-width);
    height: var(--ar-accordion-btn-icon-width);
    margin-left: 1rem;
    content: "";
    background-image: var(--ar-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--ar-accordion-btn-icon-width);
    transition: var(--ar-accordion-btn-icon-transition);
}
.accordion-button:not(.collapsed)::before {
    transform: var(--ar-accordion-btn-icon-transform);
}
.accordion-alt .accordion-button::after {
    display: none;
} */
.semi-white{
    opacity: 0.7 !important;
}
ul.list-unstyled.pb-1.pb-sm-2.pb-lg-3.mb-4.mb-xl-5{
    margin-bottom: 0 !important;
}
h3.mb-md-4.title.bold.dark{
    margin-bottom: 1rem !important;
}
section.container.py-5{
    padding-top: 5rem !important;
    padding-bottom: 8rem !important;
}


.section-third-down-mooni::after {
    z-index: -1;
    content: "";
    background-color: #0d141c !important;
    height: 30%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer-style {
    color: #fff !important;
    background-color: #0d141c;
}
.bg-dark{
    background-color: #0d141c !important;  
}
.footer-style .nav-link {
    color: #fff;
    font-size: 14px;
}
.btn-max-height {
    max-height: 40px !important;
    height: 40px !important;
    min-height: unset;
}

.pt-4.pb-sm-4.ps-sm-4.pe-lg-4{
    padding-right: 2rem !important;
}

article.row.g-0.border-0.mb-4{
    margin-bottom: 3rem !important;
}


/* section.py-5.mt-5::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    content: "";
    background-color: var(--ar-gray-100);
} */
section.py-5.mt-5{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-bottom: -auto;
}
section.container-fluid.py-5.mt-4.px-sm-4.px-md-5{
    padding-bottom: 0 !important;
}
section.bg-secondary.services{
    padding-top: 300px;
    margin-top: -300px;
}

.footer-light{
    color: #0d141c !important;
    background-color: #fff;
}

.footer-light>.nav-link {
    color: #0d141c !important;
    font-size: 14px;
}


.swap-image .swap-to {
    position: absolute;
    top: 20% !important;
    right: 5% !important;
    z-index: 0;
    opacity: 0;
}