@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");
@import url("https://fonts.cdnfonts.com/css/mono-sans");
@import url("https://fonts.cdnfonts.com/css/gilroy-bold");
@font-face {
  font-family: "F37 Judge";
  src: url("./fonts/F37Judge-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "F37 Judge";
  src: url("./fonts/F37Judge-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "F37 Judge";
  src: url("./fonts/F37Judge-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "F37 Judge";
  src: url("./fonts/F37Judge-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
body {
  overflow-x: hidden;
  background-color: #fffef8;
  background-image: url("https://cdn.prod.website-files.com/671ffd4760927484d2ebc851/672012a96e5ff7ce84f8f7e3_BGtexture.png");
}

h2 {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 32px;
  }
}

.text {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 16px;
  }
}

.btn.custom-button {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 100px;
  background-color: #071f38;
  padding: 12px 24px;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.btn.custom-button:hover {
  background-color: #0F2E50;
  color: #ffffff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(75, 85, 99, 0.3);
}

.btn.custom-button-outline {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #071f38;
  border-radius: 100px;
  background-color: transparent;
  padding: 12px 24px;
  transition: all 0.2s ease;
  border: 1px solid #071f38;
}
.btn.custom-button-outline:hover {
  background-color: #0F2E50;
  color: #ffffff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(75, 85, 99, 0.3);
}

.navbar {
  z-index: 1000;
  background: transparent;
}
.navbar .logo {
  width: 80px;
}
@media (max-width: 575.98px) {
  .navbar .logo {
    width: 60px;
  }
}
.navbar .dropdown-item {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  padding: 12px 16px;
  transition: all 0.3s ease;
}
.navbar .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #0F2E50;
  font-family: "Gilroy-Medium", sans-serif;
}
.navbar .nav-drop:hover > .dropdown-menu {
  display: block !important;
}
.navbar .nav-link {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  transition: color 0.3s, mix-blend-mode 0.3s;
}
.navbar .nav-link:hover {
  font-family: "Gilroy-Medium", sans-serif;
}
.navbar .nav-link.active {
  font-family: "Gilroy-Bold", sans-serif;
  color: #0F2E50;
}
.navbar .nav-link-black {
  color: #fff !important;
}
.navbar .nav-link-black.active {
  color: #9fcdff !important;
}
.navbar .btn.btn-white {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border: 1px solid #cecece;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.navbar .btn.btn-white:hover {
  background-color: #f0f0f0;
  color: #000;
}
@media (max-width: 575.98px) {
  .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%2867%2C 196%2C 216%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
}
.loading-screen .loading-content {
  text-align: center;
}
.loading-screen .loading-logo {
  width: 150px;
  margin-bottom: 30px;
  opacity: 0.8;
}
.loading-screen .loading-bar {
  width: 200px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}
.loading-screen .loading-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width 0.2s linear;
}
.loading-screen .loading-text {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 2px;
  transition: opacity 0.3s ease;
}

.hero h1 {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.hero .client {
  font-family: "Gilroy-Bold", sans-serif !important;
}
.hero .card-info {
  background: #F0F0F0;
  border: 1px solid #D8D8D8;
  -webkit-backdrop-filter: blur(45px);
  backdrop-filter: blur(45px);
  border-radius: 22px;
}
@media (max-width: 575.98px) {
  .hero .card-info {
    border-radius: 15px;
  }
}
.hero .card-info h5 {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
@media (max-width: 575.98px) {
  .hero .card-info h5 {
    font-size: 30px;
  }
}
.hero .card-info .progress {
  height: 10px;
  background: #D9D9D9;
}
.hero .card-info .progress .progress-bar {
  border-radius: 0;
  width: 75%;
  background: #000;
}

.whyus .whyus-card {
  background: transparent;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
}
.whyus .whyus-card h2 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}
.whyus .whyus-card h3 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin-bottom: 12px;
}
.whyus .whyus-card p {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
}
@media (max-width: 575.98px) {
  .whyus .card-3 {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .whyus .card-4 {
    box-shadow: none !important;
  }
}

.services-card {
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.services-card .overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3137254902);
}
.services-card .card-img-overlay {
  top: auto !important;
}
.services-card .card-img-overlay .title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.cta {
  position: relative;
}
.cta .row-split {
  position: relative;
  z-index: 100;
  padding-top: 50px;
}
@media (max-width: 575.98px) {
  .cta .row-split {
    padding-top: 0;
  }
}
.cta .row-split .outro-left .hinged-images,
.cta .row-split .outro-right .hinged-images {
  transition: none;
  will-change: transform;
  backface-visibility: hidden;
  z-index: 100;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
  .cta .row-split .outro-left .hinged-images,
  .cta .row-split .outro-right .hinged-images {
    display: none;
  }
}
.cta .content-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
  will-change: transform, opacity;
}
@media (max-width: 575.98px) {
  .cta .content-container {
    top: 200px;
    position: relative;
    margin-left: 0px;
  }
}
.cta .content-container .head {
  font-size: 36px;
  margin: 1rem 0 1.5rem;
  color: #1a1a1a;
}
@media (max-width: 575.98px) {
  .cta .content-container .head {
    font-size: 28px;
  }
}
.cta .content-container .text {
  color: #666;
  max-width: 400px;
  margin: 0 auto;
}
.cta .content-container small {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
}

.footer .logo-footer {
  width: 180px;
}
.footer h4 {
  font-family: "F37 Judge";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
.footer a,
.footer .text {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000 !important;
  transition: all 0.3s ease;
  border: 0;
  border-bottom: 1px solid #929292;
}
.footer a:last-child,
.footer .text:last-child {
  border-bottom: none;
}
.footer a span,
.footer .text span {
  font-size: 14px;
}
.footer a:hover {
  color: #10d0f4 !important;
  padding-left: 5px !important;
}

form .form-label {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
form .form-control {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #d1d5db;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
form .form-control:focus {
  border-color: #4f46e5;
  box-shadow: none;
  outline: none;
}
form .form-control::-moz-placeholder {
  color: #9ca3af;
}
form .form-control::placeholder {
  color: #9ca3af;
}

.btn.btn-submit {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  transition: all 0.3s ease;
}
.btn.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(79, 70, 229, 0.3);
}
.btn.btn-submit:active {
  transform: translateY(0);
}

.modal-title {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #000;
}
@media (max-width: 575.98px) {
  .modal-title {
    font-size: 22px;
  }
}

.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  height: 50px;
  width: 50px;
}
@media (max-width: 575.98px) {
  .whatsapp {
    bottom: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
  }
}

.iti {
  display: block;
}/*# sourceMappingURL=style.css.map */