
.header .logo1 {
    line-height: 1;
  }
  
  .header .logo1 img {
    max-height: 65px;
    margin-right: 8px;
  }
  
  .header .logo1 h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: var(--heading-color);
  }
 
@media (max-width: 1200px) {
    .header .logo1 {
      order: 1;
    }
  
    .header .btn-getstarted {
      order: 2;
      margin: 0 15px 0 0;
      padding: 6px 15px;
    }
  
    .header .navmenu {
      order: 3;
    }
  }
  .footer .footer-about .logo1 {
    line-height: 1;
    margin-bottom: 25px;
  }
  
  .footer .footer-about .logo1 img {
    max-height: 40px;
    margin-right: 6px;
  }
  
  .footer .footer-about .logo1 span {
    color: var(--heading-color);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: var(--heading-font);
  }
  .text-align{
    text-align: justify;
    margin-right: 8%;
  }
/* for about page  */
  .hidden {
    display: none; /* Initially hide the content */
}

.text-align1{
  text-align: justify;
}
.bg-input{
  background-color: #c1d4f1;
}
.mainbg{
  background-color: #b7cbf185;
}
.hero-img1 img {
  max-width: 405%;
  width: 420%;
  height: auto; /* Maintain aspect ratio */
}
.btn-design{
  margin-top: 8%;
  margin-left: 15%;
}

