nav {
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

nav.navbar-scrolled {
  border-bottom: solid 1px var(--light-color);
  background-color: var(--white);
}

.menu-bar-toggler-btn-part {
  background-color: var(--white);
}

nav.navbar-scrolled .menu-bar-toggler-btn-part {
  background-color: var(--black);
}

/* Content */

.landing-head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
}

.landing-head h1 {
  font-size: 4rem;
}

/* Cards */

.landing-container {
  background: url("../../Assets/images/landing.jpg");
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  height: 100dvh;
  width: 100%;
}

.landing-card {
  min-height: 200px;
  text-align: center;
  font-size: 18px;
  /* background: #10128b8a; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.landing-slider-pagination .swiper-pagination-bullet {
  border-radius: 0;
  transform: rotate(-45deg);
  background-color: var(--white);
  opacity: 0.5;
}

.landing-slider-pagination.why-us-pagination .swiper-pagination-bullet {
  background-color: var(--grey);
}

.landing-slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--secondary-color) !important;
}

/* Proceed Button */

.proceed-btn {
  border: none;
  outline: none;
  color: var(--white);
  background-color: var(--secondary-color);
  border-radius: 5px;
}

/* Key Services */
.key-service-card {
  padding: var(--spacing-4) var(--spacing-1);
  border: solid 1px var(--light-color);
  text-align: center;
  transition: 0.4s;
}

.key-service-card:hover {
  box-shadow: 12px 12px 0px #00000020;
}

.key-service-card p {
  font-size: var(--normal);
}

.key-service-icon {
  position: relative;
}

.key-service-icon:before {
  content: "";
  height: 160px;
  width: 160px;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--light-color);
  border-radius: 200px;
  z-index: -1;
}

.key-service-icon svg {
  height: 170px;
}

.key-service-icon svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: 5s;
  transition-delay: 0.5s;
  stroke: var(--secondary-color);
  stroke-width: 2;
}

.key-service-icon svg path.in-view {
  stroke-dashoffset: 0;
  /* fill: transparent; */
}

.key-service-head {
  color: var(--primary-color);
}

/* Why Us */
.why-us-container {
  background-color: var(--light-color);
}

.why-us-card {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.why-us-card div {
  max-width: 460px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
}

/* Process Container */
.process-container {
  background-color: var(--primary-color-2);
}

.process-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-3);
  max-width: 450px;
  min-width: 300px;
}

.process-box .numbering {
  height: 65px;
  width: 65px;
  min-width: 65px;
  max-width: 65px;
  border-radius: 65px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--largest);
  font-weight: 900;
  color: var(--primary-color);
}

.process-box .numbering span {
  z-index: 100;
}

.process-box .numbering:before {
  content: "";
  background-color: var(--light-color);
  height: 45px;
  width: 45px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  border-radius: 4px;
  z-index: 1;
}

.process-box h3 {
  color: var(--secondary-color);
}

@media screen and (min-width: 990px) {
  /* It Min Width */

  .links-wrapper {
    background-color: transparent;
  }

  .nav-link,
  .mega-main-link-group {
    color: var(--white) !important;
  }

  nav.navbar-scrolled .nav-link,
  nav.navbar-scrolled .mega-main-link-group {
    color: var(--black) !important;
  }

  .nav-link.active {
    /* color: var(--secondary-color) !important; */
    border-bottom: solid 2px var(--secondary-color);
  }

  nav.navbar-scrolled .nav-link.active {
    color: var(--secondary-color) !important;
    border-bottom: none;
  }
}

@media screen and (max-width: 1548px) {
  .landing-head {
    max-width: 1000px;
  }

  .landing-head h1 {
    font-size: 3rem;
  }

  .landing-card h2 {
    font-size: 1.3rem;
  }

  .landing-card p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1100px) {
  .landing-head {
    padding: 0 20px;
    text-align: center;
  }

  .landing-head h1 {
    font-size: 2rem;
  }

  .landing-head p {
    font-size: 1.2rem;
  }

  .key-services-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .why-us-card h2 {
    font-size: 2.3rem;
  }

  .process-box {
    gap: var(--spacing-2);
  }

  .process-box .numbering {
    height: 45px;
    width: 45px;
    max-width: 45px;
    min-width: 45px;
  }

  .hero-container::before {
    top: 55%;
    left: 0;
    transform: translate(0, 0);
    background-size: 300px;
  }

  .hero-container::before {
    content: "";
    /* height: 300px; */
    height: 100%;
    width: 100%;
    background: url("../../Assets/images/logo\ original.png");
    background-size: 400px;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(0, -50%);
    z-index: -1;
    opacity: 0.1;
  }
}

@media screen and (max-width: 600px) {
  .landing-container {
    background: url("../../Assets/images/landing-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
