html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
}

.box-hydro-component {
  background-color: rgba(219, 230, 245, 0.514);
}

.hoverlink:hover {
  color: rgba(255, 14, 14, 0.874) !important;
}

.nav-link:hover {
  color: red !important;
  border: 1px solid red;
  border-left: 2px;
  border-right: 2px;
}

.header-bg {
  background-color: rgba(232, 0, 0, 0.849);
}

.bg-banner {
  background-color: #f73c39;
  height: 40px;
}

.fs-6-font {
  font-size: 14px;
}

.my-5-container {
  margin-top: 40px;
}

.carousel-styling {
  margin-top: 135px;
}

.navbar-bg {
  background-color: rgba(255, 255, 255, 0.849);
}

.dropdown:hover .dropdown-menu {
  display: block;
  background-color: rgb(255, 255, 255);
}

.footer {
  background-color: #03355b;
  color: #ffffff;
}

a {
  text-decoration: none;
  color: rgb(168, 168, 168);
}

.footer a:hover {
  color: rgba(255, 14, 14, 0.874) !important;
}

.footer a {
  color: rgb(168, 168, 168);
}

.footer li {
  color: rgb(168, 168, 168);
  list-style-type: none;
}

.v-line {
  border-left: 3px solid #daa106;
  padding-left: 20px;
  margin-left: 20px;
}

.carousel-img {
  height: 450px;
}

.hover-style-card:hover {
  background-color: #045c9e;
  color: white;
  transform: scale(1.03);
  transition: 0.5s;

  .button-style {
    background-color: white;
    color: black;
  }
}

.button-style {
  align-items: center;
  background: transparent;
  border: 1;
  height: 48px;
  justify-content: center;
  display: inline-flex;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: 0.5s;
  font-size: 14px;
}

.button-style:hover {
  box-shadow: inset -4rem 0 0 0 #f44336, inset 4rem 0 0 0 #f44336;
  color: white !important;
  border: 1px solid transparent;
}

.submit-btn {
  transition: 0.5s;
}

.submit-btn:hover {
  box-shadow: inset -4rem 0 0 0 #f44336, inset 4rem 0 0 0 #f44336;
  border: 1px solid red;
}

.icon-color {
  color: #e54a36;
}

.container-blog {
  background: #f1f1f1;
}

.plus-sign::after {
  content: "+";
}

.bs {
  border-left: 3px solid #22b5e2;
}

.for-hover {
  background: grey;
}

.for-hover:hover {
  transition: 1s;
  background-color: #d9d2d2;
  color: #000 !important;
}

.rounded-top-right-1 {
  border-top-right-radius: 3rem;
}

.rounded-bottom-left-1 {
  border-bottom-left-radius: 3rem;
}

.for-hover:not(:hover) {
  transition: 1s;
  background-color: #045c9e;
}

.for-hover:hover a {
  color: #000 !important;
  transition: 1s;
}

/* for image to fit perfectly */
.img-cover {
  max-width: 100%;
  object-fit: cover;
}

.min-w-2 {
  min-width: 15rem;
  display: inline-block;
}

.contact-us {
  background-color: #7b7b7b;
}

.carousel-img {
  max-height: 74vh;
  width: auto;
  margin: 0 auto;
}

.caption_container {
  background-color: #000000b0;
}

.popup-box1 {
  background-color: #ffffff;
  width: 100%;
  max-width: 900px;
  height: auto;
  padding: 0px;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
  display: none;
  text-align: center;
  z-index: 10000;
  box-shadow: #000 10px;
}

.scrollable-content {
  max-height: 500px;
  overflow-y: auto;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.close-button {
  position: absolute;
  top: 10px;
  right: 35px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: white;
}

.close-button:hover {
  color: red;
}

.scrollable-content {
  max-height: 300px;
  overflow-y: auto;
}

.popup-start {
  background-color: #ffffff;
  max-width: 600px;
  height: auto;
  padding: 0px;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
  display: none;
  text-align: center;
  z-index: 10000;
}

.custom-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.close-button{
  position: absolute;
  top: 10px;
  right: 35px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: rgb(20, 4, 92);
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.overlay.active {
  display: block;
}

.close-button1 {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #000000;
}

.close-button1:hover {
  color: red;
}

.card-img-top {
  height: 300px;
  object-fit: cover;
}

.bg-dark-media {
  background-color: #045c9e;
}

/* name for image */
.gallery_name {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #110ca7;
}

.image-box {
  overflow: hidden;
}

.image-box img {
  width: 100%;
  transition: all 0.3s;
}

.image-box:hover img {
  transform: scale(1.5);
}