* {
  margin: 0;
  padding: 0;
  font-family: "Sorts Mill Goudy", serif;
}

.logo-section {
  padding-top: 10px;
}
.logo-section .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-section .img-container img {
  width: 330px;
  height: 170px;
}
.logo-section h3 {
  padding: 10px 20px;
  text-align: center;
}

.vhNav {
  background: #3c5649;
  min-height: 90px;
}
.vhNav .vhCf {
  padding: 0 30px;
}
.vhNav .vhCf a {
  color: #ff998d;
}
.vhNav .vhCf .vhCollapse ul li a {
  color: #ff998d;
}
.vhNav .vhCf .vhCollapse ul li a:hover {
  color: #ffd5d0;
  text-decoration: underline;
  padding-top: 1px;
  transition: color 0.5s ease;
}

.carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
  max-height: 670px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .carousel .carousel-inner .carousel-item .carousel-item img {
    height: 50vh;
  }
}
@media (max-width: 576px) {
  .carousel .carousel-inner .carousel-item .carousel-item img {
    height: 40vh;
  }
}
.carousel .carousel-inner .carousel-item .carousel-caption {
  top: 50%;
  /* optional reset for presentation */
}
.carousel .carousel-inner .carousel-item .carousel-caption h1 {
  font-size: 65px;
  color: #3c5649;
}
.carousel .carousel-inner .carousel-item .carousel-caption .button {
  padding: 0.75rem 1rem;
  display: inline-block;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.carousel .carousel-inner .carousel-item .carousel-caption .button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c5649;
  border-radius: 10rem;
  z-index: -2;
}
.carousel .carousel-inner .carousel-item .carousel-caption .button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.carousel .carousel-inner .carousel-item .carousel-caption .button:hover {
  color: #fff;
}
.carousel .carousel-inner .carousel-item .carousel-caption .button:hover:before {
  width: 100%;
}
.carousel .carousel-inner .carousel-item .carousel-caption .button-container {
  padding-top: 50px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.carousel .carousel-inner .carousel-item .carousel-caption a {
  font-size: 0.7rem;
  color: #999;
}
.carousel .carousel-inner .carousel-item .colorChange {
  font-size: 65px;
  color: #ff998d;
}
.carousel .carousel-inner .carousel-caption {
  opacity: 0; /* Initially hide the caption */
  transition: opacity 0.3s ease-in-out; /* Smooth transition */
}
.carousel .carousel-item:hover {
  filter: brightness(0.7); /* Darken the image */
}
.carousel .carousel-item:hover .carousel-caption {
  opacity: 1; /* Show the caption on hover */
}

.gridSystem {
  background-color: #3c5649;
}
.gridSystem .gridContainer .row {
  padding-top: 3rem;
}
.gridSystem .gridContainer .row .col-md-6 {
  padding: 2.5rem;
}
.gridSystem .gridContainer .row .col-md-6 img {
  transition: transform 0.6s ease-in-out; /* Smooth transition */
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
}
.gridSystem .gridContainer .row .col-md-6 img:hover {
  transform: scale(1.1);
}

.card {
  border: 0;
  outline: 0;
  background-color: #3c5649;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.card .row .card1 {
  max-height: auto;
  background: rgba(255, 255, 255, 0.2); /* Semi-transparent white background */
  border-radius: 15px; /* Rounded corners */
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); /* Apply the blur effect */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Optional light border for depth */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for a floating effect */
  color: #fff; /* Optional: Text color for visibility */
  padding: 20px;
  transition: transform 0.6s ease-in-out; /* Smooth transition */
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px; /* Add spacing between rows */
  margin-right: 10px; /* Add spacing between cards (optional) */
}
.card .row .card1 .card-img {
  padding-top: 10px;
}
.card .row .card1 .card-img img {
  width: 100%;
  height: auto;
}
.card .row .card1:hover {
  transform: scale(1.1);
}
@media (max-width: 577px) and (min-width: 375px) {
  .card .row {
    display: flex;
    justify-content: center;
  }
}

.footer {
  background: #3c5649;
  padding-bottom: 50px;
  padding-top: 80px;
}

.footer_menu {
  margin-bottom: 20px;
}

.footer_menu ul {
  list-style: none;
  text-align: center;
}

.footer_menu ul li {
  display: inline-block;
}

.footer_menu ul li a {
  color: #fff;
  padding: 0 10px;
  transition: 0.3s;
}

.footer_menu ul li a:hover {
  color: #ff998d;
}

/*START FOOTER SOCIAL DESIGN*/
.footer_profile {
  margin-bottom: 40px;
}

.footer_profile ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.footer_profile ul li {
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .footer_profile ul li {
    margin: 2px;
  }
}
.footer_profile ul li a img {
  width: 60px;
}

.footer_profile ul li a img {
  width: auto;
  height: 40px;
  padding: 0 10px;
}

.footer_copyright {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
}/*# sourceMappingURL=styles.css.map */