@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
body {
  background-color: #0091a9;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 600px) {
  body {
    background-color: #0091a9;
  }
}
.container-wrapper {
  max-width: 400px;
  /* Adjust the width as per your requirements */
  background-image: url(../img/bg.png);
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

nav {
  background: #0091a9;
  width: -webkit-fill-available;
  text-align: center;
  color: #2e2c41;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow-x: auto;
}

.nav {
  display: flex;
  flex-direction: row;
  width: 400px;
  margin: auto;
  background-color: #fff;
  padding: 20px 56px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.8);
}

.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 10px 10px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.nav-text {
  font-size: 20px;
  margin: auto;
  text-align: center;
  font-weight: 500;
  display: none;
  transition: all 0.3s ease;
}

.material-icons {
  display: inline;
  font-size: 32px;
  transition: color 0.3s;
}

/* */

.nav-item.active {
  flex-grow: 3;
  border-radius: 30px;
  background: #eee;
  justify-content: flex-start;
}

.nav-item.active > .nav-text {
  display: inline-block;
}

.nav-item.active > .material-icons.home-icon {
  color: #5a35b5;
}

.material-icons.home-icon ~ .nav-text {
  color: #5a35b5;
}

.nav-item.active > .material-icons.favorite-icon {
  color: #c9329a;
}

.material-icons.favorite-icon ~ .nav-text {
  color: #c9329a;
}

.nav-item.active > .material-icons.search-icon {
  color: #e5a023;
}

.material-icons.search-icon ~ .nav-text {
  color: #e5a023;
}

.nav-item.active > .material-icons.person-icon {
  color: #0091a9;
}

.material-icons.person-icon ~ .nav-text {
  color: #0091a9;
}
hr {
  width: 70%;
  color: #293189;
  height: 3px !important;
}
.action-button {
  color: #293189;
  padding: 4px 6px;
  width: fit-content;
  font-size: 12px;
  border-radius: 22px;
  margin: 5px 4px;
  display: inline-block;
  border: 1px solid;
}
.action-button1 {
  color: #075e54;
  padding: 8px 16px;
  width: fit-content;
  font-size: 15px;
  border-radius: 22px;
  margin: 10px 4px;
  display: inline-block;
  border: 1px solid;
  min-width: 125px;
}
.fai {
  margin: 4px;
  color: #293189;
  height: 34px;
  font-size: 18px;
  padding: 7px;
  border-radius: 100%;
  text-align: center;
  width: 34px;
  border: 1px solid rgb(0, 0, 0);
}
section {
  border-radius: 20px !important;
  background-color: #f2f2f2;
  margin-bottom: 15px;
  padding-bottom: 50px;
  min-height: 400px;
}
.services {
  line-height: 28px;
  margin-left: 10px;
}
.br {
  border-radius: 10px;
}
.border-round {
  border: 2px solid #8c94e7;
  border-radius: 15px;
}
.border-round1 {
  border: 2px solid #cfb086;
  border-radius: 15px;
  padding: 10px;
}
.payment-icons {
  font-size: 40px;
}
.logo-finsup {
  padding: 20px 20px 10px 20px;
}
.text-green {
  color: #128c7e;
}
.color-theme {
  color: #293189;
}
.heading-section {
  background: linear-gradient(136deg, #293189 80%, #cd793d 65%);
  color: #ffffff;
  padding: 5px 10px 15px 13px;
  /* border-radius: 10px; */
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.img-round-10 {
  border-radius: 40px;
}
.team-members {
  background-color: #f5efe7;
  border-radius: 20px;
  margin: 20px;
  padding-bottom: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.main-pic {
  border-radius: 34px;
    background: #f5efe7;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13), 0 3px 6px rgba(0, 0, 0, 0.13);
    margin-bottom: 10px;
}
