/* Bootstrap edit */
/* ============== */
/* Navbar */
.navbar .btn-outline-light:hover {
  color: var(--bs-dark);
  background-color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar {
  transition: all 0.5s ease-in-out;
}

.navbar-sticky {
  opacity: 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* ============== */
/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

.navbar {
  background-color: #fff;
}

.header-logo img {
  width: 75%;
}

.navbar-logo img {
  width: 75%;
}

.social-link {
  transition: 0.4s;
}

.social-link:hover {
  /* color: var(--bs-info); */
  color: #cf711f
}

/* ================ */
/* Slider           */
/* ================ */
.hero-text {
  padding: 0 35px;
}

.hero-text h1 {
  color: var(--bs-primary);
  text-shadow: 2px 2px #fff;
  /* font-size: 1.3rem; */
  font-size: 20px;
}

.hero-text p {
  color: var(--bs-dark);
  text-shadow: 1px 1px #fff;
  font-size: 12px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 7%;
}

.btn-slider {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 30px;
}

.btn--slider:link,
.btn--slider:visited {
  background-color: #e67e22;
  color: #fff;
}

.btn--slider:hover,
.btn--slider:active {
  background-color: #cf711f;
}

.btn-footer {
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px;
}

.btn--footer:link,
.btn--footer:visited {
  background-color: #e67e22;
  color: #fff;
}

.btn--footer:hover,
.btn--footer:active {
  background-color: #cf711f;
}

.product-applications {
  position: relative;
  /* z-index: -1; */
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.product-categories {
  width: 50%;
  height: 30px;
  color: #30387d;
  border-radius: 5px 0 5px 0;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  z-index: 999;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-box {
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

.product-list {
  width: 100%;
  transition: 0.4s;
}

.product-list:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.card {
  overflow: hidden;
}

.card .card-img-top {
  transition: 0.4s;
  height: 100%;
  object-fit: cover;
}

.card .card-img-top:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.card-count-post {
  background-color: var(--bs-primary);
  height: 3rem;
}

.card-post-date {
  /* background-color: #767676; */
  background-color: rgba(118, 118, 118, 0.75);
  width: 4.69rem;
  height: 5.94rem;
}

.post-name {
  text-decoration: none;
  font-weight: 500;
  text-transform: 1000ms;
  color: #767676;
  transition: 3ms;
}

.post-name:hover {
  color: #30387d;
}

.partner-box {
  border: 1px solid rgba(0, 0, 0, 0.125);
  overflow: hidden;
}

.partner-img {
  width: 100%;
  transition: 0.4s;
}

.partner-img:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.footer .nav-link:hover {
  /* color: var(--bs-info); */
  color: #cf711f;
}

.footer-img-qrcode {
  width: 70%;
}

.to-top-btn {
  position: fixed;
  z-index: 20;
  /* bottom: 30px; */
  bottom: 80px;
  /* right: 20px; */
  right: 10px;
  opacity: 0;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #44434a;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

.to-top-btn {
  &:hover {
    background-color: #1d1d21;
  }
}

.show {
  opacity: 1;
}

.map iframe {
  left: 0;
  top: 0;
  height: 400px;
  width: 100%;
  border: none;
}

/* Cookies */
#cookies {
  position: fixed;
  bottom: 10px;
  z-index: 1;
  display: none;
}

/* ./Cookies */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .navbar-toggler:focus {
    color: #242424;
  }

  .hero-text h1 {
    font-size: 1.5rem;
  }

  .hero-text p {
    font-size: 0.75rem;
  }

  /* .btn-slider {
    font-size: 0.5rem;
  } */
  .btn-slider {
    font-size: 1rem;
    /* padding: 10px 30px; */
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .figure-caption {
    font-size: 0.75rem;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .hero-text p {
    font-size: 1rem;
  }

  /* .btn-slider {
    font-size: 0.7rem;
    padding: 10px 30px;
  } */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .figure-caption {
    font-size: 1rem;
  }

  .navbar {
    background-color: var(--bs-primary);
  }

  .hero-text h1 {
    font-size: 3rem;
  }

  .hero-text p {
    font-size: 1.5rem;
  }

  .btn-slider {
    font-size: 1rem;
    /* padding: 10px 30px; */
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 4%;
  }

  .footer-img-qrcode {
    width: 100%;
  }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

/* `xl` applies to large devices (desktops, less than 1200px) */
/* `xxl` applies to x-large devices (large desktops, less than 1400px) */

/* Timeline Company */
.container-box {
  position: relative;
}

.timeline {
  padding: 10px 50px;
  position: relative;
  width: 50%;
  /* background: rgba(0, 0, 0, 0.3); */
}

.text-box {
  padding: 20px 30px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  font-size: 15px;
}

.left-container {
  left: 0;
}

.right-container {
  left: 50%;
}

.container-box::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 100%;
  background: #30387d;
  top: 0;
  left: 50%;
  margin-left: -3px;
  z-index: -1;
}

.items {
  width: 50px;
  height: 50px;
  background: gray;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline .items {
  position: absolute;
  right: -25px;
  top: 32px;
  z-index: 10;
}

.right-container .items {
  left: -25px;
}

@media screen and (max-width:600px) {
  .container-box {
    margin: 0 auto;
  }

  .container-box::after {
    left: 31px;
  }

  .timeline {
    width: 100%;
    padding-left: 80px;
    padding-right: 25px;
  }

  /* .text-box {
    font-size: 13px;
  } */

  .right-container {
    left: 0;
  }

  .left-container .items,
  .right-container .items {
    left: 5px;
  }
}

/* ./Timeline Company */