@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Sora:wght@100..800&display=swap");
body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1200px !important;
  padding: 0 16px;
}

h1,
h2,
h3 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
}

.grid-bg {
  background-image: linear-gradient(rgba(26, 112, 112, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(26, 112, 112, 0.2) 1px, transparent 1px);
  background-size: 52px 52px;
}

.sol-card {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 32px;
}
.sol-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: #22999b;
  transition: height 0.4s;
}
.sol-card:hover {
  background: #0c1e1e;
}
.sol-card:hover::before {
  height: 100%;
}

.text-teal-light {
  color: #22999b;
}

.text-teal-light\/55 {
  color: rgba(34, 153, 155, 0.55);
}

.border-teal\/20 {
  border-color: rgba(26, 112, 112, 0.2);
}

.text-teal-light\/50 {
  color: rgba(34, 153, 155, 0.5);
}

.text-gold {
  color: #c8a02a;
}

.bg-teal-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(15, 79, 79, var(--tw-bg-opacity, 1));
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(6, 14, 14, var(--tw-bg-opacity, 1));
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(26, 112, 112, var(--tw-bg-opacity, 1));
}

input,
textarea,
select {
  background: #0c1e1e;
  border: 1px solid rgba(26, 112, 112, 0.25);
  color: #f5f5f0 !important;
  width: 100%;
  padding: 2px 6px !important;
  min-height: 40px;
  border-radius: 4px;
  font-size: 0.85rem;
  outline: none;
  transition: border-color 0.2s;
}

.client-logo {
  opacity: 0.35;
  transition: all 0.3s;
}
.client-logo:hover {
  opacity: 0.8;
  transform: scale(1.04);
}

.testi-card {
  position: relative;
  overflow: hidden;
}

.testi-card::before {
  content: "“";
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  color: rgba(26, 112, 112, 0.1);
  position: absolute;
  top: -1rem;
  right: 1.2rem;
  line-height: 1;
  pointer-events: none;
}

.swiper-pagination-bullet {
  background: #1a7070 !important;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  background: #c8a02a !important;
  opacity: 1 !important;
  width: 24px !important;
  border-radius: 4px !important;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: #1a7070;
}

.footer {
  background-image: url("../img/footer.png");
  background-size: cover;
}

.active {
  color: #c8a02a !important;
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */
#nav-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: white;
  border-radius: 4px;
  left: 0;
  transition: 0.3s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  width: 0%;
  left: 50%;
}

.svc-card {
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.svc-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #22999b;
  transition: width 0.4s;
}
.svc-card:hover::after {
  width: 100%;
}
.svc-card:hover {
  background: #0c1e1e;
}/*# sourceMappingURL=style.css.map */