body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f4f0;
  line-height: normal;
  position: relative;
}
header {
  padding: 14px 0;
  /* margin-top: 22px; */
}

.dashboard-btn {
  font-size: 16px;
  font-weight: 600;
  background-color: #eee5dc;
  padding: 14px 34px;
  border: none;
}

.dashboard-btn2 {
  background-color: #5a2142;
  color: #fff;
}
.profileimg {
  height: 48px;
  width: 48px;
}

.logo-res {
  height: 64px;
}

h1 {
  color: #4f3723;
  text-align: center;
  font-family: 'IBM Plex Serif';
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 150% */
}
h2 {
  color: #262626;
  font-family: 'IBM Plex Serif';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
nav ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

nav ul li {
  display: inline;
  margin: 0 15px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
}

section {
  margin-bottom: 20px;
}

footer {
  color: #fff;
  padding: 4%;
  /* position: fixed; */
  width: 100%;
  margin-top: 40px;
  bottom: 0;
}

footer h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

footer p {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.footersec {
  padding: 10% 8%;
}
/* --------bootstrapclass-------- */
.mt-8 {
  margin-left: 2rem; /* 32px */
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem; /* 48px */
}

.mt-16 {
  margin-top: 4rem; /* 64px */
}

.mt-20 {
  margin-top: 5rem; /* 80px */
}
.mt-24 {
  margin-top: 6rem; /* 96px */
}
.my-24 {
  margin: 6rem 0;
}
.mt-28 {
  margin-top: 7rem; /* 112px */
}
/* --------bootstrapclass-------- */

.modal {
  --bs-modal-width: 550px;
}

.Jakarta {
  font-family: 'Plus Jakarta Sans';
}
.ibm {
  font-family: 'IBM Plex Serif';
}

.iti {
  width: 100%;
  margin-bottom: 20px;
}

.navbar-toggler-btn {
  border: none;
  background-color: transparent;
  padding: 2%;
  cursor: pointer;
  display: none;
}

.navbar-res-items {
  background-color: #f8f4f0;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-item-mob {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 36px 0;
}

.cursor-pointer {
  cursor: pointer !important;
}

.btnhover {
  background-color: #5a2142 !important;
}
.bannerbtn2:hover,
.btnhover:hover {
  background-color: #40142d !important;
}
.btnsechover:hover {
  background-color: #f6e7d8;
}

@media (max-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    display: none;
  }
}

@media (max-width: 480px) {
  .dlrsec {
    display: none;
  }
  .navbar-toggler-btn {
    display: block;
  }
  .logo-res {
    height: 44px;
  }
  h1 {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
  }

  .flex-wrap-sm {
    flex-wrap: wrap;
  }
}
