body {
    font-family: 'Roboto', sans-serif;
}

h1, h2 {
    font-weight: bold;
}

h1 {
  font-size: 2em;
}

.navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-dark {
  background-color: #110C2B;
}

a {
  color: #6D3FFE;
}

a:hover {
 text-decoration: none;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #6D3FFE; /* Purple */
}

.navbar .navbar-nav .nav-item {
    margin-left: 1.5rem;
}

.navbar .navbar-nav .nav-link {
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
}

.navbar .navbar-nav .nav-link:hover {
    color: #6D3FFE; /* Purple */
}

.navbar .d-flex .btn {
    font-size: 1.125rem;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    border-radius: 0.5rem;
}

.navbar .d-flex .btn-primary {
    background-color: #6D3FFE; /* Purple */
    border-color: #6D3FFE; /* Purple */
}

.navbar .d-flex .btn-primary:hover {
    background-color: #6D3FFE; /* Darker purple */
    border-color: #6D3FFE; /* Darker purple */
}

.navbar .d-flex .btn-secondary {
    background-color: #ffffff;
    border-color: #6D3FFE; /* Purple */
    color: #6D3FFE; /* Purple */
}

.navbar .d-flex .btn-secondary:hover {
    background-color: #6D3FFE; /* Purple */
    border-color: #6D3FFE; /* Purple */
    color: #ffffff;
}

main > section {
    width: 100%;
    padding: 5rem 0;
}

.main-section {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.main-section h1 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #333;
}

.main-section h1 span {
    color: #6D3FFE; /* Purple */
}

.main-section p {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #333;
}

.main-section .btn {
    font-size: 1.125rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
}

.main-section .btn-primary {
    background-color: #6D3FFE; /* Purple */
    border-color: #6D3FFE; /* Purple */
}

.main-section .btn-primary:hover {
    background-color: #6D3FFE; /* Darker purple */
    border-color: #6D3FFE; /* Darker purple */
}

.main-section .btn-secondary {
    background-color: #ffffff;
    border-color: #6D3FFE; /* Purple */
    color: #6D3FFE; /* Purple */
}

.main-section .btn-secondary:hover {
    background-color: #6D3FFE; /* Purple */
    border-color: #6D3FFE; /* Purple */
    color: #ffffff;
}

.main-section .feature-points {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.main-section .feature-points .bi-check-circle-fill {
    font-size: 1.5rem;
    color: #28a745;
    margin-right: 10px;
}

.main-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.main-section .feature-points {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: white;
    text-align: center;
    border-radius: 0.375rem;
}

.main-section .feature-points .bi-check-circle-fill {
    font-size: 1.25rem;
    margin-right: 10px;
}

.main-section .feature-points h5 {
    display: inline;
    font-weight: 500;
    margin-bottom: 0;
}


.features-section {
/*  background-color: #f8f9fa;*/
  padding: 5rem 0;
}

.feature-list > div:nth-child(1) .feature-card {
  background-color: #D0E8FB;
}

.feature-list > div:nth-child(2) .feature-card {
  background-color: #E2DAFE;
}

.feature-list > div:nth-child(3) .feature-card {
  background-color: #FFFDD7;
}

.feature-list > div:nth-child(4) .feature-card {
  background-color: #FBD5CF;
}

.feature-list > div:nth-child(5) .feature-card {
  background-color: #D0E8FB;
}

.feature-list > div:nth-child(6) .feature-card {
  background-color: #E2DAFE;
}

.feature-card {
  background-color: #ffffff;
  border-radius: 0.375rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  transition: all 0.3s ease-in-out;
}

.feature-card p {
  margin: 0;
}

.feature-card:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-0.5rem);
}

.feature-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.feature-action {
  background-color: #6D3FFE; /* You can change this color according to your preference */
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-weight: bold;
}

.feature-action:hover {
  background-color: #5a3d9e;
  color: #ffffff;
  text-decoration: none;
}


.signup-wrapper {
  background-color: #110C2B; /* You can change this color according to your preference */
  padding: 5rem 0;
  color: #ffffff;
}

.signup-form {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0.375rem;
  color: #6c757d;
}

.signup-form input,
.signup-form button {
  width: 100%;
  margin-bottom: 1rem;
}

.signup-form button {
  background-color: #6D3FFE;
  color: #ffffff;
  border: 1px solid #6D3FFE;
}

.signup-form button:hover {
  background-color: #fff;
  border: 1px solid #6D3FFE;
}

.signup-form small {
  font-size: 0.8rem;
  color: #6c757d;
}

.testimonials-wrapper {
  padding: 5rem 0;
}

.testimonials .blockquote {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.testimonials .blockquote:hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-0.5rem);
}

.testimonials .blockquote-footer {
  margin-top: 1rem;
  font-weight: bold;
}

.clients-wrapper {
  padding: 5rem 0;
}

.clients-wrapper .card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: none;
  transition: transform 0.3s;
}

.clients-wrapper .card:hover {
  transform: translateY(-0.5rem);
}

.clients-wrapper .card-title {
  font-weight: bold;
}

.clients-wrapper .card-text {
  color: #6c757d;
}


.cta-section, .signup-wrapper {
    background-color: #110C2B;
    color: #fff;
}

.cta-section a.btn {
    margin-top: 1rem;
}

#changing-text, .purple  {
    color: #6D3FFE;
}

.cursor {
  display: inline-block;
  background-color: #6D3FFE; /* Purple */
  width: 2px;
  height: 1em;
  margin-left: 2px;
  opacity: 1;
  animation: blink 0.7s infinite;
  position: relative;
  top: 8px;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}