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;
  padding: 5%;
}
.momheadertext{
  float: right;
  margin-top: 20%;
  margin-right: 10%;
  color: white;
  font-size: 48px;
}
.mainparagraphtext{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
body {
  margin: 0;
  padding: 0;
  background-color: #FF8A84;
}

.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: 574px;
  object-fit: cover;
  position: absolute;
  z-index: 100;
  margin-top: -19px;
  margin-left: 14%;
}

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

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

.elementsicons{
  height: 100%;
}
.heroheart{
  float: right;
  margin-top: 20%;
  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%;
}

/* Cards */
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.card {
  flex: 0 0 calc(50% - 10px);
}

.card-title {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.card-text{
  font-size: 12px;
}

/* 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;
  }