@font-face {
  font-family: "Celias";
  src: url("./assets/fonts/Celias_Regular-05087d5.woff2");
}

html,
body {
  min-height: 100%;
  min-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Celias";
}
img {
  width: 100%;
}

.hdr {
  display: flex;
  width: 100%;
  background-color: #301c44;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 5px;
}

.hdr-fixed {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.hdr .logo {
  padding: 10px 0px;
  width: 200px;
}

.hdr .menus {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.hdr .menus div {
  padding: 10px 20px;
  cursor: pointer;
}

.hdr .menus div a {
  color: white !important;
}

.hdr-top {
  margin-top: 99px;
}

.sans-serif-font {
  font-family: sans-serif;
}

@media only screen and (max-width: 600px) {
  .mcnt .mtitle {
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 23px !important;
    margin-top: 20px;
  }

  .mcnt .mstitle,
  .sminicnt .smini-stitle {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  .mcnt .msubtext {
    font-size: 13px !important;
  }

  .askcnt .container,
  .sminicnt .container {
    text-align: center !important;
  }

  /* pillars  */

  .pilcnt .sub-text {
    font-size: 12px !important;
    padding-top: 5px;
    text-align: center;
  }

  .pilcnt .img {
    width: 95%;
  }

  .pilcnt .bilimg {
    width: 85%;
  }

  .pilcnt .pil-subcnt {
    padding: 10px 20px 0px 20px !important;
  }

  .mcnt .container,
  .pilcnt .container,
  .invcnt .container,
  .keyfcnt .container,
  .sminicnt .container,
  .sfcnt .container,
  .beforecnt .container,
  .askcnt .container,
  .suptcnt .container {
    padding: 30px !important;
  }

  .askcnt .header-text,
  .pilcnt .header-text,
  .beforecnt .header-text,
  .keyfcnt .header-text,
  .suptcnt .header-text,
  .ftr-cnt .header-text {
    font-size: 18px !important;
  }

  .sminicnt .smini-stitle {
    margin-top: 20px !important;
    text-align: center !important;
    padding: 10px;
  }

  .beforecnt .img-cnt {
    margin-top: 30px !important;
  }

  .sfcnt .stitle {
    font-size: 16px !important;
  }

  .sfcnt .sub-text {
    font-size: 12px !important;
  }

  .sfcnt .cards {
    min-height: 210px !important;
  }

  .suptcnt .excl-img {
    width: 70% !important;
    padding-bottom: 30px !important;
  }

  .askcnt .sub-cnt,
  .ordexcnt .sub-text,
  .keyfcnt .subtext,
  .ftr-cnt .subtitle,
  .invcnt .sub-cnt {
    font-size: 16px !important;
  }

  .keyfcnt .subtext {
    padding-bottom: 15px !important;
  }

  .ordexcnt .sub-text,
  .invcnt .sub-cnt,
  .suptcnt .excl-img {
    margin-top: 30px !important;
  }

  .invcnt .equals,
  .invcnt .plus,
  .invcnt .arrow {
    font-size: 20px !important;
  }

  .invcnt .eqtn-imgs-cnt {
    padding: 50px 0px 50px 30px !important;
  }

  .features-cnt .features {
    font-size: 14px !important;
  }
}

.color-orange {
  color: #ec6434 !important;
}

.color-blue {
  color: #373970;
}

.text-align-center {
  text-align: center;
}

.m-t-15 {
  margin-top: 15px;
}

.bg-l-blue {
  background-color: #e4f2f9;
}

.pad-10 {
  padding: 10px;
}

.mcnt {
  text-align: center;
  background-image: linear-gradient(#c2e5fb, white);
}

.mcnt .sk-smart-mini-img {
  width: 70%;
  margin-top: 20px;
  text-align: center;
  display: inline-block;
}

.mcnt .mtitle {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 10%;
}

.mcnt .mstitle {
  font-size: 18px;
  color: gray;
  margin-bottom: 20px;
  margin-top: 10px;
}
.mcnt .msubtext {
  font-size: 16px;
  color: gray;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: 600;
}

.askcnt .header-text,
.pilcnt .header-text,
.beforecnt .header-text,
.keyfcnt .header-text,
.suptcnt .header-text,
.ftr-cnt .header-text {
  font-size: 25px;
  color: #2727bd;
  font-weight: 600;
}

.askcnt .sub-text {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}

.askcnt .grid-cnt {
  margin-top: 30px;
}
/* pillars  */

.pilcnt .sub-text {
  font-size: 16px;
  padding-top: 5px;
  text-align: center;
}

.mcnt .container {
  padding: 0px 0px 60px 0px;
}
.pilcnt .container,
.sminicnt .container,
.beforecnt .container,
.sfcnt .container,
.invcnt .container,
.keyfcnt .container,
.suptcnt .container {
  padding: 60px 0px;
}

.pilcnt .img {
  width: 75%;
}

.pilcnt .bilimg {
  width: 65%;
}

.pilcnt .pil-subcnt {
  padding: 30px 50px 0px 50px;
}

/* smart mni  */
.sminicnt .smini-stitle,
.beforecnt .stitle {
  font-size: 20px;
  align-self: center;
}

.beforecnt .img-cnt {
  margin-top: 60px;
}

/* features store */

.sfcnt .cards {
  border: 1px solid #80808054;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 1px #80808038;
  padding: 10px;
  background-color: white;
  min-height: 275px;
}

.sfcnt .stitle {
  font-size: 20px;
  color: #2727bd;
  padding-top: 5px;
  font-weight: 600;
}

.sfcnt .sub-text {
  font-size: 16px;
  color: grey;
  margin-top: 10px;
  padding-bottom: 10px;
}

.sfcnt .imgs {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.invcnt .sub-cnt,
.ordexcnt .sub-text {
  align-self: center;
  font-size: 20px;
}

.invcnt .eqtn-imgs-cnt {
  padding: 50px 20px 50px 100px;
}

.invcnt .eqtn-text {
  border: 1px normal grey;
  box-shadow: 1px 1px 1px 1px #80808038;
  border-radius: 10px;
  color: #2727bd;
  font-weight: 600;
  font-size: 20px;
  background-color: white;
  margin: 20px 0px;
  padding: 20px 30px;
  text-align: center;
  display: inline-block;
}

.invcnt .equals,
.invcnt .plus,
.invcnt .arrow {
  font-size: 40px;
  color: blue;
  align-self: center;
}

.invcnt .inv-img {
  width: 70%;
  align-self: center;
}

.keyfcnt .card-cnt {
  padding: 10px;
}
.keyfcnt .cnt-img {
  width: 30%;
}
.keyfcnt .subtext {
  font-size: 22px;
  margin-top: 10px;
  padding-bottom: 50px;
}

.features-cnt {
  margin-top: 30px;
}
.features-cnt .features {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  background: white;
  font-size: 18px;
}
.features-cnt .features .icn {
  width: 65px;
  display: inline-block;
  padding: 10px;
}

.ftr-cnt .subtitle {
  font-size: 20px;
  font-weight: 600;
}

.ftr-cnt {
  padding-top: 30px;
}

.suptcnt .excl-img {
  width: 80%;
}

.pad-0 {
  padding: 0px;
}
