@charset "utf-8";
/* CSS Document */

/*font group*/
/*Sans serif font for headline:
.poppins-regular {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}

.poppins-medium {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
}
*/

/*Serif font for paragrah:
.playfair-display-regular {
font-family: "Playfair Display", serif;
font-weight: 400;
font-style: normal;
}

.playfair-display-bold {
font-family: "Playfair Display", serif;
font-weight: 700;
font-style: normal;
}
*/

/*Script front for accent:
.inspiration-regular {
  font-family: "Inspiration", cursive;
  font-weight: 400;
  font-style: normal;
}
*/

/*color group*/
/*fuse.:
peacoat: #212B40
opal*: #A4BFB5
gainsboro*: #D9D8D7
aluminim*: #8C8C8C
eigengrau*: #131926
flamingo: #E35D40
*/


/* ================================
   General Layout & Typography
================================ */

.container-fluid {
  padding-top: 75px;
}

h1 {
  font-size: 70px;
  color: #E35D40;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

h2 {
  font-size: 55px;
  color: #767676; /* Flamingo */
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

h3,
h4 {
  font-size: 24px;
  color: #131926; /* Peacoat */
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  padding-left: 0;
  margin-left: 0;
}

p,
li {
  font-size: 16px;
  color: #767676; /* Accessible body gray */
  font-weight: 400;
  font-family: 'Playfair Display', serif;
}

a {
  font-size: 16px;
  color: #767676;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
}

a:hover {
  text-decoration: underline;
}
	
	.col-xl-4, .col-md-4 {
		padding-bottom: 10px;
	}
	
	
/* ================================
   Lists
================================ */

.solid-bullets {
  list-style-type: disc;
}

.open-circle-bullets {
  list-style-type: circle;
}

/* ================================
   Media (Images & Video)
================================ */

.img-fluid {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.video-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

#vetidreel,
#mumreel {
  width: 90%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin: 20px auto;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  cursor: auto;
  pointer-events: auto;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

#vetidreel:hover,
#mumreel:hover {
  transform: none;
}

#vetidreel {
  max-height: 600px !important;
  object-fit: contain;
}

/* ================================
   Footer
================================ */

footer {
  padding: 20px 0;
  background-color: #212B40;
  color: white;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}

.email-link {
  margin-left: 10px;
  display: inline-block;
  text-decoration: none;
}

.bi-envelope-fill {
  fill: white;
  transition: transform 0.3s ease-in-out;
}

.email-link:hover .bi-envelope-fill {
  transform: scale(1.1);
}

/* ================================
   Responsive Adjustments
================================ */

@media screen and (max-width: 575.98px) {
  .col-md-4,
  .col-md-8 {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .solid-bullets,
  .solid-bullets li {
    padding-left: 20px;
  }

  .img-fluid {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

@media screen and (min-width: 576px) {
  h4 {
    font-size: 24px;
  }

  p,
  li {
    font-size: 16px;
  }
}
