body {
  padding: 0px;
  margin: 0px;
  /* background-color: darkslategrey; */
  /* background-image: url("https://images.unsplash.com/photo-1585314062340-f1a5a7c9328d?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"); */
  background-color: #f2e9e4;
  background-repeat: no-repeat;
  background-size: cover;
}
body header {
  margin-top: 5px;
  margin-bottom: 20px;
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
  top: 1px;
  z-index: 5;
  display: none;
  position: sticky;

  animation: slideInFromLeft 1s ease-in-out, fadeIn 1s ease-in-out;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*style to apply animation to the header */
.fadeInOut {
  animation: fadeInOut 2s ease-in-out;
}
body footer {
  color: white;
}
.brand-name-mr {
  margin-right: 200px;
}
.gradient-bg {
  background: linear-gradient(135deg, white, white, rgba(35, 42, 55, 1));
}
.gradient-bg1 {
  background: linear-gradient(135deg, rgba(35, 42, 55, 1), rgba(35, 42, 55, 1));
}
.gradient-bg2 {
  background: linear-gradient(
    135deg,
    rgba(23, 23, 23, 0.895),
    rgba(23, 23, 23, 0.823),
    rgb(192, 204, 204)
  );
}
/* set the size of logos image */
.logo-img {
  width: 60px;
}
.active {
  
}
.navbar-toggler-sm {
  font-size: 0.8rem; /* Adjust the font size as needed */
  padding: 0.2rem 0.4rem; /* Adjust the padding as needed */
}
/* blink the text */
@keyframes blink {
  80% {
    opacity: 0.6;
  }
}
/* blink the content of a */
.blink a:hover {
  animation: blink 1s infinite;
}
/* To change the colour of navigation bar elements */
.navbar a.navbar-brand,
.navbar a.nav-link,
.navbar a.dropdown-item {
  color: rgb(255, 255, 255);
}
.navbar a.nav-link.active,
.navbar a.dropdown-item.active {
  color: white;
}

.navbar a.dropdown-item {
  background-color: #333;
  color: rgba(255, 255, 255, 0.897);
}
/* Navbar element styles */
.navbar-nav .nav-link {
  color: white; /* Set the default text color */
  transition: color 0.3s, margin 0.3s, box-shadow 0.3s, border-radius 0.3s; /* Add smooth transition effect */
  border-radius: 0; /* Reset the border radius */
  padding-left: 5px;
}

/* Navbar element hover styles */
.navbar-nav .nav-link:hover {
  color: #00ffa6; /* Neon sea green color */
  margin: 0 10px; /* 10px margin */
  box-shadow: 0 0 10px rgba(0, 255, 166, 0.7); /* Neon sea green shadow */
  border-radius: 5px; /* 5px border radius */

}

/* Active link style (optional) */
.navbar-nav .nav-link.active {
  color: #00ffa6; /* Neon sea green color for the active link */
  margin: 0 10px; /* 10px margin for the active link */
  box-shadow: 0 0 10px rgba(0, 255, 166, 0.7); /* Neon sea green shadow for the active link */
  border-radius: 5px; /* 5px border radius for the active link */
}
.home-title-text p:hover {
  box-shadow: 0 0 20px rgba(33, 44, 44, 0.5); /* Replace "rgba(0, 128, 128, 0.5)" with the shadow color you want */

}

.home-title .container-fluid {
  text-align: center;
  margin:50px auto;
  font-family:'Times New Roman', Times, serif;
  background: #2e4b6b27;
  padding-top: 200px; 
  padding-bottom: 200px;
  border-radius: 20px;
}
.home-title .container-fluid:hover{
  cursor: pointer;
  box-shadow: 0 0 30px rgba(26, 45, 45, 0.5);
}
@keyframes borderAnimation {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes textAnimation {
  0% {
    opacity: 0; /* Initially hidden */
    white-space: nowrap;
  }
  50% {
    opacity: 0;
    white-space: nowrap; /* Prevent text from wrapping */
  }
  75% {
    opacity: 0;
    white-space: nowrap; /* Prevent text from wrapping */
  }
  100% {
    opacity: 1; /* Fully visible */
    white-space: nowrap;
  }
}

.home-title h1 {
  position: relative;
  display: inline-block;
  overflow: hidden; /* Hide overflowing border */
  border-left: 4px solid #000; /* Initial border color */
  padding-left: 10px; /* Adjust as needed */
  animation: borderAnimation 3s forwards, textAnimation 1s forwards;
  cursor: pointer;
}
.home-title h1:hover {
  animation: blinks 2s infinite;
  transform: scale(1.2);
}

@keyframes blinks {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.home-title-text .lead {
  text-align: center;margin:100px auto; 
  background: #7c9abba8; 
  padding-top: 150px; 
  padding-bottom: 150px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: large;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 50px;
  cursor: pointer;
}

.text-start {
  position: relative;
  display: inline-block;
  margin-left: 100px;
  margin-right: 100px;
}
.text-center {
  position: relative;
  display: inline-block;
  margin-left: 100px;
  margin-right: 100px;
}
.carousel-inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.about-us-h1 {
  margin-left: 200px;
}
/* for home section mid navigation buttons */
.home-page-mid-sec {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* Dark progress bar color */
.progress-bar {
  background-color: #040405d6; /* Change this color to your desired dark color */
  color: #fbf9f9; /* Text color, you can adjust this as needed */
  
}
.progress-class{
  background-color: #75b49e92;
  padding:10px 10px 10px 10px;
  border-radius: 10px;
}
.progress-class:hover{
  cursor: pointer;
  box-shadow: 0 0 20px rgba(33, 44, 44, 0.5);
  transform: scale(1.02);
}

.cards .card-img {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.cards .card-img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #00ffa0, 0 0 20px #00ffa0, 0 0 30px #00ffa0;
  cursor: pointer;
}

.home-page-mid-sec .col-lg-4 img {
  transition: transform 0.3s;
}

.home-page-mid-sec .col-lg-4 img:hover {
  transform: scale(1.2);
  cursor: pointer;
}

/* info box */
.info-box h1 {
  margin-top: 20px;
  font-size: 24px;
}
.info-box {
  text-align: center;
  margin: 20px; /* Adjust the margin as needed */
}

.info-box img {
  width: 80px; /* Adjust the size as needed */
  height: 80px; /* Adjust the size as needed */
}
.info-box img:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.info-box-class{
  background-color: #7c9abba8 ;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
}


/* about us CSS */
.about-us-welcome .h1 {
  font-size: 70px;
}
.about-us-welcome {
  margin-bottom: 50px;
  padding: 50px auto;
}
.about-us-welcome-hover:hover{
  cursor: pointer;
  box-shadow: 0 0 20px 5px rgb(58, 57, 57);

}

.our-values {
  background-color:#468a79b2;
  padding: 10px;
  margin: 30px;
  color: white;
  border-radius: 10px;
}

.our-values:hover{
  cursor: pointer;
  box-shadow: 0 0 20px 5px black;
}
.our-values img:hover{
  box-shadow: 0 0 20px 5px black;
  cursor: pointer;
}
#about-us-sections {
  border-bottom: 0.5px solid rgb(255, 255, 255, 0.5); /* Adjust the width and style as needed */
}
#about-us-sections .lead {
  font-size: medium;
}





/* contact us CSS */
.contact-us-welcome .h1 {
  font-size: 70px;
  color: darkslategrey;
}
.contact-us-welcome form{
  margin-top: 50px;
  margin-bottom: 50px;
}




/*Products CSS */
.our-products-welcome .container {
  background-color: rgba(67, 112, 112, 0.358);
  padding: 10px;
  color: black;
  border-radius: 10px;
}
.our-products-welcome .container:hover{
  cursor: pointer;
  box-shadow: 0 0 20px rgb(58, 57, 57);
}

.our-products-welcome .h1 {
  font-size: 70px;
  color: black
}

.our-products-welcome .container .lead {
  color: black;
  margin: 0px;
  padding: 0px;
}
.our-products-welcome {
  color: white;
}
/* margin and padding for our products items */
.our-products-items-m-p {
  margin-top: 10px;
  border-radius: 10px;
}
.our-products-welcome .h2 {
  font-size: 40px;
  color: white;
}
.bg-colour-light-dark {
  background-color: #33333385;
}

.bg-colour-light-white {
  background-color: #ffffffa2;
}
.aling-center-all {
  align-items: center;
}
.gallery-img-seprater {
  margin-top: 10px;
  background-color: #468a7997;
  border-bottom: 1px solid white;
  border-radius: 10px;
}
/* Add zoom-in effect on hover with black border shadow and blurred surroundings */
.gallery-img-seprater img {
  position: relative;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out,
    filter 0.3s ease-out;
}

.gallery-img-seprater img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px 5px black; /* Adjust the shadow color and size as needed */
  cursor: pointer;
}
/* Add smooth flip effect on hover */
.gallery-img-seprater img {
  transition: transform 0.5s ease-in-out; /* Adjust the transition duration and timing function for a smoother effect */
}

.gallery-img-seprater img:hover {
  transform: scale(1.1) rotateY(180deg); /* Flip the image horizontally on hover */
}
.product-images h2{
  color: black;
}

/* Footer CSS */
/* Style to position the map on the right */
footer {
  margin-top:50px; ;
  background-color: rgba(35, 42, 55, 0.76);
}

footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Optional: Add margin to the map for spacing */
footer .col-md-6.mb-3 {
  margin-top: 20px; /* Adjust as needed */
}