body {
  font-family: "Poppins", serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #000000;
}

.font-poppins {
  font-family: "Poppins", serif;
}
.hero-bg {
  background-image: url(../img/home/Next-Gen-Hotel-Management-System-is-Here-2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.hero-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.about-bg {
  background-image: url(../img/about/lodgeium-hotel-management-solution.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.h-full {
  height: calc(100vh - 80px);
}
.contact_form_bg {
  background-image: url(../img/business-types/grocery-store/contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-gradient-1 {
  background: linear-gradient(8.24deg, #f9f9f9 11.2%, #caefd1 114.64%);
}
.bg-gradient-2 {
  background: linear-gradient(8.24deg, #fafafa 11.2%, #fafafa 114.64%);
}
.bg-gradient-3 {
  background: linear-gradient(8.24deg, #faf9f9 11.2%, #fafafa 114.64%);
}
.bg-gradient-4 {
  background: linear-gradient(8.24deg, #ffffff 11.2%, #e0f4e4 114.64%);
}
.bg-gradient-5 {
  background: linear-gradient(90deg, #2f9b43 0%, #0d701f 100%);
}
.bg-white-smoke {
  background-color: #f5f5f5;
}
.bg-snow {
  background-color: #f0f0f0;
}
.bg-alice-blue {
  background-color: #f4f7fa;
}
.fw-600 {
  font-weight: 600;
}
.fw-800 {
  font-weight: 800;
}
.border1 {
  border: 1px solid #c8c8c8;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 16px;
}

.text_primary {
  color: #00a653 !important;
}
.text-black {
  color: #000000;
}
.text-mute {
  color: #bfbbbb1a;
}
.color1 {
  color: aliceblue;
}
.color2 {
  color: #b3b3b3;
}
.color3 {
  color: #0ccb6c !important;
}
.btn-demo {
  color: #fff;
  background-color: #00a653;
  border-color: #00a653;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 1.7;
  letter-spacing: -0.01rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  padding: 0.5rem 1.2rem;
  font-size: 0.8rem;
  border-radius: 0.4rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-demo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: all 650ms;
}
.btn-demo:hover {
  background-color: white;
  color: #101d2c;
  border: 2px solid transparent;
}
.btn-demo:hover::before {
  left: 100%;
}

.btn-demo-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 1.7;
  letter-spacing: -0.01rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  padding: 0.5rem 1.2rem;
  font-size: 0.8rem;
  border-radius: 0.4rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-demo-outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: all 650ms;
}
.btn-demo-outline:hover {
  background-color: white;
  color: #101d2c;
  border: 2px solid transparent;
}
.btn-demo-outline:hover::before {
  left: 100%;
}

.btn-success {
  color: #fff;
  background-color: #00a653;
  border-color: #00a653;
}
.btn-success:hover {
  color: #fff;
  background-color: #00a653;
  border-color: #00a653;
}
.btn-soft-success {
  background-color: #caefd1;
  color: #00a653;
}
.btn-soft-success:hover {
  color: #00a653;
}
.btn-video {
  background: #00a65366;
  padding: 0;
  border-radius: 100% !important;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rounded-4-top {
  border-top-left-radius: 0.8rem !important;
  border-top-right-radius: 0.8rem !important;
}
.rounded-40-top {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.rounded-20 {
  border-radius: 20px;
}
.rounded-30 {
  border-radius: 30px;
}
.rounded-40 {
  border-radius: 40px;
}
.rounded-50 {
  border-radius: 50px;
}
.rounded-100 {
  border-radius: 100px;
}
.z-zero {
  z-index: 0;
}
.z-one {
  z-index: 1;
}
.z-two {
  z-index: 2;
}
.shadow-1 {
  box-shadow: 0px 0px 24px 0px #e0e0e08c;
}
.overlay1 {
  background-color: #020202bf;
}
.custom-tab .nav-link.active {
  color: #fff;
  font-weight: 600;
  background-color: #00a653 !important;
}
.custom-tab .nav-link {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  border-radius: 12px !important;
  background-color: #fff !important;
  color: #000;
}
.custom-tab .nav-link:hover {
  color: #fff;
  background-color: #00a653 !important;
}

@media (min-width: 768px) {
  .icon-bar {
    position: fixed;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.footer_top {
  background-color: #0d170f;
  font-family: sans-serif;
  font-size: 15px;
}
.footer_bottom {
  background-color: #0d170f;
  font-size: 13px;
}
/* ========== hover ==========  */
.hover1 {
  transition: all 0.3s linear;
}

.hover1:hover {
  box-shadow: rgb(0 0 0 / 12%) 0px 20px 50px 0px;
  transition: all 0.3s linear;
}
.hover2 {
  transform: translateY(0);
  transition: all 0.3s linear;
}

.hover2:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 0.25rem 1.25rem rgb(197 197 197) !important;
  transition: all 0.3s linear;
}
/* ========== hover end ==========  */

/* ========== custom carousel ==========  */
@media (max-width: 767px) {
  .client-carousel .owl-nav button.owl-prev {
    left: -1.6rem;
    font-size: 1rem;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 0;
    background: #00a653;
    color: #fff;
  }
  .client-carousel .owl-nav button.owl-next {
    right: -1.6rem;
    background: #00a653;
    font-size: 1rem;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 0;
    color: #fff;
  }
  .review-carousel .owl-nav button.owl-prev {
    left: -2.4rem;
    font-size: 1.4rem;
    width: 2rem;
    height: 2rem;
    line-height: 0;
    background: #2f9b43;
    color: #fff;
  }
  .review-carousel .owl-nav button.owl-next {
    right: -2.4rem;
    background: #2f9b43;
    font-size: 1.4rem;
    width: 2rem;
    height: 2rem;
    line-height: 0;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .client-carousel .owl-nav button.owl-prev {
    left: -1rem;
    font-size: 1rem;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 0;
    background: #00a653;
    color: #fff;
  }
  .client-carousel .owl-nav button.owl-next {
    right: -1rem;
    background: #00a653;
    font-size: 1rem;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 0;
    color: #fff;
  }
  .review-carousel .owl-nav button.owl-prev {
    left: -3rem;
    font-size: 1.4rem;
    width: 2rem;
    height: 2rem;
    line-height: 0;
    background: #2f9b43;
    color: #fff;
  }
  .review-carousel .owl-nav button.owl-next {
    right: -3rem;
    background: #2f9b43;
    font-size: 1.4rem;
    width: 2rem;
    height: 2rem;
    line-height: 0;
    color: #fff;
  }
}

.client-carousel .owl-nav button.owl-prev.disabled,
.client-carousel .owl-nav button.owl-next.disabled {
  background: #ebebeb;
}

.client-carousel .owl-nav button.owl-prev:hover,
.client-carousel .owl-nav button.owl-next:hover {
  background: #00a653;
  color: #fff;
}

.review-carousel .owl-nav button.owl-prev.disabled,
.review-carousel .owl-nav button.owl-next.disabled {
  background: #cbcbcb;
}
.review-carousel .owl-nav button.owl-prev:hover,
.review-carousel .owl-nav button.owl-next:hover {
  background: #2f9b43;
  color: #fff;
}
.review-carousel .owl-stage {
  display: flex;
}

.review-carousel .owl-stage .owl-item {
  display: flex;
  flex: 1 0 auto;
}

/* ========== custom-carousel end ==========  */

/* ========== custom accordion ==========  */

.custom-accordion .accordion-item {
  border-radius: 20px;
  background: #fafafa !important;
}
.custom-accordion .accordion-item .accordion-button {
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  text-align: start;
  padding: 20px 65px 20px 20px;
  display: flex;
  align-items: center;
  background: #fafafa !important;
  border: 0;
}

.custom-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 20px;
}
.custom-accordion .accordion-button:not(.collapsed) {
  color: #00a653;
  box-shadow: none;
  padding-left: 20px;
}
.custom-accordion .accordion-button::after {
  background-color: transparent !important;
  margin-left: auto;
  padding: 20px 20px;
  content: "";
  right: 33px;
  position: absolute;
  background-image: url(../img/faq.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease-in-out;
  border-radius: 20px;
  background-size: 1rem;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/faq-not.png);
  transform: rotate(1deg);
  background-size: 1rem;
}
.custom-accordion p,
.custom-accordion ul {
  font-weight: 400;
  font-size: 15px;
  color: #000000;
}

/* ========== custom accordion end==========  */

.icon-list.bullet-soft-green.bullet-bg i {
  background-color: #b3f5d4;
}
.icon-list.bullet-soft-green i {
  color: #009967;
}

.footer {
  background-color: #0d170f;
  font-family: sans-serif;
  font-size: 15px;
}

@media (min-width: 1399px) {
  .grocery-process.process-wrapper.line [class*="col-"]:after {
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    background: 0 0;
    border-top: 2px solid rgba(164, 174, 198, 0.2);
    top: 1rem !important;
    z-index: 1;
    left: 3rem !important;
  }
}
.grocery-process .btn.btn-circle.btn-lg {
  width: 2rem;
  height: 2rem;
}
.grocery-process .btn.btn-circle.btn-primary {
  background-color: #00a653;
}
.grocery-process .btn.btn-circle .number {
  display: table-cell;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
}
/* ================= pos tab ================= */
@media (min-width: 600px) {
  .busuness-pos-tab {
    max-height: 500px;
    overflow-y: scroll;
  }
}

@media (max-width: 599px) {
  .busuness-pos-tab {
    max-height: 275px;
    overflow-y: scroll;
  }
}
.busuness-pos-tab::-webkit-scrollbar-track {
  background-color: transparent;
}

.busuness-pos-tab::-webkit-scrollbar {
  width: 5px;
  background-color: #bdbdbd;
}

.busuness-pos-tab::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #00a653;
}
.busuness-pos-tab.nav-tabs.nav-pills .nav-link {
  margin-right: 1.5rem;
  margin-left: 5px;
  align-items: center;
  padding: 18px 15px;
  color: #000;
}
.busuness-pos-tab.nav-tabs.nav-pills .nav-link.active {
  background-color: #00a653;
  color: #fff;
}

@media (min-width: 600px) {
  .busuness-pos-tab-two {
    max-height: 500px;
    overflow-y: scroll;
    margin-right: -15px;
    padding: 0px 15px 0px 0px;
  }
}

@media (max-width: 599px) {
  .busuness-pos-tab-two {
    max-height: 275px;
    overflow-y: scroll;
  }
}
.busuness-pos-tab-two::-webkit-scrollbar-track {
  background-color: transparent;
}

.busuness-pos-tab-two::-webkit-scrollbar {
  width: 5px;
  background-color: #bdbdbd;
}

.busuness-pos-tab-two::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #00a653;
}
.busuness-pos-tab-two.nav-tabs.nav-pills .nav-link {
  margin: 6px;
  align-items: center;
  padding: 12px 12px;
  color: #000;
  box-shadow: 0px 2px 4px 0px #00000040;
  border: 1px solid transparent;
}
.busuness-pos-tab-two.nav-tabs.nav-pills .nav-link.active {
  border: 1px solid #00a653;
}
/* ================= pos tab ================= */

.testimonial {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}
.testimonial-color {
  color: #bfbbbb1a;
}
@media (max-width: 767px) {
  .testi-fs {
    font-size: 55px;
  }
  .icon-bar{
      display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testi-fs {
    font-size: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .testi-fs {
    font-size: 70px;
  }
}
@media (min-width: 1400px) {
  .testi-fs {
    font-size: 90px;
  }
}
.typer-text-height {
  height: 115px;
}
.cta-bg {
  background-image: url(../img/home/cta-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.slide-track {
  width: calc(150px * 20);
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
}
.slide {
  display: grid;
  place-items: center;
  transition: 0.5s;
  cursor: pointer;
}
.slide:hover {
  transform: scale(0.8);
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 10));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 5));
  }
}

@media screen and (max-width: 768px) {
  .slide-track {
    width: calc(100px * 20);
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 10));
    }
  }

  @keyframes scroll2 {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 5));
    }
  }
}
