@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..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");

* {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #011f4b;
}

body {
  margin: 0;
}

h1 {
  font-size: 48px !important;
}

h2 {
  font-size: 2.733vw !important;
  font-weight: 600 !important;
}

h3 {
  font-size: 1.212vw !important;
}

/* --------  NAVBAR/HEADER  -------- */

#nav-logo {
  width: 4.2vw;
  height: 4.2vw;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 8vw;
  background-color: #d4e9fe;
}

.nav-links a {
  text-decoration: none;
  color: #011f4b;
  margin: 0 1vw;
  font-size: 1.1vw;
  display: inline-block;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #011f4b;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.nav-links a:hover::after {
  visibility: visible;
  transform: scaleX(1);
}

.logo a {
  text-decoration: none;
}

.logo a div {
  margin: 1.1vw 0.4vw 0;
  color: #004080;
  font-size: 1.5vw;
  font-weight: 700;
  font-style: italic;
}

/* --------  NAVBAR/HEADER  -------- */

.about-us-bg {
  background-image: url("../images/WebsiteElements/AboutUs/mainBG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #f6f6f6;
  width: 100%;
  height: calc((100vw * (9 / 16)) - (80px + 8vw));
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 3vw !important;
}

.about-us-bg p {
  margin-top: 20px;
  font-size: 1.2vw;
  color: #f6f6f6;
  font-weight: 400;
}

.miss-vis {
  background-image: url("../images/WebsiteElements/AboutUs/MisVisBG.png");
  width: 100%;
  height: calc(100vw * (9 / 16));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mis-vis-design {
  background-image: url("../images/WebsiteElements/AboutUs/ol_mv.png");
  width: 100%;
  height: calc(100vw * (9 / 16));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mv-content {
  margin: 0 10.542vw;
}

.mv-content * {
  color: #ffffff;
  font-size: 1.074vw;
}

.m-row {
  padding: 9vw 0;
}

.v-row {
  padding-top: 11vw;
}

.mv-content .row .col-7 {
  padding-left: 3.5vw;
  padding-right: 3vw;
}

#hist-serv {
  background-image: url("../images/WebsiteElements/AboutUs/his-servBG.png");
  width: 100%;
  height: calc((100vw * (9 / 16)) * 2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5vw 10.542vw;
}

.history {
  color: #f4f6fc;
  font-size: 1.269vw;
}

#services-section * {
  font-size: 1vw;
}

.divider {
  width: 100%;
  height: 15.5vw;
}

.text-justify {
  text-align: justify;
}

.mx-ht {
  max-height: max-content;
}

.content-information div {
  font-size: 14px;
}

.break-word {
  word-break: break-all;
}

.spritesheet {
  background-image: url("../images/spritesheet.png");
  width: calc(30.303vw);
  height: 3vw;
}

#serv-icon,
#team-icon,
#la-icon,
#tech-icon,
#qm-icon,
#of-icon,
#os-icon,
#sp-icon {
  width: 3vw; /* Approximately 75px at 1980px width */
  height: 3vw; /* Approximately 75px at 1080px height */
}

#serv-icon {
  background-position: 0px 0px;
}

#team-icon {
  background-position: -75px 0px;
}

#la-icon {
  background-position: -150px 0px;
}

#tech-icon {
  background-position: -300px 0px;
}

#qm-icon {
  background-position: -375px 0px;
}

#of-icon {
  background-position: -225px 0px;
}

#os-icon {
  background-position: -450px 0px;
}

#sp-icon {
  background-position: -525px 0px;
}

/*Disregard animation
.about-content {
    opacity: 0;
    transition: opacity 0.5s ease-in;
    animation: fade-up 0.5s ease-in-out 0.5s forwards;
}


@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}*/

/* --------  FOOTER  -------- */

.rectangle-footer {
  height: calc((100vw * (3 / 16)));
  background: #d6e7fc;
}

.footer-tagline {
  font-size: 1.8vw;
  font-weight: 700;
  font-style: bold;
  color: rgb(16, 62, 126);
  text-decoration: none;
  margin-right: 2.5vw;
}

.footer-services-title {
  font-size: 1.5vw;
  font-weight: 500;
  font-style: bold;
  color: #103e7e;
  text-align: left;
  padding-block: 0.5vw;
}

.footer-company {
  margin-inline: 2.5vw;
}

.footer-company-title {
  font-size: 1.5vw;
  font-weight: 500;
  font-style: bold;
  color: #103e7e;
  text-align: left;
  padding-block: 0.5vw;
}

.footer-phone-number,
.footer-email {
  font-size: 0.8vw;
  color: #103e7e;
  text-align: left;
}

.footer-nav-links a {
  font-size: 0.8vw;
  text-decoration: none;
  color: #103e7e;
  padding-block: 0.1vw;
  position: relative;
}

.footer-nav-links a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #103e7e;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.footer-nav-links a:hover::after {
  visibility: visible;
  transform: scaleX(1);
}

/* --------  FOOTER END  -------- */
