@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%;

}
.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;
}

.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;
}

.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;



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

}


body {
    
  overflow-x: hidden;

}

ul  {
    list-style: none;
}

.hero {
    width: 100%;
    padding-top: min(25vw, 320px); /* Adjusts padding based on viewport height */
    padding-left: clamp(10px, 3.8vw, 50px);
    padding-right: 10px;
    display: flex;
    align-items: center;
}
.background-image{

    position: absolute;     
  top: 0;
  left: 0;
  z-index: -1; 
    object-fit: cover;
width: 100%;

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

}

.hero .hero-content h1 {

    font-family: Poppins;
font-weight: 500;
font-size: clamp(15px, 2.65vw, 60px);;
line-height: 100%;
letter-spacing: 0%;

    color: #ffffff;
}

.cta-btn {
    margin-top: 30px;
     color: #fff;
     border: none;
    outline: none;
    font-size: clamp(12px, 1.5vw, 30px);
    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;
}

.about {
    padding-top: 30vw;
    padding-left: clamp(20px, 2.8vw, 50px);
    padding-right: clamp(20px, 2.8vw, 50px);
    display: flex;
    flex-direction: column;

}
.connectcontent{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.about-content {
    display: flex;
    justify-content: space-between;

    margin-bottom: 25px;


}


.points{
    margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 31px;

}
.point {
    display: flex;
    border-radius: 11.37px;
    flex-direction: column;
background: #F7FDEC;

    gap: 11px;
}
.point p{
    margin-left: 12.6px;
    margin-right: 12.6px;
    margin-bottom: 25px;
font-family: Poppins;
font-weight: 400;
font-size: clamp(14px, 1.35vw, 30px);

line-height: 100%;
word-spacing: 5px;
color: #0E1C43;

}
.buttombut{
    align-self: center;
    margin-bottom: 61px;
}
.point .title{
    display: flex;
    align-items: center;

    margin-left: 25px;
    gap: 10px;
}
.point .title h3{
text-align: center;
font-family: Poppins;
font-weight: 600;
font-size: clamp(25px, 2.2vw, 40px);
line-height: 100%;
letter-spacing: 0%;
color: #0F49D8;


}
.about-content h2{
    font-family: Poppins;
font-weight: 700;
font-size: clamp(30px, 2.6vw, 40px);
line-height: 100%;
letter-spacing: 0%;
color: #0F49D8;

}
.about-content p {
font-family: 'Poppins';
font-weight: 400;
font-size: clamp(14px, 1.35vw, 30px);
line-height: 100%;
letter-spacing: 0%;


color: #0E1C43;

}
.features{
    position: relative;
    height: fit-content;
    width: 100%;
    background: #0E1C43;
    padding-top: 50px;
    padding-bottom: 80px;
    padding-left: clamp(20px, 2.8vw, 50px);
}
.key{
    margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    column-gap: 31px;

    column-gap: 167px;
    row-gap: 75px;
}
.lap{
    margin-bottom: 50px;
}
.hest{
    display: flex;
    flex-direction: column-reverse;
}
.statement{
    display: flex;
    flex-direction: column;
    max-width: 630px;
    gap: clamp(10px, 3vw, 60px);
}
.statement h3{
    font-family: Poppins;
font-weight: 500;
font-size: clamp(25px, 2.5vw, 60px);
line-height: 100%;
letter-spacing: 0%;
color: #F4FCE3;

}
.feat .title div{
    height: 24px;
    width: 24px;
    background: #A1D53E;
}
.feat .title{
        display: flex;
    align-items: center;


    gap: 20px;
}
.feat .title h3{
    font-family: Poppins;
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
color: #A1D53E;

}
.feat p{
    margin-top: 10px;
max-width: 500px;
font-family: Poppins;
font-weight: 300;
font-size: clamp(12px, 1vw, 30px);
line-height: 100%;
letter-spacing: 0%;
color: #FFFFFF;

}
.statement p{
    font-family: Poppins;
font-weight: 300;
font-size: clamp(14px, 1.45vw, 30px);
line-height: 100%;
letter-spacing: 0%;
color: #FFFFFF;
}
.titles{
    display: flex;
    flex-direction: row;

}
.learnmore{
    display: flex;
    flex-direction: column;

}
.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;


  width: fit-content;
  margin: 40px auto;

}

.learnmore-input {
  border: none;
    background: transparent;
  outline: none;
  border-radius: 30px;
  padding: 10px 16px;
  font-size: 16px;
  color: #B7BED2;
  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;
  text-wrap: nowrap;
  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;
}
.socials-mobile{
    
    display: none;
  align-items: center;
background: #f6f6f6;
  border-radius: 30px;
  padding: 10px 10px;
  width: fit-content;
margin-top: 0px;
 border: #182E6F 1px solid;
}
.footerdivider{
    display: none;
    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: 154px;
    height: 77;


}
.flogo {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap:17px;
}
.flogo p{
    font-family: Poppins;
font-weight: 400;
font-size: 17.76px;
max-width: 444px;
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;

}

@media (max-width: 430px) {
.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;
}
.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;
}
.point .title h3{
text-align: center;
font-family: Poppins;
font-weight: 600;
font-size: 15.48px;
line-height: 100%;
letter-spacing: 0%;
color: #0F49D8;


}
.features{
    margin-top: 49.73px;
}
.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;
}
.thanks h2{
    color: #0F49D8;
    font-size: 1em;
}
.feat .title h3{
    font-family: Poppins;
font-weight: 600;
font-size: 12.81px;
line-height: 100%;
letter-spacing: 0%;
color: #A1D53E;

}
.socialsl{
    gap: 9px;
    display: none;
  align-items: center;
background: #f6f6f600;
  border-radius: 30px;
  padding: 10px 10px;
  width: fit-content;
margin-top: 0px;
border: none;
}
.about-content p {
font-family: 'Poppins';
font-weight: 400;
font-size: 12px;
line-height: 150%;
letter-spacing: 0%;


color: #0E1C43;

}
.statement h3{
    font-size: 24px;
}
.statement p{
    font-size: 12px;
    line-height: 150%;
}
.buttombut{
    align-self: center;
    margin-bottom: 61px;
    display: none;
}
.point p{
    margin-left: 8.6px;
    margin-right: 12.6px;
    margin-bottom: 20px;
font-family: Poppins;
font-weight: 400;
font-size: 12px;

line-height: 100%;
word-spacing: 5px;
color: #0E1C43;

}
.feat .title div{
    height: 12.28px;
    width: 12.28px;
    background: #A1D53E;
}
.socials-mobile{
    gap: 9px;
    display: flex;
  align-items: center;
background: #f6f6f600;
  border-radius: 30px;
  padding: 10px 10px;
  width: fit-content;
margin-top: 36px;
border: none;
}
    .logo .tl {
  margin-top: 15;
    width: 45.67px;
height: 20.21px;
    
}
.logo .ol {

    width: 29.69px;
height: 40px;

}
.feat p{
    margin-top: 10px;
max-width: 500px;
font-family: Poppins;
font-weight: 300;
font-size: 10px;
line-height: 150%;
letter-spacing: 0%;
max-width: 90%;
color: #FFFFFF;

}
.title img{
    width: 24.51px;
    height: 24.51px;
}
.point .title{
padding-top: 7.5px;
padding-bottom: 7.5px;
border-radius: 5.8px;
    display: flex;
    align-items: center;
    background-color: #F7FDEC;
    margin-left: 0px;
    padding-left: 8px;
    gap: 5px;
}
.point {
    display: flex;
    border-radius: 11.37px;
    flex-direction: column;
background: #ffffff00;
    gap: 11px;
}
.point .body{
    padding-top: 10.75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background-color: #F7FDEC;
}
    .cta-btn {
         display: block;
  margin: 0 auto;
    margin-top: 30px;
     color: #0F49D8;
     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: #B3ED45;
    cursor: pointer;
}
    .hero {
    width: 100%;
    padding-top: 27vh; /* Adjusts padding based on viewport height */
    justify-content: center;
    display: flex;
    align-items: center;
}
    .hero .hero-content h1 {
    text-align: start;
    font-family: Poppins;
font-weight: 500;
font-size: 21px;
line-height: 100%;
letter-spacing: 0%;

    color: #ffffff;
}
    .about {
    padding-top: 60vh;
    padding-left: clamp(20px, 2.8vw, 50px);
    padding-right: clamp(20px, 2.8vw, 50px);
    display: flex;
    flex-direction: column;

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

    justify-content: space-between;
margin-bottom: 59px;
}
.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;
}

.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;
}
    .about-content {
        flex-direction: column;
        align-items: center;
    }
    .about-content h2 {
        line-height: 150%;
        text-align: justify;
        font-size: 20px;
        padding-bottom: 20px;
    }
    
}
@media (max-width: 1000px) {
    .titles{
    flex-direction: column-reverse;
   }
    
}