/* Importing Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html, body {
  overflow-x: hidden;
  width: 100vw;
  scroll-behavior: smooth;
}
.form{

    border-radius: 21px;
    position: fixed;
    width: 42.2vw;
    height: 86.7vh;
    background-color: #ffffff;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  padding-top: 4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    overflow: hidden;
    display:none;
    flex-direction: column;
}
.form h1{
    font-family: Poppins;
    font-weight: 700;
    font-size: 2em;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0F49D8;
}
.form p{
    margin-top: 1em;
    font-family: Poppins;
    font-weight: 400;
    font-size: 0.72em;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}
.closed-icon{
   position: absolute;
    width: 20px;
    height: 20px;
    right: 1.5em;
    top: 1.5em;
    cursor: pointer;
}
.form .name{     
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.5em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-radius: 36px;
    background: #F8F8F8;
    border: 1px solid #B5C7F3;
    margin-top: 1.5em;
    color: #B7BED2;
    font-family: Poppins;
    font-weight: 400;
    outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;  
    font-size: 0.8em;
    line-height: 100%;
    letter-spacing: 0%;
}
.form .name::placeholder {
    color: #B7BED2;
    font-family: Poppins;
    font-weight: 400;
    font-style: italic;
    font-size: 0.8em;
    line-height: 100%;
    letter-spacing: 0%;
}
.form .emailphone{
    display: flex;
    gap: 0.7em;
}
.form .emailphone .email-input{
        box-sizing: border-box;
    width: 45%;
    padding-left: 1.5em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-radius: 36px;
    background: #F8F8F8;
    border: 1px solid #B5C7F3;
    margin-top: 1.5em;
    color: #B7BED2;
    font-family: Poppins;
    font-weight: 400;
    outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;  
    font-size: 0.8em;
    line-height: 100%;
    letter-spacing: 0%;

}
.bottomcont{
    margin-top: 79px;
}
.address{
        box-sizing: border-box;
    width: 130%;
    padding-left: 1.5em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-radius: 36px;
    background: #F8F8F8;
    border: 1px solid #B5C7F3;
    margin-top: 1.5em;
    color: #B7BED2;
    font-family: Poppins;
    font-weight: 400;
    outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;  
    font-size: 0.8em;
    line-height: 100%;
    letter-spacing: 0%;

}
.address::placeholder {
    color: #B7BED2;
    font-family: Poppins;
    font-weight: 400;
    font-style: italic;
    font-size: 0.8em;
    line-height: 100%;
    letter-spacing: 0%;
}



.form .emailphone .email-input::placeholder {
    color: #B7BED2;
    font-family: Poppins;
    font-weight: 400;
    font-style: italic;
    font-size: 0.8em;
    line-height: 100%;
    letter-spacing: 0%;
}
.form .emailphone .phone-input{
        box-sizing: border-box;
    width: 44.8%;
    padding-left: 1.5em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-radius: 36px;
    background: #F8F8F8;
    border: 1px solid #B5C7F3;
    margin-top: 1.5em;
    color: #B7BED2;
    font-family: Poppins;
    font-weight: 400;
    outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;  
    font-size: 0.8em;
    line-height: 100%;
    letter-spacing: 0%;
}
.form .emailphone .phone-input::placeholder {
    color: #B7BED2;
    font-family: Poppins;
    font-weight: 400;
    font-style: italic;
    font-size: 0.8em;
    line-height: 100%;
    letter-spacing: 0%;
}
.input-with-btn {
    margin-top: 1em;

  display: flex;
  align-items: center;
  width: 100%; /* Adjust as needed */
border: 1px solid #B5C7F3;
  border-radius: 24px;

}

.input-with-btn input {
width: 75%;
  border-radius: 24px;
  border: none;
  padding: 10px;
  outline: none;
    color: #B7BED2;
    font-family: Poppins;
    font-weight: 400;

    font-size: 0.8em;
    line-height: 100%;
    letter-spacing: 0%;
}
.big-text-form {
    margin-top: 1em;
  resize: none ;
    outline: none;
  width: 100%;
  height: 10em;
  color: #B7BED2;
    font-family: Poppins;
    font-weight: 400;
    background: #F8F8F8;

    font-size: 0.8em;
    line-height: 100%;
    letter-spacing: 0%;
  padding: 16px;
  border-radius: 28px;
border: 1px solid #B5C7F3;
/* Allows user to resize vertically */
  box-sizing: border-box;
}
.submit{
    margin-left: auto;
    color: #73726F;
    font-size: 0.7em;
    background: #CCCAC6;
    border-radius: 100px;
    padding: 10px 15px;
    margin-top: 1em;
    border: none;
    outline: none;
    cursor: pointer;
}
.thanks{
    margin-top: 1em;
    width: 110%;
    height: 50%;
    background: #DBE4F9;
    margin-left: -1.5em;

   text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;      /* vertical centering */
    justify-content: center;
}
.thanks h2{
    color: #0F49D8;
    font-size: 1.5em;
}
.thanks p{
    color: #122353;
;
    font-size: 0.5em;
}
.big-text-form::placeholder {
    color: #B7BED2;
    font-family: Poppins;
    font-weight: 400;
    font-style: italic;
    font-size: 0.8em;
    line-height: 100%;
    letter-spacing: 0%;
}
.input-with-btn input::placeholder {
    color: #B7BED2;
    font-family: Poppins;
    font-weight: 400;
    font-style: italic;
    font-size: 0.8em;
    line-height: 100%;
    letter-spacing: 0%;
}

.input-with-btn button {
    align-content: center;
    justify-content: center;
  border: none;
  background: #0F49D8;
  color: #fff;

  cursor: pointer;
  font-size: 1em;
  border-radius: 24px;
  height: 30px;
width: 40px;
}


.menu-icon{
    display: none;
    width: 23px;
    height: 15px;

}
.mobile-image{
    display: none;
    
}
.sidebar-links{
    display: none;
}
header .navbar {
    position: fixed;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #00000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: clamp(10px, 2.8vw, 50px);
    padding-right: clamp(10px, 2.5vw, 50px);
    backdrop-filter: blur(0px);
    transition: all 0.3s ease-in-out;
    
}
header .navbar.animate{
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.197);
}

.navbar .nav-links {
    width: 42%;
    display: flex;
    justify-content: space-between;
}
.socialsl-mobile{
    display: none;
}
.navbar a {
    color: #ffffff;
    text-decoration: none;
    font-family: Poppins;
    font-weight: 400;
    font-size: clamp(12px, 1.5vw, 30px);
    line-height: 100%;
    letter-spacing: 0%;

}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15;
    gap: clamp(2px , 0.6vw, 12px);


}

.logo .ol {
  filter: none;
    width: clamp(28.1px, 2.8vw, 58.61px);
height: clamp(38.1px, 3.8vw, 68.61px);
    transition: filter 0.3s ease-in-out ;
}

.logo .ol.animate{
  filter: brightness(0) invert(1);

    
}
.logo .tl {
  margin-top: 15;
    width: clamp(38.1px, 4.4vw, 58.61px);
height: clamp(15.1px, 2.8vw, 25.61px);
    
}
.navbar .login-btn {
    color: #fff;
    font-size: clamp(12px, 1.18vw, 30px);

    font-weight: 400;
    font-family: Poppins;
    border: none;
    outline: none;
    border-radius: 100px;
    padding-top: 8px;
    padding-right: 18px;
    padding-bottom: 8px;
    padding-left: 18px;
    background: #0F49D8;



}



ul  {
    list-style: none;
}

html, body {
  overflow-x: hidden;
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.background-image{
    position: absolute;     /* Optional: if you want it as a background layer */
  top: 0;
  left: 0;
  z-index: -1; 
    object-fit: cover;
width: 100%;

}


.hero {
    width: 100%;
    padding-top: min(25vw, 320px); /* Adjusts padding based on viewport height */
    padding-left: clamp(10px, 3.8vw, 50px);

    display: flex;
    align-items: center;
}

.hero .hero-content h1 {

    font-family: Poppins;
    font-weight: 700;
font-size: clamp(30px, 2.6vw, 60px);
    width: 50vw;

    line-height: 100%;
    letter-spacing: 0%;
    color: #A1D53E;
}

.hero .hero-content p {
    width: 501;
    height: 72;
    margin-top: clamp(5px, 1.4vw, 30px);
    margin-bottom: clamp(10px, 2vw, 50px);
    padding-top: 7px;
    width: 35vw;
    font-family: Poppins;
    font-weight: 400;
font-size: clamp(15px, 1.7vw, 30px);

    line-height: 100%;
    letter-spacing: 0%;
    color: #F7FDEC;
}
.hero .hero-content .cta-btnq {
    
    gap: 10px;
    cursor: pointer;
    outline: none;
    border-radius: 100px;
    padding-top: 13px;
    padding-right: 23px;
    padding-bottom: 13px;
    padding-left: 23px;
    border-width: 1px;
    background-color: #0f48d800;
    border: 1px solid #F7FDEC;
    font-family: Poppins;
    font-weight: 400;
    font-size: clamp(10px, 1.5vw, 50px);
    line-height: 100%;
    letter-spacing: 0%;
    color: #F7FDEC;
}
.about {
    margin-top: clamp(5vw, 15vw, 60vw);
    padding-top: 250px;

    padding-left: 23px;
    padding-right: 27px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about .about-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;


}

.about h2 {
    margin-top: 25px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 58px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0F49D8;

}

.about .about-content p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    align-self: start;
    text-align: start;
    line-height: 28px;
    letter-spacing: 0%;
    max-width: 50%;
    animation: autoShowAnimationp both;
    animation-timeline: view(80% 10%);
}

@keyframes autoShowAnimationp {
    from{
        opacity: 0;
        transform: translateX(-50px) ;
    }
    to{
        opacity: 1;
        transform: translateX(0) ;
    }
}

.about .divide{
    left: 0;
    margin-left: 25%;
    color: black;
    margin-bottom: 60px;

    width: 46.24%;
    height: 1px;
   
}

.pills {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 22px;
    animation: autoShowAnimationpills both;
    animation-timeline: view(80% 10%);
}

@keyframes autoShowAnimationpills {
    from{
        opacity: 0;
        transform: translateX(50px) ;
    }
    to{
        opacity: 1;
        transform: translateX(0) ;
    }
}
.pill1 {
    display: flex;
    gap: clamp(2px, 3vw, 30px);
}

.pill2 {
    display: flex;

    gap: clamp(2px, 3vw, 30px);
}

.pill3 {
    display: flex;

    gap: clamp(2px, 3vw, 30px);
}

.bottom {
    margin-left: 7%;

    height: 7;

    margin-bottom: 25px;
    width: 82.99%;


}

.auto-show{
    animation: autoShowAnimation both;
    animation-timeline: view(60% 10%);
}

@keyframes autoShowAnimation {
 from{
        opacity: 0;
        transform: translateX(-50px) ;
    }
    to{
        opacity: 1;
        transform: translateX(0) ;
    }
}

.pills img{
    transition: .5s;
    width: 284px;
    height: 64px;
}

.pills img:hover{
   scale: 1.05;
}
.how-it-works{
    position: relative;
    padding-left: 38px;
    padding-right: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.how-head{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 39px;
    animation: autoShowAnimationp both;
    animation-timeline: view(80% 10%);
}
@keyframes autoShowAnimationp {
    from{
        opacity: 0;
        transform: translateX(-50px) ;
    }
    to{
        opacity: 1;
        transform: translateX(0) ;
    }
}
.how-head img {
    width: 78px;
    height: 78px;
    background-color: #A1D53E;
    border-radius: 100%;
    padding: 11px;
}
.how-head h2 {
font-family: Montserrat;
font-weight: 700;
font-size: 48px;
line-height: 119%;
letter-spacing: 0%;

    color: #0F49D8;
}
.howright {
    display: flex;
    flex-direction: column;
    
}
.howright .bottomsec p {
margin-bottom: 46px;

font-family: Montserrat;
font-weight: 400;
font-size: 20px;
line-height: 119%;
letter-spacing: 0%;
    animation: autoShowAnimationp both;
    animation-timeline: view(80% 10%);
}
@keyframes autoShowAnimationp {
    from{
        opacity: 0;
        transform: translateX(-50px) ;
    }
    to{
        opacity: 1;
        transform: translateX(0) ;
    }
}
.dropdown-1 {
    position: relative;
   margin-bottom: 35.74px;
    padding-bottom: 10px;
    display: flex;

    flex-direction: column;
    overflow: hidden;
   width: 423.68px;
   height: 52.41px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0F49D8;
    transition: height 0.3s ease-in-out;
     animation: autoShowAnimationp both;
    animation-timeline: view(80% 10%);
}
.skyline {


    top: clamp(470px, 40vw, 1200px);
height: 120%;
width: 95vw;
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
align-items: center;
  background-image: url('../assets/skyline.png');
  background-size: cover;
  background-position: center;

}

.reimagineElectronic{
    
font-family: Poppins;
font-weight: 400;
font-size: 37px;
line-height: 150%;
letter-spacing: 0%;
color: #182E6F;

}
.skymobile{
    display: none;
}
.manwithpop {
height: clamp(300px, 40vw, 500px);
width: clamp(450px, 60vw, 800px);
    object-fit: cover;

}
.ctap {
   
    width: 135.5px;
    height: 48px;
    border-radius: 38px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0F49D8;
    color: #ffffff;
    font-family: Poppins;
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
}
.information {
    min-height: 80vh;
    position: relative;
  background-image: url('../assets/footerimage.png');
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}
.info-content h1{
    font-family: Poppins;
font-weight: 600;
font-size: clamp(30px, 3.55vw, 60px);
line-height: 100%;
letter-spacing: 0%;
color: #FFFFFF;

}
.info-content p{
    margin-top: 18px;
   font-family: Poppins;
font-weight: 200;
font-size: clamp(15px, 1.5vw, 30px);
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #FFFFFF;
}
.email-input-wrapper {
  display: flex;
  align-items: center;
  background: #ffffff1a;
  border-radius: 30px;
  padding: 5px 5px;
  box-shadow: 0 2px 8px #0001;
  border: #ffffff 1px solid;
  width: fit-content;
  margin: 40px auto;
  backdrop-filter: blur(5px);
}

.email-input {
  border: none;
    background: transparent;
  outline: none;
  border-radius: 30px;
  padding: 10px 16px;
  padding-right: 80px;
  font-size: 16px;
  color: #DCE0E9;
  flex: 1;
}
.email-input::placeholder {
    color: #DCE0E9;
    font-style: italic;
  opacity: 0.8;  /* Optional: ensures full opacity */
}

.learn-more-btn {
  background: #0F49D8;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 16px;
  margin-left: 8px;
  cursor: pointer;

}
.learnmore{
    display: flex;
    flex-direction: column;
    gap: 5.52px;
}
.learnmore h2{
    font-family: Poppins;
font-weight: 400;
font-size: 17.76px;
line-height: 100%;
letter-spacing: 0%;
color: #182E6F;

}
.learnmorewrapper {
  display: flex;
  align-items: center;
background: #DBE4F9;
  border-radius: 30px;
  padding: 5px 5px;

  border: #ffffff 1px solid;
  width: fit-content;
  margin: 40px auto;

}

.learnmore-input {
  border: none;
    background: transparent;
  outline: none;
  border-radius: 30px;
  padding: 10px 16px;
  font-size: 16px;
  color: #DCE0E9;
  flex: 1;
}
.learnmore-input::placeholder {
color: #B7BED2;

    font-style: italic;
  opacity: 0.8;  /* Optional: ensures full opacity */
}

.learn-more-btnl {
  background: #0F49D8;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: clamp(9px, 1.1vw, 30px);
  margin-left: 8px;
  cursor: pointer;

}
.socialsl{

    display: flex;
  align-items: center;
background: #f6f6f6;
  border-radius: 30px;
  padding: 10px 10px;
  width: fit-content;
margin-top: 0px;
 border: #182E6F 1px solid;
}
.footerdivider{
    align-self: center;
    width: 92.5%;
    height: 1px;
    background-color: #182E6F;
    margin-top: 20px;

}
.copyright {
    padding-left: 63.36px;
    padding-right: 63.36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
.securesystem {
    color: #182E6F;
}
.copyright-links{
    display: flex;
    gap: 20px;
}
.copyright-links a{
    color: #182E6F;
}
.footer {
    padding-left: clamp(10px, 6.8vw, 7vw);
    padding-right: clamp(10px, 7vw, 7vw);
    padding-top: 50px;
    padding-bottom: 100px;
    width: 100vw;
    background-color: #ffffff;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.footerlogo {
    display: block;
    width: clamp(50px, 30vw, 150px);
    height: clamp(70px, 2vw, 150px);


}
.flogo {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap:17px;
}
.flogo p{
    font-family: Poppins;
font-weight: 400;
font-size: 17.76px;
line-height: 130%;
letter-spacing: 0%;
color: #132559;

}
.footer-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
}
.footerlinks{
    display: flex;
    flex-direction: column;
    gap: 27.52px;
}
.footerlinks a{
    text-decoration: none;
    font-family: Poppins;
font-weight: 400;
font-size: 17.76px;
line-height: 100%;
letter-spacing: 0%;
color: #162964;

}

@keyframes autoShowAnimationp {
    from{
        opacity: 0;
        transform: translateX(-50px) ;
    }
    to{
        opacity: 1;
        transform: translateX(0) ;
    }
}
.dropdown-1.show{
   
   height: 300.41px;
   
}
.dropdown-1 .content{
    
     display: flex;
    gap: 85.17px;
}
.dropdown-1 .content img{
width: 26.20689582824707;
height: 26.20689582824707;
rotate: -90deg;
cursor: pointer;
transition: rotate 0.3s ease-in-out;
}
.dropdown-1 .content img.show{
    rotate: 0deg;
}
.dropdown-1 .content p{
margin-left: 12.65px;
font-family: Poppins;
font-weight: 700;
font-size: 25.11px;
letter-spacing: 0%;
color: #0F49D8;

}
.howright .bottomsec .dropdown-1 .inside{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    align-self: start;
    text-align: start;
    line-height: 28px;
    letter-spacing: 0%;

}
.dropdown-2 {
    position: relative;
   margin-bottom: 25.74px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
   width: 423.68px;
   height: 42.41px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0F49D8;
    transition: height 0.3s ease-in-out;
         animation: autoShowAnimationp both;
    animation-timeline: view(80% 10%);
}
@keyframes autoShowAnimationp {
    from{
        opacity: 0;
        transform: translateX(-50px) ;
    }
    to{
        opacity: 1;
        transform: translateX(0) ;
    }
}
.dropdown-2.show{
   
   height: 300.41px;
   
}
.dropdown-3.show{
   
   height: 300.41px;
   
}
.dropdown-2 .content{
    
     display: flex;
    gap: 85.17px;
}
.dropdown-2 .content img{
width: 26.20689582824707;
height: 26.20689582824707;
rotate: -90deg;
cursor: pointer;
transition: rotate 0.3s ease-in-out;
}
.dropdown-2 .content img.show{
    rotate: 0deg;
}
.dropdown-2 .content p{
font-family: Poppins;
font-weight: 700;
font-size: 23.11px;
margin-left: 9.15px;
letter-spacing: 0%;

color: #0F49D8;

}
.howright .bottomsec .dropdown-2 .inside{

margin-left: 9.15px;
font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    align-self: start;
    text-align: start;
    line-height: 28px;
    letter-spacing: 0%;


}
.howright .bottomsec .dropdown-3 .inside{

margin-left: 9.15px;
font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    align-self: start;
    text-align: start;
    line-height: 28px;
    letter-spacing: 0%;


}
.dropdown-3 {
    position: relative;
   margin-bottom: 46.74px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
   width: 423.68px;
   height: 42.41px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0F49D8;
    transition: height 0.3s ease-in-out;
     animation: autoShowAnimationp both;
    animation-timeline: view(80% 10%);
}
@keyframes autoShowAnimationp {
    from{
        opacity: 0;
        transform: translateX(-50px) ;
    }
    to{
        opacity: 1;
        transform: translateX(0) ;
    }
}

.dropdown-3 .content{
    
     display: flex;
    gap: 85.17px;
}
.dropdown-3 .content img{
width: 26.20689582824707;
height: 26.20689582824707;
rotate: -90deg;
cursor: pointer;
transition: rotate 0.3s ease-in-out;
}
.dropdown-3 .content img.show{
    rotate: 0deg;
}
.dropdown-3 .content p{
font-family: Poppins;
font-weight: 700;
font-size: 22.11px;


letter-spacing: 0%;

letter-spacing: 0%;

color: #0F49D8;

}
.skylinecont{

display: flex;
flex-direction: row-reverse;
}

.ht{
padding-top: 153.2px;
padding-bottom: 153.2px;
position: relative;
background-image: url('../assets/skyline.png');
  background-size: cover;
  background-position: center;
}
.bottomsec{
    display: flex;

    flex-direction: column;
   
    margin-left: 54px;
}
.cta{
    margin-top: 30px;
    width: 125;
    height: 48;
    border-radius: 38px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0F49D8;
    color: #ffffff;
    font-family: Poppins;
font-weight: 300;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
     animation: autoShowAnimationp both;
    animation-timeline: view(80% 10%);
}
.pillsmobile{
    display: none;
}
.bro{
    display: none;
}
@keyframes autoShowAnimationp {
    from{
        opacity: 0;
        transform: translateX(-50px) ;
    }
    to{
        opacity: 1;
        transform: translateX(0) ;
    }
}
.howright .bottomsec .bit{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    align-self: start;
    text-align: start;
    line-height: 28px;
    letter-spacing: 0%;

}
.howleft img {
    width: 589px ;
    height: 589px;
     animation: autoShowAnimationf both;
    animation-timeline: view(80% 10%);
}
@keyframes autoShowAnimationf {
    from{
        opacity: 0;
        transform: translateX(50px) ;
    }
    to{
        opacity: 1;
        transform: translateX(0) ;
    }
}
@media (max-width: 430px) {
    .bottomcont{
    margin-top: 32px;
    margin-bottom: 72px;
}
.howright .bottomsec .dropdown-1 .inside{
margin-left: 12.65px;
font-size: 14px;

}
.howright .bottomsec .dropdown-2 .inside{
margin-left: 12.65px;
font-size: 14px;

}
.howright .bottomsec .dropdown-3 .inside{
margin-left: 12.65px;
font-size: 14px;

}
.ht{
    padding-top: 0px;
    padding-bottom: 0px;
margin-top: 43.2px;
position: relative;
background-image: url('../assets/skyline.png');
  background-size: cover;
  background-position: center;
}
    .form{

    border-radius: 21px;
    position: fixed;
    width: 86.2vw;
    height: 80.7vh;
    background-color: #ffffff;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  padding-top: 4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    overflow: hidden;
    display:none;
    flex-direction: column;
}
.dropdown-1.show{
   
   height: 380.41px;
   
}
.dropdown-2.show{
   
   height: 380.41px;
   
}
.dropdown-3.show{
   
   height: 380.41px;
   
}
.input-with-btn button {
    align-content: center;
    justify-content: center;
  border: none;
  background: #0F49D8;
  color: #fff;
    margin-right: 3px;
  cursor: pointer;
  font-size: 1em;
  border-radius: 24px;
  height: 30px;
width: 40px;
}

.thanks{
    margin-top: 1em;
    width: 120%;
    height: 50%;
    background: #DBE4F9;
    margin-left: -1.5em;

   text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;      /* vertical centering */
    justify-content: center;
}
.reimagineElectronic{
display: none;


}
.skymobile{
    text-align: center;
    display: block;
    font-family: Poppins;
font-weight: 500;
font-size: 30px;
line-height: 100%;
letter-spacing: 0%;
color: #182E6F;
}
.thanks h2{
    color: #0F49D8;
    font-size: 1em;
}
    .manwithpop {
        margin-top: 11px;
height: 250px;
width: 400px;
    object-fit: cover;

}
.skylinecont{



flex-direction: column;
align-items: center;

}
    .dropdown-1 {
    position: relative;
   margin-bottom: 25.74px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
   width: 90vw;
   height: 62.41px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0F49D8;
    transition: height 0.3s ease-in-out;
     animation: autoShowAnimationp both;
    animation-timeline: view(80% 10%);
}
.bro{
    display: block;
}
.about h2 {
    margin-top: 25px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 44px;
    line-height: 41px;
    letter-spacing: 0%;
    margin-bottom: 18px;
    color: #0F49D8;

}
.pillsmobile {
    display: flex;
    width: 88%;
    overflow-x: auto;

    padding-bottom: 20px;
}
.pillsmobile::-webkit-scrollbar {
  height: 2px;              /* Height of horizontal scrollbar */
  background: #D9D9D9;      /* Track color */
  border-radius: 8px;
}

.pillsmobile::-webkit-scrollbar-thumb {
  background: #0F49D8;      /* Scrollbar color */
  border-radius: 14px;
}
.pillsmobile img {
    width: 223.97px;
    height: 49.6px;
    
}
.dropdown-2 {
    position: relative;
   margin-bottom: 25.74px;
    
    display: flex;
    flex-direction: column;
    overflow: hidden;
   width: 90vw;
   height: 62.41px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0F49D8;
    transition: height 0.3s ease-in-out;
     animation: autoShowAnimationp both;
    animation-timeline: view(80% 10%);
}
    .dropdown-3 {
    position: relative;
   margin-bottom: 5.74px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
   width: 90vw;
   height: 62.41px;

    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0F49D8;
    transition: height 0.3s ease-in-out;
     animation: autoShowAnimationp both;
    animation-timeline: view(80% 10%);
}
    .howright .bottomsec .bit {
margin-bottom: 46px;

font-family: Montserrat;
font-weight: 400;
font-size: 14px;
line-height: 119%;


letter-spacing: 0%;
    animation: autoShowAnimationp both;
    animation-timeline: view(80% 10%);
}
    .how-head h2 {
font-family: Montserrat;
font-weight: 700;
font-size: 30px;
line-height: 119%;
letter-spacing: 0%;

    color: #0F49D8;
}
.how-head{
    margin-top: 27px;
    width: 100%;
    display: flex;
flex-direction: row-reverse;
justify-content: flex-end;


    gap: 10px;
    margin-bottom: 19px;
    animation: autoShowAnimationp both;
    animation-timeline: view(80% 10%);
}
.how-head img {
    width: 61px;
    height: 61px;
    background-color: #A1D53E;
    border-radius: 100%;
    padding: 7.19px;
}
.proof{
    margin-top: 100vh; /* Adjusts margin based on viewport height */
    display: flex;
    flex-direction: column;
}
.pills img{
    display: none;
    transition: .5s;
    width: 100px;
    height: 25px;
}
.hero {
    width: 100%;
    padding-top: 49.1vh; /* Adjusts padding based on viewport height */
    padding-left: clamp(10px, 3.8vw, 50px);
    justify-items: flex-start;
    display: flex;
    align-items: flex-start;
}

.hero .hero-content h1 {

    font-family: Poppins;
    font-weight: 700;
font-size: clamp(30px, 2.6vw, 60px);
    width: 60vw;

    line-height: 100%;
    letter-spacing: 0%;
    color: #A1D53E;
}
.hero .hero-content p {
    width: 501;
    height: 72;
    margin-top: clamp(5px, 1.4vw, 30px);
    margin-bottom: clamp(10px, 2vw, 50px);
    padding-top: 7px;
    width: 70vw;
    font-family: Poppins;
    font-weight: 400;
font-size: clamp(15px, 1.7vw, 30px);

    line-height: 100%;
    letter-spacing: 0%;
    color: #F7FDEC;
}
.hero .hero-content .cta-btnq {
    align-self: start;
    gap: 10px;
    cursor: pointer;
    outline: none;
    border-radius: 100px;
    padding-top: 13px;
    padding-right: 23px;
    padding-bottom: 13px;
    padding-left: 23px;
    border-width: 1px;
    background-color: #0f48d800;
    border: 1px solid #F7FDEC;
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F7FDEC;
}
    .logo .tl {
  margin-top: 15;
    width: 45.67px;
height: 20.21px;
    
}
.logo .ol {

    width: 29.69px;
height: 40px;

}
    .ctap {
    margin-left: 0;
    margin-top: 30px;
     color: #ffffff;
     text-wrap: nowrap;
     border: none;
    outline: none;
    font-size: 15.98px;
    border-radius: 131.25px;
     padding-left: 23.62px;
    padding-right: 23.62px;
    padding-top: clamp(12px, 1.5vw, 15px);
    padding-bottom: clamp(12px, 1.5vw, 15px);;
    width: fit-content;
    background: #0F49D8;
    cursor: pointer;
}
    .warehouse-image{
height: 100px;
width: 100px;
    object-fit: cover;

    }
.sidehead{
    display: flex;
    width: 100%;

    justify-content: space-between;
margin-bottom: 59px;
}
.informations{
    min-height: 100vh;

  background-image: url('../assets/footerimage.png');
  background-size: cover;
  background-position: center;
    margin-top:20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}
.info-content h1{
    font-family: Poppins;
    text-align: center;
font-weight: 600;
font-size: 30px;
line-height: 100%;
letter-spacing: 0%;
color: #FFFFFF;

}
.info-content p{
    margin-top: 18px;
   font-family: Poppins;
font-weight: 200;
font-size: clamp(15px, 1.5vw, 30px);
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #FFFFFF;
}
.email-input-wrapper {
  display: flex;
  align-items: center;
  background: #ffffff1a;
  border-radius: 30px;
  padding: 5px 5px;
  box-shadow: 0 2px 8px #0001;
  border: #ffffff 1px solid;
  width: fit-content;
  margin: 40px auto;
  backdrop-filter: blur(6px);
}

.email-input {
  border: none;
    background: transparent;
  outline: none;
  border-radius: 30px;
  padding: 10px 16px;
  padding-right: 80px;
  font-size: 16px;
  color: #DCE0E9;
  width: 60vw;
}
.email-input::placeholder {
    color: #DCE0E9;
    font-style: italic;
  opacity: 0.8;  /* Optional: ensures full opacity */
}

.learn-more-btn {
  background: #0F49D8;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 10px;
  font-size: 16px;
  margin-left: 8px;
  cursor: pointer;

}
.close-icon{
   
    width: 30px;
    height: 30px;
    margin-top:  15px;
    cursor: pointer;
}
.sidebaricon{
    width: 102px;
    height: 51px;
}
.cta-btns {
    margin-top: 35px;
    width: 161;
    height: 49;
    gap: 10px;
    cursor: pointer;
    outline: none;
    border-radius: 37px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;

    background-color: #0f48d800;
border: 1px solid #162964;
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #162964;
}
.sidebar-links .divide{
        width: 100%;
    height: 2px;
    background-color: #162964;
    margin-top: 35px;
}
.sidebar-links{
    transform: translateX(100%);
    padding-left: 36px;
    padding-right: 32px;
    padding-top: 39px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 79.8%;
    background: #ffffff;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all 0.3s ease-in-out;
}
.sidebar-links a {
    color: #162964;
font-family: Poppins;
font-weight: 400;
font-size: 17px;
line-height: 200%;
letter-spacing: 0%;

}
    .background-image{
    display: none;
    position: absolute;     
  top: 0;
  left: 0;
  z-index: -1; 
    object-fit: cover;
width: 100%;

}
    .mobile-image{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
        width: 100vw;

}
    .learnmorewrapper {
  display: flex;
  align-items: center;
  border: 1px solid #182E6F;
background: #dbe4f900;
  border-radius: 30px;
  padding: 5px 5px;


  width: fit-content;
margin-top: 0px;
margin-bottom: 0px;
}
.socialsl{
    gap: 9px;
    display: flex;
  align-items: center;
background: #f6f6f600;
  border-radius: 30px;
  padding: 10px 10px;
  width: fit-content;
margin-top: 0px;
border: none;
}
.footerdivider{
    align-self: flex-start;
    width: 100%;
    height: 1px;
    background-color: #182E6F;
    margin-top: 20px;

}
header .navbar {
    padding-left: 29px;
    padding-right: 42px;
   padding-top: 52px;
    padding-bottom: 20px;
}
.navbar .nav-links{
    display: none;
}
.login-btn{
    display: none;
}
.menu-icon{
    display: inline-block;
    cursor: pointer;
}
    .flogo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:17px;
}
    .footer {

    padding-top: 50px;
    padding-bottom: 100px;
    width: 100vw;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
    .learnmore h2{

    font-family: Poppins;
font-weight: 400;
font-size: 15.76px;
margin-bottom: 5px;

color: #182E6F;


}
.copyright {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    align-items: start;
    flex-direction: column-reverse;
    gap: 14px;
    width: 100%;
    margin-top: 20px;
}
.copyright-links{
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.learnmore-input {
  border: none;
    background: transparent;
  outline: none;
  border-radius: 30px;
  padding: 10px 16px;
  font-size: 16px;
    color: #B7BED2;

  width: 50vw;
}
.learn-more-btnl {
  background: #0F49D8;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 15px 20px;
  text-wrap: nowrap;
  font-size: clamp(14px, 1.1vw, 30px);
  margin-left: 8px;
  cursor: pointer;

}
    .learnmore{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
    .footerlinks{

    display: flex;
    flex-direction: column;

    gap: 17.52px;
}

    .footer-content {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
    .key{
    margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    column-gap: 31px;

    column-gap: 167px;
    row-gap: 75px;
}
    .points{
    margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 31px;

}

.flogo p{
    font-family: Poppins;
font-weight: 400;
font-size: 13.76px;
line-height: 130%;
letter-spacing: 0%;
color: #132559;
margin-bottom: 20px;
}
 .cta {
margin-right: 50%;
    width: 150.5px;
    height: 58px;
    border-radius: 38px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0F49D8;
    color: #ffffff;
    font-family: Poppins;
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
}
}
@media (max-width: 1000px) {
    .bottomsec{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0px;
}
    .howright {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .skyline {

    position: absolute;

height: 120%;
width: 95vw;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
  background-image: url('../assets/skyline.png');
  background-size: cover;
  background-position: center;

}
    .warehouse-image{
        display: none;

    }
    .how-it-works{

    position: relative;
    padding-left: 38px;
    padding-right: 35px;
    display: flex;
    flex-direction: column;
align-items: center;
}
    .titles{
    flex-direction: column-reverse;
   }
       .about-content {

        width: 100vw;
        flex-direction: column;
        
    }
    .about-content h2 {
        text-align: center;
        padding-bottom: 20px;
    }
    .about .about-content p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    align-self: start;
    text-align: start;
    line-height: 20px;
    letter-spacing: 0%;
    max-width: 90%;
    animation: autoShowAnimationp both;
    animation-timeline: view(80% 10%);
}
}