@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: #b0edee;
    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;
}


.section-header{
  text-align: center;
}


  
  @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 */
}
 
 

 /* Show one card on screens up to 600px */
 @media screen and (min-width: 270px) and (max-width: 330px) {
   

  .article-body li {
    font-size: 13px;
  }
  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 */

}
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: 330px) and (max-width: 360px) {
  
  /* 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 up to 600px */
@media screen and (min-width: 361px) and (max-width: 600px) {
     
  /* 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: 600px) and (max-width: 699px) {
     
/* 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) {
    
    /* 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%;
        }}
  
  
  