body.theme-highs-art .preloader,
body.theme-highs-art .go-top,
body.theme-highs-art .cart-wrapper {
  display: none !important;
}

body.theme-highs-art:not(.is-home) header {
  background: #1a1410;
}

body.theme-highs-art .ha-crumb {
  min-height: 280px;
  display: flex;
  align-items: center;
}

body.theme-highs-art .ha-crumb h1 {
  margin-bottom: 10px;
}

body.theme-highs-art .ha-account-links a {
  color: inherit;
}

body.theme-highs-art #logo img {
  max-height: 46px;
  width: auto;
}

body.theme-highs-art #projects-carousel .relative.overflow-hidden.rounded-1 {
  aspect-ratio: 16 / 10;
}

body.theme-highs-art #projects-carousel .relative.overflow-hidden.rounded-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.theme-highs-art #services-carousel .item .relative.overflow-hidden.rounded-1 {
  aspect-ratio: 3 / 4;
  width: 100%;
}

body.theme-highs-art #services-carousel .item .relative.overflow-hidden.rounded-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.theme-highs-art .ha-home-video-wrap {
  position: relative;
  width: 100%;
  height: 820px;
  overflow: hidden;
}

@media (max-width: 767px) {
  body.theme-highs-art .ha-home-video-wrap {
    height: 480px;
  }
}

body.theme-highs-art .ha-home-video-wrap .ha-home-video,
body.theme-highs-art .ha-home-video-wrap img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.theme-highs-art .ha-home-video-play {
  position: absolute;
  inset: 0;
  z-index: 3;
  cursor: pointer;
}

body.theme-highs-art .ha-home-video-wrap.is-playing .ha-home-video-play,
body.theme-highs-art .ha-home-video-wrap.is-playing .ha-home-video-overlay {
  display: none;
}

body.theme-highs-art .ha-services-page .service-item {
  scroll-margin-top: 120px;
}

body.theme-highs-art .ha-services-page .service-item .relative.overflow-hidden.rounded-1 {
  aspect-ratio: 16 / 10;
}

body.theme-highs-art .ha-services-page .service-item .relative.overflow-hidden.rounded-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.theme-highs-art .ha-services-page .service-item h2.fs-40 {
  max-width: 100%;
}

body.theme-highs-art .ha-service-detail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

body.theme-highs-art .ha-projects-page .col-lg-6 {
  display: flex;
}

body.theme-highs-art .ha-projects-page .hover {
  width: 100%;
}

body.theme-highs-art .ha-projects-page .ha-project-thumb,
body.theme-highs-art .ha-project-thumb {
  aspect-ratio: 16 / 10;
  width: 100%;
  height: auto;
}

body.theme-highs-art .ha-projects-page .ha-project-thumb img,
body.theme-highs-art .ha-project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.theme-highs-art .ha-project-side {
  aspect-ratio: 4 / 5;
}

body.theme-highs-art .ha-project-side img,
body.theme-highs-art .ha-project-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.theme-highs-art .ha-project-gallery {
  aspect-ratio: 1 / 1;
}

body.theme-highs-art .ha-team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}

body.theme-highs-art {
  --btn-hover-bg: var(--secondary-color);
}

body.theme-highs-art #mainmenu > li > a.menu-item:hover,
body.theme-highs-art #mainmenu > li > a.menu-item.active,
body.theme-highs-art #mainmenu li a.menu-item.active,
body.theme-highs-art #mainmenu li a.active,
body.theme-highs-art header.smaller #mainmenu a.menu-item.active,
body.theme-highs-art header.transparent #mainmenu a.menu-item.active {
  color: var(--secondary-color) !important;
}

body.theme-highs-art #mainmenu li a.menu-item:after {
  color: var(--secondary-color);
  background: var(--secondary-color);
}

body.theme-highs-art a.btn-main,
body.theme-highs-art .btn-main,
body.theme-highs-art input[type="button"].btn-main,
body.theme-highs-art input[type="submit"].btn-main {
  background: var(--secondary-color);
}

body.theme-highs-art a.btn-main:hover,
body.theme-highs-art .btn-main:hover,
body.theme-highs-art a.btn-main:active,
body.theme-highs-art .btn-main:active,
body.theme-highs-art a.btn-main:focus,
body.theme-highs-art .btn-main:focus {
  background: var(--secondary-color);
}

body.theme-highs-art .ha-ticket-success {
  padding: 20px;
  border: 1px solid var(--secondary-color);
  background: rgba(var(--secondary-color-rgb), 0.08);
}

body.theme-highs-art .ha-ticket-side {
  padding: 24px;
  background: #f7f4f1;
}

body.theme-highs-art .ha-ticket-status {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.theme-highs-art .ha-ticket-status-pending {
  background: #efe6d8;
  color: #805231;
}

body.theme-highs-art .ha-ticket-status-open {
  background: rgba(var(--secondary-color-rgb), 0.15);
  color: var(--secondary-color);
}

body.theme-highs-art .ha-ticket-status-closed {
  background: #ececec;
  color: #666;
}

body.theme-highs-art .ha-ticket-thread {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body.theme-highs-art .ha-ticket-msg {
  padding: 18px 20px;
  background: #f7f4f1;
}

body.theme-highs-art .ha-ticket-msg.is-admin {
  background: rgba(var(--secondary-color-rgb), 0.08);
}

body.theme-highs-art .ha-ticket-msg-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 13px;
}

body.theme-highs-art .ha-blog-thumb {
  aspect-ratio: 4 / 3;
}

body.theme-highs-art .ha-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.theme-highs-art .ha-blog-page .pagination {
  justify-content: center;
  margin-bottom: 0;
}

body.theme-highs-art .ha-blog-page .page-link {
  color: var(--secondary-color);
}

body.theme-highs-art .ha-blog-page .page-item.active .page-link {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}

body.theme-highs-art .ha-blog-related-thumb {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

body.theme-highs-art .ha-blog-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.theme-highs-art .blog-read .summernote-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
