@font-face {
  font-family: sofiaPro;
  src: url(../font/SofiaProBlack.ttf) format('opentype');
  font-weight: 900;
}

@font-face {
  font-family: sofiaPro;
  src: url(../font/SofiaProBold.ttf) format('opentype');
  font-weight: 800;
}

@font-face {
  font-family: sofiaPro;
  src: url(../font/SofiaProSemiBold.ttf) format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: sofiaPro;
  src: url(../font/SofiaProMedium.ttf) format('opentype');
  font-weight: 600;
}

@font-face {
  font-family: sofiaPro;
  src: url(../font/SofiaProRegular.ttf) format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: sofiaPro;
  src: url(../font/SofiaProLight.ttf) format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: sofiaPro;
  src: url(../font/SofiaProExtraLight.ttf) format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: sofiaPro;
  src: url(../font/SofiaProUltraLight.ttf) format('opentype');
  font-weight: 200;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ddd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c2c2c2;
}

:root {
  --theme-color: #5d17c5;
  --theme-color-green: #82c341;
  --theme-color-light: #f4ecff;
  --theme-color-green-light: #e7ffcf;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
a,
li,
ul,
ol,
select,
input,
textarea,
button {
  font-family: 'sofiaPro', sans-serif;
}

select:focus,
input:focus,
textarea:focus,
button:focus {
  box-shadow: 0px 0px 0px 0px transparent !important;
}

a {
  text-decoration: none !important;
}

.fw-heavy {
  font-weight: 900 !important;
}

.fw-bolder {
  font-weight: 800 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-regular {
  font-weight: 500 !important;
}

.fw-medium {
  font-weight: 400 !important;
}

.fw-ligher {
  font-weight: 300 !important;
}

.fw-light {
  font-weight: 200 !important;
}



.scroll-margin-top {
  scroll-margin-top: 50px;
}

#scrollToTopBtn:hover {
  background-color: #fff;
  color: var(--theme-color);
  border: 2px solid var(--theme-color);
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 20px;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  cursor: pointer;
  z-index: 99;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  transition: ease-in-out 0.3s all;
}

.close-button {
  font-size: 10px;
  height: 10px !important;
  width: 10px !important;
  position: absolute;
  top: 25px;
  right: 30px;
  background-color: #fff !important;
  border-radius: 50% !important;
}

.bg-overlay {
  position: relative;
}

.bg-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 25px;
}

.bg-theme {
  background-color: var(--theme-color) !important;
}

.text-theme {
  color: var(--theme-color) !important;
}

.bg-theme-light {
  background-color: var(--theme-color-light) !important;
}

.bg-theme-light-linear {
  background: linear-gradient(180deg, #f4ecff 60%, transparent 100%);
}

.bg-theme-green-linear {
  background: linear-gradient(180deg, #e1ffc3 30%, #5d17c500 100%);
}

.btn-close.btn-white {
  filter: brightness(0.8) invert(1);
  opacity: 0.8;
}

.btn-close.btn-white:hover {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.section-space {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner-section {
  padding-top: 150px;
  padding-bottom: 100px;
}

.breadcrumb-space {
  padding-top: 150px;
  padding-bottom: 100px;
}

.fw-heavy {
  font-weight: 900 !important;
}

.header-color {
  position: fixed;
  background-color: #fff;
  box-shadow: 2px 2px 2px #ddd;
}

.header-logo {
  width: 250px;
  object-fit: contain;
}

.mainHeader {
  transition: ease-in-out 0.3s all;
}

.nav-link {
  font-weight: 600 !important;
  font-size: 19px !important;
}

.btn-style1 {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  padding: 8px 40px;
  transition: ease-in-out 0.3s all;
  box-shadow: 2px 2px 2px var(--theme-color);
  display: inline-block;
}

.btn-style1:hover {
  background-color: #fff;
  color: var(--theme-color);
}

.btn-style2 {
  background-color: #fff;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  padding: 8px 40px;
  transition: ease-in-out 0.3s all;
  box-shadow: 2px 2px 2px var(--theme-color);
  display: inline-block;
}

.btn-style2:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.heading-tag {
  background-color: var(--theme-color-light);
  color: var(--theme-color);
  display: inline-block;
  padding: 7px 25px;
  border-radius: 5px;
  font-weight: 500;
}

.service-card {
  background-color: var(--theme-color-light);
  color: #000;
  transition: ease-in-out 0.3s all;
}

.service-card:hover {
  background-color: var(--theme-color);
  color: #fff !important;
  transform: translateY(-20px);
}

.service-card:hover span {
  color: #fff !important;
}

.service-card.active {
  background-color: var(--theme-color);
  color: #fff !important;
  transform: translateY(-20px);
}

.service-card.active span {
  color: #fff !important;
  transition: ease-in-out 0.3s all;
}

.service-icon {
  width: 50px;
}

.invest-image {
  width: 90%;
}

.fs-17px {
  font-size: 17px;
}

.fs-18px {
  font-size: 18px;
}

.fs-15px {
  font-size: 15px;
}

.fs-14px {
  font-size: 14px;
}

.field-style {
  font-size: 16px !important;
  padding: 10px 15px !important;
}

.card-transform1 {
  transform: translateX(-50px);
}

.card-transform2 {
  transform: translateX(50px);
}

.footer-logo {
  width: 300px;
}

.footer-icon {
  width: 50px;
  height: 50px;
  font-size: 22px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-margin-top-70 {
  scroll-margin-top: 70px;
}

.scroll-margin-top-100 {
  scroll-margin-top: 100px;
}

.accordion-item {
  border: 2px solid var(--theme-color) !important;
  border-radius: 10px !important;
}

.accordion-button {
  background-color: var(--theme-color) !important;
  color: #fff !important;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url('../images/up-arrow.png') !important;
}

.nav-pills .nav-link {
  background-color: #fff !important;
  color: var(--theme-color) !important;
}

.nav-pills .nav-link.active {
  color: #fff !important;
  background-color: var(--theme-color-green) !important;
}

label.error {
  color: white;
  font-size: 14px;
  font-weight: 600;
}

.fixedWhatsappIcon {
  background-color: #25D366;
  color: #fff !important;
  font-size: 28px;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 999;
}

.brand-image:hover {
  filter: grayscale(0);
}

.brand-image {
  filter: grayscale(1);
  transition: ease-in-out 0.3s all;
}

@media screen and (max-width: 1024px) {
  .card-transform1 {
    transform: translateX(-25px) !important;
  }

  .card-transform2 {
    transform: translateX(25px) !important;
  }
}

@media screen and (max-width: 991px) {
  .service-card.active {
    background-color: var(--theme-color-light) !important;
    color: #000 !important;
    transform: none !important;
  }

  .card-transform1,
  .card-transform2 {
    transform: none !important;
  }

  .service-card.active span {
    color: #000 !important;
  }

  .banner-section {
    padding-top: 125px !important;
    padding-bottom: 75px !important;
  }

}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 200px !important;
  }

  .section-space {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}