nav {
  background: #005eb8;
  height: 9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 0 2rem;
  font-family: "Spectral", serif;
}

.logo {
  height: 6rem;
  z-index: 102;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  margin-top: -23px;
  transition: all 1s ease-out;
}

a.nav-link {
  font-size: 12pt;
  font-weight: 600;
}

section.hero {
  height: calc(100dvh - 9rem);
  background: #005eb8;
}

section.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  gap: 3rem;
  position: relative;
  flex-direction: column;
}

.hero-right {
  position: relative;
}

.hero-left {
}

.headline-1 {
  font-family: "Spectral", serif;
  font-size: 35pt;
  font-weight: 900;
  color: #fff;
  max-width: 40rem;
  text-align: center;
}

.hero-art {
  text-align: center;
  perspective: 1000px;
  display: inline-block;
  cursor: grab;
}

.hero-art img {
  width: 40rem;
  transform-style: preserve-3d;
  transition: transform 0.2s ease-out;
  will-change: transform;
}

.solid-multicolor-line-3 {
  height: 4px;
  width: 100%;
  background: linear-gradient(
    to right,
    #2196f3 0%,
    #2196f3 20%,
    #004463 20%,
    #004463 40%,
    #007b96 40%,
    #007b96 60%,
    #004463 60%,
    #004463 80%,
    #2196f3 80%,
    #2196f3 100%
  );
}
img.img-director {
  height: 12rem;
  background: #656565;
}

section.director {
  background: #141414;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0 4rem;
  justify-content: center;
}

.dir-l {
  flex: 1;
  max-width: 35rem;
}

.director-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.director {
  min-height: calc(100vh - 4px);
}

.title-1 {
  font-family: "Spectral";
  font-size: 25pt;
  font-weight: 800;
}

body {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #005eb8;
  transition: margin-top 0.5s ease-in-out, background-color 0.5s ease-in-out; /* animate over 1s */
}
.h-blob {
  position: absolute;
  height: 20rem;
  width: 20rem;
  background: #ffffff40;
  border-radius: 50%;
  left: calc(50% - 10rem);
  top: -10rem;
  filter: blur(5px);
  transition: filter 1s ease-in-out; /* animate over 1s */
}
section.services {
  min-height: 100vh;
  box-sizing: border-box;
  color: #fff;
  background: #141a1f;
  background-image: radial-gradient(#80808045 10% 12%, transparent 0);
  background-size: 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0;
  padding-bottom: 2rem;
}

h1.title-center {
  text-align: center;
  font-family: "Spectral", serif;
  font-size: 37pt;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.service-card {
  background: #242d37;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 1rem;
  overflow: hidden;
  max-width: 20rem;
  /* min-height: 16rem; */
  justify-content: center;
  padding: 1rem 0;
}

.services-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 45rem;
  margin: auto;
}

.service-card-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0.5rem 2rem;
}

h3.scd-title {
  font-weight: bold;
  font-size: 14pt;
  text-align: center;
  color: #03a9f4;
}

img.sc-icon {
  height: 3rem;
}

a.sc-btn {
  color: #000000;
  padding: 8px 16px;
  font-size: 11pt;
  font-weight: 500;
  cursor: pointer;
  display: block;
  /* width: 100%; */
  text-align: center;
  background: #3ea8fd54;
  font-weight: 500;
  color: #fff;
  border-radius: 2rem;
}
h3.wuh93j {
  text-align: center;
  font-family: "Spectral", serif;
  font-size: 19pt;
  font-weight: 800;
  margin: 2rem 0;
  margin-bottom: 1rem;
}
.all-service-list ol {
  list-style: decimal;
  padding: 0rem 3rem;
}

.all-service-list {
  max-width: 50rem;
  margin: 0 auto;
}
img.dir-img {
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  object-fit: cover;
  background: #d7d7d7;
}

.dir-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

section.directors {
  min-height: 100vh;
  box-sizing: border-box;
  background-size: 15px 15px;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  padding-top: 0;
  justify-content: center;
}

.dir-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.dir-name {
  font-size: 14pt;
  font-weight: 600;
  color: #1671ba;
  margin: 0.3rem 0;
  cursor: pointer;
  transition: color 0.18s ease;
}

.dir-title {
  text-transform: uppercase;
  color: #f44336;
  font-size: 11pt;
  font-weight: 600;
}
footer {
  background: #1d1d1d;
  color: #fff;
}

.footer-sec-container {
  display: flex;
  justify-content: center;
  gap: 4rem;
  padding: 2rem 1rem;
}

a.contact-line {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-top: 5px;
}

h3.foot-sec-title {
  font-size: 15pt;
  font-weight: bold;
  margin-bottom: 1rem;
}

.footer-cp {
  padding: 2rem 0rem;
  text-align: center;
  border-top: 1px solid #414141;
}
.link-group {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 6px;
}
.btn-nav-close {
  display: none;
}

.nav-links.open {
  display: flex;
  clip-path: circle(1000px at 90% -10%);
  -webkit-clip-path: circle(1000px at 90% -10%);
  pointer-events: all;
}

.hamburger {
  display: none;
}

.hamburger div {
  width: 30px;
  height: 3px;
  background: #f2f5f7;
  margin: 5px;
  transition: all 0.3s ease;
}
/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(100px);
  }
}

svg #wheel {
  animation: scroll ease 1.5s infinite;
}

@keyframes fly {
  from {
    padding-top: 15rem;
  }
  to {
    padding-top: 0;
  }
}
.body-loaded {
  background-color: #fff;
}

.blob-loaded {
  filter: blur(40px);
}
.link-groups {
  display: flex;
  gap: 4rem;
}

a.foot-link {
}

.link-group-l {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  min-width: 10rem;
}

.link-group-r {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.sec-anim {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.sec-anim.visible {
  opacity: 1;
  transform: translateY(0);
}
html {
  scroll-behavior: smooth;
}
p.serv-card-d {
  text-align: center;
}
.credit-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11pt;
}

.credit-line svg {
  height: 18px;
}
a.foot-cred-link {
  color: #00bcd4;
  font-weight: bold;
}
