h1, h2, h3 , h4, h5, h6 {
  font-family: 'DM Serif Text', serif;
}
p {
  font-family: 'Poppins', sans-serif;
}
.h1title{
  font-family: 'Poppins', sans-serif;
  color: #FF8A84;
  size: 64px;
  font-weight: 300;
  text-align: center;
  }
.momheadertext{
  float: right;
  margin-top: 18%;
  margin-right: 10%;
  color: white;
  font-size: 48px;
}
body {
  margin: 0;
  padding: 0;
  background-color: #FF8A84;
}
.welcomeparagraph{
  margin: 30px;
  text-align: center;
  justify-content: center;
}
/*contact us photos*/

.image-container {
  display: flex;
}

.image {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 5px;
}

.image img {
  height: auto;
  width: 80%;
}

.caption {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
}

/*end of contact us photos*/


.h1doctor {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}
.button-container {
  text-align: center;
  padding: 50px 0px;
}

.button-containerform {
  text-align: right;
  margin-top: 20px;
}

button {
  background-color: #FACEC2;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 24px;
  border: none;
  padding: 20px;
}  

.customNav {
  position: absolute;
  width: 100%;
  background-color: transparent;
  z-index: 10;
}

.navbar-nav {
  margin-left: auto;
  margin-right: 0;
  height: 100px;
}
.customNav .nav-item .nav-link:hover,
.customNav .nav-item .nav-link:focus {
  border-bottom: 2px solid #FF8A84;
}
.navbar-brand img {
  padding-right: 5px;
  height: 40px;
}

.nav-item {
  margin: 0px 15px;
}
 
/* Navigation links */
.customNav a {
  color: white;
}

.navCTA {
  font-size: 15px;
  background-color: #FACEC2;
  color: white;
  border: none;
  
}

.nav-item.active .nav-link {
  color: #FACEC2;
}

.header-container {
  position: relative;
  overflow: hidden;
}

.header-image {
  width: auto;
  height: 603px;
  object-fit: cover;
  position: absolute;
  z-index: 100;
  margin-top: -31px;
  margin-left: 20%;
}

.customNav {
  position: relative;
  z-index: 1;
}

.colored-rectangle {
  background-color: #FACEC2;
  width: 100%;
  height: 535px;
  position: relative;
  z-index: 0;
}

.elementsicons{
  height: 100%;
}
.heroheart{
  float: right;
  margin-top: 18%;
  position: absolute;
  margin-left: 91%;
  width: 70px;
 }

 .colored-rectangle2 {
  background-color: #FACEC2;
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 0;
}

.circles {
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle:nth-child(1) {
  margin-top: -8%;
}

.circle:nth-child(2) {
  margin-top: 15%;
}

.circle:nth-child(3) {
  margin-top: -15%;
}

.circle {
  width: 300px;
}

.colored-rectangle2 {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.elementsicons2 {
  height: 100%;
}


.elementsicons2 {
  height: 80%;
  z-index: 5;
  padding: 0;
}
.colored-rectangle3 {
  background-color: #9CBEAF;
  background-image: url("../images/elements3.png");
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 100%;
  height: 575px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
}
.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10%;
}
  
.girldoctor{
  width: auto;
  height: 695px;
  object-fit: cover;
  position: absolute;
  z-index: 100;
  margin-top: -120px;
  margin-left: 58%;
}

.h1title{
  font-family: 'Poppins', sans-serif;
  color: #FF8A84;
  size: 64px;
  font-weight: 300;
  text-align: center;
  padding: 5%;
}
.h3paragraph{
  font-family: 'Poppins', sans-serif;
  color: #000000;
  size: 44px;
  font-weight: 150;
  text-align: center;
  padding: 5%;
}
/* Styles for the CTA button */
#cta-button {
  background-color: #F4C8B7;
  color: black;
  padding: 10px 20px;
  margin-bottom: 2%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.connect{
  display: flex;
  flex-direction: column;
  align-items: center;
  display: inline-block;
}
.letsconnect{
  text-align: center;
  margin: 20px;
}
#socialmedia{
  display: flex;
  justify-content: center;
  margin: 20px;
}
.icons{
  width: 50px;
  margin: 0 20px;
}
.icons img{
  width: 100%;
}
.icons-sm{
  height: 10%;
  width: 50px;
  margin: 0 10px 10px;
}
.icons-sm img{
  width: 100%;
}
/* Styles for the modal */
.modal {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background overlay */
}

.modal-content {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* Footer */
.socialmedia{
display: inline-block;
width: 100px;
margin-left: 12%; 
}
.socialmedia img{
width: 90%;
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FDEBE7;
  padding: 20px 0;
}

.footer-logo img {
  width: 100px;
}
.footer-logo{
  display: inline-block;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  justify-content: center;
  align-items: center;
  padding-inline-start: 0px;
  display: flex;
}

.footerbar{
  display: inline-block;
  float: right;
  margin: 15px;
 }

footer li {
  padding: 0 20px;
  list-style: none;
}

