* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #313131;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background-color: #fff;
}

.brand-logo {
  height: 60px;
}

.bg-light-theme {
  background-color: #fff3e5;
}

.bg-light-blue {
  background-color: #eaeaef;
}

.section-heading {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  color: #322e65;
}

.btn {
  display: inline-flex;
  padding: 20px 28px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 100px;
  line-height: 1;
  align-items: center;
  gap: 12px;
}
.btn.btn-sm {
  padding: 12px 18px;
  font-size: 16px;
  gap: 8px;
}
.btn.btn-white {
  border: 1.5px solid #121212;
  background-color: #fff;
  color: #121212;
}
.btn.btn-white:hover {
  background-color: #FF8A00;
  box-shadow: 0px 4.5px 0px 0px #313131;
}
.btn.btn-white-outline {
  border: 1.5px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn.btn-dark {
  color: #fff;
  border: 1.5px solid #FFF;
  background: #313131;
}
.heading-upper {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #313131;
}

.highlight-title {
  font-size: 40px;
  color: #322e65;
  line-height: 1.2;
  font-weight: 600;
}

.theme-header {
  transition: top 0.3s ease-in-out;
}
.theme-header.nav-up {
  top: -100px;
}
.theme-header .navbar {
  padding: 20px 0px;
}
.theme-header .nav-item .nav-link {
  padding: 0px;
  line-height: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-right: 48px;
  color: #121212;
  opacity: 1;
  transition: 0.2s;
}
.theme-header .nav-item .nav-link.active {
  color: #FF8A00;
}
.theme-header .nav-item:hover .nav-link {
  color: #FF8A00;
}

.hero-banner {
  padding: 40px 0px;
  background-color: #fff3e5;
}
.hero-banner .home-banner-title {
  font-family: "Playfair Display", serif;
  font-size: 84px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2.52px;
  margin-bottom: 24px;
  color: #322e65;
}
.hero-banner .home-banner-title span {
  font-weight: 800;
}
.hero-banner #typed {
  font-weight: bold;
  color: #FF8A00;
}
.hero-banner .effect-wrapper {
  font-size: 40px;
}
.hero-banner .cursor-text {
  display: inline-block;
  background-color: #b0ff95;
  animation: blinker 800ms infinite;
}
.hero-banner .cursor-text.typing-true {
  animation: none;
}
@keyframes blinker {
  0% {
    background-color: #312D65;
  }
  50% {
    background-color: transparent;
  }
  100% {
    background-color: #312D65;
  }
}
.hero-banner .play-ic {
  max-height: 60px;
}

.section {
  padding: 90px 0px;
}

.soln-card {
  background-color: #fff3e5;
  border-radius: 10px;
  padding: 12px 16px 20px 20px;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.soln-card:hover {
  background-color: #FF8A00;
  box-shadow: 5px 4px 0px 0px #313131;
}
.soln-card .img-card {
  max-height: 60px;
  margin-bottom: 20px;
}
.soln-card .card-title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
}
.soln-card .card-ic {
  background-image: url("../assets/icons/chev-right-yellow.svg");
  width: 16px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
}

.how-card .how-img {
  max-height: 80px;
  max-width: 100%;
  margin-bottom: 12px;
}
.how-card .how-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 8px;
}
.ccs-block {
  gap: 20px;
  display: flex;
}
.ccs-block span {
  font-size: 32px;
  font-weight: 600;
  color: #FF8A00;
}

.whats-new .para {
  font-size: 22px;
}
.whats-new .whats-new-title {
  font-size: 40px;
  color: #FF8A00;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  font-weight: 600;
}

.slide-section .carousel-control-next, .slide-section .carousel-control-prev {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  width: 52px;
  height: 52px;
  background-color: #FF8A00;
  opacity: 0.75;
}
.slide-section .carousel-control-next:focus, .slide-section .carousel-control-next:hover, .slide-section .carousel-control-prev:focus, .slide-section .carousel-control-prev:hover {
  opacity: 1;
}
.slide-section .carousel-control-next-icon, .slide-section .carousel-control-prev-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.slide-section .carousel-indicators {
  margin-bottom: -3rem;
}
.slide-section .carousel-indicators [data-bs-target] {
  background-color: #FF8A00;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}

.icon-box {
  background-color: #fff;
  padding: 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}
.icon-box img {
  max-height: 68px;
}
.icon-box .desc {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0px;
}

.footer {
  padding: 40px 0px 24px 0px;
}
.footer .foot-logo {
  height: 60px;
  margin-bottom: 30px;
}
.footer .foot-menu-title {
  font-size: 24px;
  color: #322e65;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 36px;
}
.footer .foot-link {
  padding-left: 0rem;
  list-style: none;
}
.footer .foot-link li {
  margin-bottom: 16px;
}
.footer .foot-link li a {
  color: #313131;
  text-decoration: none;
  transition: 0.3s;
}
.footer .foot-link li:hover a {
  color: #FF8A00;
}
.footer .social-ic-blk {
  display: flex;
  gap: 6px;
  align-items: center;
}
.footer .social-ic-blk .social-ic {
  height: 42px;
  width: 42px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fedeb9;
  color: #313131;
  cursor: pointer;
  transition: 0.3s;
}
.footer .social-ic-blk .social-ic:hover {
  background-color: #FF8A00;
}
.footer .social-ic-blk .social-ic span.bi {
  font-size: 18px;
  line-height: 1;
}
.footer .social-ic-blk .social-ic img {
  height: 18px;
}
.footer .copyright {
  border-top: 1px solid #b9b9b9;
  padding-top: 20px;
  margin-top: 10px;
  text-align: center;
}

.text-orange {
  color: #FF8A00;
}/*# sourceMappingURL=style.css.map */