@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

.hero,
.hero * {
  box-sizing: border-box;
  /* overflow-x: hidden; */
}
body{
  overflow-x: hidden;
}

:root {
  /* Design System Variables */
  --shadow-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
  
  /* Font Sizes - Consistent Scale */
  --fs-xs: 0.75rem;     /* 12px */
  --fs-sm: 0.875rem;    /* 14px */
  --fs-base: 1rem;      /* 16px */
  --fs-lg: 1.125rem;    /* 18px */
  --fs-xl: 1.25rem;     /* 20px */
  --fs-2xl: 1.5rem;     /* 24px */
  --fs-3xl: 1.875rem;   /* 30px */
  --fs-4xl: 2.25rem;    /* 36px */
  --fs-5xl: 3rem;       /* 48px */
  --fs-6xl: 3.75rem;    /* 60px */
  --fs-7xl: 4.5rem;     /* 72px */
  --fs-8xl: 6rem;       /* 96px */
  
  /* Line Heights - Consistent System */
  --lh-tight: 1.1;
  --lh-snug: 1.25;
  --lh-normal: 1.5;
  --lh-relaxed: 1.625;
  --lh-loose: 2;
  
  /* Spacing Scale */
  --space-xs: 0.25rem;   /* 4px */
  --space-sm: 0.5rem;    /* 8px */
  --space-md: 0.75rem;   /* 12px */
  --space-lg: 1rem;      /* 16px */
  --space-xl: 1.25rem;   /* 20px */
  --space-2xl: 1.5rem;   /* 24px */
  --space-3xl: 2rem;     /* 32px */
  --space-4xl: 3rem;     /* 48px */
  --space-5xl: 4rem;     /* 64px */
  --space-6xl: 6rem;     /* 96px */
  
  /* Responsive Breakpoints */
  --bp-sm: 640px;
  --bp-md: 768px;
  --bp-lg: 1024px;
  --bp-xl: 1280px;
  --bp-2xl: 1536px;
  
  /* Colors */
  --blue-2: #048fcc;
  --blue-3: #1a2650;
  --blue-4: #244896;
  --blue-5: #31bce8;
}
  
.hero {
  background: #ffffff;
  height: 910px;
  position: relative;
  width: 100vw;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .hero {
    height: 1254px;
    
  }
}
@media (max-width: 700px) {
  .hero {
    height: 1054px;
    
  }
}
.hero-image {
  width: 820px;
  height: 1080px;
  position: absolute;
  right: 0px;
  top: 50%;
  translate: 0 -50%;
  overflow: visible;
}
.mobile-hero-image{
  position: absolute;
  top: 35%;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media (max-width: 800px) {
  .mobile-hero-imag{
    top: 28%;
  }
}


.hero-video {
  position: absolute;
  top: 230px;
  left: 900px;
  width: 50%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
}

@media (max-width: 1200px) {
  .hero-video {
    left: 0px;
    top: 780px;
    width: 100%;
    height: auto;
  }
  .hero-image{
    width: 100%;
    height: 100%;
    top: 870px;
  }
}

.group-6 {
  flex-shrink: 0;
  /* width: 878px; */
  height: auto;
  position: static;
}
.hero-highlight {
  background: var(--blue-2, #048fcc);
  width: 124px;
  height: 16px;
  position: absolute;
  left: 754px;
  top: 152px;
  display: none;
}
.main-highlight {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
  justify-content: center;
  /* width: 878px;
  min-width: 579px;
  max-width: 878px; */
  /* position: absolute;
  left: 0px;
  top: 58px; */
}
.text-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 878px;
  position: relative;
}
.main-heading {
  color: #000000;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs-8xl);
  line-height: var(--lh-tight);
  font-weight: 900;

  padding-bottom: var(--space-2xl);
  height: auto;
  overflow-y: hidden;
  position: relative;
  align-self: stretch;
}

@media (max-width: 1280px) {
  .main-heading {
    font-size: var(--fs-7xl);
    line-height: var(--lh-tight);
    margin-bottom: var(--space-lg);
  }
  .text-content{
    gap: var(--space-sm);
  }
}

@media (max-width: 768px) {
  .main-heading {
    font-size: var(--fs-5xl);
    line-height: var(--lh-snug);
    margin-bottom: var(--space-sm);
  }
  .text-content{
    gap: var(--space-sm);
  }
}
@media (max-width: 640px) {
  .main-heading {
    font-size: var(--fs-4xl);
    line-height: var(--lh-snug);
  }
  .text-content{
    gap: var(--space-sm);
  }
}
/* @media (max-width: 400px) {
  .main-heading {
    font-size: 50px;
    line-height: 40px;
  }
  .text-content{
    gap: 10px;
  }
} */
.description {
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs-lg);
  line-height: var(--lh-relaxed);
  font-weight: 600;
  position: relative;
  align-self: stretch;
  max-width: 670px;
    font-size: 1.20rem;
    line-height: 2rem;
}
@media (max-width: 1280px) {
  .description {
    color: #ffffff;
    max-width: 80%;
    font-size: var(--fs-base);
  }
}

.subscription-form {
  display: flex;
  flex-direction: row;
  gap: var(--space-lg);
  align-items: center;
  justify-content: flex-start;
  width: 60%;
  flex-shrink: 0;
  min-width: 347px;
  position: relative;
  margin-right: 12px;
}



.input-field {
    background: rgba(25, 28, 31, 0.05);
    color: black;
    border-radius: 100px;
    border-style: solid;
    border-color: rgba(25, 28, 31, 0.1);
    border-width: 2px;
    padding: 8px 8px 8px 24px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    height: 64px;
    min-width: 189px;
    position: relative;
}
.enter-your-email {
  color: rgba(25, 28, 31, 0.85);
  text-align: start;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs-base);
  line-height: var(--lh-normal);
  font-weight: 400;
  position: relative;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.material-symbols-chevron-right-rounded3 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.app-download {
  border-radius: 100px; 
  border-style: solid;
  display: flex;
  flex-direction: row;  border-color: rgba(25, 28, 31, 0.85);
  border-width: 3px;
  width: 30%;
  border-color: rgba(0, 0, 0, 0.85);
  color: black;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden; 
  z-index: 20;
  /* width: 100%;
  margin-top: 20px;
  border-color: rgba(236, 237, 238, 0.85);
  color: white; */
}
.hero-input{
  display: flex;
  flex-direction: row;
  width: 100%;
}


@media (max-width: 1280px) {
  .subscription-form{
    width: 100%;
  }
  .hero-input {
    flex-direction: column;
    width: 100%;
    gap: var(--space-lg);
  }

  .input-field:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit !important;
    font-size: 18px;
    line-height: var(--lh-normal);
    font-weight: 700;
    letter-spacing: 1px;
  }
  .signup-button{
    width: 100%;  
    background: #fff;
  }
  .app-download{
    width: 100%;
    margin-top: var(--space-xl);
    margin-left: 0px;

  }
}

.state-layer5 {
  padding: var(--space-xl);
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.sign-in3 {
  color: rgb(0, 0, 0);
  text-align: start;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs-base);
  line-height: var(--lh-normal);
  font-weight: 600;
  position: relative;
}
@media (max-width: 1280px) {
  .sign-in3{
    color: #fff;
  }
}



.partner-logos,
.partner-logos * {
  box-sizing: border-box;
}
.partner-logos {
  background: var(--blue-4, #244896);
  height: 82px;
  width: calc(100% - 1px);
  position: relative;
  transform-origin: 0 0;
  transform: rotate(-1.463deg) scale(1, 1);
  overflow: hidden;
}

.logos-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*to remove later in responsivness */
}

.logos {
  display: flex;
  flex-direction: row;
  margin-top: var(--space-lg);
  gap: var(--space-6xl);
  align-items: center;
  justify-content: flex-start;

}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.skystartup-logo {
  flex-shrink: 0;
  width: 181.03px;
  height: 48px;
  position: relative;
  overflow: visible;
}

.indrive-logo {
  flex-shrink: 0;
  width: 176.14px;
  height: 48px;
  position: relative;
  overflow: visible;
}
.heetch-logo {
  flex-shrink: 0;
  width: 259.92px;
  height: 48px;
  position: relative;
  overflow: visible;
}
.blinco-logo {
  flex-shrink: 0;
  width: 130.06px;
  height: 48px;
  position: relative;
  overflow: visible;
}
.operadalger-logo {
  flex-shrink: 0;
  width: 83.14px;
  height: 48px;
  position: relative;
  overflow: hidden;
}
.text {
  width: 100%;
  height: 22.14%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 77.86%;
  overflow: visible;
}
.symbol {
  width: 98.31%;
  height: 69.19%;
  position: absolute;
  right: 0.75%;
  left: 0.94%;
  bottom: 30.81%;
  top: 0%;
  overflow: visible;
}
.docteur-360-logo {
  flex-shrink: 0;
  width: 227.91px;
  height: 48px;
  position: relative;
  overflow: visible;
}
.bdigitall-logo {
  flex-shrink: 0;
  width: 211.03px;
  height: 48px;
  position: relative;
  overflow: visible;
}
.odigix-logo {
  flex-shrink: 0;
  width: 187.44px;
  height: 48px;
  position: relative;
  overflow: visible;
}
.yinvesti-logo {
  flex-shrink: 0;
  width: 209.2px;
  height: 48px;
  position: relative;
  overflow: visible;
}
.krello-logo {
  flex-shrink: 0;
  width: 180.68px;
  height: 48px;
  position: relative;
  overflow: visible;
}
.ayor-logo {
  flex-shrink: 0;
  width: 154.16px;
  height: 48px;
  position: relative;
  overflow: visible;
}

/* =================================
   UNIFIED BUTTON SYSTEM
   ================================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-md) var(--space-2xl);
  border-radius: 100px;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs-base);
  line-height: var(--lh-normal);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  min-height: 48px;
  text-align: center;
}

.btn-primary {
  background: #000;
  color: white;
  border-color: #000;
}

.btn-primary:hover {
  background: #333;
  border-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-secondary {
  background: transparent;
  color: #000;
  border-color: rgba(25, 28, 31, 0.2);
}

.btn-secondary:hover {
  background: #f5f5f5;
  border-color: rgba(25, 28, 31, 0.3);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: white;
  border-color: rgba(255, 255, 255, 0.85);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
}

.btn-lg {
  padding: var(--space-lg) var(--space-3xl);
  font-size: var(--fs-lg);
  min-height: 56px;
}

.btn-sm {
  padding: var(--space-sm) var(--space-lg);
  font-size: var(--fs-sm);
  min-height: 40px;
}

@media (max-width: 768px) {
  .btn {
    width: 100%;
    padding: var(--space-lg) var(--space-2xl);
  }
  
  .btn-lg {
    padding: var(--space-xl) var(--space-3xl);
  }
}

/* =================================
   UNIFIED SECTION TITLE SYSTEM
   ================================= */

.section-title {
  color: #191c1f;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs-8xl);
  line-height: var(--lh-tight);
  font-weight: 700;
  margin-bottom: var(--space-2xl);
  position: relative;
}

.section-title-hero {
  font-weight: 900;
}

@media (max-width: 1280px) {
  .section-title {
    font-size: var(--fs-7xl);
    line-height: var(--lh-tight);
    margin-bottom: var(--space-xl);
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: var(--fs-5xl);
    line-height: var(--lh-snug);
    margin-bottom: var(--space-lg);
  }
}

@media (max-width: 640px) {
  .section-title {
    font-size: var(--fs-4xl);
    line-height: var(--lh-snug);
  }
}


