@font-face {
  font-family: Orkney;
  src: url(fonts/Orkney-Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: Orkney;
  src: url(fonts/Orkney-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: Metropolis;
  src: url(fonts/Metropolis-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: Metropolis;
  src: url(fonts/Metropolis-Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: Metropolis;
  src: url(fonts/Metropolis-SemiBold.otf);
  font-weight: 600;
}

:root {
  --black: #36313d;
  --purple: #254e58;
  --purple300: #88bdbc;
  --orange700: #f68922;
  --orange500: #ffb50f;
  --grey: #78757a;
  --light-grey: #f0f0f2;
  --light-purple: #f7f7fc;
  --header-font: "Orkney", sans-serif;
  --body-font: "Metropolis", sans-serif;
}
/*************GENERAL START*************/
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--body-font);
  color: var(--black);
  font-size: 15px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 64px;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--header-font);
  font-weight: bold;
  color: var(--purple);
  line-height: 2rem;
}

.wrapper {
  width: 88%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}
.section {
  padding: 3rem 0;
}
.section-title {
  text-align: center;
  padding-top: 3rem;
  margin-bottom: 32px;
}
.section-title h1 {
  font-size: 30px;
  margin: auto;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
}
.section-title h1::before {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  left: -50px;
  top: -8px;
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
}
.section-subtitle {
  display: block;
  margin: 16px auto 0 auto;
  max-width: 600px;
  color: var(--purple);
}
.card {
  background-color: white;
  box-shadow: #e8e8f8 0px 5px 15px;
  padding: 2rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #f4f4fc;
}
.card-title {
  font-size: 19px;
  font-family: var(--body-font);
  line-height: 1.3;
}
input,
textarea,
button,
.button {
  height: 40px;
  width: 100%;
  border: none;
  padding: 0.8rem;
  font-family: var(--body-font);
  background-color: transparent;
  font-size: 15px;
  border-radius: 3px;
}
input,
textarea {
  margin-bottom: 16px;
  color: var(--light-purple);
  background-color: rgba(255, 255, 255, 0.05);
}
input:focus,
textarea:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
}
::placeholder {
  color: #f7f7fce5;
}
input:focus::placeholder {
  color: var(--purple);
}
button,
.button {
  width: 100px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.5px;
  background-color: var(--orange500);
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-family: var(--header-font);
}
button:active,
.button:active {
  box-shadow: none;
}
textarea {
  height: auto;
  width: 100%;
}
.highlight {
  color: var(--orange500);
}
ul.dotted li::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: white;
  border-radius: 50%;
  border: 3px solid var(--orange500);
  left: 0;
  top: 5px;
}
ul.dotted li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 24px;
}
.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#main-header {
  background-color: var(--purple);
  padding: 26px 0 20px 0;
  width: 100%;
  z-index: 9999;
}
#main-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-nav {
  display: flex;
  flex-grow: 1;
  max-width: 450px;
  justify-content: space-between;
  padding: 0 16px;
}
#main-nav,
.contact {
  display: none;
}
#main-nav .item {
  color: var(--light-purple);
  font-family: var(--header-font);
  letter-spacing: 1px;
  padding: 8px;
}
#main-header .mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  background-color: #292577;
  z-index: 9999;
  border-top: 1px solid #24216e;
}
#main-header .mobile-nav .item {
  height: 64px;
  width: 56px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 0 3px 0;
  color: var(--light-purple);
  font-size: 11.5px;
  font-family: var(--header-font);
  font-weight: 400;
  letter-spacing: 1px;
}
#main-header .mobile-nav .item.active,
#main-header .mobile-nav .item.active .icon {
  color: var(--orange500);
  fill: var(--orange500);
}
#main-header .mobile-nav .icon {
  margin-bottom: 4px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  fill: var(--light-purple);
}
#innovation,
#datatech {
  position: relative;
  padding-bottom: 30px;
  height: 120vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#innovation .column,
#datatech .column {
  display: flex;
  flex-direction: column;
}
#innovation .text,
#datatech .text {
  margin-bottom: 32px;
}
#innovation .button,
#datatech .button {
  margin: 0 auto;
}
#innovation .display-1,
#datatech .display-1 {
  font-size: 30px;
  margin-bottom: 16px;
  line-height: 1.2;
}
#innovation .subtitle,
#datatech .subtitle {
  font-size: 15px;
  margin-bottom: 16px;
  line-height: 1.5;
  font-weight: normal;
}
#innovation img,
#datatech img {
  width: 98%;
  max-width: 400px;
  margin: 0 auto;
}
#innovation {
  background-color: var(--purple);
}
#innovation .wave path {
  fill: var(--light-purple);
}
#innovation .display-1,
#innovation .subtitle {
  color: var(--light-purple);
}
#datatech {
  background-color: var(--light-purple);
}
#datatech img {
  order: 1;
}
#datatech .wave path {
  fill: white;
}
#datatech .display-1,
#datatech .subtitle {
  color: var(--purple);
}
#clients {
  position: relative;
  background-color: white;
}
#clients .card {
  margin-bottom: 24px;
  position: relative;
  top: -40px;
}
#clients h1 {
  color: #adadad;
  font-weight: normal;
  margin-bottom: 28px;
}
#clients .column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#clients img {
  margin-bottom: 28px;
}
#services .section-title {
  padding-top: 0px;
}
#services .section-title h1::before {
  background-image: url(images/server.png);
}
#services .card {
  margin-bottom: 32px;
}
#services .card .card-title {
  margin-bottom: 20px;
  font-weight: 600;
}
#services .card img {
  margin-bottom: 14px;
}
#services .card .card-content {
  text-align: left;
}
#services .card ul {
  padding-top: 16px;
}
#benefits {
  background-color: var(--purple);
}
#benefits .section-title h1 {
  color: var(--light-purple);
}
#benefits .card {
  background-color: #112d32;
  box-shadow: none;
  box-shadow: #112d32 0px 5px 15px;
  border-color: #112d32;
  color: var(--light-purple);
  margin-bottom: 32px;
}
#benefits .card h1 {
  color: var(--orange500);
  margin-bottom: 16px;
}
#benefits .card img {
  margin-bottom: 24px;
}
#solutions .section-title h1::before {
  background-image: url(images/exit.png);
}
#solutions .column > * {
  padding: 44px 0;
}
#solutions .column img {
  margin-bottom: 12px;
}
#solutions .content h1 {
  margin-bottom: 16px;
  text-align: center;
}
#solutions .content {
  text-align: left;
}
#solutions .content p {
  margin-bottom: 16px;
}
.footer {
  background-color: var(--purple);
  color: var(--light-purple);
}
footer .info {
  text-align: left;
  margin-bottom: 40px;
}
.footer .title {
  color: var(--light-purple);
  margin-bottom: 24px;
  font-size: 24px;
  text-align: left;
}
.footer p {
  margin-bottom: 16px;
}
.copyright {
  padding: 14px;
  text-align: center;
  background-color: #112d32;
  color: var(--light-purple);
}
/* Small devices (landscape phones, 568px and up) */
@media (min-width: 568px) {
  #innovation,
  #datatech {
    height: 110vh;
  }
  #innovation .display-1,
  #datatech .display-1 {
    font-size: 40px;
    margin-bottom: 24px;
    line-height: 1.2;
  }
  #innovation .subtitle,
  #datatech .subtitle {
    font-size: 17px;
    margin-bottom: 24px;
    line-height: 1.5;
    font-weight: normal;
  }
  #innovation .text,
  #datatech .text {
    margin-bottom: 44px;
  }
  #clients .column {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #clients img {
    margin-bottom: 28px;
  }
  #benefits .card p {
    max-width: 300px;
    margin: auto;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body {
    text-align: left;
    margin-bottom: 0px;
  }
  .section-title {
    margin-bottom: 44px;
  }
  .section-title h1::before {
    width: 48px;
    height: 48px;
    left: -64px;
    top: -4px;
    background-size: 48px;
  }
  .section-title h1 {
    font-size: 36px;
  }
  .section-subtitle {
    font-size: 18px;
  }
  #main-header {
    /* position: fixed; */
  }
  #main-header .wrapper {
    justify-content: space-between;
  }
  #main-nav,
  .contact {
    display: flex;
  }
  #main-header .mobile-nav {
    display: none;
  }
  #innovation,
  #datatech {
    height: 70vh;
    text-align: left;
  }
  #innovation .column,
  #datatech .column {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 120px;
  }
  #innovation .button,
  #datatech .button {
    margin: 0;
  }
  #innovation img,
  #datatech img {
    margin: 0;
    width: 40%;
  }
  #innovation .text,
  #datatech .text {
    margin-bottom: 0;
    width: 50%;
  }
  #innovation .display-1,
  #datatech .display-1 {
    font-size: 32px;
  }
  #innovation {
    /* padding-top: 130px; */
  }
  #innovation .text {
    margin-right: 72px;
  }
  #datatech .text {
    margin-left: 88px;
  }
  #datatech img {
    order: -1;
  }
  #clients {
    text-align: center;
  }
  #clients .column {
    justify-content: space-around;
  }
  #clients .card {
    top: -100px;
  }
  #services.section {
    padding-top: 24px;
    padding-bottom: 6rem;
  }
  #services .column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  #services .card {
    margin-bottom: 0;
  }
  #services .card .header {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 16px;
  }
  #services .card .card-title {
    padding-top: 8px;
    margin-bottom: 0;
  }
  #services .card img {
    margin-right: 18px;
    margin-bottom: 0;
    width: 40px;
  }
  #benefits .section-title h1 {
    font-size: 30px;
  }
  #benefits .section-title h1::before {
    background-image: url(images/key.png);
  }
  #benefits .column {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  #benefits .card img {
    width: 56px;
  }
  #solutions .column > * {
    display: flex;
    align-items: flex-start;
    padding: 56px 0;
    justify-content: space-between;
  }
  #solutions .column img {
    width: 40%;
    margin-right: 32px;
  }
  #solutions .column h1 {
    text-align: left;
  }
  #solutions #loyalty img {
    order: 1;
    margin-right: 0px;
    margin-left: 32px;
  }
  #solutions .column .content {
    max-width: 55%;
  }
  .footer .column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/* Large devices (desktops, 1024px and up) */
@media (min-width: 1024px) {
  .wrapper {
    max-width: 960px;
  }
  .section-title h1::before {
    width: 56px;
    height: 56px;
    left: -74px;
    top: -8px;
    background-size: auto;
  }
  .section-title {
    margin-bottom: 56px;
  }
  .section-title h1 {
    font-size: 40px;
  }
  .card-title {
    font-size: 22px;
  }
  ul.dotted li::before {
    top: 6px;
  }
  #innovation,
  #datatech {
    height: 85vh;
  }
  #innovation .text,
  #datatech .text {
    width: 45%;
  }
  #innovation .display-1,
  #datatech .display-1 {
    font-size: 38px;
  }
  #innovation .subtitle,
  #datatech .subtitle {
    font-size: 18px;
  }
  #innovation img,
  #datatech img {
    width: 400px;
    max-width: 700px;
  }
  #clients .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #clients .card {
    top: -160px;
    width: 49%;
  }
  #clients .column {
    justify-content: space-between;
  }
  #services .card img {
    width: auto;
    margin-right: 24px;
  }
  #services .card-title {
    width: 300px;
  }
  #services .card .header {
    margin-bottom: 28px;
  }
  #solutions .column > * {
    padding: 58px 0;
    align-items: center;
  }
  #solutions .column img {
    margin-right: 44px;
    margin-bottom: 0;
  }
  .footer .horizontal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1216px) {
  .wrapper {
    max-width: 1152px;
  }
  .card-title {
    font-size: 26px;
  }
  #innovation,
  #datatech {
    height: 90vh;
  }
  #innovation .display-1,
  #datatech .display-1 {
    font-size: 44px;
    margin-bottom: 16px;
  }
  #innovation .subtitle,
  #datatech .subtitle {
    font-size: 22px;
  }
  #innovation img,
  #datatech img {
    width: 500px;
  }
  #datatech .column {
    padding: 0;
  }
  #datatech {
    align-items: flex-start;
  }
}
/*************GENERAL END*************/
#attribution-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}

.client-logo {
  max-width: 130px;
  max-height: 50px;
}