:root {
  /* define all the color variables */
  --background: #2e3740;
  --primary-text: #b4aca8;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "canada-type-gibson", sans-serif !important;
}

*:focus {
  box-shadow: none !important;
  outline: none !important;
}

body {
  background: var(--background) !important;
}

svg {
  flex: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0 !important;
}

.container-lg,
.container-fluid {
  padding: 0 !important;
}

a {
  display: inline-block !important;
  text-decoration: none !important;
  color: inherit;
}

.row {
  margin: 0 !important;
}

[class*="col-"] {
  padding: 0 !important;
}

.swiper-slide {
  user-select: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:focus {
  outline: none;
}

/* for hiding the scroller */
::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none;
}

nav.navbar {
  background: var(--background);
}

nav .navbar-nav li a {
  padding: 0 !important;
}

.navbar-toggler-icon {
  background-image: url(../images/menu.svg) !important;
  filter: invert(1);
}

.image-reveal {
  position: relative;
  margin: 2rem auto;
  overflow: hidden;
  background: transparent;
}

.text-reveal {
  display: inline-block;
  overflow: hidden;
  padding: 4px;
}

.text-reveal span {
  display: inline-block;
  white-space: pre;
}

ul {
  margin-bottom: 0 !important;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: var(--lines, 3);
  line-clamp: var(--lines, 3);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.scroll-container {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.scroll-content {
  display: flex;
  /*animation: scroll 15s linear infinite;*/
}

/*@keyframes scroll {*/
/*  from {*/
/*    transform: translateX(-50%);*/
/*  }*/

/*  to {*/
/*    transform: translateX(0);*/
/*  }*/
/*}*/

.parallax {
  position: relative;
  transform: translateY(0);
  transition: transform 0.1s ease-out;
  will-change: transform;
}

.neu_shadow {
  background: #f0f0f0;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1),
    -6px -6px 10px rgba(255, 255, 255, 0.7);
}

.custom-cursor {
  position: fixed;sc
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: difference;
  transition: transform 0.1s ease-out, width 0.2s, height 0.2s;
}

.hover-target:hover ~ .custom-cursor {
  width: 40px;
  height: 40px;
}

.transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 2;
  pointer-events: none;
}

.transition-row {
  flex: 1;
  display: flex;
}

.transition-row .row-1 .block {
  transform-origin: top;
}

.transition-row .row-2 .block {
  transform-origin: bottom;
}

.block {
  flex: 1;
  background-color: var(--primary);
  transform: scaleY(1);
  will-change: transform;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.logo_Img {
  width: 200px;
}

.hero_nav {
  width: 60px;
}

.nav_options li a.active {
  color: white !important;
  font-weight: 300;
  position: relative;
}

.nav_options li a.active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #c2c4c7;
  border-radius: 15px;
}

.nav_options li a {
  color: #b4aca8 !important;
  font-weight: 300;
  position: relative;
  transition: all 0.3s linear;
  &:hover {
    color: white !important;
  }
}

.nav_options li a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: #c2c4c7;
  border-radius: 15px;
  transition: all 0.3s linear;
}

.nav_options li a:hover::before {
  width: 100%;
}

/*offcanvas modal navbar Starts Ankush*/
.cs-color{
     background: linear-gradient(231deg,rgba(57, 49, 68, 1) 0%, rgba(221, 7, 129, 1) 40%, rgba(30, 159, 227, 1) 100%);
}

/*offcanvas modal ends */
.heading_one {
  font-size: 5rem;
  font-weight: 200;
  color: var(--primary-text);
  
}

.hero_img {
    position: absolute;
    top: 0;
    right: -20%;
    aspect-ratio: 1 / 1;
    width: 400px;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    mix-blend-mode: lighten;
}

.heading_five {
  color: white;
  font-weight: 100;
  line-height: 32px;
  font-size: 22px;
  letter-spacing: 0.7px;
}

.footer_highlight_text li a {
  color: white;
  font-weight: 200;
  font-size: 18px;
  letter-spacing: 0.7px;
  user-select: none;
}
.footer-link{
    color:#4cccd4 !important;
    font-weight: 400 !important;
    text-transform:uppercase;
    transition:all 0.3s ease-in-out;
}
.footer-link:hover{
    color:#e6007e !important;
}

.footer_highlight_text.dim li a {
  color: #969b9f;
  transition: all 0.2s linear;
  &:hover {
    /*color: white;*/
  }
}
.mail-hov:hover{
    color:white !important;
}

.footer_images img {
  width: 70px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}

.footer_images span {
  color: #969b9f;
  font-size: 4.3rem;
  font-weight: 200;
  user-select: none;
}

.gradient_bg {
  background: linear-gradient(90deg, #327ccd 0%, #9f319d 50%, #b60e6e 100%);
  height: 40px;
  width: 100%;
}

.about_heading {
  overflow: hidden;
  display: inline-block;
  color: var(--primary-text);
  font-weight:300;
  user-select: none;
}

.about_heading svg {
  width: 35px;
  height: 35px;
  stroke: var(--primary-text);
  stroke-width: 1.3px;
  display: block;
  transform: translateY(0);
  will-change: transform;
}

.about_heading:hover svg {
  animation: fly-cycle 0.4s ease-in-out forwards;
}

@keyframes fly-cycle {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(100%);
  }
  41% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.heading_two {
  color: #d3cac4;
  font-weight: 200;
  font-size: 5rem;
  line-height: 4.9rem;
  
}

.about_content {
  color: white;
  font-weight: 200;
  line-height: 2.2rem;
  letter-spacing: 0.7px;
}

.cyan_border {
  min-height: 420px;
  max-height: 420px;
  height: 100%;
  background: transparent;
  border: 2px solid #00ffff;
  user-select: none;
  transition: all 0.2s linear;
  color: white;
  &:hover {
    background: #00ffff;
    color: black;
  }
}

.elements_img {
  width: 150px;
}

.catalyst_imgs {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center center;
}

.catalyst_imgs_detail {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center center;
}

.sticky_cards h2 {
  font-size: 3.5rem;
  font-weight: 200;
  color: black;
}

.sticky_cards h5 {
  font-size: 1.8rem;
  font-weight: 200;
  color: black;
}

.sticky_cards a {
  color: #585f66;
  text-decoration: none;
  font-size: 18px;
  font-weight:300;
}

.sticky_cards a svg {
  stroke: #585f66;
  stroke-width: 1.2px;
  width: 25px;
  height: 25px;
}

.sticky_cards .sticky-top:nth-child(even) {
  background: #97989a !important;
}

.cyan_heading {
  color: #00ffff;
  text-transform: uppercase;
  font-weight: 500;
}

.clients_logo {
  width: 110px;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 16 / 9;
}

.parent {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(10, 1fr);
  gap: 25px;
  max-height: 970px;
}

.div1 {
  grid-column: span 2 / span 2;
  grid-row: span 3 / span 3;
}

.div2 {
  grid-column: span 2 / span 2;
  grid-row: span 3 / span 3;
  grid-column-start: 3;
}

.div3 {
  grid-column: span 2 / span 2;
  grid-row: span 4 / span 4;
  grid-column-start: 5;
}

.div4 {
  grid-column: span 4 / span 4;
  grid-row: span 4 / span 4;
  grid-row-start: 4;
}

.div5 {
  grid-column: span 2 / span 2;
  grid-row: span 3 / span 3;
  grid-column-start: 1;
  grid-row-start: 8;
}

.div6 {
  grid-column: span 2 / span 2;
  grid-row: span 3 / span 3;
  grid-column-start: 3;
  grid-row-start: 8;
}

.div7 {
  grid-column: span 2 / span 2;
  grid-row: span 3 / span 3;
  grid-column-start: 5;
  grid-row-start: 8;
}

.div8 {
  grid-column: span 2 / span 2;
  grid-row: span 3 / span 3;
  grid-column-start: 5;
  grid-row-start: 5;
}

#lightbox-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.8);
  display: none;              /* hidden by default */
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: zoom-out;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#lightbox-overlay.show {
  display: flex;
  opacity: 1;
}

#lightbox-overlay img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  border-radius: 4px;
  pointer-events: auto;
  user-select: none;
  cursor: grab;

  /* center-origin zoom & smooth transitions */
  transform-origin: center center;
  transition: transform 0.3s ease;
}

#lightbox-overlay img.zoomed {
  cursor: grab;
}

#lightbox-overlay img.dragging {
  cursor: grabbing;
  transition: none; /* instant movement while dragging */
}


/* navigation buttons */
.lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 3rem;
  color: #fff;
  padding: 0.5rem;
  cursor: pointer;
  user-select: none;
  z-index:10;
}
#lb-prev { left: 2%; }
#lb-next { right: 2%; }
.lb-nav:focus { outline: none; }
.lb-nav:hover { color: #ddd; }

.cyan_border_images {
  border: 2px solid cyan;
  border-radius: 20px;
  overflow: hidden;
}

.cyan_border_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform:scale(1.15);
  transition:all 0.4s ease-in-out;
  &:hover{
    transform:scale(1);
 }
}

.contact_hover {
  background: transparent;
  padding: 40px 0;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  color: white;
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #c2c4c7;
  user-select: none;
  &:hover {
    padding: 40px 40px;
    border-bottom: 2px solid transparent;
  }
}

.contact_hover h6,
.contact_hover h3,
.contact_hover svg {
  transition: all 0.3s ease-in-out;
}

.contact_hover:hover h6,
.contact_hover:hover h3,
.contact_hover:hover svg {
  stroke: black;
  color: black;
}

.contact_hover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #00ffff;
  width: 100%;
  transform-origin: center;
  transform: scaleY(0);
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}

.contact_hover:hover::after {
  transform: scaleY(1);
}

.contact_hover h6 {
  color: white;
  font-weight: 200;
  letter-spacing: 0.4px;
  position: relative;
  z-index: 2;
}

.contact_hover h3 {
  color: white;
  font-weight: 200;
  letter-spacing: 0.4px;
  position: relative;
  z-index: 2;
}

.contact_hover svg {
  width: 40px;
  height: 40px;
  stroke-width: 1px;
  stroke: white;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}

.contact_hover:hover svg {
  transform: rotate(45deg);
}

#pollyModal .modal-content{
  height:100dvh;
}

#pollyModal .modal-body{
  flex:1 1 auto;
  overflow-y:auto;
  overscroll-behavior:contain; 
}

.splide__track,
.splide__list,
.splide__slide {
  will-change: transform;
}

.text_fill_animation{
    position:relative;
    line-height:normal;
    user-select:none;
    color:#d3cac433;
}

.text_fill_animation span{
    all: inherit;
    color: #d3cac4;
    position: absolute;
    inset: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0%;
}

