@font-face {
  font-family: "Satoshi-Variable";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("../fonts/Satoshi-VariableItalic.woff2") format("woff2");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
.head {
  line-height: 49px;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #0A1A2F;
}
.head span {
  color: #0F9BFF;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 28px;
    line-height: 38px;
  }
}

.subhead {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #707C8D;
}
@media (max-width: 575.98px) {
  .subhead {
    font-size: 24px;
    line-height: 32px;
  }
}

.text {
  line-height: 149.97%;
  letter-spacing: 0.02em;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0A1A2F;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 14px;
  }
}

.text-main {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #0A1A2F;
}
@media (max-width: 575.98px) {
  .text-main {
    font-size: 20px;
  }
}

.text-small {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #707C8D;
}

.btn.btn-main {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  padding: 10px 20px;
  background: #0F9BFF;
  border: 1px solid #0A1A2F;
  border-radius: 100px;
}
.btn.btn-main:hover {
  background: rgb(0, 127.75, 219);
  color: #FFFFFF;
}

.btn.btn-underline {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #707C8D;
  background: transparent;
  border: none;
  padding: 0px 10px;
  text-decoration: underline;
  border-radius: 0px;
}

.navbar {
  z-index: 100000;
}
.navbar .navbar-brand {
  max-width: 170px;
}
@media (max-width: 575.98px) {
  .navbar {
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }
}

h1 span {
  color: #F64B25;
}
h1 {
  font-weight: 900;
  line-height: 149.97%;
  letter-spacing: 0.02em;
}

footer {
  position: relative;
  z-index: 1;
}
footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0px;
  bottom: 0px;
  background: #E8EDEF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  z-index: -2;
}
@media (max-width: 575.98px) {
  footer .mona-col {
    position: absolute;
    z-index: -1;
    width: 94%;
  }
  footer .mona-col .mona {
    width: 100%;
    height: auto;
    opacity: 0.2;
  }
}
footer .text span {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #F64B25;
}

.papers .text-blue {
  color: #3186FF;
}
.papers .rp-card {
  background: transparent;
}
.papers .rp-card .img-blog {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  z-index: 0;
}
.papers .rp-card .img-blog img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 32px;
}
.papers .rp-card .img-blog::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 31.27%, rgba(255, 255, 255, 0.576923) 73.61%, #FFFFFF 100%);
  z-index: 1;
}
.papers .rp-card .logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 35px;
  padding: 2px;
  background: #F4F5F7;
  border-radius: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.papers .rp-card .card-img-overlay {
  position: relative;
  padding: 5px;
  margin-top: -20px;
}
.papers .rp-card .card-img-overlay .text {
  color: #F64B25;
  font-size: 20px;
}
.papers .rp-card .text-small {
  margin-top: 30px;
}
.papers .rp-card .card-footer {
  background: #F4F5F7;
  border-radius: 20px;
  padding: 5px;
}
.papers .rp-card .card-footer .text-small {
  margin-top: 0px;
}

.contact-hero {
  position: relative;
}
.contact-hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #0A1A2F 25.12%, #205295 100%);
  border-radius: 0 0 20px 20px;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .contact-hero::after {
    border-radius: 0 0 10px 10px;
  }
}

.form-card {
  background: #F4F5F7;
  border: 1px solid #DEE2EB;
  border-radius: 15px;
  box-shadow: 0px 4px 25px rgba(10, 26, 47, 0.1);
}
.form-card small {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #707C8D;
}
.form-card .card-body {
  padding: 1rem;
}
.form-card .form-control {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0A1A2F;
  background: #FFFFFF;
  border: 1px solid #DEE2EB;
  border-radius: 10px;
  padding: 14px 20px;
  transition: all 0.3s ease;
  line-height: 1.5;
}
.form-card .form-control::-moz-placeholder {
  color: #707C8D;
  opacity: 0.7;
}
.form-card .form-control::placeholder {
  color: #707C8D;
  opacity: 0.7;
}
.form-card .form-control:focus {
  border-color: #0F9BFF;
  box-shadow: 0px 0px 0px 3px rgba(15, 155, 255, 0.1);
  outline: none;
  background: #FFFFFF;
}
.form-card .form-control:hover {
  border-color: #B8C5D1;
}
.form-card textarea.form-control {
  min-height: 150px;
  resize: vertical;
  font-family: "Satoshi-Variable", sans-serif;
}
@media (max-width: 575.98px) {
  .form-card textarea.form-control {
    min-height: 120px;
  }
}
.form-card .btn-main {
  width: 100%;
  padding: 14px 30px;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 15px rgba(15, 155, 255, 0.3);
}
.form-card .btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 20px rgba(15, 155, 255, 0.4);
}
.form-card .btn-main:active {
  transform: translateY(0);
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero .particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero .particles-container canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: auto;
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero .text-big {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #0A1A2F;
}
@media (max-width: 575.98px) {
  .hero .text-big {
    font-size: 20px;
  }
}

.seperator {
  background: #F4F5F7;
}
.seperator .text {
  font-size: 20px;
  color: #414141;
  border-right: 3px solid #D9D9D9;
}

.about span {
  color: #0F9BFF;
}
.about .ab-card {
  background: #F4F5F7;
  border: 1px solid #DEE2EB;
  border-radius: 10px;
}

.how-we-work .num {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #707C8D;
  line-height: 100%;
  letter-spacing: 0.02em;
}
@media (max-width: 575.98px) {
  .how-we-work .num {
    font-size: 36px;
  }
}
.how-we-work .bg {
  position: relative;
}
.how-we-work .bg .text {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}
@media (max-width: 575.98px) {
  .how-we-work .bg .text {
    font-size: 16px;
  }
}
.how-we-work .bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 65%;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #0A1A2F 25.12%, #205295 100%);
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .how-we-work .bg::after {
    height: 87%;
    border-radius: 0;
  }
}

.safealign {
  background: #F4F5F7;
  border-bottom: 2px solid #E0E3E8;
}
.safealign .container-fluid {
  background: #0A1A2F;
}
.safealign ul {
  position: relative;
  padding: 12px 6px;
  z-index: 2;
}
.safealign ul::before {
  content: url("../img/grp.svg");
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  z-index: 0;
}
.safealign ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.safealign .btn-orange {
  background: #F64B25;
  border: 1px solid #F64B25;
  border-radius: 8px;
}
.safealign .btn-orange img {
  margin-bottom: 2px;
}
.safealign .btn-orange:hover {
  background: rgb(222.8017621145, 48.0352422907, 9.1982378855);
  color: #FFFFFF;
}

.collab {
  background-image: url("../img/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.collab .collab-carousel .owl-nav {
  margin-top: 0;
  background: none;
  box-shadow: none;
}
.collab .collab-carousel .owl-nav .owl-prev,
.collab .collab-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  box-shadow: none;
}
.collab .collab-carousel .owl-nav .owl-prev:hover,
.collab .collab-carousel .owl-nav .owl-next:hover {
  background: none;
  box-shadow: none;
}
.collab .collab-carousel .owl-nav .owl-next {
  right: -5px;
}
.collab .collab-carousel .owl-nav .owl-prev {
  left: -10px;
}/*# sourceMappingURL=style.css.map */