@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
body {
  position: relative;
  background-color: white;
  font-family: "Inter", sans-serif;
}

a, a:hover {
  text-decoration: none;
}

a {
  color: unset;
}

.black-btn {
  background-color: #000000;
  color: #ffffff;
  padding: 14px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
}

.navbar {
  padding: 3px 16px;
}
.navbar .nav-item {
  margin: auto;
}
.navbar .nav-item::before {
  display: none;
}
.navbar .nav-item .nav-link {
  color: #2D2D2D;
  font-size: 15px;
  font-weight: 400;
  padding-right: 17px;
  padding-left: 17px;
  cursor: pointer;
}
.navbar .nav-item:last-child .nav-link {
  padding-right: 0px;
}
.navbar .dropdown .dropdown-toggle {
  line-height: 7px;
}
.navbar .dropdown .dropdown-toggle::after {
  height: 5px;
  width: 5px;
  margin-left: 7px;
  float: right;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #343a40 #343a40 transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.banner .heading {
  font-size: 48px;
  color: #000000;
  font-weight: 800;
}
.banner .heading span {
  background: transparent linear-gradient(180deg, #2E38CE 0%, #9341E6 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .sub-heading {
  font-size: 20px;
}
.banner .left-content {
  flex-direction: column;
}
.banner .left-content span {
  width: 148px;
  height: 141px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .left-content span:nth-child(odd) {
  background: #FAF7FF;
}
.banner .card {
  border-color: #D9B5FF;
  border-radius: 20px;
}
.banner .card .box-content {
  background: transparent linear-gradient(180deg, #2E38CE 0%, #9341E6 100%) 0% 0% no-repeat padding-box;
  border-radius: 17px;
  color: #ffffff;
  font-size: 20px;
  padding: 30px 33px;
  font-weight: 500;
}
.banner .right-content {
  flex-wrap: wrap;
}
.banner .right-content .col {
  width: 148px;
  height: 141px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .right-content .col:nth-child(even) {
  background: #FAF7FF;
}
.banner .product-banner {
  border-radius: 30px;
}

.product-section h5 {
  font-size: 18px;
  font-weight: 600;
}
.product-section .card {
  border-radius: 30px;
  overflow: hidden;
}
.product-section .card .card-body {
  padding: 32px;
}
.product-section .card .card-body .card-title {
  font-size: 20px;
  font-weight: 600;
  width: 90%;
  line-height: 32px;
}
.product-section .card .card-body .card-text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
  padding-bottom: 18px;
}
.product-section .card .card-body .read-more {
  color: #5F5E5E;
  font-size: 16px;
}

.product-desc .product-details h1, .product-desc .product-details p {
  width: 90%;
}
.product-desc .product-details p {
  font-size: 18px;
}
.product-desc .product-details a {
  color: #9341E6;
}
.product-desc .product-details .phase-heading {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}
.product-desc .product-details .product-btn .btn {
  background: #7742EC;
  padding: 10px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 24px;
  text-align: center;
  margin: auto;
  width: 43%;
  margin-top: 18px;
}
.product-desc .card {
  border-radius: 18px;
}
.product-desc .description small {
  font-size: 16px;
  color: #989898;
  font-weight: 500;
}
.product-desc .description div {
  font-size: 20px;
  font-weight: 500;
}
.product-desc ul li {
  font-size: 18px;
  width: 90%;
}
.product-desc ul li b {
  font-weight: 600;
}
.product-desc ul li::marker {
  color: #7742EC;
  font-size: 30px;
}

footer {
  background-color: #262626;
  padding: 40px 0;
}
footer .content h5 {
  color: #f99420;
  font-weight: 600;
  font-size: 20px;
}
footer .content ul {
  list-style-type: none;
}
footer .content ul li {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding: 5px 0;
}
footer .content ul li a {
  color: #AFAFAF;
  font-size: 15px;
  color: #8a8a8a !important;
}
footer .content ul li::before {
  display: none;
}
footer .content .small-text {
  font-size: 12px;
  color: #AFAFAF;
}
footer .content h3 {
  font-size: 45px;
  font-weight: bold;
}
footer .content h3 span, footer .content .small-text span {
  color: #FFA900;
}
footer .content input::-moz-placeholder {
  font-size: 14px;
}
footer .content input, footer .content input::placeholder {
  font-size: 14px;
}

.product-section a:hover {
  color: unset;
}
.custom-control-label{
  cursor: pointer;
}
.product-section .card:hover {
  box-shadow: 0px 4px 10px #C9B5FF;
  transform: scale(1.006);
  cursor: pointer;
}
.cta_product{
    color: #9341E6;

}
.cta_product:hover{
  color: #9341E6;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .navbar-brand {
    display: contents;
  }
  h1 {
    font-size: 32px !important;
  }
  .banner .left-content span {
    display: none !important;
  }
  .custom-control {
    display: inline-block !important;
    margin-right: 12px;
  }
  .product-desc .product-details h1, .product-desc .product-details p {
    width: 100%;
  }
  .banner .product-banner {
    border-radius: 12px;
}
.product-desc .product-details .product-btn .btn {
  margin-bottom: 22px;
  width: 75%;
  }
  table td, table th{
    font-size: 12px;
    }
}/*# sourceMappingURL=style.css.map */