.gap-1x {
  gap: 1px;
}

.gap-2x {
  gap: 2px;
}

.gap-3x {
  gap: 3px;
}

.gap-4x {
  gap: 4px;
}

.gap-5x {
  gap: 5px;
}

.gap-6x {
  gap: 6px;
}

.gap-7x {
  gap: 7px;
}

.gap-8x {
  gap: 8px;
}

.gap-9x {
  gap: 9px;
}

.gap-10x {
  gap: 10px;
}

.gap-11x {
  gap: 11px;
}

.gap-12x {
  gap: 12px;
}

.gap-13x {
  gap: 13px;
}

.gap-14x {
  gap: 14px;
}

.gap-15x {
  gap: 15px;
}

.gap-16x {
  gap: 16px;
}

.gap-17x {
  gap: 17px;
}

.gap-18x {
  gap: 18px;
}

.gap-19x {
  gap: 19px;
}

.gap-20x {
  gap: 20px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

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

.font-15 {
  font-size: 15px;
}

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

.font-17 {
  font-size: 17px;
}

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

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

:root {
  --color-main: #1D1967;
  --color-white: #fff;
  --color-black: #111;
  --dark-blue: #2E2A6D;
  --light-blue: #DCEDFE;
}

:root {
  --fw-300: "Satoshi Light";
  --fw-400: "Satoshi Medium";
  --fw-500: "Satoshi Bold";
  --fw-600: "Satoshi Black";
}

.w-auto {
  width: auto;
}

body {
  font-size: 18px;
  color: var(--color-black);
  font-family: "Satoshi Regular";
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: var(--color-main);
}
@media (min-width: 1200px) {
  body {
    line-height: 1.7;
    font-size: 19px;
  }
}

main {
  overflow: hidden;
}

::-moz-selection {
  background: #666;
  color: var(--color-white);
}

::selection {
  background: #666;
  color: var(--color-white);
}

::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #ddd;
}

::-webkit-scrollbar-thumb {
  background: var(--color-main);
  border-radius: 15px;
}

::-moz-placeholder {
  color: #727272 !important;
}

::placeholder {
  color: #727272 !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

h3 {
  font-size: 40px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

b,
strong {
  font-weight: 600;
}

figure {
  margin: 0;
}

p {
  margin-bottom: 12px;
  font-size: 20px;
}

iframe {
  display: block;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.form-label {
  font-weight: 400;
  margin-bottom: 4px;
  font-size: 17px;
  line-height: normal;
  color: var(--color-main);
}
.form-control, .form-select {
  padding: 12px 20px;
  border: solid 1px var(--color-black);
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  color: var(--color-black);
  line-height: normal;
  height: 60px;
}
.form-control:focus, .form-select:focus {
  box-shadow: none;
  border-color: #000;
}
.form-select {
  background-size: 10px !important;
  padding-right: 30px !important;
  background-position: right 17px center;
}

textarea {
  resize: none;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.ls-1 {
  letter-spacing: 1px;
}

.lh-md {
  line-height: 1.7 !important;
}

.font-17 {
  font-size: 15px !important;
}
@media (min-width: 992px) {
  .font-17 {
    font-size: 16px !important;
  }
}
.font-18 {
  font-size: 16px !important;
}
@media (min-width: 1200px) {
  .font-18 {
    font-size: 18px !important;
  }
}
.font-20 {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .font-20 {
    font-size: 18px;
  }
}
.font-24 {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .font-24 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .font-32 {
    font-size: 32px;
  }
}
.font-subheading {
  font-size: 22px;
}
@media (min-width: 992px) {
  .font-subheading {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .font-subheading {
    font-size: 50px;
  }
}
.font-heading {
  font-size: 33px;
}
@media (min-width: 576px) {
  .font-heading {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .font-heading {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .font-heading {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .font-heading {
    font-size: 56px;
  }
}
@media (min-width: 1400px) {
  .font-heading {
    font-size: 65px;
  }
}
.font-large {
  font-size: 44px;
  line-height: 1;
}
@media (min-width: 768px) {
  .font-large {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .font-large {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .font-large {
    font-size: 66px;
  }
}
@media (min-width: 1400px) {
  .font-large {
    font-size: 82px;
  }
}

.text-black {
  color: var(--color-black) !important;
}
.text-main {
  color: var(--color-main) !important;
}
.text-white {
  color: var(--color-white) !important;
}
.text-stroke {
  opacity: 0.8;
  line-height: 1;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0c3270;
  -webkit-text-fill-color: white;
}

.bg-main {
  background-color: var(--color-main) !important;
}
.bg-white {
  background-color: var(--color-white) !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}
.default-padding {
  padding-block: 50px;
}
@media (min-width: 768px) {
  .default-padding {
    padding-block: 60px;
  }
}
@media (min-width: 992px) {
  .default-padding {
    padding-block: 70px;
  }
}
@media (min-width: 1200px) {
  .default-padding {
    padding-block: 80px;
  }
}

.vertical {
  display: flex;
  flex-direction: column;
}
.vertical > p {
  margin: 0;
}

.y-center {
  display: flex;
  align-items: center;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border: none;
}
.btn-wrap {
  margin-top: 15px;
}
@media (min-width: 1400px) {
  .btn-wrap {
    margin-top: 50px;
  }
}
.btn:has(img) {
  gap: 10px;
}
.btn img {
  width: 9px;
}
.btn-text {
  font-size: 18px;
  font-weight: 500;
}
.btn-text:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .btn-text {
    font-size: 19px;
  }
}
.btn-primary {
  background: var(--color-black);
  color: var(--color-white);
  padding: 10px 20px;
  min-width: 170px;
  height: 52px;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.btn-primary:hover {
  background-color: var(--color-main);
  color: var(--color-white);
}
.btn-primary.bg-main:hover {
  background-color: var(--color-black) !important;
}

.fw-300 {
  font-family: "Satoshi Light";
}
.fw-400 {
  font-family: "Satoshi Medium";
}
.fw-500 {
  font-family: "Satoshi Bold";
}
.fw-600 {
  font-family: "Satoshi Black";
}

.custom-radio {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
}
.custom-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-radio .radio-checkmark {
  position: absolute;
  left: 0;
  top: 3px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: border 0.3s;
}
.custom-radio .radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-radio input[type=radio]:checked ~ .radio-checkmark {
  background-color: #fff;
  border-color: #fff;
}
.custom-radio input[type=radio]:checked ~ .radio-checkmark:after {
  display: block;
  background-color: #1D1967;
}
.custom-radio .radio-checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  content: "";
}

header {
  background: var(--color-main);
  padding: 20px 0;
}

.right-action span {
  margin-right: 10px;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .right-action span {
    display: none;
  }
}

.bttn {
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 35px;
  text-decoration: none;
}
.bttn-line {
  border: 1px solid var(--color-white);
  color: var(--color-white);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.bttn-line:hover {
  background-color: var(--color-white);
  color: var(--color-main);
}
.bttn-fill {
  background-color: var(--color-white);
  color: var(--color-main);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.bttn-fill:hover {
  background-color: var(--color-main);
  color: var(--color-white);
}
.bttn-blue {
  background-color: #1D1967;
  color: var(--color-white);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.bttn-blue:hover {
  background-color: var(--color-main);
  color: var(--color-white);
}

body,
html {
  background: var(--color-main);
  height: 100%;
  font-family: "Satoshi Regular";
}

@media (max-width: 768px) {
  .logo {
    margin: 0 auto;
    text-align: center;
  }
}

.hero {
  background: var(--dark-blue);
  padding: 10px 0;
  border-radius: 50px 50px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 750px;
}
.hero .hero-image {
  position: absolute;
  top: 0%;
  left: 60%;
  transform: translate(-50%, -45%);
  max-width: 870px;
}
@media (max-width: 768px) {
  .hero .hero-image {
    position: relative;
    max-width: 100%;
    left: 0;
    transform: none;
  }
}
.hero .banner-content {
  position: relative;
  height: 100%;
}
.hero .banner-content:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -150px;
  width: 586px;
  height: 586px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 586px;
  opacity: 0.2;
  background: linear-gradient(90deg, #1E1E1E 0%, #312D6F 0.01%, #6A84B6 100%);
  transform: scale(-1);
  animation: moveLeftRight 3s ease-in-out infinite;
}
@media (max-width: 768px) {
  .hero .banner-content:before {
    width: 300px;
    height: 300px;
    left: 0;
    top: 0;
  }
}
.hero .banner-content:after {
  content: "";
  position: absolute;
  top: -100px;
  right: 100px;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 586px;
  opacity: 0.1;
  background: #DBE8F0;
  transform: scale(-1);
  animation: bubbleRise 3s ease-in-out infinite;
}
@keyframes moveLeftRight {
  0% {
    transform: scale(-1) translateX(0);
  }
  50% {
    transform: scale(-1) translateX(20px);
  }
  100% {
    transform: scale(-1) translateX(0);
  }
}
@keyframes bubbleRise {
  0% {
    bottom: -100px;
    opacity: 0.1;
    transform: translateX(0) scale(0.5);
  }
  50% {
    bottom: 100%;
    opacity: 0.1;
    transform: translateX(0px) scale(1);
  }
  100% {
    bottom: -100px;
    opacity: 0.1;
    transform: translateX(0) scale(0.5);
  }
}
.hero .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-top: 80px;
}
.hero .hero-title {
  font-size: 64px;
  font-weight: bold;
  color: var(--color-white);
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}
.hero .hero-subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-bottom: 40px;
  max-width: 600px;
}
.hero .hero-cta {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}

.arrow-down {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: url("../assets/images/arrow-down.png") no-repeat center center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.about-section {
  padding: 0px 0 0px 0;
  background: var(--dark-blue);
}
.about-section .shape {
  width: 100%;
  height: 130px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .about-section .shape {
    -o-object-fit: cover;
       object-fit: cover;
    height: 30px;
  }
}
.about-section .about-image {
  position: relative;
  width: 50%;
  height: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section .about-image img {
  z-index: 1;
}
.about-section .about-image .right-image {
  right: -120px;
  top: 80px;
  position: absolute;
  animation: floatUpDown 3s ease-in-out infinite;
}
@media (max-width: 768px) {
  .about-section .about-image .right-image {
    right: -100px;
  }
}
.about-section .about-image .left-image {
  left: -80px;
  bottom: 80px;
  position: absolute;
  animation: floatDownUp 3s ease-in-out infinite;
}
.about-section .about-image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1);
  width: 500px;
  height: 500px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 560px;
  background: linear-gradient(90deg, #1E1E1E 0%, #312D6F 0.01%, #6A84B6 100%);
  animation: rotate 5s linear infinite;
}
@media (max-width: 768px) {
  .about-section .about-image:before {
    width: 300px;
    height: 300px;
  }
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floatDownUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.about-section .about-content ul {
  margin-bottom: 20px;
}
.about-section .about-content ul li {
  color: var(--color-white);
  font-size: 20px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 45px;
}
.about-section .about-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 27px;
  height: 27px;
  background: url("../assets/images/bullet.svg") no-repeat center center;
}

.how-it-works {
  padding: 0px 0 100px 0;
  background: var(--color-main);
}
@media (max-width: 768px) {
  .how-it-works {
    padding: 50px 25px;
  }
}
.how-it-works .icon {
  width: 100px;
  height: 100px;
  background: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  animation: floatUpDown 3s ease-in-out infinite;
  position: relative;
}
.how-it-works .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 2px dashed var(--color-white);
}
.how-it-works .card {
  border-radius: 20px;
  padding: 20px;
  position: relative;
  width: 98%;
  margin: auto;
}
@media (max-width: 768px) {
  .how-it-works .card {
    width: 100%;
    margin-bottom: 15px;
    height: auto !important;
  }
}
.how-it-works .card p {
  margin-bottom: 0;
  line-height: 1.3;
}
.how-it-works .card:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 46%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border-left: 1px solid var(--color-white);
  border-top: 1px solid var(--color-white);
}
@media (max-width: 768px) {
  .how-it-works .card:before {
    display: none;
  }
}
.how-it-works .card h3 {
  width: 80%;
}
.how-it-works .card .iconSm {
  border-radius: 50%;
  border: 1px solid var(--color-black);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-blue {
  background: var(--dark-blue);
}

.why-kelmi {
  padding: 100px 0 100px 0;
}
@media screen and (max-width: 768px) {
  .why-kelmi {
    padding: 50px 25px;
  }
}
@keyframes moveLeftRight {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1) translateY(20px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
.why-kelmi .animate-top-to-bottom {
  animation: moveLeftRight 10s ease-in-out infinite;
}

.blog-case {
  padding: 0px 0 300px 0;
}
@media (max-width: 768px) {
  .blog-case {
    padding: 50px 25px 180px;
  }
}
@media (max-width: 768px) {
  .blog-case .blog-card {
    margin-bottom: 30px;
  }
}
.blog-case .blog-card img {
  image-rendering: pixelated;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog-case .blog-card hr {
  height: 2px;
  background: var(--color-white);
  width: 100%;
  opacity: 1;
}
.blog-case .blog-card span {
  position: relative;
  padding-left: 20px;
}
.blog-case .blog-card span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--color-white);
}

footer {
  background: var(--color-main);
  padding: 70px 0;
  border-radius: 50px 50px 0 0;
  display: flex;
  flex-direction: column;
  min-height: 750px;
  margin-top: -30px;
}
footer .footer-cta {
  background: #DCEDFE;
  padding: 50px;
  border-radius: 50px;
}
footer .footer-cta h2 {
  color: var(--color-main);
}
footer .contact-section {
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .contact-section {
    padding: 50px 25px;
  }
}
footer .contact-section::after {
  content: "Contact Us";
  position: absolute;
  top: 0px;
  left: auto;
  width: 100%;
  background-size: cover;
  font-size: 130px;
  opacity: 0.02;
  font-family: "Satoshi Black";
  color: var(--color-white);
  right: 0;
  z-index: 0;
  text-align: right;
}
@media (max-width: 768px) {
  footer .contact-section::after {
    display: none;
  }
}
footer .contact-section .line-title {
  border-top: 1px solid var(--color-white);
  padding: 10px 0;
}
footer .contact-section form {
  margin-top: 100px;
  z-index: 2;
}
@media (max-width: 768px) {
  footer .contact-section form {
    margin-top: 50px;
  }
}
footer .contact-section form input,
footer .contact-section form textarea {
  width: 100%;
  padding: 10px 20px;
  border-radius: 8px;
  border: 0;
  background: var(--dark-blue);
  color: var(--color-white);
}
footer .contact-section form input.height-75,
footer .contact-section form textarea.height-75 {
  height: 150px;
}
footer .contact-section form input::-moz-placeholder, footer .contact-section form textarea::-moz-placeholder {
  color: var(--color-white);
}
footer .contact-section form input::placeholder,
footer .contact-section form textarea::placeholder {
  color: var(--color-white);
}
footer .contact-section form button {
  text-transform: none;
  border: 0;
}
footer .contact-section form button:hover {
  color: var(--color-white);
  border: 1px solid var(--color-white);
}
footer .contact-section .email-info .round-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-main);
}
footer .contact-section .copyright {
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid var(--color-white);
}

.common-template {
  color: #fff;
}
.common-template h1,
.common-template h2,
.common-template h3,
.common-template h4,
.common-template h5,
.common-template h6 {
  color: #fff;
}
.common-template h3 {
  color: #fff;
  font-size: 20px;
  margin: 15px 0;
}
.common-template h2 {
  color: #fff;
  font-size: 24px;
  margin: 15px 0;
}
.common-template p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.common-template ul li,
.common-template ol li {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}/*# sourceMappingURL=indexCss.css.map */