html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #0e121b !important;
  overflow-x: hidden;
}
body,p,h1,h2,h3,h4,h5,h6,a {
    font-family: "Inter Tight", sans-serif !important;
}
p{
  color: #e1e1e1 !important;
}
.nav-links-list {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.nav-right {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.logo {
  object-fit: contain;
  height: 1.75rem;
}
.nav-menu-button {
  padding: 0.75rem;
}
.nav-link {
  padding: var(--_spacing---space--spacing-sm)
    var(--_spacing---space--spacing-lg);
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: var(--_colors---text--white-0);
  font-size: var(--_typography---text-small--font-size);
  line-height: var(--_typography---text-small--line-height);
  font-weight: var(--_typography---text-small--font-weight);
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: opacity 0.2s;
  display: flex;
}
.nav-link:hover {
  opacity: 0.7;
}
.nav-wrap {
  margin-top: var(--_spacing---space--spacing-lg);
  padding: var(--_spacing---space--spacing-sm) 0.5rem
    var(--_spacing---space--spacing-sm) 1rem;
  border: 1px solid var(--_colors---flat--neutral-10);
  border-radius: var(--radius--large);
  background-color: var(--_colors---flat--neutral-10);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: relative;
}
.logo-link {
  grid-column-gap: var(--_spacing---space--spacing-sm);
  grid-row-gap: var(--_spacing---space--spacing-sm);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.nav-layout {
  justify-content: center;
  align-items: center;
}
.nav-layout.grid-3-cols {
  grid-template-columns: 1fr 2.5fr 1fr;
}
.nav-blur-layer {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}
.navigation {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}
.logo-text {
  color: var(--_colors---text--white-0);
  font-size: 1.7rem;
  line-height: 1;
  font-weight: var(--font-weight--medium);
}

.heading{
  color: #ffffff;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 3rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
}
.para{
  color: #fcfcfc;
  font-family: Inter Tight, sans-serif !important; 
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  letter-spacing: 0.03em !important;
}

.feature-content span{
  color: #3b82f6;
  font-weight: bold;
  text-transform: uppercase;
}

.hero-background-wrap{
  pointer-events: none;
    position: absolute;
    inset: 0%;
    overflow: hidden;
    height: 115vh;
}
.hero-blob-center{
    background-image: linear-gradient(90deg, #3b82f64d, #2563eb 50%, #3b82f64d);
    filter: blur(100px);
    mix-blend-mode: plus-lighter;
    width: 100%;
    min-height: 50%;
    position: absolute;
    inset: auto auto 10%;
}
.hero-blob-left{
    aspect-ratio: 1;
    background-image: radial-gradient(circle farthest-corner at 0% 100%, #1d4ed8, transparent 34%);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}
.hero-blob-right{
    aspect-ratio: 1;
    background-image: radial-gradient(circle farthest-corner at 0% 100%, #1d4ed8, transparent 34%);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

/* .hero-background-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px; 
    background: linear-gradient(
        to bottom,
        transparent 0%,   
        transparent 30%,
        black 100% 
    );
    pointer-events: none;
    z-index: 10;
} */


.hero-bakground-pattern {
    max-width: 90rem !important;
    mix-blend-mode: plus-lighter;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 0%;
    top: 0;
    padding: 0 2.5%;
}
.banner-wrap {
    position: relative;
    padding-top: 80px;
    color: #fff;
    overflow: visible;
    background-color: transparent;
}

.inventory-box {
    width: 100%;
    background-color: #181b25;
    height: 80vh;
    border-top-left-radius: 9999px;   /* rounded-e-full */
    border-bottom-left-radius: 9999px;
    
    display: flex;              /* flex */
    justify-content: center;    /* justify-center */
    align-items: center;        /* items-center */
    position: absolute;
    right: -25%;
}

.inventory-img {
    height: 100%;           /* h-100 */
    object-fit: cover;      /* object-cover */
}
.feature-images-bg{
  max-width: none !important;
}
.banner-image img{
  border-radius: 10px;
  scale: 1.1;
    object-position: top;
    object-fit: cover;
    transform: rotate(5deg);
}
    h1, h2, h3, h4, h5, h6 {
    font-family: Inter Tight, sans-serif;
    background-image: linear-gradient(180deg, #fff, #99a0ae);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-h1-tag{
  font-size: 5rem !important;
  font-weight: 700;
}
    .logo-new-div{
      height: 80px;
      width: 100%;
      display: flex;
      justify-content: start;
    }
    .logo-new{
      height: 100%;
    }
/* .h-tag{
  font-size: 4.5rem !important;
} */

@media (max-width:768px) {
  .text-h1-tag{
    font-size: 2rem !important;
    margin-bottom: 20px;
  }
  .hero-background-wrap{
    height: 100%;
  }
  .feature-content span{
    padding-top: 30px;
  }
  .Man_timess{
    padding-top: 0;
  }
  .feature-images img{
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    margin-top: 20px !important;
    height: 30vh;
  }
.circle-box-bg,.circle-box-bg
  {
    background-color: transparent;
  }
  .organize-project picture:nth-child(1) img,
  .manage-timeline picture:nth-child(1) img,
  .feature-images picture:nth-child(2) img{
    margin: 0;
        max-width: none;
    width: 100%;
  }
  .Man_time{
    padding-top: 0;
  }
  .inventory-box{
    background-color: transparent;
    position: relative;
    right: 0;
    flex-direction: column;
    height: auto;
    align-items: normal;
  }
  .feature-images picture:nth-child(2) img{
    max-width: none;
    width: 100%;
  }
  .visualize-progress picture:nth-child(1) img,
  .track-hours picture:nth-child(1) img{
    margin: 0;
    max-width: none;
    width: 100%;
  }
  .visualize-progress picture:nth-child(3) img,
  .stay-connected picture:nth-child(1) img
  {
    margin: 0;
    max-width: none;
    width: 100%;
  }
  .feature-section{
    justify-content: center;
  }
    .track-hours picture:nth-child(3) img{
        margin: 0;
        max-width: none !important;
    width: 100%;
  }
}
@media (max-width:480px) {

  .text-h1-tag{
    font-size: 2rem !important;
    margin-bottom: 20px;
  }
  .hero-background-wrap{
    height: 100%;
  }
  .feature-content span,.Man_timess{
    padding-top: 30px;
  }
  .feature-images img{
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    margin-top: 20px !important;
    height: 30vh;
  }
.circle-box-bg,.circle-box-bg
  {
    background-color: transparent;
  }
  .organize-project picture:nth-child(1) img,
  .manage-timeline picture:nth-child(1) img,
  .feature-images picture:nth-child(2) img{
    margin: 0;
        max-width: none;
    width: 100%;
  }
  .Man_time{
    padding-top: 0;
  }
  .inventory-box{
    background-color: transparent;
    position: relative;
    right: 0;
    flex-direction: column;
    height: auto;
    align-items: normal;
  }
  .feature-images picture:nth-child(2) img{
    max-width: none;
    width: 100%;
  }
  .visualize-progress picture:nth-child(1) img,
  .track-hours picture:nth-child(1) img{
    margin: 0;
    max-width: none;
    width: 100%;
  }
  .visualize-progress picture:nth-child(3) img,
  .stay-connected picture:nth-child(1) img
  {
    margin: 0;
        max-width: none;
    width: 100%;
  }
  .track-hours picture:nth-child(3) img{
        margin: 0;
        max-width: none !important;
    width: 100%;
  }
      .footerAboveContact-points{
      justify-content: center;
    }
}