@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Anton&family=Archivo+Black&family=Bungee&family=Caprasimo&family=Michroma&family=Righteous&family=Rubik+Mono+One&family=Russo+One&display=swap");

/* @media (max-width: 575px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body,
  html {
    width: 100%;
    overflow-x: hidden;
  }
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
.img-logo {
  width: 152px;
  height: 80px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .img-logo {
    width: 152px;
    height: 70px;
    object-fit: contain;
  }
}
@media (max-width: 457px) {
  .img-logo {
    width: 119px;
    height: 69px;
    object-fit: contain;
  }
}
@media (max-width: 424px) {
  .img-logo {
    width: 118px;
    height: 64px;
    object-fit: contain;
  }
}
@media (max-width: 375px) {
  .img-logo {
    width: 69px;
    height: 50px;
    object-fit: contain;
  }
}
@media (max-width: 320px) {
  .img-logo {
    width: 152px;
    height: 64px;
    object-fit: contain;
  }
  .navbar .btn-primary {
    display: none;
  }
}
.navbar {
  background-color: #060606;
  height: 80px;
  margin: 20px;
  border-radius: 16px;
  padding: 0.5rem;
}

.btn-primary {
  background: linear-gradient(135deg, #223e99, #a91e22);
  border: none;
  color: #060606;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.6s;
}

.btn-primary:hover::before {
  left: 100%;
}

.btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(58, 68, 93, 0.4);
}
.btn-secondary {
  background: transparent;
  border: 2px solid #f5f5f5;
  color: #f5f5f5;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: #f5f5f5;
  color: #060606;
  transform: translateY(-2px);
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus,
.btn-close:focus {
  box-shadow: none;
  outline: none;
}
.nav-link {
  color: #cacaca;
  position: relative;
}
.nav-link:hover,
.nav-link.active {
  color: #f5f5f5 !important;
}
@media (min-width: 991px) {
  .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #a91e22;
    visibility: hidden;
    transition: 0.2s ease-in-out;
  }
  .nav-link:hover::before,
  .nav-link.active::before {
    width: 100%;
    visibility: visible;
  }
}
.hero-section h1 {
  font-family: "Russo One", sans-serif;
  letter-spacing: 2px;
  background: linear-gradient(135deg, #f5f5f5, #b6b6b6);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section.custom {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/bg.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100dvh;
  position: relative;
  background-attachment: fixed;
  /* background: linear-gradient(-140deg, #060606, #3a445d, #2c354b, #2d3855);
  background-size: 300% 100%;
  animation: organicWave 18s ease-in-out infinite; */
}
/* @keyframes organicWave {
  0% {
    background-position: 90% 10%;
  }
  20% {
    background-position: 70% 30%;
  }
  40% {
    background-position: 60% 40%;
  }
  60% {
    background-position: 50% 50%;
  }
  80% {
    background-position: 70% 30%;
  }
  100% {
    background-position: 90% 10%;
  }
} */
.hero-section .container {
  height: 100dvh;
  z-index: 1;
  position: relative;
}
.space-and-wave {
  margin: 0px;
  padding: 0px;
  z-index: 21;
}
.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  z-index: 22;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: #a91e22;
  opacity: 0.6;
  z-index: 23;
}
.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill: #223e99;
  opacity: 0.4;
}
.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: #f5f5f5;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}
.about-section {
  background-color: #f5f5f5;
}
.section-title {
  font-family: "Archivo Black", sans-serif;
  color: #223e99;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background-color: #a91e22;
}
.about-img {
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  transform: rotate(-2deg);
  transition: transform 0.3s ease;
}

.about-img:hover {
  transform: rotate(0deg) scale(1.02);
}
.custom-shape-divider-top-1762798855 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1762798855 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-top-1762798855 .shape-fill {
  fill: #f5f5f5;
}
.values {
  position: relative;
  z-index: 1;
}
.values {
  background-color: #fdfdfd;
}
.values-card {
  background: #f5f5f5;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-left: 4px solid #223e99;
}

.values-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-left-color: #a91e22;
}

.values-card i {
  color: #a91e22;
}

.values-card h3 {
  color: #223e99;
}

.services-section {
  background-color: #060606;
}
.service-box {
  background: rgba(255, 255, 255, 0.05);
  height: 100%;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.service-box:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #a91e22;
  transform: scale(1.05);
}

.service-box i {
  margin-bottom: 20px;
  font-size: 4rem;
  color: #a91e22;
}

.service-box h3 {
  color: #f5f5f5;
}
.custom-shape-divider-bottom-1762799730 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: -1;
}

.custom-shape-divider-bottom-1762799730 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1762799730 .shape-fill {
  fill: #060606;
}
.way {
  background-color: #f5f5f5;
  position: relative;
}
.custom-shape-divider-top-1762800271 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1762800271 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1762800271 .shape-fill {
  fill: #060606;
}
.cta-section {
  background: linear-gradient(135deg, #a91e22 0%, #223e99 100%);
  color: #f5f5f5;
  position: relative;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23dots)"/></svg>');
}
.custom-shape-divider-top-1758209046 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1758209046 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 100px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1758209046 .shape-fill {
  fill: #f5f5f5;
}
.offcanvas {
  background-color: #060606;
}
.form-label {
  color: #f5f5f5;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.form-control {
  background-color: #f5f5f5;
  border: 2px solid #cacaca;
  color: #060606;
  border-radius: 8px;
  padding: 0.75rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #3a445d;
  box-shadow: 0 0 0 0.2rem rgba(195, 150, 60, 0.25);
  color: #060606;
}

.form-control::placeholder {
  color: #7e7e7e;
}

.footer {
  background: #060606;
}

.social-icon {
  width: 45px;
  height: 45px;
  background: #000000;
  line-height: 45px;
  color: #223e99;
  transition: all 0.3s;
}

.social-icon:hover {
  background: #223e99;
  color: #060606;
  transform: translateY(-3px);
}
.space-and-wave-footer {
  margin: 0px;
  padding: 0px;
  z-index: 21;
}
.wave1-footer use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: #a91e22;
  opacity: 0.6;
  z-index: 23;
}
.wave2-footer use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill: #223e99;
  opacity: 0.4;
}
.wave3-footer use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: #060606;
}
.contact-form {
  background-color: #f5f6fa;
  max-width: 800px;
}
.footer-img-logo {
  width: 224px;
  height: 112px;
  object-fit: contain;
}
.footer .text-muted {
  color: #727272 !important;
}
