/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "JUST Sans", sans-serif;
  background-color: #ffffff;
  color: #000000;
}

section {
  padding: 60px 0;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.topbar {
  background: #e32323;
  color: #ffffff;
  height: 35px;
  font-weight: 200;
  z-index: 996;
  transition: all 0.5s;
  font-size: 0.875rem;
}

.topbar.topbar-scrolled {
  top: -35px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

header .navbar .offcanvas .btn-close {
  color: #000;
  opacity: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E")
    center/1em no-repeat;
}

header .navbar .offcanvas .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.navbar {
  background: #fefefe;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  top: 35px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.nav-link {
  color: #000;
  font-weight: 200;
}

.nav-link:hover {
  color: #2f54a1;
}

.nav-link.active {
  --bs-navbar-active-color: #2f54a1;
}

.navbar-scrolled {
  top: 0 !important;
}

.navbar .navbar-brand img {
  max-height: 80px;
}

.navbar-nav {
  padding-right: 10%;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
#banner {
  background-image: url(../img/bannerb.png);
  background-color: #ffffff;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  padding: 120px 0;
}

@media (min-width: 576px) {
  #banner {
    padding: 180px 0;
  }
}

/*--------------------------------------------------------------
# Benefits
--------------------------------------------------------------*/
#benefits {
  background-color: #323232;
  padding: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
  background-color: #e3e3e3;
  padding-bottom: 0;
}

#about .video-container {
  overflow: hidden;
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
}

#about .video-js .vjs-big-play-button {
  background-color: #fe0000;
  border: 0;
}

/*--------------------------------------------------------------
# Differentials
--------------------------------------------------------------*/
#differentials {
  background-color: #e3e3e3;
  padding-bottom: 0;
}

#differentials .container {
  background-color: #323232;
  border-radius: 1.5rem;
  padding: 1.5rem;
  color: #ffffff;
}

#differentials .icon {
  border: 2px solid #ffffff;
  border-radius: 10px;
  width: fit-content;
}

#differentials .m-top {
  margin-top: 2rem;
}

@media (min-width: 1400px) {
  #differentials .container {
    padding: 6rem;
  }
}

@media (min-width: 576px) {
  #differentials .container {
    padding: 4rem;
  }
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
#products {
  background-color: #e3e3e3;
}

#products h2 {
  border-left: 3px solid #fdfc01;
}

#products .container-fluid {
  padding: 0 150px 0 150px;
}

#products .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1;
  color: #ffffff;
  padding: 1.5rem;
}

#products .hover p {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

#products .hover:hover {
  background-color: #00000096;
}

#products .hover:hover p {
  opacity: 1;
  transform: translateY(0);
}

#products .swiper-slide {
  background-color: #ffffff;
}

#products .swiper-button-next,
#products .swiper-button-prev {
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #7f7f7f;
  --swiper-navigation-size: 13px;
  --swiper-navigation-color: #fff;
}

#products .swiper-button-next {
  right: -45px;
}
#products .swiper-button-prev {
  left: -45px;
}

@media (max-width: 556px) {
  #products .container-fluid {
    padding: 80px 30px 30px 30px;
  }

  #products .swiper-button-next {
    right: 3px;
  }
  #products .swiper-button-prev {
    left: 3px;
  }
}

#products .swiper-pagination {
  bottom: -50px;
  --swiper-pagination-color: #cc9186;
  --swiper-pagination-bullet-size: 12px;
}

#products .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #e3e3e3;
  border: 2px solid #7f7f7f;
  opacity: 1;
}

#products .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7f7f7f;
  border: 3px solid #7f7f7f;
  opacity: 1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#testimonials {
  background-color: #e3e3e3;
  position: relative;
}

#testimonials h1 {
  margin-bottom: 5rem;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
  margin: 0 50px 0 50px;
}

#testimonials .container-fluid {
  padding: 100px 0 40px 0;
}

#testimonials .testimonial-item h2 {
  font-size: 1.25rem;
  font-weight: bold;
}

#testimonials .testimonial-item h3 {
  font-size: 1rem;
  color: #000000;
}

.testimonial-text {
  font-size: 1rem;
  height: 150px;
  overflow-y: scroll;
  color: #000000;
}

.testimonial-text::-webkit-scrollbar {
  width: 5px;
}

.testimonial-text::-webkit-scrollbar-thumb {
  background-color: #7f7f7f;
}

.testimonial-text::-webkit-scrollbar-track {
  background-color: #b2b2b2;
}

#testimonials .swiper-button-next,
#testimonials .swiper-button-prev {
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #7f7f7f;
  top: 50%;
  --swiper-navigation-size: 16px;
  --swiper-navigation-color: #fefefe;
}

#testimonials .swiper-button-next {
  right: -10px;
}
#testimonials .swiper-button-prev {
  left: -10px;
}

@media (max-width: 350px) {
  #testimonials .swiper-button-next {
    right: 0px;
  }
  #testimonials .swiper-button-prev {
    left: 0px;
  }
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #e3e3e3;
  border: 2px solid #7f7f7f;
  opacity: 1;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7f7f7f;
  border: 3px solid #7f7f7f;
  opacity: 1;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
#faq {
  background-color: #323232;
}

#faq .accordion .accordion-item .accordion-header {
  --bs-accordion-btn-focus-border-color: #7f7f7f;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(127, 127, 127, 0.25);
  --bs-accordion-btn-bg: #323232;
  --bs-accordion-btn-color: #ffffff;
  --bs-accordion-active-color: #ffffff;
  --bs-accordion-active-bg: #323232;
}

#faq .accordion .accordion-item .accordion-header .accordion-button {
  border: 1px solid #7f7f7f;
  border-radius: 0.6rem;
}

#faq .accordion-button:after {
  order: -1;
  --bs-accordion-btn-icon-transform: rotate(-90deg);
  --bs-accordion-btn-icon-width: 18px;
  --bs-accordion-btn-icon: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1792' height='1792' version='1.1' style=' shape-rendering: geometricPrecision; text-rendering: geometricPrecision; image-rendering: optimizeQuality; fill-rule: evenodd; clip-rule: evenodd; ' viewBox='0 0 81.26 177.78' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:xodm='http://www.corel.com/coreldraw/odm/2003' %3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .fil0 %7Bfill:%237f7f7f%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Camada_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer' /%3E%3Cpath class='fil0' d='M-1.7 5.36l76.71 76.71c6.07,6.08 6.07,16.02 0,22.1l-76.71 76.71 0 -34.36 53.4 -53.4 -53.4 -53.4 0 -34.36z' /%3E%3C/g%3E%3C/svg%3E");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1792' height='1792' version='1.1' style=' shape-rendering: geometricPrecision; text-rendering: geometricPrecision; image-rendering: optimizeQuality; fill-rule: evenodd; clip-rule: evenodd; ' viewBox='0 0 81.26 177.78' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:xodm='http://www.corel.com/coreldraw/odm/2003' %3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .fil0 %7Bfill:%237f7f7f%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Camada_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer' /%3E%3Cpath class='fil0' d='M-1.7 5.36l76.71 76.71c6.07,6.08 6.07,16.02 0,22.1l-76.71 76.71 0 -34.36 53.4 -53.4 -53.4 -53.4 0 -34.36z' /%3E%3C/g%3E%3C/svg%3E");
  margin-left: 0;
  margin-right: 0.5em;
}

#faq .accordion .accordion-item {
  background-color: #323232;
  border: 0;
  --bs-accordion-border-width: 0;
  --bs-accordion-color: #fefefe;
}

#faq .accordion-body {
  hyphens: auto;
  text-align: justify;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #e32323;
  padding: 0;
  font-size: 0.9375rem;
}

.footer-link {
  font-weight: 100;
}

.copy-border {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 60px 0;
}

.copy-text {
  color: #fff;
  padding: 30px 0;
}

/*--------------------------------------------------------------
# Custom Bootstrap Classes
--------------------------------------------------------------*/

/**
* Width and Heigth
*/

/**
* Margin and Padding
*/

.py-2-50 {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.px-4-50 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.my-4-50 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/**
* Text
*/

.text-red {
  color: #e32323;
}

.text-justify {
  text-align: justify;
}

.lts-2 {
  letter-spacing: 3px;
}

.ff-gilroy {
  font-family: "Gilroy";
}

.hyphens-auto {
  hyphens: auto;
}

/**
* Background
*/

/**
* Buttons
*/

.btn-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00c600;
  --bs-btn-border-color: #00c600;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #008a00;
  --bs-btn-hover-border-color: #008a00;
  --bs-btn-focus-shadow-rgb: 0, 138, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #008a00;
  --bs-btn-active-border-color: #008a00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00c600;
  --bs-btn-disabled-border-color: #00c600;
}

.btn-outline-green {
  --bs-btn-color: #00c600;
  --bs-btn-border-color: #00c600;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #00c600;
  --bs-btn-hover-border-color: #00c600;
  --bs-btn-focus-shadow-rgb: 0, 198, 0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #00c600;
  --bs-btn-active-border-color: #00c600;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4db94d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4db94d;
  --bs-gradient: none;
  --bs-btn-border-width: 2px;
}

/**
* Responsive Media Queries
*/

/* xxl */
@media (max-width: 1400px) {
}

/* xl */
@media (max-width: 1200px) {
}

/* lg */
@media (min-width: 992px) {
  .border-lg-0 {
    border: 0 !important;
  }
}

/* sm */
@media (max-width: 556px) {
  .w-sm-100 {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/JUST-Sans-ExBold.woff") format("woff"),
    url("../fonts/JUST-Sans-ExBold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Bold.woff") format("woff"),
    url("../fonts/JUST-Sans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/JUST-Sans-SemiBold.woff") format("woff"),
    url("../fonts/JUST-Sans-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Medium.woff") format("woff"),
    url("../fonts/JUST-Sans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Regular.woff") format("woff"),
    url("../fonts/JUST-Sans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Light.woff") format("woff"),
    url("../fonts/JUST-Sans-Light.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/JUST-Sans-ExLight.woff") format("woff"),
    url("../fonts/JUST-Sans-ExLight.woff2") format("woff2");
}

/**
* Gilroy
*/

@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-ExtraBold.otf) format("opentype");
  font-style: normal;
  font-stretch: 100%;
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Light.otf) format("opentype");
  font-style: normal;
  font-stretch: 100%;
  font-display: swap;
  font-weight: 300;
}
