/*https://icons8.com/illustrations/illustration/lime-saas-3*/
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.toast-header,
blockquote {
  font-family: 'DM Serif Display', serif;
}

h1,
.h1 {
  font-size: 65px;
}

h2,
.h2 {
  font-size: 45px;
}

h3,
.h3 {
  font-size: 30px;
}

.toast-header h3 {
  font-size: 22px;
}

img {
  max-width: 100%;
}

blockquote {
  font-size: 28px;
}

sup,
.sup {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.underline::after {
  content: ' ';
  border-bottom: 3px solid;
  position: relative;
  display: block;
  width: 50px;
  padding-top: 1rem;
}

.toast {
  bottom: 1rem;
  right: 1rem;
}

.underline.text-center::after {
  margin-left: auto;
  margin-right: auto;
}

.section-inverse {
  margin-top: 180px;
  padding: 1px 0px;
}

.section-inverse>div {
  margin-top: -180px;
}

.card-footer {
  background-color: white;
  padding: 1rem 1rem;
}

.background-image {
  background-position: center center;
  background-size: cover;
}

.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  padding-right: 1rem;
  padding-left: 1rem;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  white-space: nowrap;
  border-right: 1px solid #e0e0e0;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link {
  border-right: none;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #ffce07 !important;
  transform: translateY(-2px);
}

.circle {
  border-radius: 500px;
}

header.p-section {
  padding: 160px 0px 120px;
}

.p-section {
  padding: 100px 0px;
}

.p-section-lg {
  padding: 160px 0px;
}

.container-lg {
  max-width: 900px;
}

.container-md {
  max-width: 600px;
}

.w-md {
  max-width: 600px;
}

.w-sm {
  max-width: 400px;
}

.btn {
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: .65rem 1.5rem;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: .75rem 2rem;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .30rem .75rem;
}

.btn-primary,
.bg-primary,
.btn-outline-primary:hover {
  background-color: #ffce07 !important;
  border: #ffce07 !important;
  color: #414042;
}

.btn-outline-primary {
  color: #ffce07;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:visited {
  background-color: #e7b900 !important;
}

.testimonial-item {
  max-width: 800px;
  padding: 40px;
}

.testimonial-item:nth-child(even) {
  margin-left: auto;
}

.testimonial-image {
  max-width: 100px;
  float: left;
  margin-right: 25px;
}

.marker-highlight {
  position: sticky;
  display: inline-block;
}

.marker-highlight:before {
  content: "";
  background-color: #5edaff;
  width: 102%;
  height: 0.2em;
  position: absolute;
  z-index: -2;
  filter: url(#marker-shape);
  left: -0.05em;
  padding: 0 0.25em;
  bottom: 0.2em;
}


@media (max-width: 1199px) {
  .navbar-light .navbar-nav .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    font-size: 0.875rem;
  }

  .navbar .btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    border-right: none;
  }
}

@media (max-width: 576px) {

  h1,
  .h1 {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  header.p-section {
    padding: 60px 0px 60px;
  }

  .p-section {
    padding: 60px 0px;
  }

  .text-center-sm {
    text-align: center;
  }

  .mb-3-sm {
    margin-bottom: 1.5rem;
  }

  .toast {
    display: none;
  }
}