@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Viaoda+Libre&display=swap");
.viaoda-libre-regular {
  font-family: "Viaoda Libre", serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Roboto", sans-serif;
  color: #737373;
}

#mainNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
}
#mainNav .navButton, #mainNav .navClose {
  display: none;
}
#mainNav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.3s padding ease;
}
#mainNav .container .logo {
  height: 50px;
  width: auto;
  transition: 0.3s height ease;
}
#mainNav .container .navCollapse {
  display: flex;
  gap: 1rem;
}
#mainNav .container .navCollapse .nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#mainNav .container .navCollapse .nav .nav-item .nav-link {
  color: #1e1e1e;
  text-decoration: none;
  font-weight: 500;
}
#mainNav .container .navCollapse .nav .nav-item .nav-link:hover {
  color: #BC9C21;
}
#mainNav .dropdown-menu {
  border-radius: 0;
  border: none !important;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
#mainNav .dropdown-item.active, #mainNav .dropdown-item:active {
  background-color: #BC9C21;
}
#mainNav.scrolled {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(30px);
}
#mainNav.scrolled .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
#mainNav.scrolled .container .logo {
  height: 40px;
}

.mainBtn {
  font-size: 20px;
  padding: 20px 45px;
  border-radius: 35px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid;
  corner-shape: squircle;
  transition: 0.3s ease;
  transition-property: background-color, color, border-color;
}
.mainBtn.sm {
  font-size: 16px;
  padding: 10px 20px;
}
.mainBtn.solid.blue {
  background-color: #041B52;
  color: #FFFFFF;
  border-color: #041B52;
}
.mainBtn.solid.blue:hover {
  background-color: rgb(1.6279069767, 10.988372093, 33.3720930233);
  border-color: rgb(1.6279069767, 10.988372093, 33.3720930233);
}
.mainBtn.solid.gold {
  background-color: #BC9C21;
  color: #FFFFFF;
  border-color: #BC9C21;
}
.mainBtn.solid.gold:hover {
  background-color: rgb(144.6153846154, 120, 25.3846153846);
  border-color: rgb(144.6153846154, 120, 25.3846153846);
}
.mainBtn.solid.dark {
  background-color: #1e1e1e;
  color: #FFFFFF;
  border-color: #1e1e1e;
}
.mainBtn.solid.dark:hover {
  background-color: rgb(4.5, 4.5, 4.5);
  border-color: rgb(4.5, 4.5, 4.5);
}
.mainBtn.outline.blue {
  background-color: transparent;
  color: #041B52;
  border-color: #041B52;
}
.mainBtn.outline.blue:hover {
  background-color: #041B52;
  color: #FFFFFF;
}
.mainBtn.outline.gold {
  background-color: transparent;
  color: #737373;
  border-color: #BC9C21;
}
.mainBtn.outline.gold:hover {
  background-color: #BC9C21;
  color: #FFFFFF;
}
.mainBtn.outline.dark {
  background-color: transparent;
  color: #1e1e1e;
  border-color: #1e1e1e;
}
.mainBtn.outline.dark:hover {
  background-color: #1e1e1e;
  color: #FFFFFF;
}

.main-banner .carousel-item {
  position: relative;
}
.main-banner .carousel-item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.4;
  border-bottom-right-radius: 150px;
}
.main-banner .carousel-item .carousel-overlay {
  position: relative;
  z-index: 2;
}
.main-banner .carousel-item .carousel-overlay .row {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 100svh;
  align-items: center;
}
.main-banner .col-lg-6 h1 {
  font-size: 118px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1;
  color: #041B52;
  text-shadow: 0 0 10px #fff;
}
.main-banner .col-lg-6 p {
  font-size: 24px;
  color: #1e1e1e;
  margin-bottom: 30px;
}

.testimonialCard {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4 100 rgba(30, 30, 30, 0.25);
  backdrop-filter: blur(30px);
  padding: 25px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  corner-shape: squircle;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.testimonialCard .bg-graphic {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.testimonialCard p {
  color: #737373;
  margin-bottom: 15px;
}
.testimonialCard .peopleInfo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonialCard .peopleInfo img {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testimonialCard .peopleInfo h4 {
  margin-bottom: 5px;
  font-weight: 700;
  color: #1e1e1e;
}
.testimonialCard .peopleInfo h4 small {
  display: block;
  font-weight: 400;
  font-size: 12px;
}
.testimonialCard .peopleInfo h6 {
  margin-bottom: 0;
  color: #1e1e1e;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 20%;
  text-transform: uppercase;
}

.round-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #1e1e1e;
  background-color: transparent;
  transition: 0.3s ease;
  transition-property: background-color, color, border-color;
  color: #1e1e1e;
}
.round-btn:not(.alt):hover {
  background-color: #1e1e1e;
  color: #FFFFFF;
}
.round-btn.alt {
  background-color: #BC9C21;
  color: #FFFFFF;
  border-color: #BC9C21;
}
.round-btn.alt:hover {
  background-color: rgb(144.6153846154, 120, 25.3846153846);
  border-color: rgb(144.6153846154, 120, 25.3846153846);
}

.floatingAnim {
  animation: floatingAnim 3s ease-in-out infinite;
}

@keyframes floatingAnim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.sectionTitle {
  color: #041B52;
}
.sectionTitle.light {
  color: #FFFFFF;
}
.sectionTitle h2 {
  font-size: 96px;
  font-weight: 400;
  margin-bottom: 35px;
  font-family: "Viaoda Libre", serif;
}

.big-p {
  font-size: 24px;
  color: #737373;
}

.about {
  position: relative;
}
.about .exp-stat {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  display: flex;
  color: #1e1e1e;
  justify-content: center;
  align-items: center;
}
.about .exp-stat .count {
  font-size: 128px;
  font-weight: 400;
  font-family: "Viaoda Libre", serif;
  line-height: 1;
}
.about .exp-stat h6 {
  font-weight: 400;
  font-size: 32px;
  width: 160px;
  line-height: 1;
  margin-bottom: 0;
}
.about .big-img {
  position: absolute;
  width: 30%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  right: 0;
}
.about .img-section {
  position: relative;
}
.about .img-section .small-img {
  position: absolute;
  width: 75%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
}

.smallTitle {
  font-size: 64px;
  font-weight: 400;
  color: #041B52;
  margin-bottom: 25px;
  font-family: "Viaoda Libre", serif;
}

.border-card {
  border: 1px solid #bfbfbf;
  background-color: #FFFFFF;
  padding: 40px 25px 25px;
  position: relative;
}
.border-card::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 1px solid;
  border-color: #BC9C21 #BC9C21 transparent transparent;
}
.border-card::after {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 1px solid;
  border-color: transparent transparent #BC9C21 #BC9C21;
}
.border-card:hover::before, .border-card:hover::after {
  opacity: 1;
  animation: border-anim 0.2s ease forwards;
}
.border-card:hover::after {
  animation-delay: 0.2s;
}
.border-card .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.border-card h4 {
  font-size: 32px;
  font-family: "Viaoda Libre", serif;
  color: #1e1e1e;
  margin-bottom: 10px;
  font-weight: 400;
}
.border-card p {
  margin-bottom: 0;
}

@keyframes border-anim {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.dummy-card {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(4, 27, 82, 0.1);
  text-decoration: none;
  color: #1e1e1e;
  gap: 5px;
  transition: 0.3s background-color ease;
}
.dummy-card:hover {
  background-color: rgba(4, 27, 82, 0.2);
}

.brand .imgDiv {
  z-index: 1;
}
.brand .bg-image {
  left: 0;
  top: 0;
  z-index: -1;
}
.brand .bg-black-overlay {
  z-index: 2;
}
.brand .bg-black-overlay .d-grid {
  padding-left: 80px;
}
.brand .bg-black-overlay::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.brand .valueDiv {
  margin-top: -100px;
}

.statCard {
  text-align: center;
}
.statCard .number {
  font-size: 64px;
  font-weight: 400;
  color: #041B52;
  font-family: "Viaoda Libre", serif;
  margin-bottom: 25px;
}
.statCard .text-counter {
  font-size: 24px;
  font-weight: 400;
}

.pictureCard {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
.pictureCard .overlay {
  position: absolute;
  z-index: 10;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  left: 0;
  bottom: 0;
}
.pictureCard .overlay h5 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 24px;
}
.pictureCard::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  transform: scaleX(1);
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  transition: 1s ease;
  transition-property: transform, opacity;
}
.pictureCard img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scaleY(1.5);
  transition: 1s ease;
  transition-property: transform, opacity;
}
.pictureCard:hover::before {
  transform: scaleX(1.5);
  opacity: 0;
}
.pictureCard:hover img {
  opacity: 1;
  transform: scaleY(1);
}

#testimonials {
  position: relative;
  z-index: 1;
  background-color: #000;
}
#testimonials .splide__list {
  align-items: center;
}
#testimonials .bg-graphic {
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}
#testimonials .container {
  position: relative;
  z-index: 1;
}
#testimonials .testimonialCardWide {
  color: #FFFFFF;
}
#testimonials .testimonialCardWide .img-side img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: rgba(255, 255, 255, 0.2);
}
#testimonials .testimonialCardWide .text-side .quoteIcon img {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
}
#testimonials .testimonialCardWide .text-side .quote {
  margin-bottom: 20px;
}
#testimonials .testimonialCardWide .text-side .quote p {
  font-size: 24px;
  font-weight: 400;
  font-family: "Viaoda Libre", serif;
  margin-bottom: 15px;
}
#testimonials .testimonialCardWide .text-side .quote p:last-child {
  margin-bottom: 0;
}
#testimonials .testimonialCardWide .text-side .line {
  width: 100%;
  margin-bottom: 20px;
}
#testimonials .testimonialCardWide .text-side .line::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #FFFFFF;
}
#testimonials .testimonialCardWide .text-side .line::after {
  content: "";
  display: block;
  width: 40%;
  margin-top: 5px;
  height: 1px;
  background-color: #FFFFFF;
}
#testimonials .testimonialCardWide .text-side h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
#testimonials .testimonialCardWide .text-side .navigation {
  display: flex;
  gap: 10px;
}
#testimonials .testimonialCardWide .text-side .navigation button {
  border: none;
  padding: 0;
  line-height: 1;
  font-size: 24px;
  background-color: transparent;
  color: #FFFFFF;
}

.projectCard {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 30svh;
  overflow: hidden;
}
.projectCard .overlay {
  position: absolute;
  z-index: 10;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  left: 0;
  bottom: 0;
}
.projectCard .overlay h5 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 24px;
  font-family: "Viaoda Libre", serif;
}
.projectCard .overlay p {
  font-size: 14px;
}
.projectCard::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  transform: scaleX(1);
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  transition: 1s ease;
  transition-property: transform, opacity;
}
.projectCard img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scaleY(1.5);
  transition: 1s ease;
  transition-property: transform, opacity;
}
.projectCard:hover::before {
  transform: scaleX(1.5);
  opacity: 0;
}
.projectCard:hover img {
  opacity: 1;
  transform: scaleY(1);
}

.projects .nav.nav-pills {
  gap: 24px;
}
.projects .nav-link {
  padding: 15px 35px;
  border-radius: 30px;
  font-size: 20px;
  font-family: "Viaoda Libre", serif;
  border: 1px solid #BC9C21;
  color: #737373;
  corner-shape: squircle;
}
.projects .nav-link.active {
  background-color: #BC9C21;
}

.link {
  line-height: 1.5;
  text-decoration: none;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100%/0px 1px no-repeat;
  transition: 0.3s background-size ease;
}
.link:hover {
  background-size: 100% 1px;
}

.clientImg {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 20px;
}

#clients-slider {
  pointer-events: none;
}

.contact-info {
  text-align: center;
}
.contact-info .icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.contact-info h4 {
  font-size: 32px;
  font-weight: 400;
  color: #1e1e1e;
  margin-bottom: 10px;
  font-family: "Viaoda Libre", serif;
}
.contact-info a {
  color: #737373;
}

.form-label {
  font-size: 24px;
  color: #1e1e1e;
  margin-bottom: 7px;
  line-height: 1;
}

.form-control {
  font-size: 20px;
  padding: 15px 25px;
  border-radius: 0;
}

.formCard {
  padding: 50px;
  background-color: #FFFFFF;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.contact iframe {
  width: 100%;
  height: 75svh;
  filter: saturate(0);
  margin-top: -10svh;
}

footer {
  background-color: #041B52;
}
footer .logo {
  height: 50px;
  width: auto;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}
footer .socialLink {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  align-items: center;
}
footer .socialLink li a {
  color: #BC9C21;
  text-decoration: none;
}
footer .socialLink li a:hover {
  color: #FFFFFF;
}
footer .footerList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .viaoda-libre-regular {
  color: #BC9C21;
}
footer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #737373;
}
footer .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #737373;
}
footer .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #737373;
}
footer .form-control:-moz-placeholder { /* Firefox 18- */
  color: #737373;
}

.pageHeader {
  position: relative;
}
.pageHeader .bg-graphic {
  position: absolute;
  width: 50%;
  height: auto;
  left: 0;
  top: 10%;
  opacity: 0.3;
}
.pageHeader .service-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(#000, transparent);
          mask-image: linear-gradient(#000, transparent);
}
.pageHeader .pattern {
  position: absolute;
  background-image: url(../img/pattern.webp);
  width: 100%;
  height: 100%;
  opacity: 0.5;
  left: 0;
  top: 0;
  -webkit-mask-image: linear-gradient(#fff, transparent);
          mask-image: linear-gradient(#fff, transparent);
}
.pageHeader h1 {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 150px;
  font-weight: 499;
  font-size: 118px;
  font-family: "Viaoda Libre", serif;
  color: #041B52;
  position: relative;
  z-index: 2;
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  gap: 24px;
  list-style-type: none;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 40px;
}
.tags-list li {
  flex: 1 0 auto;
  padding: 15px 25px;
  background-color: rgba(4, 27, 82, 0.2);
  color: #041B52;
  text-align: center;
  border-radius: 32px;
}

.services .pattern-bg {
  position: relative;
}
.services .pattern-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background-image: url(../img/pattern.webp);
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}

.gallery {
  overflow: hidden;
}
.gallery .overlay {
  position: absolute;
  z-index: 10;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.gallery .overlay h5 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 24px;
  font-family: "Viaoda Libre", serif;
}
.gallery .overlay p {
  font-size: 14px;
}
.gallery::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  transform: scaleX(1);
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  pointer-events: none;
  transition: 1s ease;
  transition-property: transform, opacity;
}
.gallery img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scaleY(1.5);
  transition: 1s ease;
  transition-property: transform, opacity;
}
.gallery:hover::before {
  transform: scaleX(1.5);
  opacity: 0;
}
.gallery:hover img {
  opacity: 1;
  transform: scaleY(1);
}

.alt-gallery .gallery {
  padding-top: 75%;
}
.alt-gallery .gallery .overlay h5 {
  font-weight: 400;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}
.alt-gallery .gallery .overlay p {
  font-size: 16px;
}

.singlePicProject {
  cursor: pointer;
}

.modal-bg-gallery_a {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  padding: 20px;
  display: none;
}

.modal-gallery-wrapper_a {
  position: relative;
  height: 100%;
  width: 100%;
}
.modal-gallery-wrapper_a img {
  position: absolute;
  /* width: 100%; */
  /* height: 100%; */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-gallery-wrapper_a button, .modal-gallery-wrapper_a button i {
  display: grid;
  place-content: center;
}
.modal-gallery-wrapper_a .overlay {
  position: absolute;
  text-align: center;
  background: rgba(30, 30, 30, 0.5);
  color: #FFFFFF;
  padding: 20px;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

button.close-gal-btn_a {
  z-index: 9;
  padding: 0;
  line-height: 1;
  width: 40px;
  height: 40px;
  border: none;
  font-size: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  transition: 0.3s all ease;
}
button.close-gal-btn_a:hover {
  color: #FDAC53;
}
button.close-gal-btn_a::focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 1399px) {
  .pageHeader h1 {
    font-size: 72px;
  }
  .main-banner .col-lg-6 h1 {
    font-size: 72px;
  }
  .main-banner .col-lg-6 p {
    font-size: 20px;
  }
  .main-banner .testimonialCard p {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
  .sectionTitle h2 {
    font-size: 76px;
  }
  .smallTitle {
    font-size: 60px;
  }
  .big-p {
    font-size: 20px;
  }
  .pictureCard .overlay h5 {
    font-size: 20px;
  }
  .mainBtn {
    font-size: 18px;
  }
  .form-label {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  #mainNav .container {
    max-width: 100%;
  }
  #mainNav .container .navCollapse .nav {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  #mainNav.scrolled.active {
    backdrop-filter: none;
  }
  #mainNav .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #mainNav .container .navButton {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #1e1e1e;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
  }
  #mainNav .container .navCollapse {
    position: fixed;
    background-color: #FFFFFF;
    height: 100svh;
    width: 300px;
    right: 0;
    top: 0;
    padding: 30px;
    transition: 0.5s transform ease;
  }
  #mainNav .container .navCollapse .nav {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #mainNav .container .navCollapse .navClose {
    display: block;
    padding: 0;
    pointer-events: all;
  }
  #mainNav .container .navCollapse .navClose:not(.outer) {
    position: absolute;
    right: 12px;
    top: 15px;
    width: 40px;
    height: 40px;
    background-color: #041B52;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
  }
  #mainNav .container .navCollapse .navClose.outer {
    position: absolute;
    width: calc(100vw - 300px);
    height: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    right: 100%;
    transition: 0.5s ease;
    transition-property: width, opacity;
    backdrop-filter: blur(10px);
  }
  #mainNav:not(.active) .container .navCollapse {
    backdrop-filter: blur(8px);
    transform: translateX(100%);
  }
  #mainNav:not(.active) .container .navCollapse .navClose.outer {
    width: 100vw;
    opacity: 0;
    pointer-events: none;
  }
  .pageHeader h1 {
    font-size: 68px;
  }
  .main-banner .row {
    align-items: center;
    align-content: center;
  }
  .main-banner .col-lg-6 h1 {
    font-size: 68px;
  }
  .main-banner .col-lg-6 p {
    font-size: 18px;
  }
  .main-banner .col-lg-4 {
    margin-top: -92px;
  }
  .main-banner .col-lg-4 .d-flex {
    justify-content: end;
  }
  .main-banner .carousel-item > img {
    border-bottom-right-radius: 100px;
  }
  .testimonialCard.floatingAnim {
    display: none;
  }
  .sectionTitle h2 {
    font-size: 62px;
  }
  .smallTitle {
    font-size: 56px;
  }
  .big-p {
    font-size: 18px;
  }
  .about.pt-100 {
    padding-top: 0;
  }
  .about > .pt-100 {
    padding-top: 0;
  }
  .about .big-img {
    height: 300px;
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .about .img-section .small-img {
    position: unset;
    aspect-ratio: 4/3;
  }
  .about .exp-stat {
    bottom: 640px;
    left: auto;
    right: 0;
    justify-content: end;
    padding: 0 20px;
  }
  .brand .bg-black-overlay .d-grid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .brand .bg-black-overlay::before {
    width: 100%;
  }
  #a2z .position-absolute {
    display: none;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    text-align: center;
  }
  .about .img-section .small-img {
    width: 100%;
  }
  .about .exp-stat {
    bottom: 596px;
    justify-content: center;
  }
  .about .d-grid.pb-100 {
    padding-bottom: 150px;
  }
  .dummy-card {
    padding: 20px 45px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 32px;
  }
  .form-label {
    font-size: 16px;
  }
  .form-control {
    font-size: 16px;
  }
  .mainBtn {
    font-size: 16px;
  }
  #testimonials .testimonialCardWide .row {
    row-gap: 24px;
  }
  #testimonials .testimonialCardWide .img-side img {
    position: unset;
    aspect-ratio: 4/3;
  }
  .formCard {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .main-banner .col-lg-6 {
    text-align: center;
  }
  .main-banner .col-lg-6 h1 {
    font-size: 56px;
    margin-bottom: 10px;
  }
  .main-banner .col-lg-6 p {
    font-size: 16px;
  }
  .main-banner .col-lg-4 {
    margin-top: 0;
  }
  .main-banner .col-lg-4 .d-flex {
    justify-content: center;
  }
  .pageHeader h1 {
    font-size: 48px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .about .big-img {
    height: 50vw;
  }
  .about .exp-stat {
    bottom: calc(75vw + 110px);
    font-size: 18px;
    justify-content: center;
  }
  .about .exp-stat h6 {
    font-size: 18px;
    width: 90px;
  }
  .about .exp-stat .count {
    font-size: 78px;
  }
  .statCard .number {
    font-size: 48px;
    margin-bottom: 15px;
  }
  .statCard .text-counter {
    font-size: 18px;
  }
  #a2z.pb-100 {
    padding-bottom: 100px;
  }
  .sectionTitle h2 {
    font-size: 42px;
  }
  .smallTitle {
    font-size: 32px;
  }
  .border-card h4 {
    font-size: 24px;
  }
  .big-p {
    font-size: 16px;
    text-align: justify;
  }
  .brand .valueDiv {
    margin-top: -60px;
  }
  #testimonials .testimonialCardWide .text-side .quote p {
    font-size: 16px;
  }
  #testimonials .testimonialCardWide .text-side h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .tags-list {
    font-size: 16px;
    gap: 10px;
  }
  .tags-list li {
    padding: 10px 15px;
  }
  #projects .nav {
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */