
:root {
  --heading--h1-font-family:var(--_global--heading-font-family);
  --heading--h2-font-family:var(--_global--heading-font-family);
  --heading--h3-font-family:var(--_global--heading-font-family);
  --heading--h4-font-family:var(--_global--heading-font-family);
  --heading--h5-font-family:var(--_global--heading-font-family);
  --heading--h6-font-family:var(--_global--heading-font-family);
  --_global-colors--text-primary:#B77554;
  --_global-colors--text-default:#333;
  --text-size--large: 1.25rem;

  --_global--border-width: 1px;
  --_global-colors--border-default: #ededed;
  --_global-colors--background-secondary: #333;
  --_global-colors--background-muted: #fbf9f7;
  --_global-colors--background-muted-2: #f7f5f2;

}
.section-home-hero{
  border-bottom: var(--_global--border-width)solid var(--_global-colors--border-default);
  background-color: var(--_global-colors--background-muted);
  overflow: hidden;
  padding: 10rem 0;
}

.section-testimonial{
  border-bottom: var(--_global--border-width)solid var(--_global-colors--border-default);
  /* background-color: var(--_global-colors--background-muted); */
  overflow: hidden;
  padding: 10rem 0;
}

.section-themes{
  border-bottom: var(--_global--border-width)solid var(--_global-colors--border-default);
  background-color: var(--_global-colors--background-muted);
  overflow: hidden;
  padding: 5rem 0;
}

.home-hero-heading {
  font-family: var(--heading--medium-font-family);
  font-size: 5vw;
  font-weight: 400;
  line-height: 110%
}
.container-medium {
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 4rem;
  padding-right: 4rem;
}
.text-color-primary {
  color: var(--_global-colors--text-primary);
}
.text-size-large {
  font-size: var(--text-size--large);
  line-height: 160%;
}
.container-large {
    width: 100%;
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto
}
.max-width-large {
  width: 100%;
  max-width: 37.5rem;
}
.home-hero-content {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-get-started {
  position: relative;
  padding: 10px 22px;
  border-radius: 3rem;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #2b2b2b;
  transition: all 0.2s ease;
}

.button-get-started:active {
  transform: scale(0.96);
}

.button-get-started:before,
.button-get-started:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button-get-started:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.button-get-started:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

/* From Uiverse.io by satyamchaudharydev */ 
.button {
  --primary-color: #2b2b2b;
  --secondary-color: #fff;
  --hover-color: #111;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 3rem;
  color: var(--secondary-color);
  padding: 12px 25px;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s ease all;
  align-items: center;
  gap: 0.6em;
  font-weight: 500;
  cursor: pointer;
}

.button .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}

.button .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

.button:hover {
  background-color: var(--hover-color);
}

.button:hover .arrow {
  background: var(--secondary-color);
}

.button:hover .arrow:before {
  right: 0;
}


.label{
  color: #2b2b2b;
  font-size: 13px;
  border-radius: 0.5em;
  padding: 0.375em 1em;
  margin-bottom: .5rem;
  background: #f2f2f2;
  border: .5px solid #e1e1e1;
}
/* .label.primary {
  border-color: var(--label-primary--border-color);
  background-color: var(--label-primary--background);
  color: var(--label-primary--text-color);
  box-shadow: 0 1px #fe5e3766;
} */
.home-hero-app-image{
  box-shadow: 0 -10px 40px #33333312;
}
nav{
  position: fixed !important;
  z-index: 99;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; 
}
.nav.hidden {
  transform: translateY(-100%);
}
.row .items{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  border-radius: 1.5rem;
}

.row .items svg{
  display: flex;
}

.text-gap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.bg-primary{
  background-color: var(--_global-colors--background-muted) !important;
}



.my-slider-progress {
  background: #d0bead;
}

.my-slider-progress-bar {
  background:#172526;
  height: 5px;
  transition: width 400ms ease;
  width: 0;
}
.splide{
  border-radius: .5rem;
  overflow: hidden;
}
.splide img{
  width: 100%;
}
.splide__pagination{
  display: none;   
}
.dropdown-toggle::after{
  display: none !important;
}
.splide__arrow{
  backdrop-filter: blur(20px);
  background-color: #ffffffd6;
  border: 1px solid #888888de;
  opacity: 1;
}
button{
  outline: none !important;
}
@media screen and (max-width:991px) {
 .home-hero-heading {
        font-size: 4rem
    } 
    .padding-global {
      padding-left: 2rem;
  padding-right: 2rem;
    }
}
@media screen and (max-width:767px) {
}
.home-hero-heading {
        font-size: 2.75rem;
        line-height: 120%
    }
@media screen and (max-width:479px) {
  .home-hero-heading {
        font-size: 2.25rem
    }
}
@media screen and (min-width:1440px) {
  .home-hero-heading {
        font-size: 5.5rem
    }
}