:root {
  --clr-brand: #fe8d47;
  --clr-black: #2e2e2e;
  --clr-white: #ffffff;
  --clr-white1: #fffcfa;
  --clr-white2: #f8f8f8;
  --ff-exo2: "Exo 2", sans-serif;
  --ff-lato: "Lato", sans-serif;
}

.navigation .active-link {
  padding: 0.625rem 1.25rem;
  background-color: var(--clr-brand);
  color: var(--clr-white);
  border-radius: 6px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.navigation .hamburger {
  display: none;
}

.navigation .hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #101010;
}

@media only screen and (max-width: 900px) {
  .navigation .nav-menu {
    position: fixed;
    right: -100%;
    top: 0;
    flex-direction: column;
    background-color: var(--clr-white);
    width: 70%;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    height: 100%;
    z-index: 1;
    align-items: start;
  }

  .navigation .nav-item:not(:last-child) {
    padding-bottom: 0.5em;
  }

  .navigation .nav-menu.active {
    right: 0;
    padding: 4rem 1.5rem 0 1.5rem;
  }

  .navigation .hamburger {
    display: block;
    cursor: pointer;
    z-index: 2;
  }

  .navigation .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .navigation .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .navigation .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
.home {
  background-image: url(/assets/images/banner_image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 100px);
}
.home .head {
  font-family: var(--ff-exo2);
  line-height: 58px;
}
@media only screen and (max-width: 768px) {
  .home .head {
    line-height: initial;
  }
}

.about {
  background-color: var(--clr-white1);
}

.why .partners-lists .partner-list-item {
  background-color: var(--clr-brand);
  position: relative;
}
.why .partners-lists .partner-list-item::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: url(/assets/images/shape.svg);
  background-repeat: no-repeat;
  inset-block: 0.1rem;
  inset-inline: 0.2rem;
}

.services {
  position: relative;
}
.services::after {
  position: absolute;
  content: "";
  background-image: url(/assets/images/dot-pattern.png);
  background-repeat: no-repeat;
  height: 60%;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0%, -30%);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .services::after {
    content: none;
  }
}
.services::before {
  position: absolute;
  content: "";
  height: 90%;
  width: 100%;
  background-color: #f8f8f8;
  inset: 0;
}
@media only screen and (max-width: 768px) {
  .services::before {
    content: none;
  }
}
.services .service-image {
  z-index: 1;
}
.services .service-text {
  z-index: 2;
}
.services .it-consult {
  position: relative;
  z-index: 2;
}
.services .it-consult::after {
  position: absolute;
  content: "";
  top: -95px;
  right: -71%;
  height: 100%;
  width: 100%;
  background-image: url(/assets/images/pattern-rounded.svg);
  background-repeat: no-repeat;
}

.strategy {
  z-index: 1;
}
.strategy::before {
  position: absolute;
  content: "";
  background-image: url(/assets/images/separator.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: -10rem;
  left: 0;
  z-index: -1;
}

.process .process-wrapper .process-item:not(:first-child) {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 1.25rem;
}

.plan .text {
  position: relative;
  padding: 2rem 3rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .plan .text {
    padding: 1rem;
  }
}
.plan .text::after {
  position: absolute;
  content: "";
  background-image: url(/assets/images/box-shadow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  inset: 0;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .plan .text::after {
    content: none;
  }
}

.partners .partners-logos .partners-single {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 1.25rem;
  transition: all 0.3s ease-in-out;
}
.partners .partners-logos .partners-single:hover {
  transform: translateY(-0.5rem);
}

.footer {
  background-image: url(/assets/images/footer_image.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.footer::after {
  position: absolute;
  content: "";
  background: rgba(46, 46, 46, 0.92);
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.footer .social-links a {
  background-color: var(--clr-white);
  border: 2px solid var(--clr-brand);
  box-sizing: border-box;
  border-radius: 13px;
  transition: all 0.3s ease-in-out;
}
.footer .social-links a:hover {
  transform: translateY(-5px);
}
.footer .footer-item {
  position: relative;
  padding-right: 2.5rem;
}
.footer .footer-item:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 1px;
  top: 50%;
  bottom: 70%;
  background-color: var(--clr-white);
  right: -2rem;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .footer .footer-item:not(:last-child)::after {
    content: none;
  }
}
.footer .footer-item .footer-head {
  font-family: var(--ff-exo2);
  font-size: 1.313rem;
  color: var(--clr-white);
}
.footer .footer-item .sm-head {
  font-family: var(--ff-exo2);
  text-transform: uppercase;
  font-weight: 600;
}
.footer .footer-item:nth-child(3) li {
  max-width: 20ch;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-block-start: 5rem;
}

body {
  font-family: var(--ff-lato);
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

img,
picture {
  max-width: 100%;
  display: block;
}

.cta-btn {
  display: block;
  background-color: var(--clr-brand);
  color: var(--clr-white);
  border-radius: 8px;
  padding: 0.813rem 2.5rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cta-btn:hover {
  background-color: transparent;
  box-shadow: 0 0 0 2px var(--clr-brand);
  color: var(--clr-brand);
}

.common-header {
  font-family: var(--ff-exo2);
  text-transform: capitalize;
}/*# sourceMappingURL=style.css.map */