@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #0c00ad;
    --dark: #092032;
    --body: #516171;
    --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);
    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%;
  
}

 h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}


h1{
  color: #fff;
}
.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;
}


/* navbar */





.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;
}

 

 




/*/////////////////////////////// cardbutton ///////////////////////////////////// */

.service .btn{
	font-size: 16px;
	background-color: transparent;
	border:1px solid #555555;
	color:#555555;
	padding: 8px 15px;
	cursor: pointer;
}




.btn-login{
    padding: 10px 15px;
  cursor: pointer;
  background-color: black;
  color: white;
  }
  .model{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid black;
    z-index: 10;
    
  }

  .overlay{
    width: 100%;
    position: fixed;
    top: 0%;
    height: 100vh;
     background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 1;
   
  }

  
  .carousel-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); /* You can adjust the opacity as needed */
    z-index: 1;
  }



  
/* //////////////////////////////////////////////////////// */

 
/* ////////////////// */




/**************************************/
/********* About + Single CSS *********/
/**************************************/
.about,
.single {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f2f2f2;
    align-items: center;
}

.about .col-md-12,
.about .col-md-6,
.single .col-md-12,
.single .col-md-6 {
    margin-bottom: 1px;
}

.about .about-img,
.single .single-img {
    position: relative;
    overflow: hidden;
}

.about .about-img img,
.single .single-img img {
    width: 500px;
    height:300px;
}

.about .about-content,
.single .single-content {
    position: relative;
    width: 80%;
    margin: -100px auto 0 auto;
    padding: 30px;
    background: #ffffff;
     
        height: 45%;
     
    
}
 

/* .img-fluid{
    height: 300px;
    width: 500px;
} */
.about .about-content h2,
.single .single-content h2 {
    font-size: 25px;
    font-weight: 700;
}

.about .about-content p,
.single .single-content p {
    font-size: 15px;
    font-weight: 300;
}

.about .btn,
.single .btn {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    background: #999999;
    border-radius: 0;
}

.about .btn:hover,
.single .btn:hover {
    background: #4F84C4;
}













 /* hovereffect */
 .nav-item.dropdown:hover .dropdown-menu {
    display: block; /* Display the dropdown menu on hover */
}



/* card *//* card */
.section{
    display: flex;
    justify-content: space-between;
    padding: 40px;
    width: 100%;
  }
  .section img{
    height: 300px;
  }
  .section h1{
    margin: 0;
    color: #0d0d0c;
    
  }
  
  
  .section p{
    margin-right: 15px;
  }
  
  
  
  .sectione{
    display: flex;
    justify-content: space-between;
    padding: 40px;
    width: 100%;
  }
  .sectione img{
    height: 300px;
  }
  .sectione h1{
    margin: 0;
    color: #0d0d0c;
    
  }
  
  
  .sectione p{
    margin-left: 30px;
  }
  
  


  .typewriter h1 {
    color: #0d1b5d;
    display: flex;
    justify-content: center;
  /* font-size: 25px; */
    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 orange; /* 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 6s steps(30, end),
      blink-caret .5s step-end infinite;
  }
  
  /* The typing effect */
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #516171 }
  }
  
  















  

 /* Show one card on screens up to 600px */
 @media screen and (min-width: 290px) and (max-width: 329px) {
  .typewriter h1{
    font-size: 18px;
    letter-spacing: .15em;
   }
  .about .about-content h2,
  .single .single-content h2 {
      font-size: 5px;
      font-weight: 700;
  }
  
  .about .about-content p,
  .single .single-content p {
      font-size: 7px;
      font-weight: 300;
  }
  .description {
    display: none;
}
  .section {
    flex-direction: column; /* Change to a column layout */
  }

  .section img {
    margin-top: 20px; /* Add space between image and text */
    height: auto; /* Adjust image height for smaller screens */
  }

  .section h1,
  .section p {
    margin: 0; /* Reset margins if needed */
  }
    .about .about-content h2,
.single .single-content h2 {
    font-size: 20px;
    font-weight: 700;
}

.about .about-content p,
.single .single-content p {
    font-size: 10px;
    font-weight: 300;
}
 }
  
  
  
  
  
   /* Show one card on screens up to 600px */
   @media screen and (min-width: 331px) and (max-width: 385px) {
   
    .carousel-caption {
      position: relative;
    top: 40px 
  }


    .carousel-caption h1{
      font-size: 25px;
      color:white; 
      
       
    } 

    .carousel-caption p {
         font-size: 12px;
         
    }
     
    
    .section {
      flex-direction: column; /* Change to a column layout */
    }
  
    .section img {
      margin-top: 20px; /* Add space between image and text */
      height: auto; /* Adjust image height for smaller screens */
    }
  
    .section h1,
    .section p {
      margin: 0; /* Reset margins if needed */
    }

    .about .about-content h2,
.single .single-content h2 {
    font-size: 20px;
    font-weight: 700;
}

.about .about-content p,
.single .single-content p {
    font-size: 10px;
    font-weight: 300;
}

   }
  
   /* Show one card on screens up to 600px */
  @media screen and (min-width: 386px) and (max-width: 599px) {
    .carousel-caption h1{
      font-size: 16px;
      color:white; 
       } 
       .carousel-caption {
        position: absolute;
        bottom: 0;
    }
    
    .carousel-caption p {
         font-size: 14px;
         
    }
    .typewriter h1{
      font-size: 20px;
      letter-spacing: .15em;
     }

    .section {
      flex-direction: column; /* Change to a column layout */
    }
  
    .section img {
      margin-top: 20px; /* Add space between image and text */
      height: auto; /* Adjust image height for smaller screens */
    }
  
    .section h1,
    .section p {
      margin: 0; /* Reset margins if needed */
    }


    .about .about-content h2,
.single .single-content h2 {
    font-size: 18px;
    font-weight: 700;
}

.about .about-content p,
.single .single-content p {
    font-size: 12px;
    font-weight: 300;
}

}
    
    /* Show one card on screens from 601px to 768px */
    @media screen and (min-width: 600px) and (max-width: 699px) {
      .carousel-caption h1{
        font-size: 17px;
        color:white; 
         } 
         .carousel-caption {
          position: absolute;
          bottom: 0;
      }
      
      .carousel-caption p {
           font-size: 14px;
           
      }
       

      .section {
        flex-direction: column; /* Change to a column layout */
      }
    
      .section img {
        margin-top: 20px; /* Add space between image and text */
        height: auto; /* Adjust image height for smaller screens */
      }
    
      .section h1,
      .section p {
        margin: 0; /* Reset margins if needed */
      }
        .about .about-content h2,
        .single .single-content h2 {
            font-size: 18px;
            font-weight: 700;
        }
        
        .about .about-content p,
        .single .single-content p {
            font-size: 14px;
            font-weight: 300;
        }
      }
@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%;
    }}







    
    /* Show two cards on screens from 769px to 1024px */
    @media screen and (min-width: 700px) and (max-width: 1020px) {
 
      
      .section {
      flex-direction: column; /* Change to a column layout */
    }
  
    .section img {
      margin-top: 20px; /* Add space between image and text */
      height: auto; /* Adjust image height for smaller screens */
    }

    .section h1,
    .section p {
      margin: 0; /* Reset margins if needed */
    }

      .about .about-content h2,
      .single .single-content h2 {
          font-size: 17px;
          font-weight: 700;
      }
      
      .about .about-content p,
      .single .single-content p {
          font-size: 12px;
          font-weight: 300;
      }
}
  
     
 
    @media screen and (min-width: 1024px) and (max-width:  1200px){

     
      .about .about-content h2,
      .single .single-content h2 {
          font-size: 17px;
          font-weight: 700;
      }
      
      .about .about-content p,
      .single .single-content p {
          font-size: 13px;
          font-weight: 300;
      }
   }
        
           

    
        @media (min-width: 1200px) {
         
          
  .carousel-item {
    position: relative;
    width: 100vw; /* Set width to cover viewport width */
    height: 80vh; /* Set height to cover viewport height */
  }
  
  
      .about .about-content h2,
      .single .single-content h2 {
          font-size: 17px;
          font-weight: 700;
      }
      
      .about .about-content p,
      .single .single-content p {
          font-size: 15px;
          font-weight: 300;
      }
   
        }
 
        