@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

.hero,
.hero * {
  box-sizing: border-box;
  /* overflow-x: hidden; */
}
body{
  overflow-x: hidden;
}

:root {
  --shadow-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
  
.hero {
  background: #ffffff;
  height: 1080px;
  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: 100px;
  left: 750px;
  width: 70%;
  height: 70%;
  object-fit: cover;
  z-index: 1;
}

@media (max-width: 1200px) {
  .hero-video {
    left: 0px;
    top: 670px;
    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: #191c1f;
  text-align: start;
  font-family: "Poppins";
  font-size: 90px;
  line-height: 100px;
  font-weight: 900;
  margin-bottom: 20px;
  padding-bottom: 25px;
  height: auto;
  overflow-y: hidden;
  position: relative;
  align-self: stretch;
}

@media (max-width: 1200px) {
  .main-heading {
    font-size: 70px;
    line-height: 65px;
    margin-bottom: 15px;
  }
  .text-content{
    gap: 10px;
  }
}

@media (max-width: 800px) {
  .main-heading {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .text-content{
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .main-heading {
    font-size: 40px;
    line-height: 60px;
  }
  .text-content{
    gap: 10px;
  }
}
/* @media (max-width: 400px) {
  .main-heading {
    font-size: 50px;
    line-height: 40px;
  }
  .text-content{
    gap: 10px;
  }
} */
.description {
  color: rgba(25, 28, 31, 0.85);
  text-align: start;
  font-family: "poppins";
  font-size: 18px;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
@media (max-width: 1200px) {
  .description {
    color: #ffffff;
    max-width: 80%;
  }
  
 
}

.subscription-form {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  width: 65%;
  flex-shrink: 0;
  min-width: 347px;
  /* max-width: 687px; */
  position: relative;
}



.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-Regular", sans-serif;
  font-size: 16px;
  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: 2px;
  width: 30%;
  border-color: rgba(236, 237, 238, 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: 1200px) {
  .subscription-form{
    width: 100%;
  }
  .hero-input {
    flex-direction: column;
    width: 100%;
    /* max-width: 80%; */
  }
   .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;

  }
  .input-field:focus{
    outline: none;
    border: none;
  }
  .signup-button{
    width: 100%;  
    background: #fff;
  }
  .app-download{
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    border-color: rgba(238, 232, 232, 0.596);
    background: rgba(92, 95, 98, 0.35);
  }
}

.state-layer5 {
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.sign-in3 {
  color: black;
  text-align: start;
  font-family: "poppins";
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
@media (max-width: 1200px) {
  .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: 15px;   /*to remove later in responsivness */
  gap: 144px;
  align-items: center;
  justify-content: flex-start;
  /* The base transform with the slight rotation */
  transform: rotate(0.451deg) scale(1, 1);
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  0% {
    transform: rotate(0.451deg) scale(1,1) translateX(0);
  }
  100% {
    transform: rotate(0.451deg) scale(1,1) 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;
  transform-origin: 0 0;
  transform: rotate(0.012deg) scale(1, 1);
  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;
}


