/* industries starts */
.parallax-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
  position: relative;
  z-index: 999;
}

.pos-sticky {
  position: sticky;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  z-index: 99;
}

.parallax-container .d-flex {
  display: flex;
}

.parallax-item {
  position: sticky;
  height: 100vh;
  z-index: 99;
}

.parallax-item::after {
  content: "";
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../../images/fog-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  pointer-events: none;
  z-index: 99;
}

.parallax-container .parallax-content {
  padding: 6.25rem 0;
  width: 55%;
  width: 70%;
}

.parallax-container .parallax-content .eyebrow {
  font-size: 1.125rem;
  font-weight: 400;
  color: #9e3f71;
  padding-bottom: 0.875rem;
  display: flex;
  gap: 0.5rem;
}

.parallax-container .parallax-content .eyebrow svg {
  width: 1rem;
  height: auto;
}

.parallax-container .parallax-content h2 {
  font-size: 2.5rem;
  font-weight: 500;
}

.parallax-container .parallax-content p {
  font-size: 1.125rem;
  font-weight: 300;
  width: 95%;
}

.parallax-container .rotating-Blue-star {
  position: relative;
}

.parallax-container .rotate-anticlock {
  animation: rotation-anticlock 15s linear infinite;
  vertical-align: baseline;
}

@keyframes rotation-anticlock {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

.parallax-container .links ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: none;
  padding: 3.063rem 0;
  gap: 1.25rem;
  transition: "1s ease-in-out";
}

.parallax-fog-bg {
  height: 100%;
}

.parallax-container .links li {
  margin: 0;
  background-color: #fff;
  border: 1px solid #edf1f6;
  width: 99%;
  padding: 1rem 2.5rem 1rem 1.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.5s ease-in-out;
}

.parallax-container .links li:hover {
  background-color: #204d92;
  color: #ffffff;
  border: 1px solid transparent;
  transition: background-color 0.5s ease-in-out;
}

.parallax-container .links li svg {
  width: 0.625rem;
  height: auto;
}

.parallax-container .links li:hover svg path {
  fill: #fff;
  transition: fill 0.5s ease-in-out;
}

.parallax-container .links li:hover svg {
  transition: all 300ms ease-in-out;
  margin-right: -0.613rem;
}

.parallax-container .links li a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #000;
  transition: color 0.5s ease-in-out;
  width: 100%;
}

.parallax-container .links li:hover a {
  color: #ffffff;
}

.parallax-container .links li:not(:hover) svg {
  transition: all 0.5s ease-in-out;
}

.parallax-industry-image {
  position: absolute;
  top: 20%;
  z-index: 1;
  left: 0;
  width: 100%;
}

.parallax-industry-image img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.parallax-industry-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../../images/fog-bg.png);
  pointer-events: none;
}

.dummy {
  position: relative;
  background-color: #9e3f71;
  height: 50vh;
  z-index: 999;
}

.parallax-item.pos-sticky{
	top:0.625rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .parallax-item::after {
    top: 11%;
  }
}

/* Responsive Styles */
@media (max-width: 1024px) {
  html {
    /*font-size: 100% !important;*/
  }

  .parallax-container .rotating-Blue-star {
    display: none;
  }

  .parallax-industry-image {
    position: static;
  }

  .parallax-container .parallax-content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .parallax-container .parallax-content {
    padding: 4.125rem 0 0 0;
    width: 100%;
  }

  .d-flex {
    flex-direction: column;
  }

  .parallax-container {
    width: 100%;
    padding: 0 1rem;
    background: #f7f9ff;
  }

  .parallax-item::after {
    top: 30%;
  }

  .parallax-container .parallax-content .eyebrow {
    padding-bottom: 1rem;
  }

  .parallax-container .parallax-content h2 {
    font-size: 1.875rem;
    line-height: 100%;
  }

  .parallax-container .parallax-content p {
    font-size: 1rem;
  }

  .parallax-container .links ul {
    grid-template-columns: 1fr;
    padding: 1.25rem 0;
    gap: 3.5rem;
  }

  .parallax-container .links li {
    font-size: 1.25rem;
    padding: 0.55rem 1.5rem !important;
    width: 100%;
  }

  .parallax-container .links li a {
    font-size: 1.25rem;
    font-weight: 400;
  }

  /*.parallax-container .links li svg {
    width: 1rem;
  }*/

}

@media (max-width: 480px) {

  .parallax-item::after {
    top: 43%;
  }

  .parallax-industry-image::after {
    top: 10%;
  }
}

.pos_rel {
  position: relative;
  z-index: 999;
}

@media (max-width: 1439px) {
  .parallax-container .links li {
    padding: 0.8rem 2.5rem 0.8rem 1rem;
  }
}

@media(min-width:1440px) {
	.pos-sticky {
	  top:6.25rem !important;
	}
}

/* industries ends */