/* width */
::-webkit-scrollbar {
  width: 10px;
  border-radius: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: none;
  margin-left: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(0, 0, 0);
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: gray;
  border-radius: 15px;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.navbar {
  transition: 0.2s;
}

.navbar_Top {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.navbar_scrolled {
  background: #000;
  box-shadow: 0 0rem 1rem rgb(0, 0, 0);
}

.nav-item {
  color: rgb(81, 81, 81) !important;
}

.nav-item .active {
  color: rgb(255, 255, 255) !important;
  text-shadow: 0 0 0.3em currentColor;
}

.nav-item :hover {
  color: rgb(255, 255, 255) !important;
  text-shadow: 0 0 0.5em currentColor;
}

#sliderHeader {
  letter-spacing: 0.2rem;
  transition: 0.2s ease-in-out;
}

#sliderHeader:hover {
  font-size: 42px;
}

@media screen and (max-width: 600px) {
  #sliderHeader {
    top: -100px;
    letter-spacing: 0.5rem;
    text-shadow: 0 0 0.5em currentColor;
    transition: 0.2s ease-in-out;
  }
  #sliderHeader:hover {
    font-size: 30px;
  }
}
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
  animation: shrink 10s infinite alternate ease;
  transform: scale(1);
}

@keyframes shrink {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.carousel-caption {
  opacity: 0;
  animation: fade_in 10s infinite alternate ease;
  padding-bottom: 150px;
}

@keyframes fade_in {
  0% {
    opacity: 0;
    padding-bottom: 100px;
  }
  100% {
    opacity: 1;
    padding-bottom: 150px;
  }
}
.carousel-inner {
  background-color: black;
}

.carousel-itemContentBg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgb(0, 0, 0));
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 0rem 0.5rem rgba(255, 255, 255, 0.5);
  z-index: 5000000;
  opacity: 0;
  transition: 0.2s;
}

#btn-back-to-top:hover {
  scale: 1.2 !important;
}

#whatsapp-button {
  position: fixed;
  bottom: 80px;
  right: 12px;
  z-index: 5000000;
  opacity: 0;
  transition: 0.2s;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

#whatsapp-button:hover {
  scale: 1.1 !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.image_holder {
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(-550px);
  transform: perspective(5000px) rotateY(var(--rotateY)) rotateX(var(--rotateX));
  max-width: 450px;
  opacity: 1;
}

.card-img-top {
  filter: brightness(75%);
}

.ProductThumpText {
  position: absolute;
  border-radius: inherit;
  color: #fff;
  inset: 3rem;
  transform: translateZ(50px);
  text-align: center;
  padding: 70px;
  font-size: 30px;
  text-shadow: 0 0 0.3em #000;
}

.ProductThumpText p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

@media only screen and (max-width: 800px) {
  .ProductThumpText {
    inset: 3rem;
  }
  .ProductThumpText p {
    font-size: 25px;
  }
}
.shadow-extra {
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.6) !important;
  border: none;
}

.section {
  background: #ffffff;
}

.section h1 {
  letter-spacing: 1rem;
}

.sectionBlacked {
  background: #000;
}

.sectionBlacked h1 {
  letter-spacing: 1rem;
  text-shadow: 0 0 0.3em currentColor;
  text-transform: uppercase;
}

.sectionBlacked h1, .sectionBlacked p {
  color: #fff;
}

.textShadowLight {
  text-shadow: 0 0 0.5em currentColor;
}

.social_links a {
  text-decoration: none;
  color: #777;
}

.social_links .facebook :hover {
  color: #4267B2;
}

.social_links .instagram :hover {
  color: #833AB4;
}

.social_links .messenger :hover {
  color: #006AFF;
}

.social_links .whatsapp :hover {
  color: #25D366;
}

.social_links a :hover {
  text-decoration: none;
  text-shadow: 0 0 0.5em currentColor;
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background: #000000;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info i:hover {
  background: #777;
}

.contact .info h4 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #000;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #000000;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  text-shadow: 0 0 0.5em currentColor;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.contact .php-email-form button[type=submit]:hover {
  background: #777;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ftco-section {
  padding: 7em 0;
}

.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.heading-section {
  font-size: 28px;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-hero {
  position: relative;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: 1;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  transform: translateY(-50%);
  margin-top: 0;
  color: white !important;
  transition: 0.7s;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    transition: none;
  }
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 20px;
}

.owl-carousel .owl-nav .owl-next {
  right: 20px;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 0;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #ff5959;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
}

.work {
  width: 100%;
}

.work .img {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
}

.work .img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: #000;
  opacity: 0;
}

.work .text h2 {
  font-size: 60px;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .work .text h2 {
    font-size: 40px;
  }
}
.work .text span {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 500;
}

.thumbnail {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
  z-index: 99;
  width: 100%;
}

.thumbnail li {
  display: inline-block;
}

.thumbnail li a {
  display: block;
  margin: 4px;
}

.thumbnail li a img {
  width: 70px;
  border-radius: 50%;
  transform: scale(0.8);
  transition: 0.3s all ease;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.thumbnail li.active a img {
  border: 4px solid #fff;
  transform: scale(1.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
  .thumbnail li a img {
    width: 50px;
  }
}
.pdroduct_application img {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.pdroduct_application:hover img {
  opacity: 0.7;
}

/* Gallery Section
--------------------------------*/
#gallery {
  padding: 60px 0 0 0;
  overflow: hidden;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 400px) {
  #navbarLogo {
    height: 50px;
  }
  .thumbnail li a img {
    width: 40px;
  }
  .work .img {
    height: 350px;
  }
  h4 {
    font-size: 15px;
  }
}/*# sourceMappingURL=main.css.map */