
/* d-flex start */
@font-face {
  font-family: "f1";
  src: url("../font/Inter-Bold.ttf");
}
@font-face {
  font-family: "f2";
  src: url("../font/Inter-Medium.ttf");
}
@font-face {
  font-family: "f3";
  src: url("../font/Inter-Regular.ttf");
}
@font-face {
  font-family: "f4";
  src: url("../font/Inter-Light.ttf");
}

.w-90 {
  width: 90%;
  margin: auto;
}
.w-70 {
  width: 70%;
  margin: auto;
}
.d-flex {
  display: flex;
}
.d-flex-jc {
  display: flex;
  justify-content: center;
}
.d-flex-jc-ac {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-flex-jb-ac {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* d-flex end */


/* top navbar start */
.top {
  background-color: #ffe5ec;
}
.logo img {
  width: 155px;
  height: 60px;
  margin: 25px 30px;
}
/* top navbar end */

/* content start */
.ban-cont {
  padding: 30px;
  text-align: center;
}

.banner-cont-s h4 {
  color: #D596A9;
  font-family: "f2";
  font-size: 35px;
  font-weight: 600;
  /* line-height: 24px; */
}

.about-sec {
  display: flex;
  flex-wrap: wrap;
}

.abt-head {
  margin: 20px 10px 0px;
  padding: 10px;
}
.abt-head h4 {
  color: #D596A9;
  font-family: "f3";
  font-size: 40px;
  font-weight: 600;
  margin: 18px;
}
.abt-head h2 {
  font-family: "f3";
  font-size: 18px;
}
.abt-head h2 {
  font-family: "f1";
  font-size: 30px;
  margin: 18px;
}
.abt-head p {
  color: #545454;
  font-family: "f2";
  font-size: 17px;
  margin: 18px;
  line-height: 30px;
}


.content a {
  text-decoration: none !important;
  color: #000000;
  padding: 10px;
  font-family: f2;
  font-size: 17px;
}
/* content end */

/* footer starts */
.footer {
display: flex;
flex-wrap: wrap;
}
.footer-sec {
background-color: #ffe5ec;
padding: 20px 40px;
}
.footer-img img {
width: 100px;
margin: 20px 10px 0px 90px;
}
.footer-cont ul,
li {
list-style: none;
padding-left: 0 !important;
line-height: 35px;
margin: 5px;
}

.footer-cont h4 {
color: #D596A9;
font-family: "f1";
font-size: 20px;
font-weight: 700;
margin: 18px;
}
.footer-cont a {
font-family: "f2";
font-size: 16px;
font-weight: 500;
margin: 18px;
line-height: 30px;
color: #000 !important;
text-decoration: none;
}
.footer-contact a {
font-family: "f2";
font-size: 16px;
font-weight: 500;
margin: 18px;
line-height: 30px;
color: #000 !important;
text-decoration: none;
cursor: pointer;
}
.footer-cont p {
font-family: "f2";
font-size: 16px;
font-weight: 500;
margin: 18px;
line-height: 30px;
color: #000;
}
.footer-cont a:hover {
color: none !important;
}
.footer-contact img {
width: 40px;
padding: 5px;
margin: 10px;
}
.footer-cont-head h4 {
text-align: center;
color: #D596A9;
font-family: "f1";
font-size: 20px;
font-weight: 700;
margin: 18px;
}
.footer-contact {
display: flex;
align-items: center;
}
.footer-social img {
background-color: #fb6f92;
border-radius: 30px;
padding: 5px;
margin: 10px;
width: 40px;
}
.footer-social {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.end p {
font-family: "f2";
color: #000;
font-size: 14px;
font-weight: 500;
margin: 0;
line-height: 30px;
}
/* footer ends */