@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  list-style-type: none;
  text-decoration: none;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  * {
    font-size: 12px;
  }
}
.hidden {
  display: none !important;
}

.border {
  border: 2px solid magenta !important;
}

.box-shadow {
  box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
}

.hidden {
  display: none !important;
}

.border {
  border: 2px solid magenta !important;
}

.box-shadow {
  box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
}

body {
  height: 100%;
  overflow-x: hidden;
}

.intro-pre {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #25313C;
  transition: 1s;
}
.intro-pre .logo-animation {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #F2F2F2;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.intro-pre .logo-animation .logo-preloader {
  position: relative;
  display: inline-block;
  bottom: -80px;
  opacity: 0;
}
.intro-pre .logo-animation .logo-preloader img {
  width: 100%;
}
.intro-pre .logo-animation .logo-preloader h2 {
  font-size: 2rem;
  margin-right: 3rem;
  font-family: "jost";
}

.active {
  z-index: 10;
  bottom: 0 !important;
  opacity: 1 !important;
  transition: ease-in-out 0.5s !important;
}

.fade {
  bottom: 150px !important;
  opacity: 0 !important;
  transition: ease-in-out 0.5s !important;
}

@media (max-width: 768px) {
  .logo-preloader h2 {
    display: none !important;
    width: 100%;
    font-size: 1.2rem !important;
  }
}
header nav {
  position: fixed;
  top: 1rem;
  left: 0;
  transform: translateX(5.5%);
  width: 90%;
  height: 60px;
  background: hsla(225, 49%, 44%, 0.7);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
  padding: 1rem;
  border: 2px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 0.6rem;
}
header nav .navbar {
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 10px;
}
header nav .navbar .nav-links {
  height: -moz-fit-content;
  height: fit-content;
}
header nav .navbar .links {
  display: flex;
  gap: 0.4rem;
}
header nav .navbar .links li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
header nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #F2F2F2;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.8rem 1.5rem;
  border-radius: 0.8rem;
  transition: 0.3s linear;
}
header nav .navbar .links li .contact-us {
  cursor: pointer;
  display: flex;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  background-color: #BE373A;
  border: 2px solid #BE373A;
  color: #F2F2F2;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  margin-left: 1rem;
  border-radius: 0.4rem;
  transition: 0.4s;
}
header nav .navbar .links li .contact-us:hover {
  background-color: hsla(359, 55%, 48%, 0.7);
  color: #F2F2F2;
  transform: translateX(10%);
}
header nav .navbar .links li .contact-us:hover i {
  transform: translateX(22%);
}
header nav .navbar .links li a:hover {
  background-color: #1f3269;
}
header nav .navbar .links li:hover .htmlCss-sub-menu,
header nav .navbar .links li:hover .js-sub-menu {
  display: block;
}
header .navbar .links li .sub-menu a {
  color: #F2F2F2;
  font-size: 15px;
  font-weight: 500;
}
header .navbar .links li .sub-menu .more-arrow {
  line-height: 40px;
}
header .navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
header .links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}
header .navbar .nav-links .sidebar-logo {
  display: none;
}
header .navbar .bx-menu {
  display: none;
}
@media (max-width: 920px) {
  header nav {
    width: 90%;
    height: 50px;
    transform: translateX(6%);
  }
  header nav .navbar {
    max-width: -moz-fit-content;
    max-width: fit-content;
    justify-content: space-around;
  }
  header nav .navbar .links {
    gap: 0.5rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  header nav .navbar .links li {
    white-space: nowrap;
  }
  header nav .navbar .logo {
    display: flex;
    overflow: hidden;
    margin-right: 3rem;
    flex-shrink: 0;
  }
  header nav .navbar .logo a {
    width: 165px !important;
    padding: 0;
  }
  header nav .navbar .logo img {
    width: 100%;
    display: flex;
    flex-shrink: 0;
  }
  header nav .navbar .links li a {
    font-size: 0.8rem;
    flex-shrink: 1;
    margin-top: 0.3rem;
    padding: 0.4rem 0.8rem;
  }
  header nav .navbar .links li .contact-us {
    margin-top: 0 !important;
    padding: 0.4rem 0.8rem;
  }
}
@media (max-width: 800px) {
  header nav {
    /* position: relative; */
    width: 100%;
    transform: translateX(0);
    top: 0;
    border-radius: 0;
  }
  header #menu-close-x {
    cursor: pointer;
    padding: 0.8rem;
    margin-right: 8vw;
  }
  header #menu-close-x:hover {
    color: hsla(359, 55%, 48%, 0.7);
  }
  header nav .navbar .logo {
    position: absolute;
    transition: 0.5s ease-in-out;
    right: -2rem;
  }
  header .navbar .bx-menu {
    position: absolute;
    left: 1rem;
    display: block;
    cursor: pointer;
  }
  header nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    background: #1f3269;
    line-height: 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  header .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  header .sidebar-logo .logo-name {
    width: 80%;
    color: #F2F2F2;
  }
  header .sidebar-logo .logo-name img {
    scale: 0.9;
  }
  header .sidebar-logo i,
  header .navbar .bx-menu {
    font-size: 25px;
    color: #F2F2F2;
  }
  header nav .navbar .links {
    display: block;
    margin: 1rem auto;
    width: 80%;
  }
  header nav .navbar .links li {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }
  header nav .navbar .links li a {
    display: block;
    font-size: 1.5rem;
    gap: 1rem;
    border-radius: 0;
  }
  header nav .navbar .links li a:hover {
    background-color: hsla(225, 49%, 44%, 0.7);
  }
  header nav .navbar .links li .contact-us {
    width: 80%;
    padding: 0;
    font-size: 1.5rem;
    margin: 0 auto;
  }
  header nav .navbar .links li .contact-us i {
    font-size: 1.3rem;
    margin-left: 0.6rem;
  }
}
@media (max-width: 370px) {
  header nav .navbar .nav-links {
    max-width: 100%;
  }
}

.hero-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #1f3269;
}
.hero-section .video-background {
  position: absolute;
  top: 0;
  left: 0;
}
.hero-section .video-background video {
  width: 100%;
}
.hero-section .hero-title {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-section .hero-title .hero-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.hero-section .hero-title .hero-logo .logo {
  width: 25%;
}
.hero-section .hero-title .hero-logo .logo img {
  width: 100%;
}
.hero-section .hero-title .hero-logo .logo-text h1 {
  color: #F2F2F2;
  font-size: 4rem;
  line-height: 100%;
  font-family: "jost";
  font-weight: 700;
}
.hero-section .hero-title .hero-logo .logo-text h2 {
  font-size: 2.2rem;
  letter-spacing: 0.3rem;
  font-family: "jost";
  color: #F2F2F2;
  font-weight: 300;
}
.hero-section .hero-title p {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.3rem;
  color: #F2F2F2;
}
.hero-section .hero-title .scroll-arrow {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  bottom: 1rem;
}
.hero-section .hero-title .scroll-arrow p {
  margin-bottom: -2rem;
  transition: 0.4s linear;
}
.hero-section .hero-title .scroll-arrow .scroll-animation {
  scale: 1.5;
  opacity: 0.6;
  transition: 0.4s;
}
.hero-section .hero-title .scroll-arrow:hover {
  cursor: pointer;
}
.hero-section .hero-title .scroll-arrow:hover p {
  color: #BE373A;
}
.hero-section .hero-title .scroll-arrow:hover .scroll-animation {
  scale: 1.8;
}

@media (max-width: 768px) {
  .hero-section {
    height: 80dvh;
  }
  .hero-section .video-background video {
    width: 140vh;
  }
  .hero-section .hero-title {
    text-align: center;
    width: 100%;
  }
  .hero-section .hero-title .hero-logo {
    flex-direction: column;
  }
  .hero-section .hero-title p {
    width: 95%;
  }
  .hero-section .hero-title .scroll-arrow {
    bottom: -1rem;
  }
  .hero-section .hero-title .scroll-arrow p {
    margin-bottom: -3rem;
  }
  .hero-section .hero-title .scroll-arrow .scroll-animation {
    margin-bottom: -1rem;
    scale: 1;
  }
  .hero-section .hero-title .scroll-arrow:hover .scroll-animation {
    scale: 1.2;
  }
}
.about-section {
  height: 100vh;
  display: flex;
  overflow: hidden;
}
.about-section .flex-left {
  width: 50%;
  background-color: #1f3269;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.about-section .flex-left img {
  width: 100%;
  z-index: 1;
  position: absolute;
  opacity: 30%;
}
.about-section .flex-left .about-content {
  margin: 0 auto;
  z-index: 10;
}
.about-section .flex-left .about-content p {
  line-height: 170%;
  font-size: 1rem;
  text-align: justify;
  margin: 2rem auto;
  color: white;
  width: 80%;
}
.about-section .flex-left .about-content p span {
  color: #BE373A;
  font-size: 1.15rem;
  font-weight: 800;
}
.about-section .flex-left .about-content .about-btns {
  width: 80%;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  color: white;
}
.about-section .flex-left .about-content .about-btns a {
  width: 100%;
}
.about-section .flex-left .about-content .about-btns a .contact-us {
  background: #BE373A;
  width: 100%;
  color: white;
  border: 2px solid hsla(359, 55%, 48%, 0.7);
  transition: 0.3s;
  padding: 0.6rem 1.2rem;
}
.about-section .flex-left .about-content .about-btns a .contact-us:hover, .about-section .flex-left .about-content .about-btns a :active {
  border: 2px solid hsla(359, 55%, 48%, 0.7);
  background: hsla(359, 55%, 48%, 0.7);
  color: #F2F2F2;
  transform: translateY(10%);
}
.about-section .flex-left .about-content .about-btns a .contact-us:hover i, .about-section .flex-left .about-content .about-btns a :active i {
  transform: translateX(10%);
}
.about-section .flex-left .about-content .about-btns .learn-more {
  background: none;
  width: 100%;
  border: 2px solid #F2F2F2;
  padding: 0.6rem 1.2rem;
  color: #F2F2F2;
  transition: 0.3s;
}
.about-section .flex-left .about-content .about-btns .learn-more:hover, .about-section .flex-left .about-content .about-btns :active {
  background: hsla(359, 55%, 48%, 0.7);
  border: 2px solid hsla(359, 55%, 48%, 0.7);
  transform: translateY(10%);
}
.about-section .flex-left .about-content .about-btns .learn-more:hover i, .about-section .flex-left .about-content .about-btns :active i {
  transform: translateX(10%);
}
.about-section .flex-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-section .flex-right .qualities-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: center;
  align-items: flex-start;
}
.about-section .flex-right .qualities-content .word {
  font-size: 2rem;
  text-align: right;
}
.about-section .flex-right .banners-board {
  width: 86%;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.about-section .flex-right .banners-board .banners {
  position: relative;
  height: 75px;
  background: white;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(400%);
  transition: transform 0.5s ease;
}
.about-section .flex-right .banners-board .banners p {
  position: absolute;
  font-size: 1rem;
  left: 1.8rem;
  text-align: justify;
}
.about-section .flex-right .banners-board .banners .circle-placeholder {
  position: absolute;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: white;
  right: -66px;
  top: -48%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-section .flex-right .banners-board .banners .circle-placeholder .truck-graphic {
  color: white;
  scale: 1.6;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.about-section .flex-right .banners-board .banners .circle-placeholder .gears-graphic {
  scale: 0.9;
}
.about-section .flex-right .banners-board .banners .circle-placeholder .handshake-graphic {
  scale: 1.3;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .about-section {
    height: 100%;
    width: 100%;
    flex-direction: column;
  }
  .about-section .flex-left {
    padding: 3rem 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .about-section .flex-left img {
    display: none;
  }
  .about-section .flex-left .about-content {
    width: 100%;
    height: 100%;
  }
  .about-section .flex-left .about-content p {
    width: 80%;
    margin: 2rem auto;
  }
  .about-section .flex-left .about-content .about-btns {
    width: 80%;
    display: block;
  }
  .about-section .flex-left .about-content .about-btns a .contact-us {
    width: 100%;
    background-color: #BE373A;
    font-size: 1.2rem;
    color: #F2F2F2;
    margin-bottom: 1rem;
  }
  .about-section .flex-left .about-content .about-btns a .contact-us i {
    font-size: 1.1rem;
  }
  .about-section .flex-left .about-content .about-btns a .contact-us:hover {
    background: hsla(359, 55%, 48%, 0.7);
    border: 2px solid #BE373A;
    color: #F2F2F2;
  }
  .about-section .flex-left .about-content .about-btns a .contact-us:hover i {
    transform: translateX(30%);
  }
  .about-section .flex-left .about-content .about-btns .learn-more {
    width: 100%;
    font-size: 1.2rem;
  }
  .about-section .flex-left .about-content .about-btns .learn-more i {
    font-size: 1.1rem;
  }
  .about-section .flex-left .about-content .about-btns .learn-more:hover i {
    transform: translateX(30%);
  }
  .about-section .flex-right {
    padding: 3rem 0;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
  .about-section .flex-right .qualities-content {
    width: 80%;
    height: 100%;
    gap: 4rem;
    align-items: center;
  }
  .about-section .flex-right .qualities-content .testing {
    text-align: center;
  }
  .about-section .flex-right .qualities-content .word {
    text-align: center;
  }
  .about-section .flex-right .qualities-content .banners-board {
    width: 80%;
    margin: 0 auto;
    gap: 5rem;
  }
  .about-section .flex-right .qualities-content .banners-board .banners {
    height: 50px;
  }
  .about-section .flex-right .qualities-content .banners-board .banners p {
    position: relative;
    text-align: left;
    font-size: 1.2rem;
    margin-right: 5.5rem;
  }
  .about-section .flex-right .qualities-content .banners-board .banners .circle-placeholder {
    width: 6rem;
    height: 6rem;
    right: -30px;
    top: -35%;
  }
}
.services-section {
  height: 85vh;
  overflow: hidden;
}
.services-section .title-container {
  margin-top: 3rem;
  background: #1f3269;
  position: relative;
  overflow: hidden;
}
.services-section .title-container img {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  opacity: 25%;
  border: 1px solid red;
}
.services-section .title-container h3 {
  color: white;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1rem;
}
.services-section .flex-container {
  display: flex;
  justify-content: space-between;
}
.services-section .flex-container .services-container {
  width: -moz-fit-content;
  width: fit-content;
}
.services-section .flex-container .services-container .services {
  width: 80%;
  margin: 2rem auto;
}
.services-section .flex-container .services-container .services p {
  display: inline-block;
  color: #25313C;
  border: 2px solid hsla(0, 0%, 0%, 0.4);
  border-radius: 0.5rem;
  margin: 0.8rem 0.4rem;
  padding: 0.4rem 0.8rem;
}
.services-section .flex-container .services-container .services a {
  color: #BE373A;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 2rem;
  transition: 0.5s linear;
}
.services-section .flex-container .services-container .services a i {
  margin-left: 0.5rem;
}
.services-section .flex-container .services-container .services a:hover, .services-section .flex-container .services-container .services :active {
  text-decoration: underline;
}
.services-section .flex-container .services-container .services a:hover i, .services-section .flex-container .services-container .services :active i {
  transform: translateX(0.5rem);
}
.services-section .flex-container .services-container .services-btn {
  width: 80%;
  margin: 2rem auto;
}
.services-section .flex-container .services-container .services-btn p {
  margin-bottom: 1rem;
  color: #25313C;
}
.services-section .flex-container .services-container .services-btn p span {
  color: #1f3269;
  font-size: 1.2rem;
  font-weight: 700;
}
.services-section .flex-container .services-container .services-btn .contact-us {
  padding: 0.6rem 1rem;
  font-size: 1.3rem;
  transition: 0.3s;
}
.services-section .flex-container .services-container .services-btn .contact-us:hover, .services-section .flex-container .services-container .services-btn :active {
  background-color: rgba(190, 55, 57, 0.5215686275);
  color: #F2F2F2;
  transform: translateY(10%);
}
.services-section .flex-container .services-container .services-btn .contact-us:hover i, .services-section .flex-container .services-container .services-btn :active i {
  transform: translateX(0.3rem);
}
.services-section .flex-container .services-img-carousel {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 2rem;
  /* add 'visible' class via Javascript */
}
.services-section .flex-container .services-img-carousel .slideshowContainer {
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 400px;
}
.services-section .flex-container .services-img-carousel .imageSlides {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: -1;
}
.services-section .flex-container .services-img-carousel .visible {
  opacity: 1;
}
.services-section .flex-container .services-img-carousel .slideshowArrow {
  font-size: 7em;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.services-section .flex-container .services-img-carousel .slideshowArrow:hover {
  opacity: 0.75;
}
.services-section .flex-container .services-img-carousel #leftArrow {
  position: absolute;
  color: #25313C;
  left: 4%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.services-section .flex-container .services-img-carousel #rightArrow {
  color: #25313C;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translate(50%, -50%);
}
.services-section .flex-container .services-img-carousel .slideshowCircles {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.services-section .flex-container .services-img-carousel .circle {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 2px rgba(255, 255, 255, 0.5);
  transition: 1s ease-in-out;
}
.services-section .flex-container .services-img-carousel .dot {
  background-color: hsla(225, 49%, 44%, 0.7);
  border: solid 2px #1f3269;
}

@media (max-width: 768px) {
  .services-section {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
  .services-section .title-container {
    margin-top: 2rem;
  }
  .services-section .title-container img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .services-section .title-container h3 {
    font-size: 1.2rem;
  }
  .services-section .flex-container {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .services-section .flex-container .services-container {
    width: 100%;
    text-align: center;
  }
  .services-section .flex-container .services-container .services {
    width: -moz-fit-content;
    width: fit-content;
    margin: 1rem auto;
  }
  .services-section .flex-container .services-container .services a {
    margin: 0;
  }
  .services-section .flex-container .services-container .services-btn {
    margin: 1rem auto;
    width: 80%;
    display: inline-block;
  }
  .services-section .flex-container .services-container .services-btn .contact-us {
    width: 100%;
  }
  .services-section .flex-container .services-img-carousel {
    margin: 0 auto;
    width: 100%;
    padding: 0 0.8rem;
  }
  .services-section .flex-container .services-img-carousel .slideshowContainer {
    width: 100%;
  }
}
.infrastructure-section {
  height: 100vh;
  margin-top: 6rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.infrastructure-section .title-infrastructure {
  position: relative;
}
.infrastructure-section .title-infrastructure h1 {
  text-align: left;
  font-size: clamp(3.5rem, 6vw, 8rem);
  line-height: 0.78;
  font-weight: 900;
  color: #1f3269;
}
.infrastructure-section .title-infrastructure h2 {
  position: absolute;
  font-size: 2rem;
  font-weight: 900;
  color: #BE373A;
  bottom: 50%;
  right: 0;
}
.infrastructure-section .title-infrastructure .red-square {
  position: absolute;
  right: -2rem;
  bottom: 0;
  margin-top: 3rem;
  width: 22px;
  height: 22px;
  background: #BE373A;
}
.infrastructure-section .infra-img-carousel {
  position: relative;
  width: 100%;
  margin: 3rem 0;
  overflow: hidden;
}
.infrastructure-section .infra-img-carousel .img-carousel {
  display: flex;
  width: 100%;
  animation: scroll 40s linear infinite;
  gap: 2rem;
}
.infrastructure-section .infra-img-carousel .blue-bar {
  height: 2rem;
  width: 100%;
  top: 40%;
  position: absolute;
  z-index: -1;
  background: #1f3269;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2000px);
  }
}
.infrastructure-section p {
  text-align: center;
  color: #25313C;
  font-weight: 600;
  margin: 0 0;
}
.infrastructure-section span {
  margin: 0.3rem 0 1rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f3269;
}
.infrastructure-section .learn-more {
  background: none;
  font-size: 1.4rem;
  font-weight: 500;
  border: 2px solid #BE373A;
  opacity: 100%;
  color: #BE373A;
  transition: 0.3s;
}
.infrastructure-section .learn-more:hover, .infrastructure-section :active {
  background: hsla(359, 55%, 48%, 0.7);
  border: 2px solid hsla(359, 55%, 48%, 0.7);
  color: #F2F2F2;
  transform: translateY(10%);
}
.infrastructure-section .learn-more:hover i, .infrastructure-section :active i {
  transform: translateX(10%);
}

@media (max-width: 768px) {
  .infrastructure-section {
    height: -moz-fit-content;
    height: fit-content;
    margin: 2rem 0;
  }
  .infrastructure-section .title-infrastructure h2 {
    font-size: 1.4rem;
  }
  .infrastructure-section .title-infrastructure .red-square {
    width: 12px;
    height: 12px;
  }
  .infrastructure-section .infra-img-carousel {
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .infrastructure-section .infra-img-carousel .img-carousel {
    scale: 0.6;
    animation: scroll 20s linear infinite;
  }
  .infrastructure-section a {
    display: inline-block;
    width: 100%;
  }
  .infrastructure-section a .learn-more {
    width: 80%;
    margin: 0 auto;
  }
}
.client-section {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 3rem;
}
.client-section .title-container {
  position: relative;
  background: #1f3269;
  overflow: hidden;
  z-index: 10;
}
.client-section .title-container img {
  position: absolute;
  opacity: 15%;
}
.client-section .title-container h3 {
  color: white;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1rem;
}
.client-section .client-portfolio {
  padding: 0;
  height: 100%;
  position: relative;
  width: 100%;
}
.client-section .client-portfolio .clients-content {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: justify;
  width: 70%;
  margin: 0 auto 0 30vw;
}
.client-section .client-portfolio .clients-content .client-para {
  width: 40%;
  margin: 1rem 0;
  font-size: 1rem;
  line-height: 140%;
  color: #25313C;
}
.client-section .client-portfolio .clients-content .services-btn {
  width: 40%;
  margin: 0 auto;
}
.client-section .client-portfolio .clients-content .services-btn p {
  width: 80%;
  color: #25313C;
  margin-bottom: 1rem;
}
.client-section .client-portfolio .clients-content .services-btn p span {
  color: #1f3269;
  font-size: 1.2rem;
  font-weight: 700;
}
.client-section .client-portfolio .clients-content .services-btn .contact-us {
  padding: 0.6rem 1rem;
  font-size: 1.3rem;
  transition: 0.3s;
}
.client-section .client-portfolio .clients-content .services-btn .contact-us:hover, .client-section .client-portfolio .clients-content .services-btn :active {
  background-color: hsla(359, 55%, 48%, 0.7);
  color: #F2F2F2;
  transform: translateY(10%);
}
.client-section .client-portfolio .clients-content .services-btn .contact-us:hover i, .client-section .client-portfolio .clients-content .services-btn :active i {
  transform: translateX(0.3rem);
}
.client-section .box {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  right: -80px;
  top: 170px;
}
.client-section .box img {
  width: 150px;
  height: 150px;
}
.client-section .master {
  width: 700px;
  height: 480px;
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 50%;
}
.client-section .master .gradient-bottom {
  position: absolute;
  bottom: 0;
  height: 10%;
  width: 100%;
  background: rgb(242, 242, 242);
  background: linear-gradient(0deg, rgb(242, 242, 242) 0%, rgba(242, 242, 242, 0) 100%);
}
.client-section .master .gradient-top {
  position: absolute;
  top: 0;
  height: 10%;
  width: 100%;
  background: rgb(242, 242, 242);
  background: linear-gradient(180deg, rgb(242, 242, 242) 0%, rgba(242, 242, 242, 0) 100%);
}
.client-section .parentCircle {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
}
@media (max-width: 768px) {
  .client-section .client-section .title-container h3 {
    font-size: 1.4rem;
  }
  .client-section .clients-content {
    margin-top: 2rem !important;
    flex-direction: column;
    justify-content: flex-start !important;
    width: 100%;
  }
  .client-section .clients-content .client-para {
    width: 80% !important;
  }
  .client-section .clients-content .services-btn {
    width: 80% !important;
  }
  .client-section .clients-content .services-btn p {
    width: 100% !important;
  }
  .client-section .clients-content .services-btn .contact-us {
    width: 100%;
    display: inline-block;
  }
  .client-section .box img {
    width: 80px;
    height: 80px;
  }
  .client-section .master {
    top: 40%;
    width: 300px;
    height: 300px;
  }
  .client-section .master .gradient-bottom, .client-section .master .gradient-top {
    width: 90%;
  }
  .client-section .parentCircle {
    top: 30%;
    left: 30%;
    height: 200px;
    width: 200px;
  }
}

.footer {
  position: relative;
  width: 100%;
  background: #6D7D8B;
  min-height: 100px;
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.social-icon,
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.4rem 0;
  flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
  list-style: none;
}
.social-icon__item .menu__link,
.menu__item .menu__link {
  font-weight: 500;
}

.social-icon__link {
  color: #F2F2F2;
  margin: 1rem;
  display: inline-block;
  transition: 0.5s;
}
.social-icon__link i {
  font-size: 2rem;
  margin-left: 1rem;
}

.social-icon__link:hover {
  transform: translateY(-10px);
}

.menu__link {
  font-size: 1rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 1;
  font-weight: 300;
}

.menu__link:hover {
  color: #25313C;
}

.footer p {
  color: #F2F2F2;
  margin: 1rem 0 0.4rem 0;
  font-size: 0.8rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  .footer {
    padding: 1rem 0.5rem;
  }
  .menu {
    width: 100%;
  }
}
.reviews {
  margin-top: 4rem;
  padding: 2rem 0;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
.reviews h2 {
  font-size: 2rem;
  font-weight: 400;
  overflow: hidden;
}
.reviews .review-showcase {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem 0;
  overflow: auto;
}
.reviews .review-showcase .nav-arrows {
  text-align: right;
  position: absolute;
  right: 3rem;
  bottom: -3rem;
  padding: 1rem;
  display: flex;
  justify-content: end;
  cursor: pointer;
  gap: 2rem;
  z-index: 10;
}
.reviews .review-showcase i {
  transition: 0.3s;
}
.reviews .review-showcase i:hover {
  opacity: 0.5;
}
.reviews .review-showcase .card-carousel {
  display: flex;
  padding: 1rem;
  margin: 0 2rem;
  gap: 3rem;
  transition: 0.5s ease-out;
}
.reviews .review-showcase .card-carousel .card {
  background: #F2F2F2;
  min-width: 372px;
  min-height: 300px;
  padding: 2rem;
  text-align: start;
  position: relative;
  border-radius: 0.5rem;
}
.reviews .review-showcase .card-carousel .card .quote2 {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0.5;
  scale: 2;
  transform: rotate(180deg);
}
.reviews .review-showcase .card-carousel .card .quote1 {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  scale: 2;
}
.reviews .review-showcase .card-carousel .card .stars {
  z-index: 100;
}
.reviews .review-showcase .card-carousel .card .review {
  z-index: 100;
  margin-top: 1rem;
  width: 90%;
}
.reviews .review-showcase .card-carousel .card .author {
  position: absolute;
  bottom: 1rem;
  z-index: 100;
  font-weight: 600;
  color: #6D7D8B;
}
.reviews .review-showcase .card-carousel:hover {
  animation: wiggle 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@keyframes wiggle {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
.reviews .review-showcase .show-right {
  transform: translateX(-55%) !important;
}
.reviews .review-showcase .opacity {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .reviews {
    padding: 4rem 0 1rem 0;
  }
  .reviews .card {
    min-width: 250px !important;
  }
}
body {
  width: 100%;
  background: #F2F2F2;
  overflow-x: hidden;
}

.title-text {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.title-text .char {
  font-size: clamp(3.5rem, 6vw, 8rem);
  font-weight: 900;
  color: #F2F2F2;
}
.title-text .whitespace {
  visibility: hidden !important;
}

.red-square {
  margin-top: 3rem;
  width: 22px;
  height: 22px;
  background: #BE373A;
}

@media (max-width: 768px) {
  .title-text {
    margin-top: 1rem;
  }
  .red-square {
    width: 12px;
    height: 12px;
    margin-top: 2rem;
  }
}
button {
  padding: 0.5rem 1rem;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
}

.contact-us {
  cursor: pointer;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 255, 255, 0);
  border: 2px solid #BE373A;
  color: #BE373A;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.4rem;
}

.show-banners {
  transform: translateX(0) !important;
}/*# sourceMappingURL=homepage.css.map */