*{
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
    
  }
  
  html{
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
   font-family: 'Rajdhani', sans-serif;
  }
  .container {
    color: #102a38;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Rajdhani', sans-serif;
    font-weight:lighter;
    height: 100%;
    width: 100%;
    
    min-height: 150vh; /* to make the container fill the entire viewport */
    scroll-snap-type: y mandatory;
    display: flex;
flex-direction: column;
    overflow-y: auto;
 }


.content{
min-height: calc(100% - 50px); /* Adjust the value based on the footer height */

}

  

@media (max-width: 460px) {

  
    .navbar-social a img{
      height: 35px;
      width: 35px;
      
    }
  
}
.navbar-social {
  
  height: 50PX;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 5px;
  
}
.navbar-social a img{
  margin-top:5px;
  margin-bottom: 5px;
  padding: 5px;
  height: 90%;
 width: 90%;
  
}
.navbar-social  img{
  margin-top:5px;
}



button:hover {
  transform: scale(1.1);
}

.footer{
 
  justify-content: space-between;
}
/* For screens smaller than 576px (Extra small screens) */
@media only screen and (max-width:514px) {
  #title{
    width: 280px;
    
  }
  body {
    overflow-x: hidden;
     
  }
  #reel{
    font-size: 60px;
  }
 
  .footer img{
    height: 43px;
    width: 30x;
  }
  
}

  
  /* adjust margins for smaller screens */

  .footer a img{
    height: 90%;
    width: 100%;
    
  }
 
  .navbar-coming-soon {
    letter-spacing: 2px;
  }
  .navbar-social p{
    margin-left: 150px;
  }
  .navbar{
    height: 50px;
  }
  




/* For screens between 576px and 768px (Small screens) */
@media only screen and (min-width: 528px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
 
    
    /* adjust font size for smaller screens */
    #reel{
      font-size: 60px;
    }
    
    /* adjust margins for smaller screens */
   
    
    /* adjust navbar height for smaller screens */
    
    
  
    
    /* adjust navbar-social height for smaller screens */
    .navbar-social {
      height: 55px;
    }
    
    /* adjust navbar-social img size for smaller screens */
    .navbar-social img {
      width: 35px;
      height:35px;
      margin-left: 3px;
    }
    
    /* adjust footer margin-top for smaller screens */
    .footer {
     
      font-size: 13px;
    }
    .navbar-social p{
      margin-left: 150px;
    }
    .footer a img{
      height: 40px;
      width: 40px;
      
      
    }
    .footer img{
      height: 30px;
      width: 30x;
    }

  }


/* For screens between 768px and 992px (Medium screens) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .navbar-social {
    margin-left: 10px;
    
    height: 40px;
    
  }
  .navbar-social p{
    margin-left: 150px;
  }


 
  
}

/* For screens between 992px and 1200px (Large screens) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
    
}

/* For screens larger than 1200px (Extra large screens) */
@media only screen and (min-width: 1200px) {
  /* Add CSS rules here for extra large screens */
 
}



.hover{
  transform: scale(1.1);
}

#title{
  
  padding: 5px;
  
  height: 215px;
  
  border-radius: 30px;
}
#orderbtn{
  color: #ffffff;
  font-weight: 10000;
  background-color: #11a4ffc0;
  
}


/*=======================================================================================================================================*/

.card {
  width: 100%;
  background-color:#e1e1e1;
}

/* CSS for the slideshow */
.slideshow-container {
  display: flex;
  justify-content: center;
  align-items: center;
 background-image: url('cards-images/backgrnd_slide.jpg');
 background-size: cover;
 background-position: 100%;
 
 background-repeat: no-repeat;
  
  max-width: 100%; /* Ensure the container doesn't exceed the screen width */
  width: auto; /* Allow the container to adjust its width */
  height: auto; /* Set initial height to 0 */
  padding-bottom: 50%; /* Set the padding bottom as a percentage of the width */
  position: relative; /* Enable relative positioning */
  overflow: hidden;
}

/* CSS for the slides */
/* CSS for the slides */
.slide {
  margin-top: 100px;
  display: none;
  flex: 1;
  
  
}


/* CSS for the slide images */
.slide img {
  
  width: 100%; /* Make the image width fill the container */
  height: 100%; /* Make the image height fill the container */
  object-fit: contain; /* Scale the image to cover the container while maintaining aspect ratio */
  position: absolute; /* Position the image absolutely within the container */
  top: 0; /* Align the image to the top */
  left: 0; 
  
}
/*=======================================================================================================================================*/

.navbar-item {
  margin-right: 10px;
}



/* CSS for the slogan */
.slogan {
  text-align: center;
  font-size: 18px;
}




.footer {
  
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 600;
  background-color: #102a38;
  text-align: center;
  color: #b0d4ff;
}










/*==============================================================================================================================*/
    .navbar {
      width: 100%;
      height: 100px;
      background-color: #102a38;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px;
      
      
    }

    .navbar-parts{font-size: 24px;
      cursor: pointer;
      margin-right: 2rem;
      font-weight: 900;
      text-decoration: none;
      color: #85bcff;
      position: relative;
      transition: transform 0.3s ease;
      
    }
    .navbar-parts:hover{
      
      transform: translateY(-5px);
      
    }
    .navbar-parts::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 100%;
      height: 2px;
      background-color: #b0d4ff; /* Change the color to your desired color */
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Adjust the shadow as needed */
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    .navbar-parts:hover::after {
      opacity: 1;
    }
    .navbar-buttons {
      display: flex;
      align-items: center;
      margin-right: 3%;
    }
    
    /* CSS for the navbar button spacing */
    .navbar-button {
      margin-right: 10px;
    }
    .logo {
      margin-left: 3%;
    }
    
    .logo img {
      height: 5.5rem;
      width: 10rem;
    }
    .logo img {
      height:5.5rem ;
      width:9rem ;
    }
     /* CSS for the slogan */
     .slogan {
      text-align: center;
      font-size: 25px;
      font-weight: 600;
      color: #85bcff;
      
    }
       /* CSS for the second navbar */
       .small-navbar {
        width: 100%;
        height: 30px;
        background-color:#102a38;
        display: flex;
        justify-content: center;
        position: fixed;
        top: -30px;
        left: 0;
        z-index: 9998;
        transition: top 0.3s ease-in-out;
        position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 30px; /* Adjust the height as needed */
  
  z-index: 2; /* A higher z-index to ensure it appears above the big navbar */
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  
      }
/*==============================================================================================================================*/



   

 
   


/*==============================================================================================================================*/
/* ROW CARDS*/
    .row {
      margin-left: 5%;
      margin-right: 5%;
      color: #ffffff;
      
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      padding-bottom: 50px;
    }

    .Pcard {
      width: calc(33.33% - 20px);
      margin-bottom: 25px;
      margin-top: 30px;
      padding: 10px;
      text-align: center;
      
        
      
      

    }

    .Pcard img {
      width: 100%;
      height: 100%;
      border-radius: 3%;
      object-fit: cover;
      box-shadow: 0 4px 5px rgba(0, 0, 0, 0.578), 0 2px 4px rgba(0, 0, 0, 0.578);
    }

   

    @media screen and (max-width: 768px) {
      .Pcard {
        width: calc(50% - 20px);
      }
    }

    @media screen and (max-width: 480px) {
      .Pcard {
        width: 100%;
        height: 20rem;
      }
    }

    .cards-header{
     
      
      display: grid;
      place-items: center;
      color: #ffffff;
      padding: 50px;
    }
    .cards-header p{
      
      font-size: 4rem;
      font-weight: 900;
    }
    .Product-row{
      background-color: #49a2d1;
      
      
    }

    .system-row{
      background-color: #5c7798;
      

    }
    
    .service-row{
      background-color: #dedede;
      

    }


    .Product-row .row{
      background-color: #49a2d1;
    }

    .system-row .row{
      background-color: #5c7798;
    }
    
    .service-row .row{
      background-color: #dedede;
    }

    .Pcard h2{
      font-size:1.3rem ;
      margin-top: 11px;
    }

/*==============================================================================================================================*/

/*=========================================CONTACT US button stylee ===========================================================*/
@import url("https://fonts.googleapis.com/css?family=Raleway");

:root {
  --glow-color: hsl(186 100% 69%);
}





.glowing-btn {
  position: relative;
  color: #85bcff;
  cursor: pointer;
  padding: 0.35em 1em;
  border: 0.15em solid #85bcff;
  border-radius: 0.45em;
  background: none;
  perspective: 2em;
  font-size: 1em;
  font-weight: 900;
  letter-spacing: 5px;

  -webkit-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
  -moz-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
  box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
  animation: border-flicker 2s linear infinite;
}

.glowing-txt {
   font-family: 'Rajdhani', sans-serif;;
  float: left;
  margin-right: -0.8em;
  -webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
    0 0 0.45em var(--glow-color);
  -moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
    0 0 0.45em var(--glow-color);
  text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
  animation: text-flicker 3s linear infinite;
}

.faulty-letter {
  opacity: 0.5;
  animation: faulty-flicker 2s linear infinite;
}

.glowing-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  filter: blur(1em);
  transform: translateY(120%) rotateX(95deg) scale(1, 0.35);
  background: var(--glow-color);
  pointer-events: none;
}

.glowing-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  background-color: var(--glow-color);
  box-shadow: 0 0 2em 0.2em var(--glow-color);
  transition: opacity 100ms linear;
}

.glowing-btn:hover {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
  animation: none;
}

.glowing-btn:hover .glowing-txt {
  animation: none;
}

.glowing-btn:hover .faulty-letter {
  animation: none;
  text-shadow: none;
  opacity: 1;
}

.glowing-btn:hover:before {
  filter: blur(1.5em);
  opacity: 1;
}

.glowing-btn:hover:after {
  opacity: 1;
}

@keyframes faulty-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.1;
  }
  4% {
    opacity: 0.5;
  }
  19% {
    opacity: 0.5;
  }
  21% {
    opacity: 0.1;
  }
  23% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  83% {
    opacity: 0.4;
  }

  87% {
    opacity: 1;
  }
}

@keyframes text-flicker {
  0% {
    opacity: 0.1;
  }

  2% {
    opacity: 1;
  }

  8% {
    opacity: 0.1;
  }

  9% {
    opacity: 1;
  }

  12% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  30% {
    opacity: 1;
  }

  70% {
    opacity: 0.7;
  }
  72% {
    opacity: 0.2;
  }

  77% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes border-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 1;
  }
  4% {
    opacity: 0.1;
  }

  8% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 600px) {
  .glowing-btn{
    font-size: 0.9em;
  }
}
/*==============================================================================================================================*/


/* ==========================menu===============================*/



.menu {
  position: static;
  
  width: 50%;
  height: 100%;
  background-color: transparent;
  
}

.menu-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
}

.line {
  fill: none;
  stroke: #b0d4ff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.menu-content {
    
     position: absolute;
     right: 0;
     top: -600%;
     width: 100%;
     
     background-color: #102a38;
     transition: right 0.3s ease-in-out;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     justify-content: space-evenly;
     z-index: 9997;
}
.menu-content a{
  text-decoration:none;
  font-size: 26px;
  font-weight: 600;
  color: #b0d4ff;
  margin-bottom: 5%;
  margin-top: 4.5%;
  ;

}

.opened .menu-content {
  right: 0;
  top: 99px;
}
.menu.hidden {
  transform: translateY(-100%);
}


@media only screen and (min-width: 875px) {
  .menu-container{
    display: none;
  }
  
  }
  @media only screen and (min-width: 260px) and (max-width:874.9px){
    #contact-btn{
      display: none;
    }
    .navbar-parts{
      display: none;
    }
  }
  
  @media only screen and (max-width: 450px) {
    .menu svg {
      width: 55px;
      height:55px ;
      margin-top: 10px;
    }
    
    .cards-header p{
      font-size: 43px;
    }
    .cards-header{
      padding: 18px;
    }
    }
    @media screen and (max-width: 514px) {
      .slide img {
        object-fit: fill;
      }
      .Product-row{
        overflow-y: scroll; /* Enable vertical scrolling for the container */
  height: 400px; /
      }
    .cards-header{
      position: sticky;
      top: 0;
      z-index: 1;
    }
    }
    