@font-face {
  font-family: 'TT Hoves Pro';
  src: url('../fonts/TT Hoves Pro/TT Hoves Pro Trial Light.ttf') format('truetype');
}

@font-face {
  font-family: 'TT Hoves Pro Thin';
  src: url('../fonts/TT Hoves Pro/TT Hoves Pro Trial Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'TT Hoves Pro Medium';
  src: url('../fonts/TT Hoves Pro/TT Hoves Pro Trial Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'TT Hoves Pro Demi';
  src: url('../fonts/TT Hoves Pro/TT Hoves Pro Trial DemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Outfit';
  src: url("../fonts/outfit/static/Outfit-Regular.ttf") format("opentype");
}

@font-face {
  font-family: 'Ethnocentric';
  src: url("../fonts/ethnocentric/Ethnocentric Rg.otf") format("opentype");
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'TT Hoves Pro';
  vertical-align: baseline;
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'TT Hoves Pro Medium';
  font-weight: bold;
  line-height: 1.5;
  color: #68c293;
}

p {
  font-family: 'Outfit';
  color: rgb (122, 122, 122);
}

ul.listplain {
  list-style-type: none;
}

ul.listplain li a, ul.listplain li a:hover, ul.listplain li a:visited {
  text-decoration: none;
  font-size: 20px;
  color: #333;
}

section {
  padding: 60px 0px 60px 0px;
}

section#slider {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}

.slider-info {
  position: absolute;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
}

.slider-info p {
  color: #fff;
}

.bg-transparent {
  background-color: transparent !important;
}

.navbar-custom {
  padding: 24px 0px;
  z-index: 999;
  position: absolute;
  top: 0;
  width: 100%;
}

.navbar-custom > .container > .navbar-collapse > .navbar-nav > .nav-item > .nav-link {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
}

.bg-dark-custom {
  width: 100%;
  height: 480px;
  background-color: #020101;
  opacity: 0.8;
  position: absolute;
  top: 0;
}

section#about {
  background-color: #68c293;
}

.about-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 60px 0px;
}

section#about h2, section#about h3, section#about h1, section#about p {
  color: #fff;
}

section#about h2 {
  font-family: 'TT Hoves Pro';
  font-size: 1rem;
}

section#about h3 {
  font-family: 'TT Hoves Pro Medium';
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

section#about p {
  margin-bottom: 15px;
  text-align: justify;
  font-size: 18px;
}

.about-tagline-item {
  width: 100%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  position: relative;
  float: left;
}

.about-tagline-item > img {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
}

.about-tagline-item > div {
  text-align: left !important;
  width: calc(100% - 115px);
  margin-left: 15px;
  position: relative;
  float: right;
  font-size: 16px;
  color: rgb(122, 122, 122) !important;
}

.about-tagline-item > div > strong {
  margin-bottom: 15px;
  font-family: 'TT Hoves Pro Demi';
  color: #68c293;
  text-align: left !important;
  font-size: 18px !important;
}

.about-tagline-item > div > p {
  color: #666 !important;
  font-size: 16px !important;
  text-align: left !important;
  margin-bottom: 0 !important;
}

.about-img {
  border-radius: 18px;
  width: 100%;
  height: auto;
  margin: 5px 0px;
}


.slider-img {
  background: url(' ../images/67e4bd32930a19.53461216.webp');
  width: 100%;
  height: 480px;
  background-position: center;
  background-size: cover;
}

.tab-content > .active {
  position: relative !important;
  /*margin-left: -15px;
  margin-right: -15px;*/
}

.nav-logo {
  height: 75px;
  width: auto;
}

.navbar-brand {
  padding: 0px;
}

.navbar-toggler-custom, .navbar-toggler-custom:hover, .navbar-toggler-custom:visited, .navbar-toggler-custom:focus {
  border: 0 !important;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  width: 2em;
  height: 2em;
}

/*products*/
.nav-product-category {
  background: transparent;
  border: 2px solid #68c293;
  color: #68c293;
  margin: 0 10px 0px 0px;
  font-family: 'TT Hoves Pro';
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 18px !important;
}

.nav-product-category.active {
  background: #68c293;
  border: 2px solid #68c293;
  color: #fff;
  margin: 0 10px 0px 0px;
  font-family: 'TT Hoves Pro';
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px !important;
}

.nav-showcase {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: none;
  position: relative;
}

.product-nav {
  width: max-content;
}

.left-product-nav {
  width: 36px;
  height: 36px;
  cursor: pointer;
  top: 45%;
  position: absolute;
  left: 5px;
  z-index: 999;
  border-radius: 18px;
  border: 0px;
  background-color: #cecece;
  opacity: 0.8;

}

.right-product-nav {
  width: 36px;
  height: 36px;
  cursor: pointer;
  top: 45%;
  position: absolute;
  right: 5px;
  z-index: 999;
  border-radius: 18px;
  border: 0px;
  background-color: #cecece;
  opacity: 0.8;
}

.product-showcase {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  height: 180px;
  white-space: nowrap;
  display: block;
  scrollbar-width: none;
  position: relative;
}

.product-list {
  box-sizing: content-box;
  width: max-content;
  list-style: none;
}

.product-item {
  position: relative;
  float: left;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(88, 88, 88, 0.1) 1px 4px 6px 1px;
  height: 150px;
  border-radius: 8px;
  width: 150px !important;
  margin: 15px 15px 15px 0px;
  cursor: pointer;
}


.product-item:hover {
  top: -5px;
}

.product-item > p {
  padding: 0px 10px;
  margin: 5px 0px;
  text-align: left;
  color: #fff;
  font-family: 'TT Hoves Pro';
  font-weight: bold;
  position: absolute;
  bottom: 5px;
  font-family: 'TT Hoves Pro';
  font-weight: bold;
  white-space: initial;
  font-weight: 16px;
}

/*client logo*/
.client-list-item {
  display: inline-block;
  width: 180px;
  height: auto;
  margin: 15px 10px;
}

/** Carousel starts here **/
:root {
  --items-per-page: 6;
}

.carousel-custom {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-custom-container {
  white-space: nowrap;
}

.carousel-custom-item {
  display: inline-block;
  min-width: calc(100% / var(--items-per-page)); /* Display 3 items at a time */
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  margin: 0px 10px 0px 10px;
}

.carousel-custom-item > img {
  width: 180px;
  height: auto;
}

.carousel-custom-item > p {
  white-space: initial;
  margin-top: 15px;
  margin-bottom: 5px;
}

/*client-logo*/

.section-title {
  font-family: 'TT Hoves Pro Medium';
  font-size: 42px;
}

.section-subtitle {
  font-family: 'TT Hoves Pro Thin', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
}

section#clients h2 {
  font-family: 'TT Hoves Pro Medium';
  font-size: 20px;
  color: #000;
  text-align: center;
}

.minimap {
  border: 0;
  height: 100%;
  min-height: 200px;
}

.social-media {
  list-style-type: none;
}

.social-media li {
  display: inline-block;
  margin: 0px 2px 4px 2px;
}

.social-media li a i {
  width: 28px;
  height: 28px;
  background-color: #333;
  color: #fff;
  border-radius: 18px;
  padding-top: 6px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 16px;
}

a, a:hover, a:visited {
  text-decoration: none;
  color: #333;
}

.accordion-body, .accordion-button {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.accordion-button {
  font-family: 'TT Hoves Pro Medium' !important;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}

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

.contact-item strong {
  font-size: 18px;
  font-family: 'TT Hoves Pro Medium';
  color: #fff;
}

.contact-item ul {
  list-style-type: none;
}

.contact-item ul li, .contact-item ul li a, .contact-item ul li a:hover, .contact-item ul li a:visited, .contact-item p {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}

section#banner {
  margin: 0;
  padding: 0;
}

.banner-container {
  background: url(' ../images/c1-61444574decde.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 315px;
  position: relative;
  text-align: center;
}

.bg-dark-banner {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 15px;
}

.bg-dark-banner > h2 {
  color: #68c293;
  font-family: 'TT Hoves Pro Medium';
  font-size: 28px;
  margin-bottom: 20px;
}

.bg-dark-banner > h3 {
  color: #fff;
  font-family: 'TT Hoves Pro Thin';
  font-size: 20px;
  margin-bottom: 30px;
}

section#testimonials h2 {
  font-family: 'TT Hoves Pro';
  font-size: 1rem;
}

section#testimonials h3 {
  font-family: 'TT Hoves Pro Medium';
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

section#testimonials p {
  margin-bottom: 15px;
  text-align: justify;
  font-size: 20px;
}

.carousel-testimonial-item {
  display: inline-block;
  width: 100%; /* Display 3 items at a time */
  box-sizing: border-box;
  text-align: center;
  padding: 30px 45px;
}

.testimonial-comment {
  font-family: 'Outfit' !important;
  font-size: 20px !important;
  white-space: break-spaces;
  text-align: justify !important;
}

.testimonial-person {
  color: #68c293;
  margin-bottom: 0px !important;
  font-family: 'TT Hoves Pro Medium';
  font-size: 18px !important;
}

.testimonial-company {
  color: rgb(122, 122, 122);
  margin-top: 0px !important;
  font-size: 18px !important;
  font-family: 'TT Hoves Pro Medium';
}

section#locations {
  background: url(' ../images/beaaa8_58e9e5924de048bf8b433bdc64e2bd47_mv2-5f85197702554.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

section#locations > .container {
  position: relative;
}

section#locations p {
  color: #fff;
}

section#locations .accordion-item, section#locations .accordion-button {
  background-color: transparent !important;
}

section#locations .accordion-button {
  color: #68c293;
}

.accordion-button.collapsed::after, .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.bg-dark-location {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.splide__arrow--prev {
  left: 5px !important;
}

.splide__arrow--next {
  right: 5px !important;
}

.splide__arrow {
  opacity: 0.5;

}

#footer {
  padding-top: 90px;
}

.footer-logo {
  height: 75px;
  width: 60px;
  display: inline-block;
}

.footer-tagline {
  height: 75px;
  display: inline-block;
  padding-left: 30px;
}

.tagline {
  font-family: 'Ethnocentric';
  text-transform: uppercase;
  display: block;
  color: #68c293;
}

.copyright p {
  font-size: 12px;
}

.backtop p a {
  font-weight: bold;
  position: relative;
  float: left;
}

.whatsapp-cta {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  border: 1px solid #60bd8d;
  background-color: #68c293;
  color: #fff;
  box-shadow: 8px 8px 5px -1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 8px 8px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 8px 8px 5px -1px rgba(0, 0, 0, 0.75);
  z-index: 999;
}

.whatsapp-cta > i {
  color: #fff;
  font-size: 32px;
  padding: 12px 16px;
}

section#disclaimer {
  background-color: #68c293;
  color: #fff;
  padding: 30px 0;
}

section#disclaimer h2 {
  color: #bc0a00;
}

section#disclaimer i {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 768px) {
  section {
    padding: 90px 0px 90px 0px;
  }

  section#disclaimer i {
    font-size: 2rem;
  }

  .whatsapp-cta {
    position: fixed;
    bottom: 60px;
    right: 60px;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    border: 1px solid #60bd8d;
    background-color: #68c293;
    color: #fff;
    box-shadow: 8px 8px 5px -1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 8px 8px 5px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 8px 8px 5px -1px rgba(0, 0, 0, 0.75);
    z-index: 999;
  }

  .slider-img {
    /*background: url(' ../images/beaaa8_58e9e5924de048bf8b433bdc64e2bd47_mv2-5f85197702554.webp');*/
    background: url(' ../images/67e4bd32930a19.53461216.webp');
    width: 100%;
    height: 640px;
    background-position: center;
    background-size: cover;
  }

  section#about h2 {
    font-family: 'TT Hoves Pro';
    font-size: 1.5rem;
  }

  section#about h3 {
    font-family: 'TT Hoves Pro Medium';
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }

  section#about p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 20px;
  }

  .about-tagline-item > img {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
  }

  .about-tagline-item > div {
    text-align: left !important;
    width: calc(100% - 115px);
    margin-left: 15px;
    position: relative;
    float: right;
    font-size: 14px;
    color: rgb(122, 122, 122) !important;
  }

  .about-tagline-item > div > strong {
    margin-bottom: 15px;
    font-family: 'TT Hoves Pro Demi';
    color: #68c293;
    text-align: left !important;
    font-size: 24px !important;
  }

  .about-tagline-item > div > p {
    color: #666 !important;
    font-size: 20px !important;
    text-align: left !important;
  }

  .bg-dark-custom {
    width: 100%;
    height: 640px;
    background-color: #020101;
    opacity: 0.8;
    position: absolute;
    top: 0;
  }

  .banner-container {
    background: url(' ../images/c1-61444574decde.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 215px;
    position: relative;
    text-align: center;
  }

  .bg-dark-banner {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 15px;
  }

  .bg-dark-banner > h2 {
    color: #68c293;
    font-family: 'TT Hoves Pro Medium';
    margin-bottom: 0px;
  }

  .bg-dark-banner > h3 {
    color: #fff;
    font-family: 'TT Hoves Pro Thin';
    font-size: 24px;
    margin-bottom: 30px;
  }

  .testimonial-banner {
    background: url(' ../images/bg-people.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 525px;
    border-radius: 18px;
  }

  section#testimonials h2 {
    font-family: 'TT Hoves Pro';
    font-size: 1.5rem;
  }

  section#testimonials h3 {
    font-family: 'TT Hoves Pro Medium';
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }

  section#testimonials p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 20px;
  }

  .carousel-testimonial-item {
    display: inline-block;
    width: 100%; /* Display 3 items at a time */
    box-sizing: border-box;
    text-align: center;
    padding: 30px 45px;
  }

  .testimonial-comment {
    font-family: 'Outfit' !important;
    font-size: 22px !important;
    white-space: break-spaces;
    text-align: justify !important;
  }

  .testimonial-person {
    color: #68c293;
    margin-bottom: 0px !important;
    font-family: 'TT Hoves Pro Medium';
  }

  .testimonial-company {
    color: rgb(122, 122, 122);
    margin-top: 0px !important;
    font-size: 18px !important;
    font-family: 'TT Hoves Pro Medium';
  }

  .backtop p a {
    font-weight: bold;
    position: relative;
    float: right;
  }

  .copyright p {
    font-size: 20px;
  }

  .product-showcase {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    height: 270px;
    white-space: nowrap;
    display: block;
    scrollbar-width: none;
    position: relative;
  }

  .left-product-nav {
    width: 36px;
    height: 36px;
    cursor: pointer;
    top: 45%;
    position: absolute;
    left: 5px;
    z-index: 999;
    border-radius: 18px;
    border: 0px;
    background-color: #cecece;
    opacity: 0.8;

  }

  .right-product-nav {
    width: 36px;
    height: 36px;
    cursor: pointer;
    top: 45%;
    position: absolute;
    right: 5px;
    z-index: 999;
    border-radius: 18px;
    border: 0px;
    background-color: #cecece;
    opacity: 0.8;
  }

  .product-item {
    position: relative;
    float: left;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(88, 88, 88, 0.1) 1px 4px 6px 1px;
    height: 240px;
    border-radius: 8px;
    width: 240px !important;
    margin: 15px 15px 15px 0px;
    cursor: pointer;
  }

  .product-item > p {
    padding: 0px 10px;
    margin: 5px 0px;
    text-align: left;
    color: #fff;
    font-family: 'TT Hoves Pro';
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    font-family: 'TT Hoves Pro';
    font-weight: bold;
    white-space: initial;
    font-weight: 16px;
  }

  .minimap {
    border: 0;
    height: 100%;
    min-height: 425px;
  }
}
