a{
  text-decoration: none;
}
.micrologo1{
  margin-top: -3px;
  max-width: none;
  width: 108px;
}
.navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 0.9em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
 
  .navbar .navbar-nav .nav-link:hover {
    color: #000000;
  }
  .navbar .navbar-nav .nav-item {
    position: relative;
  }
  .navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000000;
    width: 0%;
    content: "";
    height: 2px;
    transition: all 0.5s;
  }
  
  .navbar .navbar-nav .nav-item:hover::after {
    width: 100%;
  }
.snddivimg{
    border: 0px;
}
.container{
   justify-content: center;
}
.edgebgimg{
    width: 80%;

}
.overlappingcard{
    top: 25%;
    border: 0px solid white;
}
.cardbrdr{
  border: 0px solid white;
}
.footertext{
  display: flex;
  
}
.footercntnt{
  font-size: 16px;
}
.footerheading{
  font-size: 15px;
  padding: 0%;
}
.footerundertxt{
  font-size: 11px;
  text-decoration: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.footerundertxt1{
  color: blue;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.carousel-indicators{
  border-radius: 50%;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  margin-bottom: 2rem;
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgb(187, 185, 185); /* Set a background color */
  color: black; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #fff; /* Add a dark-grey background on hover */
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}


.popupimage-1 {
  
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}


.popupimage-1{
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */

.popupimage-1:hover {
  transform: scale(1.1);
}
.overlappingcard1{
  margin-bottom: 3rem;
  border: 0px;
}
