/* @import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap");

:root {
  --header-color: #fff;
  --orage-color: #e27937;
  --blue-color: #0068be;
  --gray-color: #e9e9e9;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Josefin Sans", sans-serif;
}

body,
h1,
h2,
p,
ul,
li {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}

li {
  list-style: none;
}
/* reusable class */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}

.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.w-46{
    width: 46%;
}
.w-27{
    width: 27%;
}
.contact-us__card{
    height:480px;
}
.h-100 {
  height: 100vh;
}
.pointer {
  cursor: pointer;
}

.line-150 {
  line-height: 150%;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.default-style {
  width: 90%;
  margin-inline: auto;
  max-width: 1280px;
}
/*////////////////*/

.bloc-video {
  position: relative;
}

.bloc-video video {
  object-fit: cover;
  z-index: -1;
  position: absolute;
}

/* Navigation bar */

.hamburger,
.close-nav-bar {
  display: none;
}
.navigation-bar {
  padding: 0.5rem 4rem;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  z-index: 2;
  top: 0;
}

.navigation-bar__nav-links {
  margin-left: auto;
  gap: 3.5rem;
  margin-right: 3.5rem;
}
/* .navigation-bar__nav-link {
  color: #022b4e;
} */

.navigation-bar__nav-link {
  position: relative;
  display: block;
  font-size: 1.25rem;
  transition: 0.5s;
  color: #000;
}
.navigation-bar__nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 135%;
  left: 0;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
  background-color: #dc5b3f;
}

.navigation-bar__nav-link:hover {
  color: #dc5b3f;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navigation-bar__nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
/* #hero-section {
  background: url("./../imgs/home-background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */
.hero-section__about-div {
  bottom: 3rem;
  left: 4rem;
  gap: 1.5rem;
}
.hero-section__more-about-text {
  /* color: #dc5b3f; */
  color: white;
  font-size: 1.15rem;
}
.hero-section__about-arrow {
  width: 2.5rem;
}

.hero-section__scroll-div {
  bottom: 8rem;
  gap: 1rem;
  right: 0;
  transform: rotate(270deg);
}
.hero-section__scrool-text {
  color: #fff;
}
.hero-section__social-media-icon-div {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  /* backdrop-filter: blur(20px); */
  padding: 1rem;
  position: fixed;
  top: 40%;
  z-index: 100;
  right: 1rem;
  /* transform: translate(0, -50%); */
  gap: 2rem;
}
.hero-section__social-media-icon {
  width: 1.75rem;
}
/*////////////////*/
/* Service bar */
#service-section {
  /* background: url("https://img.freepik.com/free-photo/abstract-luxury-blur-grey-color-gradient-used-as-background-studio-wall-display-your-products_1258-54074.jpg"); */
  background: url("./../images/bg.webp");

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  position: relative;
}
.gallery {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  /* width: 440px; */
}
.service-section__content-div {
  max-width: 1440px;
  max-height: 800px;
}

.gallery img {
  min-width: 0;
  object-fit: cover;
}

.service-section__card,
.first-card {
  border-radius: 4px;
  background-color: #fff;
  filter: grayscale(100);

  /* opacity: 0; */
  position: absolute;
  width: 25%;
  transition: filter 0.2s linear, box-shadow 0.2s linear, border 0.2s linear;

  /* transition: opacity 0.5s linear; */
}
.first-card {
  display: none;
}
.first-card p {
  padding: 0 1rem 1rem;
}

.service-section__card-para {
  line-height: 150%;
}
.card__1 {
  bottom: 18%;
  left: 7rem;
}
.card__1 h2 {
  border-radius: 4px 4px 0 0;

  background: #a0d4eb;
  color: #fff;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
}
.service-section__card p {
  padding: 0 1rem 1rem;
}
.service-section__card h2 {
  font-size: 1.25rem;
}
.card__2 {
  top: 43%;
  right: -1rem;
}
.card__2 h2 {
  border-radius: 4px 4px 0 0;

  background: #a0d4eb;
  color: #fff;
  padding: 0.8rem 1rem;

  margin-bottom: 1rem;
}
.card__3 {
  top: 8.5rem;
  right: 12rem;
}

.card__3 h2 {
  border-radius: 4px 4px 0 0;

  background: #e28402;
  color: #fff;
  padding: 0.8rem 1rem;

  margin-bottom: 1rem;
}
.card__6 {
  top: 32rem;
  right: 18rem;
}

.card__6 h2 {
  border-radius: 4px 4px 0 0;

  background: #e28402;
  color: #fff;
  padding: 0.8rem 1rem;

  margin-bottom: 1rem;
}
.card__4 {
  bottom: 14%;
  right: 6%;
}
.card__4 h2 {
  border-radius: 4px 4px 0 0;

  background: #1a6bb3;
  color: #fff;
  padding: 0.8rem 1rem;

  margin-bottom: 1rem;
}

.card__5 {
  top: 8.5rem;
  left: 5rem;
}
.card__5 h2 {
  border-radius: 4px 4px 0 0;

  background: #1a6bb3;
  color: #fff;
  padding: 0.8rem 1rem;

  margin-bottom: 1rem;
}
.service-section__card-active {
  opacity: 1;
}
.service-section__header-div {
  top: 10rem;
  gap: 0.5rem;
  left: 1rem;
  transform: rotate(270deg);
}
.service-section__header-number {
  color: #a9a9a9;
  font-size: 1.25rem;
  font-weight: 600;
}
.service-section__header-text {
  font-weight: 600;
  font-size: 1.25rem;
}
/* ///////////////// */
.line-img__1 {
  z-index: -1;
  position: absolute;
  top: -100%;
  left: 12.5rem;
}
.line-img__3 {
  position: absolute;
  top: 50%;
  left: -12.5rem;
}

.line-img__2 {
  position: absolute;
  top: 50%;
  left: -12rem;
}
.line-img__4 {
  position: absolute;
  top: -8rem;
  left: -5.75rem;
}
.line-img__5 {
  position: absolute;
  top: 4rem;
  left: 99%;
}
.line-img__6 {
  position: relative;
  right: 1rem;
  top: 2rem;
}
.card_custom_6{
  position: relative;
    left: 5rem;
    bottom: 2rem;
}
/* ///////content-section////// */
#content-section {
  background-color: #e9e9e9;
  overflow: hidden;
  position: relative;
}

.content-section__img {
  position: absolute;
  bottom: 0;
  width: 40rem;
  right: -10%;
}
.content-section__text-div {
  width: 55%;
}

.content-section__sub-header {
  color: #717171;
  /* font-family: "Playfair Display", serif; */
  font-weight: 500;
  font-size: 2.75rem;
  margin-bottom: 3.5rem;
}

.content-section__link-arrow {
  width: 2rem;
  vertical-align: middle;
  margin-left: 1rem;
}

.content-section__header {
  color: #717171;
  /* font-family: "Playfair Display", serif; */
  width: 84%;
  font-weight: 500;
  line-height: 125%;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.content-section__link {
  color: black;
  /* font-family: "Playfair Display", serif; */
  font-size: 1.5rem;
  font-style: italic;
  text-decoration: underline;
}
.content-section__animation-text {
  color: #a14525;
}
.content-section__animation-text-div {
  height: 80px;
  display: inline-block;
  vertical-align: top;
  width: 70%;
  overflow: hidden;
  position: relative;
  transition: none;
}

.content-section__animation-text {
  position: absolute;
  top: -90px;
}

.content-section__animation-text-active {
  /* transition: none; */
  transition: top 0.5s linear;
  top: 0;
}
.content-section__animation-text-non-active {
  transition: top 0.5s linear;
  top: 90px;
}
/* .content-section__arrow-icon {
  margin-left: 0.5rem;
}
.content-section__sub-2-img {
  display: block;
  height: 100%;
  object-fit: cover;
} */
/* .content-section__sub-1 {
  padding-inline: 4rem;
  font-weight: 500;
} */

/* footer */
.footer {
  /* background: #dc5b3f; */
  padding: 4rem 8rem;
}
.footer__logo {
  align-self: flex-start;
  margin-bottom: 1.5rem;
}
.footer__header {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  /* color: white; */
}

.footer__link,
.footer__address {
  /* color: white; */
  color: #000;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  transition: color 0.2s linear;
}
/* .footer__links-div {
  flex: 1 1 0px;
} */

.footer__link:hover {
  color: var(--orage-color);
}
.footer__logo-div {
  width: 20%;
}

.footer__para {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  /* color: white; */
}
.footer__ISO-div {
  gap: 1.25rem;
  font-size: 0.875rem;
}
/* html,
body {
  height: 100%;
}
.snap-container {
  height: 100%;
  overflow: auto;
  scroll-snap-type: y mandatory;
}

.snap-section {
  height: 100%;
  scroll-snap-align: start;
} */

.cube {
  /* width: 30%; */
  text-align: center;
  margin: 0 auto;
  /* background-color: white; */
  /* height: 200px; */
  /* transform: rotateX(20deg); Text bleed at 90º */

  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s; /* Animate the transform properties */

  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; /* <-NB */
}
.iso-mark {
  width: 4rem;
}
.shawdow-class {
  box-shadow: 0 75px 65px rgb(0 0 0 / 40%);
}
.cube__1 {
  transform: rotateX(20deg);
}
.cube__2 {
  transform: rotateX(40deg);
}
.cube__3 {
  transform: rotateX(50deg); /* Text bleed at 90º */
}
.cube__6 {
  transform: rotateX(50deg); /* Text bleed at 90º */
}
.cube__4 {
  transform: rotateX(60deg);
}

.cube__5 {
  transform: rotateX(46deg);
}

/* The two faces of the cube */
.flippety,
.flop {
  background: rgb(247, 247, 247);
  /* border: 1px solid rgba(147, 184, 189, 0.8); */
  padding: 1.5rem;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  /* box-shadow: 0 5px 20px rgba(105, 108, 109, 0.3); */
}

/* Position the faces */
.flippety {
  -webkit-transform: translateZ(2rem);
  transform: translateZ(2rem);
}

.flop {
  -webkit-transform: rotateX(-90deg) translateZ(-2rem);
  transform: rotateX(-90deg) translateZ(-2rem);
}

/* Rotate the cube */
.cube:hover {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg); /* Text bleed at 90º */
}

/* .cube__1,
.cube__2,
.cube__3,
.cube__4,
.cube__5 {
  height: 4rem;
} */

.cube__1,
.flop__1,
.flop__5,
.cube__5,
.flippety__1,
.flippety__5 {
  width: 5rem;
  height: 5rem;
}
.cube__3 {
  width: 9rem;
}
.cube__6 {
  width: 9rem;
}
.cube__2,
.cube__4 {
  width: 7rem;
}
/* .flippety__1,
.flippety__5,
.cube__1,
.cube__5 {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3),
    0 0 8px 5px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3),
    0 0 8px 5px rgba(0, 0, 0, 0.4) inset;
} */
.flippety__2,
.flop__2,
.cube__2,
.flippety__4,
.flop__4,
.cube__4 {
  height: 8rem;
}

.flippety__3,
.flop__3,
.cube__3,
.cube__6 {
  height: 13rem;
}

.flippety__1,
.flippety__5 {
  /* background: url("./../imgs/Lightblue.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */

  background-color: #a0d4eb;
  -webkit-transform: translateZ(2.5rem);
  transform: translateZ(2.5rem);
}

.flippety__2,
.flippety__4 {
  background: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTprBlNvmVT2olXFLaYwPWK1vXAkkZu2cbR1KmRfCOY5A&usqp=CAU&ec=48600112");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* background-color: #1570c1; */
  -webkit-transform: translateZ(4rem);
  transform: translateZ(4rem);
}

.flippety__3 {
  /* background: #dc5b3f; */
  background: #e27937;

  /* background: url("../imgs/color-3.png"); */
  background-size: contain;

  -webkit-transform: translateZ(6.5rem);
  transform: translateZ(6.5rem);
}

.flop__1,
.flop__5 {
  /* background: url("./../imgs/Lightblue.png"); */

  background-color: #78bfdd;

  -webkit-transform: rotateX(-90deg) translateZ(-2.5rem);
  transform: rotateX(-90deg) translateZ(-2.5rem);
}
.flop__2,
.flop__4 {
  /* background-color: #0d4c84; */
  background: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTprBlNvmVT2olXFLaYwPWK1vXAkkZu2cbR1KmRfCOY5A&usqp=CAU&ec=48600112");

  -webkit-transform: rotateX(-90deg) translateZ(-4rem);
  transform: rotateX(-90deg) translateZ(-4rem);
}

.flop__3 {
  background: #d46119;
  /* background: url("../imgs/color-3.png"); */
  background-size: contain;
  -webkit-transform: rotateX(-90deg) translateZ(-6.5rem);
  transform: rotateX(-90deg) translateZ(-6.5rem);
}

/* Rotate the cube */
.cube:hover {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg); /* Text bleed at 90º */
}

.slider {
  max-width: 100rem;
  height: 100vh;
  margin: 0 auto;
  position: relative;

  /* IN THE END */
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  /* THIS creates the animation! */
  transition: transform 1s;
}

.slide > img {
  /* Only for images that have different size than slide */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider__btn {
  position: absolute;
  top: 50%;
  z-index: 10;

  border: none;
  background: rgba(255, 255, 255, 0.7);
  font-family: inherit;
  color: #333;
  border-radius: 50%;
  height: 5.5rem;
  width: 5.5rem;
  font-size: 2rem;
  cursor: pointer;
}

.slider__btn--left {
  left: 6%;
  transform: translate(-50%, -50%);
}

.slider__btn--right {
  right: 6%;
  transform: translate(50%, -50%);
}

.dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dots__dot {
  border: none;
  background-color: #b9b9b9;
  opacity: 0.7;
  height: 0.7rem;
  width: 0.7rem;
  border-radius: 50%;
  margin-right: 1.75rem;
  cursor: pointer;
  transition: all 0.5s;

  /* Only necessary when overlying images */
  /* box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7); */
}

.dots__dot:last-child {
  margin: 0;
}

.dots__dot--active {
  background-color: #dc5b3f;
  /* background-color: #888; */
  opacity: 1;
}

/* TESTIMONIALS */
#testimonial-section {
  position: relative;
}
.testimonial {
  width: 65%;
  position: relative;
}

.testimonial::before {
  content: "\201C";
  position: absolute;
  top: -5.7rem;
  left: -6.8rem;
  line-height: 1;
  font-size: 20rem;
  font-family: inherit;
  color: #dc5b3f;
  z-index: -1;
}

.testimonial__header {
  /* font-family: "Playfair", serif; */
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.testimonial__text {
  font-size: 1.25rem;
  margin-bottom: 3.5rem;
  color: #666;
}

.testimonial__author {
  margin-left: 3rem;
  font-style: normal;

  display: grid;
  /* grid-template-columns: 4rem 1fr; */
  column-gap: 1rem;
}

.testimonial__photo {
  grid-row: 1 / span 2;
  width: 4rem;
  border-radius: 50%;
}

.testimonial__name {
  font-size: 1.25rem;
  font-weight: 500;
  align-self: end;
  margin: 0;
}

.testimonial__location {
  font-size: 1rem;
}

.section__title--testimonials {
  margin-bottom: 4rem;
}

/* #experiment {
  min-height: 500px;
}

.cube-1 {
  position: absolute;
  left: 50%;
  top: 250px;
  margin-left: -200px;
}
.cube-1 {
  position: absolute;
  left: 50%;
  top: 250px;
  margin-left: -200px;
}

.cube-1 p {
  line-height: 14px;
  font-size: 12px;
  text-align: center;
}

.cube-1 h2 {
  font-weight: bold;
  text-align: center;
}

.rightFace,
.leftFace,
.topFace div {
  padding: 10px;
  width: 100px;
  height: 100px;
}

.rightFace,
.leftFace,
.topFace {
  position: absolute;
}

.leftFace {
  -webkit-transform: skew(0deg, 30deg);
  -moz-transform: skew(0deg, 30deg);
  -o-transform: skew(0deg, 30deg);
  -ms-transform: skew(0deg, 30deg);
  transform: skew(0deg, 30deg);
  box-shadow: 8px 60px 22px #dbdbdb;

  background-color: #bc3800;
  left: 41px;
}

.rightFace {
  -webkit-transform: skew(0deg, -30deg);
  -moz-transform: skew(0deg, -30deg);
  -o-transform: skew(0deg, -30deg);
  -ms-transform: skew(0deg, -30deg);
  transform: skew(0deg, -30deg);
  box-shadow: 0px 66px 21px #dbdbdb;

  background-color: #d66534;
  left: 141px;
}

.topFace div {
  -webkit-transform: skew(0deg, -30deg) scale(1, 1.16);
  -moz-transform: skew(0deg, -30deg) scale(1, 1.16);
  -o-transform: skew(0deg, -30deg) scale(1, 1.16);
  -ms-transform: skew(0deg, -30deg) scale(1, 1.16);
  transform: skew(0deg, -30deg) scale(1, 1.16);
  background-color: #d58968;

  font-size: 0.862em;
}

.topFace {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  top: -78px;
  left: 91px;
} */

/* Optional WebKit Animations */
/* .cube-img {
  width: 5rem;
} */

.snap-container {
  width: 100%;
  height: 100vh;
  overflow: auto;
  position: relative;
  scroll-snap-type: y mandatory;
}
/* .snap-container::-webkit-scrollbar {
  visibility: hidden;
} */
.snap-section {
  width: 100%;
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

/* .wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.logo-container {
  width: 100%;
  overflow: hidden;
}
.logo-slider {
  background-color: #e2f0ff;
  width: 300%;
  height: 6rem;
  position: relative;
  display: flex;
}
.logo-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  animation: slideshow 10s linear infinite;
}
.logo-slide img {
  height: 100%;
  object-fit: contain;
  aspect-ratio: 4 / 2;
  padding: 1rem 2.4rem;
  filter: grayscale(100%);
  cursor: pointer;
  transition: filter 0.2s linear;
}
.logo-slide img:hover {
  filter: grayscale(0);
}

@keyframes slideshow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.footer__copyright-foot {
  text-align: center;
  padding: 2rem 0;
  background-color: #e9e9e9;
}

/* .card-grey-scale {
  filter: grayscale(100);
} */

.card-grey-scale {
  filter: grayscale(0);
  /* box-shadow: 0px 0px 5.1px rgba(26, 107, 176, 0.089),
    0px 0px 17.2px rgba(26, 107, 176, 0.183),
    0px 0px 77px rgba(26, 107, 176, 0.46);
  outline: 2px solid rgb(26, 107, 179); */
}
.card-grey-scale-orange {
  filter: grayscale(0);
  /* box-shadow: 0px 0px 5.1px rgba(220, 91, 63, 0.089),
    0px 0px 17.2px rgba(220, 91, 63, 0.183),
    0px 0px 77px rgba(220, 91, 63, 0.46);
  outline: 2px solid rgb(220, 91, 63); */
}

.card-grey-scale-light-blue {
  filter: grayscale(0);
  box-shadow: 0px 0px 5.1px #a0d4eb, 0px 0px 17.2px #a0d4eb,
    0px 0px 77px #a0d4eb;
  outline: 2px solid #a0d4eb;
}

.footer__copyright-link {
  color: black;
  text-decoration: underline;
}

/* ///////////////////////////////Service-page////////////////////////////////////////////////// */

.service-tab__div {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.service-page__main-header {
  font-size: 2.5rem;
  display: inline-block;
  border-bottom: 4px solid var(--orage-color);
}

/* <header> */
.service-page__header {
  height: 60vh;
}
.service-page__header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-page__header-div {
  top: 50%;
  left: 4rem;
  color: var(--header-color);
}

.service-page__sub-header {
  font-size: 1.5rem;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.service-page__header-text {
  font-size: 4rem;
}
/* <header-end> */

/* <offering-section/> */
.service-page__offering-content-div {
  gap: 8rem;
}
.service-page__offering {
  margin: 4rem 0;
}
.servivce-page__offering-img-content {
  opacity: 0;
  transition: opacity 0.5s ease-in;
  display: none;
  height: 80vh;
  /* padding-top: 8rem; */
  /* justify-content: center; */
  flex-direction: column;
}
/* .service-page__offering-text-content {
  align-self: center;
} */

.service-img-border-div {
  height: 21rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.service-page__offering-img {
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.border-div {
  border: 3px solid var(--orage-color);
  position: absolute;
  top: 12px;
  left: 12px;
  height: 100%;
  width: 100%;
}
.serive-page__offering-header-text {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.service-page__offering-sub-header {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
}
.service-page__offering-para-number {
  font-size: 0.75rem;
}
.service-page__offering-para-header {
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-bottom: 0.5px solid #a14525;
  font-weight: 600;
}

.active-offering {
  display: flex;
  opacity: 1;
}
/* <offering-section-end/> */

/* <project-section/> */
.service-page__projects {
  background: var(--blue-color);
}
.service-page__projects-content {
  margin-left: 10rem;
  gap: 8rem;
}
.service-page__projects-text-div {
  /* color: var(--header-color); */
  align-self: center;
}
.service-page__projects-undertaken-text-div {
  color: var(--header-color);
  /* align-self: center; */
}
.service-page__projects-content-header {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-bottom: 1rem;
}
.service-page__projects-content-sub-header {
  font-size: 3rem;
  line-height: 115%;
}
.service-page__projects-para {
  margin-top: 2rem;
  opacity: 0.8;
}

.service-page__projects-slider {
  overflow: hidden;
  height: 500px;
}
.service-page__projects-slider-arrow {
  top: 50%;
  width: 6rem;
  transform: translate(0, -50%);
  z-index: 1;
  transition: transform 0.5s ease-out;
}
.arrow-right-projects {
  right: 0;
}
.service-page__projects-slider-arrow:hover {
  transform: translate(0, -50%) scale(0.9);
}

.service-page__project-slider-card {
  transition: transform 0.5s ease-in;
  width: 500px;
  height: 500px;
}

.service-page__project-slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-page__project-slider-text-div {
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--header-color);
  padding: 1rem;
}
.service-page__project-slide-type {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-bottom: 0.5rem;
}
.service-page__project-slide-name {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}
.service-page__project-slide-location {
  font-size: 0.87rem;
  opacity: 0.8;
}
.service-page__project-slide-location-icon {
  width: 1rem;
  vertical-align: sub;
}
/* <project-section-end/> */

/* <add-on-section/> */
/* .service-page__add-on {
  background: url("../imgs/add-on-bg.svg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
.service-page__add-on-content-div {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
/* .service-add-on-text-div {
  width: 44%;
  grid-area: textarea;
} */
.service-page__add-on-content-sub-div {
  justify-content: space-between;
}
.service-page__add-on-card {
  position: relative;
  width: 24%;
  flex-direction: column;
  height: 250px;
  background-color: var(--orage-color);
  padding: 1rem;
  border-radius: 4px;
  gap: 1rem;
  color: var(--header-color);
}
.service-add-on-content-header {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-bottom: 1rem;
}
.service-add-on-content-sub-header {
  font-size: 4.5rem;
  line-height: 115%;
}
.service-add-on-para {
  opacity: 0.8;
}
.service-page__add-on-card-number {
  font-size: 0.85rem;
}
.service-page__add-on-card-img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  position: absolute;
  top: 40%;
}
.service-page__add-on-card-header {
  margin-top: auto;

  font-size: 1.25rem;
}
/* <add-on-section-end/> */

/* <tool-section/> */

.service-page__tools {
  /* background: url("../imgs/add-on-bg.svg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  background: var(--gray-color);
}
/* .overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
} */
.service-page__tools-content-div {
  gap: 6rem;
  z-index: 1;
}
.service-page__tools-logo-content {
  text-align: center;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 1.5rem 0;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.service-page__tools-logo-content:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.service-page__tools-header {
  color: #000000;
}
.service-page__tools-logo-div {
  width: 40%;
  flex-wrap: wrap;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
.service-page__tools-logo {
  width: 80px;
  margin-bottom: 1rem;
}
.service-page__tools-header {
  font-size: 1.25rem;
}
/*<tools-section-end/>*/

/* /////////////////////////////////////////////////////////// */
/*<about-us-section/> */
.about-us__stats {
  background-color: var(--gray-color);
  padding: 5rem 0;
}
.about-stats-content {
  gap: 6rem;
}
.about-stats-text-div {
  color: #000;
  align-self: center;
}
.about-us__stats-card-div {
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: end;
}
.about-us__stats-card {
  background-color: white;
  padding: 1rem;
  border-radius: 4px;
  height: 300px;
  flex-direction: column;
  width: 48%;
  box-shadow: 0px 0px 5.3px rgba(0, 0, 0, 0.028),
    0px 0px 17.9px rgba(0, 0, 0, 0.042), 0px 0px 80px rgba(0, 0, 0, 0.07);
}
.about-us__stats-card-number {
  font-size: 4.5rem;
}
.about-us__stats-card-number sup {
  font-size: 2rem;
}
.about-us__stats-card-header {
  font-size: 1.25rem;
}
.about-us__stats-card-para {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255);
  margin-top: auto;
}
/*<about-us-section-end/> */
/* <overview/> */
/* .about-us__overview {
  background: url("../imgs/add-on-bg.svg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
.about-us__overview-content-div {
  z-index: 1;
}
.about-us__overview-text-div {
  margin-top: 6rem;
  flex-wrap: wrap;
  gap: 2rem;
}
.about-us__overview-card {
  padding-bottom: 2rem;
  border-bottom: 1px solid #a14525;
  color: var(--header-color);
  gap: 2rem;
  width: 48%;
}
.about-us__overview-card-header {
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.about-us__overview-card-para {
  color: #000;
  opacity: 0.6;
}
.about-us__overview-card-icon {
  align-self: flex-start;
  width: 50px;
}

/* <overview-end/> */

/* <timeline/> */
.about-us-timeline {
  background: var(--gray-color);
}

.about-us-timeline-content-div {
  color: #000;
}

.about-us__time-line-card-div::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #c6c6c6;
  position: absolute;
  top: 50%;
  left: 0;
}
.about-us__time-line-card {
  position: relative;
  gap: 6rem;
  width: 20%;
}
.sub-section:nth-child(even) {
  margin-top: 2rem;
}
.about-us__time-line-card-header::after {
  content: "";
  border-radius: 50%;
  height: 36px;
  width: 36px;
  transform: scale(1);
  background: var(--orage-color);
  animation: pulse-orange 1.5s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  z-index: 9;
  margin-left: -20px;
}

.about-us__time-line-card-div {
  margin-top: 8rem;
}

.about-us__time-line-card-icon {
  width: 4rem;
}

.about-us__time-line-card-header {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.about-us__time-line-card-para {
  opacity: 0.8;
  font-size: 0.875rem;
}
.mt-auto {
  margin-top: auto;
}
/* <timeline-end/> */
.status-orange {
  color: #fff;
  background-color: var(--orage-color);
}
.status-blue {
  color: #fff;

  background-color: var(--blue-color);
}
@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

/* contactus */
.contact-us__section {
  background: #f8f8f8;
}
.contact-us__form-header {
  font-size: 3rem;
  margin-bottom: 3rem;
}
.overlay-modal,
.overlay-modal-career {
  display: none;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
.overlay-modal img,
.success-modal-career img {
  width: 150px;
  margin-bottom: 1rem;
}
.success-modal,
.success-modal-career {
  width: 400px;
  text-align: center;
  padding: 2rem 4rem;
  background-color: #fff;
  border-radius: 8px;
}
.success-modal div,
.success-modal-career div {
  cursor: pointer;
}
.form-success-header {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.form {
  flex-direction: column;
  gap: 2rem;
}
.contact-us__form-input,
textarea {
  padding: 1rem;
  border: none;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  background-color: transparent;
}
.contact-us__content-div {
  gap: 6rem;
}
.contact-us__form-input::placeholder {
  font-size: 1rem;
}
.contact-us__form-input,
textarea:focus {
  outline: none;
}

.form-submit-btn {
  border: none;
  background-color: var(--orage-color);
  color: white;
  border-radius: 4px;
  padding: 0.8rem 0;
  font-size: 1rem;
  margin-top: 1rem;
}
.contact-us__card {
  gap: 2rem;
  background-color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 4px;
  box-shadow: 0px 0px 5.3px rgba(0, 0, 0, 0.028),
    0px 0px 17.9px rgba(0, 0, 0, 0.042), 0px 0px 80px rgba(0, 0, 0, 0.07);
}

.contact-us__card-header {
  font-size: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-us__card-data {
  gap: 1rem;
}
.contact-us-icon {
  width: 2rem;
  align-self: flex-start;
}
/* contact-us-end */

/* career-page */
.career-page {
  background-color: #f5f5f5;
}
.career-page-content {
  padding: 6rem 0;
}

.career-page__tab-div {
  margin-top: 4rem;
  text-align: center;
  margin-bottom: 6rem;
  margin-inline: auto;
  width: 80%;
}

.career-page__tab {
  font-size: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 25%;
}

.active-card-tab {
  border-bottom: 4px solid var(--orage-color);
}

.career-page__card-div {
  width: 70%;
  margin-inline: auto;
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 2rem;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.email-resume {
  color: var(--orage-color);
  font-weight: 600;
}
.active-car-div {
  opacity: 1;
  display: flex;
}

.career-page__card {
  width: 45%;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0px 0px 5.3px rgba(0, 0, 0, 0.028),
    0px 0px 17.9px rgba(0, 0, 0, 0.042), 0px 0px 80px rgba(0, 0, 0, 0.07);
  padding: 2rem 1rem 1rem;
}

.career-page__card-header {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.career-page__card-para {
  opacity: 0.6;
  margin-bottom: 1.5rem;
}
.career-page__card-icon {
  width: 6rem;
  margin-bottom: 1rem;
}

.career-page__btn {
  background-color: var(--orage-color);
  color: #fff;
  padding: 0.8rem;
  border-radius: 4px;
  font-size: 0.85rem;
  cursor: pointer;
}

.career-page__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
}
.input-flex-div {
  gap: 1rem;
}
.input-flex-div input {
  width: 50%;
}
.bold-des {
  font-weight: 600;
}
.points {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.job-description-points li {
  list-style: disc inside;
}
.form-card {
  display: flex;
  background-color: #fff;
  gap: 1rem;
  height: 80vh;
  width: 65%;
}
.job-description {
  padding: 1.5rem 0 1.5rem 1.5rem;
  width: 50%;
}
.career-page__form {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5rem 1.5rem 1.5rem 0;
  width: 50%;
  overflow-x: auto;
}
.career-form {
  gap: 1rem;
}

.career-page__modal-close {
  width: 1.5rem;
  top: 1rem;
  right: 1rem;
}

.career-page__form-header {
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
}

/* ///////////////////////////////////////////////////// */
.blog-page__grid {
  padding: 6rem 0;
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-page__card-img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.blog-page__card-header {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 115%;
  margin-bottom: 0.5rem;
}

.blog-page__card-para {
  opacity: 0.6;
  margin-bottom: 1rem;
}
.blog-page-template-link-div {
  text-align: right;
}

.blog-page-template-link {
  text-decoration: underline;
  color: var(--orage-color);
}

.blog-template {
  padding: 6rem 0;
  border-bottom: 1px solid #eaeaea;
}

.blog-template__img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
  margin-bottom: 1rem;
}

.date-div {
  background-color: #f4f4f4;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  font-size: 0.85rem;
}

.blog-sub-img {
  float: left;
  width: 35rem;
  margin-right: 1rem;
}

.blog-template__content-text {
  opacity: 0.6;
  margin-bottom: 1rem;
}

.blog-template-blog-img-text {
  margin-bottom: 1rem;
  gap: 1rem;
}

.float-right {
  float: right;
}

.blog-template__header {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.bottom-blog-img {
  height: 35rem;
}

.service-tab__link a {
  color: #000;
}
.mobile-logo-div {
  display: none;
}
.label-text {
  padding-left: 1rem;
  color: gray;
}
@media screen and (max-width: 900px) {
    /*.navigation-bar{*/
    /*    background:#fff;*/
    /*}*/
    .service-tab__link{
        padding-left: 3px;
        padding-right: 3px;
    }
  /* //navbar */
  .navigation-bar {
    padding: 1rem;
  }
  .nav-logo {
    /* width: 5rem; */
  }
  .navigation-bar__nav-links {
    transform: translateX(100%);
    transition: transform 0.2s ease-in;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    gap: 2rem;
  }
  .hamburger {
    width: 1.5rem;
    display: block;
    margin-left: auto;
  }
  .close-nav-bar {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 1.25rem;
    cursor: pointer;
    display: block;
  }
  .navigation-bar__nav-link {
    font-size: 1.25rem;
  }
  .hero-section__about-div {
    bottom: 1rem;
    left: 1rem;
    gap: 1rem;
  }
  .hero-section__social-media-icon-div {
    padding: 0.5rem;
    gap: 1rem;
  }
  .hero-section__social-media-icon {
    width: 1.25rem;
  }
  .hero-section__more-about-text {
    font-size: 1rem;
  }
  .hero-section__scroll-div {
    bottom: 6rem;
    right: -54px;
  }
  /* //footer */
  .footer {
    padding: 2rem 1rem;
    flex-direction: column;
  }
  .footer__header {
    margin-bottom: 1rem;
  }
  .footer__logo-div {
    width: 100%;
  }
  .footer__logo-div a img {
    /* width: 5rem; */
  }
  .footer__ISO-div {
    margin-bottom: 1rem;
    gap: 0.875rem;
  }
  .iso-mark {
    width: 2.5rem;
  }
  .footer__copyright-foot {
    padding: 1rem 4rem;
    font-size: 0.875rem;
    line-height: 150%;
  }
  /* //about us page */
  .service-page__header {
    height: 40vh;
  }
  .service-page__header-div {
    left: 1rem;
    top: 55%;
  }
  .service-page__sub-header {
    font-size: 1.25rem;
  }
  .service-page__header-text {
    font-size: 2.5rem;
  }
  .about-us-timeline {
    height: auto;
    padding: 2rem 1rem 0;
  }
  .default-style {
    width: 100%;
    margin: 0;
  }
  .service-page__projects-content-header {
    margin-bottom: 0.5rem;
  }
  .service-page__projects-content-sub-header {
    font-size: 2rem;
  }
  .about-us__time-line-card-div {
    margin-top: 2rem;
  }
  .about-us__time-line-card-div {
    flex-direction: column;
    gap: 2rem;
  }
  .about-us__time-line-card {
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 2rem;
  }
  .about-us__time-line-card-header::after {
    display: none;
  }
  .about-us__time-line-card {
    text-align: center;
    gap: 1.5rem;
  }
  .about-us__time-line-card-div::after {
    display: none;
  }
  .about-us__time-line-card:nth-child(even) {
    flex-direction: column-reverse;
  }
  .about-us__overview {
    height: auto;
    padding: 2rem 1rem;
  }
  .about-us__overview-text-div {
    margin-top: 2rem;
    gap: 1rem;
  }
  .about-us__overview-card {
    width: 100%;
    gap: 1rem;
  }
  .about-us__overview-card-icon {
    width: 2rem;
  }
  .about-us__overview-card-header {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .about-us__overview-card-para {
    font-size: 0.875rem;
  }
  .about-us__stats {
    padding: 2rem 1rem;
  }
  .about-stats-content {
    flex-direction: column;
    gap: 2rem;
  }
  .about-stats-text-div {
    align-self: flex-start;
    width: 100%;
  }
  .about-us__stats-card-div {
    width: 100%;
  }
  .about-us__stats-card {
    width: 100%;
    height: auto;
  }
  .about-us__stats-card-number {
    font-size: 2rem;
  }
  .about-us__stats-card-header {
    font-size: 1rem;
  }
  .about-us__stats-card-para {
    padding-top: 1rem;
    margin-top: 4rem;
  }
  .about-us__stats-card-number sup {
    font-size: 1rem;
  }
  /* service page */
  .gallery {
    position: absolute;
    bottom: 4rem;
    bottom: 26%;
    left: 26%;
    transform: translate(-50%, 0);
    height: auto;
    width: auto;
  }
  .cube__1,
  .flop__1,
  .flop__5,
  .cube__5,
  .flippety__1,
  .flippety__5 {
    width: 3rem;
    height: 3rem;
  }
  .flippety__2,
  .flop__2,
  .cube__2,
  .flippety__4,
  .flop__4,
  .cube__4 {
    height: 6rem;
  }

  .cube__2,
  .cube__4 {
    width: 5rem;
  }

  .flippety__3,
  .flop__3,
  .cube__3 {
    height: 8rem;
  }
  .cube__3 {
    width: 7rem;
  }
  .cube__6 {
    height: 8rem;
  }
  .cube__6 {
    width: 7rem;
  }
  .flippety,
  .flop {
    padding: 1rem;
  }
  .flippety__1,
  .flippety__5 {
    -webkit-transform: translateZ(1.5rem);
    transform: translateZ(1.5rem);
    padding: 0.8rem;
  }
  .flippety__2,
  .flippety__4 {
    -webkit-transform: translateZ(3rem);
    transform: translateZ(3rem);
  }

  .flop__1,
  .flop__5 {
    -webkit-transform: rotateX(-90deg) translateZ(-1.5rem);
    padding: 0.8rem;
    transform: rotateX(-90deg) translateZ(-1.5rem);
  }
  .flop__2,
  .flop__4 {
    -webkit-transform: rotateX(-90deg) translateZ(-3rem);
    transform: rotateX(-90deg) translateZ(-3rem);
  }
  .line-img__1,
  .line-img__2,
  .line-img__3,
  .line-img__4,
  .line-img__5,
  .line-img__6 {
    display: none;
  }
  .card__1,
  .card__2,
  .card__4,
  .card__5,
  .card__3,
  .card__6 {
    visibility: hidden;
    left: 72%;
    top: 9.5rem;
    bottom: auto;
    width: 40%;

    transform: translate(-50%, 0);
  }
  .first-card {
    display: block;
  }
  .flippety__3 {
    -webkit-transform: translateZ(4rem);
    transform: translateZ(4rem);
  }
  .flop__3 {
    -webkit-transform: rotateX(-90deg) translateZ(-4rem);
    transform: rotateX(-90deg) translateZ(-4rem);
  }

  .card-grey-scale-orange {
    visibility: visible;
  }

  /* .service-section__card {
    width: 80%;
  } */
  .service-tab__link a {
    font-size: 0.75rem;
  }
  .service-tab__div {
    margin-bottom: 0;
  }
  .service-page__offering {
    margin-top: 0;
    padding: 2rem 1rem;
    margin: 0;
  }
  .service-page__offering-content-div {
    flex-direction: column;
    gap: 1rem;
  }
  .serive-page__offering-header-text {
    font-size: 1.25rem;
  }
  .servivce-page__offering-img-content {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    border-bottom: 0.5px solid #a14525;
  }
  .service-page__offering-text-content {
    width: 100%;
  }
  .service-page__offering-sub-header {
    font-size: 0.875rem;
  }
  .service-page__projects {
    padding: 2rem 1rem;
    height: auto;
  }
  .service-page__offering-para-header {
    font-size: 1.25rem;
  }
  .service-page__projects-content {
    flex-direction: column;
    gap: 2rem;
    margin-left: 0;
  }
  .service-page__projects-undertaken-text-div {
    width: 100%;
  }
  .service-page__projects-slider {
    width: 100%;
    height: 350px;
  }
  .service-page__projects-slider-arrow {
    width: 3rem;
  }
  .service-page__project-slider-card {
    width: 100%;
    height: 100%;
  }
  .service-page__add-on {
    height: auto;
    padding: 2rem 1rem;
  }
  .service-page__add-on-content-sub-div {
    flex-wrap: wrap;
    /* flex-direction: column; */
    gap: 1rem;
  }
  .service-add-on-text-div {
    width: 100%;
  }
  .service-add-on-content-header {
    margin-bottom: 0.5rem;
  }
  .service-add-on-content-sub-header {
    font-size: 2rem;
  }
  .service-page__projects-para {
    font-size: 0.875rem;
  }
  .service-add-on-para {
    font-size: 0.875rem;
  }
  .service-page__add-on-content-div {
    gap: 1rem;
  }
  .service-page__add-on-card {
    width: 46%;
    height: 150px;
  }
  .service-page__add-on-card-img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .service-page__add-on-card-header {
    font-size: 0.875rem;
  }
  .service-page__tools {
    height: auto;
    padding: 2rem 1rem;
  }
  .service-page__tools-content-div {
    flex-direction: column;
    gap: 2rem;
  }
  .service-page__projects-text-div {
    width: 100%;
  }
  .service-page__tools-logo-div {
    width: 100%;
  }
  .service-page__tools-logo-content {
    padding: 1rem 0;
  }
  .service-page__tools-logo {
    width: 40px;
  }
  .service-page__tools-header {
    font-size: 1rem;
  }
  .service-page__tools-logo-content {
    width: 33%;
  }
  /* //BLOG */
  .blog-page__grid {
    padding: 2rem 1rem;
    grid-template-columns: 1fr;
    gap: 2rem;
    border-bottom: 1px solid #c6c6c6;
  }
  .blog-page__card-header {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .blog-page__card-para {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  /* career */
  .career-page-content {
    padding: 2rem 1rem;
  }
  .career-page__tab-div {
    width: 100%;
    margin: 1rem 0;
  }
  .career-page__tab {
    font-size: 1rem;
    padding: 0.875rem 0;
  }
  .active-card-tab {
    border-bottom: 3px solid var(--orage-color);
  }
  .career-page__card-div {
    width: 100%;
    margin: 2rem 0;
    gap: 1rem;
  }
  .career-page__card {
    width: 100%;
  }
  .career-page__card-icon {
    width: 3rem;
    margin-bottom: 0.5rem;
  }
  .career-page__card-header {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .career-page__card-para {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    line-height: 150%;
    width: 80%;
    margin-inline: auto;
  }
  .career-page__form {
    width: 90%;
  }
  .career-page__form-header {
    font-size: 1.75rem;
  }
  .contact-us__form-header {
    font-size: 2rem;
  }
  .contact-us__section {
    height: auto;
    padding: 2rem 1rem;
  }
  .contact-us__content-div {
    flex-direction: column;
    gap: 2rem;
  }
  .contact-us__form-div {
    width: 100%;
  }
  .contact-us__card-div {
    width: 100%;
  }

  .contact-us__card {
    width: 100%;
  }
  .blog-template {
    padding: 2rem 1rem;
  }
  .blog-template__img {
    height: auto;
  }
  .blog-sub-img {
    width: 100%;
    float: none;
    height: auto;
  }
  .blog-template__header {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .blog-template__content-text {
    font-size: 0.875rem;
    text-align: justify;
  }
  .snap-container {
    width: auto;
    height: auto;
    scroll-snap-type: none;
  }
  #testimonial-section {
    height: auto;
  }
  .slider {
    height: 90vh;
  }
  .testimonial {
    width: 80%;
  }
  .testimonial__text {
    font-size: 0.875rem;
    line-height: 150%;
    margin-bottom: 1rem;
  }
  .testimonial__name {
    font-size: 1rem;
  }
  .testimonial__header {
    font-size: 1.25rem;
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
  .testimonial::before {
    font-size: 10rem;
    top: -1.7rem;
    left: 1rem;
  }
  .service-section__header-div {
    top: 6rem;
    left: -2rem;
  }
  .testimonial__photo {
    width: 3rem;
  }
  .testimonial__author {
    font-size: 1rem;

    gap: 0;
  }

  .testimonial__location {
    font-size: 0.875rem;
  }
  .slider__btn {
    width: 3rem;
    height: 3rem;
  }
  .slider__btn--left {
    margin-left: 0.5rem;
  }
  .slider__btn--right {
    margin-right: 0.5rem;
  }
  #content-section {
    /* height: auto; */
    padding: 2rem 3rem;
  }
  .content-section__text-div {
    width: 100%;
  }
  .content-section__header {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .content-section__sub-header {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
  .content-section__link {
    font-size: 1rem;
  }
  .content-section__link-arrow {
    width: 1rem;
  }
  .content-section__img {
    width: 19rem;
    right: -15%;
  }
  .logo-container {
    display: none;
  }
  .mobile-logo-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #e2f0ff;
    padding: 2rem 6rem;
    gap: 1rem;
  }
  .mobile-logo-div img {
    width: 5rem;
    object-fit: contain;
    aspect-ratio: 1/1;
  }
  .activeClasscard {
    visibility: visible;
  }
}

@media screen and (max-width: 415px) {
  .card__1,
  .card__2,
  .card__4,
  .card__5,
  .card__3,
  .card__6 {
    left: 50%;
    top: 8.5rem;
    width: 80%;
  }
  .card_custom_6{
    position: static !important;
  }
  .gallery {
    left: 50%;
  }
  .card-grey-scale-orange {
    filter: grayscale(0);
    box-shadow: 0px 0px 5.1px rgba(220, 91, 63, 0.089),
      0px 0px 17.2px rgba(220, 91, 63, 0.183),
      0px 0px 77px rgba(220, 91, 63, 0.46);
    outline: 2px solid rgb(220, 91, 63);
  }
}
