body {
  font: 14px/1.5 "Nunito", sans-serif;
  color: #565050;
  background-color: #ffffff;
  font-weight: 400;
}
html,
body {
  margin: 0;
  padding: 0;
}
.ank-container {
  width: 77%;
  margin: 0 auto;
}
.main-banner {
  width: 100%;
  position: relative;
}
.banner-content {
  position: absolute;
  /* z-index: 5; */
  top: 0;
  left: 0;
  right: 0;
}

.navbar.navbar-ank .header {
  background-color: #ffffff !important;
  border-radius: 8px;
  margin-top: 10px;
  padding: 1em 3em !important;
}

.top-links {
  color: #828282 !important;
  font-size: 1em;
  font-weight: 400;
  padding-left: 2em !important;
  padding-right: 2em !important;
}
.top-links:focus,
.top-links:hover {
  color: #030303 !important;
}
.navbar.navbar-ank .nav-link.active {
  color: #030303 !important;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #ecbf0b;
  text-decoration-thickness: 1.3px;
  -webkit-text-decoration-thickness: 1.3px;
  -moz-text-decoration-thickness: 1.3px;
}

.btn-login {
  width: 100px;
  border: 1px solid #2e2e2e;
  border-radius: 4px;
  text-align: center;
  font-size: 1em;
  height: 40px;
  padding: 8px;
  color: #2e2e2e;
  margin-left: 2em !important;
}
.btn-login:focus,
.btn-login:hover {
  opacity: 0.7;
}

.btn-contact {
  font-size: 1em;
  color: #1b1b1b;
  font-weight: 800;
  background-color: #ecbf0b;
  border-radius: 4px;
  text-align: center;
  padding: 10px 20px !important;
  margin-left: 2em !important;
}
.btn-contact:focus,
.btn-contact:hover {
  opacity: 0.7;
}
.banner-text {
  text-align: justify;
  padding-top: 15em;
  color: #ffffff;
}
.banner-text h1 {
  font-size: 5em;
  font-weight: 900;
}
.banner-text .text-bg {
  background-color: #ffffff;
  color: #ecbf0b;
  border-radius: 12px;
  font-size: 5em;
  font-weight: 900;
  padding: 0 10px;
}
.banner-text .sub-text {
  font-size: 1.3em;
  font-weight: 500;
  width: 520px;
  margin-bottom: 1.5em;
}
.btn-get-started {
  font-size: 1.6em;
  color: #1b1b1b;
  font-weight: 700;
  background-color: #ecbf0b;
  border-radius: 4px;
  text-align: center;
  padding: 10px 50px !important;

  text-decoration: none;
}
.btn-get-started:focus,
.btn-get-started:hover {
  opacity: 0.9;
  color: #1b1b1b;
}

.page-section {
  background-repeat: repeat;
  background-size: cover;

  background-image: url("../images/ank-insights-background.svg");
}

.page-section .solutions {
  position: relative;
}
.page-section .solutions .data-stat {
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  background-color: #ecbf0b;
  border-radius: 28px;
  color: #ffffff;
  padding: 2.6em 0 2.6em 0;
}
.solutions .data-stat .data-stat-val {
  text-align: center;
  /* margin-right: 5em; */
}
.solutions .data-stat .data-stat-val h1 {
  font-size: 5em;
  font-weight: 900;
}
.solutions .data-stat .data-stat-val div {
  font-size: 1.2em;
  font-weight: 500;
}

.page-section .solutions .solution-section {
  position: relative;
  padding-top: 250px;
  padding-bottom: 5em;
}
.solution-section .sol-header {
  color: #696969;
  font-size: 2em;
  font-weight: 700;
}
.solution-section .sol-header span {
  display: inline-block;
  /* padding-top: 2px; */
}
.solution-section .sol-header .flip-text {
  transform: scale(1, -1);
  color: #ecbf0b;
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  
}
.solution-section .sol-header h2 {
  color: #363636;
  font-weight: 800;
  font-size: 1.4em;
}
.solution-section .sol-content {
  text-align: justify;
  padding-right: 3em;
}
.solution-section .sol-content .sol-title {
  color: #363636;
  font-weight: 700;
  font-size: 1.3em;
  padding: 8px 0 10px 0;
}
.solution-section .sol-content .sol-text {
  color: #565050;
  font-weight: 500;
  font-size: 1.3em;
}
.solution-section .next-row {
  margin-top: 70px;
}
.solution-section2 {
  background-color: #363636;
  padding: 6em 0;
}
.solution-section2 .heading h2 {
  color: #ffffff;
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
}
.solution-section2 h2 span {
  color: #ecbf0b;
  text-decoration: underline;
  text-decoration-color: #ecbf0b;
}
.solution-section2 .ank-container .sol2-content {
  color: #eaedf1d9;
  font-weight: 700;
  font-size: 1.4em;
  text-align: justify;
  padding-right: 2em;
}
.services {
  padding: 4em 5em 4em 0;
}
.services .header h2 {
  color: #ecbf0b;
  font-size: 2.5em;
  font-weight: 700;
}
.services .header div,
.why-us .header div {
  color: #696969;
  font-size: 2em;
  font-weight: 700;
  margin-top: -12px;
}
.services .services-list {
  padding-right: 5em;
}
.services .services-content {
  padding: 2em 1em 2em 1em;
}
.services .services-content .content {
  padding-left: 1.5em;
  text-align: justify;
}
.services .services-content .content h3 {
  color: #363636;
  font-weight: 700;
}
.services .services-content .content div {
  color: #696969;
  font-weight: 700;
  font-size: 1.2em;
}
.why-us {
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 3em;
}
.why-us .header {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 3.5em;
}
.why-us .header h2 {
  color: #ecbf0b;
  font-size: 3.5em;
  font-weight: 700;
}
.why-us .content .why-detail {
  padding-bottom: 3.5em;
}
.why-us .content .why-col:nth-child(1) {
  padding-right: 5em;
}
.why-us .content .why-col:nth-child(2) {
  padding-left: 5em;
}
.why-us .content .why-detail div {
  color: #363636;
  font-weight: 700;
  font-size: 1.5em;
  text-align: justify;
  padding-left: 1em;
}

.data-platform {
  text-align: center;
  padding-bottom: 3.5em;
}
.data-platform h2 {
  color: #1b1b1b;
  font-size: 3.5em;
  font-weight: 700;
  padding-bottom: 20px;
}
.data-platform div {
  color: #828282;
  font-weight: 700;
  font-size: 1.5em;
  padding-bottom: 1.7em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.data-platform div span {
  color: #030303;
  font-size: 1.8em;
}

.about {
  padding-bottom: 3.5em;
}
.about .header h2 {
  color: #363636;
  font-weight: 800;
  font-size: 3.5em;
}
.about .header div {
  color: #ecbf0b;
  font-weight: 700;
  font-size: 2em;
  margin-top: -12px;
}
.about .about-content {
  color: #828282;
  font-weight: 700;
  font-size: 2em;
  text-align: justify;
}

.demo {
  position: relative;
  padding-bottom: 3em;
}
.demo .demo-content {
  position: absolute;
  bottom: 28%;
  left: 0;
  right: 0;
}
.demo .demo-content h3 {
  font-size: 3em;
  color: #000000;
  font-weight: 800;
}
.demo .demo-content div {
  color: #4f4f4f;
  font-size: 1.3em;
  font-weight: 800;
  padding: 0 1em;
}

.get-started {
  background-color: #030303;
  padding-top: 6em;
  padding-bottom: 6em;
}
.get-started h3 {
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 3em;
  margin-bottom: 0.4em;
}
.get-started #accordionGetStarted {
  background-color: #030303 !important;
  color: #ffffff !important;
}
.get-started .accordion .accordion-body {
  background-color: #24263a !important;
  color: #eaedf1d9 !important;
  font-size: 1.3em;
  border-radius: 9px;
  text-align: justify;
  padding: 1.8em;
}
.get-started .accordion-flush .accordion-collapse,
.get-started .accordion .accordion-item {
  background-color: #030303;
}
.get-started .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #030303 !important;
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  padding-left: 5px;
  margin-top: 1em;
}
.get-started
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  span {
  background-color: #24263a;
  border-radius: 6px;
  padding: 16px 26px;
  margin-right: 1em;
}
.get-started .accordion .accordion-button:focus {
  box-shadow: none;
}
.get-started .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../images/arrow-up.svg");
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  background-size: auto;
  background-position: center;
}

.get-started .accordion .accordion-button.collapsed::after {
  background-image: url("../images/arrow-down.svg");
  background-size: auto;
  background-position: center;
}

.get-started .accordion .accordion-item {
  border: none;
}
.get-started .accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.footer-container {
  background-image: url(../images/footer-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #030303;
}
.footer-container .footer-content {
  padding-top: 7em;
  /* padding-bottom: 3em; */
}
.footer-container .footer-icon {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 10px;
}
.footer-container .title {
  color: #ffffff;
  padding: 5px 0;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
  width: 186px;
}

.footer-container .footer-links {
  color: #ffffff;
}
.footer-container .footer-links h4 {
  font-weight: 700;
}

.footer-container .footer-links ul {
  list-style: none;
  padding-left: 0;
}

.footer-container .footer-links ul li {
  font-size: 1.6em;
  font-weight: 500;
  padding-top: 5px;
}

.footer-container .footer-links .alinks a {
  text-decoration: none;
  color: #ffffff;
}
.footer-container .footer-links .alinks a:hover,
.footer-container .footer-links .alinks a:focus {
  color: #ecbf0b;
}

.footer-container .footer-links .control-group {
  position: relative;
}

.footer-container .footer-links .control-group input {
  border-radius: 4px !important;
  padding-right: 150px;
}

.footer-container .footer-links .control-group button {
  position: absolute;
  top: 3px;
  right: 3px;
}

.btn-submit {
  color: #ffffff;
  font-weight: 600;
  background-color: #ecbf0b;
  border-radius: 4px;
  font-size: 1.7em;
  padding: 4px 20px;
  border: none;
}
.btn-submit:hover,
.btn-submit:focus {
  opacity: 0.7;
}

.footer-container .footer-links .social-links {
  margin: 0;
  padding: 0;
}

.footer-container .footer-links .social-links li {
  float: left;
}

.footer-container .footer-links .social-links li a {
  display: block;
  color: #ffffff;
  text-align: center;
  padding-right: 35px;
  text-decoration: none;
}
.footer-container .rights {
  color: #4f4f4f;
  margin-top: 2em;
  padding-bottom: 1em;
  /* height: 150px; */
}

.footer-container .rights div {
  background-color: #ecbf0b;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 1.7em;
  padding: 6px 0;
  /* margin: 0 1.2em; */
}
