.bg-pattern {
  background-image: url("../../assets/img/hero-svg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 3em;
  background-image: linear-gradient(45deg, #08BED3, #B34EE8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-paragraph {
  font-family: 'Raleway', sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  color: #6D6D6D;
}

.t-button {
  background: linear-gradient(90deg, #08BED3 0%, #B34EE8 100%);
  border-radius: 100em;
  padding: 1em 3em;
  font-size: 1.25em;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  color: #fff;
}

.t-button:hover {
  color: #fff;
  background: linear-gradient(90deg, #7bf2ff 0%, #d27cff 100%);
}

.w-80 {
  width: 80%!important;
}

.bg-pattern2 {
  background-image: url("../../assets/img/body-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.gradient-title {
  font-family: 'Raleway';
  font-weight: 800;
  font-size: 3em;
  background-image: linear-gradient(45deg, #08BED3, #B34EE8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-title2 {
  font-family: 'Raleway';
  font-weight: 800;
  font-size: 3em;
  background-image: linear-gradient(45deg, #08BED3, #B34EE8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h4 {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 1.5em;
  background-image: linear-gradient(45deg, #08BED3, #B34EE8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

strong {
  font-weight: 800;
}

.my-card {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  border: none;
  padding: 4em 2em;
}

footer {
  background: linear-gradient(90deg, #08BED3 0%, #B34EE8 100%);
}

.footer-logo {
  width: 8em;
  height: auto;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Raleway';
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-padding-2 {
  padding-left: 2em;
  border-left: 1px solid;
}

.footer-padding-1 {
  padding-right: 2em;
}

.footer-text {
  color: #fff;
  font-family: 'Raleway';
}

body {
  font-family: 'Raleway';
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.fit-cover {
  object-fit: cover;
}

/* Base animation class */
.section-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Active class when in view */
.section-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

.updates
{
  font-family: 'Raleway';
  font-size: 1.5em;
  font-weight: 500;
  padding-top: 0.75em!important;
}
