* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "PuffinArcade";
  src: url(css/fonts/PuffinArcade-Regular.woff);
}

.nav-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  position: relative;
  background-color: var(--color2);
  padding: 20px 100px;
}
.logo img {
  width: 206px;
}
.menu {
  display: flex;
}
.menu li {
  padding-left: 64px;
}
.menu li a {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  color: #0157c8;
  text-align: center;
  transition: 0.15s ease-in-out;
  position: relative;
}
.menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--color1);
  transition: 0.15s ease-in-out;
}
.menu li a:hover:after {
  width: 100%;
}
.open-menu,
.close-menu {
  position: absolute;
  color: #0157c8;
  cursor: pointer;
  font-size: 1.5rem;
  display: none;
}
.open-menu {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.close-menu {
  top: 20px;
  right: 20px;
}
#check {
  display: none;
}

.howitworks {
  background-color: #f6faff;
}
.architecture {
  background-color: #f6faff;
}
.logo {
  cursor: pointer;
  margin-right: auto;
}

.nav__links {
  list-style: none;
}

.nav__links li {
  display: inline-block;
  padding: 0px 40px;
}

.nav__links li a {
  transition: all 0.3 ease 0s;
}

.nav__links li a:hover {
  color: #152c77;
}

.container {
  background-image: url(./hero-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.award-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  max-width: 20%;
}
.container img {
  margin-top: 64px;
  padding-right: 5%;
}

.herologin img {
  padding-right: 0%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}

.hero-text {
  width: 80%;
}

.hero-text h1 {
  font-family: "PuffinArcade", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-weight: 900;
  font-size: 74px;
  letter-spacing: 5px;
  line-height: 60px;
  margin-top: 40px;
  margin-bottom: 80px;
  margin-left: 10%;
  margin-right: 10%;
  color: #051341;
}

.hero-text p {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 80px;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  color: #051341;
}

button {
  padding: 9px 25px;
  background-color: rgba(1, 87, 200, 1);
  border: none;
  border-radius: 50px;
  margin-left: 40px;
}

.bg {
  margin: auto;
}

.howitworks h2 {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 39px;
  padding-top: 88px;
  margin-left: 5%;
  color: #051341;
  letter-spacing: 1px;
}
.howitworks text {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-size: 25px;
  padding-top: 15px;
  margin-left: 5%;
  color: #051341;
}
.howitworks li {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-size: 24px;
  padding-top: 20px;
  margin-left: 7%;
  color: #051341;
}

.architecture h2 {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 39px;
  padding-top: 88px;
  margin-left: 5%;
  color: #051341;
  letter-spacing: 1px;
}

.howitworks img {
  display: block;
  align-items: center;
  width: auto;
  margin-left: 5%;
  margin-top: 80px;
  padding-bottom: 15px;
}

.architecture img {
  display: block;
  width: 85%;
  align-items: center;
  margin-left: 5%;
  margin-top: 40px;
  padding-bottom: 15px;
}
.architecture text {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-size: 20px;
  padding-top: 20px;
  margin-left: 5%;
  color: #051341;
}

.architecture p {
  margin-right: 5%;
}
.architecture li {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-size: 25px;
  padding-top: 15px;
  margin-left: 7%;
  color: #051341;
}

.trustedby {
  background-image: url(./trustedbg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 128px;
  margin-top: 50px;
}

.trustedby h2 {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 39px;
  padding-top: 48px;
  padding-bottom: 24px;
  margin-left: 5%;
  color: #051341;
  letter-spacing: 1px;
}

.trustedby img {
  flex-direction: row;
  width: auto;
  padding-bottom: 40px;
  margin-left: 5%;
}

.footerlinks {
  font-family: "Barlow", sans-serif;
  background-color: #2349c7;
  padding-top: 24px;
  text-decoration: none;
  gap: 16px;
}

.links li {
  text-decoration: none;
  margin-bottom: 12px;
}

.footerlinks h3 {
  margin-left: 5%;
  font-family: "Barlow", sans-serif;
  color: #f6faff;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 16px;
}

.footerlinks p {
  margin-left: 5%;
  font-family: "Barlow", sans-serif;
  color: #010942;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-top: 16px;
}

.footerright {
  background-color: #2349c7;
  padding-top: 8px;
}

.footerlinks img {
  margin-left: 5%;
  padding-bottom: 24px;
}

.footerlinks li a {
  margin-left: 5%;
  color: #f6faff;
  font-size: 16px;
  text-decoration: none;
}

.socialmedia {
  padding-top: 20px;
  display: flex;
  margin-left: 5%;
  gap: 24px;
}

.socialmedia a img {
  width: 32px;
  margin-left: 5%;
}

.footerright h3 {
  margin-left: 5%;
  font-family: "Barlow", sans-serif;
  color: #f6faff;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 40px;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

.footerright p {
  margin-left: 5%;
  font-family: "Barlow", sans-serif;
  color: #00196b;
  font-size: 12px;
  padding-bottom: 24px;
}

.teambg {
  height: 280px;
  background-image: url(./teamfull.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 180px;
  margin-bottom: 180px;
}

.teamcontent h2 {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 39px;
  padding-top: 88px;
  padding-bottom: 88px;
  margin-left: 145px;
  color: #051341;
  letter-spacing: 2px;
}

.teambg li {
  display: inline-block;
  align-items: center;
  padding: 24px 90px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-left: 240px;
  color: #2249c8;
}

.usecasesimage {
  padding-left: 5%;
  width: 60%;
  max-width: 700px;
  padding-bottom: 32px;
}

.responsiveusecases {
  margin-bottom: 62px;
  width: "60%";
}

@media (max-width: 1600px) {
  .howitworks img {
    width: 1400px;
  }
}

@media (max-width: 1525px) {
  .howitworks img {
    width: 1325px;
  }
}

@media (max-width: 1465px) {
  .howitworks img {
    width: 1295px;
  }
}

@media (max-width: 1420px) {
  .howitworks img {
    width: 1250px;
  }
}

@media (max-width: 1375px) {
  .howitworks img {
    width: 1205px;
  }
}

@media (max-width: 1325px) {
  .howitworks img {
    width: 1155px;
  }

  .usecasesimage {
    width: 90%;
    max-width: 700px;
  }
}

@media (max-width: 1270px) {
  .container img {
    width: auto;
    padding-right: 48px;
  }
  .hero-text h1 {
    font-size: 76px;
    margin-right: 10%;
    margin-left: 10%;
  }

  .award-img img {
    max-width: 200px;
    width: 200px;
  }

  .hero-text p {
    font-size: 18px;
    margin-right: 10%;
    margin-left: 10%;
  }

  .herologin {
    align-content: center;
  }
}

@media (max-width: 1265px) {
  .howitworks img {
    width: 1090px;
  }

  .responsiveusecases {
    width: 35%;
  }
}

@media (max-width: 1200px) {
  .howitworks img {
    width: 1025px;
  }

  .usecasesimage {
    width: 60%;
    max-width: 700px;
  }
}

@media (max-width: 1140px) {
  .howitworks img {
    width: 955px;
  }

  .architecture img {
    width: 90%;
  }
}

@media (max-width: 1060px) {
  .howitworks img {
    width: 885px;
  }
}

@media (max-width: 1024px) {
  .howitworks img {
    width: 90%;
  }

  .menu li a {
    font-size: 18px;
  }

  .nav-bar {
    padding: 20px 20px;
  }

  .logo img {
    width: 165px;
  }

  li,
  button {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
  }

  a {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #0157c8;
    text-decoration: none;
  }

  .container img {
    width: 400px;
    padding-left: 48px;
    padding-top: 0px;
    align-content: center;
  }

  .container {
    margin-top: 0px;
    flex-direction: column;
    display: flex;
    align-items: center;
  }

  .hero-text {
    width: 100%;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 62px;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 24px;
    margin-top: 24px;
  }

  .hero-text p {
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 28px;
  }

  .herologin img {
    width: 300px;
  }

  .howitworks h2 {
    font-size: 28px;
    padding-top: 64px;
  }

  .footerlinks li a {
    margin-left: 5%;
    color: #f6faff;
    font-size: 14px;
  }

  .footerright h3 {
    margin-left: 5%;
    font-family: "Barlow", sans-serif;
    color: #f6faff;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .footerlinks img {
    margin-left: 5%;
    padding-bottom: 16px;
  }

  .socialmedia {
    width: 20px;
    display: flex;
  }

  .logo {
    width: 180px;
  }

  .trustedby h2 {
    font-size: 28px;
  }

  .trustedby h2 {
    font-size: 28px;
  }

  .transitionusecases {
    width: 85%;
  }
}

@media (max-width: 838px) {
  .hero-text h1 {
    font-size: 54px;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 24px;
    margin-top: 24px;
  }

  .hero-text p {
    font-size: 16px;
    margin-right: 10%;
    margin-left: 10%;
  }

  .herologin img {
    width: 270px;
    align-content: center;
  }
}
@media (max-width: 774px) {
  .herologin img {
    width: 270px;
  }
}

@media (max-width: 722px) {
  .hero-text h1 {
    font-size: 48px;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 24px;
    margin-top: 24px;
  }

  .hero-text p {
    font-size: 16px;
    margin-right: 10%;
    margin-left: 10%;
  }

  .herologin img {
    width: 270px;
  }
}

@media (max-width: 678px) {
  .container img {
    width: 365px;
    align-content: center;
  }

  .hero-text h1 {
    font-size: 40px;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 24px;
    margin-top: 24px;
    letter-spacing: 3px;
  }

  .hero-text p {
    font-size: 16px;
    margin-right: 10%;
    margin-left: 10%;
  }

  .herologin img {
    width: 199px;
  }

  .howitworks h2 {
    font-size: 22px;
    padding-top: 54px;
  }

  .logo img {
    width: 165px;
  }

  li,
  button {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
  }

  a {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #0157c8;
    text-decoration: none;
  }

  .trustedby h2 {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .logo img {
    width: 158px;
  }
}

@media (max-width: 620px) {
  .hero-text h1 {
    font-size: 38px;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 24px;
    margin-top: 24px;
    align-content: center;
  }

  .hero-text p {
    font-size: 16px;
    margin-right: 10%;
    margin-left: 10%;
  }

  .herologin img {
    width: 199px;
  }

  .container img {
    width: 345px;
    align-content: center;
  }

  .herologin img {
    width: 191px;
  }
}

@media (max-width: 610px) {
  .menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
  }

  .menu li {
    padding-left: 16px;
  }

  .menu li {
    margin-top: 40px;
  }
  .menu li a {
    padding: 10px;
  }
  .open-menu,
  .close-menu {
    display: block;
  }
  #check:checked ~ .menu {
    right: 0;
  }
}

@media (max-width: 574px) {
  .hero-text h1 {
    line-height: 25px;
    font-size: 36px;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 24px;
    margin-top: 24px;
  }

  .herologin img {
    width: 191px;
  }
  .footerlinks img {
    width: 40%;
  }
}

@media (max-width: 515px) {
  .containter img {
    display: inline;
    align-items: center;
  }

  .trustedby h2 {
    display: flex;
    align-items: center;
  }

  .howitworks img {
    padding-bottom: 64px;
  }

  .trustedby img {
    width: 40%;
    display: flex;
    flex-direction: column;
  }

  .nav__links li {
    display: inline-block;
    padding: 8px 1px;
  }

  .transitionusecases {
    width: 90%;
    margin: 2%;
  }

  .architecture text {
    font-size: 14px;
  }

  .howitworks li {
    font-size: 14px;
    margin-right: 3%;
  }
}

@media (max-width: 430px) {
  .logo img {
    width: 158px;
  }

  .howitworks img {
    margin-top: 56px;
  }

  .hero-text p {
    font-size: 14px;
    margin-right: 10%;
    margin-left: 10%;
  }
}

@media (max-width: 370px) {
  .cta a {
    font-size: 14px;
  }

  button {
    padding: 6px 20px;
    background-color: rgba(1, 87, 200, 1);
    border: none;
    border-radius: 50px;
    margin-left: 40px;
  }

  .transitionusecases {
    width: 100%;
  }
}

/* TEAM PAGE TEAM PAGE TEAM PAGE TEAM PAGE TEAM PAGE TEAM PAGE TEAM PAGE TEAM PAGE */

.teamheader {
  background-color: #f6faff;
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 39px;
  padding-top: 56px;
  padding-left: 5%;
  padding-bottom: 40px;
  color: #051341;
  letter-spacing: 1px;
}

.ourteam {
  background-image: url(./teambg.svg);
  background-color: #f6faff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  margin-bottom: 88px;
}
.ourteam .box {
  width: calc(33% - 10px);
  background: #f6faff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  border-radius: 16px;
}
.box .quote i {
  margin-top: 10px;
  font-size: 45px;
  color: #17c0eb;
}
.ourteam .box .image {
  margin: 10px 0;
  height: 150px;
  width: 150px;
  background: #051341;
  padding: 3px;
  border-radius: 50%;
}
.box .image img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
}
.box p {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 16px;
  color: #051341;
}
.box .name_job {
  font-family: "Barlow", sans-serif;
  margin: 10px 0 3px 0;
  color: #051341;
  font-size: 20px;
  font-weight: 700;
}
.box h2 {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  color: #051341;
  margin-bottom: 5px;
  font-weight: 600;
}
.btns {
  margin-top: 20px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.btns button {
  font-family: "Barlow", sans-serif;
  background: #051341;
  width: 100%;
  align-items: center;
  padding: 9px 0px;
  outline: none;
  border: 2px solid #051341;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #051341;
  transition: all 0.3s linear;
}

.btns a {
  color: #2349c7;
  text-decoration: none;
}

.btns button:first-child {
  background: #ffffff;
  margin-right: 5px;
}
.btns button:last-child {
  color: #2349c7;
  margin-left: 5px;
}
.btns button:first-child:hover {
  background: #f6faff;
  color: #2349c7;
}
.btns button:hover {
  color: #fff;
}

.logo-grid {
  display: grid;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  color: #0157c8;
  text-align: left;
  transition: 0.15s ease-in-out;
  position: relative;
  grid-column: 1 / 1;
}

@media (max-width: 1287px) {
  .box p {
    font-size: 14px;
  }
}

@media (max-width: 1086px) {
  .box p {
    font-size: 13px;
  }

  .box .name_job {
    font-size: 18px;
  }
}

@media (max-width: 1160px) {
  .box p {
    letter-spacing: -0.5px;
  }

  .btns a {
    font-size: 16px;
  }
}

@media (max-width: 1045px) {
  .container .box {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media (max-width: 1020px) {
  .ourteam {
    flex-direction: column;
  }

  .ourteam .box {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .box p {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .box .name_job {
    font-size: 18px;
  }
}

@media (max-width: 710px) {
  .container .box {
    width: 100%;
  }
}

@media (max-width: 1020px) {
  .ourteam {
    flex-direction: column;
  }
  .ourteam .box {
    width: 100%;
  }

  .teamheader {
    font-size: 28px;
    padding-top: 40px;
  }
}

/* CONTACT PAGE CONTACT PAGE CONTACT PAGE CONTACT PAGE CONTACT PAGE CONTACT PAGE CONTACT PAGE */

.contactheader h2 {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 39px;
  padding-top: 64px;
  margin-left: 5%;
  color: #051341;
  letter-spacing: 1px;
}

.contactheader p {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 26px;
  padding-top: 40px;
  margin-left: 5%;
  color: #051341;
  letter-spacing: 0px;
  padding-bottom: 406px;
}

/* SOLUTIONS PAGE SOLUTIONS PAGE SOLUTIONS PAGE SOLUTIONS PAGE SOLUTIONS PAGE SOLUTIONS PAGE */

.solutions {
  background-color: #f6faff;
}

.solutions p {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 22px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-left: 5%;
  color: #051341;
  letter-spacing: -0.2px;
  margin-right: 5%;
}

.solutions h2 {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-size: 39px;
  padding-top: 48px;
  padding-bottom: 24px;
  margin-left: 5%;
  color: #051341;
  letter-spacing: 1px;
}

.solutionsgraphic {
  background-image: url(./solbg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.solutionsgraphic img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.usecases p {
  font-size: 25px;
  font-weight: 700;
}

.usecases img {
  margin-left: 5%;
  padding-top: 24px;
  padding-bottom: 80px;
}

@media (max-width: 1500px) {
  .solutionsgraphic img {
    width: 1300px;
  }
}

@media (max-width: 1400px) {
  .solutionsgraphic img {
    width: 1200px;
  }
}

@media (max-width: 1300px) {
  .solutionsgraphic img {
    width: 1100px;
  }

  .solutions h2 {
    font-size: 32px;
  }

  .usecases h2 {
    font-size: 32px;
  }

  .solutions p {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .solutionsgraphic img {
    width: 1000px;
  }
}

@media (max-width: 1100px) {
  .solutionsgraphic img {
    width: 900px;
  }
}

@media (max-width: 1000px) {
  .solutionsgraphic img {
    width: 800px;
  }

  .transition_use_cases img {
    width: 80%;
  }
}

@media (max-width: 999px) {
  .solutionsgraphic img {
    width: 90%;
  }
}

@media (max-width: 610px) {
  .solutionsgraphic img {
    width: 100%;
    padding-top: 0px;
  }
}
