.font-primary {
  font-family: Quicksand, sans-serif;
}

.btn-primary {
  border-radius: 12px;
  font-family: 'Montserrat'!important;
}

.btn-primary:hover {
  border: 1px solid var(--bs-dark)!important;
  color: white!important;
  background-color: var(--bs-dark)!important;
}

.font-secondary {
  font-family: Fredoka, sans-serif;
}

.btn-primary {
  border-style: solid;
}

.btn-secondary {
  border-radius: 12px;
  font-family: 'Montserrat';
  color: white!important;
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #26bf87;
  --bs-btn-border-color: #26bf87;
  --bs-btn-hover-color: #eaeaea;
  --bs-btn-hover-bg: #3fab83;
  --bs-btn-hover-border-color: #3CC593;
  --bs-btn-focus-shadow-rgb: 6,29,20;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #51CC9F;
  --bs-btn-active-border-color: #3CC593;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #26bf87;
  --bs-btn-disabled-border-color: #26bf87;
}

.accordion-button:focus {
  z-index: 3;
  border-color: initial;
  outline: 0;
  box-shadow: initial;
}

@media (min-width: 577px) {
  .service-item-div {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .service-item-div {
    font-size: 10px;
  }
}

@media (max-width: 300px) {
  #banner-image {
    height: 200px;
  }
}

@media (max-width: 300px) {
  .d-xs-none {
    display: none;
  }
}

@media (max-width: 768px) {
  .w-md-100 {
    width: 100%!important;
  }
}

.bg-number {
  color: rgba(38,191,135,0.4);
  font-size: 153px;
  font-family: 'M PLUS 1p', sans-serif;
  position: relative;
  position: absolute;
  z-index: 1;
}

@media (max-width: 600px) {
  h1 {
    font-size: 2em!important;
  }
}

@media (max-width: 300px) {
  h1 {
    font-size: 1em!important;
  }
}

@media (min-width: 900px) {
  h1 {
    font-size: 3em!important;
  }
}

@media (min-width: 600px) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-size: 2.7em;
  font-weight: bold;
  font-family: Quicksand, sans-serif;
}

h4 {
  font-family: Fredoka, sans-serif;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%!important;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

h6 {
  font-weight: bold;
  font-family: Quicksand, sans-serif;
}

.th-dark-bg {
  background-color: #2B2D3A;
}

.th-pink-bg {
  background-color: #EC4770;
}

.th-green-bg {
  background-color: #37A175;
}

.th-blue-bg {
  background-color: #3E8D91;
}

.th-purple-bg {
  background-color: #6C5CE7;
}

.th-amber-bg {
  background-color: #E0A64B;
}

.th-royal-bg {
  background-color: #3E88E8;
}

.accordion-button {
  font-family: Quicksand, sans-serif;
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: var(--bs-primary);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-white);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

a {
  font-family: Quicksand, sans-serif;
}

.accordion-item {
  border-radius: 10px!important;
  margin-bottom: 12px;
  border: none;
}

.accordion-button {
  border-radius: 10px;
  background-color: var(--bs-light);
  font-family: Quicksand, sans-serif!important;
}

.accordion {
  border-radius: 10px!important;
}

.accordion-header {
  border-radius: 10px!important;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  h4 {
    font-size: 1em;
  }
}

@media (min-width: 992px) {
  .w-lg-70 {
    width: 70%;
  }
}

@media (max-width: 765px) {
  .how-work-card {
    border-radius: 20px;
    padding: 1em 1em;
    height: 400px;
  }
}

@media (min-width: 768px) {
  .how-work-card {
    border-radius: 20px;
    padding: 1em 1em;
    height: 500px;
  }
}

#banner-image {
  height: 65vw;
}

@media (min-width: 540px) and (max-width: 700px) {
  #banner-image {
    height: 55vw!important;
  }
}

@media (min-width: 701px) and (max-width: 800px) {
  #banner-image {
    height: 400px!important;
  }
}

@media (min-width: 801px) {
  #banner-image {
    height: 500px!important;
  }
}

@media (min-width: 1001px) {
  #banner-image {
    height: 700px!important;
  }
}

@media (min-width: 768px) {
  .titleDescription {
    text-align: right;
  }
}

