.hero {
  color: #fff;
  height: 850px !important;
}

.hero-img img {
  padding-top: 80px;
}
.about-image-size img {
  width: 220px;
  margin-bottom: 20px;
}
.about-position {
  top: calc(50% - 160px);
  left: 320px;
}
.paddingtop-30 {
  padding-top: 30px;
}
.paddingbottom-30 {
  padding-bottom: 30px;
}

/* Feature section */

.features {
  margin-top: 30px;
  padding: 60px 40px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.feature-section {
  width: 30%;
}
.feature-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  vertical-align: middle;
  margin: 20px 0;
}
.feature-container img {
  width: 35px;
  margin-right: 10px;
}
.feature-container h5 {
  margin: 0;
  font-size: 25px;
  color: #2c2e3c;
  font-weight: 600;
}
footer .footer-logo img {
  max-height: 100px !important;
  width: 150px;
}
.credits-link {
  color: #fc4c8a !important;
  text-decoration: none;
  font-weight: 700;
}
.credits-link:hover {
  color: #fff !important;
}

@media (max-width: 991px) {
  header .navbar-brand .mobile-logo {
    width: 100px !important;
    height: auto !important;
    max-height: max-content !important;
  }

  .features {
    width: 95%;
    padding: 40px 20px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
  }
  .feature-section {
    width: 95%;
    margin-bottom: 20px;
  }


  .mobile-download{
    width: 50% !important;
  }
  
}

@media (max-width: 575px) {
  .mobile-nav-color {
    background-color: transparent !important;
  }
  .hero {
    height: auto !important;
  }
  .hero-img img {
    padding-top: 50px;
  }
  .mobile-about{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-image-size img {
    width: 90%;
    margin-bottom: 0;
  }
  .about-position {
    left: 0;
    position: relative !important;
  }
  .mobile-about-img2{
    margin-top: 30px;
  }
}
