* {
  font-family: "Inter", sans-serif;
  padding: 0;
}
::selection {
  background: #4d93ed;
  color: #fff;
}
html {
  scroll-behavior: auto !important;
}
.fl-page {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.container {
  max-width: 1130px;
}
h1 {
  font-weight: 600;
  font-size: 52px;
  line-height: 119%;
  color: #2c4967;
}
h2 {
  font-weight: 700;
  font-size: 33px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.01em;
}
h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #57697b;
}
p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
/* start heading */
.main-nav {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  align-items: center;
  padding-bottom: 30px;
}
.main-nav a {
  font-weight: 600;
  font-size: 13px;
  line-height: 143.5%;
  letter-spacing: 0.03em;
  color: #5369f6;
  transition: all 0.2s ease;
}
.main-nav a:hover {
  color: #2c4967;
}
/* start banner */
#banner-section {
  padding-top: 101px;
  padding-bottom: 104px;
}
#banner-section .row {
  align-items: center;
}
.banner-col p {
  margin-top: 21px;
  margin-bottom: 25px;
}
.banner-col ul {
  padding-left: 0;
}
.banner-col ul li {
  position: relative;
  padding-left: 39px;
  margin-bottom: 11px;
}
.banner-col ul li::before {
  content: "";
  position: absolute;
  background: url(../images/checkmark-icon.svg);
  width: 20px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner-right-col {
  background: #eaf6ff;
  padding: 41px 33px 54px;
  border-radius: 43px;
  margin-left: 12%;
  position: relative;
}
.banner-right-col::before {
  content: "";
  position: absolute;
  background: url(../images/risk.png);
  width: 145px;
  height: 80px;
  top: -90px;
  right: -65px;
}
.banner-right-col h3 {
  font-weight: 500;
  color: #283f4d;
  font-size: 20px;
  line-height: 25px !important;
  margin-bottom: 15px;
}
.banner-right-col form label {
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 143.5%;
  color: #556281;
  margin-bottom: 5px;
}
.banner-right-col form input {
  width: 100%;
  height: 43px;
  border-radius: 43px;
  background: #fff;
  border: none;
}
.banner-right-col form button {
  height: 43px;
  width: 100%;
  margin-top: 16px;
  border-radius: 43px;
  border: 1px solid #4b9eeb;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.banner-right-col form button::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #47b7e5 0%, #5369f6 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 43px;
  transition: all 0.2s ease;
}
.banner-right-col form button:hover::before {
  height: 0;
}
.banner-right-col form button:hover span {
  color: #283f4d;
}
.banner-right-col form button span {
  position: relative;
  z-index: 9;
}
/* start curl */
.curl-code-col {
  background: #333333;
  padding: 12px 58px 45px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 26px 26px 0px 0px;
}
.curl-module {
  background: #757575;
  display: inline-block;
  border-radius: 26px;
  padding: 4px 20px;
  margin-bottom: 15px;
}
.curl-module span {
  color: #fff;
  font-weight: 700;
  font-weight: 14px;
}
.curl-code {
  color: #53ca6a;
}
.curl-code span,
.curl-code p {
  font-family: "Ubuntu Mono", monospace !important;
  font-weight: 700;
  font-size: 18px !important;
  line-height: 21.6px !important;
}
.curl-red {
  color: #d3572f !important;
}
.curl-gray {
  color: #777777 !important;
}
/* start group */
#group-section {
  background: #f6f9fc;
  padding-bottom: 72px;
}
.group-parent-col {
  background: #f6f9fc;
  mix-blend-mode: multiply;
  border-radius: 0px 0px 10px 10px;
  padding: 72px 55px 70px;
}
.group-parent-col .col-md-2 {
  padding-left: 24px;
  padding-right: 24px;
}
.group-parent-col .row {
  margin-left: -24px;
  margin-right: -24px;
}
.group-module {
  display: flex;
  flex-direction: column;
}
.group-module span {
  font-weight: 400;
  font-size: 36px;
  line-height: 120.52%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #0e2843;
  margin: 18px 0 9px;
}
.group-module h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #57697b;
  position: relative;
  padding-left: 4px;
}
.group-module h4::before {
  content: "";
  position: absolute;
  background: #ffa2c3;
  height: 23px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
/* start features */
#features {
  background: #f6f9fc;
  padding-bottom: 120px;
}
.features-heading {
  margin-bottom: 67px;
}
.features-heading p {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 19px;
  font-size: 17px;
  color: #556281;
  font-weight: 500;
}
#features .row {
  align-items: center;
}
.features-module h3 {
  font-size: 27px;
  line-height: 34px;
  font-weight: 700;
  color: #031d44;
  margin-top: 21px;
  margin-bottom: 8px;
}
.features-module p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #57697b;
  max-width: 499px;
  width: 100%;
}
.features-col-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 26px;
}
.button-all {
  border-radius: 43px;
  border: 1px solid #d1f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 149px;
  height: 33px;
  overflow: hidden;
  margin-right: 21px;
}
.button-all::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #47b7e5 0%, #5369f6 100%);
  width: 100%;
  height: 100%;
  border-radius: 43px;

  transition: all 0.2s ease;
  top: 0;
  left: 0;
}
.button-all:hover::before {
  height: 0;
}
.button-all span {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #ffffff;
  position: relative;
  z-index: 9;
  transition: all 0.2s ease;
}
.features-col-child a:hover:last-of-type,
.button-all:hover span {
  color: #283f4d;
}
.features-col-child a:last-of-type {
  font-weight: 600;
  font-size: 13px;
  line-height: 143.5%;
  letter-spacing: 0.03em;
  color: #5369f6;
  transition: all 0.2s ease;
}
.first-row .row {
  margin-bottom: 143px;
}
.first-row .row:last-of-type {
  margin-bottom: 0 !important;
}
/* start footer */
#footer-section {
  background: #031d44;
  padding: 75px 0 50px;
}
#footer-section .row-first {
  align-items: center;
}
.demo-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 39px;
  background: #7ae2fe;
  border: 1px solid #7ae2fe;
  color: #031d44;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: all 0.2s ease;
  margin-left: auto;
}
.demo-btn:hover {
  color: #7ae2fe;
  background: transparent;
}
.project-col h2 {
  text-align: left;
  color: #fff;
  font-size: 37px;
}
.project-col .linear-heading {
  background: linear-gradient(269.74deg, #3dbae3 44.33%, #3bdcd6 102.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  mix-blend-mode: normal;
  margin-bottom: 10px;
}
.project-col .linear-heading::selection {
  background: none !important;
}
.footer-second-col {
  margin-top: 78px;
}
.res-company-col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.res-company-col h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 21px;
}
.res-company-col p {
  color: #b2f5ec;
  font-size: 14px;
  font-weight: 500;
  line-height: 25.2px;
  letter-spacing: 0.01em;
}
.resources-module {
  margin-right: 36px;
}
.company-module a {
  color: #b2f5ec;
  font-size: 14px;
  font-weight: 500;
  line-height: 25.2px;
  letter-spacing: 0.01em;
  margin-top: 25px;
  display: block;
  transition: all 0.2s ease;
}
.company-module a:hover {
  color: #fff;
}
.last-p {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #d1f7ff;
  margin-top: 81px;
}
.chat-module {
  position: fixed;
  right: 28px;
  bottom: 50px;
}
.features-right-img {
  text-align: center;
}

@media (max-width: 1200px) {
  .banner-right-col::before {
    right: 0;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  section {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
  #banner-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .banner-right-col {
    margin-left: 20px;
  }
  p {
    font-size: 16px;
    line-height: 1.6;
  }
  .banner-col ul li {
    font-size: 14px;
    padding-left: 30px;
  }
  .group-parent-col .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .group-parent-col .col-md-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .group-parent-col {
    padding: 60px 30px 60px;
  }
  .group-module span {
    font-size: 22px;
    margin: 13px 0 9px;
  }
  .group-module h4 {
    font-size: 11px;
  }
  .group-module h4::before {
    left: -5px;
  }
  #features .row {
    margin-bottom: 70px;
  }
  .features-module p {
    font-size: 16px;
    line-height: 26px;
  }
  .features-module h3 {
    font-size: 24px;
  }
  .project-col h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  section {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  #banner-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .banner-right-col {
    margin-left: 0;
    margin-top: 70px;
  }
  .curl-code-col {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
  .curl-code span,
  .curl-code p {
    font-size: 15px !important;
  }
  .group-parent-col {
    padding: 40px 20px;
  }
  .group-module img {
    width: 128px;
    margin: 0 auto;
  }
  .group-module h4 {
    font-size: 14px;
    padding-left: 15px;
  }
  .group-module span {
    font-size: 26px;
  }
  .group-module {
    margin-bottom: 20px;
  }
  #group-section {
    padding-bottom: 60px;
  }
  .features-module {
    text-align: center;
  }
  .features-col-child {
    justify-content: center;
  }
  .features-right-img {
    margin-top: 40px;
  }
  #features .row {
    margin-bottom: 50px;
  }
  #features {
    padding-bottom: 60px;
  }
  #footer-section {
    padding: 40px 0 50px;
  }
  .demo-btn {
    margin-right: auto;
    margin-left: 0;
    margin-top: 20px;
  }
  .footer-second-col {
    margin-top: 45px;
  }
  .res-company-col {
    justify-content: flex-start;
    margin-top: 40px;
  }
  .last-p {
    margin-top: 50px;
  }
}
