/* /*!
Theme Name: Artmandu
Theme URI: http://artmandunepal.com
Author: Zendatum Inc
Author URI: https://zendatum.com/
Description: Artmandu Nepal | Pushing the Boundaries of Visual Storytelling
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artmandu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
/*  display: none; */
artmanduisbasedonunderscoreshttps://underscores.me/, (C) 2012-2020 Automattic, Inc.
  Underscores is distributed under the terms of the GNU GPL v2 or later. *
  //* body
 {
  font-family: "Laila", serif;
}
*/



/* .bg-turqouise {
  background-color: #398293;
} */

.bg-transparent {
  /* 	background-color: red !important; */
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white {
  background: #fff !important;
}

.logo {
  img {
    height: 32px !important;
  }
}

.site-header {
  padding-bottom: 40px;
}

.navbar {
  position: fixed;
  top: 0;
  height: 72px;
  width: 100%;
  z-index: 9999;
  transition: background-color 0.5s ease-in-out, height 0.3s ease-in-out;
  background: #fff;

  .navbar-nav {
    list-style: none;
    display: flex;
    li {
      font-weight: 700;
      margin-right: var(--md);
      height: 72px;
      display: flex;
      padding: 0 8px;
      align-items: center;
      border-bottom: 4px solid transparent;
      justify-content: center;
      transition: height 0.3s;

      a {
        color: var(--primary-color);
      }

      &.current-menu-item,
      &.current-menu-parent {
        border-bottom: 4px solid var(--primary-color);
      }
    }
  }
}

.section-hero {
  .item {
    position: relative;
    height: calc(100vh - 72px);

    .image-area {
      width: 100%;
      height: 100%;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    .image-area::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75),
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0)
      );
    }

    .content-area {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 8vh var(--wrapper);

      .text-area {
        .title {
          font-weight: 700;
          color: #ffffff;
        }
      }
    }
  }
}

/* Pagination Container */
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

/* Pagination Links */
.pagination a {
  color: var(--primary-color);
  text-decoration: none;
  padding: 4px 8px;
  margin: 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

/* Current Page */
.pagination .current {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
  padding: 4px 8px;
  margin: 5px;
  border-radius: 3px;
}

.pagination .disabled {
  color: #ccc;
  border: 1px solid #ddd;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 3px;
}

.our-fortes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  .our-forte {
    width: 100%;
    position: relative;
    padding: var(--lg);
    border-bottom: 1px solid #b3b3b3;

    .icon-area {
      max-width: 98px;

      img {
        width: 100%;
        height: 100%;
        transition: 0.3s ease-in-out;
      }
    }

    &:hover img {
      transform: scale(1.1);
    }
  }

  .with-border {
    border-left: 1px solid #b3b3b3; /* Left border for 2nd element in each row */
    border-right: 1px solid #b3b3b3; /* Right border for 2nd element in each row */
  }
  .our-forte:nth-child(4),
  .our-forte:nth-child(5),
  .our-forte:nth-child(6) {
    border-bottom: none;
  }
}

.page-about {
  .header {
    h2 {
      border-bottom: 2px solid var(--primary-color);
      padding: 0 8px;
      padding-bottom: 8px;
    }
  }
}

.page-event {
  .banner {
    .image-area {
      width: 100%;
      height: 100vh;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
      }
    }
  }
}

.artist-banner {
  height: calc(100vh - 72px);
}

.carousel-item {
  height: calc(100vh - 72px);
  width: 100%;
  overflow: hidden;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.category-events {
  position: relative;
  .image-area {
    width: 100%;
    height: 400px;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
  }

  .image-area:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 10%,
      rgba(255, 255, 255, 0.36) 100%
    );
  }
  .content-area {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 12vh 0;
  }
}

.section-testimonials {
  min-height: 110vh;
  position: relative;
  background: url("./assets/img/poster.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

  .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .content-area {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #ffffff;

    .logo {
      width: 192px;
      aspect-ratio: 1/1;
      border-radius: 50%;
      padding: var(--md);
      background: #ffffff;
      img {
        width: 100%;
      }
    }

    .text-area {
      width: 33.33%;

      .founder {
        font-weight: 600;
      }
    }
  }
}

.section-works {
  .btn-area {
    .tablinks {
      border: 1px solid var(--primary-color);
      color: var(--primary-color);

      &.active {
        background: var(--primary-color);
        color: #ffffff;
      }

      &:hover {
        background: var(--primary-color);
        color: #fff;
      }
    }
  }
  .card-area {
    flex-wrap: wrap;
    .card {
      flex-shrink: 0;
      .image-area {
        aspect-ratio: 16 / 9;
      }
    }
  }
}
.section-laurels {
  background-color: #398293;
  .heading {
    color: #ffffff;
  }

  .card-area {
    .card {
      max-width: none;
    }
  }

  .content-area {
    margin-top: var(--3xl);
  }
}

.footer {
  position: relative;
  z-index: 1000;
  background: #161314;
  width: 100%;
  /* .footer-menu {
    width: 75%;
    align-self: flex-end;
  } */
}

.single-post .main-column {
  width: 100% !important;
}

.project-banner,
.banner {
  position: relative;
  z-index: 100;
  height: 50vh;
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(238, 236, 249, 0.2) 40%,
      #eeecf9 100%
    );
    /*     background: rgba(0, 0, 0, 0.75); */
  }
  .image-area {
    width: 100%;
    height: 100%;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

.wrapper {
  padding: 0 var(--wrapper);
  background-color: #eeecf9;
  .main-column {
    position: relative;
    width: 75%;
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    padding-bottom: var(--3xl);

    .sticky-title {
      width: 100%;
      position: sticky;
      top: 72px;
      padding: 14px 0;
      z-index: 999;
      background-color: #eeecf9;
      border-bottom: 1px solid #b3b3b3;
      .title {
        font-size: 2.986rem;
        transition: font-size 0.3s ease;
      }
    }
  }
  .side-column {
    width: 25%;
    max-width: 520px;
    margin-top: -200px;
    z-index: 1000;
    padding-bottom: var(--3xl);
    .image-area {
      width: 100%;
      /* 		max-height: 400px; */
      aspect-ratio: 9/16;
      border-radius: 8px;
      overflow: hidden;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
      }
    }

    .aside {
      position: sticky;
      top: 15vh;
      /* background-color: #161314; */
    }
  }
}

.single-event {
  .side-column {
    margin-top: 72px;
  }

  .main-column {
    .event-details {
      margin-top: var(--xl);

      .description {
        ul {
          list-style: none;
          font-weight: 700;
          padding-inline-start: 0;
          padding-bottom: var(--md);
          overflow: hidden;
        }

        ul li ul {
          font-weight: 400;
        }
        ul li ul:after {
          content: "";
          display: block;
          height: 0.5rem;
          width: 100%;
          border-top: 1px solid #b3b3b3;
        }
      }
    }
  }
}

.behind {
  width: 100%;
  height: 33vh;
  background-color: #fff;
  position: sticky;
  top: 12vh;
  margin-top: -400px;
}
.project-details {
  .sub-title:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 2rem;
    background: var(--primary-color);
  }

  .gallery {
    .images {
      flex-flow: row wrap;
      /* min-width: 100%; */

      .image-area {
        width: 48%;
        aspect-ratio: 16 / 9;
        max-height: 264px;
        border-radius: var(--sm);
        overflow: clip;

        &:nth-child(3n) {
          width: 100%;
        }
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
        }
      }
    }
  }
}

.projects {
  position: relative;
  z-index: 1000;
  background: #ffffff;
}

.tabcontent {
  display: none;
}

.credit-list {
  ul {
    list-style: none;
    font-weight: 700;
    padding-inline-start: 0;
    padding-bottom: var(--md);
    overflow: hidden;

    ul:before {
      content: "";
      display: block;
      height: 0.5rem;
      width: 100%;
      border-top: 1px solid #b3b3b3;
    }

    ul {
      font-weight: 400;
    }
  }
}

.media-card {
  width: 31%;
  max-width: 520px;
  .vlp-layout-media-card {
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;

    .vlp-block-0 {
      line-height: 1.75rem;
      color: var(--primary-color);
    }
  }
}

.section-category {
  .card {
    .image-area {
      aspect-ratio: 3/4;
    }
  }
}

.archive-events {
  .card {
    .image-area {
      aspect-ratio: 16/9;
    }
  }
}

.project-banner,
.banner {
  position: relative;
  height: 50vh;

  .image-area {
    width: 100%;
    height: 100%;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .content-area {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

.dialog {
  position: fixed;
  z-index: 9999;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;

  .backdrop {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }

  .dialog-content {
    position: relative;
    width: 50vw;
    z-index: 1;
    animation: fadeDown 0.3s;

    iframe {
      width: 100%;
      aspect-ratio: 16/9;
      border-radius: 8px;
      overflow: hidden;
    }
  }
}

.dialog.none {
  display: none;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* .carousel-item {
  width: 100vw;
  height: 100vh;
  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
} */
.artist-about {
  .content-area {
    width: 50vw;
  }
  .image-area {
    width: 340px;
    aspect-ratio: 3/4;
    border-radius: var(--sm);
    overflow: hidden;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

.upcoming-shows {
  .shows {
    width: 49%;
    .image-area {
      width: 100%;
      aspect-ratio: 16/9;
      border-radius: 12px;
      overflow: hidden;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        transition: all 0.5s ease-in-out;
      }
    }
    &:hover img {
      transform: scale(1.15);
    }
  }
}

.past-events-carousel {
  .item {
    .image-area {
      aspect-ratio: 16/9;

      img {
        width: 100%;
        height: 100%;
      }
    }
  }
}

.overview-description {
  a {
    color: var(--secondary-color);
  }
  a:hover {
    color: var(--primary-color);
  }
}

.overview-description,
.description {
  p {
    margin-bottom: 16px;
  }
}
.form-area {
  .form-group {
    color: #666666;
  }

  .wpcf7-form-control-wrap {
    .form-input {
      width: 100%;
      background: #eeecf9;
    }
    .wpcf7-textarea {
      width: 100%;
      background: #eeecf9;
      margin-bottom: var(--sm);
    }
  }

  .two-col {
    margin-bottom: var(--md);
    .form-group {
      width: 49%;
    }
    .wpcf7-form-control-wrap {
      /*       width: 49%; */
      .form-input {
        width: 100%;
      }
    }
  }
  .form-input {
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 12px 24px;
    border-radius: 4px;
  }
}

.form-input {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 12px 24px;
  border-radius: 4px;
}

.section-laurels {
  .card-area {
    .card {
      width: 49%;
      padding: var(--lg);
      border-radius: var(--md);
      position: static;
    }
  }
}

.section-featured-artist {
  .image-area {
    width: 100%;
    height: 100vh;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
    }
  }

  .content-area {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;

    .text-area {
      width: 50%;
      background-color: #398293;
      padding: var(--lg);
      border-radius: 12px;
    }
  }
}

@media (max-width: 576px) {
  .navbar {
    .navbar-nav {
      position: fixed;
      flex-direction: column;
      align-items: center;
      width: 100%;
      top: 54px;
      left: 0;
      padding: var(--md);
      gap: var(--md);
      background-color: #fff;
      animation: fadeDown 0.3s;

      li {
        height: auto;
      }
    }

    .toggleNavbar {
      display: block;
    }
  }

  .section-featured-artist .content-area .text-area {
    width: 100%;
  }

  .section-testimonials {
    .content-area {
      flex-direction: column;
      padding: var(--wrapper);
      .text-area {
        text-align: center;
        width: 100%;
      }
    }
  }
  .section-laurels {
    .card-area {
      .card {
        width: 100%;
      }
    }
  }
  .v-card {
    width: 100%;
  }

  .artist-about {
    flex-direction: column-reverse;

    .content-area {
      width: 100%;
    }
  }

  .artist-banner {
    height: auto;
  }
  .carousel-item {
    height: auto;
  }

  .upcoming-shows {
    .shows {
      width: 100%;
    }
  }

  .artist-about {
    .image-area {
      width: 100%;
    }
  }

  .d-sm-toggle {
    display: block !important;
  }

  .section-featured-artist {
    .image-area {
      height: auto;
    }
    .content-area {
      position: relative;
      margin-top: 16px;
    }

    .btn-area {
      flex-direction: column;
    }
  }

  .enquire-availability {
    .form-area {
      .two-col {
        .wpcf7-form-control-wrap {
          width: 100%;
        }
      }
      .form-input,
      .form-group {
        width: 100% !important;
      }
    }
  }

  .projects {
    .wrapper {
      flex-direction: column;
      .main-column {
        width: 100%;
        .sticky-title {
          display: none;
          background: #eeecf9;
        }
      }
    }
  }
  .side-column {
    width: 100% !important;
  }

  .sticky {
    position: relative;
    margin-top: -250px;

    .content-area {
      flex-direction: column;

      .left-col {
        width: 100%;

        .btn-area {
          display: none;
        }
      }
    }
  }

  .our-story {
    .description {
      width: 100%;
    }
  }
  .our-fortes {
    grid-template-columns: 1fr;

    .our-forte {
      border: none;
    }

    .with-border {
      border: none;
    }
  }

  .card-area {
    flex-direction: column;
  }
  .card {
    width: 100%;
  }

  .projects {
    .section-projects {
      .btn {
        display: none;
      }
    }
  }

  .footer-menu {
    width: 100%;
    align-self: flex-start !important;
  }
  .menu {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    row-gap: var(--lg);
  }

  .media-card {
    width: 100%;
  }
}

.page_not_found {
  width: 100%;
  height: 100vh;
  position: relative;

  .content-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;

    justify-content: center;
    flex-direction: column;
    align-items: center;
    .illustration-img {
      width: 100%;
      margin: auto;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
  .background-pattern {
    width: 100%;
    height: 100%;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      opacity: 0.06;
    }
  }
}

/* Ensure Owl Carousel dots are visible and styled correctly */
.owl-carousel .owl-dots {
  display: block !important; /* Ensure dots are visible */
  position: absolute;
  bottom: 48px; /* Position the dots slightly above the bottom */
  left: 50%;
  transform: translateX(-50%);
  z-index: 99; /* Ensure dots are above other elements */
}

.owl-carousel .owl-dot {
  background-color: rgba(255, 255, 255, 0.5) !important; /* Light dots */
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
}

.owl-carousel .owl-dot.active {
  background-color: white !important; /* Active dot color */
}

/* Owl Carousel Navigation */
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10; /* Ensure navigation buttons are above other elements */
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  color: white;
  border: none;
  padding: 10px;
  font-size: 48px !important;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5) !important;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.7); /* Darker background on hover */
}

/* Optional: Additional styles for the dots positioning if needed */
.owl-carousel .owl-dots {
  bottom: 10px; /* Adjust dot position if necessary */
  z-index: 5; /* Ensure dots stay behind navigation */
}

.contact-information {
  display: flex;
  flex-wrap: wrap;
  column-gap: 108px;
  row-gap: 16px;

  .contact-info {
    width: 360px;
    height: 360px;

    .contact_details{
      width: 100%;
      border-bottom: 0.5px solid var(--secondary-color);
    }
  }

  .contact-form {
    flex: 1;
    min-width: 360px;
  }
}
