.cover-bg-img {
  background-image: url(../img/jm8.jpg);
  /* height: 100vh; */
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  background-attachment: fixed;
  box-shadow: inset 0 0 0 2000px #1c1c1c7a;
}
.cover-bg-img h1 {
  color: #fff;
  margin: 20px 0;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 700;
}
.intro {
  padding-top: 100px;
}
@media only screen and (max-width: 1000px) {
  .cover-bg-img h1 {
    font-size: 26px;
    line-height: 1.7;
  }
  .intro {
    padding-top: 110px;
  }
}
/* .contact-bg {
  background-color: #FEF9EF; 
  background-color: #f9f3df;
} */
.card-heading {
  color: #e40475;
  font-family: "Dancing Script", cursive;
  font-size: 28px;
  font-weight: 700;
}
.card-btn-floating {
  border-radius: 5px 30px;
}
.btn-heading {
  font-family: "Dancing Script", cursive;
  font-size: 25px;
  font-weight: 700;
}
.contact-card {
  /* background-color: #FFE3E3; */
  /* background-color: #e40475; */
  background-color: transparent;
  border-radius: 1px 50px;
  padding: 15px 0;
  margin: 0px auto 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.4);
}
.contact-card:focus,
.contact-card:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.8), 0 4px 15px 0 rgba(0, 0, 0, 0.9);
}
/* map */
.map {
  width: 100%;
  /* margin: auto; */
  padding: 10px;
}
.map iframe {
  width: 100%;
  border-radius: 1px 50px;
}
/* contact details */
.contact-para {
  line-height: 0px;
}
.box {
  position: relative;
  padding: 20px 0;
  display: flex;
}
.contact-icon {
  min-width: 40px;
  height: 40px;
  background-color: #fff;
  color: #e40475;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 15px;
  font-size: 25px;
}
.contact-text {
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  flex-direction: column;
}
.con-heading {
  text-decoration: underline;
  font-weight: 700;
}
.bottom-part {
  margin-top: 120px;
}
