* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face{
  font-family:srk;
  src: url(./Mailand\ Demo.otf);
}

html,
body {
  font-family: Arial, sans-serif;
  background-image: url('../img/Water-Waves-Website.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Media query for mobile view */
@media only screen and (max-width: 768px) {
  html,
  body {
    background-image: url('../img/logo/Websitemobile.jpg');
    background-size: cover; /* Ensures the image covers the entire screen */
    background-position: top center; /* Keeps the top fixed */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    height: 100vh; /* Set the body height to 100% of the viewport height */
    margin: 0; /* Remove default margin to avoid extra space */
    background-color: #8eb7bb;
    
  }

}


/* Default navbar style */
header {
  transition: background-color 0.3s ease, padding 0.3s ease; /* Transition for smooth change */
}

/* Scrolled navbar style */
header.scrolled {
  background-color: #db2929; /* Change to your desired color */
  /* Adjust padding if needed */
}

.navbar-nav .nav-link{
  float: right;
}

/* Change logo style when scrolled */
header.scrolled .navbar-brand img {
  content: url('../img/logo/logowithoutIndustris.svg'); /* Change to your new logo path */
  height: auto; /* Maintain aspect ratio */
  width: 300px; /* Adjust size if necessary */
}

.timelineicons {
  width: 40% !important;
  display: inline !important;
}

.navbar-expand-lg .navbar-nav .nav-link{
  color: black;
}



 
.image-container {
  height: 100vh;
}

.image-container1 {
  height: 100vh;
}

.image-container2 {
  height: 100vh;
}

.image-container3 {
  height: 100vh;
}

.image-container4 {
  height: 90vh;
}

.image-container5 {
  height: 30vh;
}

h3 {
  color: #e6323d !important;
}

.ptext {
  color: white;
}


@media (max-width: 767px) {
  .image-container {
      height: 100vh;
      background-image: url('assets/img/logo/Websitemobile.jpg');
      background-size: cover;
  }

  .image-container1,
  .image-container2,
  .image-container3 {
      height: auto;


  }

  .image-container4 {
      height: auto;

  }

  .image-container5 {
      height: 25vh;
  }
}




.tagline-badge {
  font-size: 1.2rem;
  /* Adjust size as needed */
  background-color: #e6323d;
  /* Keeps the info badge color */
  color: white;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  font-weight: bold;
  margin-top: 0px;
  /* Adds some space from the header */
  display: inline-block;
  margin-left: 40px;
}

@media (max-width: 576px) {
  .tagline-badge {
      margin-left: 0px;
      /* Override margin-left for small screens */
  }
}

.navbar-toggler {
  border: none;
  /* Removes the border around the icon */
}


.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
}





@media (max-width: 768px) {
  .logo-small {
      max-width: 70%;
      /* Adjust this value as needed */
      height: auto;
  }


}



.content {
  position: relative;
}

.content h2 {
  color: #fff;
  font-size: 5.5em;
  position: absolute;
  transform: translate(-0%, -10%);
  font-family: srk;
}

.content h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #21938a;
}

.content h2:nth-child(2) {
  color: #21938a;
  animation: animate 4s ease-in-out infinite;
}
.waves{
  padding-top: 103px;
}

@keyframes animate {

  0%,
  100% {
      clip-path: polygon(0% 45%,
              16% 44%,
              33% 50%,
              54% 60%,
              70% 61%,
              84% 59%,
              100% 52%,
              100% 100%,
              0% 100%);
  }

  50% {
      clip-path: polygon(0% 60%,
              15% 65%,
              34% 66%,
              51% 62%,
              67% 50%,
              84% 45%,
              100% 46%,
              100% 100%,
              0% 100%);
  }
}

@media only screen and (max-width: 767px) {
.content h2 {
  font-size: 3.5em; /* Adjust font size for mobile */
}
}

/* .image-container1 {
  height: 100vh;
}

.image-container2 {
  height: 100vh;
}

.image-container3 {
  height: 100vh;
}

.image-container4 {
  height: 100vh;
}

.image-container5 {
  height: 30vh;
}

h3 {
  color: #e6323d;
}

.ptext {
  color: white;
}


.image-container {
  height: 100vh;
  width: 100%;
  height: auto;
} */
/* 
 
*/



.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.about {
  padding-top: 5rem;
  text-align: justify;
}

.text-section ul {
  list-style: none;
  padding: 0;

}

.text-section li {
  margin-bottom: 8px;
  /* font-size: 18px; */

}

.text-section {
  text-align: justify;

}

.text-section li span {
  font-weight: bold;
  margin-right: 10px;
  /* color: #0066cc; */
}

ul li span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #e6323d;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
  font-weight: bold;
}

.card-container {
  position: relative;
  width: 300px;
  /* Adjust the width as needed */
  padding: 20px;
  /* Add padding for better layout */
  border: 1px solid #ccc;
  /* Optional: add a border */
  border-radius: 8px;
  /* Optional: rounded corners */
  /* Optional: hide overflow */
  background-color: #447885;
}

.card-image .img-fluid250ml {
  width: 80px;
}

.card-image .img-fluid500ml {
  width: 90px;
}

.card-image .img-fluid2l {
  width: 125px;
  left: -16%;
}

.card-image .img-fluid5l {
  width: 108px;
    left: -11%;
}

.card-image .img-fluid20l {
  width: 141px;
  left: -13%;

}

.card-image img {
  position: absolute;
  bottom: 0px;
  /* Adjust this value to move the image up */
  left: -12%;
  /* Center the image horizontally */
  transform: translateX(-50%);
  /* Center adjustment */
  width: 100px;
  /* Adjust the width of the image */
  height: auto;
  /* Maintain aspect ratio */
}


.card-content {
  position: relative;
  /* Ensures content stays above the image */
  z-index: 1;
  /* Bring content above the image */
  color: white;
}

.column-content {
  color: white;
}

/* .footer {
  color: white;
} */

.floating-social-icons {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.floating-social-icons a {
  text-decoration: none;
  color: #fff;
  background-color: #e6323d;
  padding: 17px;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 40px;
  transition: background-color 0.3s, color 0.3s;
  /* vertical-align: middle; */
  display: flex;
  align-items: center;
}
.floating-social-icons a:hover {
  background-color: #447885;
  color: #fff;
  text-decoration: none;
}
/* Optional for smoother hover effect */
.floating-social-icons a:active {
  transform: scale(0.95); /* Slightly shrink the icon when clicked */
}

a {
  color: black;
  text-decoration: none;
}

.key-points {
  list-style-type: disc;
  /* Default bullet points */
  padding-left: 20px;
  /* Indent the list */
  margin-top: 5px;
  /* Space between the heading and the list */
}


h3 {
  text-align: left;
  /* Left-align the heading */
  /* margin-bottom: 0; */
  /* Remove bottom margin to tighten space */
}


.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
  }
  
  .section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #f82249;
  bottom: 0;
  left: calc(50% - 25px);
  }
  
  .section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  }
  
  .section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
  }
  .work-porcess-area {
  background: transparent;
  }
  
  .work-porcess-area.white {
  background: #FFFFFF;
  }
  
  .work-porcess-area .process-info {
  margin-top: 7px;
  }
  .work-porcess-area .process-info p {
  text-align: center;
  }
  
  .work-porcess-area .process-info .single-process {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding-top: 36px;
  margin: 0 auto;
  background: #20b2aa;
  /* -webkit-box-shadow: 0 10px 30px 0 rgba(131, 188, 0, 0.4); */
  -o-box-shadow: 0 10px 30px 0 rgba(131, 188, 0, 0.4);
  -moz-box-shadow: 0 10px 30px 0 rgba(131, 188, 0, 0.4);
  -ms-box-shadow: 0 10px 30px 0 rgba(131, 188, 0, 0.4);
  /* box-shadow: 0 10px 30px 0 rgba(131, 188, 0, 0.4); */
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  }
  
  /* .work-porcess-area .process-info .single-process:nth-child(2){
    padding-top: 53px;
  } */
  
  .work-porcess-area .process-info .single-process:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(255,255,255, 1);
  -o-box-shadow: 0 10px 30px 0 rgba(255,255,255, 1);
  -moz-box-shadow: 0 10px 30px 0 rgba(255,255,255, 1);
  -ms-box-shadow: 0 10px 30px 0 rgba(255,255,255, 1);
  box-shadow: 0 10px 30px 0 rgba(255,255,255, 1);
  }
  
  .work-porcess-area .process-info .single-process:nth-child(1)::after {
  position: absolute;
  /* content: ""; */
  width: 20%;
  height: 2px;
  font-family: "fontawesome";
  bottom: -10%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)rotate(90deg);
  right: 48px;
  /* color: #f82249; */
  background: #92c3c7;
  }
  .work-porcess-area .process-info .single-process:nth-child(2)::after {
    position: absolute;
    /* content: ""; */
    font-family: "fontawesome";
    width: 20%;
    height: 2px;
    top: -12px;
    /* -webkit-transform: translateY(-50%); */
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: rotate(90deg);
    right: 48px;
    /* color: #f82249; */
    background: #fff;
  }

 
  
  .work-porcess-area .process-info .single-process.first {
  background: #20b2aa;
  }
  
  .work-porcess-area .process-info .single-process.first i:before {
  color: #FFFFFF;
  }
  
  .work-porcess-area .process-info .single-process.first h4 {
  color: #FFFFFF;
  }
  
  .work-porcess-area .process-info .single-process.thard {
  background: #20b2aa;
  }
  
  .work-porcess-area .process-info .single-process.thard i:before {
  color: #FFFFFF;
  }
  
  .work-porcess-area .process-info .single-process.thard h4 {
  color: #FFFFFF;
  }
  
  .work-porcess-area .process-info .single-process.last:after {
  display: none;
  }
  
  .work-porcess-area .process-info .single-process i {
  display: block;
  line-height: 25px;
  margin-bottom: 12px;
  }
  
  .work-porcess-area .process-info .single-process i:before {
  font-size: 36px;
  color: rgb(131, 188, 0);
  }
  
  .work-porcess-area .process-info .single-process h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #92c3c7;
  }
  .work-porcess-area .process-info .single-process:nth-child(2),
.work-porcess-area .process-info .single-process:nth-child(4) {
   padding-top: 31px;
   z-index: -1;
}
  @media only screen and (max-width: 767px) {
  .work-porcess-area .process-info .single-process::after {
  display: none;
  }
  .work-porcess-area .process-info .single-process{
  margin-top: 30px;
  }
  .work-porcess-area .section-title h2{
  margin-bottom: 5px;
  }
  .section-header h2 {
  font-size: 30px;
  }
  
  }
  .footer-link a{
    color: black;
  }
  .padding{
    padding-left: 15px;
  }
  

  /* // `sm` applies to x-small devices (portrait phones, less than 576px) */
  @media (max-width: 490px) { 
    .image-container4 {
      height: 100vh;
    }
    .work-porcess-area section{
      padding-top: 100PX;
    }
    .column-content{
      /* padding-left: 0px; */
      padding-top: 20px;

    }
    .padding{
      padding-top: 0px;
    }
    
    .image-container2 {
      height: 19vh;
    }

    
   }

  .col-custom {
        flex: 0 0 50%;
        max-width: 50%;
    }


  
  /*  */
  
 

  /*  */

  /* water wave heading animation  */
  .content {
    position: relative;
}

.content h2 {
    color: #fff;
    font-size: 5.5em;
    position: absolute;
    transform: translate(-0%, -10%);
    font-family: srk;
}

.content h2:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 2px #21938a;
}

.content h2:nth-child(2) {
    color: #21938a;
    animation: animate 4s ease-in-out infinite;
}
.waves{
    padding-top: 103px;
}

@keyframes animate {

    0%,
    100% {
        clip-path: polygon(0% 45%,
                16% 44%,
                33% 50%,
                54% 60%,
                70% 61%,
                84% 59%,
                100% 52%,
                100% 100%,
                0% 100%);
    }

    50% {
        clip-path: polygon(0% 60%,
                15% 65%,
                34% 66%,
                51% 62%,
                67% 50%,
                84% 45%,
                100% 46%,
                100% 100%,
                0% 100%);
    }
}

@media only screen and (max-width: 767px) {
.content h2 {
    font-size: 3.5em; /* Adjust font size for mobile */
}
}

@media screen and (max-width: 600px) {
  .waves{
    padding-top: 203px;
  }
  .content h2{
    transform: translate(-0%, 150%);
  }
  /* Change logo style when scrolled */
  .navbar-brand img {
  content: url('../img/logo/logowithoutIndustris.svg'); /* Change to your new logo path */
  height: auto; /* Maintain aspect ratio */
  width: 240px; /* Adjust size if necessary */
}

.tooltip-2 .tooltiptext-1 {
 
  margin-left: -110px !important;

}

}

@media screen and (max-width: 1024px){
  .content h2{
    font-size: 4.5em;
  }
}
@media screen and (max-width: 400px){
  .content h2{
    font-size: 3.8em;
  }
}

/* tool-tip css */

.tooltip-1 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-1 .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: -250%;
  left: 50%;
  margin-left: -110px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-1:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip-2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-2 .tooltiptext-1 {
  visibility: hidden;
  width: 220px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: -180%;
  left: 50%;
  margin-left: -150px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-2:hover .tooltiptext-1 {
  visibility: visible;
  opacity: 1;
}

.footer-area{
  bottom: 100px;
}

@media screen and (max-width: 400px){
  .tooltip-1 {
    /* position: relative; */
    display: inline-block;
    cursor: pointer;
  }
}

@media screen and (max-width: 991px){
  .footer-area{
    bottom: 0;
  }
}

.made-in-india{
  inset: -50% 83%;
  mix-blend-mode: multiply;
  width: 10%;
}

@media screen and (width: 1366px) and (height: 607px) {
  /* Your custom styles for this screen size */
  .footer-area{
    bottom: 0;
  }
  .made-in-india{
  inset: -10% 83%;
  mix-blend-mode: multiply;
  width: 10%;}
  .purity-text{
    padding-top: 80px;
  }
 
}
