/*
    Theme Name: Action Care
    Version: 1.0.10
*/

.header .navbar {
  background-color: #d2faff;
  /* padding: 25px 0; */
}

.header .container {
  position: relative;
}

.navbar-brand img {
  width: 230px;
  height: auto;
  transition: width 0.8s ease;
}

.navbar-nav {
  align-items: center;
}

.navbar-nav .nav-item a {
  text-decoration: none;
  color: #35c3ce;
  font-weight: bold;
  padding: 5px 20px !important;
  border-radius: 20px;
  font-size: 22px;
  margin-left: 16px;
  padding: 10px 23px;
}

.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a:focus {
  background-color: #ffa028;
  color: #1d256b;
  border-radius: 20px;
}

.navbar-nav .current-menu-item a {
  background-color: #ffa028;
  color: #1d256b;
}

.navbar-nav .dropdown-menu {
  border-radius: 0px;
  background: rgba(255, 255, 255, 1);
  border: none;
  margin-top: 41px !important;
  padding: 0;
}

.navbar-nav .dropdown-menu .dropdown-item {
  margin-left: 0px;
  width: 100%;
  padding: 0px;
  border-radius: 0px;
}

.navbar-nav .dropdown-menu .nav-item {
  border-bottom: 0.5px solid #ccc;
}

.navbar-nav .dropdown-menu .nav-item:last-child {
  border-bottom: none;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
  border-radius: 0px;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .dropdown-item:focus {
  background-color: transparent;
}

/* transition */
.navbar {
  transition: background-color 0.3s ease;
}

.navbar-transparent {
  background-color: transparent;
}

.navbar-scrolled {
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-scrolled .navbar-brand img {
  width: 100px;
  transition: width 0.8s ease;
}

.navbar-scrolled .navbar-nav .dropdown-menu {
  background: #fff;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-scrolled .navbar-nav .nav-item a {
  color: #000;
  transition: color 0.3s ease;
}

.navbar-scrolled .navbar-nav .nav-item a:hover,
.navbar-scrolled .navbar-nav .nav-item a:focus {
  color: #00bcd1;
}

.navbar-scrolled .navbar-nav .current-menu-item a {
  color: #00bcd1;
}
.wrapper-btn-navbar {
  position: relative;
  list-style: none;
  margin-bottom: 0;
}
.wrapper-btn-navbar a {
  display: flex;
  background-color: #35c3ce;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
}

.wrapper-btn-navbar a:hover {
  background-color: #1d256b;
}
.wrapper-btn-navbar .item {
  display: flex;
  align-items: center;
  position: relative;
  height: 109px;
}

.wrapper-btn-navbar .item .menu-extend,
.navbar-nav .nav-item .menu-extend {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  top: 117px;
  right: 0;
  background: #fff;
  padding: 10px 15px 15px 15px;
}
.navbar-nav .nav-item .menu-extend {
  top: 84px;
  right: auto;
}
.wrapper-btn-navbar .item .menu-extend:before,
.navbar-nav .nav-item .menu-extend:before {
  content: "";
  position: absolute;
  right: 20px;
  top: -10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  rotate: 45deg;
}
.navbar-nav .nav-item .menu-extend:before {
  right: 45%;
}
.wrapper-btn-navbar .item .menu-extend span,
.navbar-nav .nav-item .menu-extend span {
  display: block;
  color: #00bcd1;
  margin-bottom: 10px;
  font-weight: 500;
}
.wrapper-btn-navbar ul,
.navbar-nav .nav-item .menu-extend ul {
  list-style: none;
  padding: 0;
}
.navbar-nav .nav-item .menu-extend ul li a {
  padding: 0 !important;
  margin-left: 0;
}
.wrapper-btn-navbar .item:hover .menu-extend,
.navbar-nav .nav-item:hover .menu-extend {
  visibility: visible;
  opacity: 1;
}

.navbar-nav .hot-to-order.show .menu-extend {
  visibility: visible;
  opacity: 1;
}

/* .wrapper-btn-navbar .item:focus .menu-extend {
  visibility: visible;
  opacity: 1;
} */
.wrapper-btn-navbar .item .menu-extend ul li a,
.navbar-nav .nav-item .menu-extend ul li a {
  background-color: transparent;
  color: #00bcd1;
  width: 54px;
  height: 35px;
}
.wrapper-btn-navbar .item .menu-extend ul li a img,
.navbar-nav .nav-item .menu-extend ul li a img {
  width: 35px;
}
.wrapper-btn-navbar .item .menu-extend ul li a .fa-tiktok {
  color: #000000;
}
.wrapper-btn-navbar .item .menu-extend ul li a .fa-facebook-f {
  color: #3a86ff;
}
.wrapper-btn-navbar .item .menu-extend ul li a .fa-instagram {
  color: #f15bb5;
}

.wrapper-content {
  min-height: 300px;
}

.page {
  max-width: 1076px;
  margin: auto;
}

.single h1::after,
.page h1::after {
  content: "";
  display: block;
  margin: auto;
  width: 100px;
  margin-top: 25px;
  margin-bottom: 35px;
  border: 1px solid #888;
}

.single h1.text-left::after {
  margin-left: 0;
}

.card-post .size-post-thumbnail {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.product-list .size-post-thumbnail {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.single .size-post-thumbnail {
  width: 100%;
  border-radius: 10px;
  height: 420px;
  object-fit: cover;
}

.single,
.page {
  margin-top: 50px;
  margin-bottom: 100px;
}

.single .content {
  font-size: 1.3rem;
}

.vm-title {
  font-size: 100px;
  line-height: 100px;
}

.js-video-button {
  cursor: pointer;
}

.js-video-button img {
  width: 100%;
}

.hero {
  position: relative;
  width: 100%;
  background: #d2faff;
  background-image: url("assets/wave-shape.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 150px;
  /* background: linear-gradient(to bottom, #d2faff 50%, #21b6c3 50%); */
  /* padding-top: 40px; */
}

.hero-image {
  width: 100%;
  display: block;
  margin: auto;
  border-radius: 15px;
}

footer {
  background-color: #35c3ce;
  color: #fff;
}

footer a {
  color: #212529;
  text-decoration: none;
}

footer .devby,
footer .devby a {
  font-size: 12px;
}

footer .footer-area {
  padding: 60px 0;
}

footer .footer-area .about {
  font-size: 12px;
}

footer .bottom {
  padding: 16px 0;
}
.marketplace-list img {
  max-width: 55px;
}

.social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d2faff;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  text-decoration: none;
}

.social-media a i {
  color: #35c3ce;
  font-size: 2rem;
}

.button-whatsapp {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  bottom: 95px;
  background-color: #25d366;
  width: 64px;
  height: 64px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 100%;
}

.button-whatsapp a {
  color: #fff;
  font-size: 35px;
}

.thumb-logo img {
  width: 25%;
}

.pet-galleries img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border: 20px solid #fff;
}

.pet-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding: 50px 0 100px 0;
}

.pet-container {
  position: relative;
  width: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pet-container img.dog {
  width: 400px;
  position: relative;
  top: 80px;
  z-index: 2;
}

.pet-container img.cat {
  width: 270px;
  position: relative;
  top: 80px;
  z-index: 2;
}

.pet-container button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: white;
  color: #1d256b;
  font-weight: 500;
  line-height: 3rem;
  border: 10px solid #35c3ce;
  border-radius: 30px;
  width: 400px;
  text-align: center;
  font-size: 45px;
  padding: 13px 43px;
  z-index: 3;
}

.pet-container::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background-color: #21b6c3;
  border-radius: 50%;
  z-index: 1;
}

.pet-container:hover::before {
  -webkit-box-shadow: 0px 0px 50px 10px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 50px 10px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 50px 10px rgba(255, 255, 255, 1);
}

.pet-position {
  position: relative;
}

.pet-position img {
  position: absolute;
  width: 90%;
  top: -160px;
  z-index: 2;
}

.pet-position img.bottle {
  top: -220px;
  width: 100%;
}
.product-item {
  position: relative;
}
.product-item .product-container {
  position: absolute;
  width: 100%;
  top: 20%;
  /* transform: translate(-50%); */
  height: 450px;
  border-radius: 249px 0 0 0;
  background-color: #ec411b;
}
.product-item .product-container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 40px;
  height: 20px;
  width: 95%;
  background: #ffa028;
}

.product-item .product-container.secondary {
  direction: rtl;
  width: 49.8%;
  /* top: ; */
  left: 0;
  border-radius: 0 249px 0 0;
}
.product-item .product-container.secondary::after {
  left: 0;
}
.product-item .product-container img {
  position: relative;
  max-width: 600px;
  top: -50px;
  z-index: 1;
}

.product-item .product-container.secondary img {
  /* right: -300px; */
  z-index: 1;
}
.product-item .wrapper-product-description {
  max-height: 600px;
  overflow: auto;
}
.product-item .wrapper-product-description.secondary {
  direction: rtl;
}

.copright {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#modalDetail .modal-body {
  max-height: 80vh;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #23c4c4; /* Warna scrollbar */
  border-radius: 10px;
  border: 2px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #1aa1a1;
}
.bg-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-position-left {
  background-position: left !important;
  background-size: content;
}
.about-section-1 {
  position: relative;
  height: calc(400px + 280px);
}
.about-section-1 .fs-1 {
  font-size: 59px !important;
  line-height: 50px;
}
.about-section-1 .fs-2 {
  font-size: 48px !important;
}

.about-section-1 .fs-1 span {
  background-color: transparent;
  background-image: linear-gradient(to right, #ffa028, #ffa028);
  background-size: 100% 50%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-shape-about {
  position: relative;
  background-color: #35c3ce;
  background-image: url("../../../assets/banner-action-lab-web.png");
  background-position: top;
  background-size: cover;
}

.bg-shape-about:before {
  z-index: 9;
  content: "";
  background-image: url("../../../assets/wave-shape.png");
  width: 100%;
  position: absolute;
  height: 280px;
  top: -280px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
}

@media only screen and (max-width: 1366px) {
  .pet-galleries img {
    height: 331px;
    /* border: 10px solid #fff; */
  }
  .pet-position img.bottle {
    top: -180px;
  }
}
@media only screen and (max-width: 480px) {
  .navbar-collapse {
    padding-top: 30px;
    /* height: 100vh; */
  }

  .header .navbar {
    padding: 10px 20px;
  }
  .header .navbar .navbar-collapse {
    height: 100vh;
    transition: 0.5s ease-in-out;
  }
  .navbar-nav .nav-item {
    margin-bottom: 10px;
    width: 100%;
  }

  .navbar-collapse .dropdown.show {
    background: #ffa028;
    border-radius: 20px;
    padding: 0 20px;
  }
  .navbar-collapse .dropdown.show a {
    color: #1d256b;
  }

  .navbar-collapse .dropdown .dropdown-toggle::after {
    display: none;
  }

  .navbar-collapse .dropdown .nav-item a {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .navbar-nav .nav-item a {
    display: block;
    padding: 1rem 0;
    font-size: 23px;
    margin-left: 0;
    text-align: center;
  }

  .navbar-nav .current-menu-item::after {
    display: none;
  }

  .navbar-nav .dropdown-menu {
    background: none;
    border: none;
    margin-top: 10px !important;
  }
  .navbar-nav .dropdown-menu .nav-item {
    border-bottom: none;
    margin-bottom: 10px !important;
  }

  .navbar-brand img {
    width: 180px;
  }
  .navbar-nav .hot-to-order.show {
    background: #ffa028;
    padding: 0 20px 20px 20px;
    border-radius: 20px;
  }
  .navbar-nav .nav-item .menu-extend {
    position: relative;
    top: 0;
    display: none;
    border-radius: 20px;
    align-items: center;
  }

  .wrapper-btn-navbar .item .menu-extend {
    display: none;
    position: absolute;
    border-radius: 10px;
    left: -200%;
    right: auto;
  }

  .navbar-nav .hot-to-order.show .menu-extend,
  .wrapper-btn-navbar .item.show .menu-extend {
    visibility: visible;
    opacity: 1;
    display: flex !important;
  }
  .wrapper-btn-navbar .item .menu-extend._one {
    left: -100%;
  }
  .wrapper-btn-navbar .item .menu-extend._one::before {
    left: 30%;
  }

  .wrapper-btn-navbar .item .menu-extend._two::before {
    right: 30%;
  }
  .navbar-nav .nav-item .menu-extend::before {
    display: none;
  }

  .navbar-nav .nav-item .menu-extend span {
    font-size: 12px;
    margin-bottom: 0;
    max-width: 50%;
  }

  .navbar-nav .nav-item .menu-extend ul li a {
    display: flex;
    width: 30px;
    height: 30px;
  }

  .navbar-nav .nav-item .menu-extend img {
    width: 100% !important;
    height: 100%;
  }

  /* transition */
  .navbar-scrolled .navbar-brand img {
    width: 80px;
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    border-radius: 20px;
  }

  .navbar-nav .dropdown-menu .dropdown-item:hover {
    border-radius: 20px;
  }

  .navbar-scrolled .navbar-toggler i.text-white {
    color: #555 !important;
  }

  .pet-position img {
    position: relative;
    top: 0;
    margin-bottom: 2.5rem;
    width: 100%;
  }

  .pet-position img.bottle {
    top: 0;
  }

  footer .footer-area {
    padding: 20px;
  }

  footer .footer-area ._text_share {
    font-size: 0.625em;
  }

  .social-media a {
    width: 24px;
    height: 24px;
  }

  .social-media a i {
    font-size: 0.625em;
  }

  .single .content {
    font-size: 100%;
  }

  .thumb-logo img {
    width: 75%;
  }
  .pet-galleries img {
    width: 180px;
    height: 180px;
    border: 10px solid #fff;
  }
  .pet-section {
    gap: 20px;
    padding: 30px 0 50px 0;
  }
  .pet-container {
    width: 100%;
  }

  .pet-container::before {
    width: 100%;
    height: auto;
  }

  .pet-container img.dog {
    width: 90%;
    top: 20px;
  }

  .pet-container img.cat {
    width: 60%;
    top: 20px;
  }

  .pet-container button {
    transform: translate(-50%, 10%);
    line-height: 1rem;
    width: 100%;
    font-size: 14px;
    padding: 13px 25px;
    border: 5px solid #35c3ce;
    border-radius: 20px;
  }
  .product-item .wrapper-product-description {
    max-height: 100%;
  }
  .product-item .wrapper-product-description.secondary {
    direction: ltr;
  }
  .product-item .product-container {
    position: relative;
    border-radius: 100px 0 0 0;
    height: 180px;
    right: -10px;
    margin-top: 7rem;
    margin-bottom: 3rem;
    background: #ffa028;
    z-index: 1;
  }
  .product-item .product-container::after {
    width: 100%;
    bottom: 10px;
    border-radius: 100px 0 0 0;
    left: -10px;
    height: 180px;
    background-color: #ec411b;
    z-index: 0;
  }
  .product-item .product-container img {
    max-width: 100%;
    top: -7rem;
    left: -10px;
    z-index: 2;
  }
  .product-item .product-container.secondary {
    border-radius: 0 100px 0 0;
    width: 100%;
    left: -10px;
  }
  .product-item .product-container.secondary::after {
    left: 10px;
    border-radius: 0 100px 0 0;
  }
  .product-item .product-container.secondary img {
    left: 10px;
  }
  .copright {
    flex-wrap: wrap;
    font-size: 11px;
    gap: 0px;
  }
  .about-section-1 {
    height: calc(100% + 60px);
  }
  .about-section-1 .fs-1 {
    font-size: 38px !important;
    line-height: 50px;
  }
  .about-section-1 .fs-2 {
    font-size: 28px !important;
  }

  .min-height-xs {
    min-height: 310px;
  }
  .bg-shape-about {
    background-image: url("../../../assets/banner-action-lab-mobile.png");
  }
  .bg-shape-about:before {
    height: 60px;
    top: -60px;
  }
}
