/* HERO */
.hero-section {
  background-color: #e0f4ff;
  overflow: hidden;
  padding-top: 58px;
  min-height: 77vh;
}

.hero-main {
  display: flex;
  align-items: center;
  gap: 32px;
}

.hero-content,
.hero-animation {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.hero-animation {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.hero-content h1 {
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--primary-color);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}

.hero-content h3 {
  color: #375188;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  gap: 24px;
}

.hero-talk-btn {
  color: #f8fafc;
  font-size: 16px;
  padding: 16px 24px;
  background-color: var(--primary-color);
  font-weight: 500;
  display: inline-block;
  line-height: 20px;
  min-width: 176px;
  text-align: center;
  transition: ease-in-out 0.3s;
}

.hero-talk-btn:hover {
  background-color: #020e29;
}

#hero-animation-canvas {
  display: block;
  width: 100%;
  height: auto;
}

path {
  stroke: #031c52;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 4s linear forwards;
}

#path1 {
  animation-delay: 0s;
}

#path2 {
  animation-delay: 4s;
}

#path3 {
  animation-delay: 8s;
}

#path4 {
  animation-delay: 12s;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.fictional-companies {
  padding-bottom: 55px;
}

.fictional-companies h3 {
  font-size: 14px;
  color: var(--primary-color);
  margin-top: 0;
  line-height: 28px;
  margin-bottom: 16px;
  font-style: italic;
  display: flex;
  gap: 6px;
  align-items: center;
}

.fictional-companies h3 > img {
  width: 50px;
}

.fc-logos {
  display: flex;
  column-gap: 32px;
  row-gap: 18px;
  flex-wrap: wrap;
}

/* .fc-logos img {
  height: 32px;
} */

.fc-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fc-item h6 {
  margin: 0;
}

.fc-item i {
  width: 22px;
  height: 22px;
  background-color: var(--primary-color);
  display: inline-flex;
  border-radius: 50%;
  margin-top: -2px;
}

/* JOIN SECTION */
.join-section {
  /* background-color: #010e29; */
  background: radial-gradient(ellipse at center bottom, #031c52 25%, #010e29);
  background-size: 100%;
  height: 100%;
  width: 100%;
  height: 360px;
}

.join-sec-pattern {
  background-image: linear-gradient(#03205e 1px, transparent 1px),
    linear-gradient(to right, #03205e 1px, transparent 1px);
  /* background-image: linear-gradient(#041c51 1px, transparent 1px),
      linear-gradient(to right, #041c51 1px, transparent 1px); */
  background-size: 125px 125px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-section h2 {
  color: #ffffff;
  text-align: center;
  margin: auto;
  line-height: 1.6;
}

/* PLATFORM SECTION */
.platform-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.platform-section .section-title {
  color: var(--primary-color);
  max-width: 54%;
  margin: auto;
  text-align: center;
}

.platform-tab .nav-pills {
  gap: 32px;
}

.platform-tab .nav-item {
  width: calc(100% / 3 - 32px);
}

.platform-tab {
  margin-top: 50px;
}

.platform-tab .nav-link {
  width: 100%;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 4px solid #eef2f5;
  border-radius: 0;
  color: var(--primary-color);
}

.platform-tab .nav-link.active {
  background-color: transparent;
  border-bottom: 4px solid var(--red-color);
  color: var(--primary-color);
}

.platform-tab .tab-content {
  margin-top: 48px;
}

.emp-header {
  font-size: 16px;
  font-weight: 400;
  margin: 40px 0;
  color: var(--primary-color);
}

.empower-pane {
  display: flex;
  gap: 30px;
}

.empower-details {
  width: 50%;
}

.empower-art {
  width: 40%;
}

.empower-details .hero-talk-btn {
  margin-top: 40px;
}

/* WHY US SECTION */
.why-us-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background: radial-gradient(ellipse at center bottom, #031c52 25%, #010e29);
}

.why-us-points .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #182e5f;
}

.why-us-points .accordion-button {
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
}

.why-us-points .accordion-button::after {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

.why-us-points .accordion-button span {
  width: 24px;
  height: 24px;
}

.why-us-points .accordion-button span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--primary-color);
  margin-right: 12px;
  font-size: 16px;
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button:not(.collapsed) span {
  background-color: #77ceff;
}

.why-us-points .accordion-body {
  color: #ffffff;
  padding: 4px 0 20px 0;
  font-size: 16px;
  font-weight: 300;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #182e5f;
}

.why-us-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.why-us-content {
  width: 40%;
}

.why-us-art {
  width: calc(58% - 30px);
}

.why-us-points {
  margin-top: 40px;
  margin-bottom: 56px;
}

.why-us-content .section-title {
  color: #ffffff;
}

/* ELEVATE SECTION */
.elevate-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.elevate-content .section-title {
  margin-bottom: 26px;
  color: var(--primary-color);
}

.elevate-content p {
  color: var(--primary-color);
  font-size: 16px;
}

.elevate-content h6 {
  color: var(--primary-color);
  font-size: 16px;
  margin-top: 40px;
}

.elevate-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.elevate-bg {
  width: 43%;
}

.elevate-content {
  width: 45%;
}

/* SECURITY SECTION */
.security-standards-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f1faff;
}

.security-standards-wrapper {
  display: flex;
  justify-content: space-between;
}

.security-details {
  width: 40%;
}

.security-certificates {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.security-item {
  width: calc(50% - 16px);
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
}

.security-item img {
  margin-bottom: 24px;
  height: 80px;
  width: auto;
}

.security-item h6,
.security-item p {
  color: var(--primary-color);
}

.security-details .emp-header {
  margin-top: 24px;
  margin-bottom: 40px;
}

.security-details .empower-content {
  margin-bottom: 40px;
}

.security-details .empower-content .empower-item {
  align-items: flex-start;
}

.start-today-home-wrapper {
  display: flex;
  align-items: center;
  width: 110%;
}

.st-home {
  padding-bottom: 70px;
}

.start-today-home-wrapper .start-today-content {
  width: 50%;
  text-align: center;
}

.start-today-home-wrapper .start-today-content .section-title {
  margin-bottom: 40px;
  color: #ffffff;
}

.start-today-home-wrapper .start-today-content .section-title span {
  color: #77ceff;
}

.system-view-home {
  width: 50%;
}

.st-home > .container-fluid {
  overflow: hidden;
}
