html, body {
  height: 100%;
  margin: 0;
}
body {
  font-family: Arial, sans-serif;
  background-color: #d1388b;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1;
  background: #d1388b;
}
.navbar {
  background-color: #d1388b;
  border-bottom: 1px solid #d1388b;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.navbar-brand img {
  height: 60px;
}
.navbar-toggler {
  border: none;
}
.navbar .nav-link {
  color: #fff !important;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-right: 15px;
}
.navbar .nav-link i {
  margin-right: 5px;
  color: #ffffff !important;
}
.btn-primary {
  background-color: #495494;
  border: none;
}
.footer {
  background-color: #1e2b4d;
  color: #ffffff;
  padding: 20px 0;
  z-index: 99;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.hero-section {
  text-align: center;
  padding: 20px 0;
  position: relative;
}
.hero-section h1 {
  font-size: 3rem;
  font-weight: bold;
}
.hero-section h4 {
  margin-top: 20px;
  font-size: 1.5rem;
}
.hero-section img {
  position: relative;
  /*max-width: 100%;*/
  /*height: auto;*/
}
.image-slider img {
  transition: opacity 0.5s ease-in-out;
}
.social-icons a {
  margin: 0 10px;
  font-size: 1.5rem;
}

.image-slider-container {
display: flex;
justify-content: center;
align-items: center;
/*max-width: 600px; */
margin: 0 auto;
}

.image-slider img {
width: 100%;
min-width:600px;
height: 72vh;
display: block;
}

/* Default for larger screens */
.image-slider-container {
margin-bottom: -5%;
}

/* Adjust for smaller screens */
/*@media (max-width: 768px) {*/
/*  .image-slider-container {*/
/*    margin-bottom: -20%; */
/*  }*/
/*}*/
/* Adjust for extra small screens */
/*@media (max-width: 576px) {*/
/*  .image-slider-container {*/
/*    margin-bottom: -15%; */
/*  }*/
/*}*/

/* Responsive Styles */
@media (max-width: 768px) {
  .hero-section {
    text-align: center;
    padding: 20px;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
  .hero-section h4 {
    font-size: 1.2rem;
  }
  .footer .col-md-2, .footer .col-md-6 {
    text-align: center;
    margin-bottom: 15px;
  }
  .navbar .nav-link {
    font-size: 14px;
    margin-right: 10px;
  }

      .image-slider-container {
max-width: 500px;
}

.image-slider img {
min-width:500px;
height: 72vh;
}

}

@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 1.8rem;
  }
  .hero-section h4 {
    font-size: 1rem;
  }
  .navbar .nav-link {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .hero-section h1 {
    font-size: 4rem;
  }
}

.sub-tagline {
  margin-top: 20%;
  font-size: 1rem;
}
