@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #0c00ad;
    --dark: #092032;
    --body: #ffffff;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

body {
    font-family: 'Poppins', sans-serif  !important;
    color: var(--body);
    background-color: #fff;
    line-height: 1.7;
}



h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Poppins', sans-serif !important;
    /* Adjust the font weight as needed */
    /* Adjust the font size as needed */
     /* Use your desired text color */
}

#preloader{
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff 
    url(/img/preloader.gif) no-repeat center;
  z-index: 99999;
  background-size: 10%;
  
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.nav-link{
  font-family: Poppins, sans-serif ;
  font-size: 16px;
}
.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-brand {
    color: var(--brand) !important;
}

     

 
 


.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
    margin-left: 1px;
}

.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color:black;
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: #0d1b5d;
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

 

footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(/img/c2\ img\ carousal.png), #025697;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.f1 {
  height: 65vh;
  width: 100%;
}

footer .footer-top {
    padding-top: 0px;
    padding-bottom: 0px;
}




.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0px;
    padding-top: 0px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e1ff00;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}

 























input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}


.customer-logos slider{
  display: flex;
  margine: 10px;
  padding: 10px;
  align-items: space-between;
}
/* our Partner */
.logo-img {
  max-width: 100px; /* Adjust the width as per your requirement */
  height: 75px; /* This maintains the aspect ratio */
}


section {
    margin-top: 10px;
    padding-top: 5px;
}


/* our Partner */
.logo-img {
  max-width: 100px; /* Adjust the width as per your requirement */
  height: 75px; /* This maintains the aspect ratio */
}


section {
    margin-top: 10px;
    padding-top: 5px;
}

/* vision                */

 
  
  /* ///////////////////card////////////////// */

  
/* Center the entire section */
/* Center the entire section */
.articles {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  /* padding: 20px;
  padding-top: 290px; */
}

/* Style for each article */
article {
  --img-scale: 1.001;
  --title-color: black;
  --link-icon-translate: -20px;
  --link-icon-opacity: 0;
  position: relative;
  border-radius: 16px;
  box-shadow: none;
  background: #010c50;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  max-width: 400px; /* Adjust the maximum width of each article as needed */
}

/* Basic article elements styling */
article h2 {
  margin: 0 0 18px 0;
  font-family: "Bebas Neue", cursive;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  color: #ffffff;
  transition: color 0.3s ease-out;
}

figure {
  margin: 0;
  padding: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

article img {
  max-width: 100%;
  transform-origin: center;
  transform: scale(var(--img-scale));
  transition: transform 0.4s ease-in-out;
}

.article-body {
  padding: 24px;
}

article a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}

article a:focus {
  outline: 1px dotted #ffffff;
}

article a .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  transform: translateX(var(--link-icon-translate));
  opacity: var(--link-icon-opacity);
  transition: all 0.3s;
}

/* Using the has() relational pseudo-selector to update our custom properties */
article:has(:hover, :focus) {
  --img-scale: 1.1;
  --title-color: #28666e;
  --link-icon-translate: 0;
  --link-icon-opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

/* Generic layout (demo looks) */
*,
*::before,
*::after {
  box-sizing: border-box;
}


  
  @container card (min-width: 380px) {
    .article-wrapper {
      display: grid;
      grid-template-columns: 100px 1fr;
      gap: 16px;
    }
    .article-body {
      padding-left: 0;
    }
    figure {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    figure img {
      height: 100%;
      aspect-ratio: 1;
      object-fit: cover;
    }
  }
  
  .sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
  }
   /* hovereffect */
 .nav-item.dropdown:hover .dropdown-menu {
  display: block; /* Display the dropdown menu on hover */
}
 



.typewriterone{
  background-color: yellow;
  width: 900px;
  height: 80px;
}

.typewriterone p{
  padding-top: 20px;
  color: #0d1b5d;
  display: flex;
  white-space: normal;
  justify-content: center;
font-size: 20px;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid #fff; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .20em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret 30.5s step-end infinite;
}

/* 
text animation */
 /* GLOBAL STYLES */


/* DEMO-SPECIFIC STYLES */
.writer {
  display: flex;
  justify-content: center;
  width: 600px;
  height: 600px;
  overflow: hidden; /* Clip content that overflows */
  text-overflow: ellipsis;
}

.typewriter p {
  width: 800px; /* Adjust width to match the .writer width */
  color: #0d1b5d;
  display: flex;
  justify-content: center;
  font-size: 25px;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  white-space: normal; /* Allow text to wrap */
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  margin: 0 auto;
  letter-spacing: .20em;
  animation: 
    typing 5s steps(30, end), /* Adjust the timing for typing effect as needed */
    blink-caret .5s step-end infinite;
}

/* The typing effect remains the same */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 60%;
  }
}

/* The typewriter cursor effect remains the same */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  100% {
    border-color: #fff;
  }
}




 /* Show one card on screens up to 600px */
 @media screen and (min-width: 270px) and (max-width: 330px) {
  
  .typewriter p {
    font-size: 18px;
     white-space: normal;
  }
  article{
    width: 80%;}
/* Adjust card layout for tablets and phones here */
.article-wrapper {
  display: block; /* Display cards one below the other */
  /* Add any additional styles you need for smaller screens */
}
.article-body {
  padding-left: 0; /* Remove any padding you don't need for smaller screens */
}
.article-body p{
  font-size: 13px;
  /* Remove any padding you don't need for smaller screens */
}
figure {
  width: 100%; /* Make the card full width on smaller screens */
  /* Add any other adjustments for images or figures */
}
figure img {
  height: auto; /* Adjust image height as needed for smaller screens */
}

article h2 {
margin: 0 0 18px 0;

font-size: 1.2rem;

}

.article-body {
padding-left: 10px;
}


}





 /* Show one card on screens up to 600px */
 @media screen and (min-width: 320px) and (max-width: 600px) {
  .typewriter p {
    font-size: 12px; /* Adjust the font size for smaller screens */
    max-width: 90%; /* Restrict the maximum width of the text */
    margin: 0 auto; /* Center the text horizontally */
    padding: 0 10px; /* Add some padding to prevent text from touching edges */
    white-space: normal; /* Allow text to wrap */
   /* Add any specific styles for screens <= 420px here */
  }
  .typewriterone{
    background-color: yellow;
    width: 80%;
    height: 15%;
  }
  .typewriterone p {
    font-size: 12px; /* Adjust the font size for smaller screens */
    max-width: 90%; /* Restrict the maximum width of the text */
    margin: 0 auto; /* Center the text horizontally */
    padding: 0 10px; /* Add some padding to prevent text from touching edges */
    white-space: normal; /* Allow text to wrap */
   /* Add any specific styles for screens <= 420px here */
  }
  .article-body p{
  font-size: 15;
    /* Remove any padding you don't need for smaller screens */
}
  /* Adjust card layout for tablets and phones here */
  .article-wrapper {
  
    display: block; /* Display cards one below the other */
    /* Add any additional styles you need for smaller screens */
}
article{
  width: 80%;
}
.article-body {
    padding-left: 0; /* Remove any padding you don't need for smaller screens */
}
figure {
    width: 100%; /* Make the card full width on smaller screens */
    /* Add any other adjustments for images or figures */
}
figure img {
    height: auto; /* Adjust image height as needed for smaller screens */
}

article h2 {
  margin: 0 0 18px 0;
 
  font-size: 1.2rem;
 
}

.article-body {
  padding-left: 10px;
}



 }


 
  /* Show one card on screens from 601px to 768px */
  @media screen and (min-width: 601px) and (max-width: 699px) {
    .typewriter p {
      font-size: 13px; /* Adjust the font size for smaller screens */
      max-width: 90%; /* Restrict the maximum width of the text */
      margin: 0 auto; /* Center the text horizontally */
      padding: 0 10px; /* Add some padding to prevent text from touching edges */
      white-space: normal; /* Allow text to wrap */
     /* Add any specific styles for screens <= 420px here */
    }
   
    
    .typewriterone p {
      font-size: 12px; /* Adjust the font size for smaller screens */
      max-width: 90%; /* Restrict the maximum width of the text */
      margin: 0 auto; /* Center the text horizontally */
      padding: 0 10px; /* Add some padding to prevent text from touching edges */
      white-space: normal; /* Allow text to wrap */
     /* Add any specific styles for screens <= 420px here */
    }
    .typewriterone{
      background-color: yellow;
      width: 80%;
      height: 15%;
    }
/* Adjust card layout for tablets and phones here */
.article-wrapper {
  display: block; /* Display cards one below the other */
  /* Add any additional styles you need for smaller screens */
}
.article-body {
  padding-left: 0; /* Remove any padding you don't need for smaller screens */
}
figure {
  width: 100%; /* Make the card full width on smaller screens */
  /* Add any other adjustments for images or figures */
}
figure img {
  height: auto; /* Adjust image height as needed for smaller screens */
}

article h2 {
margin: 0 0 18px 0;

font-size: 1.2rem;

}

.article-body {
padding-left: 10px;
}

 }
  
  
  /* Show two cards on screens from 769px to 1024px */
  @media screen and (min-width: 700px) and (max-width: 1024px) {
    .typewriter p {
      font-size: 16px; /* Adjust the font size for smaller screens */
      max-width: 90%; /* Restrict the maximum width of the text */
      margin: 0 auto; /* Center the text horizontally */
      padding: 0 10px; /* Add some padding to prevent text from touching edges */
      white-space: normal; /* Allow text to wrap */
     /* Add any specific styles for screens <= 420px here */
    }
   
    
    .typewriterone p {
      font-size: 15px; /* Adjust the font size for smaller screens */
      max-width: 90%; /* Restrict the maximum width of the text */
      margin: 0 auto; /* Center the text horizontally */
      padding: 0 10px; /* Add some padding to prevent text from touching edges */
      white-space: normal; /* Allow text to wrap */
     /* Add any specific styles for screens <= 420px here */
    }
    .typewriterone{
      background-color: yellow;
      width: 80%;
      height: 15%;
    }
    /* Adjust card layout for tablets and phones here */
  .article-wrapper {
    display: block; /* Display cards one below the other */
    /* Add any additional styles you need for smaller screens */
}
.article-body {
    padding-left: 0; /* Remove any padding you don't need for smaller screens */
}
figure {
    width: 100%; /* Make the card full width on smaller screens */
    /* Add any other adjustments for images or figures */
}
figure img {
    height: auto; /* Adjust image height as needed for smaller screens */
}

article h2 {
  margin: 0 0 18px 0;
 
  font-size: 1.2rem;
 
}

.article-body {
  padding-left: 10px;
}

}

   

 
 












 
@media screen and (max-width: 720px) {


footer .col-lg-4 {
  width: 100%; /* Occupy full width for tablets */
  text-align: center;
  padding: 20px; /* Add padding for better spacing */
  box-sizing: border-box; /* Include padding in the width */
}

footer .footer-bottom {
  text-align: center; /* Center-align copyright text */
  padding: 20px; /* Add padding for better spacing */
}

footer .navbar-brand img {
  max-width: 30%; /* Adjust image size for tablets */
  height: auto;
}

footer p {
  margin-bottom: 20px; /* Add some space between paragraphs */
}

footer .social-icons a {
  margin: 0 5px; /* Adjust spacing between social icons */
}

.f1 {
  height: 100%;
  width: 100%;
}


  }
  

  @media screen and (min-width: 721px) and (max-width: 1025px) {


        footer .col-lg-4 {
          width: 100%; /* Occupy full width for tablets */
          text-align: center;
          padding: 20px; /* Add padding for better spacing */
          box-sizing: border-box; /* Include padding in the width */
        }
        
        footer .footer-bottom {
          text-align: center; /* Center-align copyright text */
          padding: 20px; /* Add padding for better spacing */
        }
        
        footer .navbar-brand img {
          max-width: 20%; /* Adjust image size for tablets */
          height: auto;
        }
        
        footer p {
          margin-bottom: 20px; /* Add some space between paragraphs */
        }
        
        footer .social-icons a {
          margin: 0 5px; /* Adjust spacing between social icons */
        }
        
        .f1 {
          height: 100%;
          width: 100%;
        }}
        


      




@media screen and (min-width: 1024px) and (max-width: 1600px) {




    footer .col-lg-4 {
      width: 100%; /* Occupy full width for tablets */
      text-align: center;
      padding: 20px; /* Add padding for better spacing */
      box-sizing: border-box; /* Include padding in the width */
    }

    footer .footer-bottom {
      text-align: center; /* Center-align copyright text */
      padding: 20px; /* Add padding for better spacing */
    }

    footer .navbar-brand img {
      max-width: 20%; 
      height: auto;
    }

    footer p {
      margin-bottom: 20px; /* Add some space between paragraphs */
    }

    footer .social-icons a {
      margin: 0 5px; /* Adjust spacing between social icons */
    }

    .f1 {
      height: 100%;
      width: 100%;
    }}






