body{
  font-family: "Bitter", serif !important;
    line-height: 25px !important;
}
/* Navbar */

 
  .navbar-div img {
    width: 130px;
  }
  .navbar-div {
    padding: 0.8rem 0;
    gap: 6rem;
  }
  .sidenav {
    height: 0;
    width: 100%;
    position: absolute;
    z-index: 9999999999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    overflow-x: hidden;
    transition: 0.5s;
    position: fixed;
  }
  
  .sidenav .menu-i a {
    padding: 8px 84px 8px 32px;
    text-decoration: none;
    font-size: 38px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: center;
  }
  
  .sidenav .menu-i a::after {
    content: "";
    width: 0%;
    height: 2px;
    background: #fff;
    display: block;
    transition: 0.5s;
  }
  
  .sidenav .menu-ii a {
    font-size: 20px;
  }
  
  .sidenav .menu-i a:hover::after {
    width: 100%;
  }
  .sidenav .menu-i a:hover {
    color: #f1f1f1;
  }
  
  .menu-iii {
    bottom: 0;
    position: absolute;
  }
  .sidenav .menu-iii a {
    font-size: 20px;
    font-weight: 600;
  }
  
  .hidenav a {
    font-weight: 500;
    color: black;
    font-size: 1.1rem;
    text-decoration: none;
}
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .hidenav li {
    display: inline-block;
    list-style: outside none none;
    overflow: hidden;
}
  #main {
    transition: 0.5s;
    padding: 10px 15px;
  }
  .menu.d-flex {
    background-color: #fff;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    margin-top: -30px;
  }
/* ========hero-section====== */
.hero-heading {
  font-size: 3.2rem;
  font-weight: 800;
}
p.paragraph {
  font-weight: 600;
}
.herobutton {
  background: #f71164;
}
.hero-image{
  margin-top: -6rem;
}
.hero-content{
  margin-top: 6rem;
  margin-left: 7rem;
}
.hero-heading {
  font-size: 4.7rem;
  font-weight: 800;
}

/* ===section2===== */
.section2 {
  background: #F1F1F7;
}
.work-divs {
  background: #FFC1C1;
  width: calc(100% / 3.3);
}
.work-parent {
  margin-top: 7rem;
}
.work-parent h5 {
color: #f71164;
}
.work-paragraph{
  width: 50%;
}
.bodymindheading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.3rem;
}
.contact-form input {
  border: 2px solid #cccccc !important;
  height: 48px;
  border-radius: 4px;
}
.contact-form {
  background: #F1F1F7;
  width: 38%;
}
.contact-left{
  width: 36%;
}
::placeholder{
  color: black !important;
  font-weight: 600;
}
button:hover {
  background: #ae0b46;
}
li.one a:hover {
  color: #f71164;
}